Trace number 4311867

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 44.7787 43.1276

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K04-P03_c18.xml
MD5SUM76f2570dac1ecc86f40824dfede26263
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.556125
Satisfiable
(Un)Satisfiability was proved
Number of variables68
Number of constraints28
Number of domains2
Minimum domain size26
Maximum domain size27
Distribution of domain sizes[{"size":26,"count":26},{"size":27,"count":12}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":30},{"degree":2,"count":26},{"degree":5,"count":8},{"degree":6,"count":4}]
Minimum constraint arity3
Maximum constraint arity26
Distribution of constraint arities[{"arity":3,"count":26},{"arity":12,"count":1},{"arity":26,"count":1}]
Number of extensional constraints0
Number of intensional constraints26
Distribution of constraint types[{"type":"intension","count":26},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.57	c version: 2018-08-17
0.67/0.57	c seed: 448944687
0.67/0.57	c timeout: 2520
0.67/0.57	c memlimit: 11000
0.67/0.57	c nbcore: 1
0.67/0.59	c Parsing instance...
1.50/1.06	c Parsing done, starting search...
44.65/43.10	s SATISFIABLE
44.65/43.10	v <instantiation>
44.65/43.10	v 	<list>
44.65/43.10	v 		cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[1][0] cn[1][1] cn[1][2] cn[1][3] cn[2][0] cn[2][1] cn[2][2] cn[2][3] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][1][2] ce[0][1][3] ce[0][2][3] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][1][2] ce[1][1][3] ce[1][2][3] ce[2][0][1] ce[2][0][2] ce[2][0][3] ce[2][1][2] ce[2][1][3] ce[2][2][3] cie[0][0] cie[0][1] cie[0][2] cie[0][3] cie[1][0] cie[1][1] cie[1][2] cie[1][3]
44.65/43.10	v 	</list>
44.65/43.10	v 	<values>
44.65/43.10	v 		18 22 1 7 2 14 21 12 26 0 3 25 4 17 11 21 15 6 12 19 10 7 2 9 26 23 1 3 25 22 16 8 20 5 24 14 18 13 
44.65/43.10	v 	</values>
44.65/43.10	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 (11310 MiB free)
  memory of node 1: 16384 MiB (10758 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311867-1534546033/watcher-4311867-1534546033 -o /tmp/evaluation-result-4311867-1534546033/solver-4311867-1534546033 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534541038-5586 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 448944687 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311867-1534546033.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=6283, runsolver pid=6280

[startup+0.104938 s]*
/proc/loadavg: 1.52 1.49 1.44 6/215 6298
/proc/meminfo: memFree=22575708/32770624 swapFree=67108836/67108860
[pid=6283] ppid=6280 vsize=14082736 memory=34620 CPUtime=0.12 cores=0,2,4,6
/proc/6283/stat : 6283 (java) S 6280 6283 5555 0 -1 1077944320 8197 0 0 0 10 2 0 0 20 0 15 0 272166466 14420721664 8655 33554432000 4194304 4196468 140725225292288 140725225274832 139836213366519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
/proc/6283/statm: 3520684 8655 3156 1 0 3482761 0
[pid=6283/tid=6285] ppid=6280 vsize=14082736 memory=-8392841041427657920 CPUtime=0.09 cores=0,2,4,6
/proc/6283/task/6285/stat : 6285 (java) R 6280 6283 5555 0 -1 4202560 6253 0 0 0 8 1 0 0 20 0 15 0 272166467 14420721664 8655 33554432000 4194304 4196468 140725225292288 139836217589776 139836213388445 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6286] ppid=6280 vsize=14082736 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6286/stat : 6286 (java) S 6280 6283 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166468 14420721664 8655 33554432000 4194304 4196468 140725225292288 139836150967056 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6287] ppid=6280 vsize=14082736 memory=140192944289408 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6287/stat : 6287 (java) S 6280 6283 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166468 14420721664 8655 33554432000 4194304 4196468 140725225292288 139835807898512 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6288] ppid=6280 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6288/stat : 6288 (java) S 6280 6283 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166468 14420721664 8655 33554432000 4194304 4196468 140725225292288 139835806845968 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6289] ppid=6280 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6289/stat : 6289 (java) S 6280 6283 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166468 14420721664 8655 33554432000 4194304 4196468 140725225292288 139835805793424 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6290] ppid=6280 vsize=14082736 memory=140192944289408 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6290/stat : 6290 (java) S 6280 6283 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166469 14420721664 8655 33554432000 4194304 4196468 140725225292288 139835755612144 139836213377666 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6291] ppid=6280 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6291/stat : 6291 (java) S 6280 6283 5555 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272166469 14420721664 8655 33554432000 4194304 4196468 140725225292288 139835754558368 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6292] ppid=6280 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6292/stat : 6292 (java) S 6280 6283 5555 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272166470 14420721664 8655 33554432000 4194304 4196468 140725225292288 139835753505776 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6293] ppid=6280 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6293/stat : 6293 (java) S 6280 6283 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166472 14420721664 8655 33554432000 4194304 4196468 140725225292288 139835752454352 139836213385115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6294] ppid=6280 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6294/stat : 6294 (java) S 6280 6283 5555 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 272166472 14420721664 8655 33554432000 4194304 4196468 140725225292288 139835751401968 139836213377666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6295] ppid=6280 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6295/stat : 6295 (java) S 6280 6283 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166472 14420721664 8655 33554432000 4194304 4196468 140725225292288 139835750349424 139836213377666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6296] ppid=6280 vsize=14082736 memory=140192944289408 CPUtime=0.01 cores=0,2,4,6
/proc/6283/task/6296/stat : 6296 (java) S 6280 6283 5555 0 -1 1077944384 275 0 0 0 1 0 0 0 20 0 15 0 272166472 14420721664 8655 33554432000 4194304 4196468 140725225292288 139835749296880 139836213377666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6297] ppid=6280 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6297/stat : 6297 (java) S 6280 6283 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166472 14420721664 8655 33554432000 4194304 4196468 140725225292288 139835748244576 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6298] ppid=6280 vsize=14082736 memory=140192944289408 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6298/stat : 6298 (java) S 6280 6283 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166472 14420721664 8655 33554432000 4194304 4196468 140725225292288 139835679435056 139836213377666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 34620 KiB

[startup+0.210492 s]*
/proc/loadavg: 1.52 1.49 1.44 6/215 6298
/proc/meminfo: memFree=22555988/32770624 swapFree=67108836/67108860
[pid=6283] ppid=6280 vsize=14082736 memory=47564 CPUtime=0.29 cores=0,2,4,6
/proc/6283/stat : 6283 (java) S 6280 6283 5555 0 -1 1077944320 10470 0 0 0 26 3 0 0 20 0 15 0 272166466 14420721664 11891 33554432000 4194304 4196468 140725225292288 140725225274832 139836213366519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
/proc/6283/statm: 3520684 11891 3334 1 0 3482761 0
[pid=6283/tid=6285] ppid=6280 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/6283/task/6285/stat : 6285 (java) R 6280 6283 5555 0 -1 4202560 8280 0 0 0 18 2 0 0 20 0 15 0 272166467 14420721664 11891 33554432000 4194304 4196468 140725225292288 139836217591872 139836213388445 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6286] ppid=6280 vsize=14082736 memory=342 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6286/stat : 6286 (java) S 6280 6283 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166468 14420721664 11891 33554432000 4194304 4196468 140725225292288 139836150967056 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6287] ppid=6280 vsize=14082736 memory=140192944300775 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6287/stat : 6287 (java) S 6280 6283 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166468 14420721664 11891 33554432000 4194304 4196468 140725225292288 139835807898512 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6288] ppid=6280 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6288/stat : 6288 (java) S 6280 6283 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166468 14420721664 11891 33554432000 4194304 4196468 140725225292288 139835806845968 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6289] ppid=6280 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6289/stat : 6289 (java) S 6280 6283 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166468 14420721664 11891 33554432000 4194304 4196468 140725225292288 139835805793424 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6290] ppid=6280 vsize=14082736 memory=140192944289408 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6290/stat : 6290 (java) S 6280 6283 5555 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 272166469 14420721664 11891 33554432000 4194304 4196468 140725225292288 139835755612144 139836213377666 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6291] ppid=6280 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6291/stat : 6291 (java) S 6280 6283 5555 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272166469 14420721664 11891 33554432000 4194304 4196468 140725225292288 139835754558368 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6292] ppid=6280 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6292/stat : 6292 (java) S 6280 6283 5555 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272166470 14420721664 11891 33554432000 4194304 4196468 140725225292288 139835753505776 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6293] ppid=6280 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6293/stat : 6293 (java) S 6280 6283 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166472 14420721664 11891 33554432000 4194304 4196468 140725225292288 139835752454352 139836213385115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6294] ppid=6280 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/6283/task/6294/stat : 6294 (java) R 6280 6283 5555 0 -1 4202560 376 0 0 0 1 0 0 0 20 0 15 0 272166472 14420721664 11891 33554432000 4194304 4196468 140725225292288 139835751401968 139836205603646 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6295] ppid=6280 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/6283/task/6295/stat : 6295 (java) S 6280 6283 5555 0 -1 1077944384 160 0 0 0 1 0 0 0 20 0 15 0 272166472 14420721664 11891 33554432000 4194304 4196468 140725225292288 139835750349424 139836213377666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6296] ppid=6280 vsize=14082736 memory=140192944289408 CPUtime=0.05 cores=0,2,4,6
/proc/6283/task/6296/stat : 6296 (java) R 6280 6283 5555 0 -1 1077944384 296 0 0 0 5 0 0 0 20 0 15 0 272166472 14420721664 11891 33554432000 4194304 4196468 140725225292288 139835749296880 139836213377666 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6297] ppid=6280 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6297/stat : 6297 (java) S 6280 6283 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166472 14420721664 11891 33554432000 4194304 4196468 140725225292288 139835748244576 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6298] ppid=6280 vsize=14082736 memory=140192944289408 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6298/stat : 6298 (java) S 6280 6283 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166472 14420721664 11891 33554432000 4194304 4196468 140725225292288 139835679435056 139836213377666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47564 KiB

[startup+0.310914 s]*
/proc/loadavg: 1.52 1.49 1.44 4/215 6298
/proc/meminfo: memFree=22551832/32770624 swapFree=67108836/67108860
[pid=6283] ppid=6280 vsize=14082736 memory=50956 CPUtime=0.44 cores=0,2,4,6
/proc/6283/stat : 6283 (java) S 6280 6283 5555 0 -1 1077944320 10891 0 0 0 41 3 0 0 20 0 15 0 272166466 14420721664 12739 33554432000 4194304 4196468 140725225292288 140725225274832 139836213366519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
/proc/6283/statm: 3520684 12739 3371 1 0 3482761 0
[pid=6283/tid=6285] ppid=6280 vsize=14082736 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/6283/task/6285/stat : 6285 (java) R 6280 6283 5555 0 -1 4202560 8592 0 0 0 27 2 0 0 20 0 15 0 272166467 14420721664 12739 33554432000 4194304 4196468 140725225292288 139836217574888 139836197447006 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6286] ppid=6280 vsize=14082736 memory=290763875203416087 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6286/stat : 6286 (java) S 6280 6283 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166468 14420721664 12739 33554432000 4194304 4196468 140725225292288 139836150967056 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6287] ppid=6280 vsize=14082736 memory=15959103879313048 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6287/stat : 6287 (java) S 6280 6283 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166468 14420721664 12739 33554432000 4194304 4196468 140725225292288 139835807898512 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6288] ppid=6280 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6288/stat : 6288 (java) S 6280 6283 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166468 14420721664 12739 33554432000 4194304 4196468 140725225292288 139835806845968 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6289] ppid=6280 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6289/stat : 6289 (java) S 6280 6283 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166468 14420721664 12739 33554432000 4194304 4196468 140725225292288 139835805793424 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6290] ppid=6280 vsize=14082736 memory=140192944289408 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6290/stat : 6290 (java) S 6280 6283 5555 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 272166469 14420721664 12739 33554432000 4194304 4196468 140725225292288 139835755612144 139836213377666 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6291] ppid=6280 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6291/stat : 6291 (java) S 6280 6283 5555 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272166469 14420721664 12739 33554432000 4194304 4196468 140725225292288 139835754558368 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6292] ppid=6280 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6292/stat : 6292 (java) S 6280 6283 5555 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272166470 14420721664 12739 33554432000 4194304 4196468 140725225292288 139835753505776 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6293] ppid=6280 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6293/stat : 6293 (java) S 6280 6283 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166472 14420721664 12739 33554432000 4194304 4196468 140725225292288 139835752454352 139836213385115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6294] ppid=6280 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6283/task/6294/stat : 6294 (java) S 6280 6283 5555 0 -1 1077944384 443 0 0 0 2 0 0 0 20 0 15 0 272166472 14420721664 12739 33554432000 4194304 4196468 140725225292288 139835751401968 139836213377666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6295] ppid=6280 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6283/task/6295/stat : 6295 (java) S 6280 6283 5555 0 -1 1077944384 179 0 0 0 2 0 0 0 20 0 15 0 272166472 14420721664 12739 33554432000 4194304 4196468 140725225292288 139835750349424 139836213377666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6296] ppid=6280 vsize=14082736 memory=140192944289408 CPUtime=0.08 cores=0,2,4,6
/proc/6283/task/6296/stat : 6296 (java) S 6280 6283 5555 0 -1 1077944384 307 0 0 0 8 0 0 0 20 0 15 0 272166472 14420721664 12739 33554432000 4194304 4196468 140725225292288 139835749296880 139836213377666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6297] ppid=6280 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6297/stat : 6297 (java) S 6280 6283 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166472 14420721664 12739 33554432000 4194304 4196468 140725225292288 139835748244576 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6298] ppid=6280 vsize=14082736 memory=140192944289408 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6298/stat : 6298 (java) S 6280 6283 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166472 14420721664 12739 33554432000 4194304 4196468 140725225292288 139835679435056 139836213377666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50956 KiB

[startup+0.700676 s]
/proc/loadavg: 1.52 1.49 1.44 3/215 6298
/proc/meminfo: memFree=22530128/32770624 swapFree=67108836/67108860
[pid=6283] ppid=6280 vsize=14084804 memory=90876 CPUtime=0.98 cores=0,2,4,6
/proc/6283/stat : 6283 (java) S 6280 6283 5555 0 -1 1077944320 17572 0 0 0 93 5 0 0 20 0 15 0 272166466 14422839296 22719 33554432000 4194304 4196468 140725225292288 140725225274832 139836213366519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
/proc/6283/statm: 3521201 22719 3505 1 0 3483273 0
[pid=6283/tid=6285] ppid=6280 vsize=14084804 memory=1760 CPUtime=0.66 cores=0,2,4,6
/proc/6283/task/6285/stat : 6285 (java) R 6280 6283 5555 0 -1 4202560 14908 0 0 0 63 3 0 0 20 0 15 0 272166467 14422839296 22719 33554432000 4194304 4196468 140725225292288 139836217590624 139835832215488 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6286] ppid=6280 vsize=14084804 memory=1616 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6286/stat : 6286 (java) S 6280 6283 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166468 14422839296 22719 33554432000 4194304 4196468 140725225292288 139836150967056 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6287] ppid=6280 vsize=14084804 memory=752 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6287/stat : 6287 (java) S 6280 6283 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166468 14422839296 22719 33554432000 4194304 4196468 140725225292288 139835807898512 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6288] ppid=6280 vsize=14084804 memory=5356 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6288/stat : 6288 (java) S 6280 6283 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166468 14422839296 22719 33554432000 4194304 4196468 140725225292288 139835806845968 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6289] ppid=6280 vsize=14084804 memory=872 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6289/stat : 6289 (java) S 6280 6283 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166468 14422839296 22719 33554432000 4194304 4196468 140725225292288 139835805793424 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6290] ppid=6280 vsize=14084804 memory=8736 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6290/stat : 6290 (java) S 6280 6283 5555 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 272166469 14422839296 22719 33554432000 4194304 4196468 140725225292288 139835755612144 139836213377666 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6291] ppid=6280 vsize=14084804 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6291/stat : 6291 (java) S 6280 6283 5555 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272166469 14422839296 22719 33554432000 4194304 4196468 140725225292288 139835754558368 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6292] ppid=6280 vsize=14084804 memory=1832 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6292/stat : 6292 (java) S 6280 6283 5555 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272166470 14422839296 22719 33554432000 4194304 4196468 140725225292288 139835753505776 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6293] ppid=6280 vsize=14084804 memory=4639098309541127013 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6293/stat : 6293 (java) S 6280 6283 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166472 14422839296 22719 33554432000 4194304 4196468 140725225292288 139835752454352 139836213385115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6294] ppid=6280 vsize=14084804 memory=5938120801962453074 CPUtime=0.06 cores=0,2,4,6
/proc/6283/task/6294/stat : 6294 (java) S 6280 6283 5555 0 -1 1077944384 578 0 0 0 6 0 0 0 20 0 15 0 272166472 14422839296 22719 33554432000 4194304 4196468 140725225292288 139835751401968 139836213377666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6295] ppid=6280 vsize=14084804 memory=7523071198212214892 CPUtime=0.08 cores=0,2,4,6
/proc/6283/task/6295/stat : 6295 (java) S 6280 6283 5555 0 -1 1077944384 337 0 0 0 8 0 0 0 20 0 15 0 272166472 14422839296 22719 33554432000 4194304 4196468 140725225292288 139835750349424 139836213377666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6296] ppid=6280 vsize=14084804 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/6283/task/6296/stat : 6296 (java) S 6280 6283 5555 0 -1 1077944384 367 0 0 0 14 0 0 0 20 0 15 0 272166472 14422839296 22719 33554432000 4194304 4196468 140725225292288 139835749296880 139836213377666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6297] ppid=6280 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6297/stat : 6297 (java) S 6280 6283 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166472 14422839296 22719 33554432000 4194304 4196468 140725225292288 139835748244576 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6298] ppid=6280 vsize=14084804 memory=33 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6298/stat : 6298 (java) S 6280 6283 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166472 14422839296 22719 33554432000 4194304 4196468 140725225292288 139835679435056 139836213377666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 90876 KiB

[startup+1.50074 s]
/proc/loadavg: 1.52 1.49 1.44 5/215 6298
/proc/meminfo: memFree=22491500/32770624 swapFree=67108836/67108860
[pid=6283] ppid=6280 vsize=14090948 memory=148112 CPUtime=2.91 cores=0,2,4,6
/proc/6283/stat : 6283 (java) S 6280 6283 5555 0 -1 1077944320 25334 0 0 0 284 7 0 0 20 0 15 0 272166466 14429130752 37028 33554432000 4194304 4196468 140725225292288 140725225274832 139836213366519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
/proc/6283/statm: 3522737 37028 3535 1 0 3484809 0
[pid=6283/tid=6285] ppid=6280 vsize=14090948 memory=8112282956445269571 CPUtime=1.46 cores=0,2,4,6
/proc/6283/task/6285/stat : 6285 (java) R 6280 6283 5555 0 -1 4202560 19527 0 0 0 141 5 0 0 20 0 15 0 272166467 14429130752 37028 33554432000 4194304 4196468 140725225292288 139836217601376 139835834739391 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6286] ppid=6280 vsize=14090948 memory=-8754540793456063680 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6286/stat : 6286 (java) S 6280 6283 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166468 14429130752 37028 33554432000 4194304 4196468 140725225292288 139836150967056 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6287] ppid=6280 vsize=14090948 memory=-2843869621055772062 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6287/stat : 6287 (java) S 6280 6283 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166468 14429130752 37028 33554432000 4194304 4196468 140725225292288 139835807898512 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6288] ppid=6280 vsize=14090948 memory=5450919713671312938 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6288/stat : 6288 (java) S 6280 6283 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166468 14429130752 37028 33554432000 4194304 4196468 140725225292288 139835806845968 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6289] ppid=6280 vsize=14090948 memory=7005738693937936738 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6289/stat : 6289 (java) S 6280 6283 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166468 14429130752 37028 33554432000 4194304 4196468 140725225292288 139835805793424 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6290] ppid=6280 vsize=14090948 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6290/stat : 6290 (java) S 6280 6283 5555 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272166469 14429130752 37028 33554432000 4194304 4196468 140725225292288 139835755612144 139836213377666 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0

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

[pid=6283/tid=6296] ppid=6280 vsize=14090948 memory=932 CPUtime=0.41 cores=0,2,4,6
/proc/6283/task/6296/stat : 6296 (java) S 6280 6283 5555 0 -1 1077944384 2978 0 0 0 41 0 0 0 20 0 15 0 272166472 14429130752 41530 33554432000 4194304 4196468 140725225292288 139835749296880 139836213377666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6297] ppid=6280 vsize=14090948 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6297/stat : 6297 (java) S 6280 6283 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166472 14429130752 41530 33554432000 4194304 4196468 140725225292288 139835748244576 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6298] ppid=6280 vsize=14090948 memory=2212 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6298/stat : 6298 (java) S 6280 6283 5555 0 -1 1077944384 1042 0 0 0 0 0 0 0 20 0 15 0 272166472 14429130752 41530 33554432000 4194304 4196468 140725225292288 139835679435056 139836213377666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 51 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
Current children cumulated CPU time: 43.23 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 166120 KiB

[startup+42.4008 s]
/proc/loadavg: 1.58 1.51 1.45 3/215 6298
/proc/meminfo: memFree=22417812/32770624 swapFree=67108836/67108860
[pid=6283] ppid=6280 vsize=14090948 memory=166140 CPUtime=44.03 cores=0,2,4,6
/proc/6283/stat : 6283 (java) S 6280 6283 5555 0 -1 1077944320 39359 0 0 0 4392 11 0 0 20 0 15 0 272166466 14429130752 41535 33554432000 4194304 4196468 140725225292288 140725225274832 139836213366519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
/proc/6283/statm: 3522737 41535 3570 1 0 3484809 0
[pid=6283/tid=6285] ppid=6280 vsize=14090948 memory=166120 CPUtime=41.98 cores=0,2,4,6
/proc/6283/task/6285/stat : 6285 (java) R 6280 6283 5555 0 -1 4202560 23050 0 0 0 4192 6 0 0 20 0 15 0 272166467 14429130752 41535 33554432000 4194304 4196468 140725225292288 139836217604784 139835834954845 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6286] ppid=6280 vsize=14090948 memory=33 CPUtime=0.03 cores=0,2,4,6
/proc/6283/task/6286/stat : 6286 (java) S 6280 6283 5555 0 -1 1077944384 954 0 0 0 3 0 0 0 20 0 15 0 272166468 14429130752 41535 33554432000 4194304 4196468 140725225292288 139836150967056 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6287] ppid=6280 vsize=14090948 memory=4639948313719891052 CPUtime=0.04 cores=0,2,4,6
/proc/6283/task/6287/stat : 6287 (java) S 6280 6283 5555 0 -1 1077944384 821 0 0 0 4 0 0 0 20 0 15 0 272166468 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835807898512 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6288] ppid=6280 vsize=14090948 memory=8112282956445269571 CPUtime=0.03 cores=0,2,4,6
/proc/6283/task/6288/stat : 6288 (java) S 6280 6283 5555 0 -1 1077944384 1398 0 0 0 3 0 0 0 20 0 15 0 272166468 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835806845968 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6289] ppid=6280 vsize=14090948 memory=288230621803970871 CPUtime=0.03 cores=0,2,4,6
/proc/6283/task/6289/stat : 6289 (java) S 6280 6283 5555 0 -1 1077944384 1372 0 0 0 3 0 0 0 20 0 15 0 272166468 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835805793424 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6290] ppid=6280 vsize=14090948 memory=167148 CPUtime=0.04 cores=0,2,4,6
/proc/6283/task/6290/stat : 6290 (java) S 6280 6283 5555 0 -1 1077944384 1135 0 0 0 4 0 0 0 20 0 15 0 272166469 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835755612144 139836213377666 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 25 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6291] ppid=6280 vsize=14090948 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6291/stat : 6291 (java) S 6280 6283 5555 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 272166469 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835754558432 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6292] ppid=6280 vsize=14090948 memory=254712 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6292/stat : 6292 (java) S 6280 6283 5555 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 272166470 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835753505792 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6293] ppid=6280 vsize=14090948 memory=1404 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6293/stat : 6293 (java) S 6280 6283 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166472 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835752454352 139836213385115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6294] ppid=6280 vsize=14090948 memory=2772 CPUtime=0.65 cores=0,2,4,6
/proc/6283/task/6294/stat : 6294 (java) S 6280 6283 5555 0 -1 1077944384 3148 0 0 0 65 0 0 0 20 0 15 0 272166472 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835751401968 139836213377666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6295] ppid=6280 vsize=14090948 memory=173268 CPUtime=0.69 cores=0,2,4,6
/proc/6283/task/6295/stat : 6295 (java) S 6280 6283 5555 0 -1 1077944384 1985 0 0 0 69 0 0 0 20 0 15 0 272166472 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835750349424 139836213377666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6296] ppid=6280 vsize=14090948 memory=8112282956445269571 CPUtime=0.41 cores=0,2,4,6
/proc/6283/task/6296/stat : 6296 (java) S 6280 6283 5555 0 -1 1077944384 2978 0 0 0 41 0 0 0 20 0 15 0 272166472 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835749296880 139836213377666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6297] ppid=6280 vsize=14090948 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6297/stat : 6297 (java) S 6280 6283 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166472 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835748244576 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6298] ppid=6280 vsize=14090948 memory=166120 CPUtime=0.01 cores=0,2,4,6
/proc/6283/task/6298/stat : 6298 (java) S 6280 6283 5555 0 -1 1077944384 1042 0 0 0 1 0 0 0 20 0 15 0 272166472 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835679435056 139836213377666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 51 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
Current children cumulated CPU time: 44.03 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 166140 KiB

[startup+42.8007 s]
/proc/loadavg: 1.58 1.51 1.45 3/215 6298
/proc/meminfo: memFree=22417812/32770624 swapFree=67108836/67108860
[pid=6283] ppid=6280 vsize=14090948 memory=166140 CPUtime=44.44 cores=0,2,4,6
/proc/6283/stat : 6283 (java) S 6280 6283 5555 0 -1 1077944320 39369 0 0 0 4433 11 0 0 20 0 15 0 272166466 14429130752 41535 33554432000 4194304 4196468 140725225292288 140725225274832 139836213366519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
/proc/6283/statm: 3522737 41535 3570 1 0 3484809 0
[pid=6283/tid=6285] ppid=6280 vsize=14090948 memory=288230621803970871 CPUtime=42.38 cores=0,2,4,6
/proc/6283/task/6285/stat : 6285 (java) R 6280 6283 5555 0 -1 4202560 23052 0 0 0 4232 6 0 0 20 0 15 0 272166467 14429130752 41535 33554432000 4194304 4196468 140725225292288 139836217604496 139835834987941 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6286] ppid=6280 vsize=14090948 memory=16097091571157036 CPUtime=0.04 cores=0,2,4,6
/proc/6283/task/6286/stat : 6286 (java) S 6280 6283 5555 0 -1 1077944384 954 0 0 0 4 0 0 0 20 0 15 0 272166468 14429130752 41535 33554432000 4194304 4196468 140725225292288 139836150967056 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6287] ppid=6280 vsize=14090948 memory=24385 CPUtime=0.04 cores=0,2,4,6
/proc/6283/task/6287/stat : 6287 (java) S 6280 6283 5555 0 -1 1077944384 822 0 0 0 4 0 0 0 20 0 15 0 272166468 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835807898512 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6288] ppid=6280 vsize=14090948 memory=1616 CPUtime=0.04 cores=0,2,4,6
/proc/6283/task/6288/stat : 6288 (java) S 6280 6283 5555 0 -1 1077944384 1400 0 0 0 4 0 0 0 20 0 15 0 272166468 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835806845968 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6289] ppid=6280 vsize=14090948 memory=752 CPUtime=0.03 cores=0,2,4,6
/proc/6283/task/6289/stat : 6289 (java) S 6280 6283 5555 0 -1 1077944384 1372 0 0 0 3 0 0 0 20 0 15 0 272166468 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835805793424 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6290] ppid=6280 vsize=14090948 memory=5356 CPUtime=0.04 cores=0,2,4,6
/proc/6283/task/6290/stat : 6290 (java) S 6280 6283 5555 0 -1 1077944384 1140 0 0 0 4 0 0 0 20 0 15 0 272166469 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835755612144 139836213377666 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6291] ppid=6280 vsize=14090948 memory=872 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6291/stat : 6291 (java) S 6280 6283 5555 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 272166469 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835754558432 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6292] ppid=6280 vsize=14090948 memory=8736 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6292/stat : 6292 (java) S 6280 6283 5555 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 272166470 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835753505792 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6293] ppid=6280 vsize=14090948 memory=8243114992657236051 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6293/stat : 6293 (java) S 6280 6283 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166472 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835752454352 139836213385115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6294] ppid=6280 vsize=14090948 memory=8243114992657236051 CPUtime=0.65 cores=0,2,4,6
/proc/6283/task/6294/stat : 6294 (java) S 6280 6283 5555 0 -1 1077944384 3148 0 0 0 65 0 0 0 20 0 15 0 272166472 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835751401968 139836213377666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6295] ppid=6280 vsize=14090948 memory=288288887380640621 CPUtime=0.69 cores=0,2,4,6
/proc/6283/task/6295/stat : 6295 (java) S 6280 6283 5555 0 -1 1077944384 1985 0 0 0 69 0 0 0 20 0 15 0 272166472 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835750349424 139836213377666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6296] ppid=6280 vsize=14090948 memory=9144 CPUtime=0.41 cores=0,2,4,6
/proc/6283/task/6296/stat : 6296 (java) S 6280 6283 5555 0 -1 1077944384 2978 0 0 0 41 0 0 0 20 0 15 0 272166472 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835749296880 139836213377666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6297] ppid=6280 vsize=14090948 memory=4588 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6297/stat : 6297 (java) S 6280 6283 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166472 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835748244576 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6298] ppid=6280 vsize=14090948 memory=7301016033554360678 CPUtime=0.01 cores=0,2,4,6
/proc/6283/task/6298/stat : 6298 (java) S 6280 6283 5555 0 -1 1077944384 1042 0 0 0 1 0 0 0 20 0 15 0 272166472 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835679435056 139836213377666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 51 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
Current children cumulated CPU time: 44.44 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 166140 KiB

[startup+43.0007 s]*
/proc/loadavg: 1.58 1.51 1.45 3/215 6298
/proc/meminfo: memFree=22421280/32770624 swapFree=67108836/67108860
[pid=6283] ppid=6280 vsize=14090948 memory=166140 CPUtime=44.65 cores=0,2,4,6
/proc/6283/stat : 6283 (java) S 6280 6283 5555 0 -1 1077944320 39369 0 0 0 4454 11 0 0 20 0 15 0 272166466 14429130752 41535 33554432000 4194304 4196468 140725225292288 140725225274832 139836213366519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
/proc/6283/statm: 3522737 41535 3570 1 0 3484809 0
[pid=6283/tid=6285] ppid=6280 vsize=14090948 memory=7022364594140610616 CPUtime=42.59 cores=0,2,4,6
/proc/6283/task/6285/stat : 6285 (java) R 6280 6283 5555 0 -1 4202560 23052 0 0 0 4253 6 0 0 20 0 15 0 272166467 14429130752 41535 33554432000 4194304 4196468 140725225292288 139836217604496 139835834888596 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6286] ppid=6280 vsize=14090948 memory=342 CPUtime=0.04 cores=0,2,4,6
/proc/6283/task/6286/stat : 6286 (java) S 6280 6283 5555 0 -1 1077944384 954 0 0 0 4 0 0 0 20 0 15 0 272166468 14429130752 41535 33554432000 4194304 4196468 140725225292288 139836150967056 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6287] ppid=6280 vsize=14090948 memory=140192944300775 CPUtime=0.04 cores=0,2,4,6
/proc/6283/task/6287/stat : 6287 (java) S 6280 6283 5555 0 -1 1077944384 822 0 0 0 4 0 0 0 20 0 15 0 272166468 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835807898512 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6288] ppid=6280 vsize=14090948 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/6283/task/6288/stat : 6288 (java) S 6280 6283 5555 0 -1 1077944384 1400 0 0 0 4 0 0 0 20 0 15 0 272166468 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835806845968 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6289] ppid=6280 vsize=14090948 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/6283/task/6289/stat : 6289 (java) S 6280 6283 5555 0 -1 1077944384 1372 0 0 0 3 0 0 0 20 0 15 0 272166468 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835805793424 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6290] ppid=6280 vsize=14090948 memory=140192944289408 CPUtime=0.04 cores=0,2,4,6
/proc/6283/task/6290/stat : 6290 (java) S 6280 6283 5555 0 -1 1077944384 1140 0 0 0 4 0 0 0 20 0 15 0 272166469 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835755612144 139836213377666 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6291] ppid=6280 vsize=14090948 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6291/stat : 6291 (java) S 6280 6283 5555 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 272166469 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835754558432 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6292] ppid=6280 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6292/stat : 6292 (java) S 6280 6283 5555 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 272166470 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835753505792 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6293] ppid=6280 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6293/stat : 6293 (java) S 6280 6283 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166472 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835752454352 139836213385115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6294] ppid=6280 vsize=14090948 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/6283/task/6294/stat : 6294 (java) S 6280 6283 5555 0 -1 1077944384 3148 0 0 0 65 0 0 0 20 0 15 0 272166472 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835751401968 139836213377666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6295] ppid=6280 vsize=14090948 memory=-1 CPUtime=0.69 cores=0,2,4,6
/proc/6283/task/6295/stat : 6295 (java) S 6280 6283 5555 0 -1 1077944384 1985 0 0 0 69 0 0 0 20 0 15 0 272166472 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835750349424 139836213377666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6296] ppid=6280 vsize=14090948 memory=140192944289408 CPUtime=0.41 cores=0,2,4,6
/proc/6283/task/6296/stat : 6296 (java) S 6280 6283 5555 0 -1 1077944384 2978 0 0 0 41 0 0 0 20 0 15 0 272166472 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835749296880 139836213377666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6297] ppid=6280 vsize=14090948 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6297/stat : 6297 (java) S 6280 6283 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166472 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835748244576 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6298] ppid=6280 vsize=14090948 memory=140192944289408 CPUtime=0.01 cores=0,2,4,6
/proc/6283/task/6298/stat : 6298 (java) S 6280 6283 5555 0 -1 1077944384 1042 0 0 0 1 0 0 0 20 0 15 0 272166472 14429130752 41535 33554432000 4194304 4196468 140725225292288 139835679435056 139836213377666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 51 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
Current children cumulated CPU time: 44.65 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 166140 KiB

[startup+43.1098 s]
/proc/loadavg: 1.58 1.51 1.45 3/215 6298
/proc/meminfo: memFree=22421280/32770624 swapFree=67108836/67108860
[pid=6283] ppid=6280 vsize=14157512 memory=166396 CPUtime=44.76 cores=0,2,4,6
/proc/6283/stat : 6283 (java) S 6280 6283 5555 0 -1 1077944320 41899 0 0 0 4465 11 0 0 20 0 14 0 272166466 14497292288 41580 33554432000 4194304 4196468 140725225292288 140725225274832 139836213366519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
/proc/6283/statm: 3539378 41599 3572 1 0 3501450 0
[pid=6283/tid=6285] ppid=6280 vsize=14157512 memory=166140 CPUtime=42.68 cores=0,2,4,6
/proc/6283/task/6285/stat : 6285 (java) S 6280 6283 5555 0 -1 1077944384 24776 0 0 0 4262 6 0 0 20 0 14 0 272166467 14497292288 41599 33554432000 4194304 4196468 140725225292288 139836217609360 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6286] ppid=6280 vsize=14157512 memory=55 CPUtime=0.04 cores=0,2,4,6
/proc/6283/task/6286/stat : 6286 (java) S 6280 6283 5555 0 -1 1077944384 954 0 0 0 4 0 0 0 20 0 14 0 272166468 14497292288 41599 33554432000 4194304 4196468 140725225292288 139836150967056 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6287] ppid=6280 vsize=14157512 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/6283/task/6287/stat : 6287 (java) S 6280 6283 5555 0 -1 1077944384 822 0 0 0 4 0 0 0 20 0 14 0 272166468 14497292288 41599 33554432000 4194304 4196468 140725225292288 139835807898512 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6288] ppid=6280 vsize=14157512 memory=166120 CPUtime=0.04 cores=0,2,4,6
/proc/6283/task/6288/stat : 6288 (java) S 6280 6283 5555 0 -1 1077944384 1402 0 0 0 4 0 0 0 20 0 14 0 272166468 14497292288 41599 33554432000 4194304 4196468 140725225292288 139835806845968 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6289] ppid=6280 vsize=14157512 memory=166120 CPUtime=0.03 cores=0,2,4,6
/proc/6283/task/6289/stat : 6289 (java) S 6280 6283 5555 0 -1 1077944384 1372 0 0 0 3 0 0 0 20 0 14 0 272166468 14497292288 41599 33554432000 4194304 4196468 140725225292288 139835805793424 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6290] ppid=6280 vsize=14157512 memory=166120 CPUtime=0.05 cores=0,2,4,6
/proc/6283/task/6290/stat : 6290 (java) S 6280 6283 5555 0 -1 1077944384 1140 0 0 0 5 0 0 0 20 0 14 0 272166469 14497292288 41599 33554432000 4194304 4196468 140725225292288 139835755612352 139836213377666 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 25 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6291] ppid=6280 vsize=14157512 memory=1140 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6291/stat : 6291 (java) S 6280 6283 5555 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 14 0 272166469 14497292288 41599 33554432000 4194304 4196468 140725225292288 139835754558432 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6292] ppid=6280 vsize=14157512 memory=166120 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6292/stat : 6292 (java) S 6280 6283 5555 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 14 0 272166470 14497292288 41599 33554432000 4194304 4196468 140725225292288 139835753505792 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6293] ppid=6280 vsize=14157512 memory=1772 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6293/stat : 6293 (java) S 6280 6283 5555 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 14 0 272166472 14497292288 41599 33554432000 4194304 4196468 140725225292288 139835752454064 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6294] ppid=6280 vsize=14157512 memory=166140 CPUtime=0.65 cores=0,2,4,6
/proc/6283/task/6294/stat : 6294 (java) R 6280 6283 5555 0 -1 4202560 3161 0 0 0 65 0 0 0 20 0 14 0 272166472 14497292288 41599 33554432000 4194304 4196468 140725225292288 139835751401968 139836193054800 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6295] ppid=6280 vsize=14157512 memory=166140 CPUtime=0.7 cores=0,2,4,6
/proc/6283/task/6295/stat : 6295 (java) S 6280 6283 5555 0 -1 1077944384 2188 0 0 0 70 0 0 0 20 0 14 0 272166472 14497292288 41599 33554432000 4194304 4196468 140725225292288 139835750349424 139836213377666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6296] ppid=6280 vsize=14157512 memory=3872 CPUtime=0.41 cores=0,2,4,6
/proc/6283/task/6296/stat : 6296 (java) S 6280 6283 5555 0 -1 1077944384 3518 0 0 0 41 0 0 0 20 0 14 0 272166472 14497292288 41599 33554432000 4194304 4196468 140725225292288 139835749296880 139836213377666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
[pid=6283/tid=6297] ppid=6280 vsize=14157512 memory=6476 CPUtime=0 cores=0,2,4,6
/proc/6283/task/6297/stat : 6297 (java) S 6280 6283 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 272166472 14497292288 41599 33554432000 4194304 4196468 140725225292288 139835748244576 139836213376725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38850560 140725225296969 140725225297161 140725225297161 140725225299919 0
Current children cumulated CPU time: 44.76 s
Current children cumulated vsize: 14157512 KiB
Current children cumulated memory: 166396 KiB

Child status: 0
Real time (s): 43.1276
CPU time (s): 44.7787
CPU user time (s): 44.6543
CPU system time (s): 0.124421
CPU usage (%): 103.828
Max. virtual memory (cumulated for all children) (KiB): 14157512
Max. memory (cumulated for all children) (KiB): 231940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.6543
system time used= 0.124421
maximum resident set size= 232972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41936
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4304
involuntary context switches= 96


# summary of solver processes directly reported to runsolver:
#   pid: 6283
#   total CPU time (s): 44.7787
#   total CPU user time (s): 44.6543
#   total CPU system time (s): 0.124421

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.248838 second user time and 0.471205 second system time

The end

Launcher Data

Begin job on node139 at 2018-08-18 00:47:13
IDJOB=4311867
IDBENCH=141166
IDSOLVER=2799
FILE ID=node139/4311867-1534546033
RUNJOBID= node139-1534541038-5586
PBS_JOBID= 21038632
Free space on /tmp= 44196 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K04-P03_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-4311867-1534546033/watcher-4311867-1534546033 -o /tmp/evaluation-result-4311867-1534546033/solver-4311867-1534546033 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534541038-5586 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 448944687 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311867-1534546033.xml

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

MD5SUM BENCH= 76f2570dac1ecc86f40824dfede26263
RANDOM SEED=448944687

node139.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.80
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.80
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.80
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.80
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:        22598944 kB
MemAvailable:   31692088 kB
Buffers:          242208 kB
Cached:          9057272 kB
SwapCached:           16 kB
Active:          5292944 kB
Inactive:        4258004 kB
Active(anon):     230192 kB
Inactive(anon):    90468 kB
Active(file):    5062752 kB
Inactive(file):  4167536 kB
Unevictable:        7156 kB
Mlocked:            7156 kB
SwapTotal:      67108860 kB
SwapFree:       67108836 kB
Dirty:             35616 kB
Writeback:            28 kB
AnonPages:        342772 kB
Mapped:            35728 kB
Shmem:             66164 kB
Slab:             320344 kB
SReclaimable:     291316 kB
SUnreclaim:        29028 kB
KernelStack:        3808 kB
PageTables:         5140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1335104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    233472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 44160 MiB
End job on node139 at 2018-08-18 00:47:56