Trace number 4311840

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-17SAT 12.1702 10.4657

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.68/0.56	c version: 2018-08-17
0.68/0.56	c seed: 91647869
0.68/0.56	c timeout: 2520
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 1
0.68/0.59	c Parsing instance...
1.51/1.04	c Parsing done, starting search...
12.08/10.45	s SATISFIABLE
12.08/10.45	v <instantiation>
12.08/10.45	v 	<list>
12.08/10.45	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]
12.08/10.45	v 	</list>
12.08/10.45	v 	<values>
12.08/10.45	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 
12.08/10.45	v 	</values>
12.08/10.45	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 (11868 MiB free)
  memory of node 1: 16384 MiB (11114 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311840-1534561063/watcher-4311840-1534561063 -o /tmp/evaluation-result-4311840-1534561063/solver-4311840-1534561063 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534541043-15718 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 91647869 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311840-1534561063.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
Current StackSize limit: 8192 KiB

solver pid=18388, runsolver pid=18385

[startup+0.100388 s]*
/proc/loadavg: 1.50 1.60 1.68 4/215 18403
/proc/meminfo: memFree=23517956/32770624 swapFree=67108804/67108860
[pid=18388] ppid=18385 vsize=14082736 memory=30508 CPUtime=0.12 cores=0,2,4,6
/proc/18388/stat : 18388 (java) S 18385 18388 15687 0 -1 1077944320 6534 0 0 0 11 1 0 0 20 0 15 0 273669510 14420721664 7627 33554432000 4194304 4196468 140724198447808 140724198430352 140498990333687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
/proc/18388/statm: 3520684 7627 3155 1 0 3482761 0
[pid=18388/tid=18390] ppid=18385 vsize=14082736 memory=-8773748148829853054 CPUtime=0.08 cores=0,2,4,6
/proc/18388/task/18390/stat : 18390 (java) R 18385 18388 15687 0 -1 4202560 4570 0 0 0 8 0 0 0 20 0 15 0 273669511 14420721664 7627 33554432000 4194304 4196468 140724198447808 140498994536808 140498990355613 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18391] ppid=18385 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18391/stat : 18391 (java) S 18385 18388 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273669512 14420721664 7627 33554432000 4194304 4196468 140724198447808 140498920422032 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18392] ppid=18385 vsize=14082736 memory=139848286819968 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18392/stat : 18392 (java) S 18385 18388 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273669512 14420721664 7627 33554432000 4194304 4196468 140724198447808 140498919369232 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18393] ppid=18385 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18393/stat : 18393 (java) S 18385 18388 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273669512 14420721664 7627 33554432000 4194304 4196468 140724198447808 140498918316432 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18394] ppid=18385 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18394/stat : 18394 (java) S 18385 18388 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273669512 14420721664 7627 33554432000 4194304 4196468 140724198447808 140498582550800 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18395] ppid=18385 vsize=14082736 memory=139848286819968 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18395/stat : 18395 (java) S 18385 18388 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273669513 14420721664 7627 33554432000 4194304 4196468 140724198447808 140497903389552 140498990344834 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18396] ppid=18385 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18396/stat : 18396 (java) S 18385 18388 15687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273669514 14420721664 7627 33554432000 4194304 4196468 140724198447808 140497902335520 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18397] ppid=18385 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18397/stat : 18397 (java) S 18385 18388 15687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273669514 14420721664 7627 33554432000 4194304 4196468 140724198447808 140497901282672 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18398] ppid=18385 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18398/stat : 18398 (java) S 18385 18388 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273669516 14420721664 7627 33554432000 4194304 4196468 140724198447808 140497900230992 140498990352283 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18399] ppid=18385 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18399/stat : 18399 (java) S 18385 18388 15687 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 273669516 14420721664 7627 33554432000 4194304 4196468 140724198447808 140497899178352 140498990344834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18400] ppid=18385 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18400/stat : 18400 (java) S 18385 18388 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273669516 14420721664 7627 33554432000 4194304 4196468 140724198447808 140497898125552 140498990344834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18401] ppid=18385 vsize=14082736 memory=139848286819968 CPUtime=0.01 cores=0,2,4,6
/proc/18388/task/18401/stat : 18401 (java) S 18385 18388 15687 0 -1 1077944384 287 0 0 0 1 0 0 0 20 0 15 0 273669516 14420721664 7627 33554432000 4194304 4196468 140724198447808 140497897072752 140498990344834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18402] ppid=18385 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18402/stat : 18402 (java) S 18385 18388 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273669516 14420721664 7627 33554432000 4194304 4196468 140724198447808 140497896020192 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18403] ppid=18385 vsize=14082736 memory=139848286819968 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18403/stat : 18403 (java) S 18385 18388 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273669517 14420721664 7627 33554432000 4194304 4196468 140724198447808 140497894968496 140498990344834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30508 KiB

[startup+0.210921 s]*
/proc/loadavg: 1.50 1.60 1.68 5/215 18403
/proc/meminfo: memFree=23501740/32770624 swapFree=67108804/67108860
[pid=18388] ppid=18385 vsize=14082736 memory=47152 CPUtime=0.3 cores=0,2,4,6
/proc/18388/stat : 18388 (java) S 18385 18388 15687 0 -1 1077944320 10318 0 0 0 28 2 0 0 20 0 15 0 273669510 14420721664 11788 33554432000 4194304 4196468 140724198447808 140724198430352 140498990333687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
/proc/18388/statm: 3520684 11788 3386 1 0 3482761 0
[pid=18388/tid=18390] ppid=18385 vsize=14082736 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/18388/task/18390/stat : 18390 (java) R 18385 18388 15687 0 -1 4202560 8046 0 0 0 18 1 0 0 20 0 15 0 273669511 14420721664 11788 33554432000 4194304 4196468 140724198447808 140498994563040 140498974377317 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18391] ppid=18385 vsize=14082736 memory=343 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18391/stat : 18391 (java) S 18385 18388 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273669512 14420721664 11788 33554432000 4194304 4196468 140724198447808 140498920422032 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18392] ppid=18385 vsize=14082736 memory=139848288355537 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18392/stat : 18392 (java) S 18385 18388 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273669512 14420721664 11788 33554432000 4194304 4196468 140724198447808 140498919369232 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18393] ppid=18385 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18393/stat : 18393 (java) S 18385 18388 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273669512 14420721664 11788 33554432000 4194304 4196468 140724198447808 140498918316432 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18394] ppid=18385 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18394/stat : 18394 (java) S 18385 18388 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273669512 14420721664 11788 33554432000 4194304 4196468 140724198447808 140498582550800 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18395] ppid=18385 vsize=14082736 memory=139848286819968 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18395/stat : 18395 (java) S 18385 18388 15687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 273669513 14420721664 11788 33554432000 4194304 4196468 140724198447808 140497903389552 140498990344834 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18396] ppid=18385 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18396/stat : 18396 (java) S 18385 18388 15687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273669514 14420721664 11788 33554432000 4194304 4196468 140724198447808 140497902335520 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18397] ppid=18385 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18397/stat : 18397 (java) S 18385 18388 15687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273669514 14420721664 11788 33554432000 4194304 4196468 140724198447808 140497901282672 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18398] ppid=18385 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18398/stat : 18398 (java) S 18385 18388 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273669516 14420721664 11788 33554432000 4194304 4196468 140724198447808 140497900230992 140498990352283 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18399] ppid=18385 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/18388/task/18399/stat : 18399 (java) R 18385 18388 15687 0 -1 4202560 432 0 0 0 2 0 0 0 20 0 15 0 273669516 14420721664 11788 33554432000 4194304 4196468 140724198447808 140497899178352 140498968272672 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18400] ppid=18385 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18400/stat : 18400 (java) R 18385 18388 15687 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 15 0 273669516 14420721664 11788 33554432000 4194304 4196468 140724198447808 140497898125552 140498990344834 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18401] ppid=18385 vsize=14082736 memory=139848286819968 CPUtime=0.05 cores=0,2,4,6
/proc/18388/task/18401/stat : 18401 (java) R 18385 18388 15687 0 -1 4202560 338 0 0 0 5 0 0 0 20 0 15 0 273669516 14420721664 11788 33554432000 4194304 4196468 140724198447808 140497897072752 140498982570814 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18402] ppid=18385 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18402/stat : 18402 (java) S 18385 18388 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273669516 14420721664 11788 33554432000 4194304 4196468 140724198447808 140497896020192 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18403] ppid=18385 vsize=14082736 memory=139848286819968 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18403/stat : 18403 (java) S 18385 18388 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273669517 14420721664 11788 33554432000 4194304 4196468 140724198447808 140497894968496 140498990344834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47152 KiB

[startup+0.310706 s]*
/proc/loadavg: 1.50 1.60 1.68 3/215 18403
/proc/meminfo: memFree=23498264/32770624 swapFree=67108804/67108860
[pid=18388] ppid=18385 vsize=14082736 memory=50428 CPUtime=0.44 cores=0,2,4,6
/proc/18388/stat : 18388 (java) S 18385 18388 15687 0 -1 1077944320 10773 0 0 0 42 2 0 0 20 0 15 0 273669510 14420721664 12607 33554432000 4194304 4196468 140724198447808 140724198430352 140498990333687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
/proc/18388/statm: 3520684 12607 3389 1 0 3482761 0
[pid=18388/tid=18390] ppid=18385 vsize=14082736 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/18388/task/18390/stat : 18390 (java) R 18385 18388 15687 0 -1 4202560 8416 0 0 0 28 1 0 0 20 0 15 0 273669511 14420721664 12607 33554432000 4194304 4196468 140724198447808 140498994541784 140498971898681 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18391] ppid=18385 vsize=14082736 memory=304556153357205527 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18391/stat : 18391 (java) S 18385 18388 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273669512 14420721664 12607 33554432000 4194304 4196468 140724198447808 140498920422032 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18392] ppid=18385 vsize=14082736 memory=139848288353373 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18392/stat : 18392 (java) S 18385 18388 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273669512 14420721664 12607 33554432000 4194304 4196468 140724198447808 140498919369232 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18393] ppid=18385 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18393/stat : 18393 (java) S 18385 18388 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273669512 14420721664 12607 33554432000 4194304 4196468 140724198447808 140498918316432 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18394] ppid=18385 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18394/stat : 18394 (java) S 18385 18388 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273669512 14420721664 12607 33554432000 4194304 4196468 140724198447808 140498582550800 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18395] ppid=18385 vsize=14082736 memory=139848286819968 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18395/stat : 18395 (java) S 18385 18388 15687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 273669513 14420721664 12607 33554432000 4194304 4196468 140724198447808 140497903389552 140498990344834 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18396] ppid=18385 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18396/stat : 18396 (java) S 18385 18388 15687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273669514 14420721664 12607 33554432000 4194304 4196468 140724198447808 140497902335520 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18397] ppid=18385 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18397/stat : 18397 (java) S 18385 18388 15687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273669514 14420721664 12607 33554432000 4194304 4196468 140724198447808 140497901282672 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18398] ppid=18385 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18398/stat : 18398 (java) S 18385 18388 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273669516 14420721664 12607 33554432000 4194304 4196468 140724198447808 140497900230992 140498990352283 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18399] ppid=18385 vsize=14082736 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/18388/task/18399/stat : 18399 (java) S 18385 18388 15687 0 -1 1077944384 455 0 0 0 3 0 0 0 20 0 15 0 273669516 14420721664 12607 33554432000 4194304 4196468 140724198447808 140497899178352 140498990344834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18400] ppid=18385 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/18388/task/18400/stat : 18400 (java) S 18385 18388 15687 0 -1 1077944384 155 0 0 0 1 0 0 0 20 0 15 0 273669516 14420721664 12607 33554432000 4194304 4196468 140724198447808 140497898125552 140498990344834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18401] ppid=18385 vsize=14082736 memory=139848286819968 CPUtime=0.08 cores=0,2,4,6
/proc/18388/task/18401/stat : 18401 (java) S 18385 18388 15687 0 -1 1077944384 364 0 0 0 8 0 0 0 20 0 15 0 273669516 14420721664 12607 33554432000 4194304 4196468 140724198447808 140497897072752 140498990344834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18402] ppid=18385 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18402/stat : 18402 (java) S 18385 18388 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273669516 14420721664 12607 33554432000 4194304 4196468 140724198447808 140497896020192 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18403] ppid=18385 vsize=14082736 memory=139848286819968 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18403/stat : 18403 (java) S 18385 18388 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273669517 14420721664 12607 33554432000 4194304 4196468 140724198447808 140497894968496 140498990344834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50428 KiB

[startup+0.70076 s]
/proc/loadavg: 1.50 1.60 1.68 3/215 18403
/proc/meminfo: memFree=23474328/32770624 swapFree=67108804/67108860
[pid=18388] ppid=18385 vsize=14084804 memory=89020 CPUtime=0.99 cores=0,2,4,6
/proc/18388/stat : 18388 (java) S 18385 18388 15687 0 -1 1077944320 17637 0 0 0 95 4 0 0 20 0 15 0 273669510 14422839296 22255 33554432000 4194304 4196468 140724198447808 140724198430352 140498990333687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
/proc/18388/statm: 3521201 22255 3500 1 0 3483273 0
[pid=18388/tid=18390] ppid=18385 vsize=14084804 memory=1744 CPUtime=0.66 cores=0,2,4,6
/proc/18388/task/18390/stat : 18390 (java) R 18385 18388 15687 0 -1 4202560 14850 0 0 0 63 3 0 0 20 0 15 0 273669511 14422839296 22255 33554432000 4194304 4196468 140724198447808 140498994542656 140498990355613 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18391] ppid=18385 vsize=14084804 memory=752 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18391/stat : 18391 (java) S 18385 18388 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273669512 14422839296 22255 33554432000 4194304 4196468 140724198447808 140498920422032 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18392] ppid=18385 vsize=14084804 memory=836 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18392/stat : 18392 (java) S 18385 18388 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273669512 14422839296 22255 33554432000 4194304 4196468 140724198447808 140498919369232 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18393] ppid=18385 vsize=14084804 memory=1084 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18393/stat : 18393 (java) S 18385 18388 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273669512 14422839296 22255 33554432000 4194304 4196468 140724198447808 140498918316432 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18394] ppid=18385 vsize=14084804 memory=1600 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18394/stat : 18394 (java) S 18385 18388 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273669512 14422839296 22255 33554432000 4194304 4196468 140724198447808 140498582550800 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18395] ppid=18385 vsize=14084804 memory=7952 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18395/stat : 18395 (java) S 18385 18388 15687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 273669513 14422839296 22255 33554432000 4194304 4196468 140724198447808 140497903389552 140498990344834 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18396] ppid=18385 vsize=14084804 memory=4088 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18396/stat : 18396 (java) S 18385 18388 15687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273669514 14422839296 22255 33554432000 4194304 4196468 140724198447808 140497902335520 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18397] ppid=18385 vsize=14084804 memory=1784 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18397/stat : 18397 (java) S 18385 18388 15687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273669514 14422839296 22255 33554432000 4194304 4196468 140724198447808 140497901282672 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18398] ppid=18385 vsize=14084804 memory=4639098309541127012 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18398/stat : 18398 (java) S 18385 18388 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273669516 14422839296 22255 33554432000 4194304 4196468 140724198447808 140497900230992 140498990352283 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18399] ppid=18385 vsize=14084804 memory=6369613153740022872 CPUtime=0.08 cores=0,2,4,6
/proc/18388/task/18399/stat : 18399 (java) S 18385 18388 15687 0 -1 1077944384 610 0 0 0 8 0 0 0 20 0 15 0 273669516 14422839296 22255 33554432000 4194304 4196468 140724198447808 140497899178352 140498990344834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18400] ppid=18385 vsize=14084804 memory=6154282490091891024 CPUtime=0.06 cores=0,2,4,6
/proc/18388/task/18400/stat : 18400 (java) S 18385 18388 15687 0 -1 1077944384 325 0 0 0 6 0 0 0 20 0 15 0 273669516 14422839296 22255 33554432000 4194304 4196468 140724198447808 140497898125552 140498990344834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18401] ppid=18385 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/18388/task/18401/stat : 18401 (java) S 18385 18388 15687 0 -1 1077944384 469 0 0 0 15 0 0 0 20 0 15 0 273669516 14422839296 22255 33554432000 4194304 4196468 140724198447808 140497897072752 140498990344834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18402] ppid=18385 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18402/stat : 18402 (java) S 18385 18388 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273669516 14422839296 22255 33554432000 4194304 4196468 140724198447808 140497896020192 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18403] ppid=18385 vsize=14084804 memory=33 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18403/stat : 18403 (java) S 18385 18388 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273669517 14422839296 22255 33554432000 4194304 4196468 140724198447808 140497894968496 140498990344834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89020 KiB

[startup+1.50074 s]
/proc/loadavg: 1.50 1.60 1.68 3/215 18403
/proc/meminfo: memFree=23440656/32770624 swapFree=67108804/67108860
[pid=18388] ppid=18385 vsize=14090948 memory=135212 CPUtime=2.94 cores=0,2,4,6
/proc/18388/stat : 18388 (java) S 18385 18388 15687 0 -1 1077944320 24900 0 0 0 287 7 0 0 20 0 15 0 273669510 14429130752 33803 33554432000 4194304 4196468 140724198447808 140724198430352 140498990333687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
/proc/18388/statm: 3522737 33803 3532 1 0 3484809 0
[pid=18388/tid=18390] ppid=18385 vsize=14090948 memory=6791534058613427641 CPUtime=1.47 cores=0,2,4,6
/proc/18388/task/18390/stat : 18390 (java) R 18385 18388 15687 0 -1 4202560 18548 0 0 0 142 5 0 0 20 0 15 0 273669511 14429130752 33803 33554432000 4194304 4196468 140724198447808 140498994571120 140498601901896 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18391] ppid=18385 vsize=14090948 memory=-6951259422114956437 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18391/stat : 18391 (java) S 18385 18388 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273669512 14429130752 33803 33554432000 4194304 4196468 140724198447808 140498920422032 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18392] ppid=18385 vsize=14090948 memory=-6509546260019855295 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18392/stat : 18392 (java) S 18385 18388 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273669512 14429130752 33803 33554432000 4194304 4196468 140724198447808 140498919369232 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18393] ppid=18385 vsize=14090948 memory=-7390251449858225344 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18393/stat : 18393 (java) S 18385 18388 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273669512 14429130752 33803 33554432000 4194304 4196468 140724198447808 140498918316432 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18394] ppid=18385 vsize=14090948 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18394/stat : 18394 (java) S 18385 18388 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273669512 14429130752 33803 33554432000 4194304 4196468 140724198447808 140498582550800 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18395] ppid=18385 vsize=14090948 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18395/stat : 18395 (java) S 18385 18388 15687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 273669513 14429130752 33803 33554432000 4194304 4196468 140724198447808 140497903389552 140498990344834 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0

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

[pid=18388/tid=18402] ppid=18385 vsize=14090948 memory=-7812736537705029536 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18402/stat : 18402 (java) S 18385 18388 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273669516 14429130752 56459 33554432000 4194304 4196468 140724198447808 140497896020192 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18403] ppid=18385 vsize=14090948 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18403/stat : 18403 (java) S 18385 18388 15687 0 -1 1077944384 826 0 0 0 0 0 0 0 20 0 15 0 273669517 14429130752 56459 33554432000 4194304 4196468 140724198447808 140497894968496 140498990344834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
Current children cumulated CPU time: 8.06 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 225836 KiB

[startup+8.00076 s]*
/proc/loadavg: 1.49 1.59 1.68 3/215 18403
/proc/meminfo: memFree=23321692/32770624 swapFree=67108804/67108860
[pid=18388] ppid=18385 vsize=14090948 memory=225836 CPUtime=9.68 cores=0,2,4,6
/proc/18388/stat : 18388 (java) S 18385 18388 15687 0 -1 1077944320 28877 0 0 0 960 8 0 0 20 0 15 0 273669510 14429130752 56459 33554432000 4194304 4196468 140724198447808 140724198430352 140498990333687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
/proc/18388/statm: 3522737 56459 3553 1 0 3484809 0
[pid=18388/tid=18390] ppid=18385 vsize=14090948 memory=6791534058613427641 CPUtime=7.95 cores=0,2,4,6
/proc/18388/task/18390/stat : 18390 (java) R 18385 18388 15687 0 -1 4202560 18966 0 0 0 790 5 0 0 20 0 15 0 273669511 14429130752 56459 33554432000 4194304 4196468 140724198447808 140498994571568 140498597913693 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18391] ppid=18385 vsize=14090948 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18391/stat : 18391 (java) S 18385 18388 15687 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 273669512 14429130752 56459 33554432000 4194304 4196468 140724198447808 140498920422032 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18392] ppid=18385 vsize=14090948 memory=3844 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18392/stat : 18392 (java) S 18385 18388 15687 0 -1 1077944384 329 0 0 0 0 0 0 0 20 0 15 0 273669512 14429130752 56459 33554432000 4194304 4196468 140724198447808 140498919369232 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18393] ppid=18385 vsize=14090948 memory=7897517683652307531 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18393/stat : 18393 (java) S 18385 18388 15687 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 15 0 273669512 14429130752 56459 33554432000 4194304 4196468 140724198447808 140498918316432 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18394] ppid=18385 vsize=14090948 memory=2588 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18394/stat : 18394 (java) S 18385 18388 15687 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 273669512 14429130752 56459 33554432000 4194304 4196468 140724198447808 140498582550800 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18395] ppid=18385 vsize=14090948 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18395/stat : 18395 (java) S 18385 18388 15687 0 -1 1077944384 228 0 0 0 0 0 0 0 20 0 15 0 273669513 14429130752 56459 33554432000 4194304 4196468 140724198447808 140497903389552 140498990344834 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18396] ppid=18385 vsize=14090948 memory=7810484624304794986 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18396/stat : 18396 (java) S 18385 18388 15687 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 273669514 14429130752 56459 33554432000 4194304 4196468 140724198447808 140497902335584 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18397] ppid=18385 vsize=14090948 memory=7886199237252899411 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18397/stat : 18397 (java) S 18385 18388 15687 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 273669514 14429130752 56459 33554432000 4194304 4196468 140724198447808 140497901282688 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18398] ppid=18385 vsize=14090948 memory=5859271421186629733 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18398/stat : 18398 (java) S 18385 18388 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273669516 14429130752 56459 33554432000 4194304 4196468 140724198447808 140497900230992 140498990352283 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18399] ppid=18385 vsize=14090948 memory=7380385388137112419 CPUtime=0.67 cores=0,2,4,6
/proc/18388/task/18399/stat : 18399 (java) S 18385 18388 15687 0 -1 1077944384 2928 0 0 0 67 0 0 0 20 0 15 0 273669516 14429130752 56459 33554432000 4194304 4196468 140724198447808 140497899178352 140498990344834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18400] ppid=18385 vsize=14090948 memory=6225767165591055725 CPUtime=0.58 cores=0,2,4,6
/proc/18388/task/18400/stat : 18400 (java) S 18385 18388 15687 0 -1 1077944384 1127 0 0 0 58 0 0 0 20 0 15 0 273669516 14429130752 56459 33554432000 4194304 4196468 140724198447808 140497898125552 140498990344834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18401] ppid=18385 vsize=14090948 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/18388/task/18401/stat : 18401 (java) S 18385 18388 15687 0 -1 1077944384 2505 0 0 0 38 0 0 0 20 0 15 0 273669516 14429130752 56459 33554432000 4194304 4196468 140724198447808 140497897072752 140498990344834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18402] ppid=18385 vsize=14090948 memory=279696323489792 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18402/stat : 18402 (java) S 18385 18388 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273669516 14429130752 56459 33554432000 4194304 4196468 140724198447808 140497896020192 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18403] ppid=18385 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18403/stat : 18403 (java) S 18385 18388 15687 0 -1 1077944384 828 0 0 0 0 0 0 0 20 0 15 0 273669517 14429130752 56459 33554432000 4194304 4196468 140724198447808 140497894968496 140498990344834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
Current children cumulated CPU time: 9.68 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 225836 KiB

[startup+9.60076 s]
/proc/loadavg: 1.49 1.59 1.68 3/215 18403
/proc/meminfo: memFree=23322744/32770624 swapFree=67108804/67108860
[pid=18388] ppid=18385 vsize=14090948 memory=224444 CPUtime=11.28 cores=0,2,4,6
/proc/18388/stat : 18388 (java) S 18385 18388 15687 0 -1 1077944320 29818 0 0 0 1119 9 0 0 20 0 15 0 273669510 14429130752 56111 33554432000 4194304 4196468 140724198447808 140724198430352 140498990333687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
/proc/18388/statm: 3522737 56111 3564 1 0 3484809 0
[pid=18388/tid=18390] ppid=18385 vsize=14090948 memory=6652 CPUtime=9.53 cores=0,2,4,6
/proc/18388/task/18390/stat : 18390 (java) R 18385 18388 15687 0 -1 4202560 19278 0 0 0 948 5 0 0 20 0 15 0 273669511 14429130752 56111 33554432000 4194304 4196468 140724198447808 140498994571376 140498602019099 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18391] ppid=18385 vsize=14090948 memory=2080 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18391/stat : 18391 (java) S 18385 18388 15687 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 15 0 273669512 14429130752 56111 33554432000 4194304 4196468 140724198447808 140498920422032 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18392] ppid=18385 vsize=14090948 memory=1036 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18392/stat : 18392 (java) S 18385 18388 15687 0 -1 1077944384 476 0 0 0 0 0 0 0 20 0 15 0 273669512 14429130752 56111 33554432000 4194304 4196468 140724198447808 140498919369232 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18393] ppid=18385 vsize=14090948 memory=1744 CPUtime=0.01 cores=0,2,4,6
/proc/18388/task/18393/stat : 18393 (java) S 18385 18388 15687 0 -1 1077944384 460 0 0 0 1 0 0 0 20 0 15 0 273669512 14429130752 56111 33554432000 4194304 4196468 140724198447808 140498918316432 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18394] ppid=18385 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18394/stat : 18394 (java) S 18385 18388 15687 0 -1 1077944384 380 0 0 0 0 0 0 0 20 0 15 0 273669512 14429130752 56111 33554432000 4194304 4196468 140724198447808 140498582550800 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18395] ppid=18385 vsize=14090948 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18395/stat : 18395 (java) S 18385 18388 15687 0 -1 1077944384 251 0 0 0 0 0 0 0 20 0 15 0 273669513 14429130752 56111 33554432000 4194304 4196468 140724198447808 140497903389552 140498990344834 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18396] ppid=18385 vsize=14090948 memory=6628 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18396/stat : 18396 (java) S 18385 18388 15687 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 273669514 14429130752 56111 33554432000 4194304 4196468 140724198447808 140497902335584 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18397] ppid=18385 vsize=14090948 memory=8836 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18397/stat : 18397 (java) S 18385 18388 15687 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 273669514 14429130752 56111 33554432000 4194304 4196468 140724198447808 140497901282688 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18398] ppid=18385 vsize=14090948 memory=11044 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18398/stat : 18398 (java) S 18385 18388 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273669516 14429130752 56111 33554432000 4194304 4196468 140724198447808 140497900230992 140498990352283 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18399] ppid=18385 vsize=14090948 memory=13252 CPUtime=0.67 cores=0,2,4,6
/proc/18388/task/18399/stat : 18399 (java) S 18385 18388 15687 0 -1 1077944384 2928 0 0 0 67 0 0 0 20 0 15 0 273669516 14429130752 56111 33554432000 4194304 4196468 140724198447808 140497899178352 140498990344834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18400] ppid=18385 vsize=14090948 memory=15460 CPUtime=0.58 cores=0,2,4,6
/proc/18388/task/18400/stat : 18400 (java) S 18385 18388 15687 0 -1 1077944384 1127 0 0 0 58 0 0 0 20 0 15 0 273669516 14429130752 56111 33554432000 4194304 4196468 140724198447808 140497898125552 140498990344834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18401] ppid=18385 vsize=14090948 memory=225836 CPUtime=0.38 cores=0,2,4,6
/proc/18388/task/18401/stat : 18401 (java) S 18385 18388 15687 0 -1 1077944384 2505 0 0 0 38 0 0 0 20 0 15 0 273669516 14429130752 56111 33554432000 4194304 4196468 140724198447808 140497897072752 140498990344834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18402] ppid=18385 vsize=14090948 memory=1600 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18402/stat : 18402 (java) S 18385 18388 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273669516 14429130752 56111 33554432000 4194304 4196468 140724198447808 140497896020192 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18403] ppid=18385 vsize=14090948 memory=7952 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18403/stat : 18403 (java) S 18385 18388 15687 0 -1 1077944384 843 0 0 0 0 0 0 0 20 0 15 0 273669517 14429130752 56111 33554432000 4194304 4196468 140724198447808 140497894968496 140498990344834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
Current children cumulated CPU time: 11.28 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 224444 KiB

[startup+10.0013 s]*
/proc/loadavg: 1.49 1.59 1.68 3/215 18403
/proc/meminfo: memFree=23319364/32770624 swapFree=67108804/67108860
[pid=18388] ppid=18385 vsize=14090948 memory=227532 CPUtime=11.69 cores=0,2,4,6
/proc/18388/stat : 18388 (java) S 18385 18388 15687 0 -1 1077944320 30662 0 0 0 1160 9 0 0 20 0 15 0 273669510 14429130752 56883 33554432000 4194304 4196468 140724198447808 140724198430352 140498990333687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
/proc/18388/statm: 3522737 56883 3564 1 0 3484809 0
[pid=18388/tid=18390] ppid=18385 vsize=14090948 memory=6791534058613427641 CPUtime=9.94 cores=0,2,4,6
/proc/18388/task/18390/stat : 18390 (java) R 18385 18388 15687 0 -1 4202560 19300 0 0 0 989 5 0 0 20 0 15 0 273669511 14429130752 56883 33554432000 4194304 4196468 140724198447808 140498994571536 140498601801267 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18391] ppid=18385 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18391/stat : 18391 (java) S 18385 18388 15687 0 -1 1077944384 146 0 0 0 0 0 0 0 20 0 15 0 273669512 14429130752 56883 33554432000 4194304 4196468 140724198447808 140498920422032 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18392] ppid=18385 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18392/stat : 18392 (java) S 18385 18388 15687 0 -1 1077944384 687 0 0 0 0 0 0 0 20 0 15 0 273669512 14429130752 56883 33554432000 4194304 4196468 140724198447808 140498919369232 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18393] ppid=18385 vsize=14090948 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/18388/task/18393/stat : 18393 (java) S 18385 18388 15687 0 -1 1077944384 838 0 0 0 1 0 0 0 20 0 15 0 273669512 14429130752 56883 33554432000 4194304 4196468 140724198447808 140498918316432 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18394] ppid=18385 vsize=14090948 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/18388/task/18394/stat : 18394 (java) S 18385 18388 15687 0 -1 1077944384 391 0 0 0 1 0 0 0 20 0 15 0 273669512 14429130752 56883 33554432000 4194304 4196468 140724198447808 140498582550800 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18395] ppid=18385 vsize=14090948 memory=3467824627879786288 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18395/stat : 18395 (java) S 18385 18388 15687 0 -1 1077944384 469 0 0 0 0 0 0 0 20 0 15 0 273669513 14429130752 56883 33554432000 4194304 4196468 140724198447808 140497903389552 140498990344834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18396] ppid=18385 vsize=14090948 memory=3834287523823236918 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18396/stat : 18396 (java) S 18385 18388 15687 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 273669514 14429130752 56883 33554432000 4194304 4196468 140724198447808 140497902335584 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18397] ppid=18385 vsize=14090948 memory=3976735856566351154 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18397/stat : 18397 (java) S 18385 18388 15687 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 273669514 14429130752 56883 33554432000 4194304 4196468 140724198447808 140497901282688 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18398] ppid=18385 vsize=14090948 memory=2319529047453169328 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18398/stat : 18398 (java) S 18385 18388 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273669516 14429130752 56883 33554432000 4194304 4196468 140724198447808 140497900230992 140498990352283 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18399] ppid=18385 vsize=14090948 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/18388/task/18399/stat : 18399 (java) S 18385 18388 15687 0 -1 1077944384 2928 0 0 0 67 0 0 0 20 0 15 0 273669516 14429130752 56883 33554432000 4194304 4196468 140724198447808 140497899178352 140498990344834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18400] ppid=18385 vsize=14090948 memory=5864344653702512736 CPUtime=0.58 cores=0,2,4,6
/proc/18388/task/18400/stat : 18400 (java) S 18385 18388 15687 0 -1 1077944384 1127 0 0 0 58 0 0 0 20 0 15 0 273669516 14429130752 56883 33554432000 4194304 4196468 140724198447808 140497898125552 140498990344834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18401] ppid=18385 vsize=14090948 memory=7164490705407337837 CPUtime=0.38 cores=0,2,4,6
/proc/18388/task/18401/stat : 18401 (java) S 18385 18388 15687 0 -1 1077944384 2505 0 0 0 38 0 0 0 20 0 15 0 273669516 14429130752 56883 33554432000 4194304 4196468 140724198447808 140497897072752 140498990344834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18402] ppid=18385 vsize=14090948 memory=7595673063709108332 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18402/stat : 18402 (java) S 18385 18388 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273669516 14429130752 56883 33554432000 4194304 4196468 140724198447808 140497896020192 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18403] ppid=18385 vsize=14090948 memory=7453290706023507537 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18403/stat : 18403 (java) S 18385 18388 15687 0 -1 1077944384 843 0 0 0 0 0 0 0 20 0 15 0 273669517 14429130752 56883 33554432000 4194304 4196468 140724198447808 140497894968496 140498990344834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
Current children cumulated CPU time: 11.69 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 227532 KiB

[startup+10.4008 s]
/proc/loadavg: 1.49 1.59 1.68 3/215 18403
/proc/meminfo: memFree=23319364/32770624 swapFree=67108804/67108860
[pid=18388] ppid=18385 vsize=14090948 memory=227532 CPUtime=12.08 cores=0,2,4,6
/proc/18388/stat : 18388 (java) S 18385 18388 15687 0 -1 1077944320 30673 0 0 0 1199 9 0 0 20 0 15 0 273669510 14429130752 56883 33554432000 4194304 4196468 140724198447808 140724198430352 140498990333687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
/proc/18388/statm: 3522737 56883 3564 1 0 3484809 0
[pid=18388/tid=18390] ppid=18385 vsize=14090948 memory=6791534058613427641 CPUtime=10.33 cores=0,2,4,6
/proc/18388/task/18390/stat : 18390 (java) R 18385 18388 15687 0 -1 4202560 19311 0 0 0 1028 5 0 0 20 0 15 0 273669511 14429130752 56883 33554432000 4194304 4196468 140724198447808 140498994571536 140498601828844 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18391] ppid=18385 vsize=14090948 memory=4088 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18391/stat : 18391 (java) S 18385 18388 15687 0 -1 1077944384 146 0 0 0 0 0 0 0 20 0 15 0 273669512 14429130752 56883 33554432000 4194304 4196468 140724198447808 140498920422032 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18392] ppid=18385 vsize=14090948 memory=1784 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18392/stat : 18392 (java) S 18385 18388 15687 0 -1 1077944384 687 0 0 0 0 0 0 0 20 0 15 0 273669512 14429130752 56883 33554432000 4194304 4196468 140724198447808 140498919369232 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18393] ppid=18385 vsize=14090948 memory=1060 CPUtime=0.01 cores=0,2,4,6
/proc/18388/task/18393/stat : 18393 (java) S 18385 18388 15687 0 -1 1077944384 838 0 0 0 1 0 0 0 20 0 15 0 273669512 14429130752 56883 33554432000 4194304 4196468 140724198447808 140498918316432 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18394] ppid=18385 vsize=14090948 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/18388/task/18394/stat : 18394 (java) S 18385 18388 15687 0 -1 1077944384 391 0 0 0 1 0 0 0 20 0 15 0 273669512 14429130752 56883 33554432000 4194304 4196468 140724198447808 140498582550800 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18395] ppid=18385 vsize=14090948 memory=279696324275648 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18395/stat : 18395 (java) S 18385 18388 15687 0 -1 1077944384 469 0 0 0 0 0 0 0 20 0 15 0 273669513 14429130752 56883 33554432000 4194304 4196468 140724198447808 140497903389552 140498990344834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18396] ppid=18385 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18396/stat : 18396 (java) S 18385 18388 15687 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 273669514 14429130752 56883 33554432000 4194304 4196468 140724198447808 140497902335584 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18397] ppid=18385 vsize=14090948 memory=-2537689246120445521 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18397/stat : 18397 (java) S 18385 18388 15687 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 273669514 14429130752 56883 33554432000 4194304 4196468 140724198447808 140497901282688 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18398] ppid=18385 vsize=14090948 memory=-6234758880078832264 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18398/stat : 18398 (java) S 18385 18388 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273669516 14429130752 56883 33554432000 4194304 4196468 140724198447808 140497900230992 140498990352283 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18399] ppid=18385 vsize=14090948 memory=-1391509512798377362 CPUtime=0.67 cores=0,2,4,6
/proc/18388/task/18399/stat : 18399 (java) S 18385 18388 15687 0 -1 1077944384 2928 0 0 0 67 0 0 0 20 0 15 0 273669516 14429130752 56883 33554432000 4194304 4196468 140724198447808 140497899178352 140498990344834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18400] ppid=18385 vsize=14090948 memory=3708 CPUtime=0.58 cores=0,2,4,6
/proc/18388/task/18400/stat : 18400 (java) S 18385 18388 15687 0 -1 1077944384 1127 0 0 0 58 0 0 0 20 0 15 0 273669516 14429130752 56883 33554432000 4194304 4196468 140724198447808 140497898125552 140498990344834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18401] ppid=18385 vsize=14090948 memory=56 CPUtime=0.38 cores=0,2,4,6
/proc/18388/task/18401/stat : 18401 (java) S 18385 18388 15687 0 -1 1077944384 2505 0 0 0 38 0 0 0 20 0 15 0 273669516 14429130752 56883 33554432000 4194304 4196468 140724198447808 140497897072752 140498990344834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18402] ppid=18385 vsize=14090948 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18402/stat : 18402 (java) S 18385 18388 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273669516 14429130752 56883 33554432000 4194304 4196468 140724198447808 140497896020192 140498990343893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
[pid=18388/tid=18403] ppid=18385 vsize=14090948 memory=33 CPUtime=0 cores=0,2,4,6
/proc/18388/task/18403/stat : 18403 (java) S 18385 18388 15687 0 -1 1077944384 843 0 0 0 0 0 0 0 20 0 15 0 273669517 14429130752 56883 33554432000 4194304 4196468 140724198447808 140497894968496 140498990344834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 32522240 140724198450250 140724198450441 140724198450441 140724198453199 0
Current children cumulated CPU time: 12.08 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 227532 KiB

Child status: 0
Real time (s): 10.4657
CPU time (s): 12.1702
CPU user time (s): 12.0686
CPU system time (s): 0.10167
CPU usage (%): 116.287
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 227532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.0686
system time used= 0.10167
maximum resident set size= 228572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33053
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= 2585
involuntary context switches= 23


# summary of solver processes directly reported to runsolver:
#   pid: 18388
#   total CPU time (s): 12.1702
#   total CPU user time (s): 12.0686
#   total CPU system time (s): 0.10167

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.097595 second user time and 0.126782 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-18 04:57:43
IDJOB=4311840
IDBENCH=141563
IDSOLVER=2799
FILE ID=node105/4311840-1534561063
RUNJOBID= node105-1534541043-15718
PBS_JOBID= 21038642
Free space on /tmp= 52340 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
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 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4311840-1534561063/watcher-4311840-1534561063 -o /tmp/evaluation-result-4311840-1534561063/solver-4311840-1534561063 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534541043-15718 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 91647869 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311840-1534561063.xml

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

MD5SUM BENCH= 2f4e790a4fde13aad103094a46699cf0
RANDOM SEED=91647869

node105.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.32
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.32
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.32
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.32
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:        23535296 kB
MemAvailable:   31704780 kB
Buffers:          254788 kB
Cached:          8176492 kB
SwapCached:           16 kB
Active:          5677284 kB
Inactive:        2991216 kB
Active(anon):     210200 kB
Inactive(anon):    96512 kB
Active(file):    5467084 kB
Inactive(file):  2894704 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             35632 kB
Writeback:             0 kB
AnonPages:        245032 kB
Mapped:            31308 kB
Shmem:             66132 kB
Slab:             265452 kB
SReclaimable:     236156 kB
SUnreclaim:        29296 kB
KernelStack:        3776 kB
PageTables:         5884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1224064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    116736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 52308 MiB
End job on node105 at 2018-08-18 04:57:54