Trace number 4307603

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 NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering 2018-08-14SAT 2205.65 2198.56

General information on the benchmark

NameMagicHexagon/
MagicHexagon-04-0003_c18.xml
MD5SUMdd4ed178c47046d12ce38b3d0d17c272
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.108401
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints28
Number of domains1
Minimum domain size37
Maximum domain size37
Distribution of domain sizes[{"size":37,"count":37}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":12},{"degree":4,"count":31},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity37
Distribution of constraint arities[{"arity":2,"count":6},{"arity":4,"count":6},{"arity":5,"count":6},{"arity":6,"count":6},{"arity":7,"count":3},{"arity":37,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":21}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.56	c version: 2018-08-14
0.66/0.56	c seed: 1412799312
0.66/0.56	c timeout: 2520
0.66/0.56	c memlimit: 11000
0.66/0.56	c nbcore: 4
0.66/0.58	c Parsing instance...
1.50/1.04	c Parsing done, starting search...
2205.57/2198.55	s SATISFIABLE
2205.57/2198.55	v <instantiation>
2205.57/2198.55	v 	<list>
2205.57/2198.55	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[6][0] x[6][1] x[6][2] x[6][3]
2205.57/2198.55	v 	</list>
2205.57/2198.55	v 	<values>
2205.57/2198.55	v 		12 32 38 29 30 20 7 17 37 34 22 5 6 13 31 35 16 15 4 9 18 14 21 27 11 3 24 25 19 8 23 28 33 36 26 10 39 
2205.57/2198.55	v 	</values>
2205.57/2198.55	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307603-1534265631/watcher-4307603-1534265631 -o /tmp/evaluation-result-4307603-1534265631/solver-4307603-1534265631 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534258053-29014 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 1412799312 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307603-1534265631.xml 

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

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


[startup+0.110451 s]*
/proc/loadavg: 1.95 2.06 2.02 3/216 30064
/proc/meminfo: memFree=23893328/32770624 swapFree=67108196/67108860
[pid=30049] ppid=30046 vsize=14082736 memory=33424 CPUtime=0.13 cores=0,2,4,6
/proc/30049/stat : 30049 (java) S 30046 30049 28983 0 -1 1077944320 7249 0 0 0 12 1 0 0 20 0 15 0 244126280 14420721664 8356 33554432000 4194304 4196468 140734168470256 140734168452800 139900959792887 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
/proc/30049/statm: 3520684 8356 3160 1 0 3482761 0
[pid=30049/tid=30051] ppid=30046 vsize=14082736 memory=-6966717417093883519 CPUtime=0.1 cores=0,2,4,6
/proc/30049/task/30051/stat : 30051 (java) R 30046 30049 28983 0 -1 4202560 5296 0 0 0 9 1 0 0 20 0 15 0 244126280 14420721664 8356 33554432000 4194304 4196468 140734168470256 139900963989600 139900945224861 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30052] ppid=30046 vsize=14082736 memory=5793854921699027385 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30052/stat : 30052 (java) S 30046 30049 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244126281 14420721664 8356 33554432000 4194304 4196468 140734168470256 139900912413712 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30053] ppid=30046 vsize=14082736 memory=139670689134208 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30053/stat : 30053 (java) S 30046 30049 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244126281 14420721664 8356 33554432000 4194304 4196468 140734168470256 139900911361168 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30054] ppid=30046 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30054/stat : 30054 (java) S 30046 30049 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244126281 14420721664 8356 33554432000 4194304 4196468 140734168470256 139900910308112 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30055] ppid=30046 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30055/stat : 30055 (java) S 30046 30049 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244126281 14420721664 8356 33554432000 4194304 4196468 140734168470256 139900552932240 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30056] ppid=30046 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30056/stat : 30056 (java) S 30046 30049 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244126282 14420721664 8356 33554432000 4194304 4196468 140734168470256 139900524583152 139900959804034 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30057] ppid=30046 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30057/stat : 30057 (java) S 30046 30049 28983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244126283 14420721664 8356 33554432000 4194304 4196468 140734168470256 139900523529376 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30058] ppid=30046 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30058/stat : 30058 (java) S 30046 30049 28983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244126283 14420721664 8356 33554432000 4194304 4196468 140734168470256 139900522476272 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30059] ppid=30046 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30059/stat : 30059 (java) S 30046 30049 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244126285 14420721664 8356 33554432000 4194304 4196468 140734168470256 139900521424848 139900959811483 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30060] ppid=30046 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30060/stat : 30060 (java) S 30046 30049 28983 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 244126285 14420721664 8356 33554432000 4194304 4196468 140734168470256 139900520372976 139900959804034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30061] ppid=30046 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30061/stat : 30061 (java) R 30046 30049 28983 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 15 0 244126285 14420721664 8356 33554432000 4194304 4196468 140734168470256 139900519320432 139900959814234 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30062] ppid=30046 vsize=14082736 memory=139670689134208 CPUtime=0.01 cores=0,2,4,6
/proc/30049/task/30062/stat : 30062 (java) S 30046 30049 28983 0 -1 1077944384 274 0 0 0 1 0 0 0 20 0 15 0 244126285 14420721664 8356 33554432000 4194304 4196468 140734168470256 139900518267376 139900959804034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30063] ppid=30046 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30063/stat : 30063 (java) S 30046 30049 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244126286 14420721664 8356 33554432000 4194304 4196468 140734168470256 139900517215072 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30064] ppid=30046 vsize=14082736 memory=139670689134208 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30064/stat : 30064 (java) S 30046 30049 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244126286 14420721664 8356 33554432000 4194304 4196468 140734168470256 139900516162096 139900959804034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 33424 KiB

[startup+0.216077 s]*
/proc/loadavg: 1.95 2.06 2.02 5/216 30064
/proc/meminfo: memFree=23879048/32770624 swapFree=67108196/67108860
[pid=30049] ppid=30046 vsize=14082736 memory=47108 CPUtime=0.31 cores=0,2,4,6
/proc/30049/stat : 30049 (java) S 30046 30049 28983 0 -1 1077944320 10394 0 0 0 29 2 0 0 20 0 15 0 244126280 14420721664 11777 33554432000 4194304 4196468 140734168470256 140734168452800 139900959792887 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
/proc/30049/statm: 3520684 11777 3364 1 0 3482761 0
[pid=30049/tid=30051] ppid=30046 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/30049/task/30051/stat : 30051 (java) R 30046 30049 28983 0 -1 4202560 8090 0 0 0 19 1 0 0 20 0 15 0 244126280 14420721664 11777 33554432000 4194304 4196468 140734168470256 139900964017856 139900959804822 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30052] ppid=30046 vsize=14082736 memory=4211973396893924746 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30052/stat : 30052 (java) S 30046 30049 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244126281 14420721664 11777 33554432000 4194304 4196468 140734168470256 139900912413712 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30053] ppid=30046 vsize=14082736 memory=139670689134208 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30053/stat : 30053 (java) S 30046 30049 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244126281 14420721664 11777 33554432000 4194304 4196468 140734168470256 139900911361168 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30054] ppid=30046 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30054/stat : 30054 (java) S 30046 30049 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244126281 14420721664 11777 33554432000 4194304 4196468 140734168470256 139900910308112 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30055] ppid=30046 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30055/stat : 30055 (java) S 30046 30049 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244126281 14420721664 11777 33554432000 4194304 4196468 140734168470256 139900552932240 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30056] ppid=30046 vsize=14082736 memory=139670689134208 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30056/stat : 30056 (java) S 30046 30049 28983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 244126282 14420721664 11777 33554432000 4194304 4196468 140734168470256 139900524583152 139900959804034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30057] ppid=30046 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30057/stat : 30057 (java) S 30046 30049 28983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244126283 14420721664 11777 33554432000 4194304 4196468 140734168470256 139900523529376 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30058] ppid=30046 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30058/stat : 30058 (java) S 30046 30049 28983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244126283 14420721664 11777 33554432000 4194304 4196468 140734168470256 139900522476272 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30059] ppid=30046 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30059/stat : 30059 (java) S 30046 30049 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244126285 14420721664 11777 33554432000 4194304 4196468 140734168470256 139900521424848 139900959811483 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30060] ppid=30046 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30049/task/30060/stat : 30060 (java) R 30046 30049 28983 0 -1 1077944384 500 0 0 0 2 0 0 0 20 0 15 0 244126285 14420721664 11777 33554432000 4194304 4196468 140734168470256 139900520372976 139900959804034 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30061] ppid=30046 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/30049/task/30061/stat : 30061 (java) R 30046 30049 28983 0 -1 4202560 108 0 0 0 1 0 0 0 20 0 15 0 244126285 14420721664 11777 33554432000 4194304 4196468 140734168470256 139900519320432 139900941303808 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30062] ppid=30046 vsize=14082736 memory=139670689134208 CPUtime=0.06 cores=0,2,4,6
/proc/30049/task/30062/stat : 30062 (java) R 30046 30049 28983 0 -1 4202560 318 0 0 0 6 0 0 0 20 0 15 0 244126285 14420721664 11777 33554432000 4194304 4196468 140734168470256 139900518267376 139900959804822 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30063] ppid=30046 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30063/stat : 30063 (java) S 30046 30049 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244126286 14420721664 11777 33554432000 4194304 4196468 140734168470256 139900517215072 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30064] ppid=30046 vsize=14082736 memory=139670689134208 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30064/stat : 30064 (java) S 30046 30049 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244126286 14420721664 11777 33554432000 4194304 4196468 140734168470256 139900516162096 139900959804034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47108 KiB

[startup+0.310487 s]*
/proc/loadavg: 1.95 2.06 2.02 6/216 30064
/proc/meminfo: memFree=23875264/32770624 swapFree=67108196/67108860
[pid=30049] ppid=30046 vsize=14082736 memory=50520 CPUtime=0.44 cores=0,2,4,6
/proc/30049/stat : 30049 (java) S 30046 30049 28983 0 -1 1077944320 10780 0 0 0 42 2 0 0 20 0 15 0 244126280 14420721664 12630 33554432000 4194304 4196468 140734168470256 140734168452800 139900959792887 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
/proc/30049/statm: 3520684 12630 3377 1 0 3482761 0
[pid=30049/tid=30051] ppid=30046 vsize=14082736 memory=4871374705135476842 CPUtime=0.3 cores=0,2,4,6
/proc/30049/task/30051/stat : 30051 (java) R 30046 30049 28983 0 -1 4202560 8444 0 0 0 28 2 0 0 20 0 15 0 244126280 14420721664 12679 33554432000 4194304 4196468 140734168470256 139900964000720 139900943836517 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30052] ppid=30046 vsize=14082736 memory=4211973396893924746 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30052/stat : 30052 (java) S 30046 30049 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244126281 14420721664 12679 33554432000 4194304 4196468 140734168470256 139900912413712 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30053] ppid=30046 vsize=14082736 memory=139670689136559 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30053/stat : 30053 (java) S 30046 30049 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244126281 14420721664 12679 33554432000 4194304 4196468 140734168470256 139900911361168 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30054] ppid=30046 vsize=14082736 memory=139670591773511 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30054/stat : 30054 (java) S 30046 30049 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244126281 14420721664 12679 33554432000 4194304 4196468 140734168470256 139900910308112 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30055] ppid=30046 vsize=14082736 memory=139670591753679 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30055/stat : 30055 (java) S 30046 30049 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244126281 14420721664 12679 33554432000 4194304 4196468 140734168470256 139900552932240 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30056] ppid=30046 vsize=14082736 memory=139670689163218 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30056/stat : 30056 (java) S 30046 30049 28983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 244126282 14420721664 12679 33554432000 4194304 4196468 140734168470256 139900524583152 139900959804034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30057] ppid=30046 vsize=14082736 memory=139670591762863 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30057/stat : 30057 (java) S 30046 30049 28983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244126283 14420721664 12679 33554432000 4194304 4196468 140734168470256 139900523529376 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30058] ppid=30046 vsize=14082736 memory=279341183516560 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30058/stat : 30058 (java) S 30046 30049 28983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244126283 14420721664 12679 33554432000 4194304 4196468 140734168470256 139900522476272 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30059] ppid=30046 vsize=14082736 memory=279341183514256 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30059/stat : 30059 (java) S 30046 30049 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244126285 14420721664 12679 33554432000 4194304 4196468 140734168470256 139900521424848 139900959811483 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30060] ppid=30046 vsize=14082736 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/30049/task/30060/stat : 30060 (java) S 30046 30049 28983 0 -1 1077944384 515 0 0 0 3 0 0 0 20 0 15 0 244126285 14420721664 12679 33554432000 4194304 4196468 140734168470256 139900520372976 139900959804034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30061] ppid=30046 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/30049/task/30061/stat : 30061 (java) S 30046 30049 28983 0 -1 1077944384 110 0 0 0 2 0 0 0 20 0 15 0 244126285 14420721664 12679 33554432000 4194304 4196468 140734168470256 139900519320432 139900959804034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30062] ppid=30046 vsize=14082736 memory=139670689134208 CPUtime=0.08 cores=0,2,4,6
/proc/30049/task/30062/stat : 30062 (java) S 30046 30049 28983 0 -1 1077944384 333 0 0 0 8 0 0 0 20 0 15 0 244126285 14420721664 12679 33554432000 4194304 4196468 140734168470256 139900518267376 139900959804034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30063] ppid=30046 vsize=14082736 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30063/stat : 30063 (java) S 30046 30049 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244126286 14420721664 12679 33554432000 4194304 4196468 140734168470256 139900517215072 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30064] ppid=30046 vsize=14082736 memory=139670689134208 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30064/stat : 30064 (java) S 30046 30049 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244126286 14420721664 12679 33554432000 4194304 4196468 140734168470256 139900516162096 139900959804034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50520 KiB

[startup+0.700747 s]
/proc/loadavg: 1.96 2.06 2.02 3/216 30064
/proc/meminfo: memFree=23851328/32770624 swapFree=67108196/67108860
[pid=30049] ppid=30046 vsize=14084804 memory=88848 CPUtime=0.98 cores=0,2,4,6
/proc/30049/stat : 30049 (java) S 30046 30049 28983 0 -1 1077944320 17620 0 0 0 94 4 0 0 20 0 15 0 244126280 14422839296 22212 33554432000 4194304 4196468 140734168470256 140734168452800 139900959792887 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
/proc/30049/statm: 3521201 22212 3498 1 0 3483273 0
[pid=30049/tid=30051] ppid=30046 vsize=14084804 memory=752 CPUtime=0.68 cores=0,2,4,6
/proc/30049/task/30051/stat : 30051 (java) R 30046 30049 28983 0 -1 4202560 14886 0 0 0 64 4 0 0 20 0 15 0 244126280 14422839296 22212 33554432000 4194304 4196468 140734168470256 139900964007792 139900959814813 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30052] ppid=30046 vsize=14084804 memory=1124 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30052/stat : 30052 (java) S 30046 30049 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244126281 14422839296 22212 33554432000 4194304 4196468 140734168470256 139900912413712 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30053] ppid=30046 vsize=14084804 memory=1824 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30053/stat : 30053 (java) S 30046 30049 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244126281 14422839296 22212 33554432000 4194304 4196468 140734168470256 139900911361168 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30054] ppid=30046 vsize=14084804 memory=7302135314614015845 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30054/stat : 30054 (java) S 30046 30049 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244126281 14422839296 22212 33554432000 4194304 4196468 140734168470256 139900910308112 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30055] ppid=30046 vsize=14084804 memory=7378396380443208548 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30055/stat : 30055 (java) S 30046 30049 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244126281 14422839296 22212 33554432000 4194304 4196468 140734168470256 139900552932240 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30056] ppid=30046 vsize=14084804 memory=7881696724453321575 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30056/stat : 30056 (java) S 30046 30049 28983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 244126282 14422839296 22212 33554432000 4194304 4196468 140734168470256 139900524583152 139900959804034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30057] ppid=30046 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30057/stat : 30057 (java) S 30046 30049 28983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244126283 14422839296 22212 33554432000 4194304 4196468 140734168470256 139900523529376 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30058] ppid=30046 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30058/stat : 30058 (java) S 30046 30049 28983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244126283 14422839296 22212 33554432000 4194304 4196468 140734168470256 139900522476272 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30059] ppid=30046 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30059/stat : 30059 (java) S 30046 30049 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244126285 14422839296 22212 33554432000 4194304 4196468 140734168470256 139900521424848 139900959811483 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30060] ppid=30046 vsize=14084804 memory=212 CPUtime=0.07 cores=0,2,4,6
/proc/30049/task/30060/stat : 30060 (java) S 30046 30049 28983 0 -1 1077944384 677 0 0 0 7 0 0 0 20 0 15 0 244126285 14422839296 22212 33554432000 4194304 4196468 140734168470256 139900520372976 139900959804034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30061] ppid=30046 vsize=14084804 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/30049/task/30061/stat : 30061 (java) S 30046 30049 28983 0 -1 1077944384 256 0 0 0 7 0 0 0 20 0 15 0 244126285 14422839296 22212 33554432000 4194304 4196468 140734168470256 139900519320432 139900959804034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30062] ppid=30046 vsize=14084804 memory=634 CPUtime=0.14 cores=0,2,4,6
/proc/30049/task/30062/stat : 30062 (java) S 30046 30049 28983 0 -1 1077944384 419 0 0 0 14 0 0 0 20 0 15 0 244126285 14422839296 22212 33554432000 4194304 4196468 140734168470256 139900518267376 139900959804034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30063] ppid=30046 vsize=14084804 memory=279341183700464 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30063/stat : 30063 (java) S 30046 30049 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244126286 14422839296 22212 33554432000 4194304 4196468 140734168470256 139900517215072 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30064] ppid=30046 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30064/stat : 30064 (java) S 30046 30049 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244126286 14422839296 22212 33554432000 4194304 4196468 140734168470256 139900516162096 139900959804034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88848 KiB

[startup+1.50074 s]
/proc/loadavg: 1.96 2.06 2.02 3/216 30064
/proc/meminfo: memFree=23818240/32770624 swapFree=67108196/67108860
[pid=30049] ppid=30046 vsize=14090948 memory=138492 CPUtime=2.88 cores=0,2,4,6
/proc/30049/stat : 30049 (java) S 30046 30049 28983 0 -1 1077944320 27925 0 0 0 280 8 0 0 20 0 15 0 244126280 14429130752 34623 33554432000 4194304 4196468 140734168470256 140734168452800 139900959792887 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
/proc/30049/statm: 3522737 34623 3528 1 0 3484809 0
[pid=30049/tid=30051] ppid=30046 vsize=14090948 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/30049/task/30051/stat : 30051 (java) R 30046 30049 28983 0 -1 4202560 19786 0 0 0 142 5 0 0 20 0 15 0 244126280 14429130752 34623 33554432000 4194304 4196468 140734168470256 139900964028752 139900594534062 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30052] ppid=30046 vsize=14090948 memory=-3535359994705172579 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30052/stat : 30052 (java) S 30046 30049 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244126281 14429130752 34623 33554432000 4194304 4196468 140734168470256 139900912413712 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30053] ppid=30046 vsize=14090948 memory=-2746958450906831424 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30053/stat : 30053 (java) S 30046 30049 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244126281 14429130752 34623 33554432000 4194304 4196468 140734168470256 139900911361168 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30054] ppid=30046 vsize=14090948 memory=-6151176607409596519 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30054/stat : 30054 (java) S 30046 30049 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244126281 14429130752 34623 33554432000 4194304 4196468 140734168470256 139900910308112 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30055] ppid=30046 vsize=14090948 memory=-6585528546044026665 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30055/stat : 30055 (java) S 30046 30049 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244126281 14429130752 34623 33554432000 4194304 4196468 140734168470256 139900552932240 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30056] ppid=30046 vsize=14090948 memory=9051004445015507117 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30056/stat : 30056 (java) S 30046 30049 28983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 244126282 14429130752 34623 33554432000 4194304 4196468 140734168470256 139900524583152 139900959804034 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0

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

[pid=30049/tid=30063] ppid=30046 vsize=14090948 memory=226552 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30063/stat : 30063 (java) S 30046 30049 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244126286 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900517215072 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30064] ppid=30046 vsize=14090948 memory=4140 CPUtime=0.51 cores=0,2,4,6
/proc/30049/task/30064/stat : 30064 (java) S 30046 30049 28983 0 -1 1077944384 988 0 0 0 23 28 0 0 20 0 15 0 244126286 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900516162096 139900959804034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
Current children cumulated CPU time: 2203.86 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 226552 KiB

[startup+2197.6 s]
/proc/loadavg: 1.40 1.35 1.40 3/216 30158
/proc/meminfo: memFree=23585080/32770624 swapFree=67108196/67108860
[pid=30049] ppid=30046 vsize=14090948 memory=226552 CPUtime=2204.66 cores=0,2,4,6
/proc/30049/stat : 30049 (java) S 30046 30049 28983 0 -1 1077944320 59563 0 0 0 220366 100 0 0 20 0 15 0 244126280 14429130752 56638 33554432000 4194304 4196468 140734168470256 140734168452800 139900959792887 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
/proc/30049/statm: 3522737 56638 3560 1 0 3484809 0
[pid=30049/tid=30051] ppid=30046 vsize=14090948 memory=10072 CPUtime=2191.4 cores=0,2,4,6
/proc/30049/task/30051/stat : 30051 (java) R 30046 30049 28983 0 -1 4202560 31511 0 0 0 219127 13 0 0 20 0 15 0 244126280 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900964031168 139900595385573 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30052] ppid=30046 vsize=14090948 memory=5012 CPUtime=2.15 cores=0,2,4,6
/proc/30049/task/30052/stat : 30052 (java) S 30046 30049 28983 0 -1 1077944384 1678 0 0 0 197 18 0 0 20 0 15 0 244126281 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900912413712 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30053] ppid=30046 vsize=14090948 memory=752 CPUtime=2.14 cores=0,2,4,6
/proc/30049/task/30053/stat : 30053 (java) S 30046 30049 28983 0 -1 1077944384 3603 0 0 0 198 16 0 0 20 0 15 0 244126281 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900911361168 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30054] ppid=30046 vsize=14090948 memory=1124 CPUtime=2.15 cores=0,2,4,6
/proc/30049/task/30054/stat : 30054 (java) S 30046 30049 28983 0 -1 1077944384 3624 0 0 0 199 16 0 0 20 0 15 0 244126281 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900910308112 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30055] ppid=30046 vsize=14090948 memory=752 CPUtime=2.13 cores=0,2,4,6
/proc/30049/task/30055/stat : 30055 (java) S 30046 30049 28983 0 -1 1077944384 2638 0 0 0 195 18 0 0 20 0 15 0 244126281 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900552932240 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30056] ppid=30046 vsize=14090948 memory=1124 CPUtime=2.36 cores=0,2,4,6
/proc/30049/task/30056/stat : 30056 (java) S 30046 30049 28983 0 -1 1077944384 5044 0 0 0 220 16 0 0 20 0 15 0 244126282 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900524583152 139900959804034 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30057] ppid=30046 vsize=14090948 memory=1824 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30057/stat : 30057 (java) S 30046 30049 28983 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 244126283 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900523529440 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30058] ppid=30046 vsize=14090948 memory=1356 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30058/stat : 30058 (java) S 30046 30049 28983 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 244126283 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900522476288 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30059] ppid=30046 vsize=14090948 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30059/stat : 30059 (java) S 30046 30049 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244126285 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900521424848 139900959811483 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30060] ppid=30046 vsize=14090948 memory=6328 CPUtime=0.65 cores=0,2,4,6
/proc/30049/task/30060/stat : 30060 (java) S 30046 30049 28983 0 -1 1077944384 3291 0 0 0 64 1 0 0 20 0 15 0 244126285 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900520372976 139900959804034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30061] ppid=30046 vsize=14090948 memory=1628 CPUtime=0.67 cores=0,2,4,6
/proc/30049/task/30061/stat : 30061 (java) S 30046 30049 28983 0 -1 1077944384 2137 0 0 0 67 0 0 0 20 0 15 0 244126285 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900519320432 139900959804034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30062] ppid=30046 vsize=14090948 memory=1100 CPUtime=0.41 cores=0,2,4,6
/proc/30049/task/30062/stat : 30062 (java) S 30046 30049 28983 0 -1 1077944384 3632 0 0 0 41 0 0 0 20 0 15 0 244126285 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900518267376 139900959804034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30063] ppid=30046 vsize=14090948 memory=66156 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30063/stat : 30063 (java) S 30046 30049 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244126286 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900517215072 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30064] ppid=30046 vsize=14090948 memory=1224 CPUtime=0.51 cores=0,2,4,6
/proc/30049/task/30064/stat : 30064 (java) S 30046 30049 28983 0 -1 1077944384 988 0 0 0 23 28 0 0 20 0 15 0 244126286 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900516162096 139900959804034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
Current children cumulated CPU time: 2204.66 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 226552 KiB

[startup+2198 s]*
/proc/loadavg: 1.40 1.35 1.40 3/216 30158
/proc/meminfo: memFree=23585080/32770624 swapFree=67108196/67108860
[pid=30049] ppid=30046 vsize=14090948 memory=226552 CPUtime=2205.07 cores=0,2,4,6
/proc/30049/stat : 30049 (java) S 30046 30049 28983 0 -1 1077944320 59565 0 0 0 220407 100 0 0 20 0 15 0 244126280 14429130752 56638 33554432000 4194304 4196468 140734168470256 140734168452800 139900959792887 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
/proc/30049/statm: 3522737 56638 3560 1 0 3484809 0
[pid=30049/tid=30051] ppid=30046 vsize=14090948 memory=6791534058613427641 CPUtime=2191.81 cores=0,2,4,6
/proc/30049/task/30051/stat : 30051 (java) R 30046 30049 28983 0 -1 4202560 31512 0 0 0 219168 13 0 0 20 0 15 0 244126280 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900964031008 139900594534085 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30052] ppid=30046 vsize=14090948 memory=-7003737579269690708 CPUtime=2.15 cores=0,2,4,6
/proc/30049/task/30052/stat : 30052 (java) S 30046 30049 28983 0 -1 1077944384 1679 0 0 0 197 18 0 0 20 0 15 0 244126281 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900912413712 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30053] ppid=30046 vsize=14090948 memory=0 CPUtime=2.14 cores=0,2,4,6
/proc/30049/task/30053/stat : 30053 (java) S 30046 30049 28983 0 -1 1077944384 3603 0 0 0 198 16 0 0 20 0 15 0 244126281 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900911361168 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30054] ppid=30046 vsize=14090948 memory=0 CPUtime=2.15 cores=0,2,4,6
/proc/30049/task/30054/stat : 30054 (java) S 30046 30049 28983 0 -1 1077944384 3624 0 0 0 199 16 0 0 20 0 15 0 244126281 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900910308112 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30055] ppid=30046 vsize=14090948 memory=0 CPUtime=2.13 cores=0,2,4,6
/proc/30049/task/30055/stat : 30055 (java) S 30046 30049 28983 0 -1 1077944384 2638 0 0 0 195 18 0 0 20 0 15 0 244126281 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900552932240 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30056] ppid=30046 vsize=14090948 memory=0 CPUtime=2.36 cores=0,2,4,6
/proc/30049/task/30056/stat : 30056 (java) S 30046 30049 28983 0 -1 1077944384 5044 0 0 0 220 16 0 0 20 0 15 0 244126282 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900524583152 139900959804034 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30057] ppid=30046 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30057/stat : 30057 (java) S 30046 30049 28983 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 244126283 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900523529440 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30058] ppid=30046 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30058/stat : 30058 (java) S 30046 30049 28983 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 244126283 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900522476288 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30059] ppid=30046 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30059/stat : 30059 (java) S 30046 30049 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244126285 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900521424848 139900959811483 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30060] ppid=30046 vsize=14090948 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/30049/task/30060/stat : 30060 (java) S 30046 30049 28983 0 -1 1077944384 3291 0 0 0 64 1 0 0 20 0 15 0 244126285 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900520372976 139900959804034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30061] ppid=30046 vsize=14090948 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/30049/task/30061/stat : 30061 (java) S 30046 30049 28983 0 -1 1077944384 2137 0 0 0 67 0 0 0 20 0 15 0 244126285 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900519320432 139900959804034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30062] ppid=30046 vsize=14090948 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/30049/task/30062/stat : 30062 (java) S 30046 30049 28983 0 -1 1077944384 3632 0 0 0 41 0 0 0 20 0 15 0 244126285 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900518267376 139900959804034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30063] ppid=30046 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30063/stat : 30063 (java) S 30046 30049 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244126286 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900517215072 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30064] ppid=30046 vsize=14090948 memory=0 CPUtime=0.51 cores=0,2,4,6
/proc/30049/task/30064/stat : 30064 (java) S 30046 30049 28983 0 -1 1077944384 988 0 0 0 23 28 0 0 20 0 15 0 244126286 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900516162096 139900959804034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
Current children cumulated CPU time: 2205.07 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 226552 KiB

[startup+2198.4 s]
/proc/loadavg: 1.40 1.35 1.40 3/216 30158
/proc/meminfo: memFree=23585080/32770624 swapFree=67108196/67108860
[pid=30049] ppid=30046 vsize=14090948 memory=226552 CPUtime=2205.47 cores=0,2,4,6
/proc/30049/stat : 30049 (java) S 30046 30049 28983 0 -1 1077944320 59566 0 0 0 220447 100 0 0 20 0 15 0 244126280 14429130752 56638 33554432000 4194304 4196468 140734168470256 140734168452800 139900959792887 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
/proc/30049/statm: 3522737 56638 3560 1 0 3484809 0
[pid=30049/tid=30051] ppid=30046 vsize=14090948 memory=66156 CPUtime=2192.2 cores=0,2,4,6
/proc/30049/task/30051/stat : 30051 (java) R 30046 30049 28983 0 -1 4202560 31513 0 0 0 219207 13 0 0 20 0 15 0 244126280 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900964031296 139900594798176 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30052] ppid=30046 vsize=14090948 memory=1224 CPUtime=2.15 cores=0,2,4,6
/proc/30049/task/30052/stat : 30052 (java) S 30046 30049 28983 0 -1 1077944384 1679 0 0 0 197 18 0 0 20 0 15 0 244126281 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900912413712 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30053] ppid=30046 vsize=14090948 memory=6791534058613427641 CPUtime=2.14 cores=0,2,4,6
/proc/30049/task/30053/stat : 30053 (java) S 30046 30049 28983 0 -1 1077944384 3603 0 0 0 198 16 0 0 20 0 15 0 244126281 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900911361168 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30054] ppid=30046 vsize=14090948 memory=226552 CPUtime=2.15 cores=0,2,4,6
/proc/30049/task/30054/stat : 30054 (java) S 30046 30049 28983 0 -1 1077944384 3624 0 0 0 199 16 0 0 20 0 15 0 244126281 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900910308112 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30055] ppid=30046 vsize=14090948 memory=226552 CPUtime=2.13 cores=0,2,4,6
/proc/30049/task/30055/stat : 30055 (java) S 30046 30049 28983 0 -1 1077944384 2638 0 0 0 195 18 0 0 20 0 15 0 244126281 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900552932240 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30056] ppid=30046 vsize=14090948 memory=226552 CPUtime=2.36 cores=0,2,4,6
/proc/30049/task/30056/stat : 30056 (java) S 30046 30049 28983 0 -1 1077944384 5044 0 0 0 220 16 0 0 20 0 15 0 244126282 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900524583152 139900959804034 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30057] ppid=30046 vsize=14090948 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30057/stat : 30057 (java) S 30046 30049 28983 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 244126283 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900523529440 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30058] ppid=30046 vsize=14090948 memory=2180 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30058/stat : 30058 (java) S 30046 30049 28983 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 244126283 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900522476288 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30059] ppid=30046 vsize=14090948 memory=1752 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30059/stat : 30059 (java) S 30046 30049 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244126285 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900521424848 139900959811483 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30060] ppid=30046 vsize=14090948 memory=844 CPUtime=0.65 cores=0,2,4,6
/proc/30049/task/30060/stat : 30060 (java) S 30046 30049 28983 0 -1 1077944384 3291 0 0 0 64 1 0 0 20 0 15 0 244126285 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900520372976 139900959804034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30061] ppid=30046 vsize=14090948 memory=10072 CPUtime=0.67 cores=0,2,4,6
/proc/30049/task/30061/stat : 30061 (java) S 30046 30049 28983 0 -1 1077944384 2137 0 0 0 67 0 0 0 20 0 15 0 244126285 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900519320432 139900959804034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30062] ppid=30046 vsize=14090948 memory=5012 CPUtime=0.41 cores=0,2,4,6
/proc/30049/task/30062/stat : 30062 (java) S 30046 30049 28983 0 -1 1077944384 3632 0 0 0 41 0 0 0 20 0 15 0 244126285 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900518267376 139900959804034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30063] ppid=30046 vsize=14090948 memory=752 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30063/stat : 30063 (java) S 30046 30049 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244126286 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900517215072 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30064] ppid=30046 vsize=14090948 memory=1124 CPUtime=0.51 cores=0,2,4,6
/proc/30049/task/30064/stat : 30064 (java) S 30046 30049 28983 0 -1 1077944384 988 0 0 0 23 28 0 0 20 0 15 0 244126286 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900516162096 139900959804034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
Current children cumulated CPU time: 2205.47 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 226552 KiB

[startup+2198.5 s]
/proc/loadavg: 1.40 1.35 1.40 3/216 30158
/proc/meminfo: memFree=23585080/32770624 swapFree=67108196/67108860
[pid=30049] ppid=30046 vsize=14090948 memory=226552 CPUtime=2205.57 cores=0,2,4,6
/proc/30049/stat : 30049 (java) S 30046 30049 28983 0 -1 1077944320 59566 0 0 0 220457 100 0 0 20 0 15 0 244126280 14429130752 56638 33554432000 4194304 4196468 140734168470256 140734168452800 139900959792887 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
/proc/30049/statm: 3522737 56638 3560 1 0 3484809 0
[pid=30049/tid=30051] ppid=30046 vsize=14090948 memory=226552 CPUtime=2192.3 cores=0,2,4,6
/proc/30049/task/30051/stat : 30051 (java) R 30046 30049 28983 0 -1 4202560 31513 0 0 0 219217 13 0 0 20 0 15 0 244126280 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900964031296 139900595385510 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30052] ppid=30046 vsize=14090948 memory=226552 CPUtime=2.15 cores=0,2,4,6
/proc/30049/task/30052/stat : 30052 (java) S 30046 30049 28983 0 -1 1077944384 1679 0 0 0 197 18 0 0 20 0 15 0 244126281 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900912413712 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30053] ppid=30046 vsize=14090948 memory=226552 CPUtime=2.14 cores=0,2,4,6
/proc/30049/task/30053/stat : 30053 (java) S 30046 30049 28983 0 -1 1077944384 3603 0 0 0 198 16 0 0 20 0 15 0 244126281 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900911361168 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30054] ppid=30046 vsize=14090948 memory=226552 CPUtime=2.15 cores=0,2,4,6
/proc/30049/task/30054/stat : 30054 (java) S 30046 30049 28983 0 -1 1077944384 3624 0 0 0 199 16 0 0 20 0 15 0 244126281 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900910308112 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30055] ppid=30046 vsize=14090948 memory=224380 CPUtime=2.13 cores=0,2,4,6
/proc/30049/task/30055/stat : 30055 (java) S 30046 30049 28983 0 -1 1077944384 2638 0 0 0 195 18 0 0 20 0 15 0 244126281 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900552932240 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30056] ppid=30046 vsize=14090948 memory=226552 CPUtime=2.36 cores=0,2,4,6
/proc/30049/task/30056/stat : 30056 (java) S 30046 30049 28983 0 -1 1077944384 5044 0 0 0 220 16 0 0 20 0 15 0 244126282 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900524583152 139900959804034 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30057] ppid=30046 vsize=14090948 memory=226552 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30057/stat : 30057 (java) S 30046 30049 28983 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 244126283 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900523529440 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30058] ppid=30046 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30058/stat : 30058 (java) S 30046 30049 28983 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 244126283 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900522476288 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30059] ppid=30046 vsize=14090948 memory=226552 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30059/stat : 30059 (java) S 30046 30049 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244126285 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900521424848 139900959811483 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30060] ppid=30046 vsize=14090948 memory=226552 CPUtime=0.65 cores=0,2,4,6
/proc/30049/task/30060/stat : 30060 (java) S 30046 30049 28983 0 -1 1077944384 3291 0 0 0 64 1 0 0 20 0 15 0 244126285 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900520372976 139900959804034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30061] ppid=30046 vsize=14090948 memory=226552 CPUtime=0.67 cores=0,2,4,6
/proc/30049/task/30061/stat : 30061 (java) S 30046 30049 28983 0 -1 1077944384 2137 0 0 0 67 0 0 0 20 0 15 0 244126285 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900519320432 139900959804034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30062] ppid=30046 vsize=14090948 memory=226552 CPUtime=0.41 cores=0,2,4,6
/proc/30049/task/30062/stat : 30062 (java) S 30046 30049 28983 0 -1 1077944384 3632 0 0 0 41 0 0 0 20 0 15 0 244126285 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900518267376 139900959804034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30063] ppid=30046 vsize=14090948 memory=3760 CPUtime=0 cores=0,2,4,6
/proc/30049/task/30063/stat : 30063 (java) S 30046 30049 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244126286 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900517215072 139900959803093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
[pid=30049/tid=30064] ppid=30046 vsize=14090948 memory=66156 CPUtime=0.51 cores=0,2,4,6
/proc/30049/task/30064/stat : 30064 (java) S 30046 30049 28983 0 -1 1077944384 988 0 0 0 23 28 0 0 20 0 15 0 244126286 14429130752 56638 33554432000 4194304 4196468 140734168470256 139900516162096 139900959804034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 23076864 140734168478800 140734168478985 140734168478985 140734168481743 0
Current children cumulated CPU time: 2205.57 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 226552 KiB

Child status: 0
Real time (s): 2198.56
CPU time (s): 2205.65
CPU user time (s): 2204.64
CPU system time (s): 1.01011
CPU usage (%): 100.322
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 229304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2204.64
system time used= 1.01011
maximum resident set size= 230344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60637
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112495
involuntary context switches= 4436


# summary of solver processes directly reported to runsolver:
#   pid: 30049
#   total CPU time (s): 2205.65
#   total CPU user time (s): 2204.64
#   total CPU system time (s): 1.01011

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.4356 second user time and 20.7412 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-14 18:53:51
IDJOB=4307603
IDBENCH=141567
IDSOLVER=2790
FILE ID=node151/4307603-1534265631
RUNJOBID= node151-1534258053-29014
PBS_JOBID= 21038114
Free space on /tmp= 43868 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-08-14
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-04-0003_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307603-1534265631/watcher-4307603-1534265631 -o /tmp/evaluation-result-4307603-1534265631/solver-4307603-1534265631 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534258053-29014 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 1412799312 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307603-1534265631.xml

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

MD5SUM BENCH= dd4ed178c47046d12ce38b3d0d17c272
RANDOM SEED=1412799312

node151.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.87
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.87
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.87
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.87
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:        23912340 kB
MemAvailable:   31758092 kB
Buffers:          154252 kB
Cached:          7914388 kB
SwapCached:           12 kB
Active:          4292672 kB
Inactive:        3976584 kB
Active(anon):     150204 kB
Inactive(anon):   102596 kB
Active(file):    4142468 kB
Inactive(file):  3873988 kB
Unevictable:        7820 kB
Mlocked:            7820 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             35888 kB
Writeback:             0 kB
AnonPages:        208520 kB
Mapped:            69160 kB
Shmem:             49524 kB
Slab:             286092 kB
SReclaimable:     257756 kB
SUnreclaim:        28336 kB
KernelStack:        3520 kB
PageTables:         5912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1215828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 43832 MiB
End job on node151 at 2018-08-14 19:30:30