Trace number 4308104

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 with restarts 2018-08-14SAT 12.0883 10.3729

General information on the benchmark

NameMagicHexagon/
MagicHexagon-04-m004_c18.xml
MD5SUM2f4e790a4fde13aad103094a46699cf0
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.113265
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.67/0.56	c version: 2018-08-14
0.67/0.56	c seed: 104848480
0.67/0.56	c timeout: 2520
0.67/0.57	c memlimit: 11000
0.67/0.57	c nbcore: 4
0.67/0.59	c Parsing instance...
1.50/1.05	c Parsing done, starting search...
11.99/10.36	s SATISFIABLE
11.99/10.36	v <instantiation>
11.99/10.36	v 	<list>
11.99/10.36	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]
11.99/10.36	v 	</list>
11.99/10.36	v 	<values>
11.99/10.36	v 		11 21 15 27 18 12 24 4 16 17 14 1 10 23 9 28 20 0 -1 2 3 22 7 26 -3 -4 19 29 8 6 32 30 -2 31 5 13 25 
11.99/10.36	v 	</values>
11.99/10.36	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 (10421 MiB free)
  memory of node 1: 16384 MiB (12888 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308104-1534344165/watcher-4308104-1534344165 -o /tmp/evaluation-result-4308104-1534344165/solver-4308104-1534344165 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534329225-17995 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 104848480 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308104-1534344165.xml 

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

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


[startup+0.100165 s]*
/proc/loadavg: 1.48 1.43 1.41 3/215 19545
/proc/meminfo: memFree=23852196/32770624 swapFree=67059136/67108860
[pid=19530] ppid=19527 vsize=14082736 memory=29604 CPUtime=0.11 cores=1,3,5,7
/proc/19530/stat : 19530 (java) S 19527 19530 17963 0 -1 1077944320 6839 0 0 0 10 1 0 0 20 0 15 0 251979662 14420721664 7401 33554432000 4194304 4196468 140734263607184 140734263589728 140211721203447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
/proc/19530/statm: 3520684 7401 3151 1 0 3482761 0
[pid=19530/tid=19532] ppid=19527 vsize=14082736 memory=-8125511277465474429 CPUtime=0.09 cores=1,3,5,7
/proc/19530/task/19532/stat : 19532 (java) R 19527 19530 17963 0 -1 4202560 4853 0 0 0 8 1 0 0 20 0 15 0 251979662 14420721664 7401 33554432000 4194304 4196468 140734263607184 140211725396664 140211721225373 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19533] ppid=19527 vsize=14082736 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19533/stat : 19533 (java) S 19527 19530 17963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251979663 14420721664 7401 33554432000 4194304 4196468 140734263607184 140211316988816 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19534] ppid=19527 vsize=14082736 memory=140536977094272 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19534/stat : 19534 (java) S 19527 19530 17963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251979663 14420721664 7401 33554432000 4194304 4196468 140734263607184 140211315936016 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19535] ppid=19527 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19535/stat : 19535 (java) S 19527 19530 17963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251979663 14420721664 7401 33554432000 4194304 4196468 140734263607184 140211314883728 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19536] ppid=19527 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19536/stat : 19536 (java) S 19527 19530 17963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251979663 14420721664 7401 33554432000 4194304 4196468 140734263607184 140211313830928 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19537] ppid=19527 vsize=14082736 memory=140536977094272 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19537/stat : 19537 (java) S 19527 19530 17963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251979664 14420721664 7401 33554432000 4194304 4196468 140734263607184 140210902878320 140211721214594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19538] ppid=19527 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19538/stat : 19538 (java) S 19527 19530 17963 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 251979665 14420721664 7401 33554432000 4194304 4196468 140734263607184 140210901824288 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19539] ppid=19527 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19539/stat : 19539 (java) S 19527 19530 17963 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 251979665 14420721664 7401 33554432000 4194304 4196468 140734263607184 140210900771952 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19540] ppid=19527 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19540/stat : 19540 (java) S 19527 19530 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251979668 14420721664 7401 33554432000 4194304 4196468 140734263607184 140210899720272 140211721222043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19541] ppid=19527 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19541/stat : 19541 (java) S 19527 19530 17963 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 251979668 14420721664 7401 33554432000 4194304 4196468 140734263607184 140210898668144 140211721214594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19542] ppid=19527 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19542/stat : 19542 (java) S 19527 19530 17963 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 251979668 14420721664 7401 33554432000 4194304 4196468 140734263607184 140210897615344 140211721214594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19543] ppid=19527 vsize=14082736 memory=140536977094272 CPUtime=0.01 cores=1,3,5,7
/proc/19530/task/19543/stat : 19543 (java) R 19527 19530 17963 0 -1 4202560 291 0 0 0 1 0 0 0 20 0 15 0 251979668 14420721664 7401 33554432000 4194304 4196468 140734263607184 140210896563056 140211721215382 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19544] ppid=19527 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19544/stat : 19544 (java) S 19527 19530 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251979668 14420721664 7401 33554432000 4194304 4196468 140734263607184 140210895510496 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19545] ppid=19527 vsize=14082736 memory=140536977094272 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19545/stat : 19545 (java) S 19527 19530 17963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251979668 14420721664 7401 33554432000 4194304 4196468 140734263607184 140210894457264 140211721214594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 29604 KiB

[startup+0.212571 s]*
/proc/loadavg: 1.48 1.43 1.41 5/215 19545
/proc/meminfo: memFree=23836692/32770624 swapFree=67059136/67108860
[pid=19530] ppid=19527 vsize=14082736 memory=45916 CPUtime=0.3 cores=1,3,5,7
/proc/19530/stat : 19530 (java) S 19527 19530 17963 0 -1 1077944320 10603 0 0 0 28 2 0 0 20 0 15 0 251979662 14420721664 11479 33554432000 4194304 4196468 140734263607184 140734263589728 140211721203447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
/proc/19530/statm: 3520684 11479 3401 1 0 3482761 0
[pid=19530/tid=19532] ppid=19527 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/19530/task/19532/stat : 19532 (java) R 19527 19530 17963 0 -1 1077944384 8197 0 0 0 19 1 0 0 20 0 15 0 251979662 14420721664 11479 33554432000 4194304 4196468 140734263607184 140211725430560 140211721213653 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19533] ppid=19527 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19533/stat : 19533 (java) S 19527 19530 17963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251979663 14420721664 11479 33554432000 4194304 4196468 140734263607184 140211316988816 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19534] ppid=19527 vsize=14082736 memory=3833044909814511264 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19534/stat : 19534 (java) S 19527 19530 17963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251979663 14420721664 11479 33554432000 4194304 4196468 140734263607184 140211315936016 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19535] ppid=19527 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19535/stat : 19535 (java) S 19527 19530 17963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251979663 14420721664 11479 33554432000 4194304 4196468 140734263607184 140211314883728 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19536] ppid=19527 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19536/stat : 19536 (java) S 19527 19530 17963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251979663 14420721664 11479 33554432000 4194304 4196468 140734263607184 140211313830928 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19537] ppid=19527 vsize=14082736 memory=140536977094272 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19537/stat : 19537 (java) S 19527 19530 17963 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 251979664 14420721664 11479 33554432000 4194304 4196468 140734263607184 140210902878320 140211721214594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19538] ppid=19527 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19538/stat : 19538 (java) S 19527 19530 17963 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 251979665 14420721664 11479 33554432000 4194304 4196468 140734263607184 140210901824288 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19539] ppid=19527 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19539/stat : 19539 (java) S 19527 19530 17963 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 251979665 14420721664 11479 33554432000 4194304 4196468 140734263607184 140210900771952 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19540] ppid=19527 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19540/stat : 19540 (java) S 19527 19530 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251979668 14420721664 11479 33554432000 4194304 4196468 140734263607184 140210899720272 140211721222043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19541] ppid=19527 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/19530/task/19541/stat : 19541 (java) R 19527 19530 17963 0 -1 4202560 424 0 0 0 2 0 0 0 20 0 15 0 251979668 14420721664 11479 33554432000 4194304 4196468 140734263607184 140210898654928 140211704739891 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19542] ppid=19527 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/19530/task/19542/stat : 19542 (java) R 19527 19530 17963 0 -1 1077944384 213 0 0 0 1 0 0 0 20 0 15 0 251979668 14420721664 11479 33554432000 4194304 4196468 140734263607184 140210897615344 140211721214594 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19543] ppid=19527 vsize=14082736 memory=140536977094272 CPUtime=0.06 cores=1,3,5,7
/proc/19530/task/19543/stat : 19543 (java) R 19527 19530 17963 0 -1 4202560 386 0 0 0 6 0 0 0 20 0 15 0 251979668 14420721664 11479 33554432000 4194304 4196468 140734263607184 140210896559992 140211699790099 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19544] ppid=19527 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19544/stat : 19544 (java) S 19527 19530 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251979668 14420721664 11479 33554432000 4194304 4196468 140734263607184 140210895510496 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19545] ppid=19527 vsize=14082736 memory=140536977094272 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19545/stat : 19545 (java) S 19527 19530 17963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251979668 14420721664 11479 33554432000 4194304 4196468 140734263607184 140210894457264 140211721214594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 45916 KiB

[startup+0.31161 s]*
/proc/loadavg: 1.48 1.43 1.41 3/215 19545
/proc/meminfo: memFree=23832536/32770624 swapFree=67059136/67108860
[pid=19530] ppid=19527 vsize=14082736 memory=49388 CPUtime=0.44 cores=1,3,5,7
/proc/19530/stat : 19530 (java) S 19527 19530 17963 0 -1 1077944320 11022 0 0 0 41 3 0 0 20 0 15 0 251979662 14420721664 12347 33554432000 4194304 4196468 140734263607184 140734263589728 140211721203447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
/proc/19530/statm: 3520684 12347 3405 1 0 3482761 0
[pid=19530/tid=19532] ppid=19527 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/19530/task/19532/stat : 19532 (java) R 19527 19530 17963 0 -1 4202560 8537 0 0 0 28 2 0 0 20 0 15 0 251979662 14420721664 12347 33554432000 4194304 4196468 140734263607184 140211725411880 140211705283934 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19533] ppid=19527 vsize=14082736 memory=4294979972 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19533/stat : 19533 (java) S 19527 19530 17963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251979663 14420721664 12347 33554432000 4194304 4196468 140734263607184 140211316988816 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19534] ppid=19527 vsize=14082736 memory=3976878622913656480 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19534/stat : 19534 (java) S 19527 19530 17963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251979663 14420721664 12347 33554432000 4194304 4196468 140734263607184 140211315936016 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19535] ppid=19527 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19535/stat : 19535 (java) S 19527 19530 17963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251979663 14420721664 12347 33554432000 4194304 4196468 140734263607184 140211314883728 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19536] ppid=19527 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19536/stat : 19536 (java) S 19527 19530 17963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251979663 14420721664 12347 33554432000 4194304 4196468 140734263607184 140211313830928 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19537] ppid=19527 vsize=14082736 memory=140536977094272 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19537/stat : 19537 (java) S 19527 19530 17963 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 251979664 14420721664 12347 33554432000 4194304 4196468 140734263607184 140210902878320 140211721214594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19538] ppid=19527 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19538/stat : 19538 (java) S 19527 19530 17963 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 251979665 14420721664 12347 33554432000 4194304 4196468 140734263607184 140210901824288 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19539] ppid=19527 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19539/stat : 19539 (java) S 19527 19530 17963 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 251979665 14420721664 12347 33554432000 4194304 4196468 140734263607184 140210900771952 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19540] ppid=19527 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19540/stat : 19540 (java) S 19527 19530 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251979668 14420721664 12347 33554432000 4194304 4196468 140734263607184 140210899720272 140211721222043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19541] ppid=19527 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/19530/task/19541/stat : 19541 (java) S 19527 19530 17963 0 -1 1077944384 436 0 0 0 2 0 0 0 20 0 15 0 251979668 14420721664 12347 33554432000 4194304 4196468 140734263607184 140210898668144 140211721214594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19542] ppid=19527 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/19530/task/19542/stat : 19542 (java) S 19527 19530 17963 0 -1 1077944384 230 0 0 0 2 0 0 0 20 0 15 0 251979668 14420721664 12347 33554432000 4194304 4196468 140734263607184 140210897615344 140211721214594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19543] ppid=19527 vsize=14082736 memory=140536977094272 CPUtime=0.08 cores=1,3,5,7
/proc/19530/task/19543/stat : 19543 (java) S 19527 19530 17963 0 -1 1077944384 438 0 0 0 8 0 0 0 20 0 15 0 251979668 14420721664 12347 33554432000 4194304 4196468 140734263607184 140210896563056 140211721214594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19544] ppid=19527 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19544/stat : 19544 (java) S 19527 19530 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251979668 14420721664 12347 33554432000 4194304 4196468 140734263607184 140210895510496 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19545] ppid=19527 vsize=14082736 memory=140536977094272 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19545/stat : 19545 (java) S 19527 19530 17963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251979668 14420721664 12347 33554432000 4194304 4196468 140734263607184 140210894457264 140211721214594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 49388 KiB

[startup+0.700748 s]
/proc/loadavg: 1.48 1.43 1.41 3/215 19545
/proc/meminfo: memFree=23809592/32770624 swapFree=67059136/67108860
[pid=19530] ppid=19527 vsize=14084804 memory=87756 CPUtime=0.98 cores=1,3,5,7
/proc/19530/stat : 19530 (java) S 19527 19530 17963 0 -1 1077944320 17919 0 0 0 93 5 0 0 20 0 15 0 251979662 14422839296 21939 33554432000 4194304 4196468 140734263607184 140734263589728 140211721203447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
/proc/19530/statm: 3521201 21939 3499 1 0 3483273 0
[pid=19530/tid=19532] ppid=19527 vsize=14084804 memory=224447608938416 CPUtime=0.67 cores=1,3,5,7
/proc/19530/task/19532/stat : 19532 (java) R 19527 19530 17963 0 -1 4202560 14961 0 0 0 63 4 0 0 20 0 15 0 251979662 14422839296 21939 33554432000 4194304 4196468 140734263607184 140211725428592 140211621168237 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19533] ppid=19527 vsize=14084804 memory=1297757 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19533/stat : 19533 (java) S 19527 19530 17963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251979663 14422839296 21939 33554432000 4194304 4196468 140734263607184 140211316988816 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19534] ppid=19527 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19534/stat : 19534 (java) S 19527 19530 17963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251979663 14422839296 21939 33554432000 4194304 4196468 140734263607184 140211315936016 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19535] ppid=19527 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19535/stat : 19535 (java) S 19527 19530 17963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251979663 14422839296 21939 33554432000 4194304 4196468 140734263607184 140211314883728 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19536] ppid=19527 vsize=14084804 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19536/stat : 19536 (java) S 19527 19530 17963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251979663 14422839296 21939 33554432000 4194304 4196468 140734263607184 140211313830928 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19537] ppid=19527 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19537/stat : 19537 (java) S 19527 19530 17963 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 251979664 14422839296 21939 33554432000 4194304 4196468 140734263607184 140210902878320 140211721214594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19538] ppid=19527 vsize=14084804 memory=9050997835111170221 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19538/stat : 19538 (java) S 19527 19530 17963 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 251979665 14422839296 21939 33554432000 4194304 4196468 140734263607184 140210901824288 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19539] ppid=19527 vsize=14084804 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19539/stat : 19539 (java) S 19527 19530 17963 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 251979665 14422839296 21939 33554432000 4194304 4196468 140734263607184 140210900771952 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19540] ppid=19527 vsize=14084804 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19540/stat : 19540 (java) S 19527 19530 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251979668 14422839296 21939 33554432000 4194304 4196468 140734263607184 140210899720272 140211721222043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19541] ppid=19527 vsize=14084804 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/19530/task/19541/stat : 19541 (java) S 19527 19530 17963 0 -1 1077944384 591 0 0 0 7 0 0 0 20 0 15 0 251979668 14422839296 21939 33554432000 4194304 4196468 140734263607184 140210898668144 140211721214594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19542] ppid=19527 vsize=14084804 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/19530/task/19542/stat : 19542 (java) S 19527 19530 17963 0 -1 1077944384 393 0 0 0 7 0 0 0 20 0 15 0 251979668 14422839296 21939 33554432000 4194304 4196468 140734263607184 140210897615344 140211721214594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19543] ppid=19527 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/19530/task/19543/stat : 19543 (java) S 19527 19530 17963 0 -1 1077944384 591 0 0 0 15 0 0 0 20 0 15 0 251979668 14422839296 21939 33554432000 4194304 4196468 140734263607184 140210896563056 140211721214594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19544] ppid=19527 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19544/stat : 19544 (java) S 19527 19530 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251979668 14422839296 21939 33554432000 4194304 4196468 140734263607184 140210895510496 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19545] ppid=19527 vsize=14084804 memory=1860 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19545/stat : 19545 (java) S 19527 19530 17963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251979668 14422839296 21939 33554432000 4194304 4196468 140734263607184 140210894457264 140211721214594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 87756 KiB

[startup+1.50081 s]
/proc/loadavg: 1.48 1.43 1.41 3/215 19545
/proc/meminfo: memFree=23775100/32770624 swapFree=67059136/67108860
[pid=19530] ppid=19527 vsize=14090948 memory=134412 CPUtime=2.92 cores=1,3,5,7
/proc/19530/stat : 19530 (java) S 19527 19530 17963 0 -1 1077944320 25298 0 0 0 285 7 0 0 20 0 15 0 251979662 14429130752 33603 33554432000 4194304 4196468 140734263607184 140734263589728 140211721203447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
/proc/19530/statm: 3522737 33603 3534 1 0 3484809 0
[pid=19530/tid=19532] ppid=19527 vsize=14090948 memory=12902 CPUtime=1.47 cores=1,3,5,7
/proc/19530/task/19532/stat : 19532 (java) R 19527 19530 17963 0 -1 4202560 18733 0 0 0 142 5 0 0 20 0 15 0 251979662 14429130752 33603 33554432000 4194304 4196468 140734263607184 140211725440880 140211362189375 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19533] ppid=19527 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19533/stat : 19533 (java) S 19527 19530 17963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251979663 14429130752 33603 33554432000 4194304 4196468 140734263607184 140211316988816 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19534] ppid=19527 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19534/stat : 19534 (java) S 19527 19530 17963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251979663 14429130752 33603 33554432000 4194304 4196468 140734263607184 140211315936016 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19535] ppid=19527 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19535/stat : 19535 (java) S 19527 19530 17963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251979663 14429130752 33603 33554432000 4194304 4196468 140734263607184 140211314883728 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19536] ppid=19527 vsize=14090948 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19536/stat : 19536 (java) S 19527 19530 17963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251979663 14429130752 33603 33554432000 4194304 4196468 140734263607184 140211313830928 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19537] ppid=19527 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19537/stat : 19537 (java) S 19527 19530 17963 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 251979664 14429130752 33603 33554432000 4194304 4196468 140734263607184 140210902878320 140211721214594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0

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

[pid=19530/tid=19544] ppid=19527 vsize=14090948 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19544/stat : 19544 (java) S 19527 19530 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251979668 14429130752 56300 33554432000 4194304 4196468 140734263607184 140210895510496 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19545] ppid=19527 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19545/stat : 19545 (java) S 19527 19530 17963 0 -1 1077944384 784 0 0 0 0 0 0 0 20 0 15 0 251979668 14429130752 56300 33554432000 4194304 4196468 140734263607184 140210894457264 140211721214594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
Current children cumulated CPU time: 8.17 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 225200 KiB

[startup+8.10068 s]*
/proc/loadavg: 1.40 1.42 1.40 3/215 19545
/proc/meminfo: memFree=23659864/32770624 swapFree=67059136/67108860
[pid=19530] ppid=19527 vsize=14090948 memory=225200 CPUtime=9.79 cores=1,3,5,7
/proc/19530/stat : 19530 (java) S 19527 19530 17963 0 -1 1077944320 29520 0 0 0 969 10 0 0 20 0 15 0 251979662 14429130752 56300 33554432000 4194304 4196468 140734263607184 140734263589728 140211721203447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
/proc/19530/statm: 3522737 56300 3559 1 0 3484809 0
[pid=19530/tid=19532] ppid=19527 vsize=14090948 memory=0 CPUtime=8.06 cores=1,3,5,7
/proc/19530/task/19532/stat : 19532 (java) R 19527 19530 17963 0 -1 4202560 19203 0 0 0 800 6 0 0 20 0 15 0 251979662 14429130752 56300 33554432000 4194304 4196468 140734263607184 140211725441280 140211359609855 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19533] ppid=19527 vsize=14090948 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19533/stat : 19533 (java) S 19527 19530 17963 0 -1 1077944384 543 0 0 0 0 0 0 0 20 0 15 0 251979663 14429130752 56300 33554432000 4194304 4196468 140734263607184 140211316988816 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19534] ppid=19527 vsize=14090948 memory=524 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19534/stat : 19534 (java) S 19527 19530 17963 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 251979663 14429130752 56300 33554432000 4194304 4196468 140734263607184 140211315936016 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19535] ppid=19527 vsize=14090948 memory=1528 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19535/stat : 19535 (java) S 19527 19530 17963 0 -1 1077944384 319 0 0 0 0 0 0 0 20 0 15 0 251979663 14429130752 56300 33554432000 4194304 4196468 140734263607184 140211314883728 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19536] ppid=19527 vsize=14090948 memory=924 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19536/stat : 19536 (java) S 19527 19530 17963 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 251979663 14429130752 56300 33554432000 4194304 4196468 140734263607184 140211313830928 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19537] ppid=19527 vsize=14090948 memory=1140 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19537/stat : 19537 (java) S 19527 19530 17963 0 -1 1077944384 145 0 0 0 0 0 0 0 20 0 15 0 251979664 14429130752 56300 33554432000 4194304 4196468 140734263607184 140210902878320 140211721214594 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19538] ppid=19527 vsize=14090948 memory=1548 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19538/stat : 19538 (java) S 19527 19530 17963 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 251979665 14429130752 56300 33554432000 4194304 4196468 140734263607184 140210901824352 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19539] ppid=19527 vsize=14090948 memory=1432 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19539/stat : 19539 (java) S 19527 19530 17963 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 251979665 14429130752 56300 33554432000 4194304 4196468 140734263607184 140210900771952 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19540] ppid=19527 vsize=14090948 memory=816 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19540/stat : 19540 (java) S 19527 19530 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251979668 14429130752 56300 33554432000 4194304 4196468 140734263607184 140210899720272 140211721222043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19541] ppid=19527 vsize=14090948 memory=6791534058613427641 CPUtime=0.6 cores=1,3,5,7
/proc/19530/task/19541/stat : 19541 (java) S 19527 19530 17963 0 -1 1077944384 2054 0 0 0 60 0 0 0 20 0 15 0 251979668 14429130752 56300 33554432000 4194304 4196468 140734263607184 140210898668144 140211721214594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19542] ppid=19527 vsize=14090948 memory=2076 CPUtime=0.66 cores=1,3,5,7
/proc/19530/task/19542/stat : 19542 (java) S 19527 19530 17963 0 -1 1077944384 2277 0 0 0 65 1 0 0 20 0 15 0 251979668 14429130752 56300 33554432000 4194304 4196468 140734263607184 140210897615344 140211721214594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19543] ppid=19527 vsize=14090948 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/19530/task/19543/stat : 19543 (java) S 19527 19530 17963 0 -1 1077944384 2631 0 0 0 38 0 0 0 20 0 15 0 251979668 14429130752 56300 33554432000 4194304 4196468 140734263607184 140210896563056 140211721214594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19544] ppid=19527 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19544/stat : 19544 (java) S 19527 19530 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251979668 14429130752 56300 33554432000 4194304 4196468 140734263607184 140210895510496 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19545] ppid=19527 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19545/stat : 19545 (java) S 19527 19530 17963 0 -1 1077944384 786 0 0 0 0 0 0 0 20 0 15 0 251979668 14429130752 56300 33554432000 4194304 4196468 140734263607184 140210894457264 140211721214594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
Current children cumulated CPU time: 9.79 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 225200 KiB

[startup+9.70076 s]
/proc/loadavg: 1.40 1.42 1.40 3/215 19545
/proc/meminfo: memFree=23664276/32770624 swapFree=67059136/67108860
[pid=19530] ppid=19527 vsize=14090948 memory=226928 CPUtime=11.39 cores=1,3,5,7
/proc/19530/stat : 19530 (java) S 19527 19530 17963 0 -1 1077944320 31363 0 0 0 1129 10 0 0 20 0 15 0 251979662 14429130752 56732 33554432000 4194304 4196468 140734263607184 140734263589728 140211721203447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
/proc/19530/statm: 3522737 56732 3570 1 0 3484809 0
[pid=19530/tid=19532] ppid=19527 vsize=14090948 memory=0 CPUtime=9.64 cores=1,3,5,7
/proc/19530/task/19532/stat : 19532 (java) R 19527 19530 17963 0 -1 4202560 19536 0 0 0 958 6 0 0 20 0 15 0 251979662 14429130752 56732 33554432000 4194304 4196468 140734263607184 140211725441392 140211362954610 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19533] ppid=19527 vsize=14090948 memory=320 CPUtime=0.01 cores=1,3,5,7
/proc/19530/task/19533/stat : 19533 (java) S 19527 19530 17963 0 -1 1077944384 996 0 0 0 1 0 0 0 20 0 15 0 251979663 14429130752 56732 33554432000 4194304 4196468 140734263607184 140211316988816 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19534] ppid=19527 vsize=14090948 memory=6791534058613427641 CPUtime=0.01 cores=1,3,5,7
/proc/19530/task/19534/stat : 19534 (java) S 19527 19530 17963 0 -1 1077944384 150 0 0 0 1 0 0 0 20 0 15 0 251979663 14429130752 56732 33554432000 4194304 4196468 140734263607184 140211315936016 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19535] ppid=19527 vsize=14090948 memory=15815608071626831 CPUtime=0.01 cores=1,3,5,7
/proc/19530/task/19535/stat : 19535 (java) S 19527 19530 17963 0 -1 1077944384 484 0 0 0 1 0 0 0 20 0 15 0 251979663 14429130752 56732 33554432000 4194304 4196468 140734263607184 140211314883728 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19536] ppid=19527 vsize=14090948 memory=7019257425709197167 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19536/stat : 19536 (java) S 19527 19530 17963 0 -1 1077944384 602 0 0 0 0 0 0 0 20 0 15 0 251979663 14429130752 56732 33554432000 4194304 4196468 140734263607184 140211313830928 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19537] ppid=19527 vsize=14090948 memory=7372769040674209892 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19537/stat : 19537 (java) S 19527 19530 17963 0 -1 1077944384 390 0 0 0 0 0 0 0 20 0 15 0 251979664 14429130752 56732 33554432000 4194304 4196468 140734263607184 140210902878320 140211721214594 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19538] ppid=19527 vsize=14090948 memory=281073665852952 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19538/stat : 19538 (java) S 19527 19530 17963 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 251979665 14429130752 56732 33554432000 4194304 4196468 140734263607184 140210901824352 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19539] ppid=19527 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19539/stat : 19539 (java) S 19527 19530 17963 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 251979665 14429130752 56732 33554432000 4194304 4196468 140734263607184 140210900771952 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19540] ppid=19527 vsize=14090948 memory=225200 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19540/stat : 19540 (java) S 19527 19530 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251979668 14429130752 56732 33554432000 4194304 4196468 140734263607184 140210899720272 140211721222043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19541] ppid=19527 vsize=14090948 memory=223788 CPUtime=0.6 cores=1,3,5,7
/proc/19530/task/19541/stat : 19541 (java) S 19527 19530 17963 0 -1 1077944384 2054 0 0 0 60 0 0 0 20 0 15 0 251979668 14429130752 56732 33554432000 4194304 4196468 140734263607184 140210898668144 140211721214594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19542] ppid=19527 vsize=14090948 memory=225200 CPUtime=0.66 cores=1,3,5,7
/proc/19530/task/19542/stat : 19542 (java) S 19527 19530 17963 0 -1 1077944384 2277 0 0 0 65 1 0 0 20 0 15 0 251979668 14429130752 56732 33554432000 4194304 4196468 140734263607184 140210897615344 140211721214594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19543] ppid=19527 vsize=14090948 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/19530/task/19543/stat : 19543 (java) S 19527 19530 17963 0 -1 1077944384 2631 0 0 0 38 0 0 0 20 0 15 0 251979668 14429130752 56732 33554432000 4194304 4196468 140734263607184 140210896563056 140211721214594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19544] ppid=19527 vsize=14090948 memory=224403451320477 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19544/stat : 19544 (java) S 19527 19530 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251979668 14429130752 56732 33554432000 4194304 4196468 140734263607184 140210895510496 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19545] ppid=19527 vsize=14090948 memory=224403451320478 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19545/stat : 19545 (java) S 19527 19530 17963 0 -1 1077944384 801 0 0 0 0 0 0 0 20 0 15 0 251979668 14429130752 56732 33554432000 4194304 4196468 140734263607184 140210894457264 140211721214594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
Current children cumulated CPU time: 11.39 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 226928 KiB

[startup+10.1007 s]*
/proc/loadavg: 1.40 1.42 1.40 3/215 19545
/proc/meminfo: memFree=23660704/32770624 swapFree=67059136/67108860
[pid=19530] ppid=19527 vsize=14090948 memory=226928 CPUtime=11.8 cores=1,3,5,7
/proc/19530/stat : 19530 (java) S 19527 19530 17963 0 -1 1077944320 31380 0 0 0 1170 10 0 0 20 0 15 0 251979662 14429130752 56732 33554432000 4194304 4196468 140734263607184 140734263589728 140211721203447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
/proc/19530/statm: 3522737 56732 3570 1 0 3484809 0
[pid=19530/tid=19532] ppid=19527 vsize=14090948 memory=6791534058613427641 CPUtime=10.05 cores=1,3,5,7
/proc/19530/task/19532/stat : 19532 (java) R 19527 19530 17963 0 -1 4202560 19553 0 0 0 999 6 0 0 20 0 15 0 251979662 14429130752 56732 33554432000 4194304 4196468 140734263607184 140211725441280 140211362732562 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19533] ppid=19527 vsize=14090948 memory=4126316290023845779 CPUtime=0.01 cores=1,3,5,7
/proc/19530/task/19533/stat : 19533 (java) S 19527 19530 17963 0 -1 1077944384 996 0 0 0 1 0 0 0 20 0 15 0 251979663 14429130752 56732 33554432000 4194304 4196468 140734263607184 140211316988816 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19534] ppid=19527 vsize=14090948 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/19530/task/19534/stat : 19534 (java) S 19527 19530 17963 0 -1 1077944384 150 0 0 0 1 0 0 0 20 0 15 0 251979663 14429130752 56732 33554432000 4194304 4196468 140734263607184 140211315936016 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19535] ppid=19527 vsize=14090948 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/19530/task/19535/stat : 19535 (java) S 19527 19530 17963 0 -1 1077944384 484 0 0 0 1 0 0 0 20 0 15 0 251979663 14429130752 56732 33554432000 4194304 4196468 140734263607184 140211314883728 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19536] ppid=19527 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19536/stat : 19536 (java) S 19527 19530 17963 0 -1 1077944384 602 0 0 0 0 0 0 0 20 0 15 0 251979663 14429130752 56732 33554432000 4194304 4196468 140734263607184 140211313830928 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19537] ppid=19527 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19537/stat : 19537 (java) S 19527 19530 17963 0 -1 1077944384 390 0 0 0 0 0 0 0 20 0 15 0 251979664 14429130752 56732 33554432000 4194304 4196468 140734263607184 140210902878320 140211721214594 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19538] ppid=19527 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19538/stat : 19538 (java) S 19527 19530 17963 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 251979665 14429130752 56732 33554432000 4194304 4196468 140734263607184 140210901824352 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19539] ppid=19527 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19539/stat : 19539 (java) S 19527 19530 17963 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 251979665 14429130752 56732 33554432000 4194304 4196468 140734263607184 140210900771952 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19540] ppid=19527 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19540/stat : 19540 (java) S 19527 19530 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251979668 14429130752 56732 33554432000 4194304 4196468 140734263607184 140210899720272 140211721222043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19541] ppid=19527 vsize=14090948 memory=0 CPUtime=0.6 cores=1,3,5,7
/proc/19530/task/19541/stat : 19541 (java) S 19527 19530 17963 0 -1 1077944384 2054 0 0 0 60 0 0 0 20 0 15 0 251979668 14429130752 56732 33554432000 4194304 4196468 140734263607184 140210898668144 140211721214594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19542] ppid=19527 vsize=14090948 memory=3761694471919706152 CPUtime=0.66 cores=1,3,5,7
/proc/19530/task/19542/stat : 19542 (java) S 19527 19530 17963 0 -1 1077944384 2277 0 0 0 65 1 0 0 20 0 15 0 251979668 14429130752 56732 33554432000 4194304 4196468 140734263607184 140210897615344 140211721214594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19543] ppid=19527 vsize=14090948 memory=3618554363313204918 CPUtime=0.38 cores=1,3,5,7
/proc/19530/task/19543/stat : 19543 (java) S 19527 19530 17963 0 -1 1077944384 2631 0 0 0 38 0 0 0 20 0 15 0 251979668 14429130752 56732 33554432000 4194304 4196468 140734263607184 140210896563056 140211721214594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19544] ppid=19527 vsize=14090948 memory=3539882221917712690 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19544/stat : 19544 (java) S 19527 19530 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251979668 14429130752 56732 33554432000 4194304 4196468 140734263607184 140210895510496 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19545] ppid=19527 vsize=14090948 memory=3618277286466889376 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19545/stat : 19545 (java) S 19527 19530 17963 0 -1 1077944384 801 0 0 0 0 0 0 0 20 0 15 0 251979668 14429130752 56732 33554432000 4194304 4196468 140734263607184 140210894457264 140211721214594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
Current children cumulated CPU time: 11.8 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 226928 KiB

[startup+10.3007 s]
/proc/loadavg: 1.40 1.42 1.40 3/215 19545
/proc/meminfo: memFree=23660704/32770624 swapFree=67059136/67108860
[pid=19530] ppid=19527 vsize=14090948 memory=226928 CPUtime=11.99 cores=1,3,5,7
/proc/19530/stat : 19530 (java) S 19527 19530 17963 0 -1 1077944320 31385 0 0 0 1189 10 0 0 20 0 15 0 251979662 14429130752 56732 33554432000 4194304 4196468 140734263607184 140734263589728 140211721203447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
/proc/19530/statm: 3522737 56732 3570 1 0 3484809 0
[pid=19530/tid=19532] ppid=19527 vsize=14090948 memory=12998 CPUtime=10.24 cores=1,3,5,7
/proc/19530/task/19532/stat : 19532 (java) R 19527 19530 17963 0 -1 4202560 19558 0 0 0 1018 6 0 0 20 0 15 0 251979662 14429130752 56732 33554432000 4194304 4196468 140734263607184 140211725441280 140211362834388 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19533] ppid=19527 vsize=14090948 memory=4265812882723438624 CPUtime=0.01 cores=1,3,5,7
/proc/19530/task/19533/stat : 19533 (java) S 19527 19530 17963 0 -1 1077944384 996 0 0 0 1 0 0 0 20 0 15 0 251979663 14429130752 56732 33554432000 4194304 4196468 140734263607184 140211316988816 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19534] ppid=19527 vsize=14090948 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/19530/task/19534/stat : 19534 (java) S 19527 19530 17963 0 -1 1077944384 150 0 0 0 1 0 0 0 20 0 15 0 251979663 14429130752 56732 33554432000 4194304 4196468 140734263607184 140211315936016 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19535] ppid=19527 vsize=14090948 memory=1399051139730258233 CPUtime=0.01 cores=1,3,5,7
/proc/19530/task/19535/stat : 19535 (java) S 19527 19530 17963 0 -1 1077944384 484 0 0 0 1 0 0 0 20 0 15 0 251979663 14429130752 56732 33554432000 4194304 4196468 140734263607184 140211314883728 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19536] ppid=19527 vsize=14090948 memory=-7750001083477550754 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19536/stat : 19536 (java) S 19527 19530 17963 0 -1 1077944384 602 0 0 0 0 0 0 0 20 0 15 0 251979663 14429130752 56732 33554432000 4194304 4196468 140734263607184 140211313830928 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19537] ppid=19527 vsize=14090948 memory=7897447025732043678 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19537/stat : 19537 (java) S 19527 19530 17963 0 -1 1077944384 390 0 0 0 0 0 0 0 20 0 15 0 251979664 14429130752 56732 33554432000 4194304 4196468 140734263607184 140210902878320 140211721214594 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19538] ppid=19527 vsize=14090948 memory=-5090687819869610291 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19538/stat : 19538 (java) S 19527 19530 17963 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 251979665 14429130752 56732 33554432000 4194304 4196468 140734263607184 140210901824352 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19539] ppid=19527 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19539/stat : 19539 (java) S 19527 19530 17963 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 251979665 14429130752 56732 33554432000 4194304 4196468 140734263607184 140210900771952 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19540] ppid=19527 vsize=14090948 memory=140536977100849 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19540/stat : 19540 (java) S 19527 19530 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251979668 14429130752 56732 33554432000 4194304 4196468 140734263607184 140210899720272 140211721222043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19541] ppid=19527 vsize=14090948 memory=140536832911536 CPUtime=0.6 cores=1,3,5,7
/proc/19530/task/19541/stat : 19541 (java) S 19527 19530 17963 0 -1 1077944384 2054 0 0 0 60 0 0 0 20 0 15 0 251979668 14429130752 56732 33554432000 4194304 4196468 140734263607184 140210898668144 140211721214594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19542] ppid=19527 vsize=14090948 memory=224403451320475 CPUtime=0.66 cores=1,3,5,7
/proc/19530/task/19542/stat : 19542 (java) S 19527 19530 17963 0 -1 1077944384 2277 0 0 0 65 1 0 0 20 0 15 0 251979668 14429130752 56732 33554432000 4194304 4196468 140734263607184 140210897615344 140211721214594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19543] ppid=19527 vsize=14090948 memory=33 CPUtime=0.38 cores=1,3,5,7
/proc/19530/task/19543/stat : 19543 (java) S 19527 19530 17963 0 -1 1077944384 2631 0 0 0 38 0 0 0 20 0 15 0 251979668 14429130752 56732 33554432000 4194304 4196468 140734263607184 140210896563056 140211721214594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19544] ppid=19527 vsize=14090948 memory=7165341813322241130 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19544/stat : 19544 (java) S 19527 19530 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251979668 14429130752 56732 33554432000 4194304 4196468 140734263607184 140210895510496 140211721213653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
[pid=19530/tid=19545] ppid=19527 vsize=14090948 memory=3618135671387332655 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19545/stat : 19545 (java) S 19527 19530 17963 0 -1 1077944384 801 0 0 0 0 0 0 0 20 0 15 0 251979668 14429130752 56732 33554432000 4194304 4196468 140734263607184 140210894457264 140211721214594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 19292160 140734263608393 140734263608585 140734263608585 140734263611343 0
Current children cumulated CPU time: 11.99 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 226928 KiB

Child status: 0
Real time (s): 10.3729
CPU time (s): 12.0883
CPU user time (s): 11.9766
CPU system time (s): 0.111676
CPU usage (%): 116.537
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 226928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.9766
system time used= 0.111676
maximum resident set size= 227968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33924
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2541
involuntary context switches= 11


# summary of solver processes directly reported to runsolver:
#   pid: 19530
#   total CPU time (s): 12.0883
#   total CPU user time (s): 11.9766
#   total CPU system time (s): 0.111676

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.066441 second user time and 0.154474 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-15 16:42:45
IDJOB=4308104
IDBENCH=141563
IDSOLVER=2791
FILE ID=node103/4308104-1534344165
RUNJOBID= node103-1534329225-17995
PBS_JOBID= 21038160
Free space on /tmp= 38604 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-04-m004_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-4308104-1534344165/watcher-4308104-1534344165 -o /tmp/evaluation-result-4308104-1534344165/solver-4308104-1534344165 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534329225-17995 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 104848480 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308104-1534344165.xml

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

MD5SUM BENCH= 2f4e790a4fde13aad103094a46699cf0
RANDOM SEED=104848480

node103.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.48
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.48
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.48
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.48
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:        23869444 kB
MemAvailable:   31722208 kB
Buffers:          198376 kB
Cached:          7859096 kB
SwapCached:         5140 kB
Active:          4542052 kB
Inactive:        3746236 kB
Active(anon):     222924 kB
Inactive(anon):    67480 kB
Active(file):    4319128 kB
Inactive(file):  3678756 kB
Unevictable:        7772 kB
Mlocked:            7772 kB
SwapTotal:      67108860 kB
SwapFree:       67059136 kB
Dirty:             35936 kB
Writeback:             0 kB
AnonPages:        176672 kB
Mapped:            67672 kB
Shmem:             56924 kB
Slab:             312468 kB
SReclaimable:     283340 kB
SUnreclaim:        29128 kB
KernelStack:        3792 kB
PageTables:         5920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1331224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 38568 MiB
End job on node103 at 2018-08-15 16:42:55