Trace number 4290245

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-07-02SAT (TO)871 2400.07 2370.21

General information on the benchmark

NameKnapsack/
Knapsack-30-100-01_c18.xml
MD5SUM29cb88997fb73697c0a266537888e139
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark871
Best CPU time to get the best result obtained on this benchmark0.457333
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.68/0.56	c version: 2018-07-02
0.68/0.56	c seed: 394493469
0.68/0.56	c timeout: 2400
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
1.32/0.99	c Parsing done, starting search...
1.51/1.02	o 414
1.51/1.03	o 461
1.51/1.03	o 477
1.51/1.05	o 498
1.51/1.05	o 532
1.51/1.05	o 536
1.51/1.05	o 556
1.51/1.05	o 588
1.51/1.06	o 591
1.51/1.06	o 644
1.51/1.10	o 649
1.78/1.12	o 660
1.78/1.12	o 694
1.78/1.12	o 715
1.78/1.12	o 728
1.78/1.13	o 733
1.78/1.16	o 746
1.78/1.16	o 756
1.78/1.16	o 786
1.78/1.16	o 789
1.78/1.16	o 798
1.78/1.17	o 801
1.78/1.18	o 803
1.78/1.18	o 806
1.78/1.18	o 815
1.78/1.18	o 825
1.78/1.18	o 841
1.78/1.18	o 846
1.78/1.19	o 849
1.78/1.19	o 869
2.05/1.22	o 871
2400.04/2370.20	s SATISFIABLE
2400.04/2370.20	v <instantiation>
2400.04/2370.20	v 	<list>
2400.04/2370.20	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]
2400.04/2370.20	v 	</list>
2400.04/2370.20	v 	<values>
2400.04/2370.20	v 		0 0 0 0 1 1 1 0 1 0 0 0 0 0 1 1 0 1 0 0 1 1 1 0 0 1 0 1 0 1 
2400.04/2370.20	v 	</values>
2400.04/2370.20	v </instantiation>

Verifier Data

OK	871

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290245-1532519648/watcher-4290245-1532519648 -o /tmp/evaluation-result-4290245-1532519648/solver-4290245-1532519648 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532505403-28953 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 394493469 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290245-1532519648.xml 

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

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

solver pid=30416, runsolver pid=30413

[startup+0.100139 s]*
/proc/loadavg: 0.97 1.32 1.41 3/218 30431
/proc/meminfo: memFree=15447768/32770624 swapFree=67108860/67108860
[pid=30416] ppid=30413 vsize=14082740 memory=31528 CPUtime=0.12 cores=1,3,5,7
/proc/30416/stat : 30416 (java) S 30413 30416 28921 0 -1 1077944320 6795 0 0 0 11 1 0 0 20 0 15 0 69527970 14420725760 7882 33554432000 4194304 4196468 140727449054848 140727449037392 140654084128503 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
/proc/30416/statm: 3520685 7882 3156 1 0 3482761 0
[pid=30416/tid=30418] ppid=30413 vsize=14082740 memory=-8701690554791924606 CPUtime=0.09 cores=1,3,5,7
/proc/30416/task/30418/stat : 30418 (java) R 30413 30416 28921 0 -1 4202560 4834 0 0 0 8 1 0 0 20 0 15 0 69527970 14420725760 7882 33554432000 4194304 4196468 140727449054848 140654088349344 140654076845655 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30419] ppid=30413 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30419/stat : 30419 (java) S 30413 30416 28921 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69527971 14420725760 7882 33554432000 4194304 4196468 140727449054848 140654014217360 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30420] ppid=30413 vsize=14082740 memory=139959760520832 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30420/stat : 30420 (java) S 30413 30416 28921 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69527971 14420725760 7882 33554432000 4194304 4196468 140727449054848 140654013164560 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30421] ppid=30413 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30421/stat : 30421 (java) S 30413 30416 28921 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69527971 14420725760 7882 33554432000 4194304 4196468 140727449054848 140654012111760 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30422] ppid=30413 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30422/stat : 30422 (java) S 30413 30416 28921 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69527971 14420725760 7882 33554432000 4194304 4196468 140727449054848 140654011058960 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30423] ppid=30413 vsize=14082740 memory=139959760520832 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30423/stat : 30423 (java) S 30413 30416 28921 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69527973 14420725760 7882 33554432000 4194304 4196468 140727449054848 140652996184432 140654084139650 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30424] ppid=30413 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30424/stat : 30424 (java) S 30413 30416 28921 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 69527973 14420725760 7882 33554432000 4194304 4196468 140727449054848 140652995130400 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30425] ppid=30413 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30425/stat : 30425 (java) S 30413 30416 28921 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 69527973 14420725760 7882 33554432000 4194304 4196468 140727449054848 140652994077552 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30426] ppid=30413 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30426/stat : 30426 (java) S 30413 30416 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69527976 14420725760 7882 33554432000 4194304 4196468 140727449054848 140652993025872 140654084147099 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30427] ppid=30413 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30427/stat : 30427 (java) S 30413 30416 28921 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 69527976 14420725760 7882 33554432000 4194304 4196468 140727449054848 140652991974256 140654084139650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30428] ppid=30413 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30428/stat : 30428 (java) S 30413 30416 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69527976 14420725760 7882 33554432000 4194304 4196468 140727449054848 140652990921456 140654084139650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30429] ppid=30413 vsize=14082740 memory=139959760520832 CPUtime=0.01 cores=1,3,5,7
/proc/30416/task/30429/stat : 30429 (java) S 30413 30416 28921 0 -1 1077944384 278 0 0 0 1 0 0 0 20 0 15 0 69527976 14420725760 7882 33554432000 4194304 4196468 140727449054848 140652989868656 140654084139650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30430] ppid=30413 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30430/stat : 30430 (java) S 30413 30416 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69527976 14420725760 7882 33554432000 4194304 4196468 140727449054848 140652988816096 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30431] ppid=30413 vsize=14082740 memory=139959760520832 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30431/stat : 30431 (java) S 30413 30416 28921 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69527976 14420725760 7882 33554432000 4194304 4196468 140727449054848 140652987763376 140654084139650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 31528 KiB

[startup+0.218462 s]*
/proc/loadavg: 0.97 1.32 1.41 5/218 30431
/proc/meminfo: memFree=15432264/32770624 swapFree=67108860/67108860
[pid=30416] ppid=30413 vsize=14082740 memory=47460 CPUtime=0.33 cores=1,3,5,7
/proc/30416/stat : 30416 (java) S 30413 30416 28921 0 -1 1077944320 10482 0 0 0 30 3 0 0 20 0 15 0 69527970 14420725760 11865 33554432000 4194304 4196468 140727449054848 140727449037392 140654084128503 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
/proc/30416/statm: 3520685 11865 3359 1 0 3482761 0
[pid=30416/tid=30418] ppid=30413 vsize=14082740 memory=7022364594140610616 CPUtime=0.21 cores=1,3,5,7
/proc/30416/task/30418/stat : 30418 (java) R 30413 30416 28921 0 -1 4202560 8175 0 0 0 19 2 0 0 20 0 15 0 69527970 14420725760 11865 33554432000 4194304 4196468 140727449054848 140654088357136 140654065997455 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30419] ppid=30413 vsize=14082740 memory=365 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30419/stat : 30419 (java) S 30413 30416 28921 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69527971 14420725760 11865 33554432000 4194304 4196468 140727449054848 140654014217360 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30420] ppid=30413 vsize=14082740 memory=139959760916657 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30420/stat : 30420 (java) S 30413 30416 28921 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69527971 14420725760 11865 33554432000 4194304 4196468 140727449054848 140654013164560 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30421] ppid=30413 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30421/stat : 30421 (java) S 30413 30416 28921 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69527971 14420725760 11865 33554432000 4194304 4196468 140727449054848 140654012111760 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30422] ppid=30413 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30422/stat : 30422 (java) S 30413 30416 28921 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69527971 14420725760 11865 33554432000 4194304 4196468 140727449054848 140654011058960 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30423] ppid=30413 vsize=14082740 memory=139959760520832 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30423/stat : 30423 (java) S 30413 30416 28921 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 69527973 14420725760 11865 33554432000 4194304 4196468 140727449054848 140652996184432 140654084139650 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30424] ppid=30413 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30424/stat : 30424 (java) S 30413 30416 28921 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 69527973 14420725760 11865 33554432000 4194304 4196468 140727449054848 140652995130400 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30425] ppid=30413 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30425/stat : 30425 (java) S 30413 30416 28921 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 69527973 14420725760 11865 33554432000 4194304 4196468 140727449054848 140652994077552 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30426] ppid=30413 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30426/stat : 30426 (java) S 30413 30416 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69527976 14420725760 11865 33554432000 4194304 4196468 140727449054848 140652993025872 140654084147099 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30427] ppid=30413 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30416/task/30427/stat : 30427 (java) R 30413 30416 28921 0 -1 1077944384 393 0 0 0 2 0 0 0 20 0 15 0 69527976 14420725760 11865 33554432000 4194304 4196468 140727449054848 140652991974352 140654084138709 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30428] ppid=30413 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/30416/task/30428/stat : 30428 (java) S 30413 30416 28921 0 -1 1077944384 222 0 0 0 1 0 0 0 20 0 15 0 69527976 14420725760 11865 33554432000 4194304 4196468 140727449054848 140652990921456 140654084139650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30429] ppid=30413 vsize=14082740 memory=139959760520832 CPUtime=0.07 cores=1,3,5,7
/proc/30416/task/30429/stat : 30429 (java) R 30413 30416 28921 0 -1 4202560 310 0 0 0 7 0 0 0 20 0 15 0 69527976 14420725760 11865 33554432000 4194304 4196468 140727449054848 140652989863920 140654063113648 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30430] ppid=30413 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30430/stat : 30430 (java) S 30413 30416 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69527976 14420725760 11865 33554432000 4194304 4196468 140727449054848 140652988816096 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30431] ppid=30413 vsize=14082740 memory=139959760520832 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30431/stat : 30431 (java) S 30413 30416 28921 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69527976 14420725760 11865 33554432000 4194304 4196468 140727449054848 140652987763376 140654084139650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47460 KiB

[startup+0.310914 s]*
/proc/loadavg: 0.97 1.32 1.41 4/218 30431
/proc/meminfo: memFree=15428728/32770624 swapFree=67108860/67108860
[pid=30416] ppid=30413 vsize=14082740 memory=50912 CPUtime=0.45 cores=1,3,5,7
/proc/30416/stat : 30416 (java) S 30413 30416 28921 0 -1 1077944320 10823 0 0 0 42 3 0 0 20 0 15 0 69527970 14420725760 12728 33554432000 4194304 4196468 140727449054848 140727449037392 140654084128503 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
/proc/30416/statm: 3520685 12728 3407 1 0 3482761 0
[pid=30416/tid=30418] ppid=30413 vsize=14082740 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/30416/task/30418/stat : 30418 (java) R 30413 30416 28921 0 -1 4202560 8495 0 0 0 28 2 0 0 20 0 15 0 69527970 14420725760 12728 33554432000 4194304 4196468 140727449054848 140654088348320 140654067315312 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30419] ppid=30413 vsize=14082740 memory=288230613314699287 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30419/stat : 30419 (java) S 30413 30416 28921 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69527971 14420725760 12728 33554432000 4194304 4196468 140727449054848 140654014217360 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30420] ppid=30413 vsize=14082740 memory=139959760727851 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30420/stat : 30420 (java) S 30413 30416 28921 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69527971 14420725760 12728 33554432000 4194304 4196468 140727449054848 140654013164560 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30421] ppid=30413 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30421/stat : 30421 (java) S 30413 30416 28921 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69527971 14420725760 12728 33554432000 4194304 4196468 140727449054848 140654012111760 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30422] ppid=30413 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30422/stat : 30422 (java) S 30413 30416 28921 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69527971 14420725760 12728 33554432000 4194304 4196468 140727449054848 140654011058960 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30423] ppid=30413 vsize=14082740 memory=139959760520832 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30423/stat : 30423 (java) S 30413 30416 28921 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 69527973 14420725760 12728 33554432000 4194304 4196468 140727449054848 140652996184432 140654084139650 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30424] ppid=30413 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30424/stat : 30424 (java) S 30413 30416 28921 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 69527973 14420725760 12728 33554432000 4194304 4196468 140727449054848 140652995130400 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30425] ppid=30413 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30425/stat : 30425 (java) S 30413 30416 28921 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 69527973 14420725760 12728 33554432000 4194304 4196468 140727449054848 140652994077552 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30426] ppid=30413 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30426/stat : 30426 (java) S 30413 30416 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69527976 14420725760 12728 33554432000 4194304 4196468 140727449054848 140652993025872 140654084147099 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30427] ppid=30413 vsize=14082740 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/30416/task/30427/stat : 30427 (java) S 30413 30416 28921 0 -1 1077944384 408 0 0 0 3 0 0 0 20 0 15 0 69527976 14420725760 12728 33554432000 4194304 4196468 140727449054848 140652991974256 140654084139650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30428] ppid=30413 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/30416/task/30428/stat : 30428 (java) S 30413 30416 28921 0 -1 1077944384 222 0 0 0 2 0 0 0 20 0 15 0 69527976 14420725760 12728 33554432000 4194304 4196468 140727449054848 140652990921456 140654084139650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30429] ppid=30413 vsize=14082740 memory=139959760520832 CPUtime=0.08 cores=1,3,5,7
/proc/30416/task/30429/stat : 30429 (java) S 30413 30416 28921 0 -1 1077944384 316 0 0 0 8 0 0 0 20 0 15 0 69527976 14420725760 12728 33554432000 4194304 4196468 140727449054848 140652989868656 140654084139650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30430] ppid=30413 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30430/stat : 30430 (java) S 30413 30416 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69527976 14420725760 12728 33554432000 4194304 4196468 140727449054848 140652988816096 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30431] ppid=30413 vsize=14082740 memory=139959760520832 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30431/stat : 30431 (java) S 30413 30416 28921 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69527976 14420725760 12728 33554432000 4194304 4196468 140727449054848 140652987763376 140654084139650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50912 KiB

[startup+0.700775 s]
/proc/loadavg: 0.97 1.32 1.41 3/218 30431
/proc/meminfo: memFree=15405040/32770624 swapFree=67108860/67108860
[pid=30416] ppid=30413 vsize=14084808 memory=88692 CPUtime=0.99 cores=1,3,5,7
/proc/30416/stat : 30416 (java) S 30413 30416 28921 0 -1 1077944320 17628 0 0 0 94 5 0 0 20 0 15 0 69527970 14422843392 22173 33554432000 4194304 4196468 140727449054848 140727449037392 140654084128503 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
/proc/30416/statm: 3521202 22173 3495 1 0 3483273 0
[pid=30416/tid=30418] ppid=30413 vsize=14084808 memory=1728 CPUtime=0.67 cores=1,3,5,7
/proc/30416/task/30418/stat : 30418 (java) R 30413 30416 28921 0 -1 4202560 14925 0 0 0 63 4 0 0 20 0 15 0 69527970 14422843392 22173 33554432000 4194304 4196468 140727449054848 140654088346256 140654068208990 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30419] ppid=30413 vsize=14084808 memory=792 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30419/stat : 30419 (java) S 30413 30416 28921 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69527971 14422843392 22173 33554432000 4194304 4196468 140727449054848 140654014217360 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30420] ppid=30413 vsize=14084808 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30420/stat : 30420 (java) S 30413 30416 28921 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69527971 14422843392 22173 33554432000 4194304 4196468 140727449054848 140654013164560 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30421] ppid=30413 vsize=14084808 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30421/stat : 30421 (java) S 30413 30416 28921 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69527971 14422843392 22173 33554432000 4194304 4196468 140727449054848 140654012111760 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30422] ppid=30413 vsize=14084808 memory=5524 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30422/stat : 30422 (java) S 30413 30416 28921 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69527971 14422843392 22173 33554432000 4194304 4196468 140727449054848 140654011058960 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30423] ppid=30413 vsize=14084808 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30423/stat : 30423 (java) S 30413 30416 28921 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 69527973 14422843392 22173 33554432000 4194304 4196468 140727449054848 140652996184432 140654084139650 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30424] ppid=30413 vsize=14084808 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30424/stat : 30424 (java) S 30413 30416 28921 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 69527973 14422843392 22173 33554432000 4194304 4196468 140727449054848 140652995130400 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30425] ppid=30413 vsize=14084808 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30425/stat : 30425 (java) S 30413 30416 28921 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 69527973 14422843392 22173 33554432000 4194304 4196468 140727449054848 140652994077552 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30426] ppid=30413 vsize=14084808 memory=12040 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30426/stat : 30426 (java) S 30413 30416 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69527976 14422843392 22173 33554432000 4194304 4196468 140727449054848 140652993025872 140654084147099 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30427] ppid=30413 vsize=14084808 memory=7450174591119418944 CPUtime=0.06 cores=1,3,5,7
/proc/30416/task/30427/stat : 30427 (java) S 30413 30416 28921 0 -1 1077944384 547 0 0 0 6 0 0 0 20 0 15 0 69527976 14422843392 22173 33554432000 4194304 4196468 140727449054848 140652991974256 140654084139650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30428] ppid=30413 vsize=14084808 memory=7519162438972494954 CPUtime=0.08 cores=1,3,5,7
/proc/30416/task/30428/stat : 30428 (java) S 30413 30416 28921 0 -1 1077944384 380 0 0 0 8 0 0 0 20 0 15 0 69527976 14422843392 22173 33554432000 4194304 4196468 140727449054848 140652990921456 140654084139650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30429] ppid=30413 vsize=14084808 memory=6154282490091891024 CPUtime=0.15 cores=1,3,5,7
/proc/30416/task/30429/stat : 30429 (java) S 30413 30416 28921 0 -1 1077944384 395 0 0 0 15 0 0 0 20 0 15 0 69527976 14422843392 22173 33554432000 4194304 4196468 140727449054848 140652989868656 140654084139650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30430] ppid=30413 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30430/stat : 30430 (java) S 30413 30416 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69527976 14422843392 22173 33554432000 4194304 4196468 140727449054848 140652988816096 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30431] ppid=30413 vsize=14084808 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30431/stat : 30431 (java) S 30413 30416 28921 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69527976 14422843392 22173 33554432000 4194304 4196468 140727449054848 140652987763376 140654084139650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88692 KiB

[startup+1.50082 s]
/proc/loadavg: 0.97 1.32 1.41 4/218 30431
/proc/meminfo: memFree=15368872/32770624 swapFree=67108860/67108860
[pid=30416] ppid=30413 vsize=14090952 memory=222236 CPUtime=2.81 cores=1,3,5,7
/proc/30416/stat : 30416 (java) S 30413 30416 28921 0 -1 1077944320 25287 0 0 0 272 9 0 0 20 0 15 0 69527970 14429134848 55559 33554432000 4194304 4196468 140727449054848 140727449037392 140654084128503 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
/proc/30416/statm: 3522738 55559 3551 1 0 3484809 0
[pid=30416/tid=30418] ppid=30413 vsize=14090952 memory=0 CPUtime=1.46 cores=1,3,5,7
/proc/30416/task/30418/stat : 30418 (java) R 30413 30416 28921 0 -1 4202560 19073 0 0 0 140 6 0 0 20 0 15 0 69527970 14429134848 55559 33554432000 4194304 4196468 140727449054848 140654088366960 140653690563082 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30419] ppid=30413 vsize=14090952 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30419/stat : 30419 (java) S 30413 30416 28921 0 -1 1077944384 232 0 0 0 0 0 0 0 20 0 15 0 69527971 14429134848 55559 33554432000 4194304 4196468 140727449054848 140654014217360 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30420] ppid=30413 vsize=14090952 memory=-6509546260019855299 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30420/stat : 30420 (java) S 30413 30416 28921 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 69527971 14429134848 55559 33554432000 4194304 4196468 140727449054848 140654013164560 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30421] ppid=30413 vsize=14090952 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30421/stat : 30421 (java) S 30413 30416 28921 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 69527971 14429134848 55559 33554432000 4194304 4196468 140727449054848 140654012111760 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30422] ppid=30413 vsize=14090952 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30422/stat : 30422 (java) S 30413 30416 28921 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 69527971 14429134848 55559 33554432000 4194304 4196468 140727449054848 140654011058960 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30423] ppid=30413 vsize=14090952 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30423/stat : 30423 (java) S 30413 30416 28921 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 69527973 14429134848 55559 33554432000 4194304 4196468 140727449054848 140652996184432 140654084139650 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0

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

/proc/30416/task/30418/stat : 30418 (java) R 30413 30416 28921 0 -1 4202560 54379 0 0 0 217545 66 0 0 20 0 15 0 69527970 14429134848 155500 33554432000 4194304 4196468 140727449054848 140654088367216 140653690328013 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30419] ppid=30413 vsize=14090952 memory=622000 CPUtime=9.48 cores=1,3,5,7
/proc/30416/task/30419/stat : 30419 (java) S 30413 30416 28921 0 -1 1077944384 2573 0 0 0 826 122 0 0 20 0 15 0 69527971 14429134848 155500 33554432000 4194304 4196468 140727449054848 140654014217360 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30420] ppid=30413 vsize=14090952 memory=622000 CPUtime=9.49 cores=1,3,5,7
/proc/30416/task/30420/stat : 30420 (java) S 30413 30416 28921 0 -1 1077944384 3937 0 0 0 829 120 0 0 20 0 15 0 69527971 14429134848 155500 33554432000 4194304 4196468 140727449054848 140654013164560 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30421] ppid=30413 vsize=14090952 memory=622000 CPUtime=9.45 cores=1,3,5,7
/proc/30416/task/30421/stat : 30421 (java) S 30413 30416 28921 0 -1 1077944384 3304 0 0 0 830 115 0 0 20 0 15 0 69527971 14429134848 155500 33554432000 4194304 4196468 140727449054848 140654012111760 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30422] ppid=30413 vsize=14090952 memory=622000 CPUtime=9.45 cores=1,3,5,7
/proc/30416/task/30422/stat : 30422 (java) S 30413 30416 28921 0 -1 1077944384 2726 0 0 0 829 116 0 0 20 0 15 0 69527971 14429134848 155500 33554432000 4194304 4196468 140727449054848 140654011058960 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30423] ppid=30413 vsize=14090952 memory=622000 CPUtime=13.38 cores=1,3,5,7
/proc/30416/task/30423/stat : 30423 (java) S 30413 30416 28921 0 -1 1077944384 6790 0 0 0 1239 99 0 0 20 0 15 0 69527973 14429134848 155500 33554432000 4194304 4196468 140727449054848 140652996184432 140654084139650 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30424] ppid=30413 vsize=14090952 memory=622000 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30424/stat : 30424 (java) S 30413 30416 28921 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 69527973 14429134848 155500 33554432000 4194304 4196468 140727449054848 140652995130464 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30425] ppid=30413 vsize=14090952 memory=622000 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30425/stat : 30425 (java) S 30413 30416 28921 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 69527973 14429134848 155500 33554432000 4194304 4196468 140727449054848 140652994077552 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30426] ppid=30413 vsize=14090952 memory=164 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30426/stat : 30426 (java) S 30413 30416 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69527976 14429134848 155500 33554432000 4194304 4196468 140727449054848 140652993025872 140654084147099 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30427] ppid=30413 vsize=14090952 memory=622000 CPUtime=0.46 cores=1,3,5,7
/proc/30416/task/30427/stat : 30427 (java) S 30413 30416 28921 0 -1 1077944384 1053 0 0 0 46 0 0 0 20 0 15 0 69527976 14429134848 155500 33554432000 4194304 4196468 140727449054848 140652991974256 140654084139650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30428] ppid=30413 vsize=14090952 memory=49 CPUtime=0.49 cores=1,3,5,7
/proc/30416/task/30428/stat : 30428 (java) S 30413 30416 28921 0 -1 1077944384 1522 0 0 0 49 0 0 0 20 0 15 0 69527976 14429134848 155500 33554432000 4194304 4196468 140727449054848 140652990921456 140654084139650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30429] ppid=30413 vsize=14090952 memory=18488 CPUtime=0.39 cores=1,3,5,7
/proc/30416/task/30429/stat : 30429 (java) S 30413 30416 28921 0 -1 1077944384 2545 0 0 0 38 1 0 0 20 0 15 0 69527976 14429134848 155500 33554432000 4194304 4196468 140727449054848 140652989868656 140654084139650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30430] ppid=30413 vsize=14090952 memory=622000 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30430/stat : 30430 (java) S 30413 30416 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69527976 14429134848 155500 33554432000 4194304 4196468 140727449054848 140652988816096 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30431] ppid=30413 vsize=14090952 memory=0 CPUtime=1.32 cores=1,3,5,7
/proc/30416/task/30431/stat : 30431 (java) S 30413 30416 28921 0 -1 1077944384 1363 0 0 0 59 73 0 0 20 0 15 0 69527976 14429134848 155500 33554432000 4194304 4196468 140727449054848 140652987763376 140654084139650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 43 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
Current children cumulated CPU time: 2230.11 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 622000 KiB

[startup+2262.3 s]
/proc/loadavg: 1.23 1.26 1.31 3/219 30610
/proc/meminfo: memFree=14917136/32770624 swapFree=67108860/67108860
[pid=30416] ppid=30413 vsize=14090952 memory=622008 CPUtime=2290.86 cores=1,3,5,7
/proc/30416/stat : 30416 (java) S 30413 30416 28921 0 -1 1077944320 82655 0 0 0 228574 512 0 0 20 0 15 0 69527970 14429134848 155502 33554432000 4194304 4196468 140727449054848 140727449037392 140654084128503 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
/proc/30416/statm: 3522738 155502 3585 1 0 3484809 0
[pid=30416/tid=30418] ppid=30413 vsize=14090952 memory=622008 CPUtime=2235.37 cores=1,3,5,7
/proc/30416/task/30418/stat : 30418 (java) R 30413 30416 28921 0 -1 4202560 55260 0 0 0 223470 67 0 0 20 0 15 0 69527970 14429134848 155502 33554432000 4194304 4196468 140727449054848 140654088367104 140653690327987 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30419] ppid=30413 vsize=14090952 memory=622000 CPUtime=9.74 cores=1,3,5,7
/proc/30416/task/30419/stat : 30419 (java) S 30413 30416 28921 0 -1 1077944384 2583 0 0 0 848 126 0 0 20 0 15 0 69527971 14429134848 155502 33554432000 4194304 4196468 140727449054848 140654014217360 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30420] ppid=30413 vsize=14090952 memory=622008 CPUtime=9.75 cores=1,3,5,7
/proc/30416/task/30420/stat : 30420 (java) S 30413 30416 28921 0 -1 1077944384 4036 0 0 0 851 124 0 0 20 0 15 0 69527971 14429134848 155502 33554432000 4194304 4196468 140727449054848 140654013164560 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30421] ppid=30413 vsize=14090952 memory=164 CPUtime=9.72 cores=1,3,5,7
/proc/30416/task/30421/stat : 30421 (java) S 30413 30416 28921 0 -1 1077944384 3306 0 0 0 852 120 0 0 20 0 15 0 69527971 14429134848 155502 33554432000 4194304 4196468 140727449054848 140654012111760 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30422] ppid=30413 vsize=14090952 memory=622008 CPUtime=9.72 cores=1,3,5,7
/proc/30416/task/30422/stat : 30422 (java) S 30413 30416 28921 0 -1 1077944384 2734 0 0 0 853 119 0 0 20 0 15 0 69527971 14429134848 155502 33554432000 4194304 4196468 140727449054848 140654011058960 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30423] ppid=30413 vsize=14090952 memory=622008 CPUtime=13.77 cores=1,3,5,7
/proc/30416/task/30423/stat : 30423 (java) S 30413 30416 28921 0 -1 1077944384 6821 0 0 0 1276 101 0 0 20 0 15 0 69527973 14429134848 155502 33554432000 4194304 4196468 140727449054848 140652996184432 140654084139650 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30424] ppid=30413 vsize=14090952 memory=622008 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30424/stat : 30424 (java) S 30413 30416 28921 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 69527973 14429134848 155502 33554432000 4194304 4196468 140727449054848 140652995130464 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30425] ppid=30413 vsize=14090952 memory=3828 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30425/stat : 30425 (java) S 30413 30416 28921 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 69527973 14429134848 155502 33554432000 4194304 4196468 140727449054848 140652994077552 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30426] ppid=30413 vsize=14090952 memory=3472328296227679313 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30426/stat : 30426 (java) S 30413 30416 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69527976 14429134848 155502 33554432000 4194304 4196468 140727449054848 140652993025872 140654084147099 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30427] ppid=30413 vsize=14090952 memory=622008 CPUtime=0.46 cores=1,3,5,7
/proc/30416/task/30427/stat : 30427 (java) S 30413 30416 28921 0 -1 1077944384 1055 0 0 0 46 0 0 0 20 0 15 0 69527976 14429134848 155502 33554432000 4194304 4196468 140727449054848 140652991974256 140654084139650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30428] ppid=30413 vsize=14090952 memory=622008 CPUtime=0.49 cores=1,3,5,7
/proc/30416/task/30428/stat : 30428 (java) S 30413 30416 28921 0 -1 1077944384 1524 0 0 0 49 0 0 0 20 0 15 0 69527976 14429134848 155502 33554432000 4194304 4196468 140727449054848 140652990921456 140654084139650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30429] ppid=30413 vsize=14090952 memory=3828 CPUtime=0.39 cores=1,3,5,7
/proc/30416/task/30429/stat : 30429 (java) S 30413 30416 28921 0 -1 1077944384 2547 0 0 0 38 1 0 0 20 0 15 0 69527976 14429134848 155502 33554432000 4194304 4196468 140727449054848 140652989868656 140654084139650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30430] ppid=30413 vsize=14090952 memory=21124 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30430/stat : 30430 (java) S 30413 30416 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69527976 14429134848 155502 33554432000 4194304 4196468 140727449054848 140652988816096 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30431] ppid=30413 vsize=14090952 memory=1444 CPUtime=1.36 cores=1,3,5,7
/proc/30416/task/30431/stat : 30431 (java) S 30413 30416 28921 0 -1 1077944384 1368 0 0 0 60 76 0 0 20 0 15 0 69527976 14429134848 155502 33554432000 4194304 4196468 140727449054848 140652987763376 140654084139650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 43 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
Current children cumulated CPU time: 2290.86 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 622008 KiB

[startup+2322.3 s]
/proc/loadavg: 1.16 1.24 1.30 3/219 30611
/proc/meminfo: memFree=14917376/32770624 swapFree=67108860/67108860
[pid=30416] ppid=30413 vsize=14090952 memory=622008 CPUtime=2351.57 cores=1,3,5,7
/proc/30416/stat : 30416 (java) S 30413 30416 28921 0 -1 1077944320 83784 0 0 0 234633 524 0 0 20 0 15 0 69527970 14429134848 155502 33554432000 4194304 4196468 140727449054848 140727449037392 140654084128503 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
/proc/30416/statm: 3522738 155502 3585 1 0 3484809 0
[pid=30416/tid=30418] ppid=30413 vsize=14090952 memory=622008 CPUtime=2294.61 cores=1,3,5,7
/proc/30416/task/30418/stat : 30418 (java) R 30413 30416 28921 0 -1 4202560 56206 0 0 0 229392 69 0 0 20 0 15 0 69527970 14429134848 155502 33554432000 4194304 4196468 140727449054848 140654088367200 140653690434176 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30419] ppid=30413 vsize=14090952 memory=622008 CPUtime=10 cores=1,3,5,7
/proc/30416/task/30419/stat : 30419 (java) S 30413 30416 28921 0 -1 1077944384 2585 0 0 0 870 130 0 0 20 0 15 0 69527971 14429134848 155502 33554432000 4194304 4196468 140727449054848 140654014217360 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30420] ppid=30413 vsize=14090952 memory=622008 CPUtime=10.02 cores=1,3,5,7
/proc/30416/task/30420/stat : 30420 (java) S 30413 30416 28921 0 -1 1077944384 4042 0 0 0 874 128 0 0 20 0 15 0 69527971 14429134848 155502 33554432000 4194304 4196468 140727449054848 140654013164560 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30421] ppid=30413 vsize=14090952 memory=622008 CPUtime=9.97 cores=1,3,5,7
/proc/30416/task/30421/stat : 30421 (java) S 30413 30416 28921 0 -1 1077944384 3311 0 0 0 875 122 0 0 20 0 15 0 69527971 14429134848 155502 33554432000 4194304 4196468 140727449054848 140654012111760 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30422] ppid=30413 vsize=14090952 memory=622008 CPUtime=9.99 cores=1,3,5,7
/proc/30416/task/30422/stat : 30422 (java) S 30413 30416 28921 0 -1 1077944384 2736 0 0 0 876 123 0 0 20 0 15 0 69527971 14429134848 155502 33554432000 4194304 4196468 140727449054848 140654011058960 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30423] ppid=30413 vsize=14090952 memory=622008 CPUtime=14.16 cores=1,3,5,7
/proc/30416/task/30423/stat : 30423 (java) S 30413 30416 28921 0 -1 1077944384 6976 0 0 0 1313 103 0 0 20 0 15 0 69527973 14429134848 155502 33554432000 4194304 4196468 140727449054848 140652996184432 140654084139650 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30424] ppid=30413 vsize=14090952 memory=279919259220944 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30424/stat : 30424 (java) S 30413 30416 28921 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 69527973 14429134848 155502 33554432000 4194304 4196468 140727449054848 140652995130464 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30425] ppid=30413 vsize=14090952 memory=622008 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30425/stat : 30425 (java) S 30413 30416 28921 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 69527973 14429134848 155502 33554432000 4194304 4196468 140727449054848 140652994077552 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30426] ppid=30413 vsize=14090952 memory=622008 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30426/stat : 30426 (java) S 30413 30416 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69527976 14429134848 155502 33554432000 4194304 4196468 140727449054848 140652993025872 140654084147099 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30427] ppid=30413 vsize=14090952 memory=622008 CPUtime=0.46 cores=1,3,5,7
/proc/30416/task/30427/stat : 30427 (java) S 30413 30416 28921 0 -1 1077944384 1056 0 0 0 46 0 0 0 20 0 15 0 69527976 14429134848 155502 33554432000 4194304 4196468 140727449054848 140652991974256 140654084139650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30428] ppid=30413 vsize=14090952 memory=622008 CPUtime=0.49 cores=1,3,5,7
/proc/30416/task/30428/stat : 30428 (java) S 30413 30416 28921 0 -1 1077944384 1524 0 0 0 49 0 0 0 20 0 15 0 69527976 14429134848 155502 33554432000 4194304 4196468 140727449054848 140652990921456 140654084139650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30429] ppid=30413 vsize=14090952 memory=622008 CPUtime=0.39 cores=1,3,5,7
/proc/30416/task/30429/stat : 30429 (java) S 30413 30416 28921 0 -1 1077944384 2547 0 0 0 38 1 0 0 20 0 15 0 69527976 14429134848 155502 33554432000 4194304 4196468 140727449054848 140652989868656 140654084139650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30430] ppid=30413 vsize=14090952 memory=622008 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30430/stat : 30430 (java) S 30413 30416 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69527976 14429134848 155502 33554432000 4194304 4196468 140727449054848 140652988816096 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30431] ppid=30413 vsize=14090952 memory=4100 CPUtime=1.39 cores=1,3,5,7
/proc/30416/task/30431/stat : 30431 (java) S 30413 30416 28921 0 -1 1077944384 1380 0 0 0 62 77 0 0 20 0 15 0 69527976 14429134848 155502 33554432000 4194304 4196468 140727449054848 140652987763376 140654084139650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
Current children cumulated CPU time: 2351.57 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 622008 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2370.2 s]
/proc/loadavg: 1.33 1.28 1.31 3/220 30613
/proc/meminfo: memFree=14917240/32770624 swapFree=67108860/67108860
[pid=30416] ppid=30413 vsize=14090952 memory=622008 CPUtime=2400.04 cores=1,3,5,7
/proc/30416/stat : 30416 (java) S 30413 30416 28921 0 -1 1077944320 84892 0 0 0 239470 534 0 0 20 0 15 0 69527970 14429134848 155502 33554432000 4194304 4196468 140727449054848 140727449037392 140654084128503 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
/proc/30416/statm: 3522738 155502 3585 1 0 3484809 0
[pid=30416/tid=30418] ppid=30413 vsize=14090952 memory=952 CPUtime=2341.94 cores=1,3,5,7
/proc/30416/task/30418/stat : 30418 (java) R 30413 30416 28921 0 -1 4202560 56984 0 0 0 234124 70 0 0 20 0 15 0 69527970 14429134848 155502 33554432000 4194304 4196468 140727449054848 140654088367216 140727449140628 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30419] ppid=30413 vsize=14090952 memory=2340 CPUtime=10.21 cores=1,3,5,7
/proc/30416/task/30419/stat : 30419 (java) S 30413 30416 28921 0 -1 1077944384 2595 0 0 0 888 133 0 0 20 0 15 0 69527971 14429134848 155502 33554432000 4194304 4196468 140727449054848 140654014217360 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30420] ppid=30413 vsize=14090952 memory=1572 CPUtime=10.21 cores=1,3,5,7
/proc/30416/task/30420/stat : 30420 (java) S 30413 30416 28921 0 -1 1077944384 4137 0 0 0 891 130 0 0 20 0 15 0 69527971 14429134848 155502 33554432000 4194304 4196468 140727449054848 140654013164560 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30421] ppid=30413 vsize=14090952 memory=928 CPUtime=10.18 cores=1,3,5,7
/proc/30416/task/30421/stat : 30421 (java) S 30413 30416 28921 0 -1 1077944384 3318 0 0 0 893 125 0 0 20 0 15 0 69527971 14429134848 155502 33554432000 4194304 4196468 140727449054848 140654012111760 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30422] ppid=30413 vsize=14090952 memory=2244 CPUtime=10.19 cores=1,3,5,7
/proc/30416/task/30422/stat : 30422 (java) S 30413 30416 28921 0 -1 1077944384 2757 0 0 0 894 125 0 0 20 0 15 0 69527971 14429134848 155502 33554432000 4194304 4196468 140727449054848 140654011058960 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30423] ppid=30413 vsize=14090952 memory=4132 CPUtime=14.44 cores=1,3,5,7
/proc/30416/task/30423/stat : 30423 (java) S 30413 30416 28921 0 -1 1077944384 7160 0 0 0 1340 104 0 0 20 0 15 0 69527973 14429134848 155502 33554432000 4194304 4196468 140727449054848 140652996184432 140654084139650 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30424] ppid=30413 vsize=14090952 memory=2196 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30424/stat : 30424 (java) S 30413 30416 28921 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 69527973 14429134848 155502 33554432000 4194304 4196468 140727449054848 140652995130464 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30425] ppid=30413 vsize=14090952 memory=7528 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30425/stat : 30425 (java) S 30413 30416 28921 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 69527973 14429134848 155502 33554432000 4194304 4196468 140727449054848 140652994077552 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30426] ppid=30413 vsize=14090952 memory=836 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30426/stat : 30426 (java) S 30413 30416 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69527976 14429134848 155502 33554432000 4194304 4196468 140727449054848 140652993025872 140654084147099 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30427] ppid=30413 vsize=14090952 memory=1800 CPUtime=0.46 cores=1,3,5,7
/proc/30416/task/30427/stat : 30427 (java) S 30413 30416 28921 0 -1 1077944384 1058 0 0 0 46 0 0 0 20 0 15 0 69527976 14429134848 155502 33554432000 4194304 4196468 140727449054848 140652991974256 140654084139650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30428] ppid=30413 vsize=14090952 memory=916 CPUtime=0.49 cores=1,3,5,7
/proc/30416/task/30428/stat : 30428 (java) S 30413 30416 28921 0 -1 1077944384 1526 0 0 0 49 0 0 0 20 0 15 0 69527976 14429134848 155502 33554432000 4194304 4196468 140727449054848 140652990921456 140654084139650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30429] ppid=30413 vsize=14090952 memory=3844 CPUtime=0.39 cores=1,3,5,7
/proc/30416/task/30429/stat : 30429 (java) S 30413 30416 28921 0 -1 1077944384 2550 0 0 0 38 1 0 0 20 0 15 0 69527976 14429134848 155502 33554432000 4194304 4196468 140727449054848 140652989868656 140654084139650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30430] ppid=30413 vsize=14090952 memory=2588 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30430/stat : 30430 (java) S 30413 30416 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69527976 14429134848 155502 33554432000 4194304 4196468 140727449054848 140652988816096 140654084138709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
[pid=30416/tid=30431] ppid=30413 vsize=14090952 memory=288230574492221466 CPUtime=1.42 cores=1,3,5,7
/proc/30416/task/30431/stat : 30431 (java) S 30413 30416 28921 0 -1 1077944384 1386 0 0 0 63 79 0 0 20 0 15 0 69527976 14429134848 155502 33554432000 4194304 4196468 140727449054848 140652987763376 140654084139650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 36806656 140727449060425 140727449060617 140727449060617 140727449063375 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 622008 KiB

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

[startup+2370.21 s]
# the end of solver process 30416 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2394.72 s, system=5.35263 s

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

Child status: 143
Real time (s): 2370.21
CPU time (s): 2400.07
CPU user time (s): 2394.72
CPU system time (s): 5.35263
CPU usage (%): 101.26
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 622008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.72
system time used= 5.35263
maximum resident set size= 622564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85124
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 451571
involuntary context switches= 6862


# summary of solver processes directly reported to runsolver:
#   pid: 30416
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2394.72
#   total CPU system time (s): 5.35263

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3624 second user time and 24.0354 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-25 13:54:08
IDJOB=4290245
IDBENCH=141529
IDSOLVER=2743
FILE ID=node135/4290245-1532519648
RUNJOBID= node135-1532505403-28953
PBS_JOBID= 21021593
Free space on /tmp= 48332 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/Knapsack/Knapsack-30-100-01_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-4290245-1532519648/watcher-4290245-1532519648 -o /tmp/evaluation-result-4290245-1532519648/solver-4290245-1532519648 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532505403-28953 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 394493469 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290245-1532519648.xml

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

MD5SUM BENCH= 29cb88997fb73697c0a266537888e139
RANDOM SEED=394493469

node135.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.50
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.50
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.50
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.50
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:        15465752 kB
MemAvailable:   31547296 kB
Buffers:          229384 kB
Cached:         15908152 kB
SwapCached:            0 kB
Active:          2891384 kB
Inactive:       13681332 kB
Active(anon):     385184 kB
Inactive(anon):    78072 kB
Active(file):    2506200 kB
Inactive(file): 13603260 kB
Unevictable:        7220 kB
Mlocked:            7220 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35756 kB
Writeback:             0 kB
AnonPages:        442220 kB
Mapped:            52948 kB
Shmem:             25248 kB
Slab:             429276 kB
SReclaimable:     400544 kB
SUnreclaim:        28732 kB
KernelStack:        3616 kB
PageTables:         6124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1407168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    366592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48296 MiB
End job on node135 at 2018-07-25 14:33:38