Trace number 4402636

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 189.841 175.507

General information on the benchmark

NameAllInterval/AllInterval-m1-s1/
AllInterval-040.xml
MD5SUMb74d7d5d03f7c84e1bb19748e6149180
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.045375
Satisfiable
(Un)Satisfiability was proved
Number of variables79
Number of constraints41
Number of domains2
Minimum domain size39
Maximum domain size40
Distribution of domain sizes[{"size":39,"count":39},{"size":40,"count":40}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":41},{"degree":3,"count":38}]
Minimum constraint arity3
Maximum constraint arity40
Distribution of constraint arities[{"arity":3,"count":39},{"arity":39,"count":1},{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints39
Distribution of constraint types[{"type":"intension","count":39},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.77/0.55	c Concrete v3.12.3.1568965526260 running
189.69/175.49	v <instantiation
189.69/175.49	v         >
189.69/175.49	v       <list>
189.69/175.49	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] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] y[25] y[26] y[27] y[28] y[29] y[30] y[31] y[32] y[33] y[34] y[35] y[36] y[37] y[38]
189.69/175.49	v       </list>
189.69/175.49	v       <values>
189.69/175.49	v         22 19 20 25 15 23 21 14 27 16 0 39 1 38 2 37 3 36 4 35 5 34 6 33 7 32 8 31 9 30 10 29 11 28 13 17 26 12 24 18 3 1 5 10 8 2 7 13 11 16 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 15 4 9 14 12 6
189.69/175.49	v       </values>
189.69/175.49	v     </instantiation>
189.69/175.49	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 (1165 MiB free)
  memory of node 1: 16384 MiB (2041 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402636-1568971541/watcher-4402636-1568971541 -o /tmp/evaluation-result-4402636-1568971541/solver-4402636-1568971541 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568963957-22250 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2142651045 HOME/instance-4402636-1568971541.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=23754, runsolver pid=23751
Current StackSize limit: 8192 KiB


[startup+0.100082 s]*
/proc/loadavg: 1.41 1.39 1.40 3/218 23811
/proc/meminfo: memFree=3272940/32770624 swapFree=66998008/67108860
[pid=23754] ppid=23751 vsize=9972712 memory=18596 CPUtime=0.09 cores=0,2,4,6
/proc/23754/stat : 23754 (java) S 23751 23754 22219 0 -1 1077944320 4360 13327 0 0 1 1 4 3 20 0 6 0 473408361 10212057088 4649 33554432000 4194304 4196468 140731485565152 140731485547696 140294352781047 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
/proc/23754/statm: 2493178 4649 1935 1 0 2481616 0
[pid=23754/tid=23807] ppid=23751 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/23754/task/23807/stat : 23807 (java) R 23751 23754 22219 0 -1 4202560 2175 13327 0 0 1 0 4 3 20 0 6 0 473408370 10212057088 4649 33554432000 4194304 4196468 140731485565152 140294324617808 140294345018174 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23808] ppid=23751 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23808/stat : 23808 (java) S 23751 23754 22219 0 -1 1077944384 1 13327 0 0 0 0 4 3 20 0 6 0 473408370 10212057088 4649 33554432000 4194304 4196468 140731485565152 140294357023632 140294352791253 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23809] ppid=23751 vsize=9972712 memory=3545935469144164000 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23809/stat : 23809 (java) S 23751 23754 22219 0 -1 1077944384 1 13327 0 0 0 0 4 3 20 0 6 0 473408370 10212057088 4649 33554432000 4194304 4196468 140731485565152 140294245296912 140294352791253 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23810] ppid=23751 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23810/stat : 23810 (java) S 23751 23754 22219 0 -1 1077944384 1 13327 0 0 0 0 4 3 20 0 6 0 473408370 10212057088 4649 33554432000 4194304 4196468 140731485565152 140294244244624 140294352791253 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23811] ppid=23751 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23811/stat : 23811 (java) S 23751 23754 22219 0 -1 1077944384 2 13327 0 0 0 0 4 3 20 0 6 0 473408370 10212057088 4649 33554432000 4194304 4196468 140731485565152 140294243191824 140294352791253 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18596 KiB

[startup+0.209999 s]*
/proc/loadavg: 1.41 1.39 1.40 4/227 23820
/proc/meminfo: memFree=3255728/32770624 swapFree=66998008/67108860
[pid=23754] ppid=23751 vsize=10820196 memory=42960 CPUtime=0.26 cores=0,2,4,6
/proc/23754/stat : 23754 (java) S 23751 23754 22219 0 -1 1077944320 7264 13327 0 0 18 1 4 3 20 0 15 0 473408361 11079880704 10740 33554432000 4194304 4196468 140731485565152 140731485547696 140294352781047 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
/proc/23754/statm: 2705049 10740 3259 1 0 2667149 0
[pid=23754/tid=23807] ppid=23751 vsize=10820196 memory=729618466009055537 CPUtime=0.19 cores=0,2,4,6
/proc/23754/task/23807/stat : 23807 (java) R 23751 23754 22219 0 -1 4202560 3746 13327 0 0 11 1 4 3 20 0 15 0 473408370 11079880704 10740 33554432000 4194304 4196468 140731485565152 140294324599472 140294352802973 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23808] ppid=23751 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23808/stat : 23808 (java) S 23751 23754 22219 0 -1 1077944384 1 13327 0 0 0 0 4 3 20 0 15 0 473408370 11079880704 10740 33554432000 4194304 4196468 140731485565152 140294357023632 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23809] ppid=23751 vsize=10820196 memory=3545935469144164000 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23809/stat : 23809 (java) S 23751 23754 22219 0 -1 1077944384 1 13327 0 0 0 0 4 3 20 0 15 0 473408370 11079880704 10740 33554432000 4194304 4196468 140731485565152 140294245296912 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23810] ppid=23751 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23810/stat : 23810 (java) S 23751 23754 22219 0 -1 1077944384 1 13327 0 0 0 0 4 3 20 0 15 0 473408370 11079880704 10740 33554432000 4194304 4196468 140731485565152 140294244244624 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23811] ppid=23751 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23811/stat : 23811 (java) S 23751 23754 22219 0 -1 1077944384 2 13327 0 0 0 0 4 3 20 0 15 0 473408370 11079880704 10740 33554432000 4194304 4196468 140731485565152 140294243191824 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23812] ppid=23751 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23812/stat : 23812 (java) S 23751 23754 22219 0 -1 1077944384 2 13327 0 0 0 0 4 3 20 0 15 0 473408372 11079880704 10740 33554432000 4194304 4196468 140731485565152 140293677463664 140294352792194 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23813] ppid=23751 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23813/stat : 23813 (java) S 23751 23754 22219 0 -1 1077944384 33 13327 0 0 0 0 4 3 20 0 15 0 473408372 11079880704 10740 33554432000 4194304 4196468 140731485565152 140293676409632 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23814] ppid=23751 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23814/stat : 23814 (java) S 23751 23754 22219 0 -1 1077944384 1 13327 0 0 0 0 4 3 20 0 15 0 473408372 11079880704 10740 33554432000 4194304 4196468 140731485565152 140293227668592 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23815] ppid=23751 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23815/stat : 23815 (java) S 23751 23754 22219 0 -1 1077944384 3 13327 0 0 0 0 4 3 20 0 15 0 473408375 11079880704 10740 33554432000 4194304 4196468 140731485565152 140292920268880 140294352799643 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23816] ppid=23751 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23754/task/23816/stat : 23816 (java) S 23751 23754 22219 0 -1 1077944384 461 13327 0 0 1 0 4 3 20 0 15 0 473408375 11079880704 10740 33554432000 4194304 4196468 140731485565152 140293642852976 140294352792194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23817] ppid=23751 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23754/task/23817/stat : 23817 (java) S 23751 23754 22219 0 -1 1077944384 189 13327 0 0 1 0 4 3 20 0 15 0 473408375 11079880704 10740 33554432000 4194304 4196468 140731485565152 140293641800176 140294352792194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23818] ppid=23751 vsize=10820196 memory=139996351153792 CPUtime=0.1 cores=0,2,4,6
/proc/23754/task/23818/stat : 23818 (java) S 23751 23754 22219 0 -1 1077944384 616 13327 0 0 3 0 4 3 20 0 15 0 473408375 11079880704 10740 33554432000 4194304 4196468 140731485565152 140293640747888 140294352792194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23819] ppid=23751 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23819/stat : 23819 (java) S 23751 23754 22219 0 -1 1077944384 3 13327 0 0 0 0 4 3 20 0 15 0 473408375 11079880704 10740 33554432000 4194304 4196468 140731485565152 140292886711264 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23820] ppid=23751 vsize=10820196 memory=139996351153792 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23820/stat : 23820 (java) S 23751 23754 22219 0 -1 1077944384 1 13327 0 0 0 0 4 3 20 0 15 0 473408375 11079880704 10740 33554432000 4194304 4196468 140731485565152 140293639694768 140294352792194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 42960 KiB

[startup+0.310552 s]*
/proc/loadavg: 1.41 1.39 1.40 3/227 23820
/proc/meminfo: memFree=3243536/32770624 swapFree=66998008/67108860
[pid=23754] ppid=23751 vsize=10820196 memory=51412 CPUtime=0.39 cores=0,2,4,6
/proc/23754/stat : 23754 (java) S 23751 23754 22219 0 -1 1077944320 10610 13327 0 0 29 3 4 3 20 0 15 0 473408361 11079880704 12853 33554432000 4194304 4196468 140731485565152 140731485547696 140294352781047 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
/proc/23754/statm: 2705049 12853 3279 1 0 2667149 0
[pid=23754/tid=23807] ppid=23751 vsize=10820196 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/23754/task/23807/stat : 23807 (java) R 23751 23754 22219 0 -1 4202560 7082 13327 0 0 19 2 4 3 20 0 15 0 473408370 11079880704 12853 33554432000 4194304 4196468 140731485565152 140294324593712 140294336861534 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23808] ppid=23751 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23808/stat : 23808 (java) S 23751 23754 22219 0 -1 1077944384 1 13327 0 0 0 0 4 3 20 0 15 0 473408370 11079880704 12853 33554432000 4194304 4196468 140731485565152 140294357023632 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23809] ppid=23751 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23809/stat : 23809 (java) S 23751 23754 22219 0 -1 1077944384 1 13327 0 0 0 0 4 3 20 0 15 0 473408370 11079880704 12853 33554432000 4194304 4196468 140731485565152 140294245296912 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23810] ppid=23751 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23810/stat : 23810 (java) S 23751 23754 22219 0 -1 1077944384 1 13327 0 0 0 0 4 3 20 0 15 0 473408370 11079880704 12853 33554432000 4194304 4196468 140731485565152 140294244244624 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23811] ppid=23751 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23811/stat : 23811 (java) S 23751 23754 22219 0 -1 1077944384 2 13327 0 0 0 0 4 3 20 0 15 0 473408370 11079880704 12853 33554432000 4194304 4196468 140731485565152 140294243191824 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23812] ppid=23751 vsize=10820196 memory=139996351153791 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23812/stat : 23812 (java) S 23751 23754 22219 0 -1 1077944384 2 13327 0 0 0 0 4 3 20 0 15 0 473408372 11079880704 12853 33554432000 4194304 4196468 140731485565152 140293677463664 140294352792194 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23813] ppid=23751 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23813/stat : 23813 (java) S 23751 23754 22219 0 -1 1077944384 33 13327 0 0 0 0 4 3 20 0 15 0 473408372 11079880704 12853 33554432000 4194304 4196468 140731485565152 140293676409632 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23814] ppid=23751 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23814/stat : 23814 (java) S 23751 23754 22219 0 -1 1077944384 1 13327 0 0 0 0 4 3 20 0 15 0 473408372 11079880704 12853 33554432000 4194304 4196468 140731485565152 140293227668592 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23815] ppid=23751 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23815/stat : 23815 (java) S 23751 23754 22219 0 -1 1077944384 3 13327 0 0 0 0 4 3 20 0 15 0 473408375 11079880704 12853 33554432000 4194304 4196468 140731485565152 140292920268880 140294352799643 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23816] ppid=23751 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23754/task/23816/stat : 23816 (java) S 23751 23754 22219 0 -1 1077944384 462 13327 0 0 2 0 4 3 20 0 15 0 473408375 11079880704 12853 33554432000 4194304 4196468 140731485565152 140293642852976 140294352792194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23817] ppid=23751 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23754/task/23817/stat : 23817 (java) S 23751 23754 22219 0 -1 1077944384 189 13327 0 0 1 0 4 3 20 0 15 0 473408375 11079880704 12853 33554432000 4194304 4196468 140731485565152 140293641800176 140294352792194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23818] ppid=23751 vsize=10820196 memory=139996351153792 CPUtime=0.12 cores=0,2,4,6
/proc/23754/task/23818/stat : 23818 (java) S 23751 23754 22219 0 -1 1077944384 625 13327 0 0 5 0 4 3 20 0 15 0 473408375 11079880704 12853 33554432000 4194304 4196468 140731485565152 140293640747888 140294352792194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23819] ppid=23751 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23819/stat : 23819 (java) S 23751 23754 22219 0 -1 1077944384 3 13327 0 0 0 0 4 3 20 0 15 0 473408375 11079880704 12853 33554432000 4194304 4196468 140731485565152 140292886711264 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23820] ppid=23751 vsize=10820196 memory=139996351153792 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23820/stat : 23820 (java) S 23751 23754 22219 0 -1 1077944384 1 13327 0 0 0 0 4 3 20 0 15 0 473408375 11079880704 12853 33554432000 4194304 4196468 140731485565152 140293639694768 140294352792194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 51412 KiB

[startup+0.701737 s]
/proc/loadavg: 1.41 1.39 1.40 3/227 23820
/proc/meminfo: memFree=3229392/32770624 swapFree=66998008/67108860
[pid=23754] ppid=23751 vsize=10824364 memory=83728 CPUtime=1.14 cores=0,2,4,6
/proc/23754/stat : 23754 (java) S 23751 23754 22219 0 -1 1077944320 14696 13327 0 0 102 5 4 3 20 0 15 0 473408361 11084148736 20932 33554432000 4194304 4196468 140731485565152 140731485547696 140294352781047 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
/proc/23754/statm: 2706091 20932 3506 1 0 2668173 0
[pid=23754/tid=23807] ppid=23751 vsize=10824364 memory=7810487918915055718 CPUtime=0.67 cores=0,2,4,6
/proc/23754/task/23807/stat : 23807 (java) R 23751 23754 22219 0 -1 4202560 10069 13327 0 0 56 4 4 3 20 0 15 0 473408370 11084148736 20932 33554432000 4194304 4196468 140731485565152 140294324606112 140294336861534 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23808] ppid=23751 vsize=10824364 memory=1376 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23808/stat : 23808 (java) S 23751 23754 22219 0 -1 1077944384 1 13327 0 0 0 0 4 3 20 0 15 0 473408370 11084148736 20932 33554432000 4194304 4196468 140731485565152 140294357023632 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23809] ppid=23751 vsize=10824364 memory=1128 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23809/stat : 23809 (java) S 23751 23754 22219 0 -1 1077944384 1 13327 0 0 0 0 4 3 20 0 15 0 473408370 11084148736 20932 33554432000 4194304 4196468 140731485565152 140294245296912 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23810] ppid=23751 vsize=10824364 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23810/stat : 23810 (java) S 23751 23754 22219 0 -1 1077944384 1 13327 0 0 0 0 4 3 20 0 15 0 473408370 11084148736 20932 33554432000 4194304 4196468 140731485565152 140294244244624 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23811] ppid=23751 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23811/stat : 23811 (java) S 23751 23754 22219 0 -1 1077944384 2 13327 0 0 0 0 4 3 20 0 15 0 473408370 11084148736 20932 33554432000 4194304 4196468 140731485565152 140294243191824 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23812] ppid=23751 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23812/stat : 23812 (java) S 23751 23754 22219 0 -1 1077944384 5 13327 0 0 0 0 4 3 20 0 15 0 473408372 11084148736 20932 33554432000 4194304 4196468 140731485565152 140293677463664 140294352792194 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23813] ppid=23751 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23813/stat : 23813 (java) S 23751 23754 22219 0 -1 1077944384 33 13327 0 0 0 0 4 3 20 0 15 0 473408372 11084148736 20932 33554432000 4194304 4196468 140731485565152 140293676409632 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23814] ppid=23751 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23814/stat : 23814 (java) S 23751 23754 22219 0 -1 1077944384 1 13327 0 0 0 0 4 3 20 0 15 0 473408372 11084148736 20932 33554432000 4194304 4196468 140731485565152 140293227668592 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23815] ppid=23751 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23815/stat : 23815 (java) S 23751 23754 22219 0 -1 1077944384 3 13327 0 0 0 0 4 3 20 0 15 0 473408375 11084148736 20932 33554432000 4194304 4196468 140731485565152 140292920268880 140294352799643 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23816] ppid=23751 vsize=10824364 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/23754/task/23816/stat : 23816 (java) S 23751 23754 22219 0 -1 1077944384 957 13327 0 0 14 0 4 3 20 0 15 0 473408375 11084148736 20932 33554432000 4194304 4196468 140731485565152 140293642852976 140294352792194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23817] ppid=23751 vsize=10824364 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/23754/task/23817/stat : 23817 (java) S 23751 23754 22219 0 -1 1077944384 647 13327 0 0 14 0 4 3 20 0 15 0 473408375 11084148736 20932 33554432000 4194304 4196468 140731485565152 140293641800176 140294352792194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23818] ppid=23751 vsize=10824364 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/23754/task/23818/stat : 23818 (java) R 23751 23754 22219 0 -1 4202560 767 13327 0 0 17 0 4 3 20 0 15 0 473408375 11084148736 20932 33554432000 4194304 4196468 140731485565152 140293640747888 140294345498199 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23819] ppid=23751 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23819/stat : 23819 (java) S 23751 23754 22219 0 -1 1077944384 3 13327 0 0 0 0 4 3 20 0 15 0 473408375 11084148736 20932 33554432000 4194304 4196468 140731485565152 140292886711264 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23820] ppid=23751 vsize=10824364 memory=3624 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23820/stat : 23820 (java) S 23751 23754 22219 0 -1 1077944384 1 13327 0 0 0 0 4 3 20 0 15 0 473408375 11084148736 20932 33554432000 4194304 4196468 140731485565152 140293639694768 140294352792194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83728 KiB

[startup+1.5011 s]
/proc/loadavg: 1.41 1.39 1.40 4/227 23820
/proc/meminfo: memFree=3185024/32770624 swapFree=66998008/67108860
[pid=23754] ppid=23751 vsize=10834680 memory=169720 CPUtime=2.45 cores=0,2,4,6
/proc/23754/stat : 23754 (java) S 23751 23754 22219 0 -1 1077944320 20129 13327 0 0 229 9 4 3 20 0 15 0 473408361 11094712320 42430 33554432000 4194304 4196468 140731485565152 140731485547696 140294352781047 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
/proc/23754/statm: 2708670 42430 3573 1 0 2670733 0
[pid=23754/tid=23807] ppid=23751 vsize=10834680 memory=-7097481891625773097 CPUtime=1.43 cores=0,2,4,6
/proc/23754/task/23807/stat : 23807 (java) R 23751 23754 22219 0 -1 4202560 14605 13327 0 0 131 5 4 3 20 0 15 0 473408370 11094712320 42430 33554432000 4194304 4196468 140731485565152 140294324586832 140294352792982 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23808] ppid=23751 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23754/task/23808/stat : 23808 (java) S 23751 23754 22219 0 -1 1077944384 22 13327 0 0 1 0 4 3 20 0 15 0 473408370 11094712320 42430 33554432000 4194304 4196468 140731485565152 140294357023632 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23809] ppid=23751 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23754/task/23809/stat : 23809 (java) S 23751 23754 22219 0 -1 1077944384 31 13327 0 0 1 0 4 3 20 0 15 0 473408370 11094712320 42430 33554432000 4194304 4196468 140731485565152 140294245296912 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23810] ppid=23751 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23754/task/23810/stat : 23810 (java) S 23751 23754 22219 0 -1 1077944384 27 13327 0 0 1 0 4 3 20 0 15 0 473408370 11094712320 42430 33554432000 4194304 4196468 140731485565152 140294244244624 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23811] ppid=23751 vsize=10834680 memory=-6237260532469557610 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23811/stat : 23811 (java) S 23751 23754 22219 0 -1 1077944384 26 13327 0 0 0 0 4 3 20 0 15 0 473408370 11094712320 42430 33554432000 4194304 4196468 140731485565152 140294243191824 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23812] ppid=23751 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23754/task/23812/stat : 23812 (java) S 23751 23754 22219 0 -1 1077944384 43 13327 0 0 1 0 4 3 20 0 15 0 473408372 11094712320 42430 33554432000 4194304 4196468 140731485565152 140293677463664 140294352792194 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23813] ppid=23751 vsize=10834680 memory=279992407917504 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23813/stat : 23813 (java) S 23751 23754 22219 0 -1 1077944384 36 13327 0 0 0 0 4 3 20 0 15 0 473408372 11094712320 42430 33554432000 4194304 4196468 140731485565152 140293676409696 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23814] ppid=23751 vsize=10834680 memory=166100 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23814/stat : 23814 (java) S 23751 23754 22219 0 -1 1077944384 7 13327 0 0 0 0 4 3 20 0 15 0 473408372 11094712320 42430 33554432000 4194304 4196468 140731485565152 140293227668608 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23815] ppid=23751 vsize=10834680 memory=204552112486920 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23815/stat : 23815 (java) S 23751 23754 22219 0 -1 1077944384 3 13327 0 0 0 0 4 3 20 0 15 0 473408375 11094712320 42430 33554432000 4194304 4196468 140731485565152 140292920268880 140294352799643 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23816] ppid=23751 vsize=10834680 memory=279992407700576 CPUtime=0.32 cores=0,2,4,6
/proc/23754/task/23816/stat : 23816 (java) R 23751 23754 22219 0 -1 4202560 1008 13327 0 0 25 0 4 3 20 0 15 0 473408375 11094712320 42430 33554432000 4194304 4196468 140731485565152 140293642852976 140294333416961 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23817] ppid=23751 vsize=10834680 memory=279992407702816 CPUtime=0.32 cores=0,2,4,6
/proc/23754/task/23817/stat : 23817 (java) R 23751 23754 22219 0 -1 1077944384 701 13327 0 0 25 0 4 3 20 0 15 0 473408375 11094712320 42430 33554432000 4194304 4196468 140731485565152 140293641800176 140294352792194 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23818] ppid=23751 vsize=10834680 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/23754/task/23818/stat : 23818 (java) S 23751 23754 22219 0 -1 1077944384 1410 13327 0 0 41 0 4 3 20 0 15 0 473408375 11094712320 42430 33554432000 4194304 4196468 140731485565152 140293640747888 140294352792194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23819] ppid=23751 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23819/stat : 23819 (java) S 23751 23754 22219 0 -1 1077944384 3 13327 0 0 0 0 4 3 20 0 15 0 473408375 11094712320 42430 33554432000 4194304 4196468 140731485565152 140292886711264 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23820] ppid=23751 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23820/stat : 23820 (java) S 23751 23754 22219 0 -1 1077944384 1 13327 0 0 0 0 4 3 20 0 15 0 473408375 11094712320 42430 33554432000 4194304 4196468 140731485565152 140293639694768 140294352792194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834680 KiB

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

[pid=23754/tid=23819] ppid=23751 vsize=10849048 memory=9051283677730746851 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23819/stat : 23819 (java) S 23751 23754 22219 0 -1 1077944384 3 13327 0 0 0 0 4 3 20 0 15 0 473408375 11109425152 205848 33554432000 4194304 4196468 140731485565152 140292886711264 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23820] ppid=23751 vsize=10849048 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/23754/task/23820/stat : 23820 (java) S 23751 23754 22219 0 -1 1077944384 372 13327 0 0 4 4 4 3 20 0 15 0 473408375 11109425152 205848 33554432000 4194304 4196468 140731485565152 140293639694768 140294352792194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
Current children cumulated CPU time: 183.81 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 823392 KiB

[startup+172.801 s]
/proc/loadavg: 1.18 1.42 1.42 3/227 23833
/proc/meminfo: memFree=2476672/32770624 swapFree=66998008/67108860
[pid=23754] ppid=23751 vsize=10849048 memory=823392 CPUtime=187.06 cores=0,2,4,6
/proc/23754/stat : 23754 (java) S 23751 23754 22219 0 -1 1077944320 103986 13327 0 0 18628 71 4 3 20 0 15 0 473408361 11109425152 205848 33554432000 4194304 4196468 140731485565152 140731485547696 140294352781047 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
/proc/23754/statm: 2712262 205848 3628 1 0 2674317 0
[pid=23754/tid=23807] ppid=23751 vsize=10849048 memory=105083848 CPUtime=170.93 cores=0,2,4,6
/proc/23754/task/23807/stat : 23807 (java) R 23751 23754 22219 0 -1 4202560 29731 13327 0 0 17066 20 4 3 20 0 15 0 473408370 11109425152 205848 33554432000 4194304 4196468 140731485565152 140294324616384 140293922256520 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23808] ppid=23751 vsize=10849048 memory=6791534058613427641 CPUtime=0.68 cores=0,2,4,6
/proc/23754/task/23808/stat : 23808 (java) S 23751 23754 22219 0 -1 1077944384 2967 13327 0 0 54 7 4 3 20 0 15 0 473408370 11109425152 205848 33554432000 4194304 4196468 140731485565152 140294357023632 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23809] ppid=23751 vsize=10849048 memory=18244 CPUtime=0.69 cores=0,2,4,6
/proc/23754/task/23809/stat : 23809 (java) S 23751 23754 22219 0 -1 1077944384 2534 13327 0 0 55 7 4 3 20 0 15 0 473408370 11109425152 205848 33554432000 4194304 4196468 140731485565152 140294245296912 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23810] ppid=23751 vsize=10849048 memory=12024 CPUtime=0.68 cores=0,2,4,6
/proc/23754/task/23810/stat : 23810 (java) S 23751 23754 22219 0 -1 1077944384 1484 13327 0 0 55 6 4 3 20 0 15 0 473408370 11109425152 205848 33554432000 4194304 4196468 140731485565152 140294244244624 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23811] ppid=23751 vsize=10849048 memory=1556 CPUtime=0.68 cores=0,2,4,6
/proc/23754/task/23811/stat : 23811 (java) S 23751 23754 22219 0 -1 1077944384 3465 13327 0 0 54 7 4 3 20 0 15 0 473408370 11109425152 205848 33554432000 4194304 4196468 140731485565152 140294243191824 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23812] ppid=23751 vsize=10849048 memory=2024 CPUtime=0.59 cores=0,2,4,6
/proc/23754/task/23812/stat : 23812 (java) S 23751 23754 22219 0 -1 1077944384 3698 13327 0 0 48 4 4 3 20 0 15 0 473408372 11109425152 205848 33554432000 4194304 4196468 140731485565152 140293677463664 140294352792194 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23813] ppid=23751 vsize=10849048 memory=1376 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23813/stat : 23813 (java) S 23751 23754 22219 0 -1 1077944384 42 13327 0 0 0 0 4 3 20 0 15 0 473408372 11109425152 205848 33554432000 4194304 4196468 140731485565152 140293676409696 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23814] ppid=23751 vsize=10849048 memory=1128 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23814/stat : 23814 (java) S 23751 23754 22219 0 -1 1077944384 13 13327 0 0 0 0 4 3 20 0 15 0 473408372 11109425152 205848 33554432000 4194304 4196468 140731485565152 140293227668608 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23815] ppid=23751 vsize=10849048 memory=772 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23815/stat : 23815 (java) S 23751 23754 22219 0 -1 1077944384 3 13327 0 0 0 0 4 3 20 0 15 0 473408375 11109425152 205848 33554432000 4194304 4196468 140731485565152 140292920268880 140294352799643 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23816] ppid=23751 vsize=10849048 memory=3624 CPUtime=4.29 cores=0,2,4,6
/proc/23754/task/23816/stat : 23816 (java) S 23751 23754 22219 0 -1 1077944384 14828 13327 0 0 417 5 4 3 20 0 15 0 473408375 11109425152 205848 33554432000 4194304 4196468 140731485565152 140293642852976 140294352792194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 47 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23817] ppid=23751 vsize=10849048 memory=42928 CPUtime=4.19 cores=0,2,4,6
/proc/23754/task/23817/stat : 23817 (java) S 23751 23754 22219 0 -1 1077944384 19418 13327 0 0 406 6 4 3 20 0 15 0 473408375 11109425152 205848 33554432000 4194304 4196468 140731485565152 140293641800176 140294352792194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23818] ppid=23751 vsize=10849048 memory=984 CPUtime=4.7 cores=0,2,4,6
/proc/23754/task/23818/stat : 23818 (java) S 23751 23754 22219 0 -1 1077944384 23222 13327 0 0 456 7 4 3 20 0 15 0 473408375 11109425152 205848 33554432000 4194304 4196468 140731485565152 140293640747888 140294352792194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 49 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23819] ppid=23751 vsize=10849048 memory=6788 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23819/stat : 23819 (java) S 23751 23754 22219 0 -1 1077944384 3 13327 0 0 0 0 4 3 20 0 15 0 473408375 11109425152 205848 33554432000 4194304 4196468 140731485565152 140292886711264 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23820] ppid=23751 vsize=10849048 memory=823392 CPUtime=0.15 cores=0,2,4,6
/proc/23754/task/23820/stat : 23820 (java) S 23751 23754 22219 0 -1 1077944384 372 13327 0 0 4 4 4 3 20 0 15 0 473408375 11109425152 205848 33554432000 4194304 4196468 140731485565152 140293639694768 140294352792194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
Current children cumulated CPU time: 187.06 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 823392 KiB

[startup+174.401 s]
/proc/loadavg: 1.17 1.42 1.41 3/227 23833
/proc/meminfo: memFree=2476672/32770624 swapFree=66998008/67108860
[pid=23754] ppid=23751 vsize=10849048 memory=823392 CPUtime=188.68 cores=0,2,4,6
/proc/23754/stat : 23754 (java) S 23751 23754 22219 0 -1 1077944320 104000 13327 0 0 18790 71 4 3 20 0 15 0 473408361 11109425152 205848 33554432000 4194304 4196468 140731485565152 140731485547696 140294352781047 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
/proc/23754/statm: 2712262 205848 3628 1 0 2674317 0
[pid=23754/tid=23807] ppid=23751 vsize=10849048 memory=6791534058613427641 CPUtime=172.51 cores=0,2,4,6
/proc/23754/task/23807/stat : 23807 (java) R 23751 23754 22219 0 -1 4202560 29741 13327 0 0 17224 20 4 3 20 0 15 0 473408370 11109425152 205848 33554432000 4194304 4196468 140731485565152 140294324616080 140293926460100 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23808] ppid=23751 vsize=10849048 memory=9492 CPUtime=0.69 cores=0,2,4,6
/proc/23754/task/23808/stat : 23808 (java) S 23751 23754 22219 0 -1 1077944384 2967 13327 0 0 55 7 4 3 20 0 15 0 473408370 11109425152 205848 33554432000 4194304 4196468 140731485565152 140294357023632 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23809] ppid=23751 vsize=10849048 memory=1548 CPUtime=0.7 cores=0,2,4,6
/proc/23754/task/23809/stat : 23809 (java) S 23751 23754 22219 0 -1 1077944384 2535 13327 0 0 56 7 4 3 20 0 15 0 473408370 11109425152 205848 33554432000 4194304 4196468 140731485565152 140294245296912 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23810] ppid=23751 vsize=10849048 memory=628 CPUtime=0.68 cores=0,2,4,6
/proc/23754/task/23810/stat : 23810 (java) S 23751 23754 22219 0 -1 1077944384 1485 13327 0 0 55 6 4 3 20 0 15 0 473408370 11109425152 205848 33554432000 4194304 4196468 140731485565152 140294244244624 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23811] ppid=23751 vsize=10849048 memory=1056 CPUtime=0.69 cores=0,2,4,6
/proc/23754/task/23811/stat : 23811 (java) S 23751 23754 22219 0 -1 1077944384 3467 13327 0 0 55 7 4 3 20 0 15 0 473408370 11109425152 205848 33554432000 4194304 4196468 140731485565152 140294243191824 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23812] ppid=23751 vsize=10849048 memory=1720 CPUtime=0.59 cores=0,2,4,6
/proc/23754/task/23812/stat : 23812 (java) S 23751 23754 22219 0 -1 1077944384 3698 13327 0 0 48 4 4 3 20 0 15 0 473408372 11109425152 205848 33554432000 4194304 4196468 140731485565152 140293677463664 140294352792194 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23813] ppid=23751 vsize=10849048 memory=3648 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23813/stat : 23813 (java) S 23751 23754 22219 0 -1 1077944384 42 13327 0 0 0 0 4 3 20 0 15 0 473408372 11109425152 205848 33554432000 4194304 4196468 140731485565152 140293676409696 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23814] ppid=23751 vsize=10849048 memory=948 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23814/stat : 23814 (java) S 23751 23754 22219 0 -1 1077944384 13 13327 0 0 0 0 4 3 20 0 15 0 473408372 11109425152 205848 33554432000 4194304 4196468 140731485565152 140293227668608 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23815] ppid=23751 vsize=10849048 memory=2832 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23815/stat : 23815 (java) S 23751 23754 22219 0 -1 1077944384 3 13327 0 0 0 0 4 3 20 0 15 0 473408375 11109425152 205848 33554432000 4194304 4196468 140731485565152 140292920268880 140294352799643 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23816] ppid=23751 vsize=10849048 memory=9492 CPUtime=4.29 cores=0,2,4,6
/proc/23754/task/23816/stat : 23816 (java) S 23751 23754 22219 0 -1 1077944384 14828 13327 0 0 417 5 4 3 20 0 15 0 473408375 11109425152 205848 33554432000 4194304 4196468 140731485565152 140293642852976 140294352792194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 47 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23817] ppid=23751 vsize=10849048 memory=1548 CPUtime=4.19 cores=0,2,4,6
/proc/23754/task/23817/stat : 23817 (java) S 23751 23754 22219 0 -1 1077944384 19418 13327 0 0 406 6 4 3 20 0 15 0 473408375 11109425152 205848 33554432000 4194304 4196468 140731485565152 140293641800176 140294352792194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23818] ppid=23751 vsize=10849048 memory=628 CPUtime=4.7 cores=0,2,4,6
/proc/23754/task/23818/stat : 23818 (java) S 23751 23754 22219 0 -1 1077944384 23222 13327 0 0 456 7 4 3 20 0 15 0 473408375 11109425152 205848 33554432000 4194304 4196468 140731485565152 140293640747888 140294352792194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 49 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23819] ppid=23751 vsize=10849048 memory=1056 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23819/stat : 23819 (java) S 23751 23754 22219 0 -1 1077944384 3 13327 0 0 0 0 4 3 20 0 15 0 473408375 11109425152 205848 33554432000 4194304 4196468 140731485565152 140292886711264 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23820] ppid=23751 vsize=10849048 memory=948 CPUtime=0.15 cores=0,2,4,6
/proc/23754/task/23820/stat : 23820 (java) S 23751 23754 22219 0 -1 1077944384 372 13327 0 0 4 4 4 3 20 0 15 0 473408375 11109425152 205848 33554432000 4194304 4196468 140731485565152 140293639694768 140294352792194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
Current children cumulated CPU time: 188.68 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 823392 KiB

[startup+175.201 s]
/proc/loadavg: 1.17 1.42 1.41 3/227 23833
/proc/meminfo: memFree=2476672/32770624 swapFree=66998008/67108860
[pid=23754] ppid=23751 vsize=10849048 memory=823392 CPUtime=189.49 cores=0,2,4,6
/proc/23754/stat : 23754 (java) S 23751 23754 22219 0 -1 1077944320 104005 13327 0 0 18871 71 4 3 20 0 15 0 473408361 11109425152 205848 33554432000 4194304 4196468 140731485565152 140731485547696 140294352781047 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
/proc/23754/statm: 2712262 205848 3628 1 0 2674317 0
[pid=23754/tid=23807] ppid=23751 vsize=10849048 memory=984 CPUtime=173.3 cores=0,2,4,6
/proc/23754/task/23807/stat : 23807 (java) R 23751 23754 22219 0 -1 4202560 29746 13327 0 0 17303 20 4 3 20 0 15 0 473408370 11109425152 205848 33554432000 4194304 4196468 140731485565152 140294324616992 140293915879172 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23808] ppid=23751 vsize=10849048 memory=2024 CPUtime=0.7 cores=0,2,4,6
/proc/23754/task/23808/stat : 23808 (java) S 23751 23754 22219 0 -1 1077944384 2967 13327 0 0 56 7 4 3 20 0 15 0 473408370 11109425152 205848 33554432000 4194304 4196468 140731485565152 140294357023632 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23809] ppid=23751 vsize=10849048 memory=1376 CPUtime=0.7 cores=0,2,4,6
/proc/23754/task/23809/stat : 23809 (java) S 23751 23754 22219 0 -1 1077944384 2535 13327 0 0 56 7 4 3 20 0 15 0 473408370 11109425152 205848 33554432000 4194304 4196468 140731485565152 140294245296912 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23810] ppid=23751 vsize=10849048 memory=1128 CPUtime=0.69 cores=0,2,4,6
/proc/23754/task/23810/stat : 23810 (java) S 23751 23754 22219 0 -1 1077944384 1485 13327 0 0 56 6 4 3 20 0 15 0 473408370 11109425152 205848 33554432000 4194304 4196468 140731485565152 140294244244624 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23811] ppid=23751 vsize=10849048 memory=772 CPUtime=0.69 cores=0,2,4,6
/proc/23754/task/23811/stat : 23811 (java) S 23751 23754 22219 0 -1 1077944384 3467 13327 0 0 55 7 4 3 20 0 15 0 473408370 11109425152 205848 33554432000 4194304 4196468 140731485565152 140294243191824 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23812] ppid=23751 vsize=10849048 memory=3648 CPUtime=0.6 cores=0,2,4,6
/proc/23754/task/23812/stat : 23812 (java) S 23751 23754 22219 0 -1 1077944384 3698 13327 0 0 49 4 4 3 20 0 15 0 473408372 11109425152 205848 33554432000 4194304 4196468 140731485565152 140293677463664 140294352792194 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23813] ppid=23751 vsize=10849048 memory=948 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23813/stat : 23813 (java) S 23751 23754 22219 0 -1 1077944384 42 13327 0 0 0 0 4 3 20 0 15 0 473408372 11109425152 205848 33554432000 4194304 4196468 140731485565152 140293676409696 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23814] ppid=23751 vsize=10849048 memory=2832 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23814/stat : 23814 (java) S 23751 23754 22219 0 -1 1077944384 13 13327 0 0 0 0 4 3 20 0 15 0 473408372 11109425152 205848 33554432000 4194304 4196468 140731485565152 140293227668608 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23815] ppid=23751 vsize=10849048 memory=9492 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23815/stat : 23815 (java) S 23751 23754 22219 0 -1 1077944384 3 13327 0 0 0 0 4 3 20 0 15 0 473408375 11109425152 205848 33554432000 4194304 4196468 140731485565152 140292920268880 140294352799643 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23816] ppid=23751 vsize=10849048 memory=1548 CPUtime=4.29 cores=0,2,4,6
/proc/23754/task/23816/stat : 23816 (java) S 23751 23754 22219 0 -1 1077944384 14828 13327 0 0 417 5 4 3 20 0 15 0 473408375 11109425152 205848 33554432000 4194304 4196468 140731485565152 140293642852976 140294352792194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 47 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23817] ppid=23751 vsize=10849048 memory=628 CPUtime=4.19 cores=0,2,4,6
/proc/23754/task/23817/stat : 23817 (java) S 23751 23754 22219 0 -1 1077944384 19418 13327 0 0 406 6 4 3 20 0 15 0 473408375 11109425152 205848 33554432000 4194304 4196468 140731485565152 140293641800176 140294352792194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23818] ppid=23751 vsize=10849048 memory=823392 CPUtime=4.7 cores=0,2,4,6
/proc/23754/task/23818/stat : 23818 (java) S 23751 23754 22219 0 -1 1077944384 23222 13327 0 0 456 7 4 3 20 0 15 0 473408375 11109425152 205848 33554432000 4194304 4196468 140731485565152 140293640747888 140294352792194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 49 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23819] ppid=23751 vsize=10849048 memory=9492 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23819/stat : 23819 (java) S 23751 23754 22219 0 -1 1077944384 3 13327 0 0 0 0 4 3 20 0 15 0 473408375 11109425152 205848 33554432000 4194304 4196468 140731485565152 140292886711264 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23820] ppid=23751 vsize=10849048 memory=1548 CPUtime=0.15 cores=0,2,4,6
/proc/23754/task/23820/stat : 23820 (java) S 23751 23754 22219 0 -1 1077944384 372 13327 0 0 4 4 4 3 20 0 15 0 473408375 11109425152 205848 33554432000 4194304 4196468 140731485565152 140293639694768 140294352792194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
Current children cumulated CPU time: 189.49 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 823392 KiB

[startup+175.401 s]
/proc/loadavg: 1.17 1.42 1.41 3/227 23833
/proc/meminfo: memFree=2476672/32770624 swapFree=66998008/67108860
[pid=23754] ppid=23751 vsize=10849048 memory=823392 CPUtime=189.69 cores=0,2,4,6
/proc/23754/stat : 23754 (java) S 23751 23754 22219 0 -1 1077944320 104007 13327 0 0 18891 71 4 3 20 0 15 0 473408361 11109425152 205848 33554432000 4194304 4196468 140731485565152 140731485547696 140294352781047 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
/proc/23754/statm: 2712262 205848 3628 1 0 2674317 0
[pid=23754/tid=23807] ppid=23751 vsize=10849048 memory=1056 CPUtime=173.5 cores=0,2,4,6
/proc/23754/task/23807/stat : 23807 (java) R 23751 23754 22219 0 -1 4202560 29747 13327 0 0 17323 20 4 3 20 0 15 0 473408370 11109425152 205848 33554432000 4194304 4196468 140731485565152 140294324616416 140294335302147 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23808] ppid=23751 vsize=10849048 memory=1720 CPUtime=0.7 cores=0,2,4,6
/proc/23754/task/23808/stat : 23808 (java) S 23751 23754 22219 0 -1 1077944384 2967 13327 0 0 56 7 4 3 20 0 15 0 473408370 11109425152 205848 33554432000 4194304 4196468 140731485565152 140294357023632 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23809] ppid=23751 vsize=10849048 memory=5956 CPUtime=0.7 cores=0,2,4,6
/proc/23754/task/23809/stat : 23809 (java) S 23751 23754 22219 0 -1 1077944384 2535 13327 0 0 56 7 4 3 20 0 15 0 473408370 11109425152 205848 33554432000 4194304 4196468 140731485565152 140294245296912 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23810] ppid=23751 vsize=10849048 memory=1056 CPUtime=0.69 cores=0,2,4,6
/proc/23754/task/23810/stat : 23810 (java) S 23751 23754 22219 0 -1 1077944384 1486 13327 0 0 56 6 4 3 20 0 15 0 473408370 11109425152 205848 33554432000 4194304 4196468 140731485565152 140294244244624 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23811] ppid=23751 vsize=10849048 memory=1720 CPUtime=0.69 cores=0,2,4,6
/proc/23754/task/23811/stat : 23811 (java) S 23751 23754 22219 0 -1 1077944384 3467 13327 0 0 55 7 4 3 20 0 15 0 473408370 11109425152 205848 33554432000 4194304 4196468 140731485565152 140294243191824 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23812] ppid=23751 vsize=10849048 memory=5956 CPUtime=0.6 cores=0,2,4,6
/proc/23754/task/23812/stat : 23812 (java) S 23751 23754 22219 0 -1 1077944384 3698 13327 0 0 49 4 4 3 20 0 15 0 473408372 11109425152 205848 33554432000 4194304 4196468 140731485565152 140293677463664 140294352792194 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23813] ppid=23751 vsize=10849048 memory=14008 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23813/stat : 23813 (java) S 23751 23754 22219 0 -1 1077944384 42 13327 0 0 0 0 4 3 20 0 15 0 473408372 11109425152 205848 33554432000 4194304 4196468 140731485565152 140293676409696 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23814] ppid=23751 vsize=10849048 memory=2116 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23814/stat : 23814 (java) S 23751 23754 22219 0 -1 1077944384 13 13327 0 0 0 0 4 3 20 0 15 0 473408372 11109425152 205848 33554432000 4194304 4196468 140731485565152 140293227668608 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23815] ppid=23751 vsize=10849048 memory=18244 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23815/stat : 23815 (java) S 23751 23754 22219 0 -1 1077944384 3 13327 0 0 0 0 4 3 20 0 15 0 473408375 11109425152 205848 33554432000 4194304 4196468 140731485565152 140292920268880 140294352799643 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23816] ppid=23751 vsize=10849048 memory=12024 CPUtime=4.29 cores=0,2,4,6
/proc/23754/task/23816/stat : 23816 (java) S 23751 23754 22219 0 -1 1077944384 14828 13327 0 0 417 5 4 3 20 0 15 0 473408375 11109425152 205848 33554432000 4194304 4196468 140731485565152 140293642852976 140294352792194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 47 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23817] ppid=23751 vsize=10849048 memory=1556 CPUtime=4.19 cores=0,2,4,6
/proc/23754/task/23817/stat : 23817 (java) S 23751 23754 22219 0 -1 1077944384 19418 13327 0 0 406 6 4 3 20 0 15 0 473408375 11109425152 205848 33554432000 4194304 4196468 140731485565152 140293641800176 140294352792194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23818] ppid=23751 vsize=10849048 memory=823392 CPUtime=4.7 cores=0,2,4,6
/proc/23754/task/23818/stat : 23818 (java) S 23751 23754 22219 0 -1 1077944384 23222 13327 0 0 456 7 4 3 20 0 15 0 473408375 11109425152 205848 33554432000 4194304 4196468 140731485565152 140293640747888 140294352792194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 49 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23819] ppid=23751 vsize=10849048 memory=823392 CPUtime=0.07 cores=0,2,4,6
/proc/23754/task/23819/stat : 23819 (java) S 23751 23754 22219 0 -1 1077944384 3 13327 0 0 0 0 4 3 20 0 15 0 473408375 11109425152 205848 33554432000 4194304 4196468 140731485565152 140292886711264 140294352791253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
[pid=23754/tid=23820] ppid=23751 vsize=10849048 memory=662 CPUtime=0.15 cores=0,2,4,6
/proc/23754/task/23820/stat : 23820 (java) S 23751 23754 22219 0 -1 1077944384 372 13327 0 0 4 4 4 3 20 0 15 0 473408375 11109425152 205848 33554432000 4194304 4196468 140731485565152 140293639694768 140294352792194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23351296 140731485571823 140731485574341 140731485574341 140731485577167 0
Current children cumulated CPU time: 189.69 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 823392 KiB

Child status: 0
Real time (s): 175.507
CPU time (s): 189.841
CPU user time (s): 189.072
CPU system time (s): 0.768956
CPU usage (%): 108.167
Max. virtual memory (cumulated for all children) (KiB): 10849980
Max. memory (cumulated for all children) (KiB): 900708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 189.072
system time used= 0.768956
maximum resident set size= 901224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123220
page faults= 0
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33766
involuntary context switches= 781


# summary of solver processes directly reported to runsolver:
#   pid: 23754
#   total CPU time (s): 189.841
#   total CPU user time (s): 189.072
#   total CPU system time (s): 0.768956

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.03565 second user time and 1.68752 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-20 10:24:20
IDJOB=4402636
IDBENCH=124114
IDSOLVER=2861
FILE ID=node106/4402636-1568971541
RUNJOBID= node106-1568963957-22250
PBS_JOBID= 21704632
Free space on /tmp= 23248 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/AllInterval/AllInterval-m1-s1/AllInterval-040.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402636-1568971541/watcher-4402636-1568971541 -o /tmp/evaluation-result-4402636-1568971541/solver-4402636-1568971541 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568963957-22250 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2142651045 HOME/instance-4402636-1568971541.xml

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

MD5SUM BENCH= b74d7d5d03f7c84e1bb19748e6149180
RANDOM SEED=2142651045

node106.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
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.79
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.79
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.79
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:         3285192 kB
MemAvailable:   30442776 kB
Buffers:           84452 kB
Cached:         27034568 kB
SwapCached:         3880 kB
Active:         14981484 kB
Inactive:       13556444 kB
Active(anon):    1425856 kB
Inactive(anon):    36028 kB
Active(file):   13555628 kB
Inactive(file): 13520416 kB
Unevictable:      109408 kB
Mlocked:          109408 kB
SwapTotal:      67108860 kB
SwapFree:       66998008 kB
Dirty:             35472 kB
Writeback:            12 kB
AnonPages:       1525444 kB
Mapped:            61592 kB
Shmem:             33772 kB
Slab:             539180 kB
SReclaimable:     510000 kB
SUnreclaim:        29180 kB
KernelStack:        3792 kB
PageTables:         9640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2547660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1439744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 23212 MiB
End job on node106 at 2019-09-20 10:27:15