Trace number 4402476

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.12.3SAT 82.7441 70.2192

General information on the benchmark

NameGracefulGraph/GracefulGraph-m1-s1/
GracefulGraph-K05-P02.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 benchmark0.274715
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.79/0.55	c Concrete v3.12.3.1568965526260 running
82.70/70.20	v <instantiation
82.70/70.20	v         >
82.70/70.20	v       <list>
82.70/70.20	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]
82.70/70.20	v       </list>
82.70/70.20	v       <values>
82.70/70.20	v         4 19 18 0 25 14 3 6 23 1 15 14 4 21 1 19 6 18 7 25 11 8 9 13 3 20 2 17 5 22 10 16 12 23 24
82.70/70.20	v       </values>
82.70/70.20	v     </instantiation>
82.70/70.20	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 (1467 MiB free)
  memory of node 1: 16384 MiB (367 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402476-1568968293/watcher-4402476-1568968293 -o /var/tmp/evaluation-result-4402476-1568968293/solver-4402476-1568968293 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node126-1568967600-16259 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=799927705 HOME/instance-4402476-1568968293.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
solver pid=16941, runsolver pid=16938
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.27 1.14 0.68 3/223 16998
/proc/meminfo: memFree=1871572/32770624 swapFree=66992772/67108860
[pid=16941] ppid=16938 vsize=9972712 memory=16812 CPUtime=0.08 cores=0,2,4,6
/proc/16941/stat : 16941 (java) S 16938 16941 16228 0 -1 1077944320 4465 12983 0 0 1 0 5 2 20 0 6 0 473097093 10212057088 4203 33554432000 4194304 4196468 140731919156784 140731919139328 140297485651703 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
/proc/16941/statm: 2493178 4203 1934 1 0 2481616 0
[pid=16941/tid=16994] ppid=16938 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/16941/task/16994/stat : 16994 (java) R 16938 16941 16228 0 -1 4202560 2279 12983 0 0 1 0 5 2 20 0 6 0 473097102 10212057088 4269 33554432000 4194304 4196468 140731919156784 140297457488464 140297469732190 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16995] ppid=16938 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/16995/stat : 16995 (java) S 16938 16941 16228 0 -1 1077944384 1 12983 0 0 0 0 5 2 20 0 6 0 473097103 10212057088 4269 33554432000 4194304 4196468 140731919156784 140297489893904 140297485661909 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16996] ppid=16938 vsize=9972712 memory=288370730676856448 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/16996/stat : 16996 (java) S 16938 16941 16228 0 -1 1077944384 2 12983 0 0 0 0 5 2 20 0 6 0 473097103 10212057088 4269 33554432000 4194304 4196468 140731919156784 140297059035792 140297485661909 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16997] ppid=16938 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/16997/stat : 16997 (java) S 16938 16941 16228 0 -1 1077944384 1 12983 0 0 0 0 5 2 20 0 6 0 473097103 10212057088 4269 33554432000 4194304 4196468 140731919156784 140297057982736 140297485661909 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16998] ppid=16938 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/16998/stat : 16998 (java) S 16938 16941 16228 0 -1 1077944384 2 12983 0 0 0 0 5 2 20 0 6 0 473097103 10212057088 4269 33554432000 4194304 4196468 140731919156784 140297056930192 140297485661909 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.21236 s]*
/proc/loadavg: 1.27 1.14 0.68 3/232 17007
/proc/meminfo: memFree=1851048/32770624 swapFree=66992772/67108860
[pid=16941] ppid=16938 vsize=10823808 memory=45484 CPUtime=0.26 cores=0,2,4,6
/proc/16941/stat : 16941 (java) S 16938 16941 16228 0 -1 1077944320 8177 12983 0 0 17 2 5 2 20 0 15 0 473097093 11083579392 11371 33554432000 4194304 4196468 140731919156784 140731919139328 140297485651703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
/proc/16941/statm: 2705952 11371 3295 1 0 2668052 0
[pid=16941/tid=16994] ppid=16938 vsize=10823808 memory=753035770744996145 CPUtime=0.18 cores=0,2,4,6
/proc/16941/task/16994/stat : 16994 (java) R 16938 16941 16228 0 -1 4202560 4816 12983 0 0 10 1 5 2 20 0 15 0 473097102 11083579392 11503 33554432000 4194304 4196468 140731919156784 140297457464064 140297478331421 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16995] ppid=16938 vsize=10823808 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/16995/stat : 16995 (java) S 16938 16941 16228 0 -1 1077944384 1 12983 0 0 0 0 5 2 20 0 15 0 473097103 11083579392 11503 33554432000 4194304 4196468 140731919156784 140297489893904 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16996] ppid=16938 vsize=10823808 memory=288370730676856448 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/16996/stat : 16996 (java) S 16938 16941 16228 0 -1 1077944384 2 12983 0 0 0 0 5 2 20 0 15 0 473097103 11083579392 11503 33554432000 4194304 4196468 140731919156784 140297059035792 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16997] ppid=16938 vsize=10823808 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/16997/stat : 16997 (java) S 16938 16941 16228 0 -1 1077944384 1 12983 0 0 0 0 5 2 20 0 15 0 473097103 11083579392 11503 33554432000 4194304 4196468 140731919156784 140297057982736 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16998] ppid=16938 vsize=10823808 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/16998/stat : 16998 (java) S 16938 16941 16228 0 -1 1077944384 2 12983 0 0 0 0 5 2 20 0 15 0 473097103 11083579392 11503 33554432000 4194304 4196468 140731919156784 140297056930192 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16999] ppid=16938 vsize=10823808 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/16999/stat : 16999 (java) S 16938 16941 16228 0 -1 1077944384 2 12983 0 0 0 0 5 2 20 0 15 0 473097104 11083579392 11351 33554432000 4194304 4196468 140731919156784 140296945122032 140297485662850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17000] ppid=16938 vsize=10823808 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17000/stat : 17000 (java) S 16938 16941 16228 0 -1 1077944384 13 12983 0 0 0 0 5 2 20 0 15 0 473097105 11083579392 11133 33554432000 4194304 4196468 140731919156784 140296851547808 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17001] ppid=16938 vsize=10823808 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17001/stat : 17001 (java) S 16938 16941 16228 0 -1 1077944384 1 12983 0 0 0 0 5 2 20 0 15 0 473097105 11083579392 11133 33554432000 4194304 4196468 140731919156784 140296247567600 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17002] ppid=16938 vsize=10822180 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17002/stat : 17002 (java) S 16938 16941 16228 0 -1 1077944384 3 12983 0 0 0 0 5 2 20 0 15 0 473097108 11081912320 11133 33554432000 4194304 4196468 140731919156784 140296007277008 140297485670299 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17003] ppid=16938 vsize=10822180 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16941/task/17003/stat : 17003 (java) S 16938 16941 16228 0 -1 1077944384 480 12983 0 0 1 0 5 2 20 0 15 0 473097108 11081912320 10893 33554432000 4194304 4196468 140731919156784 140296944068848 140297485662850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17004] ppid=16938 vsize=10821220 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16941/task/17004/stat : 17004 (java) S 16938 16941 16228 0 -1 1077944384 184 12983 0 0 1 0 5 2 20 0 15 0 473097108 11080929280 10839 33554432000 4194304 4196468 140731919156784 140296943016304 140297485662850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17005] ppid=16938 vsize=10821220 memory=140354525144704 CPUtime=0.1 cores=0,2,4,6
/proc/16941/task/17005/stat : 17005 (java) S 16938 16941 16228 0 -1 1077944384 608 12983 0 0 3 0 5 2 20 0 15 0 473097108 11080929280 10637 33554432000 4194304 4196468 140731919156784 140296941963248 140297485662850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17006] ppid=16938 vsize=10821220 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17006/stat : 17006 (java) S 16938 16941 16228 0 -1 1077944384 3 12983 0 0 0 0 5 2 20 0 15 0 473097108 11080929280 10637 33554432000 4194304 4196468 140731919156784 140295973718368 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17007] ppid=16938 vsize=10820196 memory=140354525144704 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17007/stat : 17007 (java) S 16938 16941 16228 0 -1 1077944384 1 12983 0 0 0 0 5 2 20 0 15 0 473097108 11079880704 10637 33554432000 4194304 4196468 140731919156784 140296940911664 140297485662850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10823808 KiB
Current children cumulated memory: 45484 KiB

[startup+0.31082 s]*
/proc/loadavg: 1.27 1.14 0.68 4/232 17007
/proc/meminfo: memFree=1840820/32770624 swapFree=66992772/67108860
[pid=16941] ppid=16938 vsize=10820196 memory=50500 CPUtime=0.4 cores=0,2,4,6
/proc/16941/stat : 16941 (java) S 16938 16941 16228 0 -1 1077944320 10860 12983 0 0 29 4 5 2 20 0 15 0 473097093 11079880704 12625 33554432000 4194304 4196468 140731919156784 140731919139328 140297485651703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
/proc/16941/statm: 2705049 12625 3307 1 0 2667149 0
[pid=16941/tid=16994] ppid=16938 vsize=10820196 memory=1398722017469774279 CPUtime=0.28 cores=0,2,4,6
/proc/16941/task/16994/stat : 16994 (java) R 16938 16941 16228 0 -1 4202560 7353 12983 0 0 18 3 5 2 20 0 15 0 473097102 11079880704 12625 33554432000 4194304 4196468 140731919156784 140297457461952 140297469732190 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16995] ppid=16938 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/16995/stat : 16995 (java) S 16938 16941 16228 0 -1 1077944384 1 12983 0 0 0 0 5 2 20 0 15 0 473097103 11079880704 12625 33554432000 4194304 4196468 140731919156784 140297489893904 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16996] ppid=16938 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/16996/stat : 16996 (java) S 16938 16941 16228 0 -1 1077944384 2 12983 0 0 0 0 5 2 20 0 15 0 473097103 11079880704 12625 33554432000 4194304 4196468 140731919156784 140297059035792 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16997] ppid=16938 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/16997/stat : 16997 (java) S 16938 16941 16228 0 -1 1077944384 1 12983 0 0 0 0 5 2 20 0 15 0 473097103 11079880704 12625 33554432000 4194304 4196468 140731919156784 140297057982736 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16998] ppid=16938 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/16998/stat : 16998 (java) S 16938 16941 16228 0 -1 1077944384 2 12983 0 0 0 0 5 2 20 0 15 0 473097103 11079880704 12625 33554432000 4194304 4196468 140731919156784 140297056930192 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16999] ppid=16938 vsize=10820196 memory=140354525144703 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/16999/stat : 16999 (java) S 16938 16941 16228 0 -1 1077944384 2 12983 0 0 0 0 5 2 20 0 15 0 473097104 11079880704 12625 33554432000 4194304 4196468 140731919156784 140296945122032 140297485662850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17000] ppid=16938 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17000/stat : 17000 (java) S 16938 16941 16228 0 -1 1077944384 13 12983 0 0 0 0 5 2 20 0 15 0 473097105 11079880704 12625 33554432000 4194304 4196468 140731919156784 140296851547808 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17001] ppid=16938 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17001/stat : 17001 (java) S 16938 16941 16228 0 -1 1077944384 1 12983 0 0 0 0 5 2 20 0 15 0 473097105 11079880704 12625 33554432000 4194304 4196468 140731919156784 140296247567600 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17002] ppid=16938 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17002/stat : 17002 (java) S 16938 16941 16228 0 -1 1077944384 3 12983 0 0 0 0 5 2 20 0 15 0 473097108 11079880704 12625 33554432000 4194304 4196468 140731919156784 140296007277008 140297485670299 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17003] ppid=16938 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16941/task/17003/stat : 17003 (java) S 16938 16941 16228 0 -1 1077944384 481 12983 0 0 2 0 5 2 20 0 15 0 473097108 11079880704 12625 33554432000 4194304 4196468 140731919156784 140296944068848 140297485662850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17004] ppid=16938 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16941/task/17004/stat : 17004 (java) S 16938 16941 16228 0 -1 1077944384 184 12983 0 0 1 0 5 2 20 0 15 0 473097108 11079880704 12625 33554432000 4194304 4196468 140731919156784 140296943016304 140297485662850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17005] ppid=16938 vsize=10820196 memory=140354525144704 CPUtime=0.12 cores=0,2,4,6
/proc/16941/task/17005/stat : 17005 (java) S 16938 16941 16228 0 -1 1077944384 615 12983 0 0 5 0 5 2 20 0 15 0 473097108 11079880704 12625 33554432000 4194304 4196468 140731919156784 140296941963248 140297485662850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17006] ppid=16938 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17006/stat : 17006 (java) S 16938 16941 16228 0 -1 1077944384 3 12983 0 0 0 0 5 2 20 0 15 0 473097108 11079880704 12625 33554432000 4194304 4196468 140731919156784 140295973718368 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17007] ppid=16938 vsize=10820196 memory=140354525144704 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17007/stat : 17007 (java) S 16938 16941 16228 0 -1 1077944384 1 12983 0 0 0 0 5 2 20 0 15 0 473097108 11079880704 12625 33554432000 4194304 4196468 140731919156784 140296940911664 140297485662850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50500 KiB

[startup+0.700743 s]
/proc/loadavg: 1.27 1.14 0.68 3/232 17007
/proc/meminfo: memFree=1826112/32770624 swapFree=66992772/67108860
[pid=16941] ppid=16938 vsize=10824364 memory=83528 CPUtime=1.14 cores=0,2,4,6
/proc/16941/stat : 16941 (java) S 16938 16941 16228 0 -1 1077944320 15155 12983 0 0 101 6 5 2 20 0 15 0 473097093 11084148736 20882 33554432000 4194304 4196468 140731919156784 140731919139328 140297485651703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
/proc/16941/statm: 2706091 20882 3507 1 0 2668173 0
[pid=16941/tid=16994] ppid=16938 vsize=10824364 memory=7660742144744843625 CPUtime=0.66 cores=0,2,4,6
/proc/16941/task/16994/stat : 16994 (java) R 16938 16941 16228 0 -1 4202560 10507 12983 0 0 55 4 5 2 20 0 15 0 473097102 11084148736 20882 33554432000 4194304 4196468 140731919156784 140297457478576 140297485673629 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16995] ppid=16938 vsize=10824364 memory=1212 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/16995/stat : 16995 (java) S 16938 16941 16228 0 -1 1077944384 1 12983 0 0 0 0 5 2 20 0 15 0 473097103 11084148736 20882 33554432000 4194304 4196468 140731919156784 140297489893904 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16996] ppid=16938 vsize=10824364 memory=1060 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/16996/stat : 16996 (java) S 16938 16941 16228 0 -1 1077944384 2 12983 0 0 0 0 5 2 20 0 15 0 473097103 11084148736 20882 33554432000 4194304 4196468 140731919156784 140297059035792 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16997] ppid=16938 vsize=10824364 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/16997/stat : 16997 (java) S 16938 16941 16228 0 -1 1077944384 1 12983 0 0 0 0 5 2 20 0 15 0 473097103 11084148736 20882 33554432000 4194304 4196468 140731919156784 140297057982736 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16998] ppid=16938 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/16998/stat : 16998 (java) S 16938 16941 16228 0 -1 1077944384 2 12983 0 0 0 0 5 2 20 0 15 0 473097103 11084148736 20882 33554432000 4194304 4196468 140731919156784 140297056930192 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16999] ppid=16938 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/16999/stat : 16999 (java) S 16938 16941 16228 0 -1 1077944384 5 12983 0 0 0 0 5 2 20 0 15 0 473097104 11084148736 20882 33554432000 4194304 4196468 140731919156784 140296945122032 140297485662850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17000] ppid=16938 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17000/stat : 17000 (java) S 16938 16941 16228 0 -1 1077944384 13 12983 0 0 0 0 5 2 20 0 15 0 473097105 11084148736 20882 33554432000 4194304 4196468 140731919156784 140296851547808 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17001] ppid=16938 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17001/stat : 17001 (java) S 16938 16941 16228 0 -1 1077944384 1 12983 0 0 0 0 5 2 20 0 15 0 473097105 11084148736 20882 33554432000 4194304 4196468 140731919156784 140296247567600 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17002] ppid=16938 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17002/stat : 17002 (java) S 16938 16941 16228 0 -1 1077944384 3 12983 0 0 0 0 5 2 20 0 15 0 473097108 11084148736 20882 33554432000 4194304 4196468 140731919156784 140296007277008 140297485670299 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17003] ppid=16938 vsize=10824364 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/16941/task/17003/stat : 17003 (java) S 16938 16941 16228 0 -1 1077944384 854 12983 0 0 13 0 5 2 20 0 15 0 473097108 11084148736 20882 33554432000 4194304 4196468 140731919156784 140296944068848 140297485662850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17004] ppid=16938 vsize=10824364 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/16941/task/17004/stat : 17004 (java) R 16938 16941 16228 0 -1 4202560 777 12983 0 0 15 0 5 2 20 0 15 0 473097108 11084148736 20882 33554432000 4194304 4196468 140731919156784 140296943016304 140297471706672 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17005] ppid=16938 vsize=10824364 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/16941/task/17005/stat : 17005 (java) S 16938 16941 16228 0 -1 1077944384 783 12983 0 0 17 0 5 2 20 0 15 0 473097108 11084148736 20882 33554432000 4194304 4196468 140731919156784 140296941963248 140297485662850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17006] ppid=16938 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17006/stat : 17006 (java) S 16938 16941 16228 0 -1 1077944384 3 12983 0 0 0 0 5 2 20 0 15 0 473097108 11084148736 20882 33554432000 4194304 4196468 140731919156784 140295973718368 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17007] ppid=16938 vsize=10824364 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17007/stat : 17007 (java) S 16938 16941 16228 0 -1 1077944384 1 12983 0 0 0 0 5 2 20 0 15 0 473097108 11084148736 20882 33554432000 4194304 4196468 140731919156784 140296940911664 140297485662850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83528 KiB

[startup+1.50099 s]
/proc/loadavg: 1.27 1.14 0.68 4/232 17007
/proc/meminfo: memFree=1782380/32770624 swapFree=66992772/67108860
[pid=16941] ppid=16938 vsize=10834680 memory=170016 CPUtime=2.48 cores=0,2,4,6
/proc/16941/stat : 16941 (java) S 16938 16941 16228 0 -1 1077944320 22065 12983 0 0 231 10 5 2 20 0 15 0 473097093 11094712320 42504 33554432000 4194304 4196468 140731919156784 140731919139328 140297485651703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
/proc/16941/statm: 2708670 42504 3583 1 0 2670733 0
[pid=16941/tid=16994] ppid=16938 vsize=10834680 memory=140354363855448 CPUtime=1.43 cores=0,2,4,6
/proc/16941/task/16994/stat : 16994 (java) R 16938 16941 16228 0 -1 4202560 15395 12983 0 0 130 6 5 2 20 0 15 0 473097102 11094712320 42504 33554432000 4194304 4196468 140731919156784 140297457455632 140297469732190 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16995] ppid=16938 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16941/task/16995/stat : 16995 (java) S 16938 16941 16228 0 -1 1077944384 418 12983 0 0 1 0 5 2 20 0 15 0 473097103 11094712320 42504 33554432000 4194304 4196468 140731919156784 140297489893904 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16996] ppid=16938 vsize=10834680 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/16941/task/16996/stat : 16996 (java) S 16938 16941 16228 0 -1 1077944384 84 12983 0 0 1 0 5 2 20 0 15 0 473097103 11094712320 42504 33554432000 4194304 4196468 140731919156784 140297059035792 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16997] ppid=16938 vsize=10834680 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/16997/stat : 16997 (java) S 16938 16941 16228 0 -1 1077944384 19 12983 0 0 0 0 5 2 20 0 15 0 473097103 11094712320 42504 33554432000 4194304 4196468 140731919156784 140297057982736 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16998] ppid=16938 vsize=10834680 memory=280708728117664 CPUtime=0.08 cores=0,2,4,6
/proc/16941/task/16998/stat : 16998 (java) S 16938 16941 16228 0 -1 1077944384 77 12983 0 0 1 0 5 2 20 0 15 0 473097103 11094712320 42504 33554432000 4194304 4196468 140731919156784 140297056930192 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16999] ppid=16938 vsize=10834680 memory=213099097392272 CPUtime=0.08 cores=0,2,4,6
/proc/16941/task/16999/stat : 16999 (java) S 16938 16941 16228 0 -1 1077944384 138 12983 0 0 1 0 5 2 20 0 15 0 473097104 11094712320 42504 33554432000 4194304 4196468 140731919156784 140296945122032 140297485662850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17000] ppid=16938 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17000/stat : 17000 (java) S 16938 16941 16228 0 -1 1077944384 13 12983 0 0 0 0 5 2 20 0 15 0 473097105 11094712320 42504 33554432000 4194304 4196468 140731919156784 140296851547872 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17001] ppid=16938 vsize=10834680 memory=7517785312733660984 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17001/stat : 17001 (java) S 16938 16941 16228 0 -1 1077944384 2 12983 0 0 0 0 5 2 20 0 15 0 473097105 11094712320 42504 33554432000 4194304 4196468 140731919156784 140296247567616 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17002] ppid=16938 vsize=10834680 memory=-8412658770403813517 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17002/stat : 17002 (java) S 16938 16941 16228 0 -1 1077944384 3 12983 0 0 0 0 5 2 20 0 15 0 473097108 11094712320 42504 33554432000 4194304 4196468 140731919156784 140296007277008 140297485670299 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17003] ppid=16938 vsize=10834680 memory=-7668917182949848256 CPUtime=0.32 cores=0,2,4,6
/proc/16941/task/17003/stat : 17003 (java) R 16938 16941 16228 0 -1 4202560 1018 12983 0 0 25 0 5 2 20 0 15 0 473097108 11094712320 42504 33554432000 4194304 4196468 140731919156784 140296944058112 140297470559495 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17004] ppid=16938 vsize=10834680 memory=8514726395714956677 CPUtime=0.33 cores=0,2,4,6
/proc/16941/task/17004/stat : 17004 (java) S 16938 16941 16228 0 -1 1077944384 859 12983 0 0 26 0 5 2 20 0 15 0 473097108 11094712320 42504 33554432000 4194304 4196468 140731919156784 140296943016304 140297485662850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17005] ppid=16938 vsize=10834680 memory=-5703089342203525590 CPUtime=0.48 cores=0,2,4,6
/proc/16941/task/17005/stat : 17005 (java) S 16938 16941 16228 0 -1 1077944384 1838 12983 0 0 41 0 5 2 20 0 15 0 473097108 11094712320 42504 33554432000 4194304 4196468 140731919156784 140296941963248 140297485662850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17006] ppid=16938 vsize=10834680 memory=8325818960211581590 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17006/stat : 17006 (java) S 16938 16941 16228 0 -1 1077944384 3 12983 0 0 0 0 5 2 20 0 15 0 473097108 11094712320 42504 33554432000 4194304 4196468 140731919156784 140295973718368 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17007] ppid=16938 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17007/stat : 17007 (java) S 16938 16941 16228 0 -1 1077944384 1 12983 0 0 0 0 5 2 20 0 15 0 473097108 11094712320 42504 33554432000 4194304 4196468 140731919156784 140296940911664 140297485662850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
Current children cumulated CPU time: 2.48 s
Current children cumulated vsize: 10834680 KiB

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

[pid=16941/tid=17006] ppid=16938 vsize=10849048 memory=2004 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17006/stat : 17006 (java) S 16938 16941 16228 0 -1 1077944384 3 12983 0 0 0 0 5 2 20 0 15 0 473097108 11109425152 190688 33554432000 4194304 4196468 140731919156784 140295973718368 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17007] ppid=16938 vsize=10849048 memory=762752 CPUtime=0.09 cores=0,2,4,6
/proc/16941/task/17007/stat : 17007 (java) S 16938 16941 16228 0 -1 1077944384 546 12983 0 0 1 1 5 2 20 0 15 0 473097108 11109425152 190688 33554432000 4194304 4196468 140731919156784 140296940911664 140297485662850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
Current children cumulated CPU time: 79.56 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 762752 KiB

[startup+68.8007 s]
/proc/loadavg: 1.33 1.18 0.72 3/231 17011
/proc/meminfo: memFree=1194152/32770624 swapFree=66992772/67108860
[pid=16941] ppid=16938 vsize=10849048 memory=762752 CPUtime=81.23 cores=0,2,4,6
/proc/16941/stat : 16941 (java) S 16938 16941 16228 0 -1 1077944320 105822 12983 0 0 8071 45 5 2 20 0 15 0 473097093 11109425152 190688 33554432000 4194304 4196468 140731919156784 140731919139328 140297485651703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
/proc/16941/statm: 2712262 190688 3628 1 0 2674317 0
[pid=16941/tid=16994] ppid=16938 vsize=10849048 memory=-8253362762722141311 CPUtime=68.41 cores=0,2,4,6
/proc/16941/task/16994/stat : 16994 (java) R 16938 16941 16228 0 -1 4202560 43251 12983 0 0 6815 19 5 2 20 0 15 0 473097102 11109425152 190688 33554432000 4194304 4196468 140731919156784 140297457487392 140297081431592 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16995] ppid=16938 vsize=10849048 memory=762752 CPUtime=0.22 cores=0,2,4,6
/proc/16941/task/16995/stat : 16995 (java) S 16938 16941 16228 0 -1 1077944384 3418 12983 0 0 13 2 5 2 20 0 15 0 473097103 11109425152 190688 33554432000 4194304 4196468 140731919156784 140297489893904 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16996] ppid=16938 vsize=10849048 memory=6791534058613427641 CPUtime=0.22 cores=0,2,4,6
/proc/16941/task/16996/stat : 16996 (java) S 16938 16941 16228 0 -1 1077944384 667 12983 0 0 13 2 5 2 20 0 15 0 473097103 11109425152 190688 33554432000 4194304 4196468 140731919156784 140297059035792 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16997] ppid=16938 vsize=10849048 memory=924 CPUtime=0.22 cores=0,2,4,6
/proc/16941/task/16997/stat : 16997 (java) S 16938 16941 16228 0 -1 1077944384 1706 12983 0 0 13 2 5 2 20 0 15 0 473097103 11109425152 190688 33554432000 4194304 4196468 140731919156784 140297057982736 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16998] ppid=16938 vsize=10849048 memory=3848 CPUtime=0.22 cores=0,2,4,6
/proc/16941/task/16998/stat : 16998 (java) S 16938 16941 16228 0 -1 1077944384 1604 12983 0 0 13 2 5 2 20 0 15 0 473097103 11109425152 190688 33554432000 4194304 4196468 140731919156784 140297056930192 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16999] ppid=16938 vsize=10849048 memory=2620 CPUtime=0.2 cores=0,2,4,6
/proc/16941/task/16999/stat : 16999 (java) S 16938 16941 16228 0 -1 1077944384 1764 12983 0 0 12 1 5 2 20 0 15 0 473097104 11109425152 190688 33554432000 4194304 4196468 140731919156784 140296945122032 140297485662850 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17000] ppid=16938 vsize=10849048 memory=2612 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17000/stat : 17000 (java) S 16938 16941 16228 0 -1 1077944384 25 12983 0 0 0 0 5 2 20 0 15 0 473097105 11109425152 190688 33554432000 4194304 4196468 140731919156784 140296851547872 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17001] ppid=16938 vsize=10849048 memory=762752 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17001/stat : 17001 (java) S 16938 16941 16228 0 -1 1077944384 21 12983 0 0 0 0 5 2 20 0 15 0 473097105 11109425152 190688 33554432000 4194304 4196468 140731919156784 140296247567616 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17002] ppid=16938 vsize=10849048 memory=7526486018442737720 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17002/stat : 17002 (java) S 16938 16941 16228 0 -1 1077944384 3 12983 0 0 0 0 5 2 20 0 15 0 473097108 11109425152 190688 33554432000 4194304 4196468 140731919156784 140296007277008 140297485670299 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17003] ppid=16938 vsize=10849048 memory=7959395632134895928 CPUtime=4.08 cores=0,2,4,6
/proc/16941/task/17003/stat : 17003 (java) S 16938 16941 16228 0 -1 1077944384 19162 12983 0 0 396 5 5 2 20 0 15 0 473097108 11109425152 190688 33554432000 4194304 4196468 140731919156784 140296944068848 140297485662850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17004] ppid=16938 vsize=10849048 memory=8102582798356263217 CPUtime=4.12 cores=0,2,4,6
/proc/16941/task/17004/stat : 17004 (java) S 16938 16941 16228 0 -1 1077944384 12157 12983 0 0 402 3 5 2 20 0 15 0 473097108 11109425152 190688 33554432000 4194304 4196468 140731919156784 140296943016304 140297485662850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17005] ppid=16938 vsize=10849048 memory=8102582798373040433 CPUtime=3.97 cores=0,2,4,6
/proc/16941/task/17005/stat : 17005 (java) S 16938 16941 16228 0 -1 1077944384 19293 12983 0 0 385 5 5 2 20 0 15 0 473097108 11109425152 190688 33554432000 4194304 4196468 140731919156784 140296941963248 140297485662850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17006] ppid=16938 vsize=10849048 memory=8102582798406464049 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17006/stat : 17006 (java) S 16938 16941 16228 0 -1 1077944384 3 12983 0 0 0 0 5 2 20 0 15 0 473097108 11109425152 190688 33554432000 4194304 4196468 140731919156784 140295973718368 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17007] ppid=16938 vsize=10849048 memory=762752 CPUtime=0.09 cores=0,2,4,6
/proc/16941/task/17007/stat : 17007 (java) S 16938 16941 16228 0 -1 1077944384 546 12983 0 0 1 1 5 2 20 0 15 0 473097108 11109425152 190688 33554432000 4194304 4196468 140731919156784 140296940911664 140297485662850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
Current children cumulated CPU time: 81.23 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 762752 KiB

[startup+69.6008 s]
/proc/loadavg: 1.33 1.18 0.72 3/231 17011
/proc/meminfo: memFree=1194796/32770624 swapFree=66992772/67108860
[pid=16941] ppid=16938 vsize=10849048 memory=762752 CPUtime=82.06 cores=0,2,4,6
/proc/16941/stat : 16941 (java) S 16938 16941 16228 0 -1 1077944320 105826 12983 0 0 8154 45 5 2 20 0 15 0 473097093 11109425152 190688 33554432000 4194304 4196468 140731919156784 140731919139328 140297485651703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
/proc/16941/statm: 2712262 190688 3628 1 0 2674317 0
[pid=16941/tid=16994] ppid=16938 vsize=10849048 memory=2004 CPUtime=69.2 cores=0,2,4,6
/proc/16941/task/16994/stat : 16994 (java) R 16938 16941 16228 0 -1 4202560 43254 12983 0 0 6894 19 5 2 20 0 15 0 473097102 11109425152 190688 33554432000 4194304 4196468 140731919156784 140297457486672 140297079504076 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16995] ppid=16938 vsize=10849048 memory=1212 CPUtime=0.22 cores=0,2,4,6
/proc/16941/task/16995/stat : 16995 (java) S 16938 16941 16228 0 -1 1077944384 3419 12983 0 0 13 2 5 2 20 0 15 0 473097103 11109425152 190688 33554432000 4194304 4196468 140731919156784 140297489893904 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16996] ppid=16938 vsize=10849048 memory=1060 CPUtime=0.22 cores=0,2,4,6
/proc/16941/task/16996/stat : 16996 (java) S 16938 16941 16228 0 -1 1077944384 667 12983 0 0 13 2 5 2 20 0 15 0 473097103 11109425152 190688 33554432000 4194304 4196468 140731919156784 140297059035792 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16997] ppid=16938 vsize=10849048 memory=740 CPUtime=0.22 cores=0,2,4,6
/proc/16941/task/16997/stat : 16997 (java) S 16938 16941 16228 0 -1 1077944384 1706 12983 0 0 13 2 5 2 20 0 15 0 473097103 11109425152 190688 33554432000 4194304 4196468 140731919156784 140297057982736 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16998] ppid=16938 vsize=10849048 memory=784 CPUtime=0.22 cores=0,2,4,6
/proc/16941/task/16998/stat : 16998 (java) S 16938 16941 16228 0 -1 1077944384 1604 12983 0 0 13 2 5 2 20 0 15 0 473097103 11109425152 190688 33554432000 4194304 4196468 140731919156784 140297056930192 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16999] ppid=16938 vsize=10849048 memory=1764 CPUtime=0.21 cores=0,2,4,6
/proc/16941/task/16999/stat : 16999 (java) S 16938 16941 16228 0 -1 1077944384 1764 12983 0 0 13 1 5 2 20 0 15 0 473097104 11109425152 190688 33554432000 4194304 4196468 140731919156784 140296945122032 140297485662850 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17000] ppid=16938 vsize=10849048 memory=111628 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17000/stat : 17000 (java) S 16938 16941 16228 0 -1 1077944384 25 12983 0 0 0 0 5 2 20 0 15 0 473097105 11109425152 190688 33554432000 4194304 4196468 140731919156784 140296851547872 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17001] ppid=16938 vsize=10849048 memory=804 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17001/stat : 17001 (java) S 16938 16941 16228 0 -1 1077944384 21 12983 0 0 0 0 5 2 20 0 15 0 473097105 11109425152 190688 33554432000 4194304 4196468 140731919156784 140296247567616 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17002] ppid=16938 vsize=10849048 memory=4104 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17002/stat : 17002 (java) S 16938 16941 16228 0 -1 1077944384 3 12983 0 0 0 0 5 2 20 0 15 0 473097108 11109425152 190688 33554432000 4194304 4196468 140731919156784 140296007277008 140297485670299 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17003] ppid=16938 vsize=10849048 memory=1808 CPUtime=4.09 cores=0,2,4,6
/proc/16941/task/17003/stat : 17003 (java) S 16938 16941 16228 0 -1 1077944384 19162 12983 0 0 397 5 5 2 20 0 15 0 473097108 11109425152 190688 33554432000 4194304 4196468 140731919156784 140296944068848 140297485662850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17004] ppid=16938 vsize=10849048 memory=924 CPUtime=4.13 cores=0,2,4,6
/proc/16941/task/17004/stat : 17004 (java) S 16938 16941 16228 0 -1 1077944384 12157 12983 0 0 403 3 5 2 20 0 15 0 473097108 11109425152 190688 33554432000 4194304 4196468 140731919156784 140296943016304 140297485662850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17005] ppid=16938 vsize=10849048 memory=3848 CPUtime=3.99 cores=0,2,4,6
/proc/16941/task/17005/stat : 17005 (java) S 16938 16941 16228 0 -1 1077944384 19293 12983 0 0 387 5 5 2 20 0 15 0 473097108 11109425152 190688 33554432000 4194304 4196468 140731919156784 140296941963248 140297485662850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17006] ppid=16938 vsize=10849048 memory=2620 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17006/stat : 17006 (java) S 16938 16941 16228 0 -1 1077944384 3 12983 0 0 0 0 5 2 20 0 15 0 473097108 11109425152 190688 33554432000 4194304 4196468 140731919156784 140295973718368 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17007] ppid=16938 vsize=10849048 memory=2612 CPUtime=0.1 cores=0,2,4,6
/proc/16941/task/17007/stat : 17007 (java) S 16938 16941 16228 0 -1 1077944384 546 12983 0 0 2 1 5 2 20 0 15 0 473097108 11109425152 190688 33554432000 4194304 4196468 140731919156784 140296940911664 140297485662850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
Current children cumulated CPU time: 82.06 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 762752 KiB

[startup+70.0008 s]*
/proc/loadavg: 1.33 1.18 0.72 3/231 17011
/proc/meminfo: memFree=1195528/32770624 swapFree=66992772/67108860
[pid=16941] ppid=16938 vsize=10849048 memory=762752 CPUtime=82.48 cores=0,2,4,6
/proc/16941/stat : 16941 (java) S 16938 16941 16228 0 -1 1077944320 105833 12983 0 0 8196 45 5 2 20 0 15 0 473097093 11109425152 190688 33554432000 4194304 4196468 140731919156784 140731919139328 140297485651703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
/proc/16941/statm: 2712262 190688 3628 1 0 2674317 0
[pid=16941/tid=16994] ppid=16938 vsize=10849048 memory=7022364594140610616 CPUtime=69.61 cores=0,2,4,6
/proc/16941/task/16994/stat : 16994 (java) R 16938 16941 16228 0 -1 4202560 43256 12983 0 0 6935 19 5 2 20 0 15 0 473097102 11109425152 190688 33554432000 4194304 4196468 140731919156784 140297457487152 140297080213228 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16995] ppid=16938 vsize=10849048 memory=345 CPUtime=0.23 cores=0,2,4,6
/proc/16941/task/16995/stat : 16995 (java) S 16938 16941 16228 0 -1 1077944384 3419 12983 0 0 14 2 5 2 20 0 15 0 473097103 11109425152 190688 33554432000 4194304 4196468 140731919156784 140297489893904 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16996] ppid=16938 vsize=10849048 memory=140354525161189 CPUtime=0.22 cores=0,2,4,6
/proc/16941/task/16996/stat : 16996 (java) S 16938 16941 16228 0 -1 1077944384 668 12983 0 0 13 2 5 2 20 0 15 0 473097103 11109425152 190688 33554432000 4194304 4196468 140731919156784 140297059035792 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16997] ppid=16938 vsize=10849048 memory=7662457228067385239 CPUtime=0.22 cores=0,2,4,6
/proc/16941/task/16997/stat : 16997 (java) S 16938 16941 16228 0 -1 1077944384 1707 12983 0 0 13 2 5 2 20 0 15 0 473097103 11109425152 190688 33554432000 4194304 4196468 140731919156784 140297057982736 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16998] ppid=16938 vsize=10849048 memory=-1 CPUtime=0.22 cores=0,2,4,6
/proc/16941/task/16998/stat : 16998 (java) S 16938 16941 16228 0 -1 1077944384 1604 12983 0 0 13 2 5 2 20 0 15 0 473097103 11109425152 190688 33554432000 4194304 4196468 140731919156784 140297056930192 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16999] ppid=16938 vsize=10849048 memory=140354525144704 CPUtime=0.21 cores=0,2,4,6
/proc/16941/task/16999/stat : 16999 (java) S 16938 16941 16228 0 -1 1077944384 1764 12983 0 0 13 1 5 2 20 0 15 0 473097104 11109425152 190688 33554432000 4194304 4196468 140731919156784 140296945122032 140297485662850 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17000] ppid=16938 vsize=10849048 memory=3472328296225127011 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17000/stat : 17000 (java) S 16938 16941 16228 0 -1 1077944384 25 12983 0 0 0 0 5 2 20 0 15 0 473097105 11109425152 190688 33554432000 4194304 4196468 140731919156784 140296851547872 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17001] ppid=16938 vsize=10849048 memory=-6586667735541663136 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17001/stat : 17001 (java) S 16938 16941 16228 0 -1 1077944384 21 12983 0 0 0 0 5 2 20 0 15 0 473097105 11109425152 190688 33554432000 4194304 4196468 140731919156784 140296247567616 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17002] ppid=16938 vsize=10849048 memory=-7595754389018307734 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17002/stat : 17002 (java) S 16938 16941 16228 0 -1 1077944384 3 12983 0 0 0 0 5 2 20 0 15 0 473097108 11109425152 190688 33554432000 4194304 4196468 140731919156784 140296007277008 140297485670299 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17003] ppid=16938 vsize=10849048 memory=0 CPUtime=4.09 cores=0,2,4,6
/proc/16941/task/17003/stat : 17003 (java) S 16938 16941 16228 0 -1 1077944384 19162 12983 0 0 397 5 5 2 20 0 15 0 473097108 11109425152 190688 33554432000 4194304 4196468 140731919156784 140296944068848 140297485662850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17004] ppid=16938 vsize=10849048 memory=3472323898181169199 CPUtime=4.13 cores=0,2,4,6
/proc/16941/task/17004/stat : 17004 (java) S 16938 16941 16228 0 -1 1077944384 12157 12983 0 0 403 3 5 2 20 0 15 0 473097108 11109425152 190688 33554432000 4194304 4196468 140731919156784 140296943016304 140297485662850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17005] ppid=16938 vsize=10849048 memory=3471342750845982384 CPUtime=3.99 cores=0,2,4,6
/proc/16941/task/17005/stat : 17005 (java) S 16938 16941 16228 0 -1 1077944384 19296 12983 0 0 387 5 5 2 20 0 15 0 473097108 11109425152 190688 33554432000 4194304 4196468 140731919156784 140296941963248 140297485662850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17006] ppid=16938 vsize=10849048 memory=3472328296227680303 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17006/stat : 17006 (java) S 16938 16941 16228 0 -1 1077944384 3 12983 0 0 0 0 5 2 20 0 15 0 473097108 11109425152 190688 33554432000 4194304 4196468 140731919156784 140295973718368 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17007] ppid=16938 vsize=10849048 memory=140354525154254 CPUtime=0.1 cores=0,2,4,6
/proc/16941/task/17007/stat : 17007 (java) S 16938 16941 16228 0 -1 1077944384 546 12983 0 0 2 1 5 2 20 0 15 0 473097108 11109425152 190688 33554432000 4194304 4196468 140731919156784 140296940911664 140297485662850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
Current children cumulated CPU time: 82.48 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 762752 KiB

[startup+70.2034 s]
/proc/loadavg: 1.33 1.18 0.72 3/231 17011
/proc/meminfo: memFree=1195528/32770624 swapFree=66992772/67108860
[pid=16941] ppid=16938 vsize=10881820 memory=762928 CPUtime=82.7 cores=0,2,4,6
/proc/16941/stat : 16941 (java) S 16938 16941 16228 0 -1 1077944320 107615 12983 0 0 8218 45 5 2 20 0 16 0 473097093 11142983680 190732 33554432000 4194304 4196468 140731919156784 140731919139328 140297485651703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
/proc/16941/statm: 2720455 190732 3629 1 0 2682510 0
[pid=16941/tid=16994] ppid=16938 vsize=10947356 memory=114565845 CPUtime=69.8 cores=0,2,4,6
/proc/16941/task/16994/stat : 16994 (java) S 16938 16941 16228 0 -1 1077944384 44922 12983 0 0 6954 19 5 2 20 0 16 0 473097102 11210092544 190732 33554432000 4194304 4196468 140731919156784 140297457493024 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16995] ppid=16938 vsize=10947356 memory=140354364678819 CPUtime=0.23 cores=0,2,4,6
/proc/16941/task/16995/stat : 16995 (java) S 16938 16941 16228 0 -1 1077944384 3419 12983 0 0 14 2 5 2 20 0 16 0 473097103 11210092544 190732 33554432000 4194304 4196468 140731919156784 140297489893904 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16996] ppid=16938 vsize=10947356 memory=140354364681145 CPUtime=0.22 cores=0,2,4,6
/proc/16941/task/16996/stat : 16996 (java) S 16938 16941 16228 0 -1 1077944384 668 12983 0 0 13 2 5 2 20 0 16 0 473097103 11210092544 190732 33554432000 4194304 4196468 140731919156784 140297059035792 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16997] ppid=16938 vsize=10947356 memory=280708729381936 CPUtime=0.22 cores=0,2,4,6
/proc/16941/task/16997/stat : 16997 (java) S 16938 16941 16228 0 -1 1077944384 1707 12983 0 0 13 2 5 2 20 0 16 0 473097103 11210092544 190732 33554432000 4194304 4196468 140731919156784 140297057982736 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16998] ppid=16938 vsize=10947356 memory=2110704971791220 CPUtime=0.22 cores=0,2,4,6
/proc/16941/task/16998/stat : 16998 (java) S 16938 16941 16228 0 -1 1077944384 1604 12983 0 0 13 2 5 2 20 0 16 0 473097103 11210092544 190732 33554432000 4194304 4196468 140731919156784 140297056930192 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=16999] ppid=16938 vsize=10947356 memory=280708729379616 CPUtime=0.21 cores=0,2,4,6
/proc/16941/task/16999/stat : 16999 (java) S 16938 16941 16228 0 -1 1077944384 1769 12983 0 0 13 1 5 2 20 0 16 0 473097104 11210092544 190732 33554432000 4194304 4196468 140731919156784 140296945122032 140297485662850 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17000] ppid=16938 vsize=10947356 memory=280708729384048 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17000/stat : 17000 (java) S 16938 16941 16228 0 -1 1077944384 25 12983 0 0 0 0 5 2 20 0 16 0 473097105 11210092544 190732 33554432000 4194304 4196468 140731919156784 140296851547872 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17001] ppid=16938 vsize=10947356 memory=280708729381776 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17001/stat : 17001 (java) S 16938 16941 16228 0 -1 1077944384 21 12983 0 0 0 0 5 2 20 0 16 0 473097105 11210092544 190732 33554432000 4194304 4196468 140731919156784 140296247567616 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17002] ppid=16938 vsize=10947356 memory=280708727701744 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17002/stat : 17002 (java) S 16938 16941 16228 0 -1 1077944384 3 12983 0 0 0 0 5 2 20 0 16 0 473097108 11210092544 190732 33554432000 4194304 4196468 140731919156784 140296007277008 140297485670299 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17003] ppid=16938 vsize=10947356 memory=280708729395408 CPUtime=4.09 cores=0,2,4,6
/proc/16941/task/17003/stat : 17003 (java) S 16938 16941 16228 0 -1 1077944384 19162 12983 0 0 397 5 5 2 20 0 16 0 473097108 11210092544 190732 33554432000 4194304 4196468 140731919156784 140296944068848 140297485662850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17004] ppid=16938 vsize=10947356 memory=280708729406768 CPUtime=4.14 cores=0,2,4,6
/proc/16941/task/17004/stat : 17004 (java) S 16938 16941 16228 0 -1 1077944384 12223 12983 0 0 404 3 5 2 20 0 16 0 473097108 11210092544 190732 33554432000 4194304 4196468 140731919156784 140296943016304 140297485662850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17005] ppid=16938 vsize=10947356 memory=280708729404496 CPUtime=4 cores=0,2,4,6
/proc/16941/task/17005/stat : 17005 (java) S 16938 16941 16228 0 -1 1077944384 19340 12983 0 0 388 5 5 2 20 0 16 0 473097108 11210092544 190732 33554432000 4194304 4196468 140731919156784 140296941963248 140297485662850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17006] ppid=16938 vsize=10947356 memory=280708729415856 CPUtime=0.07 cores=0,2,4,6
/proc/16941/task/17006/stat : 17006 (java) S 16938 16941 16228 0 -1 1077944384 3 12983 0 0 0 0 5 2 20 0 16 0 473097108 11210092544 190732 33554432000 4194304 4196468 140731919156784 140295973718368 140297485661909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
[pid=16941/tid=17007] ppid=16938 vsize=10947356 memory=140354364708639 CPUtime=0.1 cores=0,2,4,6
/proc/16941/task/17007/stat : 17007 (java) S 16938 16941 16228 0 -1 1077944384 546 12983 0 0 2 1 5 2 20 0 16 0 473097108 11210092544 190732 33554432000 4194304 4196468 140731919156784 140296940911664 140297485662850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140731919161956 140731919164597 140731919164597 140731919167439 0
Current children cumulated CPU time: 82.7 s
Current children cumulated vsize: 10881820 KiB
Current children cumulated memory: 762928 KiB

Child status: 0
Real time (s): 70.2192
CPU time (s): 82.7441
CPU user time (s): 82.2433
CPU system time (s): 0.500807
CPU usage (%): 117.837
Max. virtual memory (cumulated for all children) (KiB): 10881820
Max. memory (cumulated for all children) (KiB): 762972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 82.2433
system time used= 0.500807
maximum resident set size= 763196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120702
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20227
involuntary context switches= 217


# summary of solver processes directly reported to runsolver:
#   pid: 16941
#   total CPU time (s): 82.7441
#   total CPU user time (s): 82.2433
#   total CPU system time (s): 0.500807

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.514986 second user time and 0.667933 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-20 10:30:55
IDJOB=4402476
IDBENCH=120720
IDSOLVER=2861
FILE ID=node126/4402476-1568968293
RUNJOBID= node126-1568967600-16259
PBS_JOBID= 21704622
Free space on /var/tmp= 13476 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/GracefulGraph/GracefulGraph-m1-s1/GracefulGraph-K05-P02.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402476-1568968293/watcher-4402476-1568968293 -o /var/tmp/evaluation-result-4402476-1568968293/solver-4402476-1568968293 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node126-1568967600-16259 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=799927705 HOME/instance-4402476-1568968293.xml

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

MD5SUM BENCH= 803795f7a37fd3a40686e408980b1bff
RANDOM SEED=799927705

node126.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.45
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.56
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.45
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.56
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.45
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.56
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.45
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         1879644 kB
MemAvailable:   30493304 kB
Buffers:          114724 kB
Cached:         28507628 kB
SwapCached:         6692 kB
Active:         15656496 kB
Inactive:       14340272 kB
Active(anon):    1366384 kB
Inactive(anon):    45880 kB
Active(file):   14290112 kB
Inactive(file): 14294392 kB
Unevictable:      109576 kB
Mlocked:          109576 kB
SwapTotal:      67108860 kB
SwapFree:       66992772 kB
Dirty:             35732 kB
Writeback:             0 kB
AnonPages:       1479332 kB
Mapped:            60584 kB
Shmem:             29164 kB
Slab:             486620 kB
SReclaimable:     457616 kB
SUnreclaim:        29004 kB
KernelStack:        3840 kB
PageTables:         8924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2614536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    983040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /var/tmp at the end= 13440 MiB
End job on node126 at 2019-09-20 10:32:06