Trace number 4273026

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - ALNS 2017-07-26SAT (TO)318 2520.04 2476.8201

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-19-a4.xml
MD5SUM264cffe383a4c1beb81f164e203eb53e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark313
Best CPU time to get the best result obtained on this benchmark2400.11
Satisfiable
(Un)Satisfiability was proved
Number of variables19
Number of constraints13568
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":19}]
Minimum variable degree2755
Maximum variable degree2756
Distribution of variable degrees[{"degree":2755,"count":17},{"degree":2756,"count":2}]
Minimum constraint arity1
Maximum constraint arity19
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":1938},{"arity":4,"count":11628},{"arity":19,"count":1}]
Number of extensional constraints0
Number of intensional constraints13567
Distribution of constraint types[{"type":"intension","count":13567},{"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.27/0.38	c version: 2017-07-26
0.27/0.38	c seed: 555675466
0.27/0.38	c timeout: 2520
0.27/0.38	c memlimit: 11000
0.27/0.38	c nbcore: 4
0.27/0.40	c Parsing instance...
4.59/1.83	c Parsing done, starting search...
4.94/1.98	o 500
26.01/21.75	o 499
31.25/26.90	o 497
33.12/28.78	o 400
75.50/70.86	o 396
133.67/128.66	o 380
162.96/157.44	o 351
165.89/160.37	o 339
217.57/211.14	o 338
1083.44/1062.71	o 337
1158.64/1136.64	o 335
1209.88/1187.10	o 334
1299.61/1275.22	o 333
1309.46/1284.93	o 332
1359.83/1334.55	o 331
1448.03/1421.66	o 326
1666.20/1636.33	o 325
1763.99/1732.63	o 324
1775.54/1744.06	o 319
2368.40/2327.93	o 318
2520.00/2476.81	s SATISFIABLE
2520.00/2476.81	v <instantiation>
2520.00/2476.81	v 	<list>
2520.00/2476.81	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18]
2520.00/2476.81	v 	</list>
2520.00/2476.81	v 	<values>
2520.00/2476.81	v 		0 4 16 23 53 77 94 125 176 201 221 239 261 271 304 305 307 313 318 
2520.00/2476.81	v 	</values>
2520.00/2476.81	v </instantiation>

Verifier Data

OK	318

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273026-1502862134/watcher-4273026-1502862134 -o /tmp/evaluation-result-4273026-1502862134/solver-4273026-1502862134 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502658038-4849 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 555675466 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273026-1502862134.xml 

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

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


[startup+0.104421 s]*
/proc/loadavg: 1.51 1.48 1.43 3/205 32074
/proc/meminfo: memFree=29091968/32770624 swapFree=67108776/67108860
[pid=32067] ppid=32064 vsize=13573664 memory=17496 CPUtime=0.02 cores=0,2,4,6
/proc/32067/stat : 32067 (java) S 32064 32067 7084 0 -1 1077944320 3780 0 0 0 2 0 0 0 20 0 9 0 185866022 13899431936 4374 18446744073709551615 4194304 4196468 140724338898064 140724338880608 140214393274103 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
/proc/32067/statm: 3393416 4374 2073 1 0 3382913 0
[pid=32067/tid=32069] ppid=32064 vsize=13573664 memory=-6439968830534014599 CPUtime=0.01 cores=0,2,4,6
/proc/32067/task/32069/stat : 32069 (java) R 32064 32067 7084 0 -1 4202560 2410 0 0 0 1 0 0 0 20 0 9 0 185866031 13899431936 4374 18446744073709551615 4194304 4196468 140724338898064 140214397509864 140214379367264 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32070] ppid=32064 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32070/stat : 32070 (java) S 32064 32067 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 185866032 13899431936 4374 18446744073709551615 4194304 4196468 140724338898064 140214312688400 140214393284309 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32071] ppid=32064 vsize=13573664 memory=139961256064640 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32071/stat : 32071 (java) S 32064 32067 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 185866032 13899431936 4439 18446744073709551615 4194304 4196468 140724338898064 140214311635856 140214393284309 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32072] ppid=32064 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32072/stat : 32072 (java) S 32064 32067 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 185866032 13899431936 4439 18446744073709551615 4194304 4196468 140724338898064 140214310583312 140214393284309 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32073] ppid=32064 vsize=13573664 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32073/stat : 32073 (java) S 32064 32067 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 185866032 13899431936 4439 18446744073709551615 4194304 4196468 140724338898064 140214309530768 140214393284309 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32074] ppid=32064 vsize=13573664 memory=139961256064640 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32074/stat : 32074 (java) S 32064 32067 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 185866033 13899431936 4439 18446744073709551615 4194304 4196468 140724338898064 140213871937520 140214393285250 0 0 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32075] ppid=32064 vsize=13573664 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32075/stat : 32075 (java) S 32064 32067 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 185866033 13899431936 4439 18446744073709551615 4194304 4196468 140724338898064 140213870883744 140214393284309 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32076] ppid=32064 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32076/stat : 32076 (java) S 32064 32067 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 185866034 13899431936 4439 18446744073709551615 4194304 4196468 140724338898064 140213869831216 140214393284309 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13573664 KiB
Current children cumulated memory: 17496 KiB

[startup+0.210514 s]*
/proc/loadavg: 1.51 1.48 1.43 4/213 32082
/proc/meminfo: memFree=29085040/32770624 swapFree=67108776/67108860
[pid=32067] ppid=32064 vsize=13975920 memory=31736 CPUtime=0.11 cores=0,2,4,6
/proc/32067/stat : 32067 (java) S 32064 32067 7084 0 -1 1077944320 6743 0 0 0 10 1 0 0 20 0 15 0 185866022 14311342080 7934 18446744073709551615 4194304 4196468 140724338898064 140724338880608 140214393274103 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
/proc/32067/statm: 3493980 7934 3386 1 0 3482759 0
[pid=32067/tid=32069] ppid=32064 vsize=13975920 memory=8318255677412212789 CPUtime=0.08 cores=0,2,4,6
/proc/32067/task/32069/stat : 32069 (java) R 32064 32067 7084 0 -1 4202560 4693 0 0 0 7 1 0 0 20 0 15 0 185866031 14311342080 7934 18446744073709551615 4194304 4196468 140724338898064 140214397501776 140214374667834 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32070] ppid=32064 vsize=13975920 memory=329 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32070/stat : 32070 (java) S 32064 32067 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 185866032 14311342080 7934 18446744073709551615 4194304 4196468 140724338898064 140214312688400 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32071] ppid=32064 vsize=13975920 memory=3905944145465128608 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32071/stat : 32071 (java) S 32064 32067 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 185866032 14311342080 7934 18446744073709551615 4194304 4196468 140724338898064 140214311635856 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32072] ppid=32064 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32072/stat : 32072 (java) S 32064 32067 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 185866032 14311342080 7934 18446744073709551615 4194304 4196468 140724338898064 140214310583312 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32073] ppid=32064 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32073/stat : 32073 (java) S 32064 32067 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 185866032 14311342080 7934 18446744073709551615 4194304 4196468 140724338898064 140214309530768 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32074] ppid=32064 vsize=13975920 memory=139961256064640 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32074/stat : 32074 (java) S 32064 32067 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 185866033 14311342080 7934 18446744073709551615 4194304 4196468 140724338898064 140213871937520 140214393285250 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32075] ppid=32064 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32075/stat : 32075 (java) S 32064 32067 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 185866033 14311342080 7934 18446744073709551615 4194304 4196468 140724338898064 140213870883744 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32076] ppid=32064 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32076/stat : 32076 (java) S 32064 32067 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 185866034 14311342080 7934 18446744073709551615 4194304 4196468 140724338898064 140213869831152 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32077] ppid=32064 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32077/stat : 32077 (java) S 32064 32067 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 185866036 14311342080 7934 18446744073709551615 4194304 4196468 140724338898064 140213868779728 140214393292699 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32078] ppid=32064 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32078/stat : 32078 (java) S 32064 32067 7084 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 185866036 14311342080 7934 18446744073709551615 4194304 4196468 140724338898064 140213867727344 140214393285250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32079] ppid=32064 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32079/stat : 32079 (java) S 32064 32067 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 185866036 14311342080 7934 18446744073709551615 4194304 4196468 140724338898064 140213866674800 140214393285250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32080] ppid=32064 vsize=13975920 memory=139961256064640 CPUtime=0.01 cores=0,2,4,6
/proc/32067/task/32080/stat : 32080 (java) R 32064 32067 7084 0 -1 4202560 371 0 0 0 1 0 0 0 20 0 15 0 185866036 14311342080 7934 18446744073709551615 4194304 4196468 140724338898064 140213865622256 140214393295450 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32081] ppid=32064 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32081/stat : 32081 (java) S 32064 32067 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 185866036 14311342080 7934 18446744073709551615 4194304 4196468 140724338898064 140213864569952 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32082] ppid=32064 vsize=13975920 memory=139961256064640 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32082/stat : 32082 (java) S 32064 32067 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 185866041 14311342080 7934 18446744073709551615 4194304 4196468 140724338898064 140213863516464 140214393285250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 31736 KiB

[startup+0.310663 s]*
/proc/loadavg: 1.51 1.48 1.43 4/213 32082
/proc/meminfo: memFree=29074296/32770624 swapFree=67108776/67108860
[pid=32067] ppid=32064 vsize=13975920 memory=40960 CPUtime=0.27 cores=0,2,4,6
/proc/32067/stat : 32067 (java) S 32064 32067 7084 0 -1 1077944320 10483 0 0 0 24 3 0 0 20 0 15 0 185866022 14311342080 10240 18446744073709551615 4194304 4196468 140724338898064 140724338880608 140214393274103 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
/proc/32067/statm: 3493980 10240 3548 1 0 3482759 0
[pid=32067/tid=32069] ppid=32064 vsize=13975920 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/32067/task/32069/stat : 32069 (java) R 32064 32067 7084 0 -1 4202560 8103 0 0 0 16 2 0 0 20 0 15 0 185866031 14311342080 10240 18446744073709551615 4194304 4196468 140724338898064 140214397486832 140214393296029 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32070] ppid=32064 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32070/stat : 32070 (java) S 32064 32067 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 185866032 14311342080 10240 18446744073709551615 4194304 4196468 140724338898064 140214312688400 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32071] ppid=32064 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32071/stat : 32071 (java) S 32064 32067 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 185866032 14311342080 10240 18446744073709551615 4194304 4196468 140724338898064 140214311635856 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32072] ppid=32064 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32072/stat : 32072 (java) S 32064 32067 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 185866032 14311342080 10240 18446744073709551615 4194304 4196468 140724338898064 140214310583312 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32073] ppid=32064 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32073/stat : 32073 (java) S 32064 32067 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 185866032 14311342080 10240 18446744073709551615 4194304 4196468 140724338898064 140214309530768 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32074] ppid=32064 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32074/stat : 32074 (java) S 32064 32067 7084 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 185866033 14311342080 10240 18446744073709551615 4194304 4196468 140724338898064 140213871937520 140214393285250 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32075] ppid=32064 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32075/stat : 32075 (java) S 32064 32067 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 185866033 14311342080 10240 18446744073709551615 4194304 4196468 140724338898064 140213870883744 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32076] ppid=32064 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32076/stat : 32076 (java) S 32064 32067 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 185866034 14311342080 10240 18446744073709551615 4194304 4196468 140724338898064 140213869831152 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32077] ppid=32064 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32077/stat : 32077 (java) S 32064 32067 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 185866036 14311342080 10240 18446744073709551615 4194304 4196468 140724338898064 140213868779728 140214393292699 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32078] ppid=32064 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/32067/task/32078/stat : 32078 (java) R 32064 32067 7084 0 -1 1077944384 411 0 0 0 1 0 0 0 20 0 15 0 185866036 14311342080 10240 18446744073709551615 4194304 4196468 140724338898064 140213867727440 140214393284309 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32079] ppid=32064 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/32067/task/32079/stat : 32079 (java) R 32064 32067 7084 0 -1 4202560 134 0 0 0 1 0 0 0 20 0 15 0 185866036 14311342080 10240 18446744073709551615 4194304 4196468 140724338898064 140213866666128 140214374631760 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32080] ppid=32064 vsize=13975920 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/32067/task/32080/stat : 32080 (java) S 32064 32067 7084 0 -1 1077944384 453 0 0 0 5 0 0 0 20 0 15 0 185866036 14311342080 10240 18446744073709551615 4194304 4196468 140724338898064 140213865622256 140214393285250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32081] ppid=32064 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32081/stat : 32081 (java) S 32064 32067 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 185866036 14311342080 10240 18446744073709551615 4194304 4196468 140724338898064 140213864569952 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32082] ppid=32064 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32082/stat : 32082 (java) S 32064 32067 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 185866041 14311342080 10240 18446744073709551615 4194304 4196468 140724338898064 140213863516464 140214393285250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 40960 KiB

[startup+0.700715 s]
/proc/loadavg: 1.51 1.48 1.43 4/213 32082
/proc/meminfo: memFree=29061764/32770624 swapFree=67108776/67108860
[pid=32067] ppid=32064 vsize=13977988 memory=77924 CPUtime=1.12 cores=0,2,4,6
/proc/32067/stat : 32067 (java) S 32064 32067 7084 0 -1 1077944320 13624 0 0 0 107 5 0 0 20 0 15 0 185866022 14313459712 19481 18446744073709551615 4194304 4196468 140724338898064 140724338880608 140214393274103 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
/proc/32067/statm: 3494497 19481 3729 1 0 3483271 0
[pid=32067/tid=32069] ppid=32064 vsize=13977988 memory=1836 CPUtime=0.55 cores=0,2,4,6
/proc/32067/task/32069/stat : 32069 (java) R 32064 32067 7084 0 -1 4202560 9807 0 0 0 52 3 0 0 20 0 15 0 185866031 14313459712 19481 18446744073709551615 4194304 4196468 140724338898064 140214397509328 140214393286038 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32070] ppid=32064 vsize=13977988 memory=796 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32070/stat : 32070 (java) S 32064 32067 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 185866032 14313459712 19481 18446744073709551615 4194304 4196468 140724338898064 140214312688400 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32071] ppid=32064 vsize=13977988 memory=2 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32071/stat : 32071 (java) S 32064 32067 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 185866032 14313459712 19481 18446744073709551615 4194304 4196468 140724338898064 140214311635856 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32072] ppid=32064 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32072/stat : 32072 (java) S 32064 32067 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 185866032 14313459712 19481 18446744073709551615 4194304 4196468 140724338898064 140214310583312 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32073] ppid=32064 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32073/stat : 32073 (java) S 32064 32067 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 185866032 14313459712 19481 18446744073709551615 4194304 4196468 140724338898064 140214309530768 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32074] ppid=32064 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32074/stat : 32074 (java) S 32064 32067 7084 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 185866033 14313459712 19481 18446744073709551615 4194304 4196468 140724338898064 140213871937520 140214393285250 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32075] ppid=32064 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32075/stat : 32075 (java) S 32064 32067 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 185866033 14313459712 19481 18446744073709551615 4194304 4196468 140724338898064 140213870883744 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32076] ppid=32064 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32076/stat : 32076 (java) S 32064 32067 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 185866034 14313459712 19481 18446744073709551615 4194304 4196468 140724338898064 140213869831152 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32077] ppid=32064 vsize=13977988 memory=46 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32077/stat : 32077 (java) S 32064 32067 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 185866036 14313459712 19481 18446744073709551615 4194304 4196468 140724338898064 140213868779728 140214393292699 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32078] ppid=32064 vsize=13977988 memory=211 CPUtime=0.19 cores=0,2,4,6
/proc/32067/task/32078/stat : 32078 (java) R 32064 32067 7084 0 -1 1077944384 1047 0 0 0 19 0 0 0 20 0 15 0 185866036 14313459712 19481 18446744073709551615 4194304 4196468 140724338898064 140213867727344 140214393285250 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32079] ppid=32064 vsize=13977988 memory=139961106054177 CPUtime=0.14 cores=0,2,4,6
/proc/32067/task/32079/stat : 32079 (java) S 32064 32067 7084 0 -1 1077944384 612 0 0 0 14 0 0 0 20 0 15 0 185866036 14313459712 19481 18446744073709551615 4194304 4196468 140724338898064 140213866674800 140214393285250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32080] ppid=32064 vsize=13977988 memory=288230600329142066 CPUtime=0.2 cores=0,2,4,6
/proc/32067/task/32080/stat : 32080 (java) R 32064 32067 7084 0 -1 4202560 775 0 0 0 20 0 0 0 20 0 15 0 185866036 14313459712 19481 18446744073709551615 4194304 4196468 140724338898064 140213865622256 140214371811355 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32081] ppid=32064 vsize=13977988 memory=13849655444265308 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32081/stat : 32081 (java) S 32064 32067 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 185866036 14313459712 19481 18446744073709551615 4194304 4196468 140724338898064 140213864569952 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32082] ppid=32064 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32082/stat : 32082 (java) S 32064 32067 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 185866041 14313459712 19481 18446744073709551615 4194304 4196468 140724338898064 140213863516464 140214393285250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 77924 KiB

[startup+1.50151 s]
/proc/loadavg: 1.51 1.48 1.43 6/213 32082
/proc/meminfo: memFree=28951308/32770624 swapFree=67108776/67108860
[pid=32067] ppid=32064 vsize=13977988 memory=214808 CPUtime=3.62 cores=0,2,4,6
/proc/32067/stat : 32067 (java) S 32064 32067 7084 0 -1 1077944320 18896 0 0 0 353 9 0 0 20 0 15 0 185866022 14313459712 53702 18446744073709551615 4194304 4196468 140724338898064 140724338880608 140214393274103 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
/proc/32067/statm: 3494497 53702 3787 1 0 3483271 0
[pid=32067/tid=32069] ppid=32064 vsize=13977988 memory=80484 CPUtime=1.32 cores=0,2,4,6
/proc/32067/task/32069/stat : 32069 (java) R 32064 32067 7084 0 -1 4202560 10098 0 0 0 128 4 0 0 20 0 15 0 185866031 14313459712 53702 18446744073709551615 4194304 4196468 140724338898064 140214397508536 140213994035889 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32070] ppid=32064 vsize=13977988 memory=214160 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32070/stat : 32070 (java) S 32064 32067 7084 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 185866032 14313459712 53702 18446744073709551615 4194304 4196468 140724338898064 140214312688400 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32071] ppid=32064 vsize=13977988 memory=139961106028193 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32071/stat : 32071 (java) S 32064 32067 7084 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 185866032 14313459712 53702 18446744073709551615 4194304 4196468 140724338898064 140214311635856 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32072] ppid=32064 vsize=13977988 memory=6872598998417432672 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32072/stat : 32072 (java) S 32064 32067 7084 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 185866032 14313459712 53702 18446744073709551615 4194304 4196468 140724338898064 140214310583312 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32073] ppid=32064 vsize=13977988 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/32067/task/32073/stat : 32073 (java) S 32064 32067 7084 0 -1 1077944384 33 0 0 0 1 0 0 0 20 0 15 0 185866032 14313459712 53702 18446744073709551615 4194304 4196468 140724338898064 140214309530768 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32074] ppid=32064 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32074/stat : 32074 (java) S 32064 32067 7084 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 185866033 14313459712 53702 18446744073709551615 4194304 4196468 140724338898064 140213871937520 140214393285250 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32075] ppid=32064 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32075/stat : 32075 (java) S 32064 32067 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 185866033 14313459712 53702 18446744073709551615 4194304 4196468 140724338898064 140213870883744 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32076] ppid=32064 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32076/stat : 32076 (java) S 32064 32067 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 185866034 14313459712 53702 18446744073709551615 4194304 4196468 140724338898064 140213869831152 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32077] ppid=32064 vsize=13977988 memory=164 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32077/stat : 32077 (java) S 32064 32067 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 185866036 14313459712 53702 18446744073709551615 4194304 4196468 140724338898064 140213868779728 140214393292699 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32078] ppid=32064 vsize=13977988 memory=0 CPUtime=0.88 cores=0,2,4,6
/proc/32067/task/32078/stat : 32078 (java) R 32064 32067 7084 0 -1 4202560 2708 0 0 0 88 0 0 0 20 0 15 0 185866036 14313459712 53702 18446744073709551615 4194304 4196468 140724338898064 140213867718176 140214378389379 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32079] ppid=32064 vsize=13977988 memory=0 CPUtime=0.85 cores=0,2,4,6
/proc/32067/task/32079/stat : 32079 (java) R 32064 32067 7084 0 -1 4202560 2226 0 0 0 85 0 0 0 20 0 15 0 185866036 14313459712 53702 18446744073709551615 4194304 4196468 140724338898064 140213866661368 140214372422952 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32080] ppid=32064 vsize=13977988 memory=8772 CPUtime=0.47 cores=0,2,4,6
/proc/32067/task/32080/stat : 32080 (java) S 32064 32067 7084 0 -1 1077944384 2324 0 0 0 46 1 0 0 20 0 15 0 185866036 14313459712 53702 18446744073709551615 4194304 4196468 140724338898064 140213865622256 140214393285250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0

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

/proc/32067/task/32069/stat : 32069 (java) R 32064 32067 7084 0 -1 4202560 103834 0 0 0 229959 55 0 0 20 0 15 0 185866031 14317654016 361241 18446744073709551615 4194304 4196468 140724338898064 140214397512096 140213996912700 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32070] ppid=32064 vsize=13982084 memory=1447532 CPUtime=12.19 cores=0,2,4,6
/proc/32067/task/32070/stat : 32070 (java) S 32064 32067 7084 0 -1 1077944384 32983 0 0 0 1167 52 0 0 20 0 15 0 185866032 14317654016 361241 18446744073709551615 4194304 4196468 140724338898064 140214312688400 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32071] ppid=32064 vsize=13982084 memory=1447532 CPUtime=12.2 cores=0,2,4,6
/proc/32067/task/32071/stat : 32071 (java) S 32064 32067 7084 0 -1 1077944384 35793 0 0 0 1165 55 0 0 20 0 15 0 185866032 14317654016 361241 18446744073709551615 4194304 4196468 140724338898064 140214311635856 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32072] ppid=32064 vsize=13982084 memory=1447532 CPUtime=12.19 cores=0,2,4,6
/proc/32067/task/32072/stat : 32072 (java) S 32064 32067 7084 0 -1 1077944384 30625 0 0 0 1166 53 0 0 20 0 15 0 185866032 14317654016 361241 18446744073709551615 4194304 4196468 140724338898064 140214310583312 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32073] ppid=32064 vsize=13982084 memory=1446504 CPUtime=12.19 cores=0,2,4,6
/proc/32067/task/32073/stat : 32073 (java) S 32064 32067 7084 0 -1 1077944384 32383 0 0 0 1166 53 0 0 20 0 15 0 185866032 14317654016 361241 18446744073709551615 4194304 4196468 140724338898064 140214309530768 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32074] ppid=32064 vsize=13982084 memory=1445480 CPUtime=6.63 cores=0,2,4,6
/proc/32067/task/32074/stat : 32074 (java) S 32064 32067 7084 0 -1 1077944384 31398 0 0 0 607 56 0 0 20 0 15 0 185866033 14317654016 361241 18446744073709551615 4194304 4196468 140724338898064 140213871937520 140214393285250 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 80 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32075] ppid=32064 vsize=13982084 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32075/stat : 32075 (java) S 32064 32067 7084 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 185866033 14317654016 361241 18446744073709551615 4194304 4196468 140724338898064 140213870883808 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32076] ppid=32064 vsize=13982084 memory=1445480 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32076/stat : 32076 (java) S 32064 32067 7084 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 185866034 14317654016 361241 18446744073709551615 4194304 4196468 140724338898064 140213869831168 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32077] ppid=32064 vsize=13982084 memory=1447016 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32077/stat : 32077 (java) S 32064 32067 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 185866036 14317654016 361241 18446744073709551615 4194304 4196468 140724338898064 140213868779728 140214393292699 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32078] ppid=32064 vsize=13982084 memory=1447532 CPUtime=2.4 cores=0,2,4,6
/proc/32067/task/32078/stat : 32078 (java) S 32064 32067 7084 0 -1 1077944384 18171 0 0 0 239 1 0 0 20 0 15 0 185866036 14317654016 361241 18446744073709551615 4194304 4196468 140724338898064 140213867727344 140214393285250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32079] ppid=32064 vsize=13982084 memory=1447532 CPUtime=2.37 cores=0,2,4,6
/proc/32067/task/32079/stat : 32079 (java) S 32064 32067 7084 0 -1 1077944384 14996 0 0 0 236 1 0 0 20 0 15 0 185866036 14317654016 361241 18446744073709551615 4194304 4196468 140724338898064 140213866674800 140214393285250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32080] ppid=32064 vsize=13982084 memory=15884 CPUtime=1.04 cores=0,2,4,6
/proc/32067/task/32080/stat : 32080 (java) S 32064 32067 7084 0 -1 1077944384 33376 0 0 0 100 4 0 0 20 0 15 0 185866036 14317654016 361241 18446744073709551615 4194304 4196468 140724338898064 140213865622256 140214393285250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32081] ppid=32064 vsize=13982084 memory=1447532 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32081/stat : 32081 (java) S 32064 32067 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 185866036 14317654016 361241 18446744073709551615 4194304 4196468 140724338898064 140213864569952 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32082] ppid=32064 vsize=13982084 memory=1447532 CPUtime=1.3 cores=0,2,4,6
/proc/32067/task/32082/stat : 32082 (java) S 32064 32067 7084 0 -1 1077944384 2427 0 0 0 61 69 0 0 20 0 15 0 185866041 14317654016 361241 18446744073709551615 4194304 4196468 140724338898064 140213863516464 140214393285250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 78 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
Current children cumulated CPU time: 2362.74 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1444964 KiB

[startup+2382.3 s]
/proc/loadavg: 1.50 1.41 1.36 3/212 32329
/proc/meminfo: memFree=29272392/32770624 swapFree=67108776/67108860
[pid=32067] ppid=32064 vsize=13982084 memory=1443940 CPUtime=2423.68 cores=0,2,4,6
/proc/32067/stat : 32067 (java) S 32064 32067 7084 0 -1 1077944320 342709 0 0 0 242013 355 0 0 20 0 15 0 185866022 14317654016 360985 18446744073709551615 4194304 4196468 140724338898064 140724338880608 140214393274103 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
/proc/32067/statm: 3495521 360985 3828 1 0 3484295 0
[pid=32067/tid=32069] ppid=32064 vsize=13982084 memory=1443940 CPUtime=2359.5 cores=0,2,4,6
/proc/32067/task/32069/stat : 32069 (java) S 32064 32067 7084 0 -1 1077944384 106141 0 0 0 235894 56 0 0 20 0 15 0 185866031 14317654016 360985 18446744073709551615 4194304 4196468 140724338898064 140214397511936 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32070] ppid=32064 vsize=13982084 memory=1443940 CPUtime=12.52 cores=0,2,4,6
/proc/32067/task/32070/stat : 32070 (java) R 32064 32067 7084 0 -1 4202560 33212 0 0 0 1199 53 0 0 20 0 15 0 185866032 14317654016 360985 18446744073709551615 4194304 4196468 140724338898064 140214312688400 140214393286038 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32071] ppid=32064 vsize=13982084 memory=279922212229472 CPUtime=12.53 cores=0,2,4,6
/proc/32067/task/32071/stat : 32071 (java) R 32064 32067 7084 0 -1 1077944384 36195 0 0 0 1196 57 0 0 20 0 15 0 185866032 14317654016 360985 18446744073709551615 4194304 4196468 140724338898064 140214311635856 140214393284309 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32072] ppid=32064 vsize=13982084 memory=1443940 CPUtime=12.51 cores=0,2,4,6
/proc/32067/task/32072/stat : 32072 (java) S 32064 32067 7084 0 -1 1077944384 31006 0 0 0 1197 54 0 0 20 0 15 0 185866032 14317654016 360985 18446744073709551615 4194304 4196468 140724338898064 140214310583312 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32073] ppid=32064 vsize=13982084 memory=1443940 CPUtime=12.51 cores=0,2,4,6
/proc/32067/task/32073/stat : 32073 (java) S 32064 32067 7084 0 -1 1077944384 33784 0 0 0 1197 54 0 0 20 0 15 0 185866032 14317654016 360985 18446744073709551615 4194304 4196468 140724338898064 140214309530768 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32074] ppid=32064 vsize=13982084 memory=1443940 CPUtime=6.86 cores=0,2,4,6
/proc/32067/task/32074/stat : 32074 (java) S 32064 32067 7084 0 -1 1077944384 31943 0 0 0 628 58 0 0 20 0 15 0 185866033 14317654016 360985 18446744073709551615 4194304 4196468 140724338898064 140213871936032 140214393284309 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 80 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32075] ppid=32064 vsize=13982084 memory=1443940 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32075/stat : 32075 (java) S 32064 32067 7084 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 185866033 14317654016 360985 18446744073709551615 4194304 4196468 140724338898064 140213870883808 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32076] ppid=32064 vsize=13982084 memory=1443940 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32076/stat : 32076 (java) S 32064 32067 7084 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 185866034 14317654016 360985 18446744073709551615 4194304 4196468 140724338898064 140213869831168 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32077] ppid=32064 vsize=13982084 memory=1443940 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32077/stat : 32077 (java) S 32064 32067 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 185866036 14317654016 360985 18446744073709551615 4194304 4196468 140724338898064 140213868779728 140214393292699 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32078] ppid=32064 vsize=13982084 memory=1443940 CPUtime=2.4 cores=0,2,4,6
/proc/32067/task/32078/stat : 32078 (java) S 32064 32067 7084 0 -1 1077944384 18175 0 0 0 239 1 0 0 20 0 15 0 185866036 14317654016 360985 18446744073709551615 4194304 4196468 140724338898064 140213867727344 140214393285250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32079] ppid=32064 vsize=13982084 memory=1443940 CPUtime=2.38 cores=0,2,4,6
/proc/32067/task/32079/stat : 32079 (java) S 32064 32067 7084 0 -1 1077944384 15000 0 0 0 237 1 0 0 20 0 15 0 185866036 14317654016 360985 18446744073709551615 4194304 4196468 140724338898064 140213866674800 140214393285250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32080] ppid=32064 vsize=13982084 memory=4156 CPUtime=1.04 cores=0,2,4,6
/proc/32067/task/32080/stat : 32080 (java) S 32064 32067 7084 0 -1 1077944384 33380 0 0 0 100 4 0 0 20 0 15 0 185866036 14317654016 360985 18446744073709551615 4194304 4196468 140724338898064 140213865622256 140214393285250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32081] ppid=32064 vsize=13982084 memory=1443940 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32081/stat : 32081 (java) S 32064 32067 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 185866036 14317654016 360985 18446744073709551615 4194304 4196468 140724338898064 140213864569952 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32082] ppid=32064 vsize=13982084 memory=1443940 CPUtime=1.33 cores=0,2,4,6
/proc/32067/task/32082/stat : 32082 (java) S 32064 32067 7084 0 -1 1077944384 2454 0 0 0 62 71 0 0 20 0 15 0 185866041 14317654016 360985 18446744073709551615 4194304 4196468 140724338898064 140213863516464 140214393285250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 78 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
Current children cumulated CPU time: 2423.68 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1443940 KiB

[startup+2442.3 s]
/proc/loadavg: 1.30 1.38 1.36 3/212 32331
/proc/meminfo: memFree=29261652/32770624 swapFree=67108776/67108860
[pid=32067] ppid=32064 vsize=13982084 memory=1444092 CPUtime=2484.91 cores=0,2,4,6
/proc/32067/stat : 32067 (java) S 32064 32067 7084 0 -1 1077944320 353880 0 0 0 248127 364 0 0 20 0 15 0 185866022 14317654016 361023 18446744073709551615 4194304 4196468 140724338898064 140724338880608 140214393274103 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
/proc/32067/statm: 3495521 361023 3828 1 0 3484295 0
[pid=32067/tid=32069] ppid=32064 vsize=13982084 memory=1443996 CPUtime=2418.74 cores=0,2,4,6
/proc/32067/task/32069/stat : 32069 (java) S 32064 32067 7084 0 -1 1077944384 108602 0 0 0 241817 57 0 0 20 0 15 0 185866031 14317654016 361023 18446744073709551615 4194304 4196468 140724338898064 140214397511808 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32070] ppid=32064 vsize=13982084 memory=1443988 CPUtime=12.95 cores=0,2,4,6
/proc/32067/task/32070/stat : 32070 (java) R 32064 32067 7084 0 -1 4202560 34831 0 0 0 1240 55 0 0 20 0 15 0 185866032 14317654016 361023 18446744073709551615 4194304 4196468 140724338898064 140214312688208 140214385902311 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32071] ppid=32064 vsize=13982084 memory=1443940 CPUtime=12.95 cores=0,2,4,6
/proc/32067/task/32071/stat : 32071 (java) R 32064 32067 7084 0 -1 4202560 36602 0 0 0 1237 58 0 0 20 0 15 0 185866032 14317654016 361023 18446744073709551615 4194304 4196468 140724338898064 140214311635664 140214385902311 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32072] ppid=32064 vsize=13982084 memory=1443940 CPUtime=12.93 cores=0,2,4,6
/proc/32067/task/32072/stat : 32072 (java) R 32064 32067 7084 0 -1 4202560 31674 0 0 0 1237 56 0 0 20 0 15 0 185866032 14317654016 361023 18446744073709551615 4194304 4196468 140724338898064 140214310583512 140214377974750 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32073] ppid=32064 vsize=13982084 memory=1443940 CPUtime=12.94 cores=0,2,4,6
/proc/32067/task/32073/stat : 32073 (java) R 32064 32067 7084 0 -1 4202560 34487 0 0 0 1239 55 0 0 20 0 15 0 185866032 14317654016 361023 18446744073709551615 4194304 4196468 140724338898064 140214309530576 140214385902311 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32074] ppid=32064 vsize=13982084 memory=1443940 CPUtime=7.13 cores=0,2,4,6
/proc/32067/task/32074/stat : 32074 (java) S 32064 32067 7084 0 -1 1077944384 36721 0 0 0 653 60 0 0 20 0 15 0 185866033 14317654016 361023 18446744073709551615 4194304 4196468 140724338898064 140213871936064 140214393284309 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 80 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32075] ppid=32064 vsize=13982084 memory=1443988 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32075/stat : 32075 (java) S 32064 32067 7084 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 185866033 14317654016 361023 18446744073709551615 4194304 4196468 140724338898064 140213870883808 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32076] ppid=32064 vsize=13982084 memory=1443996 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32076/stat : 32076 (java) S 32064 32067 7084 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 185866034 14317654016 361023 18446744073709551615 4194304 4196468 140724338898064 140213869831168 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32077] ppid=32064 vsize=13982084 memory=1443996 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32077/stat : 32077 (java) S 32064 32067 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 185866036 14317654016 361023 18446744073709551615 4194304 4196468 140724338898064 140213868779728 140214393292699 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32078] ppid=32064 vsize=13982084 memory=1443996 CPUtime=2.4 cores=0,2,4,6
/proc/32067/task/32078/stat : 32078 (java) S 32064 32067 7084 0 -1 1077944384 18181 0 0 0 239 1 0 0 20 0 15 0 185866036 14317654016 361023 18446744073709551615 4194304 4196468 140724338898064 140213867727344 140214393285250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32079] ppid=32064 vsize=13982084 memory=1443996 CPUtime=2.38 cores=0,2,4,6
/proc/32067/task/32079/stat : 32079 (java) S 32064 32067 7084 0 -1 1077944384 15460 0 0 0 237 1 0 0 20 0 15 0 185866036 14317654016 361023 18446744073709551615 4194304 4196468 140724338898064 140213866674800 140214393285250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32080] ppid=32064 vsize=13982084 memory=1443988 CPUtime=1.04 cores=0,2,4,6
/proc/32067/task/32080/stat : 32080 (java) S 32064 32067 7084 0 -1 1077944384 33386 0 0 0 100 4 0 0 20 0 15 0 185866036 14317654016 361023 18446744073709551615 4194304 4196468 140724338898064 140213865622256 140214393285250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32081] ppid=32064 vsize=13982084 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32081/stat : 32081 (java) S 32064 32067 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 185866036 14317654016 361023 18446744073709551615 4194304 4196468 140724338898064 140213864569952 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32082] ppid=32064 vsize=13982084 memory=1796 CPUtime=1.36 cores=0,2,4,6
/proc/32067/task/32082/stat : 32082 (java) S 32064 32067 7084 0 -1 1077944384 2517 0 0 0 64 72 0 0 20 0 15 0 185866041 14317654016 361023 18446744073709551615 4194304 4196468 140724338898064 140213863516464 140214393285250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 78 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
Current children cumulated CPU time: 2484.91 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1444092 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476.8 s]
/proc/loadavg: 1.68 1.46 1.38 3/212 32332
/proc/meminfo: memFree=29259972/32770624 swapFree=67108776/67108860
[pid=32067] ppid=32064 vsize=13982084 memory=1439668 CPUtime=2520 cores=0,2,4,6
/proc/32067/stat : 32067 (java) S 32064 32067 7084 0 -1 1077944320 356785 0 0 0 251631 369 0 0 20 0 15 0 185866022 14317654016 359917 18446744073709551615 4194304 4196468 140724338898064 140724338880608 140214393274103 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
/proc/32067/statm: 3495521 359917 3828 1 0 3484295 0
[pid=32067/tid=32069] ppid=32064 vsize=13982084 memory=1439668 CPUtime=2452.8 cores=0,2,4,6
/proc/32067/task/32069/stat : 32069 (java) R 32064 32067 7084 0 -1 4202560 109551 0 0 0 245223 57 0 0 20 0 15 0 185866031 14317654016 359917 18446744073709551615 4194304 4196468 140724338898064 140214397511824 140213996751904 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32070] ppid=32064 vsize=13982084 memory=3472328296227679313 CPUtime=13.15 cores=0,2,4,6
/proc/32067/task/32070/stat : 32070 (java) S 32064 32067 7084 0 -1 1077944384 35169 0 0 0 1259 56 0 0 20 0 15 0 185866032 14317654016 359917 18446744073709551615 4194304 4196468 140724338898064 140214312688400 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32071] ppid=32064 vsize=13982084 memory=5787218328188637809 CPUtime=13.15 cores=0,2,4,6
/proc/32067/task/32071/stat : 32071 (java) S 32064 32067 7084 0 -1 1077944384 36843 0 0 0 1256 59 0 0 20 0 15 0 185866032 14317654016 359917 18446744073709551615 4194304 4196468 140724338898064 140214311635856 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32072] ppid=32064 vsize=13982084 memory=4156 CPUtime=13.13 cores=0,2,4,6
/proc/32067/task/32072/stat : 32072 (java) S 32064 32067 7084 0 -1 1077944384 32092 0 0 0 1256 57 0 0 20 0 15 0 185866032 14317654016 359917 18446744073709551615 4194304 4196468 140724338898064 140214310583312 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32073] ppid=32064 vsize=13982084 memory=80672 CPUtime=13.14 cores=0,2,4,6
/proc/32067/task/32073/stat : 32073 (java) S 32064 32067 7084 0 -1 1077944384 34809 0 0 0 1258 56 0 0 20 0 15 0 185866032 14317654016 359917 18446744073709551615 4194304 4196468 140724338898064 140214309530768 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32074] ppid=32064 vsize=13982084 memory=0 CPUtime=7.31 cores=0,2,4,6
/proc/32067/task/32074/stat : 32074 (java) S 32064 32067 7084 0 -1 1077944384 37344 0 0 0 670 61 0 0 20 0 15 0 185866033 14317654016 359917 18446744073709551615 4194304 4196468 140724338898064 140213871937520 140214393285250 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 80 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32075] ppid=32064 vsize=13982084 memory=7668345289022923880 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32075/stat : 32075 (java) S 32064 32067 7084 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 185866033 14317654016 359917 18446744073709551615 4194304 4196468 140724338898064 140213870883808 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32076] ppid=32064 vsize=13982084 memory=1439668 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32076/stat : 32076 (java) S 32064 32067 7084 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 185866034 14317654016 359917 18446744073709551615 4194304 4196468 140724338898064 140213869831168 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32077] ppid=32064 vsize=13982084 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32077/stat : 32077 (java) S 32064 32067 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 185866036 14317654016 359917 18446744073709551615 4194304 4196468 140724338898064 140213868779728 140214393292699 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32078] ppid=32064 vsize=13982084 memory=1443940 CPUtime=2.4 cores=0,2,4,6
/proc/32067/task/32078/stat : 32078 (java) S 32064 32067 7084 0 -1 1077944384 18183 0 0 0 239 1 0 0 20 0 15 0 185866036 14317654016 359917 18446744073709551615 4194304 4196468 140724338898064 140213867727344 140214393285250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32079] ppid=32064 vsize=13982084 memory=1439668 CPUtime=2.38 cores=0,2,4,6
/proc/32067/task/32079/stat : 32079 (java) S 32064 32067 7084 0 -1 1077944384 15462 0 0 0 237 1 0 0 20 0 15 0 185866036 14317654016 359917 18446744073709551615 4194304 4196468 140724338898064 140213866674800 140214393285250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32080] ppid=32064 vsize=13982084 memory=0 CPUtime=1.04 cores=0,2,4,6
/proc/32067/task/32080/stat : 32080 (java) S 32064 32067 7084 0 -1 1077944384 33388 0 0 0 100 4 0 0 20 0 15 0 185866036 14317654016 359917 18446744073709551615 4194304 4196468 140724338898064 140213865622256 140214393285250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32081] ppid=32064 vsize=13982084 memory=240 CPUtime=0 cores=0,2,4,6
/proc/32067/task/32081/stat : 32081 (java) S 32064 32067 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 185866036 14317654016 359917 18446744073709551615 4194304 4196468 140724338898064 140213864569952 140214393284309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
[pid=32067/tid=32082] ppid=32064 vsize=13982084 memory=-8774313645642428999 CPUtime=1.39 cores=0,2,4,6
/proc/32067/task/32082/stat : 32082 (java) S 32064 32067 7084 0 -1 1077944384 2525 0 0 0 65 74 0 0 20 0 15 0 185866041 14317654016 359917 18446744073709551615 4194304 4196468 140724338898064 140213863516464 140214393285250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 78 0 0 6293624 6294260 17678336 140724338905461 140724338905641 140724338905641 140724338909135 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1439668 KiB

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

[startup+2476.82 s]
# the end of solver process 32067 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.33 s, system=3.70628 s

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

Child status: 143
Real time (s): 2476.82
CPU time (s): 2520.04
CPU user time (s): 2516.33
CPU system time (s): 3.70628
CPU usage (%): 101.745
Max. virtual memory (cumulated for all children) (KiB): 13982084
Max. memory (cumulated for all children) (KiB): 2168792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.33
system time used= 3.70628
maximum resident set size= 2172696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 357613
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 248211
involuntary context switches= 7749


# summary of solver processes directly reported to runsolver:
#   pid: 32067
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2516.33
#   total CPU system time (s): 3.70628

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4228 second user time and 24.5134 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-16 07:27:47
IDJOB=4273026
IDBENCH=126252
IDSOLVER=2665
FILE ID=node132/4273026-1502862134
RUNJOBID= node132-1502658038-4849
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-19-a4.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4273026-1502862134/watcher-4273026-1502862134 -o /tmp/evaluation-result-4273026-1502862134/solver-4273026-1502862134 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502658038-4849 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 555675466 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273026-1502862134.xml

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

MD5SUM BENCH= 264cffe383a4c1beb81f164e203eb53e
RANDOM SEED=555675466

node132.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.74
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.74
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.74
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.74
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:        29100660 kB
MemAvailable:   29749636 kB
Buffers:          307520 kB
Cached:           653620 kB
SwapCached:           84 kB
Active:          2895808 kB
Inactive:         322300 kB
Active(anon):    2205076 kB
Inactive(anon):   109980 kB
Active(file):     690732 kB
Inactive(file):   212320 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:             42708 kB
Writeback:             4 kB
AnonPages:       2257116 kB
Mapped:            85372 kB
Shmem:             57960 kB
Slab:             150568 kB
SReclaimable:     123516 kB
SUnreclaim:        27052 kB
KernelStack:        3488 kB
PageTables:         9536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4218064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2129920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61948 MiB
End job on node132 at 2017-08-16 08:09:05