Trace number 4309896

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-14SAT709 251.493 247.363

General information on the benchmark

NameKnapsack/
Knapsack-30-100-00_c18.xml
MD5SUM9b4affb9795dbfb6552181ea4234f2b3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark709
Best CPU time to get the best result obtained on this benchmark0.751082
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.56	c seed: 2063104323
0.67/0.56	c timeout: 252
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
1.34/0.96	c Parsing done, starting search...
1.34/0.99	o 225
1.34/1.00	o 268
1.34/1.00	o 270
1.34/1.00	o 344
1.34/1.00	o 346
1.34/1.01	o 371
1.51/1.01	o 408
1.51/1.01	o 427
1.51/1.01	o 465
1.51/1.01	o 540
1.51/1.02	o 544
1.51/1.02	o 602
1.51/1.03	o 625
1.51/1.03	o 627
1.51/1.05	o 650
1.51/1.06	o 661
1.51/1.09	o 662
1.82/1.13	o 668
1.82/1.13	o 670
1.82/1.13	o 697
1.82/1.14	o 701
1.82/1.14	o 703
1.82/1.14	o 709
251.42/247.35	s SATISFIABLE
251.42/247.35	v <instantiation>
251.42/247.35	v 	<list>
251.42/247.35	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] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29]
251.42/247.35	v 	</list>
251.42/247.35	v 	<values>
251.42/247.35	v 		1 0 1 0 0 1 0 0 0 1 1 1 0 0 1 1 1 1 0 0 0 1 0 0 1 0 0 0 0 0 
251.42/247.35	v 	</values>
251.42/247.35	v </instantiation>

Verifier Data

OK	709

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309896-1534333933/watcher-4309896-1534333933 -o /tmp/evaluation-result-4309896-1534333933/solver-4309896-1534333933 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534328516-21542 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 2063104323 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4309896-1534333933.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=25186, runsolver pid=25183
Current StackSize limit: 8192 KiB


[startup+0.10014 s]*
/proc/loadavg: 1.53 1.49 1.46 3/216 25201
/proc/meminfo: memFree=24629576/32770624 swapFree=67108524/67108860
[pid=25186] ppid=25183 vsize=14082736 memory=31236 CPUtime=0.12 cores=1,3,5,7
/proc/25186/stat : 25186 (java) S 25183 25186 21510 0 -1 1077944320 6711 0 0 0 11 1 0 0 20 0 15 0 250956465 14420721664 7809 33554432000 4194304 4196468 140728389635456 140728389618000 140384940629751 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
/proc/25186/statm: 3520684 7809 3162 1 0 3482761 0
[pid=25186/tid=25188] ppid=25183 vsize=14082736 memory=-6966721798027829888 CPUtime=0.09 cores=1,3,5,7
/proc/25186/task/25188/stat : 25188 (java) R 25183 25186 21510 0 -1 4202560 4755 0 0 0 9 0 0 0 20 0 15 0 250956465 14420721664 7809 33554432000 4194304 4196468 140728389635456 140384944862320 140384829111554 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25189] ppid=25183 vsize=14082736 memory=5793855789303077305 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25189/stat : 25189 (java) S 25183 25186 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250956466 14420721664 7809 33554432000 4194304 4196468 140728389635456 140384535919504 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25190] ppid=25183 vsize=14082736 memory=140538293184128 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25190/stat : 25190 (java) S 25183 25186 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250956466 14420721664 7809 33554432000 4194304 4196468 140728389635456 140384534866704 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25191] ppid=25183 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25191/stat : 25191 (java) S 25183 25186 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250956466 14420721664 7809 33554432000 4194304 4196468 140728389635456 140384533814416 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25192] ppid=25183 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25192/stat : 25192 (java) S 25183 25186 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250956466 14420721664 7809 33554432000 4194304 4196468 140728389635456 140384532761616 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25193] ppid=25183 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25193/stat : 25193 (java) S 25183 25186 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250956468 14420721664 7809 33554432000 4194304 4196468 140728389635456 140384414931056 140384940640898 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25194] ppid=25183 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25194/stat : 25194 (java) S 25183 25186 21510 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250956468 14420721664 7809 33554432000 4194304 4196468 140728389635456 140384413877024 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25195] ppid=25183 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25195/stat : 25195 (java) S 25183 25186 21510 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250956468 14420721664 7809 33554432000 4194304 4196468 140728389635456 140384412824688 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25196] ppid=25183 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25196/stat : 25196 (java) S 25183 25186 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250956471 14420721664 7809 33554432000 4194304 4196468 140728389635456 140384411773008 140384940648347 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25197] ppid=25183 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25197/stat : 25197 (java) S 25183 25186 21510 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 250956471 14420721664 7809 33554432000 4194304 4196468 140728389635456 140384410720880 140384940640898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25198] ppid=25183 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25198/stat : 25198 (java) S 25183 25186 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250956471 14420721664 7809 33554432000 4194304 4196468 140728389635456 140384409668080 140384940640898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25199] ppid=25183 vsize=14082736 memory=140538293184128 CPUtime=0.01 cores=1,3,5,7
/proc/25186/task/25199/stat : 25199 (java) S 25183 25186 21510 0 -1 1077944384 267 0 0 0 1 0 0 0 20 0 15 0 250956471 14420721664 7809 33554432000 4194304 4196468 140728389635456 140384408615792 140384940640898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25200] ppid=25183 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25200/stat : 25200 (java) S 25183 25186 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250956471 14420721664 7809 33554432000 4194304 4196468 140728389635456 140384407563232 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25201] ppid=25183 vsize=14082736 memory=140538293184128 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25201/stat : 25201 (java) S 25183 25186 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250956471 14420721664 7809 33554432000 4194304 4196468 140728389635456 140384406510000 140384940640898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31236 KiB

[startup+0.213591 s]*
/proc/loadavg: 1.53 1.49 1.46 6/216 25201
/proc/meminfo: memFree=24609704/32770624 swapFree=67108524/67108860
[pid=25186] ppid=25183 vsize=14082736 memory=47028 CPUtime=0.32 cores=1,3,5,7
/proc/25186/stat : 25186 (java) S 25183 25186 21510 0 -1 1077944320 10421 0 0 0 30 2 0 0 20 0 15 0 250956465 14420721664 11757 33554432000 4194304 4196468 140728389635456 140728389618000 140384940629751 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
/proc/25186/statm: 3520684 11757 3371 1 0 3482761 0
[pid=25186/tid=25188] ppid=25183 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/25186/task/25188/stat : 25188 (java) R 25183 25186 21510 0 -1 4202560 8121 0 0 0 19 1 0 0 20 0 15 0 250956465 14420721664 11757 33554432000 4194304 4196468 140728389635456 140384944854712 140384577539649 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25189] ppid=25183 vsize=14082736 memory=4211974264497974666 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25189/stat : 25189 (java) S 25183 25186 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250956466 14420721664 11757 33554432000 4194304 4196468 140728389635456 140384535919504 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25190] ppid=25183 vsize=14082736 memory=140538293184128 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25190/stat : 25190 (java) S 25183 25186 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250956466 14420721664 11757 33554432000 4194304 4196468 140728389635456 140384534866704 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25191] ppid=25183 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25191/stat : 25191 (java) S 25183 25186 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250956466 14420721664 11757 33554432000 4194304 4196468 140728389635456 140384533814416 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25192] ppid=25183 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25192/stat : 25192 (java) S 25183 25186 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250956466 14420721664 11757 33554432000 4194304 4196468 140728389635456 140384532761616 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25193] ppid=25183 vsize=14082736 memory=140538293184128 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25193/stat : 25193 (java) S 25183 25186 21510 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250956468 14420721664 11757 33554432000 4194304 4196468 140728389635456 140384414931056 140384940640898 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25194] ppid=25183 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25194/stat : 25194 (java) S 25183 25186 21510 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250956468 14420721664 11757 33554432000 4194304 4196468 140728389635456 140384413877024 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25195] ppid=25183 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25195/stat : 25195 (java) S 25183 25186 21510 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250956468 14420721664 11757 33554432000 4194304 4196468 140728389635456 140384412824688 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25196] ppid=25183 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25196/stat : 25196 (java) S 25183 25186 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250956471 14420721664 11757 33554432000 4194304 4196468 140728389635456 140384411773008 140384940648347 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25197] ppid=25183 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/25186/task/25197/stat : 25197 (java) R 25183 25186 21510 0 -1 4202560 450 0 0 0 2 0 0 0 20 0 15 0 250956471 14420721664 11757 33554432000 4194304 4196468 140728389635456 140384410701896 140384922151158 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25198] ppid=25183 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/25186/task/25198/stat : 25198 (java) R 25183 25186 21510 0 -1 1077944384 164 0 0 0 1 0 0 0 20 0 15 0 250956471 14420721664 11757 33554432000 4194304 4196468 140728389635456 140384409668176 140384940639957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25199] ppid=25183 vsize=14082736 memory=140538293184128 CPUtime=0.06 cores=1,3,5,7
/proc/25186/task/25199/stat : 25199 (java) R 25183 25186 21510 0 -1 4202560 305 0 0 0 6 0 0 0 20 0 15 0 250956471 14420721664 11757 33554432000 4194304 4196468 140728389635456 140384408611056 140384924812896 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25200] ppid=25183 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25200/stat : 25200 (java) S 25183 25186 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250956471 14420721664 11757 33554432000 4194304 4196468 140728389635456 140384407563232 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25201] ppid=25183 vsize=14082736 memory=140538293184128 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25201/stat : 25201 (java) S 25183 25186 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250956471 14420721664 11757 33554432000 4194304 4196468 140728389635456 140384406510000 140384940640898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47028 KiB

[startup+0.310364 s]*
/proc/loadavg: 1.53 1.49 1.46 3/216 25201
/proc/meminfo: memFree=24602196/32770624 swapFree=67108524/67108860
[pid=25186] ppid=25183 vsize=14082736 memory=50812 CPUtime=0.44 cores=1,3,5,7
/proc/25186/stat : 25186 (java) S 25183 25186 21510 0 -1 1077944320 10802 0 0 0 42 2 0 0 20 0 15 0 250956465 14420721664 12703 33554432000 4194304 4196468 140728389635456 140728389618000 140384940629751 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
/proc/25186/statm: 3520684 12703 3422 1 0 3482761 0
[pid=25186/tid=25188] ppid=25183 vsize=14082736 memory=4871374705135476842 CPUtime=0.29 cores=1,3,5,7
/proc/25186/task/25188/stat : 25188 (java) R 25183 25186 21510 0 -1 4202560 8470 0 0 0 28 1 0 0 20 0 15 0 250956465 14420721664 12703 33554432000 4194304 4196468 140728389635456 140384944841264 140384925795406 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25189] ppid=25183 vsize=14082736 memory=4211974264497974666 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25189/stat : 25189 (java) S 25183 25186 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250956466 14420721664 12703 33554432000 4194304 4196468 140728389635456 140384535919504 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25190] ppid=25183 vsize=14082736 memory=140538293186493 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25190/stat : 25190 (java) S 25183 25186 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250956466 14420721664 12703 33554432000 4194304 4196468 140728389635456 140384534866704 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25191] ppid=25183 vsize=14082736 memory=140538175159775 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25191/stat : 25191 (java) S 25183 25186 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250956466 14420721664 12703 33554432000 4194304 4196468 140728389635456 140384533814416 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25192] ppid=25183 vsize=14082736 memory=140538175147471 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25192/stat : 25192 (java) S 25183 25186 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250956466 14420721664 12703 33554432000 4194304 4196468 140728389635456 140384532761616 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25193] ppid=25183 vsize=14082736 memory=140538293205664 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25193/stat : 25193 (java) S 25183 25186 21510 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250956468 14420721664 12703 33554432000 4194304 4196468 140728389635456 140384414931056 140384940640898 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25194] ppid=25183 vsize=14082736 memory=140538175156655 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25194/stat : 25194 (java) S 25183 25186 21510 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250956468 14420721664 12703 33554432000 4194304 4196468 140728389635456 140384413877024 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25195] ppid=25183 vsize=14082736 memory=281076350304144 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25195/stat : 25195 (java) S 25183 25186 21510 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250956468 14420721664 12703 33554432000 4194304 4196468 140728389635456 140384412824688 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25196] ppid=25183 vsize=14082736 memory=281076350301840 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25196/stat : 25196 (java) S 25183 25186 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250956471 14420721664 12703 33554432000 4194304 4196468 140728389635456 140384411773008 140384940648347 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25197] ppid=25183 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/25186/task/25197/stat : 25197 (java) S 25183 25186 21510 0 -1 1077944384 462 0 0 0 3 0 0 0 20 0 15 0 250956471 14420721664 12703 33554432000 4194304 4196468 140728389635456 140384410720880 140384940640898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25198] ppid=25183 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/25186/task/25198/stat : 25198 (java) S 25183 25186 21510 0 -1 1077944384 164 0 0 0 1 0 0 0 20 0 15 0 250956471 14420721664 12703 33554432000 4194304 4196468 140728389635456 140384409668080 140384940640898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25199] ppid=25183 vsize=14082736 memory=140538293184128 CPUtime=0.08 cores=1,3,5,7
/proc/25186/task/25199/stat : 25199 (java) S 25183 25186 21510 0 -1 1077944384 325 0 0 0 8 0 0 0 20 0 15 0 250956471 14420721664 12703 33554432000 4194304 4196468 140728389635456 140384408615792 140384940640898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25200] ppid=25183 vsize=14082736 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25200/stat : 25200 (java) S 25183 25186 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250956471 14420721664 12703 33554432000 4194304 4196468 140728389635456 140384407563232 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25201] ppid=25183 vsize=14082736 memory=140538293184128 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25201/stat : 25201 (java) S 25183 25186 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250956471 14420721664 12703 33554432000 4194304 4196468 140728389635456 140384406510000 140384940640898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50812 KiB

[startup+0.700761 s]
/proc/loadavg: 1.53 1.49 1.46 3/216 25201
/proc/meminfo: memFree=24561380/32770624 swapFree=67108524/67108860
[pid=25186] ppid=25183 vsize=14084804 memory=89196 CPUtime=0.99 cores=1,3,5,7
/proc/25186/stat : 25186 (java) S 25183 25186 21510 0 -1 1077944320 17636 0 0 0 95 4 0 0 20 0 15 0 250956465 14422839296 22234 33554432000 4194304 4196468 140728389635456 140728389618000 140384940629751 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
/proc/25186/statm: 3521201 22299 3504 1 0 3483273 0
[pid=25186/tid=25188] ppid=25183 vsize=14084804 memory=1120 CPUtime=0.67 cores=1,3,5,7
/proc/25186/task/25188/stat : 25188 (java) R 25183 25186 21510 0 -1 4202560 14924 0 0 0 64 3 0 0 20 0 15 0 250956465 14422839296 22299 33554432000 4194304 4196468 140728389635456 140384944835936 140384924710238 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25189] ppid=25183 vsize=14084804 memory=6076 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25189/stat : 25189 (java) S 25183 25186 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250956466 14422839296 22299 33554432000 4194304 4196468 140728389635456 140384535919504 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25190] ppid=25183 vsize=14084804 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25190/stat : 25190 (java) S 25183 25186 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250956466 14422839296 22299 33554432000 4194304 4196468 140728389635456 140384534866704 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25191] ppid=25183 vsize=14084804 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25191/stat : 25191 (java) S 25183 25186 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250956466 14422839296 22299 33554432000 4194304 4196468 140728389635456 140384533814416 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25192] ppid=25183 vsize=14084804 memory=7957390390475708010 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25192/stat : 25192 (java) S 25183 25186 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250956466 14422839296 22299 33554432000 4194304 4196468 140728389635456 140384532761616 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25193] ppid=25183 vsize=14084804 memory=5787213848606435153 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25193/stat : 25193 (java) S 25183 25186 21510 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250956468 14422839296 22299 33554432000 4194304 4196468 140728389635456 140384414931056 140384940640898 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25194] ppid=25183 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25194/stat : 25194 (java) S 25183 25186 21510 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250956468 14422839296 22299 33554432000 4194304 4196468 140728389635456 140384413877024 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25195] ppid=25183 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25195/stat : 25195 (java) S 25183 25186 21510 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250956468 14422839296 22299 33554432000 4194304 4196468 140728389635456 140384412824688 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25196] ppid=25183 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25196/stat : 25196 (java) S 25183 25186 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250956471 14422839296 22299 33554432000 4194304 4196468 140728389635456 140384411773008 140384940648347 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25197] ppid=25183 vsize=14084804 memory=226 CPUtime=0.09 cores=1,3,5,7
/proc/25186/task/25197/stat : 25197 (java) S 25183 25186 21510 0 -1 1077944384 602 0 0 0 9 0 0 0 20 0 15 0 250956471 14422839296 22299 33554432000 4194304 4196468 140728389635456 140384410720880 140384940640898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25198] ppid=25183 vsize=14084804 memory=7 CPUtime=0.06 cores=1,3,5,7
/proc/25186/task/25198/stat : 25198 (java) S 25183 25186 21510 0 -1 1077944384 318 0 0 0 6 0 0 0 20 0 15 0 250956471 14422839296 22299 33554432000 4194304 4196468 140728389635456 140384409668080 140384940640898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25199] ppid=25183 vsize=14084804 memory=712 CPUtime=0.15 cores=1,3,5,7
/proc/25186/task/25199/stat : 25199 (java) S 25183 25186 21510 0 -1 1077944384 413 0 0 0 15 0 0 0 20 0 15 0 250956471 14422839296 22299 33554432000 4194304 4196468 140728389635456 140384408615792 140384940640898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25200] ppid=25183 vsize=14084804 memory=281076350488048 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25200/stat : 25200 (java) S 25183 25186 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250956471 14422839296 22299 33554432000 4194304 4196468 140728389635456 140384407563232 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25201] ppid=25183 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25201/stat : 25201 (java) S 25183 25186 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250956471 14422839296 22299 33554432000 4194304 4196468 140728389635456 140384406510000 140384940640898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89196 KiB

[startup+1.50077 s]
/proc/loadavg: 1.53 1.49 1.46 4/216 25201
/proc/meminfo: memFree=24527508/32770624 swapFree=67108524/67108860
[pid=25186] ppid=25183 vsize=14088900 memory=221920 CPUtime=2.78 cores=1,3,5,7
/proc/25186/stat : 25186 (java) S 25183 25186 21510 0 -1 1077944320 25209 0 0 0 270 8 0 0 20 0 15 0 250956465 14427033600 55480 33554432000 4194304 4196468 140728389635456 140728389618000 140384940629751 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
/proc/25186/statm: 3522225 55480 3561 1 0 3484297 0
[pid=25186/tid=25188] ppid=25183 vsize=14088900 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/25186/task/25188/stat : 25188 (java) R 25183 25186 21510 0 -1 4202560 18105 0 0 0 141 6 0 0 20 0 15 0 250956465 14427033600 55480 33554432000 4194304 4196468 140728389635456 140384944868128 140728390281062 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25189] ppid=25183 vsize=14088900 memory=-6585528546044026665 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25189/stat : 25189 (java) S 25183 25186 21510 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 250956466 14427033600 55480 33554432000 4194304 4196468 140728389635456 140384535919504 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25190] ppid=25183 vsize=14088900 memory=-6439125508584531295 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25190/stat : 25190 (java) S 25183 25186 21510 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 15 0 250956466 14427033600 55480 33554432000 4194304 4196468 140728389635456 140384534866704 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25191] ppid=25183 vsize=14088900 memory=-7088784936001294894 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25191/stat : 25191 (java) S 25183 25186 21510 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 250956466 14427033600 55480 33554432000 4194304 4196468 140728389635456 140384533814416 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25192] ppid=25183 vsize=14088900 memory=4945965705098795904 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25192/stat : 25192 (java) S 25183 25186 21510 0 -1 1077944384 287 0 0 0 0 0 0 0 20 0 15 0 250956466 14427033600 55480 33554432000 4194304 4196468 140728389635456 140384532761616 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25193] ppid=25183 vsize=14088900 memory=-3472574513799858008 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25193/stat : 25193 (java) S 25183 25186 21510 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 15 0 250956468 14427033600 55480 33554432000 4194304 4196468 140728389635456 140384414931056 140384940640898 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0

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

[pid=25186/tid=25200] ppid=25183 vsize=14088900 memory=1932 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25200/stat : 25200 (java) S 25183 25186 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250956471 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384407563232 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25201] ppid=25183 vsize=14088900 memory=7288 CPUtime=0.15 cores=1,3,5,7
/proc/25186/task/25201/stat : 25201 (java) S 25183 25186 21510 0 -1 1077944384 991 0 0 0 7 8 0 0 20 0 15 0 250956471 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384406510000 140384940640898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
Current children cumulated CPU time: 248.9 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 605988 KiB

[startup+246.401 s]
/proc/loadavg: 1.53 1.63 1.54 6/215 25282
/proc/meminfo: memFree=24153712/32770624 swapFree=67108524/67108860
[pid=25186] ppid=25183 vsize=14088900 memory=605988 CPUtime=250.5 cores=1,3,5,7
/proc/25186/stat : 25186 (java) S 25183 25186 21510 0 -1 1077944320 39354 0 0 0 24986 64 0 0 20 0 15 0 250956465 14427033600 151497 33554432000 4194304 4196468 140728389635456 140728389618000 140384940629751 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
/proc/25186/statm: 3522225 151497 3581 1 0 3484297 0
[pid=25186/tid=25188] ppid=25183 vsize=14088900 memory=1404 CPUtime=243.52 cores=1,3,5,7
/proc/25186/task/25188/stat : 25188 (java) R 25183 25186 21510 0 -1 4202560 23820 0 0 0 24334 18 0 0 20 0 15 0 250956465 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384944868464 140384581756441 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25189] ppid=25183 vsize=14088900 memory=2912 CPUtime=0.99 cores=1,3,5,7
/proc/25186/task/25189/stat : 25189 (java) S 25183 25186 21510 0 -1 1077944384 2150 0 0 0 90 9 0 0 20 0 15 0 250956466 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384535919504 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25190] ppid=25183 vsize=14088900 memory=752 CPUtime=1.01 cores=1,3,5,7
/proc/25186/task/25190/stat : 25190 (java) S 25183 25186 21510 0 -1 1077944384 779 0 0 0 91 10 0 0 20 0 15 0 250956466 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384534866704 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25191] ppid=25183 vsize=14088900 memory=1828 CPUtime=1.01 cores=1,3,5,7
/proc/25186/task/25191/stat : 25191 (java) S 25183 25186 21510 0 -1 1077944384 1179 0 0 0 89 12 0 0 20 0 15 0 250956466 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384533814416 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25192] ppid=25183 vsize=14088900 memory=605820 CPUtime=1.03 cores=1,3,5,7
/proc/25186/task/25192/stat : 25192 (java) S 25183 25186 21510 0 -1 1077944384 1142 0 0 0 91 12 0 0 20 0 15 0 250956466 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384532761616 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25193] ppid=25183 vsize=14088900 memory=6076 CPUtime=1.42 cores=1,3,5,7
/proc/25186/task/25193/stat : 25193 (java) S 25183 25186 21510 0 -1 1077944384 2274 0 0 0 132 10 0 0 20 0 15 0 250956468 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384414931056 140384940640898 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25194] ppid=25183 vsize=14088900 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25194/stat : 25194 (java) S 25183 25186 21510 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 250956468 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384413877088 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25195] ppid=25183 vsize=14088900 memory=752 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25195/stat : 25195 (java) S 25183 25186 21510 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 250956468 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384412824688 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25196] ppid=25183 vsize=14088900 memory=1828 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25196/stat : 25196 (java) S 25183 25186 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250956471 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384411773008 140384940648347 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25197] ppid=25183 vsize=14088900 memory=1120 CPUtime=0.45 cores=1,3,5,7
/proc/25186/task/25197/stat : 25197 (java) S 25183 25186 21510 0 -1 1077944384 1167 0 0 0 45 0 0 0 20 0 15 0 250956471 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384410720880 140384940640898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25198] ppid=25183 vsize=14088900 memory=6791534058613427641 CPUtime=0.46 cores=1,3,5,7
/proc/25186/task/25198/stat : 25198 (java) S 25183 25186 21510 0 -1 1077944384 1683 0 0 0 46 0 0 0 20 0 15 0 250956471 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384409668080 140384940640898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25199] ppid=25183 vsize=14088900 memory=1120 CPUtime=0.36 cores=1,3,5,7
/proc/25186/task/25199/stat : 25199 (java) S 25183 25186 21510 0 -1 1077944384 2744 0 0 0 36 0 0 0 20 0 15 0 250956471 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384408615792 140384940640898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25200] ppid=25183 vsize=14088900 memory=6076 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25200/stat : 25200 (java) S 25183 25186 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250956471 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384407563232 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25201] ppid=25183 vsize=14088900 memory=1724 CPUtime=0.15 cores=1,3,5,7
/proc/25186/task/25201/stat : 25201 (java) S 25183 25186 21510 0 -1 1077944384 993 0 0 0 7 8 0 0 20 0 15 0 250956471 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384406510000 140384940640898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
Current children cumulated CPU time: 250.5 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 605988 KiB

[startup+246.801 s]
/proc/loadavg: 1.53 1.63 1.54 6/215 25282
/proc/meminfo: memFree=24153712/32770624 swapFree=67108524/67108860
[pid=25186] ppid=25183 vsize=14088900 memory=605988 CPUtime=250.92 cores=1,3,5,7
/proc/25186/stat : 25186 (java) S 25183 25186 21510 0 -1 1077944320 39358 0 0 0 25027 65 0 0 20 0 15 0 250956465 14427033600 151497 33554432000 4194304 4196468 140728389635456 140728389618000 140384940629751 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
/proc/25186/statm: 3522225 151497 3581 1 0 3484297 0
[pid=25186/tid=25188] ppid=25183 vsize=14088900 memory=1724 CPUtime=243.91 cores=1,3,5,7
/proc/25186/task/25188/stat : 25188 (java) R 25183 25186 21510 0 -1 4202560 23824 0 0 0 24373 18 0 0 20 0 15 0 250956465 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384944868336 140384581684480 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25189] ppid=25183 vsize=14088900 memory=4004 CPUtime=1 cores=1,3,5,7
/proc/25186/task/25189/stat : 25189 (java) S 25183 25186 21510 0 -1 1077944384 2150 0 0 0 91 9 0 0 20 0 15 0 250956466 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384535919504 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25190] ppid=25183 vsize=14088900 memory=3516 CPUtime=1.01 cores=1,3,5,7
/proc/25186/task/25190/stat : 25190 (java) S 25183 25186 21510 0 -1 1077944384 779 0 0 0 91 10 0 0 20 0 15 0 250956466 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384534866704 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25191] ppid=25183 vsize=14088900 memory=872 CPUtime=1.01 cores=1,3,5,7
/proc/25186/task/25191/stat : 25191 (java) S 25183 25186 21510 0 -1 1077944384 1179 0 0 0 89 12 0 0 20 0 15 0 250956466 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384533814416 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25192] ppid=25183 vsize=14088900 memory=1620 CPUtime=1.03 cores=1,3,5,7
/proc/25186/task/25192/stat : 25192 (java) S 25183 25186 21510 0 -1 1077944384 1142 0 0 0 91 12 0 0 20 0 15 0 250956466 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384532761616 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25193] ppid=25183 vsize=14088900 memory=504 CPUtime=1.42 cores=1,3,5,7
/proc/25186/task/25193/stat : 25193 (java) S 25183 25186 21510 0 -1 1077944384 2274 0 0 0 132 10 0 0 20 0 15 0 250956468 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384414931056 140384940640898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25194] ppid=25183 vsize=14088900 memory=924 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25194/stat : 25194 (java) S 25183 25186 21510 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 250956468 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384413877088 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25195] ppid=25183 vsize=14088900 memory=1168 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25195/stat : 25195 (java) S 25183 25186 21510 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 250956468 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384412824688 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25196] ppid=25183 vsize=14088900 memory=2132 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25196/stat : 25196 (java) S 25183 25186 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250956471 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384411773008 140384940648347 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25197] ppid=25183 vsize=14088900 memory=6791534058613427641 CPUtime=0.45 cores=1,3,5,7
/proc/25186/task/25197/stat : 25197 (java) S 25183 25186 21510 0 -1 1077944384 1167 0 0 0 45 0 0 0 20 0 15 0 250956471 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384410720880 140384940640898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25198] ppid=25183 vsize=14088900 memory=14888 CPUtime=0.46 cores=1,3,5,7
/proc/25186/task/25198/stat : 25198 (java) S 25183 25186 21510 0 -1 1077944384 1683 0 0 0 46 0 0 0 20 0 15 0 250956471 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384409668080 140384940640898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25199] ppid=25183 vsize=14088900 memory=37808 CPUtime=0.36 cores=1,3,5,7
/proc/25186/task/25199/stat : 25199 (java) S 25183 25186 21510 0 -1 1077944384 2744 0 0 0 36 0 0 0 20 0 15 0 250956471 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384408615792 140384940640898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25200] ppid=25183 vsize=14088900 memory=3312 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25200/stat : 25200 (java) S 25183 25186 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250956471 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384407563232 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25201] ppid=25183 vsize=14088900 memory=15708 CPUtime=0.15 cores=1,3,5,7
/proc/25186/task/25201/stat : 25201 (java) S 25183 25186 21510 0 -1 1077944384 993 0 0 0 7 8 0 0 20 0 15 0 250956471 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384406510000 140384940640898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
Current children cumulated CPU time: 250.92 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 605988 KiB

[startup+247.201 s]
/proc/loadavg: 1.53 1.63 1.54 5/215 25282
/proc/meminfo: memFree=24015824/32770624 swapFree=67108524/67108860
[pid=25186] ppid=25183 vsize=14088900 memory=605988 CPUtime=251.32 cores=1,3,5,7
/proc/25186/stat : 25186 (java) S 25183 25186 21510 0 -1 1077944320 39362 0 0 0 25067 65 0 0 20 0 15 0 250956465 14427033600 151497 33554432000 4194304 4196468 140728389635456 140728389618000 140384940629751 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
/proc/25186/statm: 3522225 151497 3581 1 0 3484297 0
[pid=25186/tid=25188] ppid=25183 vsize=14088900 memory=6791534058613427641 CPUtime=244.31 cores=1,3,5,7
/proc/25186/task/25188/stat : 25188 (java) R 25183 25186 21510 0 -1 4202560 23828 0 0 0 24413 18 0 0 20 0 15 0 250956465 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384944868368 140384581755062 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25189] ppid=25183 vsize=14088900 memory=6791534058613427641 CPUtime=1 cores=1,3,5,7
/proc/25186/task/25189/stat : 25189 (java) S 25183 25186 21510 0 -1 1077944384 2150 0 0 0 91 9 0 0 20 0 15 0 250956466 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384535919504 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25190] ppid=25183 vsize=14088900 memory=605988 CPUtime=1.01 cores=1,3,5,7
/proc/25186/task/25190/stat : 25190 (java) S 25183 25186 21510 0 -1 1077944384 779 0 0 0 91 10 0 0 20 0 15 0 250956466 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384534866704 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25191] ppid=25183 vsize=14088900 memory=37808 CPUtime=1.01 cores=1,3,5,7
/proc/25186/task/25191/stat : 25191 (java) S 25183 25186 21510 0 -1 1077944384 1179 0 0 0 89 12 0 0 20 0 15 0 250956466 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384533814416 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25192] ppid=25183 vsize=14088900 memory=3312 CPUtime=1.03 cores=1,3,5,7
/proc/25186/task/25192/stat : 25192 (java) S 25183 25186 21510 0 -1 1077944384 1142 0 0 0 91 12 0 0 20 0 15 0 250956466 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384532761616 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25193] ppid=25183 vsize=14088900 memory=15708 CPUtime=1.42 cores=1,3,5,7
/proc/25186/task/25193/stat : 25193 (java) S 25183 25186 21510 0 -1 1077944384 2274 0 0 0 132 10 0 0 20 0 15 0 250956468 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384414931056 140384940640898 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25194] ppid=25183 vsize=14088900 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25194/stat : 25194 (java) S 25183 25186 21510 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 250956468 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384413877088 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25195] ppid=25183 vsize=14088900 memory=1088 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25195/stat : 25195 (java) S 25183 25186 21510 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 250956468 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384412824688 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25196] ppid=25183 vsize=14088900 memory=14888 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25196/stat : 25196 (java) S 25183 25186 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250956471 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384411773008 140384940648347 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25197] ppid=25183 vsize=14088900 memory=37808 CPUtime=0.45 cores=1,3,5,7
/proc/25186/task/25197/stat : 25197 (java) S 25183 25186 21510 0 -1 1077944384 1167 0 0 0 45 0 0 0 20 0 15 0 250956471 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384410720880 140384940640898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25198] ppid=25183 vsize=14088900 memory=3312 CPUtime=0.46 cores=1,3,5,7
/proc/25186/task/25198/stat : 25198 (java) S 25183 25186 21510 0 -1 1077944384 1683 0 0 0 46 0 0 0 20 0 15 0 250956471 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384409668080 140384940640898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25199] ppid=25183 vsize=14088900 memory=605988 CPUtime=0.36 cores=1,3,5,7
/proc/25186/task/25199/stat : 25199 (java) S 25183 25186 21510 0 -1 1077944384 2744 0 0 0 36 0 0 0 20 0 15 0 250956471 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384408615792 140384940640898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25200] ppid=25183 vsize=14088900 memory=68288 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25200/stat : 25200 (java) S 25183 25186 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250956471 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384407563232 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25201] ppid=25183 vsize=14088900 memory=1064 CPUtime=0.15 cores=1,3,5,7
/proc/25186/task/25201/stat : 25201 (java) S 25183 25186 21510 0 -1 1077944384 993 0 0 0 7 8 0 0 20 0 15 0 250956471 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384406510000 140384940640898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
Current children cumulated CPU time: 251.32 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 605988 KiB

[startup+247.301 s]
/proc/loadavg: 1.53 1.63 1.54 5/215 25282
/proc/meminfo: memFree=24015824/32770624 swapFree=67108524/67108860
[pid=25186] ppid=25183 vsize=14088900 memory=605988 CPUtime=251.42 cores=1,3,5,7
/proc/25186/stat : 25186 (java) S 25183 25186 21510 0 -1 1077944320 39363 0 0 0 25077 65 0 0 20 0 15 0 250956465 14427033600 151497 33554432000 4194304 4196468 140728389635456 140728389618000 140384940629751 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
/proc/25186/statm: 3522225 151497 3581 1 0 3484297 0
[pid=25186/tid=25188] ppid=25183 vsize=14088900 memory=605988 CPUtime=244.41 cores=1,3,5,7
/proc/25186/task/25188/stat : 25188 (java) R 25183 25186 21510 0 -1 4202560 23829 0 0 0 24423 18 0 0 20 0 15 0 250956465 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384944868464 140384581371066 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25189] ppid=25183 vsize=14088900 memory=605988 CPUtime=1 cores=1,3,5,7
/proc/25186/task/25189/stat : 25189 (java) S 25183 25186 21510 0 -1 1077944384 2150 0 0 0 91 9 0 0 20 0 15 0 250956466 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384535919504 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25190] ppid=25183 vsize=14088900 memory=605988 CPUtime=1.01 cores=1,3,5,7
/proc/25186/task/25190/stat : 25190 (java) S 25183 25186 21510 0 -1 1077944384 779 0 0 0 91 10 0 0 20 0 15 0 250956466 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384534866704 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25191] ppid=25183 vsize=14088900 memory=605988 CPUtime=1.01 cores=1,3,5,7
/proc/25186/task/25191/stat : 25191 (java) S 25183 25186 21510 0 -1 1077944384 1179 0 0 0 89 12 0 0 20 0 15 0 250956466 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384533814416 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25192] ppid=25183 vsize=14088900 memory=605988 CPUtime=1.03 cores=1,3,5,7
/proc/25186/task/25192/stat : 25192 (java) S 25183 25186 21510 0 -1 1077944384 1142 0 0 0 91 12 0 0 20 0 15 0 250956466 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384532761616 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25193] ppid=25183 vsize=14088900 memory=605988 CPUtime=1.43 cores=1,3,5,7
/proc/25186/task/25193/stat : 25193 (java) S 25183 25186 21510 0 -1 1077944384 2274 0 0 0 133 10 0 0 20 0 15 0 250956468 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384414931056 140384940640898 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25194] ppid=25183 vsize=14088900 memory=605988 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25194/stat : 25194 (java) S 25183 25186 21510 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 250956468 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384413877088 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25195] ppid=25183 vsize=14088900 memory=605988 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25195/stat : 25195 (java) S 25183 25186 21510 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 250956468 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384412824688 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25196] ppid=25183 vsize=14088900 memory=605820 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25196/stat : 25196 (java) S 25183 25186 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250956471 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384411773008 140384940648347 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25197] ppid=25183 vsize=14088900 memory=605988 CPUtime=0.45 cores=1,3,5,7
/proc/25186/task/25197/stat : 25197 (java) S 25183 25186 21510 0 -1 1077944384 1167 0 0 0 45 0 0 0 20 0 15 0 250956471 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384410720880 140384940640898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25198] ppid=25183 vsize=14088900 memory=605988 CPUtime=0.46 cores=1,3,5,7
/proc/25186/task/25198/stat : 25198 (java) S 25183 25186 21510 0 -1 1077944384 1683 0 0 0 46 0 0 0 20 0 15 0 250956471 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384409668080 140384940640898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25199] ppid=25183 vsize=14088900 memory=605988 CPUtime=0.36 cores=1,3,5,7
/proc/25186/task/25199/stat : 25199 (java) S 25183 25186 21510 0 -1 1077944384 2744 0 0 0 36 0 0 0 20 0 15 0 250956471 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384408615792 140384940640898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25200] ppid=25183 vsize=14088900 memory=605988 CPUtime=0 cores=1,3,5,7
/proc/25186/task/25200/stat : 25200 (java) S 25183 25186 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250956471 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384407563232 140384940639957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
[pid=25186/tid=25201] ppid=25183 vsize=14088900 memory=605988 CPUtime=0.15 cores=1,3,5,7
/proc/25186/task/25201/stat : 25201 (java) S 25183 25186 21510 0 -1 1077944384 993 0 0 0 7 8 0 0 20 0 15 0 250956471 14427033600 151497 33554432000 4194304 4196468 140728389635456 140384406510000 140384940640898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38494208 140728389637198 140728389637390 140728389637390 140728389640143 0
Current children cumulated CPU time: 251.42 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 605988 KiB

Child status: 0
Real time (s): 247.363
CPU time (s): 251.493
CPU user time (s): 250.832
CPU system time (s): 0.660728
CPU usage (%): 101.67
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 610872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.832
system time used= 0.660728
maximum resident set size= 612920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40090
page faults= 0
swaps= 0
block input operations= 0
block output operations= 456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46370
involuntary context switches= 639


# summary of solver processes directly reported to runsolver:
#   pid: 25186
#   total CPU time (s): 251.493
#   total CPU user time (s): 250.832
#   total CPU system time (s): 0.660728

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.97916 second user time and 1.88087 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-15 13:52:13
IDJOB=4309896
IDBENCH=141542
IDSOLVER=2795
FILE ID=node107/4309896-1534333933
RUNJOBID= node107-1534328516-21542
PBS_JOBID= 21038151
Free space on /tmp= 50592 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/Knapsack/Knapsack-30-100-00_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309896-1534333933/watcher-4309896-1534333933 -o /tmp/evaluation-result-4309896-1534333933/solver-4309896-1534333933 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534328516-21542 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 2063104323 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4309896-1534333933.xml

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

MD5SUM BENCH= 9b4affb9795dbfb6552181ea4234f2b3
RANDOM SEED=2063104323

node107.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24652160 kB
MemAvailable:   31717920 kB
Buffers:          215332 kB
Cached:          7100784 kB
SwapCached:           20 kB
Active:          4132620 kB
Inactive:        3418508 kB
Active(anon):     184064 kB
Inactive(anon):   111348 kB
Active(file):    3948556 kB
Inactive(file):  3307160 kB
Unevictable:        6980 kB
Mlocked:            6980 kB
SwapTotal:      67108860 kB
SwapFree:       67108524 kB
Dirty:             71652 kB
Writeback:             0 kB
AnonPages:        219016 kB
Mapped:            68304 kB
Shmem:             57824 kB
Slab:             267192 kB
SReclaimable:     238504 kB
SUnreclaim:        28688 kB
KernelStack:        3824 kB
PageTables:         5988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1328964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 50556 MiB
End job on node107 at 2018-08-15 13:56:20