Trace number 4400809

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.2SAT 124.34 113.509

General information on the benchmark

NameQRandom/QRandom-mdd-7-25-5/
mdd-7-25-5-56-17.xml
MD5SUM9efca6d5489e39e5f473d5ee8bd54dad
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 benchmark22.8714
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":25}]
Minimum variable degree8
Maximum variable degree25
Distribution of variable degrees[{"degree":8,"count":1},{"degree":10,"count":1},{"degree":11,"count":3},{"degree":12,"count":2},{"degree":13,"count":1},{"degree":14,"count":2},{"degree":15,"count":3},{"degree":16,"count":2},{"degree":17,"count":2},{"degree":18,"count":2},{"degree":19,"count":1},{"degree":20,"count":2},{"degree":22,"count":1},{"degree":23,"count":1},{"degree":25,"count":1}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":56}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemNO
Type of objective

Solver Data

0.74/0.55	c Concrete v3.12.2.1568631193530 running
124.20/113.48	v <instantiation
124.20/113.48	v         >
124.20/113.48	v       <list>
124.20/113.48	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24]
124.20/113.48	v       </list>
124.20/113.48	v       <values>
124.20/113.48	v         4 4 4 3 2 1 0 1 1 3 4 2 4 1 4 4 4 0 0 1 3 3 3 3 0
124.20/113.48	v       </values>
124.20/113.48	v     </instantiation>
124.20/113.48	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 (11137 MiB free)
  memory of node 1: 16384 MiB (15757 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400809-1568679395/watcher-4400809-1568679395 -o /tmp/evaluation-result-4400809-1568679395/solver-4400809-1568679395 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568673292-1030 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1790479423 HOME/instance-4400809-1568679395.xml 

running on 4 cores: 1,3,5,7

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=2792, runsolver pid=2789

[startup+0.109982 s]*
/proc/loadavg: 1.54 1.51 1.50 3/219 2849
/proc/meminfo: memFree=27529728/32770624 swapFree=66998736/67108860
[pid=2792] ppid=2789 vsize=10355560 memory=22488 CPUtime=0.1 cores=1,3,5,7
/proc/2792/stat : 2792 (java) S 2789 2792 998 0 -1 1077944320 4869 13091 0 0 2 1 5 2 20 0 9 0 444204361 10604093440 5622 33554432000 4194304 4196468 140722676659584 140722676642128 140006823296759 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
/proc/2792/statm: 2588890 5622 2077 1 0 2551431 0
[pid=2792/tid=2845] ppid=2789 vsize=10355560 memory=8514726395714820750 CPUtime=0.09 cores=1,3,5,7
/proc/2792/task/2845/stat : 2845 (java) R 2789 2792 998 0 -1 4202560 2686 13091 0 0 2 0 5 2 20 0 9 0 444204370 10604093440 5670 33554432000 4194304 4196468 140722676659584 140006795132784 140006823318685 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2846] ppid=2789 vsize=10355560 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2846/stat : 2846 (java) S 2789 2792 998 0 -1 1077944384 1 13091 0 0 0 0 5 2 20 0 9 0 444204371 10604093440 5670 33554432000 4194304 4196468 140722676659584 140006827539600 140006823306965 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2847] ppid=2789 vsize=10355560 memory=140378407421568 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2847/stat : 2847 (java) S 2789 2792 998 0 -1 1077944384 1 13091 0 0 0 0 5 2 20 0 9 0 444204371 10604093440 5670 33554432000 4194304 4196468 140722676659584 140006742359056 140006823306965 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2848] ppid=2789 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2848/stat : 2848 (java) S 2789 2792 998 0 -1 1077944384 1 13091 0 0 0 0 5 2 20 0 9 0 444204371 10604093440 5670 33554432000 4194304 4196468 140722676659584 140006741306256 140006823306965 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2849] ppid=2789 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2849/stat : 2849 (java) S 2789 2792 998 0 -1 1077944384 2 13091 0 0 0 0 5 2 20 0 9 0 444204371 10604093440 5670 33554432000 4194304 4196468 140722676659584 140006394616592 140006823306965 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2850] ppid=2789 vsize=10355560 memory=140378407421568 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2850/stat : 2850 (java) S 2789 2792 998 0 -1 1077944384 2 13091 0 0 0 0 5 2 20 0 9 0 444204373 10604093440 5670 33554432000 4194304 4196468 140722676659584 140006349990256 140006823307906 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2851] ppid=2789 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2851/stat : 2851 (java) S 2789 2792 998 0 -1 1077944384 13 13091 0 0 0 0 5 2 20 0 9 0 444204373 10604093440 5670 33554432000 4194304 4196468 140722676659584 140006270166048 140006823306965 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2852] ppid=2789 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2852/stat : 2852 (java) S 2789 2792 998 0 -1 1077944384 1 13091 0 0 0 0 5 2 20 0 9 0 444204373 10604093440 5670 33554432000 4194304 4196468 140722676659584 140006135948208 140006823306965 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 22488 KiB

[startup+0.210322 s]*
/proc/loadavg: 1.54 1.51 1.50 3/228 2858
/proc/meminfo: memFree=27505096/32770624 swapFree=66998736/67108860
[pid=2792] ppid=2789 vsize=10820164 memory=46576 CPUtime=0.26 cores=1,3,5,7
/proc/2792/stat : 2792 (java) S 2789 2792 998 0 -1 1077944320 7572 13091 0 0 17 2 5 2 20 0 15 0 444204361 11079847936 11644 33554432000 4194304 4196468 140722676659584 140722676642128 140006823296759 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
/proc/2792/statm: 2705041 11644 3255 1 0 2667149 0
[pid=2792/tid=2845] ppid=2789 vsize=10821220 memory=5450916389569530688 CPUtime=0.19 cores=1,3,5,7
/proc/2792/task/2845/stat : 2845 (java) R 2789 2792 998 0 -1 4202560 4353 13091 0 0 11 1 5 2 20 0 15 0 444204370 11080929280 11974 33554432000 4194304 4196468 140722676659584 140006795109120 140006815976477 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2846] ppid=2789 vsize=10821220 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2846/stat : 2846 (java) S 2789 2792 998 0 -1 1077944384 1 13091 0 0 0 0 5 2 20 0 15 0 444204371 11080929280 11974 33554432000 4194304 4196468 140722676659584 140006827539600 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2847] ppid=2789 vsize=10821220 memory=140378407421568 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2847/stat : 2847 (java) S 2789 2792 998 0 -1 1077944384 1 13091 0 0 0 0 5 2 20 0 15 0 444204371 11080929280 11974 33554432000 4194304 4196468 140722676659584 140006742359056 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2848] ppid=2789 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2848/stat : 2848 (java) S 2789 2792 998 0 -1 1077944384 1 13091 0 0 0 0 5 2 20 0 15 0 444204371 11080929280 11974 33554432000 4194304 4196468 140722676659584 140006741306256 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2849] ppid=2789 vsize=10821220 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2849/stat : 2849 (java) S 2789 2792 998 0 -1 1077944384 2 13091 0 0 0 0 5 2 20 0 15 0 444204371 11080929280 11974 33554432000 4194304 4196468 140722676659584 140006394616592 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2850] ppid=2789 vsize=10821220 memory=140378407421568 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2850/stat : 2850 (java) S 2789 2792 998 0 -1 1077944384 2 13091 0 0 0 0 5 2 20 0 15 0 444204373 11080929280 11974 33554432000 4194304 4196468 140722676659584 140006349990256 140006823307906 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2851] ppid=2789 vsize=10821220 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2851/stat : 2851 (java) S 2789 2792 998 0 -1 1077944384 13 13091 0 0 0 0 5 2 20 0 15 0 444204373 11080929280 11974 33554432000 4194304 4196468 140722676659584 140006270166048 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2852] ppid=2789 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2852/stat : 2852 (java) S 2789 2792 998 0 -1 1077944384 2 13091 0 0 0 0 5 2 20 0 15 0 444204373 11080929280 11974 33554432000 4194304 4196468 140722676659584 140006135948144 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2853] ppid=2789 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2853/stat : 2853 (java) S 2789 2792 998 0 -1 1077944384 2 13091 0 0 0 0 5 2 20 0 15 0 444204376 11080929280 11974 33554432000 4194304 4196468 140722676659584 140005330642768 140006823315355 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2854] ppid=2789 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2792/task/2854/stat : 2854 (java) R 2789 2792 998 0 -1 4202560 367 13091 0 0 1 0 5 2 20 0 15 0 444204376 11080929280 11974 33554432000 4194304 4196468 140722676659584 140006348938096 140006801170944 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2855] ppid=2789 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2792/task/2855/stat : 2855 (java) S 2789 2792 998 0 -1 1077944384 307 13091 0 0 1 0 5 2 20 0 15 0 444204376 11080929280 11974 33554432000 4194304 4196468 140722676659584 140006347885296 140006823307906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2856] ppid=2789 vsize=10821220 memory=140378407421568 CPUtime=0.1 cores=1,3,5,7
/proc/2792/task/2856/stat : 2856 (java) S 2789 2792 998 0 -1 1077944384 601 13091 0 0 3 0 5 2 20 0 15 0 444204376 11080929280 11974 33554432000 4194304 4196468 140722676659584 140006346832496 140006823307906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2857] ppid=2789 vsize=10821220 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2857/stat : 2857 (java) S 2789 2792 998 0 -1 1077944384 3 13091 0 0 0 0 5 2 20 0 15 0 444204376 11080929280 11974 33554432000 4194304 4196468 140722676659584 140005062208224 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2858] ppid=2789 vsize=10821220 memory=140378407421568 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2858/stat : 2858 (java) S 2789 2792 998 0 -1 1077944384 1 13091 0 0 0 0 5 2 20 0 15 0 444204377 11080929280 11974 33554432000 4194304 4196468 140722676659584 140006345779888 140006823307906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 46576 KiB

[startup+0.310515 s]*
/proc/loadavg: 1.54 1.51 1.50 3/228 2858
/proc/meminfo: memFree=27496200/32770624 swapFree=66998736/67108860
[pid=2792] ppid=2789 vsize=10820196 memory=54860 CPUtime=0.4 cores=1,3,5,7
/proc/2792/stat : 2792 (java) S 2789 2792 998 0 -1 1077944320 10928 13091 0 0 29 4 5 2 20 0 15 0 444204361 11079880704 13715 33554432000 4194304 4196468 140722676659584 140722676642128 140006823296759 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
/proc/2792/statm: 2705049 13715 3310 1 0 2667149 0
[pid=2792/tid=2845] ppid=2789 vsize=10820196 memory=1398722017469774279 CPUtime=0.28 cores=1,3,5,7
/proc/2792/task/2845/stat : 2845 (java) R 2789 2792 998 0 -1 4202560 7414 13091 0 0 19 2 5 2 20 0 15 0 444204370 11079880704 13715 33554432000 4194304 4196468 140722676659584 140006795105712 140006807377246 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2846] ppid=2789 vsize=10820196 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2846/stat : 2846 (java) S 2789 2792 998 0 -1 1077944384 1 13091 0 0 0 0 5 2 20 0 15 0 444204371 11079880704 13715 33554432000 4194304 4196468 140722676659584 140006827539600 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2847] ppid=2789 vsize=10820196 memory=140378407432161 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2847/stat : 2847 (java) S 2789 2792 998 0 -1 1077944384 1 13091 0 0 0 0 5 2 20 0 15 0 444204371 11079880704 13715 33554432000 4194304 4196468 140722676659584 140006742359056 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2848] ppid=2789 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2848/stat : 2848 (java) S 2789 2792 998 0 -1 1077944384 1 13091 0 0 0 0 5 2 20 0 15 0 444204371 11079880704 13715 33554432000 4194304 4196468 140722676659584 140006741306256 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2849] ppid=2789 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2849/stat : 2849 (java) S 2789 2792 998 0 -1 1077944384 2 13091 0 0 0 0 5 2 20 0 15 0 444204371 11079880704 13715 33554432000 4194304 4196468 140722676659584 140006394616592 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2850] ppid=2789 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2850/stat : 2850 (java) S 2789 2792 998 0 -1 1077944384 2 13091 0 0 0 0 5 2 20 0 15 0 444204373 11079880704 13715 33554432000 4194304 4196468 140722676659584 140006349990256 140006823307906 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2851] ppid=2789 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2851/stat : 2851 (java) S 2789 2792 998 0 -1 1077944384 13 13091 0 0 0 0 5 2 20 0 15 0 444204373 11079880704 13715 33554432000 4194304 4196468 140722676659584 140006270166048 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2852] ppid=2789 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2852/stat : 2852 (java) S 2789 2792 998 0 -1 1077944384 2 13091 0 0 0 0 5 2 20 0 15 0 444204373 11079880704 13715 33554432000 4194304 4196468 140722676659584 140006135948144 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2853] ppid=2789 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2853/stat : 2853 (java) S 2789 2792 998 0 -1 1077944384 2 13091 0 0 0 0 5 2 20 0 15 0 444204376 11079880704 13715 33554432000 4194304 4196468 140722676659584 140005330642768 140006823315355 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2854] ppid=2789 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2792/task/2854/stat : 2854 (java) S 2789 2792 998 0 -1 1077944384 369 13091 0 0 2 0 5 2 20 0 15 0 444204376 11079880704 13715 33554432000 4194304 4196468 140722676659584 140006348938096 140006823307906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2855] ppid=2789 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2792/task/2855/stat : 2855 (java) S 2789 2792 998 0 -1 1077944384 307 13091 0 0 1 0 5 2 20 0 15 0 444204376 11079880704 13715 33554432000 4194304 4196468 140722676659584 140006347885296 140006823307906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2856] ppid=2789 vsize=10820196 memory=140378407421568 CPUtime=0.12 cores=1,3,5,7
/proc/2792/task/2856/stat : 2856 (java) R 2789 2792 998 0 -1 4202560 608 13091 0 0 5 0 5 2 20 0 15 0 444204376 11079880704 13715 33554432000 4194304 4196468 140722676659584 140006346832496 140006823308694 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2857] ppid=2789 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2857/stat : 2857 (java) S 2789 2792 998 0 -1 1077944384 3 13091 0 0 0 0 5 2 20 0 15 0 444204376 11079880704 13715 33554432000 4194304 4196468 140722676659584 140005062208224 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2858] ppid=2789 vsize=10820196 memory=140378407421568 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2858/stat : 2858 (java) S 2789 2792 998 0 -1 1077944384 1 13091 0 0 0 0 5 2 20 0 15 0 444204377 11079880704 13715 33554432000 4194304 4196468 140722676659584 140006345779888 140006823307906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 54860 KiB

[startup+0.700985 s]
/proc/loadavg: 1.54 1.51 1.50 4/228 2858
/proc/meminfo: memFree=27481932/32770624 swapFree=66998736/67108860
[pid=2792] ppid=2789 vsize=10824364 memory=87204 CPUtime=1.11 cores=1,3,5,7
/proc/2792/stat : 2792 (java) S 2789 2792 998 0 -1 1077944320 15002 13091 0 0 98 6 5 2 20 0 15 0 444204361 11084148736 21801 33554432000 4194304 4196468 140722676659584 140722676642128 140006823296759 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
/proc/2792/statm: 2706091 21801 3510 1 0 2668173 0
[pid=2792/tid=2845] ppid=2789 vsize=10824364 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/2792/task/2845/stat : 2845 (java) R 2789 2792 998 0 -1 4202560 10322 13091 0 0 55 4 5 2 20 0 15 0 444204370 11084148736 21801 33554432000 4194304 4196468 140722676659584 140006795107216 140006804057233 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2846] ppid=2789 vsize=10824364 memory=15399607622442024 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2846/stat : 2846 (java) S 2789 2792 998 0 -1 1077944384 1 13091 0 0 0 0 5 2 20 0 15 0 444204371 11084148736 21801 33554432000 4194304 4196468 140722676659584 140006827539600 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2847] ppid=2789 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2847/stat : 2847 (java) S 2789 2792 998 0 -1 1077944384 1 13091 0 0 0 0 5 2 20 0 15 0 444204371 11084148736 21801 33554432000 4194304 4196468 140722676659584 140006742359056 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2848] ppid=2789 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2848/stat : 2848 (java) S 2789 2792 998 0 -1 1077944384 1 13091 0 0 0 0 5 2 20 0 15 0 444204371 11084148736 21801 33554432000 4194304 4196468 140722676659584 140006741306256 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2849] ppid=2789 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2849/stat : 2849 (java) S 2789 2792 998 0 -1 1077944384 2 13091 0 0 0 0 5 2 20 0 15 0 444204371 11084148736 21801 33554432000 4194304 4196468 140722676659584 140006394616592 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2850] ppid=2789 vsize=10824364 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2850/stat : 2850 (java) S 2789 2792 998 0 -1 1077944384 5 13091 0 0 0 0 5 2 20 0 15 0 444204373 11084148736 21801 33554432000 4194304 4196468 140722676659584 140006349990256 140006823307906 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2851] ppid=2789 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2851/stat : 2851 (java) S 2789 2792 998 0 -1 1077944384 13 13091 0 0 0 0 5 2 20 0 15 0 444204373 11084148736 21801 33554432000 4194304 4196468 140722676659584 140006270166048 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2852] ppid=2789 vsize=10824364 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2852/stat : 2852 (java) S 2789 2792 998 0 -1 1077944384 2 13091 0 0 0 0 5 2 20 0 15 0 444204373 11084148736 21801 33554432000 4194304 4196468 140722676659584 140006135948144 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2853] ppid=2789 vsize=10824364 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2853/stat : 2853 (java) S 2789 2792 998 0 -1 1077944384 2 13091 0 0 0 0 5 2 20 0 15 0 444204376 11084148736 21801 33554432000 4194304 4196468 140722676659584 140005330642768 140006823315355 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2854] ppid=2789 vsize=10824364 memory=11044 CPUtime=0.2 cores=1,3,5,7
/proc/2792/task/2854/stat : 2854 (java) R 2789 2792 998 0 -1 4202560 817 13091 0 0 13 0 5 2 20 0 15 0 444204376 11084148736 21801 33554432000 4194304 4196468 140722676659584 140006348938096 140006803997918 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2855] ppid=2789 vsize=10824364 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/2792/task/2855/stat : 2855 (java) R 2789 2792 998 0 -1 4202560 829 13091 0 0 12 0 5 2 20 0 15 0 444204376 11084148736 21801 33554432000 4194304 4196468 140722676659584 140006347885296 140006808422781 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2856] ppid=2789 vsize=10824364 memory=27300 CPUtime=0.24 cores=1,3,5,7
/proc/2792/task/2856/stat : 2856 (java) S 2789 2792 998 0 -1 1077944384 799 13091 0 0 17 0 5 2 20 0 15 0 444204376 11084148736 21801 33554432000 4194304 4196468 140722676659584 140006346832496 140006823307906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2857] ppid=2789 vsize=10824364 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2857/stat : 2857 (java) S 2789 2792 998 0 -1 1077944384 3 13091 0 0 0 0 5 2 20 0 15 0 444204376 11084148736 21801 33554432000 4194304 4196468 140722676659584 140005062208224 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2858] ppid=2789 vsize=10824364 memory=140378254640784 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2858/stat : 2858 (java) S 2789 2792 998 0 -1 1077944384 1 13091 0 0 0 0 5 2 20 0 15 0 444204377 11084148736 21801 33554432000 4194304 4196468 140722676659584 140006345779888 140006823307906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 87204 KiB

[startup+1.50079 s]
/proc/loadavg: 1.54 1.51 1.50 5/228 2858
/proc/meminfo: memFree=27364652/32770624 swapFree=66998736/67108860
[pid=2792] ppid=2789 vsize=10826488 memory=407508 CPUtime=3.04 cores=1,3,5,7
/proc/2792/stat : 2792 (java) S 2789 2792 998 0 -1 1077944320 17764 13091 0 0 278 19 5 2 20 0 15 0 444204361 11086323712 101877 33554432000 4194304 4196468 140722676659584 140722676642128 140006823296759 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
/proc/2792/statm: 2706622 101877 3579 1 0 2668685 0
[pid=2792/tid=2845] ppid=2789 vsize=10826488 memory=0 CPUtime=1.41 cores=1,3,5,7
/proc/2792/task/2845/stat : 2845 (java) R 2789 2792 998 0 -1 4202560 11261 13091 0 0 125 9 5 2 20 0 15 0 444204370 11086323712 101877 33554432000 4194304 4196468 140722676659584 140006795131808 140006424802271 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2846] ppid=2789 vsize=10826488 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/2792/task/2846/stat : 2846 (java) S 2789 2792 998 0 -1 1077944384 130 13091 0 0 1 2 5 2 20 0 15 0 444204371 11086323712 101877 33554432000 4194304 4196468 140722676659584 140006827539600 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2847] ppid=2789 vsize=10826488 memory=19 CPUtime=0.09 cores=1,3,5,7
/proc/2792/task/2847/stat : 2847 (java) S 2789 2792 998 0 -1 1077944384 136 13091 0 0 1 1 5 2 20 0 15 0 444204371 11086323712 101877 33554432000 4194304 4196468 140722676659584 140006742359056 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2848] ppid=2789 vsize=10826488 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/2792/task/2848/stat : 2848 (java) S 2789 2792 998 0 -1 1077944384 125 13091 0 0 1 2 5 2 20 0 15 0 444204371 11086323712 101877 33554432000 4194304 4196468 140722676659584 140006741306256 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2849] ppid=2789 vsize=10826488 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2792/task/2849/stat : 2849 (java) S 2789 2792 998 0 -1 1077944384 66 13091 0 0 1 1 5 2 20 0 15 0 444204371 11086323712 101877 33554432000 4194304 4196468 140722676659584 140006394616592 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2850] ppid=2789 vsize=10826488 memory=7305218370954619481 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2850/stat : 2850 (java) S 2789 2792 998 0 -1 1077944384 82 13091 0 0 0 0 5 2 20 0 15 0 444204373 11086323712 101877 33554432000 4194304 4196468 140722676659584 140006349990256 140006823307906 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2851] ppid=2789 vsize=10826488 memory=160156 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2851/stat : 2851 (java) S 2789 2792 998 0 -1 1077944384 13 13091 0 0 0 0 5 2 20 0 15 0 444204373 11086323712 101877 33554432000 4194304 4196468 140722676659584 140006270166048 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2852] ppid=2789 vsize=10826488 memory=7305218370954619481 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2852/stat : 2852 (java) S 2789 2792 998 0 -1 1077944384 2 13091 0 0 0 0 5 2 20 0 15 0 444204373 11086323712 101877 33554432000 4194304 4196468 140722676659584 140006135948144 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2853] ppid=2789 vsize=10826488 memory=6009298795255588973 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2853/stat : 2853 (java) S 2789 2792 998 0 -1 1077944384 2 13091 0 0 0 0 5 2 20 0 15 0 444204376 11086323712 101877 33554432000 4194304 4196468 140722676659584 140005330642768 140006823315355 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2854] ppid=2789 vsize=10826488 memory=7883925434505652323 CPUtime=0.61 cores=1,3,5,7
/proc/2792/task/2854/stat : 2854 (java) S 2789 2792 998 0 -1 1077944384 1271 13091 0 0 54 0 5 2 20 0 15 0 444204376 11086323712 101877 33554432000 4194304 4196468 140722676659584 140006348938096 140006823307906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2855] ppid=2789 vsize=10826488 memory=7512114578044973668 CPUtime=0.66 cores=1,3,5,7
/proc/2792/task/2855/stat : 2855 (java) S 2789 2792 998 0 -1 1077944384 1354 13091 0 0 59 0 5 2 20 0 15 0 444204376 11086323712 101877 33554432000 4194304 4196468 140722676659584 140006347885296 140006823307906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2856] ppid=2789 vsize=10826488 memory=7667193000906615398 CPUtime=0.39 cores=1,3,5,7
/proc/2792/task/2856/stat : 2856 (java) S 2789 2792 998 0 -1 1077944384 1114 13091 0 0 32 0 5 2 20 0 15 0 444204376 11086323712 101877 33554432000 4194304 4196468 140722676659584 140006346832496 140006823307906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0

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

[pid=2792/tid=2857] ppid=2789 vsize=10844940 memory=6012083677785714531 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2857/stat : 2857 (java) S 2789 2792 998 0 -1 1077944384 3 13091 0 0 0 0 5 2 20 0 15 0 444204376 11105218560 757781 33554432000 4194304 4196468 140722676659584 140005062208224 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2858] ppid=2789 vsize=10844940 memory=3909237002274563437 CPUtime=0.12 cores=1,3,5,7
/proc/2792/task/2858/stat : 2858 (java) S 2789 2792 998 0 -1 1077944384 418 13091 0 0 1 4 5 2 20 0 15 0 444204377 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006345779888 140006823307906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
Current children cumulated CPU time: 119.59 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 3031124 KiB

[startup+112.001 s]*
/proc/loadavg: 1.62 1.54 1.51 3/230 2869
/proc/meminfo: memFree=24527588/32770624 swapFree=66998736/67108860
[pid=2792] ppid=2789 vsize=10844940 memory=3031124 CPUtime=122.8 cores=1,3,5,7
/proc/2792/stat : 2792 (java) S 2789 2792 998 0 -1 1077944320 97881 13091 0 0 12137 136 5 2 20 0 15 0 444204361 11105218560 757781 33554432000 4194304 4196468 140722676659584 140722676642128 140006823296759 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
/proc/2792/statm: 2711235 757781 3623 1 0 2673293 0
[pid=2792/tid=2845] ppid=2789 vsize=10844940 memory=1398722017469774279 CPUtime=111.13 cores=1,3,5,7
/proc/2792/task/2845/stat : 2845 (java) R 2789 2792 998 0 -1 4202560 39523 13091 0 0 11066 40 5 2 20 0 15 0 444204370 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006795132304 140006434226131 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2846] ppid=2789 vsize=10844940 memory=4126316290023845779 CPUtime=0.72 cores=1,3,5,7
/proc/2792/task/2846/stat : 2846 (java) S 2789 2792 998 0 -1 1077944384 2558 13091 0 0 44 21 5 2 20 0 15 0 444204371 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006827539600 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2847] ppid=2789 vsize=10844940 memory=1432 CPUtime=0.71 cores=1,3,5,7
/proc/2792/task/2847/stat : 2847 (java) S 2789 2792 998 0 -1 1077944384 2341 13091 0 0 45 19 5 2 20 0 15 0 444204371 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006742359056 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2848] ppid=2789 vsize=10844940 memory=9396 CPUtime=0.72 cores=1,3,5,7
/proc/2792/task/2848/stat : 2848 (java) S 2789 2792 998 0 -1 1077944384 2844 13091 0 0 45 20 5 2 20 0 15 0 444204371 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006741306256 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2849] ppid=2789 vsize=10844940 memory=656 CPUtime=0.72 cores=1,3,5,7
/proc/2792/task/2849/stat : 2849 (java) S 2789 2792 998 0 -1 1077944384 1063 13091 0 0 45 20 5 2 20 0 15 0 444204371 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006394616592 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2850] ppid=2789 vsize=10844940 memory=8112282956445269571 CPUtime=0.21 cores=1,3,5,7
/proc/2792/task/2850/stat : 2850 (java) S 2789 2792 998 0 -1 1077944384 4377 13091 0 0 14 0 5 2 20 0 15 0 444204373 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006349990256 140006823307906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2851] ppid=2789 vsize=10844940 memory=988 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2851/stat : 2851 (java) S 2789 2792 998 0 -1 1077944384 24 13091 0 0 0 0 5 2 20 0 15 0 444204373 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006270166176 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2852] ppid=2789 vsize=10844940 memory=2020 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2852/stat : 2852 (java) S 2789 2792 998 0 -1 1077944384 22 13091 0 0 0 0 5 2 20 0 15 0 444204373 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006135948160 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2853] ppid=2789 vsize=10844940 memory=1432 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2853/stat : 2853 (java) S 2789 2792 998 0 -1 1077944384 2 13091 0 0 0 0 5 2 20 0 15 0 444204376 11105218560 757781 33554432000 4194304 4196468 140722676659584 140005330642768 140006823315355 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2854] ppid=2789 vsize=10844940 memory=9396 CPUtime=3.6 cores=1,3,5,7
/proc/2792/task/2854/stat : 2854 (java) S 2789 2792 998 0 -1 1077944384 17004 13091 0 0 351 2 5 2 20 0 15 0 444204376 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006348938096 140006823307906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2855] ppid=2789 vsize=10844940 memory=8112282956445269571 CPUtime=3.82 cores=1,3,5,7
/proc/2792/task/2855/stat : 2855 (java) S 2789 2792 998 0 -1 1077944384 17884 13091 0 0 372 3 5 2 20 0 15 0 444204376 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006347885296 140006823307906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2856] ppid=2789 vsize=10844940 memory=9396 CPUtime=1.57 cores=1,3,5,7
/proc/2792/task/2856/stat : 2856 (java) S 2789 2792 998 0 -1 1077944384 7614 13091 0 0 147 3 5 2 20 0 15 0 444204376 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006346832496 140006823307906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2857] ppid=2789 vsize=10844940 memory=656 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2857/stat : 2857 (java) S 2789 2792 998 0 -1 1077944384 3 13091 0 0 0 0 5 2 20 0 15 0 444204376 11105218560 757781 33554432000 4194304 4196468 140722676659584 140005062208224 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2858] ppid=2789 vsize=10844940 memory=4036 CPUtime=0.12 cores=1,3,5,7
/proc/2792/task/2858/stat : 2858 (java) S 2789 2792 998 0 -1 1077944384 418 13091 0 0 1 4 5 2 20 0 15 0 444204377 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006345779888 140006823307906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
Current children cumulated CPU time: 122.8 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 3031124 KiB

[startup+112.801 s]
/proc/loadavg: 1.62 1.54 1.51 3/230 2869
/proc/meminfo: memFree=24527588/32770624 swapFree=66998736/67108860
[pid=2792] ppid=2789 vsize=10844940 memory=3031124 CPUtime=123.6 cores=1,3,5,7
/proc/2792/stat : 2792 (java) S 2789 2792 998 0 -1 1077944320 97964 13091 0 0 12217 136 5 2 20 0 15 0 444204361 11105218560 757781 33554432000 4194304 4196468 140722676659584 140722676642128 140006823296759 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
/proc/2792/statm: 2711235 757781 3623 1 0 2673293 0
[pid=2792/tid=2845] ppid=2789 vsize=10844940 memory=3031124 CPUtime=111.92 cores=1,3,5,7
/proc/2792/task/2845/stat : 2845 (java) R 2789 2792 998 0 -1 4202560 39606 13091 0 0 11145 40 5 2 20 0 15 0 444204370 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006795132304 140006434226054 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2846] ppid=2789 vsize=10844940 memory=776 CPUtime=0.72 cores=1,3,5,7
/proc/2792/task/2846/stat : 2846 (java) S 2789 2792 998 0 -1 1077944384 2558 13091 0 0 44 21 5 2 20 0 15 0 444204371 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006827539600 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2847] ppid=2789 vsize=10844940 memory=1056 CPUtime=0.71 cores=1,3,5,7
/proc/2792/task/2847/stat : 2847 (java) S 2789 2792 998 0 -1 1077944384 2341 13091 0 0 45 19 5 2 20 0 15 0 444204371 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006742359056 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2848] ppid=2789 vsize=10844940 memory=14012 CPUtime=0.72 cores=1,3,5,7
/proc/2792/task/2848/stat : 2848 (java) S 2789 2792 998 0 -1 1077944384 2844 13091 0 0 45 20 5 2 20 0 15 0 444204371 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006741306256 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2849] ppid=2789 vsize=10844940 memory=24456 CPUtime=0.72 cores=1,3,5,7
/proc/2792/task/2849/stat : 2849 (java) S 2789 2792 998 0 -1 1077944384 1063 13091 0 0 45 20 5 2 20 0 15 0 444204371 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006394616592 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2850] ppid=2789 vsize=10844940 memory=304274648164728858 CPUtime=0.21 cores=1,3,5,7
/proc/2792/task/2850/stat : 2850 (java) S 2789 2792 998 0 -1 1077944384 4377 13091 0 0 14 0 5 2 20 0 15 0 444204373 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006349990256 140006823307906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2851] ppid=2789 vsize=10844940 memory=290763896594366775 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2851/stat : 2851 (java) S 2789 2792 998 0 -1 1077944384 24 13091 0 0 0 0 5 2 20 0 15 0 444204373 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006270166176 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2852] ppid=2789 vsize=10844940 memory=16102567654458988 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2852/stat : 2852 (java) S 2789 2792 998 0 -1 1077944384 22 13091 0 0 0 0 5 2 20 0 15 0 444204373 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006135948160 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2853] ppid=2789 vsize=10844940 memory=14012 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2853/stat : 2853 (java) S 2789 2792 998 0 -1 1077944384 2 13091 0 0 0 0 5 2 20 0 15 0 444204376 11105218560 757781 33554432000 4194304 4196468 140722676659584 140005330642768 140006823315355 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2854] ppid=2789 vsize=10844940 memory=24456 CPUtime=3.6 cores=1,3,5,7
/proc/2792/task/2854/stat : 2854 (java) S 2789 2792 998 0 -1 1077944384 17004 13091 0 0 351 2 5 2 20 0 15 0 444204376 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006348938096 140006823307906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2855] ppid=2789 vsize=10844940 memory=12024 CPUtime=3.82 cores=1,3,5,7
/proc/2792/task/2855/stat : 2855 (java) S 2789 2792 998 0 -1 1077944384 17884 13091 0 0 372 3 5 2 20 0 15 0 444204376 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006347885296 140006823307906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2856] ppid=2789 vsize=10844940 memory=3031124 CPUtime=1.57 cores=1,3,5,7
/proc/2792/task/2856/stat : 2856 (java) S 2789 2792 998 0 -1 1077944384 7614 13091 0 0 147 3 5 2 20 0 15 0 444204376 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006346832496 140006823307906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2857] ppid=2789 vsize=10844940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2857/stat : 2857 (java) S 2789 2792 998 0 -1 1077944384 3 13091 0 0 0 0 5 2 20 0 15 0 444204376 11105218560 757781 33554432000 4194304 4196468 140722676659584 140005062208224 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2858] ppid=2789 vsize=10844940 memory=2315025909072356987 CPUtime=0.12 cores=1,3,5,7
/proc/2792/task/2858/stat : 2858 (java) S 2789 2792 998 0 -1 1077944384 418 13091 0 0 1 4 5 2 20 0 15 0 444204377 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006345779888 140006823307906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
Current children cumulated CPU time: 123.6 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 3031124 KiB

[startup+113.201 s]
/proc/loadavg: 1.62 1.54 1.51 3/230 2869
/proc/meminfo: memFree=24527588/32770624 swapFree=66998736/67108860
[pid=2792] ppid=2789 vsize=10844940 memory=3031124 CPUtime=124 cores=1,3,5,7
/proc/2792/stat : 2792 (java) S 2789 2792 998 0 -1 1077944320 98006 13091 0 0 12257 136 5 2 20 0 15 0 444204361 11105218560 757781 33554432000 4194304 4196468 140722676659584 140722676642128 140006823296759 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
/proc/2792/statm: 2711235 757781 3623 1 0 2673293 0
[pid=2792/tid=2845] ppid=2789 vsize=10844940 memory=3204 CPUtime=112.32 cores=1,3,5,7
/proc/2792/task/2845/stat : 2845 (java) R 2789 2792 998 0 -1 4202560 39648 13091 0 0 11185 40 5 2 20 0 15 0 444204370 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006795132304 140006431918856 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2846] ppid=2789 vsize=10844940 memory=2748416 CPUtime=0.72 cores=1,3,5,7
/proc/2792/task/2846/stat : 2846 (java) S 2789 2792 998 0 -1 1077944384 2558 13091 0 0 44 21 5 2 20 0 15 0 444204371 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006827539600 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2847] ppid=2789 vsize=10844940 memory=1408 CPUtime=0.71 cores=1,3,5,7
/proc/2792/task/2847/stat : 2847 (java) S 2789 2792 998 0 -1 1077944384 2341 13091 0 0 45 19 5 2 20 0 15 0 444204371 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006742359056 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2848] ppid=2789 vsize=10844940 memory=7104 CPUtime=0.72 cores=1,3,5,7
/proc/2792/task/2848/stat : 2848 (java) S 2789 2792 998 0 -1 1077944384 2844 13091 0 0 45 20 5 2 20 0 15 0 444204371 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006741306256 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2849] ppid=2789 vsize=10844940 memory=3031124 CPUtime=0.72 cores=1,3,5,7
/proc/2792/task/2849/stat : 2849 (java) S 2789 2792 998 0 -1 1077944384 1063 13091 0 0 45 20 5 2 20 0 15 0 444204371 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006394616592 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2850] ppid=2789 vsize=10844940 memory=1660 CPUtime=0.21 cores=1,3,5,7
/proc/2792/task/2850/stat : 2850 (java) S 2789 2792 998 0 -1 1077944384 4377 13091 0 0 14 0 5 2 20 0 15 0 444204373 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006349990256 140006823307906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2851] ppid=2789 vsize=10844940 memory=3031124 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2851/stat : 2851 (java) S 2789 2792 998 0 -1 1077944384 24 13091 0 0 0 0 5 2 20 0 15 0 444204373 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006270166176 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2852] ppid=2789 vsize=10844940 memory=2428 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2852/stat : 2852 (java) S 2789 2792 998 0 -1 1077944384 22 13091 0 0 0 0 5 2 20 0 15 0 444204373 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006135948160 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2853] ppid=2789 vsize=10844940 memory=1580 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2853/stat : 2853 (java) S 2789 2792 998 0 -1 1077944384 2 13091 0 0 0 0 5 2 20 0 15 0 444204376 11105218560 757781 33554432000 4194304 4196468 140722676659584 140005330642768 140006823315355 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2854] ppid=2789 vsize=10844940 memory=908 CPUtime=3.6 cores=1,3,5,7
/proc/2792/task/2854/stat : 2854 (java) S 2789 2792 998 0 -1 1077944384 17004 13091 0 0 351 2 5 2 20 0 15 0 444204376 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006348938096 140006823307906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2855] ppid=2789 vsize=10844940 memory=2241 CPUtime=3.82 cores=1,3,5,7
/proc/2792/task/2855/stat : 2855 (java) S 2789 2792 998 0 -1 1077944384 17884 13091 0 0 372 3 5 2 20 0 15 0 444204376 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006347885296 140006823307906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2856] ppid=2789 vsize=10844940 memory=2244 CPUtime=1.57 cores=1,3,5,7
/proc/2792/task/2856/stat : 2856 (java) S 2789 2792 998 0 -1 1077944384 7614 13091 0 0 147 3 5 2 20 0 15 0 444204376 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006346832496 140006823307906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2857] ppid=2789 vsize=10844940 memory=3472328295574194047 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2857/stat : 2857 (java) S 2789 2792 998 0 -1 1077944384 3 13091 0 0 0 0 5 2 20 0 15 0 444204376 11105218560 757781 33554432000 4194304 4196468 140722676659584 140005062208224 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2858] ppid=2789 vsize=10844940 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/2792/task/2858/stat : 2858 (java) S 2789 2792 998 0 -1 1077944384 418 13091 0 0 1 4 5 2 20 0 15 0 444204377 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006345779888 140006823307906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
Current children cumulated CPU time: 124 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 3031124 KiB

[startup+113.401 s]
/proc/loadavg: 1.62 1.54 1.51 3/230 2869
/proc/meminfo: memFree=24527588/32770624 swapFree=66998736/67108860
[pid=2792] ppid=2789 vsize=10844940 memory=3031124 CPUtime=124.2 cores=1,3,5,7
/proc/2792/stat : 2792 (java) S 2789 2792 998 0 -1 1077944320 98027 13091 0 0 12277 136 5 2 20 0 15 0 444204361 11105218560 757781 33554432000 4194304 4196468 140722676659584 140722676642128 140006823296759 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
/proc/2792/statm: 2711235 757781 3623 1 0 2673293 0
[pid=2792/tid=2845] ppid=2789 vsize=10844940 memory=140378255407821 CPUtime=112.52 cores=1,3,5,7
/proc/2792/task/2845/stat : 2845 (java) R 2789 2792 998 0 -1 4202560 39669 13091 0 0 11205 40 5 2 20 0 15 0 444204370 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006795132304 140006433687871 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2846] ppid=2789 vsize=10844940 memory=6944656425116918585 CPUtime=0.72 cores=1,3,5,7
/proc/2792/task/2846/stat : 2846 (java) S 2789 2792 998 0 -1 1077944384 2558 13091 0 0 44 21 5 2 20 0 15 0 444204371 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006827539600 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2847] ppid=2789 vsize=10844940 memory=280756510460896 CPUtime=0.71 cores=1,3,5,7
/proc/2792/task/2847/stat : 2847 (java) S 2789 2792 998 0 -1 1077944384 2341 13091 0 0 45 19 5 2 20 0 15 0 444204371 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006742359056 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2848] ppid=2789 vsize=10844940 memory=0 CPUtime=0.72 cores=1,3,5,7
/proc/2792/task/2848/stat : 2848 (java) S 2789 2792 998 0 -1 1077944384 2844 13091 0 0 45 20 5 2 20 0 15 0 444204371 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006741306256 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2849] ppid=2789 vsize=10844940 memory=0 CPUtime=0.72 cores=1,3,5,7
/proc/2792/task/2849/stat : 2849 (java) S 2789 2792 998 0 -1 1077944384 1063 13091 0 0 45 20 5 2 20 0 15 0 444204371 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006394616592 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2850] ppid=2789 vsize=10844940 memory=7230635134164231511 CPUtime=0.21 cores=1,3,5,7
/proc/2792/task/2850/stat : 2850 (java) S 2789 2792 998 0 -1 1077944384 4377 13091 0 0 14 0 5 2 20 0 15 0 444204373 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006349990256 140006823307906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2851] ppid=2789 vsize=10844940 memory=7234540685668609138 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2851/stat : 2851 (java) S 2789 2792 998 0 -1 1077944384 24 13091 0 0 0 0 5 2 20 0 15 0 444204373 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006270166176 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2852] ppid=2789 vsize=10844940 memory=7590088571169891156 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2852/stat : 2852 (java) S 2789 2792 998 0 -1 1077944384 22 13091 0 0 0 0 5 2 20 0 15 0 444204373 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006135948160 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2853] ppid=2789 vsize=10844940 memory=7223889682288433509 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2853/stat : 2853 (java) S 2789 2792 998 0 -1 1077944384 2 13091 0 0 0 0 5 2 20 0 15 0 444204376 11105218560 757781 33554432000 4194304 4196468 140722676659584 140005330642768 140006823315355 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2854] ppid=2789 vsize=10844940 memory=7295942921263011168 CPUtime=3.6 cores=1,3,5,7
/proc/2792/task/2854/stat : 2854 (java) S 2789 2792 998 0 -1 1077944384 17004 13091 0 0 351 2 5 2 20 0 15 0 444204376 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006348938096 140006823307906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2855] ppid=2789 vsize=10844940 memory=0 CPUtime=3.82 cores=1,3,5,7
/proc/2792/task/2855/stat : 2855 (java) S 2789 2792 998 0 -1 1077944384 17884 13091 0 0 372 3 5 2 20 0 15 0 444204376 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006347885296 140006823307906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2856] ppid=2789 vsize=10844940 memory=0 CPUtime=1.57 cores=1,3,5,7
/proc/2792/task/2856/stat : 2856 (java) S 2789 2792 998 0 -1 1077944384 7614 13091 0 0 147 3 5 2 20 0 15 0 444204376 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006346832496 140006823307906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2857] ppid=2789 vsize=10844940 memory=93309983 CPUtime=0.07 cores=1,3,5,7
/proc/2792/task/2857/stat : 2857 (java) S 2789 2792 998 0 -1 1077944384 3 13091 0 0 0 0 5 2 20 0 15 0 444204376 11105218560 757781 33554432000 4194304 4196468 140722676659584 140005062208224 140006823306965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
[pid=2792/tid=2858] ppid=2789 vsize=10844940 memory=251 CPUtime=0.12 cores=1,3,5,7
/proc/2792/task/2858/stat : 2858 (java) S 2789 2792 998 0 -1 1077944384 418 13091 0 0 1 4 5 2 20 0 15 0 444204377 11105218560 757781 33554432000 4194304 4196468 140722676659584 140006345779888 140006823307906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140722676660975 140722676663493 140722676663493 140722676666319 0
Current children cumulated CPU time: 124.2 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 3031124 KiB

Child status: 0
Real time (s): 113.509
CPU time (s): 124.34
CPU user time (s): 122.925
CPU system time (s): 1.41572
CPU usage (%): 109.543
Max. virtual memory (cumulated for all children) (KiB): 10850208
Max. memory (cumulated for all children) (KiB): 3039844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 122.925
system time used= 1.41572
maximum resident set size= 3039844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116177
page faults= 0
swaps= 0
block input operations= 0
block output operations= 344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9427
involuntary context switches= 129


# summary of solver processes directly reported to runsolver:
#   pid: 2792
#   total CPU time (s): 124.34
#   total CPU user time (s): 122.925
#   total CPU system time (s): 1.41572

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.76377 second user time and 1.04237 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-17 02:15:56
IDJOB=4400809
IDBENCH=126096
IDSOLVER=2857
FILE ID=node123/4400809-1568679395
RUNJOBID= node123-1568673292-1030
PBS_JOBID= 21703787
Free space on /tmp= 59120 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/QRandom/QRandom-mdd-7-25-5/mdd-7-25-5-56-17.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400809-1568679395/watcher-4400809-1568679395 -o /tmp/evaluation-result-4400809-1568679395/solver-4400809-1568679395 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568673292-1030 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1790479423 HOME/instance-4400809-1568679395.xml

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

MD5SUM BENCH= 9efca6d5489e39e5f473d5ee8bd54dad
RANDOM SEED=1790479423

node123.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.49
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.49
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.49
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.49
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:        27540976 kB
MemAvailable:   29136208 kB
Buffers:          109708 kB
Cached:          1784252 kB
SwapCached:         7636 kB
Active:          4028124 kB
Inactive:         630276 kB
Active(anon):    2764560 kB
Inactive(anon):    48408 kB
Active(file):    1263564 kB
Inactive(file):   581868 kB
Unevictable:      107844 kB
Mlocked:          107844 kB
SwapTotal:      67108860 kB
SwapFree:       66998736 kB
Dirty:             67988 kB
Writeback:            16 kB
AnonPages:       2865484 kB
Mapped:            60808 kB
Shmem:             39820 kB
Slab:             160824 kB
SReclaimable:     131272 kB
SUnreclaim:        29552 kB
KernelStack:        3728 kB
PageTables:        11428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4004032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2691072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 59084 MiB
End job on node123 at 2019-09-17 02:17:50