Trace number 4299397

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
MiniCPFever 2018-04-29Wrong UNSAT 241.494 233.914

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-10_c18.xml
MD5SUMfd7701f01011f2453d3fac3f444f25b8
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 benchmark14.9852
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.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
0.83/0.47	o 100
0.83/0.49	o 81
0.83/0.49	o 80
0.83/0.50	o 75
1.16/0.58	o 73
1.43/0.65	o 72
1.43/0.68	o 71
1.43/0.69	o 70
2.30/0.94	o 68
2.30/0.99	o 66
2.52/1.01	o 65
3.40/1.82	o 63
3.40/1.84	o 60
11.08/9.39	o 55
241.38/233.89	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299397-1532800190/watcher-4299397-1532800190 -o /tmp/evaluation-result-4299397-1532800190/solver-4299397-1532800190 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532775187-6231 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299397-1532800190.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
Current StackSize limit: 8192 KiB

solver pid=10054, runsolver pid=10051

[startup+0.101482 s]*
/proc/loadavg: 1.87 1.69 1.62 4/215 10069
/proc/meminfo: memFree=24016444/32770624 swapFree=67108792/67108860
[pid=10054] ppid=10051 vsize=10658972 memory=28428 CPUtime=0.13 cores=1,3,5,7
/proc/10054/stat : 10054 (java) S 10051 10054 6199 0 -1 1077944320 5021 0 0 0 12 1 0 0 20 0 15 0 97582288 10914787328 7107 33554432000 4194304 4196468 140720424944320 140720424926864 140326666202871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
/proc/10054/statm: 2664743 7107 2867 1 0 2627263 0
[pid=10054/tid=10056] ppid=10051 vsize=10658972 memory=-8197568871503139711 CPUtime=0.09 cores=1,3,5,7
/proc/10054/task/10056/stat : 10056 (java) S 10051 10054 6199 0 -1 1077944384 2837 0 0 0 8 1 0 0 20 0 15 0 97582288 10914787328 7107 33554432000 4194304 4196468 140720424944320 140326670433136 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10057] ppid=10051 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10057/stat : 10057 (java) S 10051 10054 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97582289 10914787328 7107 33554432000 4194304 4196468 140720424944320 140326592276880 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10058] ppid=10051 vsize=10658972 memory=140427816453760 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10058/stat : 10058 (java) S 10051 10054 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97582289 10914787328 7107 33554432000 4194304 4196468 140720424944320 140326591224080 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10059] ppid=10051 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10059/stat : 10059 (java) S 10051 10054 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97582289 10914787328 7107 33554432000 4194304 4196468 140720424944320 140326590171792 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10060] ppid=10051 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10060/stat : 10060 (java) S 10051 10054 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97582289 10914787328 7107 33554432000 4194304 4196468 140720424944320 140326589118992 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10061] ppid=10051 vsize=10658972 memory=140427816453760 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10061/stat : 10061 (java) S 10051 10054 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97582290 10914787328 7107 33554432000 4194304 4196468 140720424944320 140326022883952 140326666214018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10062] ppid=10051 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10062/stat : 10062 (java) S 10051 10054 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97582291 10914787328 7107 33554432000 4194304 4196468 140720424944320 140326021829920 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10063] ppid=10051 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10063/stat : 10063 (java) S 10051 10054 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97582291 10914787328 7107 33554432000 4194304 4196468 140720424944320 140326020777584 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10064] ppid=10051 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10064/stat : 10064 (java) S 10051 10054 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97582293 10914787328 7107 33554432000 4194304 4196468 140720424944320 140326019725904 140326666221467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10065] ppid=10051 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10065/stat : 10065 (java) R 10051 10054 6199 0 -1 1077944384 342 0 0 0 0 0 0 0 20 0 15 0 97582293 10914787328 7107 33554432000 4194304 4196468 140720424944320 140326018672752 140326666214018 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10066] ppid=10051 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10066/stat : 10066 (java) R 10051 10054 6199 0 -1 4202560 148 0 0 0 0 0 0 0 20 0 15 0 97582293 10914787328 7107 33554432000 4194304 4196468 140720424944320 140326017619952 140326644179526 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10067] ppid=10051 vsize=10658972 memory=140427816453760 CPUtime=0.02 cores=1,3,5,7
/proc/10054/task/10067/stat : 10067 (java) S 10051 10054 6199 0 -1 1077944384 329 0 0 0 2 0 0 0 20 0 15 0 97582293 10914787328 7107 33554432000 4194304 4196468 140720424944320 140326016567664 140326666214018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10068] ppid=10051 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10068/stat : 10068 (java) S 10051 10054 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97582293 10914787328 7107 33554432000 4194304 4196468 140720424944320 140326015515104 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10069] ppid=10051 vsize=10658972 memory=140427816453760 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10069/stat : 10069 (java) S 10051 10054 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97582294 10914787328 7107 33554432000 4194304 4196468 140720424944320 140326014462896 140326666214018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 28428 KiB

[startup+0.210568 s]*
/proc/loadavg: 1.87 1.69 1.62 3/215 10069
/proc/meminfo: memFree=24005404/32770624 swapFree=67108792/67108860
[pid=10054] ppid=10051 vsize=10659048 memory=40340 CPUtime=0.33 cores=1,3,5,7
/proc/10054/stat : 10054 (java) S 10051 10054 6199 0 -1 1077944320 7606 0 0 0 30 3 0 0 20 0 15 0 97582288 10914865152 10051 33554432000 4194304 4196468 140720424944320 140720424926864 140326666202871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
/proc/10054/statm: 2664762 10085 2995 1 0 2627263 0
[pid=10054/tid=10056] ppid=10051 vsize=10659048 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/10054/task/10056/stat : 10056 (java) R 10051 10054 6199 0 -1 4202560 4710 0 0 0 18 1 0 0 20 0 15 0 97582288 10914865152 10088 33554432000 4194304 4196468 140720424944320 140326670435184 140326666224797 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10057] ppid=10051 vsize=10659048 memory=343 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10057/stat : 10057 (java) S 10051 10054 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97582289 10914865152 10088 33554432000 4194304 4196468 140720424944320 140326592276880 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10058] ppid=10051 vsize=10659048 memory=3762106475093280416 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10058/stat : 10058 (java) S 10051 10054 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97582289 10914865152 10088 33554432000 4194304 4196468 140720424944320 140326591224080 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10059] ppid=10051 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10059/stat : 10059 (java) S 10051 10054 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97582289 10914865152 10088 33554432000 4194304 4196468 140720424944320 140326590171792 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10060] ppid=10051 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10060/stat : 10060 (java) S 10051 10054 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97582289 10914865152 10088 33554432000 4194304 4196468 140720424944320 140326589118992 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10061] ppid=10051 vsize=10659048 memory=140427816453760 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10061/stat : 10061 (java) S 10051 10054 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97582290 10914865152 10088 33554432000 4194304 4196468 140720424944320 140326022883952 140326666214018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10062] ppid=10051 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10062/stat : 10062 (java) S 10051 10054 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97582291 10914865152 10088 33554432000 4194304 4196468 140720424944320 140326021829920 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10063] ppid=10051 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10063/stat : 10063 (java) S 10051 10054 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97582291 10914865152 10088 33554432000 4194304 4196468 140720424944320 140326020777584 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10064] ppid=10051 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10064/stat : 10064 (java) S 10051 10054 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97582293 10914865152 10088 33554432000 4194304 4196468 140720424944320 140326019725904 140326666221467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10065] ppid=10051 vsize=10659048 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/10054/task/10065/stat : 10065 (java) S 10051 10054 6199 0 -1 1077944384 543 0 0 0 2 0 0 0 20 0 15 0 97582293 10914865152 10088 33554432000 4194304 4196468 140720424944320 140326018672752 140326666214018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10066] ppid=10051 vsize=10659048 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/10054/task/10066/stat : 10066 (java) S 10051 10054 6199 0 -1 1077944384 218 0 0 0 1 0 0 0 20 0 15 0 97582293 10914865152 10088 33554432000 4194304 4196468 140720424944320 140326017619952 140326666214018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10067] ppid=10051 vsize=10659048 memory=140427816453760 CPUtime=0.06 cores=1,3,5,7
/proc/10054/task/10067/stat : 10067 (java) S 10051 10054 6199 0 -1 1077944384 778 0 0 0 6 0 0 0 20 0 15 0 97582293 10914865152 10088 33554432000 4194304 4196468 140720424944320 140326016567664 140326666214018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10068] ppid=10051 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10068/stat : 10068 (java) S 10051 10054 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97582293 10914865152 10088 33554432000 4194304 4196468 140720424944320 140326015515104 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10069] ppid=10051 vsize=10659048 memory=140427816453760 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10069/stat : 10069 (java) S 10051 10054 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97582294 10914865152 10088 33554432000 4194304 4196468 140720424944320 140326014462896 140326666214018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 40340 KiB

[startup+0.310029 s]*
/proc/loadavg: 1.87 1.69 1.62 7/215 10069
/proc/meminfo: memFree=23998036/32770624 swapFree=67108792/67108860
[pid=10054] ppid=10051 vsize=10659048 memory=47400 CPUtime=0.54 cores=1,3,5,7
/proc/10054/stat : 10054 (java) S 10051 10054 6199 0 -1 1077944320 8492 0 0 0 51 3 0 0 20 0 15 0 97582288 10914865152 11850 33554432000 4194304 4196468 140720424944320 140720424926864 140326666202871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
/proc/10054/statm: 2664762 11850 3049 1 0 2627263 0
[pid=10054/tid=10056] ppid=10051 vsize=10659048 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/10054/task/10056/stat : 10056 (java) R 10051 10054 6199 0 -1 4202560 5144 0 0 0 27 2 0 0 20 0 15 0 97582288 10914865152 11850 33554432000 4194304 4196468 140720424944320 140326670439024 140326262155009 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10057] ppid=10051 vsize=10659048 memory=4294977868 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10057/stat : 10057 (java) S 10051 10054 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97582289 10914865152 11850 33554432000 4194304 4196468 140720424944320 140326592276880 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10058] ppid=10051 vsize=10659048 memory=3545933692979496608 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10058/stat : 10058 (java) S 10051 10054 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97582289 10914865152 11850 33554432000 4194304 4196468 140720424944320 140326591224080 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10059] ppid=10051 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10059/stat : 10059 (java) S 10051 10054 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97582289 10914865152 11850 33554432000 4194304 4196468 140720424944320 140326590171792 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10060] ppid=10051 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10060/stat : 10060 (java) S 10051 10054 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97582289 10914865152 11850 33554432000 4194304 4196468 140720424944320 140326589118992 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10061] ppid=10051 vsize=10659048 memory=140427816453760 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10061/stat : 10061 (java) S 10051 10054 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97582290 10914865152 11850 33554432000 4194304 4196468 140720424944320 140326022883952 140326666214018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10062] ppid=10051 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10062/stat : 10062 (java) S 10051 10054 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97582291 10914865152 11850 33554432000 4194304 4196468 140720424944320 140326021829920 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10063] ppid=10051 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10063/stat : 10063 (java) S 10051 10054 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97582291 10914865152 11850 33554432000 4194304 4196468 140720424944320 140326020777584 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10064] ppid=10051 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10064/stat : 10064 (java) S 10051 10054 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97582293 10914865152 11850 33554432000 4194304 4196468 140720424944320 140326019725904 140326666221467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10065] ppid=10051 vsize=10659048 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/10054/task/10065/stat : 10065 (java) R 10051 10054 6199 0 -1 4202560 730 0 0 0 6 0 0 0 20 0 15 0 97582293 10914865152 11850 33554432000 4194304 4196468 140720424944320 140326018653768 140326649590201 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10066] ppid=10051 vsize=10659048 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/10054/task/10066/stat : 10066 (java) R 10051 10054 6199 0 -1 4202560 298 0 0 0 3 0 0 0 20 0 15 0 97582293 10914865152 11850 33554432000 4194304 4196468 140720424944320 140326017610336 140326647613021 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10067] ppid=10051 vsize=10659048 memory=140427816453760 CPUtime=0.13 cores=1,3,5,7
/proc/10054/task/10067/stat : 10067 (java) R 10051 10054 6199 0 -1 1077944384 954 0 0 0 13 0 0 0 20 0 15 0 97582293 10914865152 11850 33554432000 4194304 4196468 140720424944320 140326016567664 140326666214018 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10068] ppid=10051 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10068/stat : 10068 (java) S 10051 10054 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97582293 10914865152 11850 33554432000 4194304 4196468 140720424944320 140326015515104 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10069] ppid=10051 vsize=10659048 memory=140427816453760 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10069/stat : 10069 (java) S 10051 10054 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97582294 10914865152 11850 33554432000 4194304 4196468 140720424944320 140326014462896 140326666214018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 47400 KiB

[startup+0.700802 s]
/proc/loadavg: 1.87 1.69 1.62 5/215 10069
/proc/meminfo: memFree=23971484/32770624 swapFree=67108792/67108860
[pid=10054] ppid=10051 vsize=10659048 memory=108748 CPUtime=1.7 cores=1,3,5,7
/proc/10054/stat : 10054 (java) S 10051 10054 6199 0 -1 1077944320 14134 0 0 0 166 4 0 0 20 0 15 0 97582288 10914865152 27187 33554432000 4194304 4196468 140720424944320 140720424926864 140326666202871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
/proc/10054/statm: 2664762 27187 3095 1 0 2627263 0
[pid=10054/tid=10056] ppid=10051 vsize=10659048 memory=183639379819180 CPUtime=0.67 cores=1,3,5,7
/proc/10054/task/10056/stat : 10056 (java) R 10051 10054 6199 0 -1 4202560 5278 0 0 0 65 2 0 0 20 0 15 0 97582288 10914865152 27187 33554432000 4194304 4196468 140720424944320 140326670433472 140326666214806 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10057] ppid=10051 vsize=10659048 memory=569991 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10057/stat : 10057 (java) S 10051 10054 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97582289 10914865152 27187 33554432000 4194304 4196468 140720424944320 140326592276880 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10058] ppid=10051 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10058/stat : 10058 (java) S 10051 10054 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97582289 10914865152 27187 33554432000 4194304 4196468 140720424944320 140326591224080 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10059] ppid=10051 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10059/stat : 10059 (java) S 10051 10054 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97582289 10914865152 27187 33554432000 4194304 4196468 140720424944320 140326590171792 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10060] ppid=10051 vsize=10659048 memory=7809523229951467570 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10060/stat : 10060 (java) S 10051 10054 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97582289 10914865152 27187 33554432000 4194304 4196468 140720424944320 140326589118992 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10061] ppid=10051 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10061/stat : 10061 (java) S 10051 10054 6199 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 97582290 10914865152 27187 33554432000 4194304 4196468 140720424944320 140326022883952 140326666214018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10062] ppid=10051 vsize=10659048 memory=-3535359994705171810 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10062/stat : 10062 (java) S 10051 10054 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97582291 10914865152 27187 33554432000 4194304 4196468 140720424944320 140326021829920 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10063] ppid=10051 vsize=10659048 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10063/stat : 10063 (java) S 10051 10054 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97582291 10914865152 27187 33554432000 4194304 4196468 140720424944320 140326020777584 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10064] ppid=10051 vsize=10659048 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10064/stat : 10064 (java) S 10051 10054 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97582293 10914865152 27187 33554432000 4194304 4196468 140720424944320 140326019725904 140326666221467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10065] ppid=10051 vsize=10659048 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/10054/task/10065/stat : 10065 (java) R 10051 10054 6199 0 -1 4202560 2836 0 0 0 40 0 0 0 20 0 15 0 97582293 10914865152 27187 33554432000 4194304 4196468 140720424944320 140326018654488 140326643484337 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10066] ppid=10051 vsize=10659048 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/10054/task/10066/stat : 10066 (java) R 10051 10054 6199 0 -1 4202560 3192 0 0 0 38 0 0 0 20 0 15 0 97582293 10914865152 27187 33554432000 4194304 4196468 140720424944320 140326017600968 140326651102160 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10067] ppid=10051 vsize=10659048 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/10054/task/10067/stat : 10067 (java) R 10051 10054 6199 0 -1 1077944384 1456 0 0 0 22 0 0 0 20 0 15 0 97582293 10914865152 27187 33554432000 4194304 4196468 140720424944320 140326016567664 140326666214018 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10068] ppid=10051 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10068/stat : 10068 (java) S 10051 10054 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97582293 10914865152 27187 33554432000 4194304 4196468 140720424944320 140326015515104 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10069] ppid=10051 vsize=10659048 memory=18268 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10069/stat : 10069 (java) S 10051 10054 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97582294 10914865152 27187 33554432000 4194304 4196468 140720424944320 140326014462896 140326666214018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 108748 KiB

[startup+1.50083 s]
/proc/loadavg: 1.87 1.69 1.62 3/215 10069
/proc/meminfo: memFree=23865624/32770624 swapFree=67108792/67108860
[pid=10054] ppid=10051 vsize=10659048 memory=198072 CPUtime=3.1 cores=1,3,5,7
/proc/10054/stat : 10054 (java) S 10051 10054 6199 0 -1 1077944320 17417 0 0 0 303 7 0 0 20 0 15 0 97582288 10914865152 49518 33554432000 4194304 4196468 140720424944320 140720424926864 140326666202871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
/proc/10054/statm: 2664762 49518 3127 1 0 2627263 0
[pid=10054/tid=10056] ppid=10051 vsize=10659048 memory=10799 CPUtime=1.46 cores=1,3,5,7
/proc/10054/task/10056/stat : 10056 (java) R 10051 10054 6199 0 -1 4202560 5693 0 0 0 142 4 0 0 20 0 15 0 97582288 10914865152 49518 33554432000 4194304 4196468 140720424944320 140326670442224 140326264909182 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10057] ppid=10051 vsize=10659048 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10057/stat : 10057 (java) S 10051 10054 6199 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 97582289 10914865152 49518 33554432000 4194304 4196468 140720424944320 140326592276880 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10058] ppid=10051 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10058/stat : 10058 (java) S 10051 10054 6199 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 97582289 10914865152 49518 33554432000 4194304 4196468 140720424944320 140326591224080 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10059] ppid=10051 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10059/stat : 10059 (java) S 10051 10054 6199 0 -1 1077944384 199 0 0 0 0 0 0 0 20 0 15 0 97582289 10914865152 49518 33554432000 4194304 4196468 140720424944320 140326590171792 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10060] ppid=10051 vsize=10659048 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10060/stat : 10060 (java) S 10051 10054 6199 0 -1 1077944384 289 0 0 0 0 0 0 0 20 0 15 0 97582289 10914865152 49518 33554432000 4194304 4196468 140720424944320 140326589118992 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10061] ppid=10051 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10061/stat : 10061 (java) S 10051 10054 6199 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 97582290 10914865152 49518 33554432000 4194304 4196468 140720424944320 140326022883952 140326666214018 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0

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


[startup+232.001 s]*
/proc/loadavg: 1.65 1.68 1.64 3/216 10080
/proc/meminfo: memFree=23210824/32770624 swapFree=67108792/67108860
[pid=10054] ppid=10051 vsize=10659048 memory=618920 CPUtime=239.54 cores=1,3,5,7
/proc/10054/stat : 10054 (java) S 10051 10054 6199 0 -1 1077944320 46105 0 0 0 23905 49 0 0 20 0 15 0 97582288 10914865152 154730 33554432000 4194304 4196468 140720424944320 140720424926864 140326666202871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
/proc/10054/statm: 2664762 154730 3133 1 0 2627263 0
[pid=10054/tid=10056] ppid=10051 vsize=10659048 memory=840 CPUtime=229.57 cores=1,3,5,7
/proc/10054/task/10056/stat : 10056 (java) R 10051 10054 6199 0 -1 4202560 20140 0 0 0 22947 10 0 0 20 0 15 0 97582288 10914865152 154730 33554432000 4194304 4196468 140720424944320 140326670442256 140326265462469 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10057] ppid=10051 vsize=10659048 memory=1692 CPUtime=1.95 cores=1,3,5,7
/proc/10054/task/10057/stat : 10057 (java) S 10051 10054 6199 0 -1 1077944384 1983 0 0 0 189 6 0 0 20 0 15 0 97582289 10914865152 154730 33554432000 4194304 4196468 140720424944320 140326592276880 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10058] ppid=10051 vsize=10659048 memory=916 CPUtime=1.95 cores=1,3,5,7
/proc/10054/task/10058/stat : 10058 (java) S 10051 10054 6199 0 -1 1077944384 3658 0 0 0 189 6 0 0 20 0 15 0 97582289 10914865152 154730 33554432000 4194304 4196468 140720424944320 140326591224080 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10059] ppid=10051 vsize=10659048 memory=4872558044660077418 CPUtime=1.96 cores=1,3,5,7
/proc/10054/task/10059/stat : 10059 (java) S 10051 10054 6199 0 -1 1077944384 2186 0 0 0 189 7 0 0 20 0 15 0 97582289 10914865152 154730 33554432000 4194304 4196468 140720424944320 140326590171792 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10060] ppid=10051 vsize=10659048 memory=4052 CPUtime=1.95 cores=1,3,5,7
/proc/10054/task/10060/stat : 10060 (java) S 10051 10054 6199 0 -1 1077944384 2456 0 0 0 188 7 0 0 20 0 15 0 97582289 10914865152 154730 33554432000 4194304 4196468 140720424944320 140326589118992 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10061] ppid=10051 vsize=10659048 memory=644 CPUtime=0.27 cores=1,3,5,7
/proc/10054/task/10061/stat : 10061 (java) S 10051 10054 6199 0 -1 1077944384 2026 0 0 0 24 3 0 0 20 0 15 0 97582290 10914865152 154730 33554432000 4194304 4196468 140720424944320 140326022883952 140326666214018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10062] ppid=10051 vsize=10659048 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10062/stat : 10062 (java) S 10051 10054 6199 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 97582291 10914865152 154730 33554432000 4194304 4196468 140720424944320 140326021829920 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10063] ppid=10051 vsize=10659048 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10063/stat : 10063 (java) S 10051 10054 6199 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 97582291 10914865152 154730 33554432000 4194304 4196468 140720424944320 140326020777584 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10064] ppid=10051 vsize=10659048 memory=956 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10064/stat : 10064 (java) S 10051 10054 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97582293 10914865152 154730 33554432000 4194304 4196468 140720424944320 140326019725904 140326666221467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10065] ppid=10051 vsize=10659048 memory=2464 CPUtime=0.77 cores=1,3,5,7
/proc/10054/task/10065/stat : 10065 (java) S 10051 10054 6199 0 -1 1077944384 4962 0 0 0 77 0 0 0 20 0 15 0 97582293 10914865152 154730 33554432000 4194304 4196468 140720424944320 140326018672752 140326666214018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10066] ppid=10051 vsize=10659048 memory=1576 CPUtime=0.66 cores=1,3,5,7
/proc/10054/task/10066/stat : 10066 (java) S 10051 10054 6199 0 -1 1077944384 4217 0 0 0 66 0 0 0 20 0 15 0 97582293 10914865152 154730 33554432000 4194304 4196468 140720424944320 140326017619952 140326666214018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10067] ppid=10051 vsize=10659048 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/10054/task/10067/stat : 10067 (java) S 10051 10054 6199 0 -1 1077944384 2452 0 0 0 25 1 0 0 20 0 15 0 97582293 10914865152 154730 33554432000 4194304 4196468 140720424944320 140326016567664 140326666214018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10068] ppid=10051 vsize=10659048 memory=1399661390618268019 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10068/stat : 10068 (java) S 10051 10054 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97582293 10914865152 154730 33554432000 4194304 4196468 140720424944320 140326015515104 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10069] ppid=10051 vsize=10659048 memory=8305309928409948256 CPUtime=0.12 cores=1,3,5,7
/proc/10054/task/10069/stat : 10069 (java) S 10051 10054 6199 0 -1 1077944384 597 0 0 0 5 7 0 0 20 0 15 0 97582294 10914865152 154730 33554432000 4194304 4196468 140720424944320 140326014462896 140326666214018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
Current children cumulated CPU time: 239.54 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 618920 KiB

[startup+232.801 s]
/proc/loadavg: 1.65 1.68 1.64 3/216 10080
/proc/meminfo: memFree=23210824/32770624 swapFree=67108792/67108860
[pid=10054] ppid=10051 vsize=10659048 memory=618920 CPUtime=240.36 cores=1,3,5,7
/proc/10054/stat : 10054 (java) S 10051 10054 6199 0 -1 1077944320 46151 0 0 0 23987 49 0 0 20 0 15 0 97582288 10914865152 154730 33554432000 4194304 4196468 140720424944320 140720424926864 140326666202871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
/proc/10054/statm: 2664762 154730 3133 1 0 2627263 0
[pid=10054/tid=10056] ppid=10051 vsize=10659048 memory=6791534058613427641 CPUtime=230.35 cores=1,3,5,7
/proc/10054/task/10056/stat : 10056 (java) R 10051 10054 6199 0 -1 4202560 20186 0 0 0 23025 10 0 0 20 0 15 0 97582288 10914865152 154730 33554432000 4194304 4196468 140720424944320 140326670442304 140326265147980 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10057] ppid=10051 vsize=10659048 memory=-7449382998787278238 CPUtime=1.96 cores=1,3,5,7
/proc/10054/task/10057/stat : 10057 (java) S 10051 10054 6199 0 -1 1077944384 1983 0 0 0 190 6 0 0 20 0 15 0 97582289 10914865152 154730 33554432000 4194304 4196468 140720424944320 140326592276880 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10058] ppid=10051 vsize=10659048 memory=8303054830060986464 CPUtime=1.95 cores=1,3,5,7
/proc/10054/task/10058/stat : 10058 (java) S 10051 10054 6199 0 -1 1077944384 3658 0 0 0 189 6 0 0 20 0 15 0 97582289 10914865152 154730 33554432000 4194304 4196468 140720424944320 140326591224080 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10059] ppid=10051 vsize=10659048 memory=7805408136574166629 CPUtime=1.96 cores=1,3,5,7
/proc/10054/task/10059/stat : 10059 (java) S 10051 10054 6199 0 -1 1077944384 2186 0 0 0 189 7 0 0 20 0 15 0 97582289 10914865152 154730 33554432000 4194304 4196468 140720424944320 140326590171792 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10060] ppid=10051 vsize=10659048 memory=7881696724453321575 CPUtime=1.96 cores=1,3,5,7
/proc/10054/task/10060/stat : 10060 (java) S 10051 10054 6199 0 -1 1077944384 2456 0 0 0 189 7 0 0 20 0 15 0 97582289 10914865152 154730 33554432000 4194304 4196468 140720424944320 140326589118992 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10061] ppid=10051 vsize=10659048 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/10054/task/10061/stat : 10061 (java) S 10051 10054 6199 0 -1 1077944384 2026 0 0 0 24 3 0 0 20 0 15 0 97582290 10914865152 154730 33554432000 4194304 4196468 140720424944320 140326022883952 140326666214018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10062] ppid=10051 vsize=10659048 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10062/stat : 10062 (java) S 10051 10054 6199 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 97582291 10914865152 154730 33554432000 4194304 4196468 140720424944320 140326021829920 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10063] ppid=10051 vsize=10659048 memory=4136 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10063/stat : 10063 (java) S 10051 10054 6199 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 97582291 10914865152 154730 33554432000 4194304 4196468 140720424944320 140326020777584 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10064] ppid=10051 vsize=10659048 memory=28280 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10064/stat : 10064 (java) S 10051 10054 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97582293 10914865152 154730 33554432000 4194304 4196468 140720424944320 140326019725904 140326666221467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10065] ppid=10051 vsize=10659048 memory=1292 CPUtime=0.77 cores=1,3,5,7
/proc/10054/task/10065/stat : 10065 (java) S 10051 10054 6199 0 -1 1077944384 4962 0 0 0 77 0 0 0 20 0 15 0 97582293 10914865152 154730 33554432000 4194304 4196468 140720424944320 140326018672752 140326666214018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10066] ppid=10051 vsize=10659048 memory=2436 CPUtime=0.66 cores=1,3,5,7
/proc/10054/task/10066/stat : 10066 (java) S 10051 10054 6199 0 -1 1077944384 4217 0 0 0 66 0 0 0 20 0 15 0 97582293 10914865152 154730 33554432000 4194304 4196468 140720424944320 140326017619952 140326666214018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10067] ppid=10051 vsize=10659048 memory=618920 CPUtime=0.26 cores=1,3,5,7
/proc/10054/task/10067/stat : 10067 (java) S 10051 10054 6199 0 -1 1077944384 2452 0 0 0 25 1 0 0 20 0 15 0 97582293 10914865152 154730 33554432000 4194304 4196468 140720424944320 140326016567664 140326666214018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10068] ppid=10051 vsize=10659048 memory=618920 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10068/stat : 10068 (java) S 10051 10054 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97582293 10914865152 154730 33554432000 4194304 4196468 140720424944320 140326015515104 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10069] ppid=10051 vsize=10659048 memory=28280 CPUtime=0.12 cores=1,3,5,7
/proc/10054/task/10069/stat : 10069 (java) S 10051 10054 6199 0 -1 1077944384 597 0 0 0 5 7 0 0 20 0 15 0 97582294 10914865152 154730 33554432000 4194304 4196468 140720424944320 140326014462896 140326666214018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
Current children cumulated CPU time: 240.36 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 618920 KiB

[startup+233.601 s]
/proc/loadavg: 1.67 1.69 1.64 3/216 10080
/proc/meminfo: memFree=23210824/32770624 swapFree=67108792/67108860
[pid=10054] ppid=10051 vsize=10659048 memory=618408 CPUtime=241.18 cores=1,3,5,7
/proc/10054/stat : 10054 (java) S 10051 10054 6199 0 -1 1077944320 49781 0 0 0 24069 49 0 0 20 0 15 0 97582288 10914865152 154602 33554432000 4194304 4196468 140720424944320 140720424926864 140326666202871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
/proc/10054/statm: 2664762 154602 3133 1 0 2627263 0
[pid=10054/tid=10056] ppid=10051 vsize=10659048 memory=617904 CPUtime=231.14 cores=1,3,5,7
/proc/10054/task/10056/stat : 10056 (java) R 10051 10054 6199 0 -1 4202560 23816 0 0 0 23104 10 0 0 20 0 15 0 97582288 10914865152 154602 33554432000 4194304 4196468 140720424944320 140326670442368 140326265146992 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10057] ppid=10051 vsize=10659048 memory=288230583166042426 CPUtime=1.97 cores=1,3,5,7
/proc/10054/task/10057/stat : 10057 (java) S 10051 10054 6199 0 -1 1077944384 1983 0 0 0 191 6 0 0 20 0 15 0 97582289 10914865152 154602 33554432000 4194304 4196468 140720424944320 140326592276880 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10058] ppid=10051 vsize=10659048 memory=14976689222453353 CPUtime=1.96 cores=1,3,5,7
/proc/10054/task/10058/stat : 10058 (java) S 10051 10054 6199 0 -1 1077944384 3658 0 0 0 190 6 0 0 20 0 15 0 97582289 10914865152 154602 33554432000 4194304 4196468 140720424944320 140326591224080 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10059] ppid=10051 vsize=10659048 memory=288230574492221466 CPUtime=1.97 cores=1,3,5,7
/proc/10054/task/10059/stat : 10059 (java) S 10051 10054 6199 0 -1 1077944384 2186 0 0 0 190 7 0 0 20 0 15 0 97582289 10914865152 154602 33554432000 4194304 4196468 140720424944320 140326590171792 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10060] ppid=10051 vsize=10659048 memory=304556131815260474 CPUtime=1.97 cores=1,3,5,7
/proc/10054/task/10060/stat : 10060 (java) S 10051 10054 6199 0 -1 1077944384 2456 0 0 0 190 7 0 0 20 0 15 0 97582289 10914865152 154602 33554432000 4194304 4196468 140720424944320 140326589118992 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10061] ppid=10051 vsize=10659048 memory=14976689222453353 CPUtime=0.28 cores=1,3,5,7
/proc/10054/task/10061/stat : 10061 (java) S 10051 10054 6199 0 -1 1077944384 2026 0 0 0 25 3 0 0 20 0 15 0 97582290 10914865152 154602 33554432000 4194304 4196468 140720424944320 140326022883952 140326666214018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10062] ppid=10051 vsize=10659048 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10062/stat : 10062 (java) S 10051 10054 6199 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 97582291 10914865152 154602 33554432000 4194304 4196468 140720424944320 140326021829920 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10063] ppid=10051 vsize=10659048 memory=7228656116684319332 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10063/stat : 10063 (java) S 10051 10054 6199 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 97582291 10914865152 154602 33554432000 4194304 4196468 140720424944320 140326020777584 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10064] ppid=10051 vsize=10659048 memory=7594593330403501160 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10064/stat : 10064 (java) S 10051 10054 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97582293 10914865152 154602 33554432000 4194304 4196468 140720424944320 140326019725904 140326666221467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10065] ppid=10051 vsize=10659048 memory=7306642234536448106 CPUtime=0.77 cores=1,3,5,7
/proc/10054/task/10065/stat : 10065 (java) S 10051 10054 6199 0 -1 1077944384 4962 0 0 0 77 0 0 0 20 0 15 0 97582293 10914865152 154602 33554432000 4194304 4196468 140720424944320 140326018672752 140326666214018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10066] ppid=10051 vsize=10659048 memory=6791534058613427641 CPUtime=0.66 cores=1,3,5,7
/proc/10054/task/10066/stat : 10066 (java) S 10051 10054 6199 0 -1 1077944384 4217 0 0 0 66 0 0 0 20 0 15 0 97582293 10914865152 154602 33554432000 4194304 4196468 140720424944320 140326017619952 140326666214018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10067] ppid=10051 vsize=10659048 memory=956 CPUtime=0.26 cores=1,3,5,7
/proc/10054/task/10067/stat : 10067 (java) S 10051 10054 6199 0 -1 1077944384 2452 0 0 0 25 1 0 0 20 0 15 0 97582293 10914865152 154602 33554432000 4194304 4196468 140720424944320 140326016567664 140326666214018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10068] ppid=10051 vsize=10659048 memory=2464 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10068/stat : 10068 (java) S 10051 10054 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97582293 10914865152 154602 33554432000 4194304 4196468 140720424944320 140326015515104 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10069] ppid=10051 vsize=10659048 memory=618920 CPUtime=0.12 cores=1,3,5,7
/proc/10054/task/10069/stat : 10069 (java) S 10051 10054 6199 0 -1 1077944384 597 0 0 0 5 7 0 0 20 0 15 0 97582294 10914865152 154602 33554432000 4194304 4196468 140720424944320 140326014462896 140326666214018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
Current children cumulated CPU time: 241.18 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 618408 KiB

[startup+233.801 s]
/proc/loadavg: 1.67 1.69 1.64 3/216 10080
/proc/meminfo: memFree=23210824/32770624 swapFree=67108792/67108860
[pid=10054] ppid=10051 vsize=10659048 memory=618408 CPUtime=241.38 cores=1,3,5,7
/proc/10054/stat : 10054 (java) S 10051 10054 6199 0 -1 1077944320 49781 0 0 0 24089 49 0 0 20 0 15 0 97582288 10914865152 154602 33554432000 4194304 4196468 140720424944320 140720424926864 140326666202871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
/proc/10054/statm: 2664762 154602 3133 1 0 2627263 0
[pid=10054/tid=10056] ppid=10051 vsize=10659048 memory=6791534058613427641 CPUtime=231.34 cores=1,3,5,7
/proc/10054/task/10056/stat : 10056 (java) R 10051 10054 6199 0 -1 4202560 23816 0 0 0 23124 10 0 0 20 0 15 0 97582288 10914865152 154602 33554432000 4194304 4196468 140720424944320 140326670442368 140326265851259 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10057] ppid=10051 vsize=10659048 memory=7007712420471858773 CPUtime=1.97 cores=1,3,5,7
/proc/10054/task/10057/stat : 10057 (java) S 10051 10054 6199 0 -1 1077944384 1983 0 0 0 191 6 0 0 20 0 15 0 97582289 10914865152 154602 33554432000 4194304 4196468 140720424944320 140326592276880 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10058] ppid=10051 vsize=10659048 memory=613812 CPUtime=1.96 cores=1,3,5,7
/proc/10054/task/10058/stat : 10058 (java) S 10051 10054 6199 0 -1 1077944384 3658 0 0 0 190 6 0 0 20 0 15 0 97582289 10914865152 154602 33554432000 4194304 4196468 140720424944320 140326591224080 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10059] ppid=10051 vsize=10659048 memory=617904 CPUtime=1.97 cores=1,3,5,7
/proc/10054/task/10059/stat : 10059 (java) S 10051 10054 6199 0 -1 1077944384 2186 0 0 0 190 7 0 0 20 0 15 0 97582289 10914865152 154602 33554432000 4194304 4196468 140720424944320 140326590171792 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10060] ppid=10051 vsize=10659048 memory=28280 CPUtime=1.97 cores=1,3,5,7
/proc/10054/task/10060/stat : 10060 (java) S 10051 10054 6199 0 -1 1077944384 2456 0 0 0 190 7 0 0 20 0 15 0 97582289 10914865152 154602 33554432000 4194304 4196468 140720424944320 140326589118992 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10061] ppid=10051 vsize=10659048 memory=2436 CPUtime=0.28 cores=1,3,5,7
/proc/10054/task/10061/stat : 10061 (java) S 10051 10054 6199 0 -1 1077944384 2026 0 0 0 25 3 0 0 20 0 15 0 97582290 10914865152 154602 33554432000 4194304 4196468 140720424944320 140326022883952 140326666214018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10062] ppid=10051 vsize=10659048 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10062/stat : 10062 (java) S 10051 10054 6199 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 97582291 10914865152 154602 33554432000 4194304 4196468 140720424944320 140326021829920 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10063] ppid=10051 vsize=10659048 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10063/stat : 10063 (java) S 10051 10054 6199 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 97582291 10914865152 154602 33554432000 4194304 4196468 140720424944320 140326020777584 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10064] ppid=10051 vsize=10659048 memory=5760 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10064/stat : 10064 (java) S 10051 10054 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97582293 10914865152 154602 33554432000 4194304 4196468 140720424944320 140326019725904 140326666221467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10065] ppid=10051 vsize=10659048 memory=4588 CPUtime=0.77 cores=1,3,5,7
/proc/10054/task/10065/stat : 10065 (java) S 10051 10054 6199 0 -1 1077944384 4962 0 0 0 77 0 0 0 20 0 15 0 97582293 10914865152 154602 33554432000 4194304 4196468 140720424944320 140326018672752 140326666214018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10066] ppid=10051 vsize=10659048 memory=9920 CPUtime=0.66 cores=1,3,5,7
/proc/10054/task/10066/stat : 10066 (java) S 10051 10054 6199 0 -1 1077944384 4217 0 0 0 66 0 0 0 20 0 15 0 97582293 10914865152 154602 33554432000 4194304 4196468 140720424944320 140326017619952 140326666214018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10067] ppid=10051 vsize=10659048 memory=618408 CPUtime=0.26 cores=1,3,5,7
/proc/10054/task/10067/stat : 10067 (java) S 10051 10054 6199 0 -1 1077944384 2452 0 0 0 25 1 0 0 20 0 15 0 97582293 10914865152 154602 33554432000 4194304 4196468 140720424944320 140326016567664 140326666214018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10068] ppid=10051 vsize=10659048 memory=618920 CPUtime=0 cores=1,3,5,7
/proc/10054/task/10068/stat : 10068 (java) S 10051 10054 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97582293 10914865152 154602 33554432000 4194304 4196468 140720424944320 140326015515104 140326666213077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
[pid=10054/tid=10069] ppid=10051 vsize=10659048 memory=1008 CPUtime=0.12 cores=1,3,5,7
/proc/10054/task/10069/stat : 10069 (java) S 10051 10054 6199 0 -1 1077944384 597 0 0 0 5 7 0 0 20 0 15 0 97582294 10914865152 154602 33554432000 4194304 4196468 140720424944320 140326014462896 140326666214018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14680064 140720424953005 140720424953097 140720424953097 140720424955855 0
Current children cumulated CPU time: 241.38 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 618408 KiB

[startup+233.904 s]*
/proc/loadavg: 1.67 1.69 1.64 3/201 10081
/proc/meminfo: memFree=23818304/32770624 swapFree=67108792/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 233.914
CPU time (s): 241.494
CPU user time (s): 240.991
CPU system time (s): 0.503521
CPU usage (%): 103.241
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 619436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 240.991
system time used= 0.503521
maximum resident set size= 619948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50123
page faults= 0
swaps= 0
block input operations= 0
block output operations= 336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12977
involuntary context switches= 418


# summary of solver processes directly reported to runsolver:
#   pid: 10054
#   total CPU time (s): 241.494
#   total CPU user time (s): 240.991
#   total CPU system time (s): 0.503521

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.37219 second user time and 2.29065 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-28 19:49:50
IDJOB=4299397
IDBENCH=141371
IDSOLVER=2763
FILE ID=node150/4299397-1532800190
RUNJOBID= node150-1532775187-6231
PBS_JOBID= 21022464
Free space on /tmp= 53100 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-10_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299397-1532800190/watcher-4299397-1532800190 -o /tmp/evaluation-result-4299397-1532800190/solver-4299397-1532800190 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532775187-6231 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299397-1532800190.xml

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

MD5SUM BENCH= fd7701f01011f2453d3fac3f444f25b8
RANDOM SEED=822250326

node150.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.76
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.76
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.76
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.76
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:        24034188 kB
MemAvailable:   27865092 kB
Buffers:          207392 kB
Cached:          3862464 kB
SwapCached:           32 kB
Active:          5540240 kB
Inactive:        2649100 kB
Active(anon):    4071244 kB
Inactive(anon):    76188 kB
Active(file):    1468996 kB
Inactive(file):  2572912 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:              1212 kB
Writeback:             0 kB
AnonPages:       4127092 kB
Mapped:            54964 kB
Shmem:             25156 kB
Slab:             238388 kB
SReclaimable:     209660 kB
SUnreclaim:        28728 kB
KernelStack:        3504 kB
PageTables:        13352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4665168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4001792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53100 MiB
End job on node150 at 2018-07-28 19:53:44