Trace number 4290813

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering 2018-07-02SAT 22.5393 19.6534

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K05-P02_c18.xml
MD5SUM803795f7a37fd3a40686e408980b1bff
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 benchmark21.8959
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size26
Distribution of domain sizes[{"size":25,"count":25},{"size":26,"count":10}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":30},{"degree":2,"count":25},{"degree":6,"count":10}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":10,"count":1},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints25
Distribution of constraint types[{"type":"intension","count":25},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.55	c version: 2018-07-02
0.66/0.55	c seed: 126610166
0.66/0.55	c timeout: 2400
0.66/0.55	c memlimit: 11000
0.66/0.55	c nbcore: 4
0.66/0.57	c Parsing instance...
1.53/1.09	c Parsing done, starting search...
22.48/19.63	s SATISFIABLE
22.48/19.63	v <instantiation>
22.48/19.63	v 	<list>
22.48/19.63	v 		cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[0][4] cn[1][0] cn[1][1] cn[1][2] cn[1][3] cn[1][4] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][0][4] ce[0][1][2] ce[0][1][3] ce[0][1][4] ce[0][2][3] ce[0][2][4] ce[0][3][4] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][0][4] ce[1][1][2] ce[1][1][3] ce[1][1][4] ce[1][2][3] ce[1][2][4] ce[1][3][4] cie[0][0] cie[0][1] cie[0][2] cie[0][3] cie[0][4]
22.48/19.63	v 	</list>
22.48/19.63	v 	<values>
22.48/19.63	v 		25 0 19 18 4 1 23 3 6 14 25 6 7 21 19 18 4 1 15 14 22 2 5 13 20 17 9 3 11 8 24 23 16 12 10 
22.48/19.63	v 	</values>
22.48/19.63	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 (7287 MiB free)
  memory of node 1: 16384 MiB (10006 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290813-1532232448/watcher-4290813-1532232448 -o /tmp/evaluation-result-4290813-1532232448/solver-4290813-1532232448 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532226506-31899 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 126610166 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290813-1532232448.xml 

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

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

solver pid=328, runsolver pid=325

[startup+0.102116 s]*
/proc/loadavg: 1.60 1.44 1.39 3/215 345
/proc/meminfo: memFree=17691712/32770624 swapFree=67108860/67108860
[pid=328] ppid=325 vsize=14082740 memory=30744 CPUtime=0.11 cores=0,2,4,6
/proc/328/stat : 328 (java) S 325 328 31868 0 -1 1077944320 6616 0 0 0 10 1 0 0 20 0 15 0 40807669 14420725760 7686 33554432000 4194304 4196468 140735988884464 140735988867008 140318395227895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
/proc/328/statm: 3520685 7686 3131 1 0 3482761 0
[pid=328/tid=330] ppid=325 vsize=14082740 memory=7022364594140610616 CPUtime=0.09 cores=0,2,4,6
/proc/328/task/330/stat : 330 (java) R 325 328 31868 0 -1 4202560 4733 0 0 0 9 0 0 0 20 0 15 0 40807669 14420725760 7751 33554432000 4194304 4196468 140735988884464 140318399459392 140318379271525 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=331] ppid=325 vsize=14082740 memory=342 CPUtime=0 cores=0,2,4,6
/proc/328/task/331/stat : 331 (java) S 325 328 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807670 14420725760 7751 33554432000 4194304 4196468 140735988884464 140318332828816 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=332] ppid=325 vsize=14082740 memory=288370373370533504 CPUtime=0 cores=0,2,4,6
/proc/328/task/332/stat : 332 (java) S 325 328 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807670 14420725760 7751 33554432000 4194304 4196468 140735988884464 140318331776016 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=333] ppid=325 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/328/task/333/stat : 333 (java) S 325 328 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807670 14420725760 7751 33554432000 4194304 4196468 140735988884464 140318330723216 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=334] ppid=325 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/328/task/334/stat : 334 (java) S 325 328 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40807670 14420725760 7751 33554432000 4194304 4196468 140735988884464 140318329670416 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=335] ppid=325 vsize=14082740 memory=139997218821760 CPUtime=0 cores=0,2,4,6
/proc/328/task/335/stat : 335 (java) S 325 328 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40807671 14420725760 7751 33554432000 4194304 4196468 140735988884464 140317937494384 140318395239042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=336] ppid=325 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/328/task/336/stat : 336 (java) S 325 328 31868 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40807671 14420725760 7751 33554432000 4194304 4196468 140735988884464 140317936440352 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=337] ppid=325 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/328/task/337/stat : 337 (java) S 325 328 31868 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40807672 14420725760 7751 33554432000 4194304 4196468 140735988884464 140317935387504 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=338] ppid=325 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/328/task/338/stat : 338 (java) S 325 328 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40807674 14420725760 7751 33554432000 4194304 4196468 140735988884464 140317934335824 140318395246491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=339] ppid=325 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/328/task/339/stat : 339 (java) S 325 328 31868 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 40807674 14420725760 7751 33554432000 4194304 4196468 140735988884464 140317933284208 140318395239042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=340] ppid=325 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/328/task/340/stat : 340 (java) S 325 328 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40807674 14420725760 7751 33554432000 4194304 4196468 140735988884464 140317932231408 140318395239042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=343] ppid=325 vsize=14082740 memory=139997218821760 CPUtime=0.01 cores=0,2,4,6
/proc/328/task/343/stat : 343 (java) S 325 328 31868 0 -1 1077944384 257 0 0 0 1 0 0 0 20 0 15 0 40807674 14420725760 7751 33554432000 4194304 4196468 140735988884464 140317931178608 140318395239042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=344] ppid=325 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/328/task/344/stat : 344 (java) S 325 328 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40807674 14420725760 7751 33554432000 4194304 4196468 140735988884464 140317930126048 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=345] ppid=325 vsize=14082740 memory=139997218821760 CPUtime=0 cores=0,2,4,6
/proc/328/task/345/stat : 345 (java) S 325 328 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807674 14420725760 7751 33554432000 4194304 4196468 140735988884464 140317929073328 140318395239042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 30744 KiB

[startup+0.217214 s]*
/proc/loadavg: 1.60 1.44 1.39 5/215 345
/proc/meminfo: memFree=17676324/32770624 swapFree=67108860/67108860
[pid=328] ppid=325 vsize=14082740 memory=47052 CPUtime=0.31 cores=0,2,4,6
/proc/328/stat : 328 (java) S 325 328 31868 0 -1 1077944320 10391 0 0 0 29 2 0 0 20 0 15 0 40807669 14420725760 11763 33554432000 4194304 4196468 140735988884464 140735988867008 140318395227895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
/proc/328/statm: 3520685 11763 3376 1 0 3482761 0
[pid=328/tid=330] ppid=325 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/328/task/330/stat : 330 (java) R 325 328 31868 0 -1 4202560 8134 0 0 0 19 1 0 0 20 0 15 0 40807669 14420725760 11794 33554432000 4194304 4196468 140735988884464 140318399455744 140318379271525 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=331] ppid=325 vsize=14082740 memory=342 CPUtime=0 cores=0,2,4,6
/proc/328/task/331/stat : 331 (java) S 325 328 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807670 14420725760 11794 33554432000 4194304 4196468 140735988884464 140318332828816 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=332] ppid=325 vsize=14082740 memory=288370373370533504 CPUtime=0 cores=0,2,4,6
/proc/328/task/332/stat : 332 (java) S 325 328 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807670 14420725760 11794 33554432000 4194304 4196468 140735988884464 140318331776016 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=333] ppid=325 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/328/task/333/stat : 333 (java) S 325 328 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807670 14420725760 11794 33554432000 4194304 4196468 140735988884464 140318330723216 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=334] ppid=325 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/328/task/334/stat : 334 (java) S 325 328 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40807670 14420725760 11794 33554432000 4194304 4196468 140735988884464 140318329670416 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=335] ppid=325 vsize=14082740 memory=139997218821760 CPUtime=0 cores=0,2,4,6
/proc/328/task/335/stat : 335 (java) S 325 328 31868 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40807671 14420725760 11794 33554432000 4194304 4196468 140735988884464 140317937494384 140318395239042 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=336] ppid=325 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/328/task/336/stat : 336 (java) S 325 328 31868 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40807671 14420725760 11794 33554432000 4194304 4196468 140735988884464 140317936440352 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=337] ppid=325 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/328/task/337/stat : 337 (java) S 325 328 31868 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40807672 14420725760 11794 33554432000 4194304 4196468 140735988884464 140317935387504 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=338] ppid=325 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/328/task/338/stat : 338 (java) S 325 328 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40807674 14420725760 11794 33554432000 4194304 4196468 140735988884464 140317934335824 140318395246491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=339] ppid=325 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/328/task/339/stat : 339 (java) R 325 328 31868 0 -1 1077944384 488 0 0 0 2 0 0 0 20 0 15 0 40807674 14420725760 11794 33554432000 4194304 4196468 140735988884464 140317933284208 140318395239042 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=340] ppid=325 vsize=14082740 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/328/task/340/stat : 340 (java) S 325 328 31868 0 -1 1077944384 122 0 0 0 1 0 0 0 20 0 15 0 40807674 14420725760 11794 33554432000 4194304 4196468 140735988884464 140317932231408 140318395239042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=343] ppid=325 vsize=14082740 memory=139997218821760 CPUtime=0.06 cores=0,2,4,6
/proc/328/task/343/stat : 343 (java) R 325 328 31868 0 -1 4202560 310 0 0 0 6 0 0 0 20 0 15 0 40807674 14420725760 11794 33554432000 4194304 4196468 140735988884464 140317931178608 140318395239830 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=344] ppid=325 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/328/task/344/stat : 344 (java) S 325 328 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40807674 14420725760 11794 33554432000 4194304 4196468 140735988884464 140317930126048 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=345] ppid=325 vsize=14082740 memory=139997218821760 CPUtime=0 cores=0,2,4,6
/proc/328/task/345/stat : 345 (java) S 325 328 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807674 14420725760 11794 33554432000 4194304 4196468 140735988884464 140317929073328 140318395239042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47052 KiB

[startup+0.310518 s]*
/proc/loadavg: 1.60 1.44 1.39 3/215 345
/proc/meminfo: memFree=17673036/32770624 swapFree=67108860/67108860
[pid=328] ppid=325 vsize=14082740 memory=50268 CPUtime=0.43 cores=0,2,4,6
/proc/328/stat : 328 (java) S 325 328 31868 0 -1 1077944320 10775 0 0 0 41 2 0 0 20 0 15 0 40807669 14420725760 12567 33554432000 4194304 4196468 140735988884464 140735988867008 140318395227895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
/proc/328/statm: 3520685 12567 3379 1 0 3482761 0
[pid=328/tid=330] ppid=325 vsize=14082740 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/328/task/330/stat : 330 (java) R 325 328 31868 0 -1 4202560 8447 0 0 0 28 1 0 0 20 0 15 0 40807669 14420725760 12618 33554432000 4194304 4196468 140735988884464 140318399417168 140318376791433 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=331] ppid=325 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/328/task/331/stat : 331 (java) S 325 328 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807670 14420725760 12618 33554432000 4194304 4196468 140735988884464 140318332828816 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=332] ppid=325 vsize=14082740 memory=288370373370533504 CPUtime=0 cores=0,2,4,6
/proc/328/task/332/stat : 332 (java) S 325 328 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807670 14420725760 12618 33554432000 4194304 4196468 140735988884464 140318331776016 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=333] ppid=325 vsize=14082740 memory=279994152581184 CPUtime=0 cores=0,2,4,6
/proc/328/task/333/stat : 333 (java) S 325 328 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807670 14420725760 12618 33554432000 4194304 4196468 140735988884464 140318330723216 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=334] ppid=325 vsize=14082740 memory=35 CPUtime=0 cores=0,2,4,6
/proc/328/task/334/stat : 334 (java) S 325 328 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40807670 14420725760 12618 33554432000 4194304 4196468 140735988884464 140318329670416 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=335] ppid=325 vsize=14082740 memory=279994295095024 CPUtime=0 cores=0,2,4,6
/proc/328/task/335/stat : 335 (java) S 325 328 31868 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40807671 14420725760 12618 33554432000 4194304 4196468 140735988884464 140317937494384 140318395239042 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=336] ppid=325 vsize=14082740 memory=67 CPUtime=0 cores=0,2,4,6
/proc/328/task/336/stat : 336 (java) S 325 328 31868 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40807671 14420725760 12618 33554432000 4194304 4196468 140735988884464 140317936440352 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=337] ppid=325 vsize=14082740 memory=18980 CPUtime=0 cores=0,2,4,6
/proc/328/task/337/stat : 337 (java) S 325 328 31868 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40807672 14420725760 12618 33554432000 4194304 4196468 140735988884464 140317935387504 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=338] ppid=325 vsize=14082740 memory=21284 CPUtime=0 cores=0,2,4,6
/proc/328/task/338/stat : 338 (java) S 325 328 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40807674 14420725760 12618 33554432000 4194304 4196468 140735988884464 140317934335824 140318395246491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=339] ppid=325 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/328/task/339/stat : 339 (java) S 325 328 31868 0 -1 1077944384 503 0 0 0 2 0 0 0 20 0 15 0 40807674 14420725760 12618 33554432000 4194304 4196468 140735988884464 140317933284208 140318395239042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=340] ppid=325 vsize=14082740 memory=35 CPUtime=0.01 cores=0,2,4,6
/proc/328/task/340/stat : 340 (java) S 325 328 31868 0 -1 1077944384 122 0 0 0 1 0 0 0 20 0 15 0 40807674 14420725760 12618 33554432000 4194304 4196468 140735988884464 140317932231408 140318395239042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=343] ppid=325 vsize=14082740 memory=279994295106560 CPUtime=0.08 cores=0,2,4,6
/proc/328/task/343/stat : 343 (java) S 325 328 31868 0 -1 1077944384 325 0 0 0 8 0 0 0 20 0 15 0 40807674 14420725760 12618 33554432000 4194304 4196468 140735988884464 140317931178608 140318395239042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=344] ppid=325 vsize=14082740 memory=35 CPUtime=0 cores=0,2,4,6
/proc/328/task/344/stat : 344 (java) S 325 328 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40807674 14420725760 12618 33554432000 4194304 4196468 140735988884464 140317930126048 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=345] ppid=325 vsize=14082740 memory=141436032866254 CPUtime=0 cores=0,2,4,6
/proc/328/task/345/stat : 345 (java) S 325 328 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807674 14420725760 12618 33554432000 4194304 4196468 140735988884464 140317929073328 140318395239042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50268 KiB

[startup+0.700768 s]
/proc/loadavg: 1.60 1.44 1.39 3/215 345
/proc/meminfo: memFree=17648480/32770624 swapFree=67108860/67108860
[pid=328] ppid=325 vsize=14084808 memory=89128 CPUtime=0.98 cores=0,2,4,6
/proc/328/stat : 328 (java) S 325 328 31868 0 -1 1077944320 17635 0 0 0 94 4 0 0 20 0 15 0 40807669 14422843392 22282 33554432000 4194304 4196468 140735988884464 140735988867008 140318395227895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
/proc/328/statm: 3521202 22282 3501 1 0 3483273 0
[pid=328/tid=330] ppid=325 vsize=14084808 memory=1404 CPUtime=0.67 cores=0,2,4,6
/proc/328/task/330/stat : 330 (java) R 325 328 31868 0 -1 4202560 14915 0 0 0 64 3 0 0 20 0 15 0 40807669 14422843392 22282 33554432000 4194304 4196468 140735988884464 140318399445920 140318379308382 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=331] ppid=325 vsize=14084808 memory=2404 CPUtime=0 cores=0,2,4,6
/proc/328/task/331/stat : 331 (java) S 325 328 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807670 14422843392 22282 33554432000 4194304 4196468 140735988884464 140318332828816 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=332] ppid=325 vsize=14084808 memory=74800 CPUtime=0 cores=0,2,4,6
/proc/328/task/332/stat : 332 (java) S 325 328 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807670 14422843392 22282 33554432000 4194304 4196468 140735988884464 140318331776016 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=333] ppid=325 vsize=14084808 memory=54 CPUtime=0 cores=0,2,4,6
/proc/328/task/333/stat : 333 (java) S 325 328 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807670 14422843392 22282 33554432000 4194304 4196468 140735988884464 140318330723216 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=334] ppid=325 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/328/task/334/stat : 334 (java) S 325 328 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40807670 14422843392 22282 33554432000 4194304 4196468 140735988884464 140318329670416 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=335] ppid=325 vsize=14084808 memory=2276 CPUtime=0 cores=0,2,4,6
/proc/328/task/335/stat : 335 (java) S 325 328 31868 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40807671 14422843392 22282 33554432000 4194304 4196468 140735988884464 140317937494384 140318395239042 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=336] ppid=325 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/328/task/336/stat : 336 (java) S 325 328 31868 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40807671 14422843392 22282 33554432000 4194304 4196468 140735988884464 140317936440352 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=337] ppid=325 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/328/task/337/stat : 337 (java) S 325 328 31868 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40807672 14422843392 22282 33554432000 4194304 4196468 140735988884464 140317935387504 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=338] ppid=325 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/328/task/338/stat : 338 (java) S 325 328 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40807674 14422843392 22282 33554432000 4194304 4196468 140735988884464 140317934335824 140318395246491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=339] ppid=325 vsize=14084808 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/328/task/339/stat : 339 (java) S 325 328 31868 0 -1 1077944384 670 0 0 0 9 0 0 0 20 0 15 0 40807674 14422843392 22282 33554432000 4194304 4196468 140735988884464 140317933284208 140318395239042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=340] ppid=325 vsize=14084808 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/328/task/340/stat : 340 (java) S 325 328 31868 0 -1 1077944384 253 0 0 0 4 0 0 0 20 0 15 0 40807674 14422843392 22282 33554432000 4194304 4196468 140735988884464 140317932231408 140318395239042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=343] ppid=325 vsize=14084808 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/328/task/343/stat : 343 (java) S 325 328 31868 0 -1 1077944384 415 0 0 0 14 0 0 0 20 0 15 0 40807674 14422843392 22282 33554432000 4194304 4196468 140735988884464 140317931178608 140318395239042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=344] ppid=325 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/328/task/344/stat : 344 (java) S 325 328 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40807674 14422843392 22282 33554432000 4194304 4196468 140735988884464 140317930126048 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=345] ppid=325 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/328/task/345/stat : 345 (java) S 325 328 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807674 14422843392 22282 33554432000 4194304 4196468 140735988884464 140317929073328 140318395239042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 89128 KiB

[startup+1.50141 s]
/proc/loadavg: 1.60 1.44 1.39 4/215 345
/proc/meminfo: memFree=17618020/32770624 swapFree=67108860/67108860
[pid=328] ppid=325 vsize=14090952 memory=139124 CPUtime=2.88 cores=0,2,4,6
/proc/328/stat : 328 (java) S 325 328 31868 0 -1 1077944320 29022 0 0 0 280 8 0 0 20 0 15 0 40807669 14429134848 34781 33554432000 4194304 4196468 140735988884464 140735988867008 140318395227895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
/proc/328/statm: 3522738 34781 3529 1 0 3484809 0
[pid=328/tid=330] ppid=325 vsize=14090952 memory=89128 CPUtime=1.47 cores=0,2,4,6
/proc/328/task/330/stat : 330 (java) R 325 328 31868 0 -1 4202560 19822 0 0 0 143 4 0 0 20 0 15 0 40807669 14429134848 34781 33554432000 4194304 4196468 140735988884464 140318399461056 140318011329340 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=331] ppid=325 vsize=14090952 memory=1404 CPUtime=0 cores=0,2,4,6
/proc/328/task/331/stat : 331 (java) S 325 328 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807670 14429134848 34781 33554432000 4194304 4196468 140735988884464 140318332828816 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=332] ppid=325 vsize=14090952 memory=2404 CPUtime=0 cores=0,2,4,6
/proc/328/task/332/stat : 332 (java) S 325 328 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807670 14429134848 34781 33554432000 4194304 4196468 140735988884464 140318331776016 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=333] ppid=325 vsize=14090952 memory=74800 CPUtime=0 cores=0,2,4,6
/proc/328/task/333/stat : 333 (java) S 325 328 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807670 14429134848 34781 33554432000 4194304 4196468 140735988884464 140318330723216 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=334] ppid=325 vsize=14090952 memory=3833746843627500335 CPUtime=0 cores=0,2,4,6
/proc/328/task/334/stat : 334 (java) S 325 328 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40807670 14429134848 34781 33554432000 4194304 4196468 140735988884464 140318329670416 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=335] ppid=325 vsize=14090952 memory=279994152540560 CPUtime=0 cores=0,2,4,6
/proc/328/task/335/stat : 335 (java) S 325 328 31868 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40807671 14429134848 34781 33554432000 4194304 4196468 140735988884464 140317937494384 140318395239042 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0

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

[pid=328/tid=344] ppid=325 vsize=14090952 memory=7524504906010158957 CPUtime=0 cores=0,2,4,6
/proc/328/task/344/stat : 344 (java) S 325 328 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40807674 14429134848 54254 33554432000 4194304 4196468 140735988884464 140317930126048 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=345] ppid=325 vsize=14090952 memory=6941261308602175824 CPUtime=0 cores=0,2,4,6
/proc/328/task/345/stat : 345 (java) S 325 328 31868 0 -1 1077944384 600 0 0 0 0 0 0 0 20 0 15 0 40807674 14429134848 54254 33554432000 4194304 4196468 140735988884464 140317929073328 140318395239042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 24 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
Current children cumulated CPU time: 18.88 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 217016 KiB

[startup+17.6014 s]
/proc/loadavg: 1.46 1.41 1.38 3/215 345
/proc/meminfo: memFree=17503048/32770624 swapFree=67108860/67108860
[pid=328] ppid=325 vsize=14090952 memory=211372 CPUtime=20.48 cores=0,2,4,6
/proc/328/stat : 328 (java) S 325 328 31868 0 -1 1077944320 40323 0 0 0 2036 12 0 0 20 0 15 0 40807669 14429134848 52843 33554432000 4194304 4196468 140735988884464 140735988867008 140318395227895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
/proc/328/statm: 3522738 52843 3564 1 0 3484809 0
[pid=328/tid=330] ppid=325 vsize=14090952 memory=15872 CPUtime=17.52 cores=0,2,4,6
/proc/328/task/330/stat : 330 (java) R 325 328 31868 0 -1 4202560 20962 0 0 0 1747 5 0 0 20 0 15 0 40807669 14429134848 52843 33554432000 4194304 4196468 140735988884464 140318399466048 140318012207781 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=331] ppid=325 vsize=14090952 memory=6900 CPUtime=0.01 cores=0,2,4,6
/proc/328/task/331/stat : 331 (java) S 325 328 31868 0 -1 1077944384 464 0 0 0 1 0 0 0 20 0 15 0 40807670 14429134848 52843 33554432000 4194304 4196468 140735988884464 140318332828816 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=332] ppid=325 vsize=14090952 memory=6947385649911455296 CPUtime=0.01 cores=0,2,4,6
/proc/328/task/332/stat : 332 (java) S 325 328 31868 0 -1 1077944384 505 0 0 0 1 0 0 0 20 0 15 0 40807670 14429134848 52843 33554432000 4194304 4196468 140735988884464 140318331776016 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=333] ppid=325 vsize=14090952 memory=1952 CPUtime=0.01 cores=0,2,4,6
/proc/328/task/333/stat : 333 (java) S 325 328 31868 0 -1 1077944384 658 0 0 0 1 0 0 0 20 0 15 0 40807670 14429134848 52843 33554432000 4194304 4196468 140735988884464 140318330723216 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=334] ppid=325 vsize=14090952 memory=1704 CPUtime=0.01 cores=0,2,4,6
/proc/328/task/334/stat : 334 (java) S 325 328 31868 0 -1 1077944384 1027 0 0 0 1 0 0 0 20 0 15 0 40807670 14429134848 52843 33554432000 4194304 4196468 140735988884464 140318329670416 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=335] ppid=325 vsize=14090952 memory=792 CPUtime=0.01 cores=0,2,4,6
/proc/328/task/335/stat : 335 (java) S 325 328 31868 0 -1 1077944384 619 0 0 0 1 0 0 0 20 0 15 0 40807671 14429134848 52843 33554432000 4194304 4196468 140735988884464 140317937494384 140318395239042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=336] ppid=325 vsize=14090952 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/328/task/336/stat : 336 (java) S 325 328 31868 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 40807671 14429134848 52843 33554432000 4194304 4196468 140735988884464 140317936440352 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=337] ppid=325 vsize=14090952 memory=214448 CPUtime=0 cores=0,2,4,6
/proc/328/task/337/stat : 337 (java) S 325 328 31868 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 40807672 14429134848 52843 33554432000 4194304 4196468 140735988884464 140317935387504 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=338] ppid=325 vsize=14090952 memory=6947385649911455296 CPUtime=0 cores=0,2,4,6
/proc/328/task/338/stat : 338 (java) S 325 328 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40807674 14429134848 52843 33554432000 4194304 4196468 140735988884464 140317934335824 140318395246491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=339] ppid=325 vsize=14090952 memory=2244 CPUtime=1.23 cores=0,2,4,6
/proc/328/task/339/stat : 339 (java) S 325 328 31868 0 -1 1077944384 5171 0 0 0 122 1 0 0 20 0 15 0 40807674 14429134848 52843 33554432000 4194304 4196468 140735988884464 140317933284208 140318395239042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 17 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=340] ppid=325 vsize=14090952 memory=7811894228361963628 CPUtime=1.15 cores=0,2,4,6
/proc/328/task/340/stat : 340 (java) S 325 328 31868 0 -1 1077944384 5917 0 0 0 113 2 0 0 20 0 15 0 40807674 14429134848 52843 33554432000 4194304 4196468 140735988884464 140317932231408 140318395239042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=343] ppid=325 vsize=14090952 memory=7235147594880805952 CPUtime=0.43 cores=0,2,4,6
/proc/328/task/343/stat : 343 (java) S 325 328 31868 0 -1 1077944384 2980 0 0 0 42 1 0 0 20 0 15 0 40807674 14429134848 52843 33554432000 4194304 4196468 140735988884464 140317931178608 140318395239042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=344] ppid=325 vsize=14090952 memory=6947385649911455296 CPUtime=0 cores=0,2,4,6
/proc/328/task/344/stat : 344 (java) S 325 328 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40807674 14429134848 52843 33554432000 4194304 4196468 140735988884464 140317930126048 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=345] ppid=325 vsize=14090952 memory=2608 CPUtime=0 cores=0,2,4,6
/proc/328/task/345/stat : 345 (java) S 325 328 31868 0 -1 1077944384 600 0 0 0 0 0 0 0 20 0 15 0 40807674 14429134848 52843 33554432000 4194304 4196468 140735988884464 140317929073328 140318395239042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 24 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
Current children cumulated CPU time: 20.48 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 211372 KiB

[startup+18.4007 s]
/proc/loadavg: 1.46 1.41 1.38 3/215 345
/proc/meminfo: memFree=17505964/32770624 swapFree=67108860/67108860
[pid=328] ppid=325 vsize=14090952 memory=209320 CPUtime=21.28 cores=0,2,4,6
/proc/328/stat : 328 (java) S 325 328 31868 0 -1 1077944320 40326 0 0 0 2116 12 0 0 20 0 15 0 40807669 14429134848 52330 33554432000 4194304 4196468 140735988884464 140735988867008 140318395227895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
/proc/328/statm: 3522738 52330 3564 1 0 3484809 0
[pid=328/tid=330] ppid=325 vsize=14090952 memory=14184 CPUtime=18.32 cores=0,2,4,6
/proc/328/task/330/stat : 330 (java) R 325 328 31868 0 -1 4202560 20964 0 0 0 1827 5 0 0 20 0 15 0 40807669 14429134848 52330 33554432000 4194304 4196468 140735988884464 140318399466064 140318008755047 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=331] ppid=325 vsize=14090952 memory=1296 CPUtime=0.01 cores=0,2,4,6
/proc/328/task/331/stat : 331 (java) S 325 328 31868 0 -1 1077944384 464 0 0 0 1 0 0 0 20 0 15 0 40807670 14429134848 52330 33554432000 4194304 4196468 140735988884464 140318332828816 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=332] ppid=325 vsize=14090952 memory=2408 CPUtime=0.01 cores=0,2,4,6
/proc/328/task/332/stat : 332 (java) S 325 328 31868 0 -1 1077944384 505 0 0 0 1 0 0 0 20 0 15 0 40807670 14429134848 52330 33554432000 4194304 4196468 140735988884464 140318331776016 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=333] ppid=325 vsize=14090952 memory=1724 CPUtime=0.01 cores=0,2,4,6
/proc/328/task/333/stat : 333 (java) S 325 328 31868 0 -1 1077944384 658 0 0 0 1 0 0 0 20 0 15 0 40807670 14429134848 52330 33554432000 4194304 4196468 140735988884464 140318330723216 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=334] ppid=325 vsize=14090952 memory=214448 CPUtime=0.01 cores=0,2,4,6
/proc/328/task/334/stat : 334 (java) S 325 328 31868 0 -1 1077944384 1028 0 0 0 1 0 0 0 20 0 15 0 40807670 14429134848 52330 33554432000 4194304 4196468 140735988884464 140318329670416 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=335] ppid=325 vsize=14090952 memory=7284 CPUtime=0.01 cores=0,2,4,6
/proc/328/task/335/stat : 335 (java) S 325 328 31868 0 -1 1077944384 619 0 0 0 1 0 0 0 20 0 15 0 40807671 14429134848 52330 33554432000 4194304 4196468 140735988884464 140317937494384 140318395239042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=336] ppid=325 vsize=14090952 memory=840 CPUtime=0 cores=0,2,4,6
/proc/328/task/336/stat : 336 (java) S 325 328 31868 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 40807671 14429134848 52330 33554432000 4194304 4196468 140735988884464 140317936440352 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=337] ppid=325 vsize=14090952 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/328/task/337/stat : 337 (java) S 325 328 31868 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 40807672 14429134848 52330 33554432000 4194304 4196468 140735988884464 140317935387504 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=338] ppid=325 vsize=14090952 memory=912 CPUtime=0 cores=0,2,4,6
/proc/328/task/338/stat : 338 (java) S 325 328 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40807674 14429134848 52330 33554432000 4194304 4196468 140735988884464 140317934335824 140318395246491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=339] ppid=325 vsize=14090952 memory=3848 CPUtime=1.23 cores=0,2,4,6
/proc/328/task/339/stat : 339 (java) S 325 328 31868 0 -1 1077944384 5171 0 0 0 122 1 0 0 20 0 15 0 40807674 14429134848 52330 33554432000 4194304 4196468 140735988884464 140317933284208 140318395239042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 17 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=340] ppid=325 vsize=14090952 memory=2588 CPUtime=1.15 cores=0,2,4,6
/proc/328/task/340/stat : 340 (java) S 325 328 31868 0 -1 1077944384 5917 0 0 0 113 2 0 0 20 0 15 0 40807674 14429134848 52330 33554432000 4194304 4196468 140735988884464 140317932231408 140318395239042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=343] ppid=325 vsize=14090952 memory=2588 CPUtime=0.43 cores=0,2,4,6
/proc/328/task/343/stat : 343 (java) S 325 328 31868 0 -1 1077944384 2980 0 0 0 42 1 0 0 20 0 15 0 40807674 14429134848 52330 33554432000 4194304 4196468 140735988884464 140317931178608 140318395239042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=344] ppid=325 vsize=14090952 memory=4096 CPUtime=0 cores=0,2,4,6
/proc/328/task/344/stat : 344 (java) S 325 328 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40807674 14429134848 52330 33554432000 4194304 4196468 140735988884464 140317930126048 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=345] ppid=325 vsize=14090952 memory=1404 CPUtime=0 cores=0,2,4,6
/proc/328/task/345/stat : 345 (java) S 325 328 31868 0 -1 1077944384 600 0 0 0 0 0 0 0 20 0 15 0 40807674 14429134848 52330 33554432000 4194304 4196468 140735988884464 140317929073328 140318395239042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 24 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
Current children cumulated CPU time: 21.28 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 209320 KiB

[startup+19.2007 s]
/proc/loadavg: 1.46 1.41 1.38 3/215 345
/proc/meminfo: memFree=17508044/32770624 swapFree=67108860/67108860
[pid=328] ppid=325 vsize=14090952 memory=209320 CPUtime=22.08 cores=0,2,4,6
/proc/328/stat : 328 (java) S 325 328 31868 0 -1 1077944320 40326 0 0 0 2196 12 0 0 20 0 15 0 40807669 14429134848 52330 33554432000 4194304 4196468 140735988884464 140735988867008 140318395227895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
/proc/328/statm: 3522738 52330 3564 1 0 3484809 0
[pid=328/tid=330] ppid=325 vsize=14090952 memory=115 CPUtime=19.12 cores=0,2,4,6
/proc/328/task/330/stat : 330 (java) R 325 328 31868 0 -1 4202560 20964 0 0 0 1907 5 0 0 20 0 15 0 40807669 14429134848 52330 33554432000 4194304 4196468 140735988884464 140318399466064 140318012236828 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=331] ppid=325 vsize=14090952 memory=43 CPUtime=0.01 cores=0,2,4,6
/proc/328/task/331/stat : 331 (java) S 325 328 31868 0 -1 1077944384 464 0 0 0 1 0 0 0 20 0 15 0 40807670 14429134848 52330 33554432000 4194304 4196468 140735988884464 140318332828816 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=332] ppid=325 vsize=14090952 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/328/task/332/stat : 332 (java) S 325 328 31868 0 -1 1077944384 505 0 0 0 1 0 0 0 20 0 15 0 40807670 14429134848 52330 33554432000 4194304 4196468 140735988884464 140318331776016 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=333] ppid=325 vsize=14090952 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/328/task/333/stat : 333 (java) S 325 328 31868 0 -1 1077944384 658 0 0 0 1 0 0 0 20 0 15 0 40807670 14429134848 52330 33554432000 4194304 4196468 140735988884464 140318330723216 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=334] ppid=325 vsize=14090952 memory=2178 CPUtime=0.01 cores=0,2,4,6
/proc/328/task/334/stat : 334 (java) S 325 328 31868 0 -1 1077944384 1028 0 0 0 1 0 0 0 20 0 15 0 40807670 14429134848 52330 33554432000 4194304 4196468 140735988884464 140318329670416 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=335] ppid=325 vsize=14090952 memory=219980 CPUtime=0.01 cores=0,2,4,6
/proc/328/task/335/stat : 335 (java) S 325 328 31868 0 -1 1077944384 619 0 0 0 1 0 0 0 20 0 15 0 40807671 14429134848 52330 33554432000 4194304 4196468 140735988884464 140317937494384 140318395239042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=336] ppid=325 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/328/task/336/stat : 336 (java) S 325 328 31868 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 40807671 14429134848 52330 33554432000 4194304 4196468 140735988884464 140317936440352 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=337] ppid=325 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/328/task/337/stat : 337 (java) S 325 328 31868 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 40807672 14429134848 52330 33554432000 4194304 4196468 140735988884464 140317935387504 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=338] ppid=325 vsize=14090952 memory=1245 CPUtime=0 cores=0,2,4,6
/proc/328/task/338/stat : 338 (java) S 325 328 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40807674 14429134848 52330 33554432000 4194304 4196468 140735988884464 140317934335824 140318395246491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=339] ppid=325 vsize=14090952 memory=953 CPUtime=1.23 cores=0,2,4,6
/proc/328/task/339/stat : 339 (java) S 325 328 31868 0 -1 1077944384 5171 0 0 0 122 1 0 0 20 0 15 0 40807674 14429134848 52330 33554432000 4194304 4196468 140735988884464 140317933284208 140318395239042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 17 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=340] ppid=325 vsize=14090952 memory=1 CPUtime=1.15 cores=0,2,4,6
/proc/328/task/340/stat : 340 (java) S 325 328 31868 0 -1 1077944384 5917 0 0 0 113 2 0 0 20 0 15 0 40807674 14429134848 52330 33554432000 4194304 4196468 140735988884464 140317932231408 140318395239042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=343] ppid=325 vsize=14090952 memory=1 CPUtime=0.43 cores=0,2,4,6
/proc/328/task/343/stat : 343 (java) S 325 328 31868 0 -1 1077944384 2980 0 0 0 42 1 0 0 20 0 15 0 40807674 14429134848 52330 33554432000 4194304 4196468 140735988884464 140317931178608 140318395239042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=344] ppid=325 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/328/task/344/stat : 344 (java) S 325 328 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40807674 14429134848 52330 33554432000 4194304 4196468 140735988884464 140317930126048 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=345] ppid=325 vsize=14090952 memory=2148 CPUtime=0 cores=0,2,4,6
/proc/328/task/345/stat : 345 (java) S 325 328 31868 0 -1 1077944384 600 0 0 0 0 0 0 0 20 0 15 0 40807674 14429134848 52330 33554432000 4194304 4196468 140735988884464 140317929073328 140318395239042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 24 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
Current children cumulated CPU time: 22.08 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 209320 KiB

[startup+19.6007 s]
/proc/loadavg: 1.46 1.41 1.38 3/215 345
/proc/meminfo: memFree=17508044/32770624 swapFree=67108860/67108860
[pid=328] ppid=325 vsize=14090952 memory=206240 CPUtime=22.48 cores=0,2,4,6
/proc/328/stat : 328 (java) S 325 328 31868 0 -1 1077944320 40342 0 0 0 2236 12 0 0 20 0 15 0 40807669 14429134848 51560 33554432000 4194304 4196468 140735988884464 140735988867008 140318395227895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
/proc/328/statm: 3522738 51560 3564 1 0 3484809 0
[pid=328/tid=330] ppid=325 vsize=14090952 memory=928 CPUtime=19.52 cores=0,2,4,6
/proc/328/task/330/stat : 330 (java) R 325 328 31868 0 -1 4202560 20967 0 0 0 1947 5 0 0 20 0 15 0 40807669 14429134848 51560 33554432000 4194304 4196468 140735988884464 140318399465680 140318011939335 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=331] ppid=325 vsize=14090952 memory=2240 CPUtime=0.01 cores=0,2,4,6
/proc/328/task/331/stat : 331 (java) S 325 328 31868 0 -1 1077944384 465 0 0 0 1 0 0 0 20 0 15 0 40807670 14429134848 51560 33554432000 4194304 4196468 140735988884464 140318332828816 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=332] ppid=325 vsize=14090952 memory=214448 CPUtime=0.01 cores=0,2,4,6
/proc/328/task/332/stat : 332 (java) S 325 328 31868 0 -1 1077944384 508 0 0 0 1 0 0 0 20 0 15 0 40807670 14429134848 51560 33554432000 4194304 4196468 140735988884464 140318331776016 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=333] ppid=325 vsize=14090952 memory=485044 CPUtime=0.01 cores=0,2,4,6
/proc/328/task/333/stat : 333 (java) S 325 328 31868 0 -1 1077944384 658 0 0 0 1 0 0 0 20 0 15 0 40807670 14429134848 51560 33554432000 4194304 4196468 140735988884464 140318330723216 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=334] ppid=325 vsize=14090952 memory=2305 CPUtime=0.01 cores=0,2,4,6
/proc/328/task/334/stat : 334 (java) S 325 328 31868 0 -1 1077944384 1028 0 0 0 1 0 0 0 20 0 15 0 40807670 14429134848 51560 33554432000 4194304 4196468 140735988884464 140318329670416 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=335] ppid=325 vsize=14090952 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/328/task/335/stat : 335 (java) S 325 328 31868 0 -1 1077944384 620 0 0 0 1 0 0 0 20 0 15 0 40807671 14429134848 51560 33554432000 4194304 4196468 140735988884464 140317937494384 140318395239042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=336] ppid=325 vsize=14090952 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/328/task/336/stat : 336 (java) S 325 328 31868 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 40807671 14429134848 51560 33554432000 4194304 4196468 140735988884464 140317936440352 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=337] ppid=325 vsize=14090952 memory=6947385649911455296 CPUtime=0 cores=0,2,4,6
/proc/328/task/337/stat : 337 (java) S 325 328 31868 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 40807672 14429134848 51560 33554432000 4194304 4196468 140735988884464 140317935387504 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=338] ppid=325 vsize=14090952 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/328/task/338/stat : 338 (java) S 325 328 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40807674 14429134848 51560 33554432000 4194304 4196468 140735988884464 140317934335824 140318395246491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=339] ppid=325 vsize=14090952 memory=6944656592455360604 CPUtime=1.23 cores=0,2,4,6
/proc/328/task/339/stat : 339 (java) S 325 328 31868 0 -1 1077944384 5174 0 0 0 122 1 0 0 20 0 15 0 40807674 14429134848 51560 33554432000 4194304 4196468 140735988884464 140317933284208 140318395239042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 17 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=340] ppid=325 vsize=14090952 memory=-5874771483550381248 CPUtime=1.15 cores=0,2,4,6
/proc/328/task/340/stat : 340 (java) S 325 328 31868 0 -1 1077944384 5919 0 0 0 113 2 0 0 20 0 15 0 40807674 14429134848 51560 33554432000 4194304 4196468 140735988884464 140317932231408 140318395239042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=343] ppid=325 vsize=14090952 memory=7898351070516488779 CPUtime=0.43 cores=0,2,4,6
/proc/328/task/343/stat : 343 (java) S 325 328 31868 0 -1 1077944384 2983 0 0 0 42 1 0 0 20 0 15 0 40807674 14429134848 51560 33554432000 4194304 4196468 140735988884464 140317931178608 140318395239042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=344] ppid=325 vsize=14090952 memory=3054156605368933524 CPUtime=0 cores=0,2,4,6
/proc/328/task/344/stat : 344 (java) S 325 328 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40807674 14429134848 51560 33554432000 4194304 4196468 140735988884464 140317930126048 140318395238101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
[pid=328/tid=345] ppid=325 vsize=14090952 memory=3054156605368933524 CPUtime=0 cores=0,2,4,6
/proc/328/task/345/stat : 345 (java) S 325 328 31868 0 -1 1077944384 600 0 0 0 0 0 0 0 20 0 15 0 40807674 14429134848 51560 33554432000 4194304 4196468 140735988884464 140317929073328 140318395239042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 24 0 0 6293624 6294260 12935168 140735988892753 140735988892937 140735988892937 140735988895695 0
Current children cumulated CPU time: 22.48 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 206240 KiB

Child status: 0
Real time (s): 19.6534
CPU time (s): 22.5393
CPU user time (s): 22.41
CPU system time (s): 0.12934
CPU usage (%): 114.684
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 232796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.41
system time used= 0.12934
maximum resident set size= 234844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43007
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= 3233
involuntary context switches= 42


# summary of solver processes directly reported to runsolver:
#   pid: 328
#   total CPU time (s): 22.5393
#   total CPU user time (s): 22.41
#   total CPU system time (s): 0.12934

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.135051 second user time and 0.221782 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-22 06:07:28
IDJOB=4290813
IDBENCH=141173
IDSOLVER=2744
FILE ID=node106/4290813-1532232448
RUNJOBID= node106-1532226506-31899
PBS_JOBID= 21018948
Free space on /tmp= 52996 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-07-02
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K05-P02_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290813-1532232448/watcher-4290813-1532232448 -o /tmp/evaluation-result-4290813-1532232448/solver-4290813-1532232448 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532226506-31899 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 126610166 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290813-1532232448.xml

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

MD5SUM BENCH= 803795f7a37fd3a40686e408980b1bff
RANDOM SEED=126610166

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        17710104 kB
MemAvailable:   31469264 kB
Buffers:          230156 kB
Cached:         13618784 kB
SwapCached:            0 kB
Active:          1786736 kB
Inactive:       12586888 kB
Active(anon):     526956 kB
Inactive(anon):    17096 kB
Active(file):    1259780 kB
Inactive(file): 12569792 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35696 kB
Writeback:             0 kB
AnonPages:        574688 kB
Mapped:            48632 kB
Shmem:             17036 kB
Slab:             385276 kB
SReclaimable:     358048 kB
SUnreclaim:        27228 kB
KernelStack:        3808 kB
PageTables:         6816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1221992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    499712 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 52960 MiB
End job on node106 at 2018-07-22 06:07:48