Trace number 4293416

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
Concrete 3.8-SuperNG 2018-06-13SAT 238.51 228.758

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.99/0.74	c Concrete v3.8.1528841891564 running
238.42/228.74	v <instantiation>
238.42/228.74	v       <list>
238.42/228.74	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]
238.42/228.74	v       </list>
238.42/228.74	v       <values>
238.42/228.74	v         23 14 6 3 1 0 4 18 19 25 9 17 20 22 8 11 13 3 5 2 4 18 19 25 14 15 21 1 7 6 23 10 12 16 24
238.42/228.74	v       </values>
238.42/228.74	v     </instantiation>
238.42/228.74	s SATISFIABLE

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293416-1532315341/watcher-4293416-1532315341 -o /tmp/evaluation-result-4293416-1532315341/solver-4293416-1532315341 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532294157-6739 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=400433129 -superng HOME/instance-4293416-1532315341.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=10634, runsolver pid=10631

[startup+0.100059 s]*
/proc/loadavg: 1.63 1.39 1.43 3/206 10691
/proc/meminfo: memFree=20596568/32770624 swapFree=67108860/67108860
[pid=10634] ppid=10631 vsize=9972712 memory=20360 CPUtime=0.1 cores=0,2,4,6
/proc/10634/stat : 10634 (java) S 10631 10634 6708 0 -1 1077944320 4217 13125 0 0 1 1 5 3 20 0 6 0 49097241 10212057088 5090 33554432000 4194304 4196468 140736240231104 140736240213648 139981419810551 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
/proc/10634/statm: 2493178 5090 1930 1 0 2481616 0
[pid=10634/tid=10687] ppid=10631 vsize=9972712 memory=4351193297951162503 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10687/stat : 10687 (java) R 10631 10634 6708 0 -1 4202560 2038 13125 0 0 0 0 5 3 20 0 6 0 49097250 10212057088 5090 33554432000 4194304 4196468 140736240231104 139981391647312 139981419832477 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10688] ppid=10631 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10688/stat : 10688 (java) S 10631 10634 6708 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 6 0 49097251 10212057088 5090 33554432000 4194304 4196468 140736240231104 139981424053136 139981419820757 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10689] ppid=10631 vsize=9972712 memory=140445336594048 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10689/stat : 10689 (java) S 10631 10634 6708 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 6 0 49097251 10212057088 5090 33554432000 4194304 4196468 140736240231104 139981312326416 139981419820757 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10690] ppid=10631 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10690/stat : 10690 (java) S 10631 10634 6708 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 6 0 49097251 10212057088 5090 33554432000 4194304 4196468 140736240231104 139981311274128 139981419820757 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10691] ppid=10631 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10691/stat : 10691 (java) S 10631 10634 6708 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 6 0 49097251 10212057088 5090 33554432000 4194304 4196468 140736240231104 139981310221328 139981419820757 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 20360 KiB

[startup+0.210049 s]*
/proc/loadavg: 1.63 1.39 1.43 3/215 10700
/proc/meminfo: memFree=20575256/32770624 swapFree=67108860/67108860
[pid=10634] ppid=10631 vsize=10821524 memory=45556 CPUtime=0.26 cores=0,2,4,6
/proc/10634/stat : 10634 (java) S 10631 10634 6708 0 -1 1077944320 8094 13125 0 0 16 2 5 3 20 0 15 0 49097241 11081240576 11389 33554432000 4194304 4196468 140736240231104 140736240213648 139981419810551 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
/proc/10634/statm: 2705381 11389 2971 1 0 2667804 0
[pid=10634/tid=10687] ppid=10631 vsize=10821524 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/10634/task/10687/stat : 10687 (java) R 10631 10634 6708 0 -1 4202560 5069 13125 0 0 10 1 5 3 20 0 15 0 49097250 11081240576 11358 33554432000 4194304 4196468 140736240231104 139981391635360 139981412527655 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10688] ppid=10631 vsize=10819896 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10688/stat : 10688 (java) S 10631 10634 6708 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 49097251 11079573504 11358 33554432000 4194304 4196468 140736240231104 139981424053136 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10689] ppid=10631 vsize=10819896 memory=140445336594048 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10689/stat : 10689 (java) S 10631 10634 6708 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 49097251 11079573504 11118 33554432000 4194304 4196468 140736240231104 139981312326416 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10690] ppid=10631 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10690/stat : 10690 (java) S 10631 10634 6708 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 49097251 11078590464 11110 33554432000 4194304 4196468 140736240231104 139981311274128 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10691] ppid=10631 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10691/stat : 10691 (java) S 10631 10634 6708 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 15 0 49097251 11078557696 11110 33554432000 4194304 4196468 140736240231104 139981310221328 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10692] ppid=10631 vsize=10818904 memory=140445336594048 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10692/stat : 10692 (java) S 10631 10634 6708 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 15 0 49097253 11078557696 11110 33554432000 4194304 4196468 140736240231104 139980744620144 139981419821698 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10693] ppid=10631 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10693/stat : 10693 (java) S 10631 10634 6708 0 -1 1077944384 33 13125 0 0 0 0 5 3 20 0 15 0 49097253 11078557696 11110 33554432000 4194304 4196468 140736240231104 139980743566112 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10694] ppid=10631 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10694/stat : 10694 (java) S 10631 10634 6708 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 49097253 11078557696 11110 33554432000 4194304 4196468 140736240231104 139980299035760 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10695] ppid=10631 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10695/stat : 10695 (java) S 10631 10634 6708 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 49097256 11078557696 11110 33554432000 4194304 4196468 140736240231104 139979991636048 139981419829147 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10696] ppid=10631 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10634/task/10696/stat : 10696 (java) S 10631 10634 6708 0 -1 1077944384 501 13125 0 0 1 0 5 3 20 0 15 0 49097256 11078557696 11110 33554432000 4194304 4196468 140736240231104 139980710009456 139981419821698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10697] ppid=10631 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10697/stat : 10697 (java) S 10631 10634 6708 0 -1 1077944384 89 13125 0 0 0 0 5 3 20 0 15 0 49097256 11078557696 11110 33554432000 4194304 4196468 140736240231104 139980708956656 139981419821698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10698] ppid=10631 vsize=10818936 memory=140445336594048 CPUtime=0.11 cores=0,2,4,6
/proc/10634/task/10698/stat : 10698 (java) S 10631 10634 6708 0 -1 1077944384 540 13125 0 0 3 0 5 3 20 0 15 0 49097256 11078590464 11110 33554432000 4194304 4196468 140736240231104 139980707904368 139981419821698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10699] ppid=10631 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10699/stat : 10699 (java) S 10631 10634 6708 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 49097256 11078590464 11110 33554432000 4194304 4196468 140736240231104 139979958078432 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10700] ppid=10631 vsize=10818936 memory=140445336594048 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10700/stat : 10700 (java) S 10631 10634 6708 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 49097256 11078590464 11110 33554432000 4194304 4196468 140736240231104 139980706851248 139981419821698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 45556 KiB

[startup+0.310321 s]*
/proc/loadavg: 1.63 1.39 1.43 3/215 10700
/proc/meminfo: memFree=20562332/32770624 swapFree=67108860/67108860
[pid=10634] ppid=10631 vsize=10819352 memory=54900 CPUtime=0.39 cores=0,2,4,6
/proc/10634/stat : 10634 (java) S 10631 10634 6708 0 -1 1077944320 10286 13125 0 0 27 4 5 3 20 0 15 0 49097241 11079016448 13725 33554432000 4194304 4196468 140736240231104 140736240213648 139981419810551 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
/proc/10634/statm: 2704838 13725 3090 1 0 2667149 0
[pid=10634/tid=10687] ppid=10631 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/10634/task/10687/stat : 10687 (java) R 10631 10634 6708 0 -1 4202560 6921 13125 0 0 18 2 5 3 20 0 15 0 49097250 11079016448 13725 33554432000 4194304 4196468 140736240231104 139981391622560 139981403891038 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10688] ppid=10631 vsize=10819352 memory=6440245754552406097 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10688/stat : 10688 (java) S 10631 10634 6708 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 49097251 11079016448 13725 33554432000 4194304 4196468 140736240231104 139981424053136 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10689] ppid=10631 vsize=10819352 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10689/stat : 10689 (java) S 10631 10634 6708 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 49097251 11079016448 13725 33554432000 4194304 4196468 140736240231104 139981312326416 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10690] ppid=10631 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10690/stat : 10690 (java) S 10631 10634 6708 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 49097251 11079016448 13725 33554432000 4194304 4196468 140736240231104 139981311274128 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10691] ppid=10631 vsize=10819352 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10691/stat : 10691 (java) S 10631 10634 6708 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 15 0 49097251 11079016448 13725 33554432000 4194304 4196468 140736240231104 139981310221328 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10692] ppid=10631 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10692/stat : 10692 (java) S 10631 10634 6708 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 15 0 49097253 11079016448 13725 33554432000 4194304 4196468 140736240231104 139980744620144 139981419821698 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10693] ppid=10631 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10693/stat : 10693 (java) S 10631 10634 6708 0 -1 1077944384 33 13125 0 0 0 0 5 3 20 0 15 0 49097253 11079016448 13725 33554432000 4194304 4196468 140736240231104 139980743566112 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10694] ppid=10631 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10694/stat : 10694 (java) S 10631 10634 6708 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 49097253 11079016448 13725 33554432000 4194304 4196468 140736240231104 139980299035760 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10695] ppid=10631 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10695/stat : 10695 (java) S 10631 10634 6708 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 49097256 11079016448 13725 33554432000 4194304 4196468 140736240231104 139979991636048 139981419829147 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10696] ppid=10631 vsize=10819352 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/10634/task/10696/stat : 10696 (java) S 10631 10634 6708 0 -1 1077944384 502 13125 0 0 2 0 5 3 20 0 15 0 49097256 11079016448 13725 33554432000 4194304 4196468 140736240231104 139980710009456 139981419821698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10697] ppid=10631 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10634/task/10697/stat : 10697 (java) S 10631 10634 6708 0 -1 1077944384 89 13125 0 0 1 0 5 3 20 0 15 0 49097256 11079016448 13725 33554432000 4194304 4196468 140736240231104 139980708956656 139981419821698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10698] ppid=10631 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/10634/task/10698/stat : 10698 (java) R 10631 10634 6708 0 -1 4202560 546 13125 0 0 5 0 5 3 20 0 15 0 49097256 11079016448 13725 33554432000 4194304 4196468 140736240231104 139980707904368 139981399248368 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10699] ppid=10631 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10699/stat : 10699 (java) S 10631 10634 6708 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 49097256 11079016448 13725 33554432000 4194304 4196468 140736240231104 139979958078432 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10700] ppid=10631 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10700/stat : 10700 (java) S 10631 10634 6708 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 49097256 11079016448 13725 33554432000 4194304 4196468 140736240231104 139980706851248 139981419821698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54900 KiB

[startup+0.700711 s]
/proc/loadavg: 1.63 1.39 1.43 3/215 10700
/proc/meminfo: memFree=20553028/32770624 swapFree=67108860/67108860
[pid=10634] ppid=10631 vsize=10819352 memory=87356 CPUtime=0.99 cores=0,2,4,6
/proc/10634/stat : 10634 (java) S 10631 10634 6708 0 -1 1077944320 16375 13125 0 0 86 5 5 3 20 0 15 0 49097241 11079016448 21839 33554432000 4194304 4196468 140736240231104 140736240213648 139981419810551 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
/proc/10634/statm: 2704838 21839 3246 1 0 2667149 0
[pid=10634/tid=10687] ppid=10631 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/10634/task/10687/stat : 10687 (java) R 10631 10634 6708 0 -1 4202560 11932 13125 0 0 55 4 5 3 20 0 15 0 49097250 11079016448 21839 33554432000 4194304 4196468 140736240231104 139981391631376 139981400086440 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10688] ppid=10631 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10688/stat : 10688 (java) S 10631 10634 6708 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 49097251 11079016448 21839 33554432000 4194304 4196468 140736240231104 139981424053136 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10689] ppid=10631 vsize=10819352 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10689/stat : 10689 (java) S 10631 10634 6708 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 49097251 11079016448 21839 33554432000 4194304 4196468 140736240231104 139981312326416 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10690] ppid=10631 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10690/stat : 10690 (java) S 10631 10634 6708 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 49097251 11079016448 21839 33554432000 4194304 4196468 140736240231104 139981311274128 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10691] ppid=10631 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10691/stat : 10691 (java) S 10631 10634 6708 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 15 0 49097251 11079016448 21839 33554432000 4194304 4196468 140736240231104 139981310221328 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10692] ppid=10631 vsize=10819352 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10692/stat : 10692 (java) S 10631 10634 6708 0 -1 1077944384 5 13125 0 0 0 0 5 3 20 0 15 0 49097253 11079016448 21839 33554432000 4194304 4196468 140736240231104 139980744620144 139981419821698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10693] ppid=10631 vsize=10819352 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10693/stat : 10693 (java) S 10631 10634 6708 0 -1 1077944384 33 13125 0 0 0 0 5 3 20 0 15 0 49097253 11079016448 21839 33554432000 4194304 4196468 140736240231104 139980743566112 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10694] ppid=10631 vsize=10819352 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10694/stat : 10694 (java) S 10631 10634 6708 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 49097253 11079016448 21839 33554432000 4194304 4196468 140736240231104 139980299035760 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10695] ppid=10631 vsize=10819352 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10695/stat : 10695 (java) S 10631 10634 6708 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 49097256 11079016448 21839 33554432000 4194304 4196468 140736240231104 139979991636048 139981419829147 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10696] ppid=10631 vsize=10819352 memory=13252 CPUtime=0.15 cores=0,2,4,6
/proc/10634/task/10696/stat : 10696 (java) S 10631 10634 6708 0 -1 1077944384 861 13125 0 0 7 0 5 3 20 0 15 0 49097256 11079016448 21839 33554432000 4194304 4196468 140736240231104 139980710009456 139981419821698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10697] ppid=10631 vsize=10819352 memory=15460 CPUtime=0.18 cores=0,2,4,6
/proc/10634/task/10697/stat : 10697 (java) S 10631 10634 6708 0 -1 1077944384 745 13125 0 0 10 0 5 3 20 0 15 0 49097256 11079016448 21839 33554432000 4194304 4196468 140736240231104 139980708956656 139981419821698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10698] ppid=10631 vsize=10819352 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/10634/task/10698/stat : 10698 (java) S 10631 10634 6708 0 -1 1077944384 595 13125 0 0 13 0 5 3 20 0 15 0 49097256 11079016448 21839 33554432000 4194304 4196468 140736240231104 139980707904368 139981419821698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10699] ppid=10631 vsize=10819352 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10699/stat : 10699 (java) S 10631 10634 6708 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 49097256 11079016448 21839 33554432000 4194304 4196468 140736240231104 139979958078432 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10700] ppid=10631 vsize=10819352 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10700/stat : 10700 (java) S 10631 10634 6708 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 49097256 11079016448 21839 33554432000 4194304 4196468 140736240231104 139980706851248 139981419821698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 87356 KiB

[startup+1.50079 s]
/proc/loadavg: 1.66 1.40 1.43 3/215 10700
/proc/meminfo: memFree=20507680/32770624 swapFree=67108860/67108860
[pid=10634] ppid=10631 vsize=10836300 memory=177816 CPUtime=2.26 cores=0,2,4,6
/proc/10634/stat : 10634 (java) S 10631 10634 6708 0 -1 1077944320 23562 13125 0 0 208 10 5 3 20 0 15 0 49097241 11096371200 44454 33554432000 4194304 4196468 140736240231104 140736240213648 139981419810551 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
/proc/10634/statm: 2709075 44454 3469 1 0 2670733 0
[pid=10634/tid=10687] ppid=10631 vsize=10836300 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/10634/task/10687/stat : 10687 (java) R 10631 10634 6708 0 -1 4202560 17497 13125 0 0 129 6 5 3 20 0 15 0 49097250 11096371200 44454 33554432000 4194304 4196468 140736240231104 139981391641392 139981403003313 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10688] ppid=10631 vsize=10836300 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10634/task/10688/stat : 10688 (java) S 10631 10634 6708 0 -1 1077944384 72 13125 0 0 1 0 5 3 20 0 15 0 49097251 11096371200 44454 33554432000 4194304 4196468 140736240231104 139981424053136 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10689] ppid=10631 vsize=10836300 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10634/task/10689/stat : 10689 (java) S 10631 10634 6708 0 -1 1077944384 21 13125 0 0 1 0 5 3 20 0 15 0 49097251 11096371200 44454 33554432000 4194304 4196468 140736240231104 139981312326416 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10690] ppid=10631 vsize=10836300 memory=3611949788955226161 CPUtime=0.09 cores=0,2,4,6
/proc/10634/task/10690/stat : 10690 (java) S 10631 10634 6708 0 -1 1077944384 259 13125 0 0 1 0 5 3 20 0 15 0 49097251 11096371200 44454 33554432000 4194304 4196468 140736240231104 139981311274128 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10691] ppid=10631 vsize=10836300 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10634/task/10691/stat : 10691 (java) S 10631 10634 6708 0 -1 1077944384 23 13125 0 0 1 0 5 3 20 0 15 0 49097251 11096371200 44454 33554432000 4194304 4196468 140736240231104 139981310221328 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10692] ppid=10631 vsize=10836300 memory=-7965959130280075168 CPUtime=0.09 cores=0,2,4,6
/proc/10634/task/10692/stat : 10692 (java) S 10631 10634 6708 0 -1 1077944384 55 13125 0 0 1 0 5 3 20 0 15 0 49097253 11096371200 44454 33554432000 4194304 4196468 140736240231104 139980744620144 139981419821698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10693] ppid=10631 vsize=10836300 memory=280890458581248 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10693/stat : 10693 (java) S 10631 10634 6708 0 -1 1077944384 34 13125 0 0 0 0 5 3 20 0 15 0 49097253 11096371200 44454 33554432000 4194304 4196468 140736240231104 139980743566176 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10694] ppid=10631 vsize=10836300 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10694/stat : 10694 (java) S 10631 10634 6708 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 49097253 11096371200 44454 33554432000 4194304 4196468 140736240231104 139980299035776 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10695] ppid=10631 vsize=10836300 memory=5380 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10695/stat : 10695 (java) S 10631 10634 6708 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 49097256 11096371200 44454 33554432000 4194304 4196468 140736240231104 139979991636048 139981419829147 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10696] ppid=10631 vsize=10836300 memory=4616 CPUtime=0.28 cores=0,2,4,6
/proc/10634/task/10696/stat : 10696 (java) S 10631 10634 6708 0 -1 1077944384 1108 13125 0 0 20 0 5 3 20 0 15 0 49097256 11096371200 44454 33554432000 4194304 4196468 140736240231104 139980710009456 139981419821698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10697] ppid=10631 vsize=10836300 memory=1232 CPUtime=0.29 cores=0,2,4,6
/proc/10634/task/10697/stat : 10697 (java) S 10631 10634 6708 0 -1 1077944384 1204 13125 0 0 21 0 5 3 20 0 15 0 49097256 11096371200 44454 33554432000 4194304 4196468 140736240231104 139980708956656 139981419821698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10698] ppid=10631 vsize=10836300 memory=11964 CPUtime=0.38 cores=0,2,4,6
/proc/10634/task/10698/stat : 10698 (java) S 10631 10634 6708 0 -1 1077944384 1090 13125 0 0 30 0 5 3 20 0 15 0 49097256 11096371200 44454 33554432000 4194304 4196468 140736240231104 139980707904368 139981419821698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10699] ppid=10631 vsize=10836300 memory=1708 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10699/stat : 10699 (java) S 10631 10634 6708 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 49097256 11096371200 44454 33554432000 4194304 4196468 140736240231104 139979958078432 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10700] ppid=10631 vsize=10836300 memory=8384 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10700/stat : 10700 (java) S 10631 10634 6708 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 49097256 11096371200 44454 33554432000 4194304 4196468 140736240231104 139980706851248 139981419821698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10836300 KiB

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

[pid=10634/tid=10699] ppid=10631 vsize=10914144 memory=15872 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10699/stat : 10699 (java) S 10631 10634 6708 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 49097256 11176083456 174819 33554432000 4194304 4196468 140736240231104 139979958078432 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10700] ppid=10631 vsize=10914144 memory=699276 CPUtime=0.21 cores=0,2,4,6
/proc/10634/task/10700/stat : 10700 (java) S 10631 10634 6708 0 -1 1077944384 2111 13125 0 0 7 6 5 3 20 0 15 0 49097256 11176083456 174819 33554432000 4194304 4196468 140736240231104 139980706851248 139981419821698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
Current children cumulated CPU time: 236.9 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 699276 KiB

[startup+228.001 s]*
/proc/loadavg: 1.15 1.34 1.40 3/216 10711
/proc/meminfo: memFree=19916312/32770624 swapFree=67108860/67108860
[pid=10634] ppid=10631 vsize=10914144 memory=699276 CPUtime=237.71 cores=0,2,4,6
/proc/10634/stat : 10634 (java) S 10631 10634 6708 0 -1 1077944320 119758 13125 0 0 23706 57 5 3 20 0 15 0 49097241 11176083456 174819 33554432000 4194304 4196468 140736240231104 140736240213648 139981419810551 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
/proc/10634/statm: 2728536 174819 3520 1 0 2690189 0
[pid=10634/tid=10687] ppid=10631 vsize=10914144 memory=6791534058613427641 CPUtime=226.54 cores=0,2,4,6
/proc/10634/task/10687/stat : 10687 (java) R 10631 10634 6708 0 -1 4202560 45536 13125 0 0 22628 18 5 3 20 0 15 0 49097250 11176083456 174819 33554432000 4194304 4196468 140736240231104 139981391644288 139980999072999 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10688] ppid=10631 vsize=10914144 memory=4126316290023845779 CPUtime=0.71 cores=0,2,4,6
/proc/10634/task/10688/stat : 10688 (java) S 10631 10634 6708 0 -1 1077944384 1924 13125 0 0 56 7 5 3 20 0 15 0 49097251 11176083456 174819 33554432000 4194304 4196468 140736240231104 139981424053136 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10689] ppid=10631 vsize=10914144 memory=2696 CPUtime=0.71 cores=0,2,4,6
/proc/10634/task/10689/stat : 10689 (java) S 10631 10634 6708 0 -1 1077944384 3594 13125 0 0 58 5 5 3 20 0 15 0 49097251 11176083456 174819 33554432000 4194304 4196468 140736240231104 139981312326416 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10690] ppid=10631 vsize=10914144 memory=2692 CPUtime=0.72 cores=0,2,4,6
/proc/10634/task/10690/stat : 10690 (java) S 10631 10634 6708 0 -1 1077944384 4247 13125 0 0 58 6 5 3 20 0 15 0 49097251 11176083456 174819 33554432000 4194304 4196468 140736240231104 139981311274128 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10691] ppid=10631 vsize=10914144 memory=4104 CPUtime=0.72 cores=0,2,4,6
/proc/10634/task/10691/stat : 10691 (java) S 10631 10634 6708 0 -1 1077944384 2262 13125 0 0 59 5 5 3 20 0 15 0 49097251 11176083456 174819 33554432000 4194304 4196468 140736240231104 139981310221328 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10692] ppid=10631 vsize=10914144 memory=1408 CPUtime=0.65 cores=0,2,4,6
/proc/10634/task/10692/stat : 10692 (java) S 10631 10634 6708 0 -1 1077944384 3704 13125 0 0 53 4 5 3 20 0 15 0 49097253 11176083456 174819 33554432000 4194304 4196468 140736240231104 139980744620144 139981419821698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10693] ppid=10631 vsize=10914144 memory=3288 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10693/stat : 10693 (java) S 10631 10634 6708 0 -1 1077944384 40 13125 0 0 0 0 5 3 20 0 15 0 49097253 11176083456 174819 33554432000 4194304 4196468 140736240231104 139980743566240 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10694] ppid=10631 vsize=10914144 memory=748928 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10694/stat : 10694 (java) S 10631 10634 6708 0 -1 1077944384 5 13125 0 0 0 0 5 3 20 0 15 0 49097253 11176083456 174819 33554432000 4194304 4196468 140736240231104 139980299035776 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10695] ppid=10631 vsize=10914144 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10695/stat : 10695 (java) S 10631 10634 6708 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 49097256 11176083456 174819 33554432000 4194304 4196468 140736240231104 139979991636048 139981419829147 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10696] ppid=10631 vsize=10914144 memory=3164 CPUtime=3.34 cores=0,2,4,6
/proc/10634/task/10696/stat : 10696 (java) S 10631 10634 6708 0 -1 1077944384 18361 13125 0 0 323 3 5 3 20 0 15 0 49097256 11176083456 174819 33554432000 4194304 4196468 140736240231104 139980710009456 139981419821698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10697] ppid=10631 vsize=10914144 memory=699276 CPUtime=3.1 cores=0,2,4,6
/proc/10634/task/10697/stat : 10697 (java) S 10631 10634 6708 0 -1 1077944384 16861 13125 0 0 299 3 5 3 20 0 15 0 49097256 11176083456 174819 33554432000 4194304 4196468 140736240231104 139980708956656 139981419821698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10698] ppid=10631 vsize=10914144 memory=6791534058613427641 CPUtime=1.62 cores=0,2,4,6
/proc/10634/task/10698/stat : 10698 (java) S 10631 10634 6708 0 -1 1077944384 18916 13125 0 0 151 3 5 3 20 0 15 0 49097256 11176083456 174819 33554432000 4194304 4196468 140736240231104 139980707904368 139981419821698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10699] ppid=10631 vsize=10914144 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10699/stat : 10699 (java) S 10631 10634 6708 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 49097256 11176083456 174819 33554432000 4194304 4196468 140736240231104 139979958078432 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10700] ppid=10631 vsize=10914144 memory=7091307280316590144 CPUtime=0.21 cores=0,2,4,6
/proc/10634/task/10700/stat : 10700 (java) S 10631 10634 6708 0 -1 1077944384 2111 13125 0 0 7 6 5 3 20 0 15 0 49097256 11176083456 174819 33554432000 4194304 4196468 140736240231104 139980706851248 139981419821698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
Current children cumulated CPU time: 237.71 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 699276 KiB

[startup+228.401 s]
/proc/loadavg: 1.15 1.34 1.40 3/216 10711
/proc/meminfo: memFree=19916312/32770624 swapFree=67108860/67108860
[pid=10634] ppid=10631 vsize=10914144 memory=699276 CPUtime=238.1 cores=0,2,4,6
/proc/10634/stat : 10634 (java) S 10631 10634 6708 0 -1 1077944320 119761 13125 0 0 23745 57 5 3 20 0 15 0 49097241 11176083456 174819 33554432000 4194304 4196468 140736240231104 140736240213648 139981419810551 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
/proc/10634/statm: 2728536 174819 3520 1 0 2690189 0
[pid=10634/tid=10687] ppid=10631 vsize=10914144 memory=1200 CPUtime=226.93 cores=0,2,4,6
/proc/10634/task/10687/stat : 10687 (java) R 10631 10634 6708 0 -1 4202560 45538 13125 0 0 22667 18 5 3 20 0 15 0 49097250 11176083456 174819 33554432000 4194304 4196468 140736240231104 139981391644048 139980997821278 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10688] ppid=10631 vsize=10914144 memory=15872 CPUtime=0.71 cores=0,2,4,6
/proc/10634/task/10688/stat : 10688 (java) S 10631 10634 6708 0 -1 1077944384 1924 13125 0 0 56 7 5 3 20 0 15 0 49097251 11176083456 174819 33554432000 4194304 4196468 140736240231104 139981424053136 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10689] ppid=10631 vsize=10914144 memory=10516 CPUtime=0.72 cores=0,2,4,6
/proc/10634/task/10689/stat : 10689 (java) S 10631 10634 6708 0 -1 1077944384 3594 13125 0 0 59 5 5 3 20 0 15 0 49097251 11176083456 174819 33554432000 4194304 4196468 140736240231104 139981312326416 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10690] ppid=10631 vsize=10914144 memory=6791534058613427641 CPUtime=0.72 cores=0,2,4,6
/proc/10634/task/10690/stat : 10690 (java) S 10631 10634 6708 0 -1 1077944384 4248 13125 0 0 58 6 5 3 20 0 15 0 49097251 11176083456 174819 33554432000 4194304 4196468 140736240231104 139981311274128 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10691] ppid=10631 vsize=10914144 memory=792 CPUtime=0.72 cores=0,2,4,6
/proc/10634/task/10691/stat : 10691 (java) S 10631 10634 6708 0 -1 1077944384 2262 13125 0 0 59 5 5 3 20 0 15 0 49097251 11176083456 174819 33554432000 4194304 4196468 140736240231104 139981310221328 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10692] ppid=10631 vsize=10914144 memory=1960 CPUtime=0.65 cores=0,2,4,6
/proc/10634/task/10692/stat : 10692 (java) S 10631 10634 6708 0 -1 1077944384 3704 13125 0 0 53 4 5 3 20 0 15 0 49097253 11176083456 174819 33554432000 4194304 4196468 140736240231104 139980744620144 139981419821698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10693] ppid=10631 vsize=10914144 memory=5380 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10693/stat : 10693 (java) S 10631 10634 6708 0 -1 1077944384 40 13125 0 0 0 0 5 3 20 0 15 0 49097253 11176083456 174819 33554432000 4194304 4196468 140736240231104 139980743566240 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10694] ppid=10631 vsize=10914144 memory=4616 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10694/stat : 10694 (java) S 10631 10634 6708 0 -1 1077944384 5 13125 0 0 0 0 5 3 20 0 15 0 49097253 11176083456 174819 33554432000 4194304 4196468 140736240231104 139980299035776 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10695] ppid=10631 vsize=10914144 memory=1232 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10695/stat : 10695 (java) S 10631 10634 6708 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 49097256 11176083456 174819 33554432000 4194304 4196468 140736240231104 139979991636048 139981419829147 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10696] ppid=10631 vsize=10914144 memory=11964 CPUtime=3.34 cores=0,2,4,6
/proc/10634/task/10696/stat : 10696 (java) S 10631 10634 6708 0 -1 1077944384 18361 13125 0 0 323 3 5 3 20 0 15 0 49097256 11176083456 174819 33554432000 4194304 4196468 140736240231104 139980710009456 139981419821698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10697] ppid=10631 vsize=10914144 memory=1708 CPUtime=3.1 cores=0,2,4,6
/proc/10634/task/10697/stat : 10697 (java) S 10631 10634 6708 0 -1 1077944384 16861 13125 0 0 299 3 5 3 20 0 15 0 49097256 11176083456 174819 33554432000 4194304 4196468 140736240231104 139980708956656 139981419821698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10698] ppid=10631 vsize=10914144 memory=8384 CPUtime=1.62 cores=0,2,4,6
/proc/10634/task/10698/stat : 10698 (java) S 10631 10634 6708 0 -1 1077944384 18916 13125 0 0 151 3 5 3 20 0 15 0 49097256 11176083456 174819 33554432000 4194304 4196468 140736240231104 139980707904368 139981419821698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10699] ppid=10631 vsize=10914144 memory=1012 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10699/stat : 10699 (java) S 10631 10634 6708 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 49097256 11176083456 174819 33554432000 4194304 4196468 140736240231104 139979958078432 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10700] ppid=10631 vsize=10914144 memory=1444 CPUtime=0.21 cores=0,2,4,6
/proc/10634/task/10700/stat : 10700 (java) S 10631 10634 6708 0 -1 1077944384 2111 13125 0 0 7 6 5 3 20 0 15 0 49097256 11176083456 174819 33554432000 4194304 4196468 140736240231104 139980706851248 139981419821698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
Current children cumulated CPU time: 238.1 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 699276 KiB

[startup+228.601 s]
/proc/loadavg: 1.15 1.34 1.40 3/216 10711
/proc/meminfo: memFree=19916312/32770624 swapFree=67108860/67108860
[pid=10634] ppid=10631 vsize=10914144 memory=699276 CPUtime=238.31 cores=0,2,4,6
/proc/10634/stat : 10634 (java) S 10631 10634 6708 0 -1 1077944320 119761 13125 0 0 23766 57 5 3 20 0 15 0 49097241 11176083456 174819 33554432000 4194304 4196468 140736240231104 140736240213648 139981419810551 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
/proc/10634/statm: 2728536 174819 3520 1 0 2690189 0
[pid=10634/tid=10687] ppid=10631 vsize=10914144 memory=2244 CPUtime=227.13 cores=0,2,4,6
/proc/10634/task/10687/stat : 10687 (java) R 10631 10634 6708 0 -1 4202560 45538 13125 0 0 22687 18 5 3 20 0 15 0 49097250 11176083456 174819 33554432000 4194304 4196468 140736240231104 139981391644048 139980999430227 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10688] ppid=10631 vsize=10914144 memory=4136 CPUtime=0.71 cores=0,2,4,6
/proc/10634/task/10688/stat : 10688 (java) S 10631 10634 6708 0 -1 1077944384 1924 13125 0 0 56 7 5 3 20 0 15 0 49097251 11176083456 174819 33554432000 4194304 4196468 140736240231104 139981424053136 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10689] ppid=10631 vsize=10914144 memory=6791534058613427641 CPUtime=0.72 cores=0,2,4,6
/proc/10634/task/10689/stat : 10689 (java) S 10631 10634 6708 0 -1 1077944384 3594 13125 0 0 59 5 5 3 20 0 15 0 49097251 11176083456 174819 33554432000 4194304 4196468 140736240231104 139981312326416 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10690] ppid=10631 vsize=10914144 memory=7532 CPUtime=0.72 cores=0,2,4,6
/proc/10634/task/10690/stat : 10690 (java) S 10631 10634 6708 0 -1 1077944384 4248 13125 0 0 58 6 5 3 20 0 15 0 49097251 11176083456 174819 33554432000 4194304 4196468 140736240231104 139981311274128 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10691] ppid=10631 vsize=10914144 memory=844 CPUtime=0.72 cores=0,2,4,6
/proc/10634/task/10691/stat : 10691 (java) S 10631 10634 6708 0 -1 1077944384 2262 13125 0 0 59 5 5 3 20 0 15 0 49097251 11176083456 174819 33554432000 4194304 4196468 140736240231104 139981310221328 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10692] ppid=10631 vsize=10914144 memory=748928 CPUtime=0.65 cores=0,2,4,6
/proc/10634/task/10692/stat : 10692 (java) S 10631 10634 6708 0 -1 1077944384 3704 13125 0 0 53 4 5 3 20 0 15 0 49097253 11176083456 174819 33554432000 4194304 4196468 140736240231104 139980744620144 139981419821698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10693] ppid=10631 vsize=10914144 memory=699276 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10693/stat : 10693 (java) S 10631 10634 6708 0 -1 1077944384 40 13125 0 0 0 0 5 3 20 0 15 0 49097253 11176083456 174819 33554432000 4194304 4196468 140736240231104 139980743566240 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10694] ppid=10631 vsize=10914144 memory=699276 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10694/stat : 10694 (java) S 10631 10634 6708 0 -1 1077944384 5 13125 0 0 0 0 5 3 20 0 15 0 49097253 11176083456 174819 33554432000 4194304 4196468 140736240231104 139980299035776 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10695] ppid=10631 vsize=10914144 memory=792 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10695/stat : 10695 (java) S 10631 10634 6708 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 49097256 11176083456 174819 33554432000 4194304 4196468 140736240231104 139979991636048 139981419829147 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10696] ppid=10631 vsize=10914144 memory=1960 CPUtime=3.34 cores=0,2,4,6
/proc/10634/task/10696/stat : 10696 (java) S 10631 10634 6708 0 -1 1077944384 18361 13125 0 0 323 3 5 3 20 0 15 0 49097256 11176083456 174819 33554432000 4194304 4196468 140736240231104 139980710009456 139981419821698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10697] ppid=10631 vsize=10914144 memory=4140 CPUtime=3.1 cores=0,2,4,6
/proc/10634/task/10697/stat : 10697 (java) S 10631 10634 6708 0 -1 1077944384 16861 13125 0 0 299 3 5 3 20 0 15 0 49097256 11176083456 174819 33554432000 4194304 4196468 140736240231104 139980708956656 139981419821698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10698] ppid=10631 vsize=10914144 memory=16272 CPUtime=1.62 cores=0,2,4,6
/proc/10634/task/10698/stat : 10698 (java) S 10631 10634 6708 0 -1 1077944384 18916 13125 0 0 151 3 5 3 20 0 15 0 49097256 11176083456 174819 33554432000 4194304 4196468 140736240231104 139980707904368 139981419821698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10699] ppid=10631 vsize=10914144 memory=1296 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10699/stat : 10699 (java) S 10631 10634 6708 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 49097256 11176083456 174819 33554432000 4194304 4196468 140736240231104 139979958078432 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10700] ppid=10631 vsize=10914144 memory=2412 CPUtime=0.21 cores=0,2,4,6
/proc/10634/task/10700/stat : 10700 (java) S 10631 10634 6708 0 -1 1077944384 2111 13125 0 0 7 6 5 3 20 0 15 0 49097256 11176083456 174819 33554432000 4194304 4196468 140736240231104 139980706851248 139981419821698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
Current children cumulated CPU time: 238.31 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 699276 KiB

[startup+228.701 s]
/proc/loadavg: 1.15 1.34 1.40 3/216 10711
/proc/meminfo: memFree=19916312/32770624 swapFree=67108860/67108860
[pid=10634] ppid=10631 vsize=10914144 memory=699360 CPUtime=238.42 cores=0,2,4,6
/proc/10634/stat : 10634 (java) S 10631 10634 6708 0 -1 1077944320 124097 13125 0 0 23776 58 5 3 20 0 15 0 49097241 11176083456 174840 33554432000 4194304 4196468 140736240231104 140736240213648 139981419810551 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
/proc/10634/statm: 2728536 174840 3520 1 0 2690189 0
[pid=10634/tid=10687] ppid=10631 vsize=10914144 memory=699276 CPUtime=227.23 cores=0,2,4,6
/proc/10634/task/10687/stat : 10687 (java) R 10631 10634 6708 0 -1 4202560 48844 13125 0 0 22697 18 5 3 20 0 15 0 49097250 11176083456 174840 33554432000 4194304 4196468 140736240231104 139981391642096 139981403854181 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10688] ppid=10631 vsize=10914144 memory=699276 CPUtime=0.71 cores=0,2,4,6
/proc/10634/task/10688/stat : 10688 (java) S 10631 10634 6708 0 -1 1077944384 1924 13125 0 0 56 7 5 3 20 0 15 0 49097251 11176083456 174840 33554432000 4194304 4196468 140736240231104 139981424053136 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10689] ppid=10631 vsize=10914144 memory=699172 CPUtime=0.72 cores=0,2,4,6
/proc/10634/task/10689/stat : 10689 (java) S 10631 10634 6708 0 -1 1077944384 3594 13125 0 0 59 5 5 3 20 0 15 0 49097251 11176083456 174840 33554432000 4194304 4196468 140736240231104 139981312326416 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10690] ppid=10631 vsize=10914144 memory=699276 CPUtime=0.72 cores=0,2,4,6
/proc/10634/task/10690/stat : 10690 (java) S 10631 10634 6708 0 -1 1077944384 4248 13125 0 0 58 6 5 3 20 0 15 0 49097251 11176083456 174840 33554432000 4194304 4196468 140736240231104 139981311274128 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10691] ppid=10631 vsize=10914144 memory=699276 CPUtime=0.72 cores=0,2,4,6
/proc/10634/task/10691/stat : 10691 (java) S 10631 10634 6708 0 -1 1077944384 2262 13125 0 0 59 5 5 3 20 0 15 0 49097251 11176083456 174842 33554432000 4194304 4196468 140736240231104 139981310221328 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10692] ppid=10631 vsize=10914144 memory=699276 CPUtime=0.65 cores=0,2,4,6
/proc/10634/task/10692/stat : 10692 (java) S 10631 10634 6708 0 -1 1077944384 3704 13125 0 0 53 4 5 3 20 0 15 0 49097253 11176083456 174842 33554432000 4194304 4196468 140736240231104 139980744620144 139981419821698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10693] ppid=10631 vsize=10914144 memory=699276 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10693/stat : 10693 (java) S 10631 10634 6708 0 -1 1077944384 40 13125 0 0 0 0 5 3 20 0 15 0 49097253 11176083456 174842 33554432000 4194304 4196468 140736240231104 139980743566240 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10694] ppid=10631 vsize=10914144 memory=698516 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10694/stat : 10694 (java) S 10631 10634 6708 0 -1 1077944384 5 13125 0 0 0 0 5 3 20 0 15 0 49097253 11176083456 174842 33554432000 4194304 4196468 140736240231104 139980299035776 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10695] ppid=10631 vsize=10914144 memory=699276 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10695/stat : 10695 (java) S 10631 10634 6708 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 49097256 11176083456 174842 33554432000 4194304 4196468 140736240231104 139979991636048 139981419829147 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10696] ppid=10631 vsize=10914144 memory=699276 CPUtime=3.35 cores=0,2,4,6
/proc/10634/task/10696/stat : 10696 (java) S 10631 10634 6708 0 -1 1077944384 18605 13125 0 0 324 3 5 3 20 0 15 0 49097256 11176083456 174842 33554432000 4194304 4196468 140736240231104 139980710009456 139981419821698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10697] ppid=10631 vsize=10914144 memory=699276 CPUtime=3.1 cores=0,2,4,6
/proc/10634/task/10697/stat : 10697 (java) S 10631 10634 6708 0 -1 1077944384 16861 13125 0 0 299 3 5 3 20 0 15 0 49097256 11176083456 174842 33554432000 4194304 4196468 140736240231104 139980708956656 139981419821698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10698] ppid=10631 vsize=10914144 memory=699276 CPUtime=1.63 cores=0,2,4,6
/proc/10634/task/10698/stat : 10698 (java) S 10631 10634 6708 0 -1 1077944384 19707 13125 0 0 152 3 5 3 20 0 15 0 49097256 11176083456 174842 33554432000 4194304 4196468 140736240231104 139980707904368 139981419821698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10699] ppid=10631 vsize=10914144 memory=699276 CPUtime=0.08 cores=0,2,4,6
/proc/10634/task/10699/stat : 10699 (java) S 10631 10634 6708 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 49097256 11176083456 174842 33554432000 4194304 4196468 140736240231104 139979958078432 139981419820757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
[pid=10634/tid=10700] ppid=10631 vsize=10914144 memory=4140 CPUtime=0.21 cores=0,2,4,6
/proc/10634/task/10700/stat : 10700 (java) S 10631 10634 6708 0 -1 1077944384 2111 13125 0 0 7 6 5 3 20 0 15 0 49097256 11176083456 174842 33554432000 4194304 4196468 140736240231104 139980706851248 139981419821698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27320320 140736240232620 140736240235868 140736240235868 140736240238543 0
Current children cumulated CPU time: 238.42 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 699360 KiB

Child status: 0
Real time (s): 228.758
CPU time (s): 238.51
CPU user time (s): 237.878
CPU system time (s): 0.632458
CPU usage (%): 104.263
Max. virtual memory (cumulated for all children) (KiB): 10914144
Max. memory (cumulated for all children) (KiB): 702868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 237.878
system time used= 0.632458
maximum resident set size= 703900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139026
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23248
involuntary context switches= 798


# summary of solver processes directly reported to runsolver:
#   pid: 10634
#   total CPU time (s): 238.51
#   total CPU user time (s): 237.878
#   total CPU system time (s): 0.632458

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.34422 second user time and 2.16525 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-23 05:09:01
IDJOB=4293416
IDBENCH=141173
IDSOLVER=2751
FILE ID=node104/4293416-1532315341
RUNJOBID= node104-1532294157-6739
PBS_JOBID= 21018980
Free space on /tmp= 57220 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K05-P02_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293416-1532315341/watcher-4293416-1532315341 -o /tmp/evaluation-result-4293416-1532315341/solver-4293416-1532315341 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532294157-6739 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=400433129 -superng HOME/instance-4293416-1532315341.xml

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

MD5SUM BENCH= 803795f7a37fd3a40686e408980b1bff
RANDOM SEED=400433129

node104.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.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	: 5333.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	: 5333.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	: 5333.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:        20604120 kB
MemAvailable:   31202280 kB
Buffers:          251724 kB
Cached:         10552608 kB
SwapCached:            0 kB
Active:          2672792 kB
Inactive:        8918568 kB
Active(anon):     789896 kB
Inactive(anon):    17084 kB
Active(file):    1882896 kB
Inactive(file):  8901484 kB
Unevictable:        7176 kB
Mlocked:            7176 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26552 kB
Writeback:             0 kB
AnonPages:        794500 kB
Mapped:            49604 kB
Shmem:             17036 kB
Slab:             270780 kB
SReclaimable:     242240 kB
SUnreclaim:        28540 kB
KernelStack:        3552 kB
PageTables:         6948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1731028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    561152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 57192 MiB
End job on node104 at 2018-07-23 05:12:50