Trace number 4292038

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 2408.32 678.766

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-08-0700_c18.xml
MD5SUM1726f38b1078149b3b3b5e51280bc638
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark542126384
Best CPU time to get the best result obtained on this benchmark2521
Satisfiable
(Un)Satisfiability was proved
Number of variables11265
Number of constraints7122
Number of domains159
Minimum domain size1
Maximum domain size141
Distribution of domain sizes[{"size":1,"count":4},{"size":2,"count":3984},{"size":11,"count":3288},{"size":12,"count":1},{"size":21,"count":10},{"size":23,"count":9},{"size":27,"count":51},{"size":31,"count":72},{"size":34,"count":11},{"size":35,"count":15},{"size":37,"count":59},{"size":38,"count":4},{"size":39,"count":29},{"size":40,"count":1},{"size":41,"count":17},{"size":42,"count":10},{"size":43,"count":1},{"size":44,"count":7},{"size":45,"count":25},{"size":47,"count":11},{"size":49,"count":70},{"size":51,"count":80},{"size":52,"count":2},{"size":53,"count":2},{"size":54,"count":5},"...",{"size":104,"count":55}, {"size":105,"count":9}, {"size":106,"count":46}, {"size":107,"count":8}, {"size":108,"count":6}, {"size":109,"count":6}, {"size":111,"count":41}, {"size":112,"count":53}, {"size":113,"count":10}, {"size":114,"count":14}, {"size":115,"count":6}, {"size":117,"count":78}, {"size":118,"count":117}, {"size":119,"count":35}, {"size":127,"count":73}, {"size":128,"count":21}, {"size":129,"count":2}, {"size":130,"count":15}, {"size":131,"count":18}, {"size":133,"count":2}, {"size":135,"count":74}, {"size":136,"count":50}, {"size":137,"count":18}, {"size":140,"count":8}, {"size":141,"count":1776}]
Minimum variable degree1
Maximum variable degree3289
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":9869},{"degree":3,"count":14},{"degree":4,"count":31},{"degree":5,"count":51},{"degree":6,"count":71},{"degree":7,"count":99},{"degree":8,"count":104},{"degree":9,"count":116},{"degree":10,"count":158},{"degree":11,"count":226},{"degree":12,"count":258},{"degree":13,"count":171},{"degree":14,"count":35},{"degree":15,"count":26},{"degree":16,"count":18},{"degree":17,"count":8},{"degree":18,"count":6},{"degree":19,"count":1},{"degree":3289,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":546},{"arity":3,"count":3288},{"arity":6,"count":3288}]
Number of extensional constraints3288
Number of intensional constraints3834
Distribution of constraint types[{"type":"extension","count":3288},{"type":"intension","count":3834}]
Optimization problemYES
Type of objectivemin SUM

Solver Data


Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292038-1532265567/watcher-4292038-1532265567 -o /tmp/evaluation-result-4292038-1532265567/solver-4292038-1532265567 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532260283-32672 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4292038-1532265567.xml 

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

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


[startup+0.10028 s]*
/proc/loadavg: 4.59 4.18 3.12 5/216 902
/proc/meminfo: memFree=19023416/32770624 swapFree=67108860/67108860
[pid=882] ppid=879 vsize=10659012 memory=30116 CPUtime=0.12 cores=0,2,4,6
/proc/882/stat : 882 (java) S 879 882 32641 0 -1 1077944320 6580 0 0 0 11 1 0 0 20 0 15 0 44120002 10914828288 7529 33554432000 4194304 4196468 140729138673968 140729138656512 139849327685367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
/proc/882/statm: 2664753 7529 2844 1 0 2627263 0
[pid=882/tid=884] ppid=879 vsize=10659012 memory=8389772277269004345 CPUtime=0.09 cores=0,2,4,6
/proc/882/task/884/stat : 884 (java) R 879 882 32641 0 -1 4202560 4431 0 0 0 8 1 0 0 20 0 15 0 44120002 10914828288 7529 33554432000 4194304 4196468 140729138673968 139849331890032 139849327697302 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=885] ppid=879 vsize=10659012 memory=4294967627 CPUtime=0 cores=0,2,4,6
/proc/882/task/885/stat : 885 (java) S 879 882 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44120003 10914828288 7529 33554432000 4194304 4196468 140729138673968 139849253759888 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=886] ppid=879 vsize=10659012 memory=139901476414832 CPUtime=0 cores=0,2,4,6
/proc/882/task/886/stat : 886 (java) S 879 882 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44120003 10914828288 7529 33554432000 4194304 4196468 140729138673968 139849252707088 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=890] ppid=879 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/882/task/890/stat : 890 (java) S 879 882 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44120003 10914828288 7529 33554432000 4194304 4196468 140729138673968 139849251654800 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=891] ppid=879 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/882/task/891/stat : 891 (java) S 879 882 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44120003 10914828288 7529 33554432000 4194304 4196468 140729138673968 139849250602000 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=892] ppid=879 vsize=10659012 memory=139901476386432 CPUtime=0 cores=0,2,4,6
/proc/882/task/892/stat : 892 (java) S 879 882 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44120004 10914828288 7529 33554432000 4194304 4196468 140729138673968 139848362956912 139849327696514 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=893] ppid=879 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/882/task/893/stat : 893 (java) S 879 882 32641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44120005 10914828288 7529 33554432000 4194304 4196468 140729138673968 139848361902880 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=894] ppid=879 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/882/task/894/stat : 894 (java) S 879 882 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44120005 10914828288 7529 33554432000 4194304 4196468 140729138673968 139848360850544 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=897] ppid=879 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/882/task/897/stat : 897 (java) S 879 882 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44120007 10914828288 7529 33554432000 4194304 4196468 140729138673968 139848359798864 139849327703963 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=898] ppid=879 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/882/task/898/stat : 898 (java) S 879 882 32641 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 44120007 10914828288 7529 33554432000 4194304 4196468 140729138673968 139848358746736 139849327696514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=899] ppid=879 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/882/task/899/stat : 899 (java) S 879 882 32641 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 44120007 10914828288 7529 33554432000 4194304 4196468 140729138673968 139848357693936 139849327696514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=900] ppid=879 vsize=10659012 memory=139901476386432 CPUtime=0.02 cores=0,2,4,6
/proc/882/task/900/stat : 900 (java) R 879 882 32641 0 -1 4202560 355 0 0 0 2 0 0 0 20 0 15 0 44120007 10914828288 7529 33554432000 4194304 4196468 140729138673968 139848356641648 139849327706714 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=901] ppid=879 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/882/task/901/stat : 901 (java) S 879 882 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44120008 10914828288 7529 33554432000 4194304 4196468 140729138673968 139848355589088 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=902] ppid=879 vsize=10659012 memory=139901476386432 CPUtime=0 cores=0,2,4,6
/proc/882/task/902/stat : 902 (java) S 879 882 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44120008 10914828288 7529 33554432000 4194304 4196468 140729138673968 139848354535856 139849327696514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30116 KiB

[startup+0.210599 s]*
/proc/loadavg: 4.59 4.18 3.12 4/216 902
/proc/meminfo: memFree=19017020/32770624 swapFree=67108860/67108860
[pid=882] ppid=879 vsize=10659012 memory=39772 CPUtime=0.32 cores=0,2,4,6
/proc/882/stat : 882 (java) S 879 882 32641 0 -1 1077944320 8070 0 0 0 30 2 0 0 20 0 15 0 44120002 10914828288 9943 33554432000 4194304 4196468 140729138673968 140729138656512 139849327685367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
/proc/882/statm: 2664753 9943 3000 1 0 2627263 0
[pid=882/tid=884] ppid=879 vsize=10659012 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/882/task/884/stat : 884 (java) R 879 882 32641 0 -1 4202560 5001 0 0 0 19 1 0 0 20 0 15 0 44120002 10914828288 10455 33554432000 4194304 4196468 140729138673968 139849331921648 139849311728997 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=885] ppid=879 vsize=10659012 memory=4294967627 CPUtime=0 cores=0,2,4,6
/proc/882/task/885/stat : 885 (java) S 879 882 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44120003 10914828288 10455 33554432000 4194304 4196468 140729138673968 139849253759888 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=886] ppid=879 vsize=10659012 memory=139901476414832 CPUtime=0 cores=0,2,4,6
/proc/882/task/886/stat : 886 (java) S 879 882 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44120003 10914828288 10455 33554432000 4194304 4196468 140729138673968 139849252707088 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=890] ppid=879 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/882/task/890/stat : 890 (java) S 879 882 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44120003 10914828288 10455 33554432000 4194304 4196468 140729138673968 139849251654800 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=891] ppid=879 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/882/task/891/stat : 891 (java) S 879 882 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44120003 10914828288 10455 33554432000 4194304 4196468 140729138673968 139849250602000 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=892] ppid=879 vsize=10659012 memory=139901476386432 CPUtime=0 cores=0,2,4,6
/proc/882/task/892/stat : 892 (java) S 879 882 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44120004 10914828288 10455 33554432000 4194304 4196468 140729138673968 139848362956912 139849327696514 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=893] ppid=879 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/882/task/893/stat : 893 (java) S 879 882 32641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44120005 10914828288 10455 33554432000 4194304 4196468 140729138673968 139848361902880 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=894] ppid=879 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/882/task/894/stat : 894 (java) S 879 882 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44120005 10914828288 10455 33554432000 4194304 4196468 140729138673968 139848360850544 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=897] ppid=879 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/882/task/897/stat : 897 (java) S 879 882 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44120007 10914828288 10455 33554432000 4194304 4196468 140729138673968 139848359798864 139849327703963 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=898] ppid=879 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/882/task/898/stat : 898 (java) S 879 882 32641 0 -1 1077944384 651 0 0 0 2 0 0 0 20 0 15 0 44120007 10914828288 10455 33554432000 4194304 4196468 140729138673968 139848358746736 139849327696514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=899] ppid=879 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/882/task/899/stat : 899 (java) S 879 882 32641 0 -1 1077944384 365 0 0 0 2 0 0 0 20 0 15 0 44120007 10914828288 10455 33554432000 4194304 4196468 140729138673968 139848357693936 139849327696514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=900] ppid=879 vsize=10659012 memory=139901476386432 CPUtime=0.07 cores=0,2,4,6
/proc/882/task/900/stat : 900 (java) R 879 882 32641 0 -1 4202560 703 0 0 0 7 0 0 0 20 0 15 0 44120007 10914828288 10455 33554432000 4194304 4196468 140729138673968 139848356641648 139849319922494 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=901] ppid=879 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/882/task/901/stat : 901 (java) S 879 882 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44120008 10914828288 10455 33554432000 4194304 4196468 140729138673968 139848355589088 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=902] ppid=879 vsize=10659012 memory=139901476386432 CPUtime=0 cores=0,2,4,6
/proc/882/task/902/stat : 902 (java) S 879 882 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44120008 10914828288 10455 33554432000 4194304 4196468 140729138673968 139848354535856 139849327696514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 39772 KiB

[startup+0.311383 s]*
/proc/loadavg: 4.59 4.18 3.12 5/216 902
/proc/meminfo: memFree=19002108/32770624 swapFree=67108860/67108860
[pid=882] ppid=879 vsize=10659012 memory=51588 CPUtime=0.57 cores=0,2,4,6
/proc/882/stat : 882 (java) S 879 882 32641 0 -1 1077944320 9473 0 0 0 55 2 0 0 20 0 15 0 44120002 10914828288 12897 33554432000 4194304 4196468 140729138673968 140729138656512 139849327685367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
/proc/882/statm: 2664753 12897 3047 1 0 2627263 0
[pid=882/tid=884] ppid=879 vsize=10659012 memory=6935054825532540783 CPUtime=0.3 cores=0,2,4,6
/proc/882/task/884/stat : 884 (java) R 879 882 32641 0 -1 4202560 5359 0 0 0 29 1 0 0 20 0 15 0 44120002 10914828288 12897 33554432000 4194304 4196468 140729138673968 139849331921152 139849327707293 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=885] ppid=879 vsize=10659012 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/882/task/885/stat : 885 (java) S 879 882 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44120003 10914828288 12897 33554432000 4194304 4196468 140729138673968 139849253759888 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=886] ppid=879 vsize=10659012 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/882/task/886/stat : 886 (java) S 879 882 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44120003 10914828288 12897 33554432000 4194304 4196468 140729138673968 139849252707088 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=890] ppid=879 vsize=10659012 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/882/task/890/stat : 890 (java) S 879 882 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44120003 10914828288 12897 33554432000 4194304 4196468 140729138673968 139849251654800 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=891] ppid=879 vsize=10659012 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/882/task/891/stat : 891 (java) S 879 882 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44120003 10914828288 12897 33554432000 4194304 4196468 140729138673968 139849250602000 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=892] ppid=879 vsize=10659012 memory=8364 CPUtime=0 cores=0,2,4,6
/proc/882/task/892/stat : 892 (java) S 879 882 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44120004 10914828288 12897 33554432000 4194304 4196468 140729138673968 139848362956912 139849327696514 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=893] ppid=879 vsize=10659012 memory=800 CPUtime=0 cores=0,2,4,6
/proc/882/task/893/stat : 893 (java) S 879 882 32641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44120005 10914828288 12897 33554432000 4194304 4196468 140729138673968 139848361902880 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=894] ppid=879 vsize=10659012 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/882/task/894/stat : 894 (java) S 879 882 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44120005 10914828288 12897 33554432000 4194304 4196468 140729138673968 139848360850544 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=897] ppid=879 vsize=10659012 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/882/task/897/stat : 897 (java) S 879 882 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44120007 10914828288 12897 33554432000 4194304 4196468 140729138673968 139848359798864 139849327703963 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=898] ppid=879 vsize=10659012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/882/task/898/stat : 898 (java) R 879 882 32641 0 -1 4202560 1111 0 0 0 7 0 0 0 20 0 15 0 44120007 10914828288 12897 33554432000 4194304 4196468 140729138673968 139848358728328 139849311217012 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=899] ppid=879 vsize=10659012 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/882/task/899/stat : 899 (java) R 879 882 32641 0 -1 4202560 713 0 0 0 6 0 0 0 20 0 15 0 44120007 10914828288 12897 33554432000 4194304 4196468 140729138673968 139848357679960 139849311179369 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=900] ppid=879 vsize=10659012 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/882/task/900/stat : 900 (java) R 879 882 32641 0 -1 1077944384 927 0 0 0 12 0 0 0 20 0 15 0 44120007 10914828288 12897 33554432000 4194304 4196468 140729138673968 139848356641648 139849327696514 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=901] ppid=879 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/882/task/901/stat : 901 (java) S 879 882 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44120008 10914828288 12897 33554432000 4194304 4196468 140729138673968 139848355589088 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=902] ppid=879 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/882/task/902/stat : 902 (java) S 879 882 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44120008 10914828288 12897 33554432000 4194304 4196468 140729138673968 139848354535856 139849327696514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 51588 KiB

[startup+0.701658 s]
/proc/loadavg: 4.59 4.18 3.12 7/216 902
/proc/meminfo: memFree=18838852/32770624 swapFree=67108860/67108860
[pid=882] ppid=879 vsize=10659012 memory=291756 CPUtime=1.5 cores=0,2,4,6
/proc/882/stat : 882 (java) S 879 882 32641 0 -1 1077944320 10909 0 0 0 131 19 0 0 20 0 15 0 44120002 10914828288 72939 33554432000 4194304 4196468 140729138673968 140729138656512 139849327685367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
/proc/882/statm: 2664753 72939 3080 1 0 2627263 0
[pid=882/tid=884] ppid=879 vsize=10659012 memory=0 CPUtime=0.61 cores=0,2,4,6
/proc/882/task/884/stat : 884 (java) R 879 882 32641 0 -1 4202560 5418 0 0 0 55 6 0 0 20 0 15 0 44120002 10914828288 72939 33554432000 4194304 4196468 140729138673968 139849331916944 139848918936991 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=885] ppid=879 vsize=10659012 memory=5931336810572699984 CPUtime=0.02 cores=0,2,4,6
/proc/882/task/885/stat : 885 (java) S 879 882 32641 0 -1 1077944384 33 0 0 0 1 1 0 0 20 0 15 0 44120003 10914828288 72939 33554432000 4194304 4196468 140729138673968 139849253759888 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=886] ppid=879 vsize=10659012 memory=7447090482527627088 CPUtime=0.03 cores=0,2,4,6
/proc/882/task/886/stat : 886 (java) S 879 882 32641 0 -1 1077944384 47 0 0 0 1 2 0 0 20 0 15 0 44120003 10914828288 72939 33554432000 4194304 4196468 140729138673968 139849252707088 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=890] ppid=879 vsize=10659012 memory=7085680916056926290 CPUtime=0.05 cores=0,2,4,6
/proc/882/task/890/stat : 890 (java) S 879 882 32641 0 -1 1077944384 66 0 0 0 2 3 0 0 20 0 15 0 44120003 10914828288 72939 33554432000 4194304 4196468 140729138673968 139849251654800 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=891] ppid=879 vsize=10659012 memory=1296 CPUtime=0.02 cores=0,2,4,6
/proc/882/task/891/stat : 891 (java) S 879 882 32641 0 -1 1077944384 53 0 0 0 0 2 0 0 20 0 15 0 44120003 10914828288 72939 33554432000 4194304 4196468 140729138673968 139849250602000 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=892] ppid=879 vsize=10659012 memory=4108 CPUtime=0 cores=0,2,4,6
/proc/882/task/892/stat : 892 (java) S 879 882 32641 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 44120004 10914828288 72939 33554432000 4194304 4196468 140729138673968 139848362956912 139849327696514 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=893] ppid=879 vsize=10659012 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/882/task/893/stat : 893 (java) S 879 882 32641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44120005 10914828288 72939 33554432000 4194304 4196468 140729138673968 139848361902880 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=894] ppid=879 vsize=10659012 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/882/task/894/stat : 894 (java) S 879 882 32641 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 44120005 10914828288 72939 33554432000 4194304 4196468 140729138673968 139848360850544 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=897] ppid=879 vsize=10659012 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/882/task/897/stat : 897 (java) S 879 882 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44120007 10914828288 72939 33554432000 4194304 4196468 140729138673968 139848359798864 139849327703963 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=898] ppid=879 vsize=10659012 memory=4616 CPUtime=0.31 cores=0,2,4,6
/proc/882/task/898/stat : 898 (java) S 879 882 32641 0 -1 1077944384 1728 0 0 0 31 0 0 0 20 0 15 0 44120007 10914828288 72939 33554432000 4194304 4196468 140729138673968 139848358746736 139849327696514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=899] ppid=879 vsize=10659012 memory=1428 CPUtime=0.23 cores=0,2,4,6
/proc/882/task/899/stat : 899 (java) S 879 882 32641 0 -1 1077944384 1152 0 0 0 23 0 0 0 20 0 15 0 44120007 10914828288 72939 33554432000 4194304 4196468 140729138673968 139848357693936 139849327696514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=900] ppid=879 vsize=10659012 memory=12976 CPUtime=0.14 cores=0,2,4,6
/proc/882/task/900/stat : 900 (java) S 879 882 32641 0 -1 1077944384 969 0 0 0 14 0 0 0 20 0 15 0 44120007 10914828288 72939 33554432000 4194304 4196468 140729138673968 139848356641648 139849327696514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=901] ppid=879 vsize=10659012 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/882/task/901/stat : 901 (java) S 879 882 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44120008 10914828288 72939 33554432000 4194304 4196468 140729138673968 139848355589088 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=902] ppid=879 vsize=10659012 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/882/task/902/stat : 902 (java) S 879 882 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44120008 10914828288 72939 33554432000 4194304 4196468 140729138673968 139848354535856 139849327696514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 291756 KiB

[startup+1.50082 s]
/proc/loadavg: 4.59 4.18 3.12 3/216 902
/proc/meminfo: memFree=18582004/32770624 swapFree=67108860/67108860
[pid=882] ppid=879 vsize=10659088 memory=813408 CPUtime=3.73 cores=0,2,4,6
/proc/882/stat : 882 (java) S 879 882 32641 0 -1 1077944320 15273 0 0 0 307 66 0 0 20 0 15 0 44120002 10914906112 203352 33554432000 4194304 4196468 140729138673968 140729138656512 139849327685367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
/proc/882/statm: 2664772 203352 3145 1 0 2627263 0
[pid=882/tid=884] ppid=879 vsize=10659088 memory=288230613214036277 CPUtime=1.15 cores=0,2,4,6
/proc/882/task/884/stat : 884 (java) S 879 882 32641 0 -1 1077944384 5946 0 0 0 105 10 0 0 20 0 15 0 44120002 10914906112 203352 33554432000 4194304 4196468 140729138673968 139849331922464 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=885] ppid=879 vsize=10659088 memory=15257030327797065 CPUtime=0.23 cores=0,2,4,6
/proc/882/task/885/stat : 885 (java) R 879 882 32641 0 -1 4202560 273 0 0 0 13 10 0 0 20 0 15 0 44120003 10914906112 203352 33554432000 4194304 4196468 140729138673968 139849253759888 139849320788346 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=886] ppid=879 vsize=10659088 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/882/task/886/stat : 886 (java) R 879 882 32641 0 -1 4202560 301 0 0 0 13 13 0 0 20 0 15 0 44120003 10914906112 203352 33554432000 4194304 4196468 140729138673968 139849252707088 139849320313575 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=890] ppid=879 vsize=10659088 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/882/task/890/stat : 890 (java) R 879 882 32641 0 -1 4202560 432 0 0 0 12 14 0 0 20 0 15 0 44120003 10914906112 203352 33554432000 4194304 4196468 140729138673968 139849251654800 139849320313575 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=891] ppid=879 vsize=10659088 memory=7679927811743456362 CPUtime=0.27 cores=0,2,4,6
/proc/882/task/891/stat : 891 (java) R 879 882 32641 0 -1 4202560 315 0 0 0 13 14 0 0 20 0 15 0 44120003 10914906112 203352 33554432000 4194304 4196468 140729138673968 139849250602120 139849320313575 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=892] ppid=879 vsize=10659088 memory=-7740096080597194087 CPUtime=0.01 cores=0,2,4,6
/proc/882/task/892/stat : 892 (java) S 879 882 32641 0 -1 1077944384 441 0 0 0 1 0 0 0 20 0 15 0 44120004 10914906112 203352 33554432000 4194304 4196468 140729138673968 139848362955456 139849327695573 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0

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

[pid=882/tid=901] ppid=879 vsize=10661136 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/882/task/901/stat : 901 (java) S 879 882 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44120008 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848355589088 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=902] ppid=879 vsize=10661136 memory=1948 CPUtime=0.46 cores=0,2,4,6
/proc/882/task/902/stat : 902 (java) S 879 882 32641 0 -1 1077944384 1737 0 0 0 30 16 0 0 20 0 15 0 44120008 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848354535856 139849327696514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
Current children cumulated CPU time: 2400.75 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8190068 KiB

[startup+677.602 s]
/proc/loadavg: 4.56 4.47 3.81 6/217 954
/proc/meminfo: memFree=9844320/32770624 swapFree=67108860/67108860
[pid=882] ppid=879 vsize=10661136 memory=8190068 CPUtime=2403.9 cores=0,2,4,6
/proc/882/stat : 882 (java) S 879 882 32641 0 -1 1077944320 2321689 0 0 0 239347 1043 0 0 20 0 15 0 44120002 10917003264 2047517 33554432000 4194304 4196468 140729138673968 140729138656512 139849327685367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
/proc/882/statm: 2665284 2047517 3187 1 0 2627775 0
[pid=882/tid=884] ppid=879 vsize=10661136 memory=14980 CPUtime=34.45 cores=0,2,4,6
/proc/882/task/884/stat : 884 (java) S 879 882 32641 0 -1 1077944384 31309 0 0 0 3423 22 0 0 20 0 15 0 44120002 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139849331921888 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=885] ppid=879 vsize=10661136 memory=6947385649911455296 CPUtime=576.4 cores=0,2,4,6
/proc/882/task/885/stat : 885 (java) R 879 882 32641 0 -1 4202560 330193 0 0 0 57402 238 0 0 20 0 15 0 44120003 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139849253760088 139849309282378 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=886] ppid=879 vsize=10661136 memory=1428 CPUtime=575.47 cores=0,2,4,6
/proc/882/task/886/stat : 886 (java) R 879 882 32641 0 -1 4202560 275187 0 0 0 57305 242 0 0 20 0 15 0 44120003 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139849252706976 139849312635972 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=890] ppid=879 vsize=10661136 memory=12976 CPUtime=575.59 cores=0,2,4,6
/proc/882/task/890/stat : 890 (java) R 879 882 32641 0 -1 4202560 617941 0 0 0 57295 264 0 0 20 0 15 0 44120003 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139849251655000 139849312670608 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=891] ppid=879 vsize=10661136 memory=1696 CPUtime=576.4 cores=0,2,4,6
/proc/882/task/891/stat : 891 (java) R 879 882 32641 0 -1 4202560 877298 0 0 0 57384 256 0 0 20 0 15 0 44120003 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139849250602000 139849309281915 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=892] ppid=879 vsize=10661136 memory=1232 CPUtime=58.95 cores=0,2,4,6
/proc/882/task/892/stat : 892 (java) S 879 882 32641 0 -1 1077944384 158191 0 0 0 5886 9 0 0 20 0 15 0 44120004 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848362955232 139849327695573 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=893] ppid=879 vsize=10661136 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/882/task/893/stat : 893 (java) S 879 882 32641 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 44120005 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848361902944 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=894] ppid=879 vsize=10661136 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/882/task/894/stat : 894 (java) S 879 882 32641 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 44120005 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848360850560 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=897] ppid=879 vsize=10661136 memory=8364 CPUtime=0 cores=0,2,4,6
/proc/882/task/897/stat : 897 (java) S 879 882 32641 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 44120007 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848359798512 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=898] ppid=879 vsize=10661136 memory=4124 CPUtime=3.2 cores=0,2,4,6
/proc/882/task/898/stat : 898 (java) S 879 882 32641 0 -1 1077944384 14570 0 0 0 318 2 0 0 20 0 15 0 44120007 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848358746736 139849327696514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=899] ppid=879 vsize=10661136 memory=2200 CPUtime=2.16 cores=0,2,4,6
/proc/882/task/899/stat : 899 (java) S 879 882 32641 0 -1 1077944384 8055 0 0 0 215 1 0 0 20 0 15 0 44120007 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848357693936 139849327696514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=900] ppid=879 vsize=10661136 memory=0 CPUtime=0.74 cores=0,2,4,6
/proc/882/task/900/stat : 900 (java) S 879 882 32641 0 -1 1077944384 5765 0 0 0 72 2 0 0 20 0 15 0 44120007 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848356641648 139849327696514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=901] ppid=879 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/882/task/901/stat : 901 (java) S 879 882 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44120008 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848355589088 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=902] ppid=879 vsize=10661136 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/882/task/902/stat : 902 (java) S 879 882 32641 0 -1 1077944384 1737 0 0 0 30 16 0 0 20 0 15 0 44120008 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848354535856 139849327696514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
Current children cumulated CPU time: 2403.9 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8190068 KiB

[startup+678.401 s]
/proc/loadavg: 4.56 4.47 3.81 6/217 954
/proc/meminfo: memFree=9844320/32770624 swapFree=67108860/67108860
[pid=882] ppid=879 vsize=10661136 memory=8190068 CPUtime=2407.05 cores=0,2,4,6
/proc/882/stat : 882 (java) S 879 882 32641 0 -1 1077944320 2321692 0 0 0 239662 1043 0 0 20 0 15 0 44120002 10917003264 2047517 33554432000 4194304 4196468 140729138673968 140729138656512 139849327685367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
/proc/882/statm: 2665284 2047517 3187 1 0 2627775 0
[pid=882/tid=884] ppid=879 vsize=10661136 memory=8190068 CPUtime=34.45 cores=0,2,4,6
/proc/882/task/884/stat : 884 (java) S 879 882 32641 0 -1 1077944384 31309 0 0 0 3423 22 0 0 20 0 15 0 44120002 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139849331921888 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=885] ppid=879 vsize=10661136 memory=74 CPUtime=577.2 cores=0,2,4,6
/proc/882/task/885/stat : 885 (java) R 879 882 32641 0 -1 4202560 330196 0 0 0 57482 238 0 0 20 0 15 0 44120003 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139849253760088 139849312140124 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=886] ppid=879 vsize=10661136 memory=8190068 CPUtime=576.23 cores=0,2,4,6
/proc/882/task/886/stat : 886 (java) S 879 882 32641 0 -1 1077944384 275187 0 0 0 57380 243 0 0 20 0 15 0 44120003 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139849252706672 139849327696514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=890] ppid=879 vsize=10661136 memory=14980 CPUtime=576.39 cores=0,2,4,6
/proc/882/task/890/stat : 890 (java) R 879 882 32641 0 -1 4202560 617941 0 0 0 57375 264 0 0 20 0 15 0 44120003 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139849251655000 139849312636082 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=891] ppid=879 vsize=10661136 memory=840 CPUtime=577.2 cores=0,2,4,6
/proc/882/task/891/stat : 891 (java) R 879 882 32641 0 -1 4202560 877298 0 0 0 57464 256 0 0 20 0 15 0 44120003 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139849250602000 139849312383119 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=892] ppid=879 vsize=10661136 memory=1800 CPUtime=58.95 cores=0,2,4,6
/proc/882/task/892/stat : 892 (java) S 879 882 32641 0 -1 1077944384 158191 0 0 0 5886 9 0 0 20 0 15 0 44120004 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848362955232 139849327695573 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=893] ppid=879 vsize=10661136 memory=916 CPUtime=0 cores=0,2,4,6
/proc/882/task/893/stat : 893 (java) S 879 882 32641 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 44120005 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848361902944 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=894] ppid=879 vsize=10661136 memory=8190068 CPUtime=0 cores=0,2,4,6
/proc/882/task/894/stat : 894 (java) S 879 882 32641 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 44120005 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848360850560 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=897] ppid=879 vsize=10661136 memory=8190068 CPUtime=0 cores=0,2,4,6
/proc/882/task/897/stat : 897 (java) S 879 882 32641 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 44120007 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848359798512 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=898] ppid=879 vsize=10661136 memory=8190068 CPUtime=3.2 cores=0,2,4,6
/proc/882/task/898/stat : 898 (java) S 879 882 32641 0 -1 1077944384 14570 0 0 0 318 2 0 0 20 0 15 0 44120007 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848358746736 139849327696514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=899] ppid=879 vsize=10661136 memory=8190068 CPUtime=2.16 cores=0,2,4,6
/proc/882/task/899/stat : 899 (java) S 879 882 32641 0 -1 1077944384 8055 0 0 0 215 1 0 0 20 0 15 0 44120007 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848357693936 139849327696514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=900] ppid=879 vsize=10661136 memory=6947385649911455296 CPUtime=0.74 cores=0,2,4,6
/proc/882/task/900/stat : 900 (java) S 879 882 32641 0 -1 1077944384 5765 0 0 0 72 2 0 0 20 0 15 0 44120007 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848356641648 139849327696514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=901] ppid=879 vsize=10661136 memory=8364 CPUtime=0 cores=0,2,4,6
/proc/882/task/901/stat : 901 (java) S 879 882 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44120008 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848355589088 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=902] ppid=879 vsize=10661136 memory=8190068 CPUtime=0.46 cores=0,2,4,6
/proc/882/task/902/stat : 902 (java) S 879 882 32641 0 -1 1077944384 1737 0 0 0 30 16 0 0 20 0 15 0 44120008 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848354535856 139849327696514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
Current children cumulated CPU time: 2407.05 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8190068 KiB

[startup+678.601 s]
/proc/loadavg: 4.56 4.47 3.81 6/217 954
/proc/meminfo: memFree=9844320/32770624 swapFree=67108860/67108860
[pid=882] ppid=879 vsize=10661136 memory=8190068 CPUtime=2407.84 cores=0,2,4,6
/proc/882/stat : 882 (java) S 879 882 32641 0 -1 1077944320 2321692 0 0 0 239741 1043 0 0 20 0 15 0 44120002 10917003264 2047517 33554432000 4194304 4196468 140729138673968 140729138656512 139849327685367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
/proc/882/statm: 2665284 2047517 3187 1 0 2627775 0
[pid=882/tid=884] ppid=879 vsize=10661136 memory=8190068 CPUtime=34.45 cores=0,2,4,6
/proc/882/task/884/stat : 884 (java) S 879 882 32641 0 -1 1077944384 31309 0 0 0 3423 22 0 0 20 0 15 0 44120002 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139849331921888 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=885] ppid=879 vsize=10661136 memory=8190068 CPUtime=577.39 cores=0,2,4,6
/proc/882/task/885/stat : 885 (java) R 879 882 32641 0 -1 4202560 330196 0 0 0 57501 238 0 0 20 0 15 0 44120003 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139849253759472 139849320313575 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=886] ppid=879 vsize=10661136 memory=8190068 CPUtime=576.42 cores=0,2,4,6
/proc/882/task/886/stat : 886 (java) R 879 882 32641 0 -1 4202560 275187 0 0 0 57399 243 0 0 20 0 15 0 44120003 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139849252706984 139849320313575 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=890] ppid=879 vsize=10661136 memory=8190068 CPUtime=576.59 cores=0,2,4,6
/proc/882/task/890/stat : 890 (java) R 879 882 32641 0 -1 4202560 617941 0 0 0 57395 264 0 0 20 0 15 0 44120003 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139849251655000 139849312635972 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=891] ppid=879 vsize=10661136 memory=8190068 CPUtime=577.4 cores=0,2,4,6
/proc/882/task/891/stat : 891 (java) R 879 882 32641 0 -1 4202560 877298 0 0 0 57484 256 0 0 20 0 15 0 44120003 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139849250602000 139849312383006 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=892] ppid=879 vsize=10661136 memory=0 CPUtime=58.95 cores=0,2,4,6
/proc/882/task/892/stat : 892 (java) S 879 882 32641 0 -1 1077944384 158191 0 0 0 5886 9 0 0 20 0 15 0 44120004 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848362955232 139849327695573 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=893] ppid=879 vsize=10661136 memory=139901380146064 CPUtime=0 cores=0,2,4,6
/proc/882/task/893/stat : 893 (java) S 879 882 32641 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 44120005 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848361902944 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=894] ppid=879 vsize=10661136 memory=6947385649911455296 CPUtime=0 cores=0,2,4,6
/proc/882/task/894/stat : 894 (java) S 879 882 32641 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 44120005 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848360850560 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=897] ppid=879 vsize=10661136 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/882/task/897/stat : 897 (java) S 879 882 32641 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 44120007 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848359798512 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=898] ppid=879 vsize=10661136 memory=1428 CPUtime=3.2 cores=0,2,4,6
/proc/882/task/898/stat : 898 (java) S 879 882 32641 0 -1 1077944384 14570 0 0 0 318 2 0 0 20 0 15 0 44120007 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848358746736 139849327696514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=899] ppid=879 vsize=10661136 memory=12976 CPUtime=2.16 cores=0,2,4,6
/proc/882/task/899/stat : 899 (java) S 879 882 32641 0 -1 1077944384 8055 0 0 0 215 1 0 0 20 0 15 0 44120007 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848357693936 139849327696514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=900] ppid=879 vsize=10661136 memory=8190068 CPUtime=0.74 cores=0,2,4,6
/proc/882/task/900/stat : 900 (java) S 879 882 32641 0 -1 1077944384 5765 0 0 0 72 2 0 0 20 0 15 0 44120007 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848356641648 139849327696514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=901] ppid=879 vsize=10661136 memory=6947385649911455296 CPUtime=0 cores=0,2,4,6
/proc/882/task/901/stat : 901 (java) S 879 882 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44120008 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848355589088 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=902] ppid=879 vsize=10661136 memory=4124 CPUtime=0.46 cores=0,2,4,6
/proc/882/task/902/stat : 902 (java) S 879 882 32641 0 -1 1077944384 1737 0 0 0 30 16 0 0 20 0 15 0 44120008 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848354535856 139849327696514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
Current children cumulated CPU time: 2407.84 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8190068 KiB

[startup+678.701 s]
/proc/loadavg: 4.56 4.47 3.81 6/217 954
/proc/meminfo: memFree=9844320/32770624 swapFree=67108860/67108860
[pid=882] ppid=879 vsize=10661136 memory=8190068 CPUtime=2408.23 cores=0,2,4,6
/proc/882/stat : 882 (java) S 879 882 32641 0 -1 1077944320 2321692 0 0 0 239780 1043 0 0 20 0 15 0 44120002 10917003264 2047517 33554432000 4194304 4196468 140729138673968 140729138656512 139849327685367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
/proc/882/statm: 2665284 2047517 3187 1 0 2627775 0
[pid=882/tid=884] ppid=879 vsize=10661136 memory=8190068 CPUtime=34.45 cores=0,2,4,6
/proc/882/task/884/stat : 884 (java) S 879 882 32641 0 -1 1077944384 31309 0 0 0 3423 22 0 0 20 0 15 0 44120002 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139849331921888 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=885] ppid=879 vsize=10661136 memory=8190068 CPUtime=577.49 cores=0,2,4,6
/proc/882/task/885/stat : 885 (java) R 879 882 32641 0 -1 4202560 330196 0 0 0 57511 238 0 0 20 0 15 0 44120003 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139849253759472 139849320313575 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=886] ppid=879 vsize=10661136 memory=8190068 CPUtime=576.52 cores=0,2,4,6
/proc/882/task/886/stat : 886 (java) R 879 882 32641 0 -1 4202560 275187 0 0 0 57409 243 0 0 20 0 15 0 44120003 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139849252706984 139849320313575 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=890] ppid=879 vsize=10661136 memory=8190068 CPUtime=576.69 cores=0,2,4,6
/proc/882/task/890/stat : 890 (java) R 879 882 32641 0 -1 4202560 617941 0 0 0 57405 264 0 0 20 0 15 0 44120003 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139849251655000 139849312383119 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=891] ppid=879 vsize=10661136 memory=8190068 CPUtime=577.5 cores=0,2,4,6
/proc/882/task/891/stat : 891 (java) R 879 882 32641 0 -1 4202560 877298 0 0 0 57494 256 0 0 20 0 15 0 44120003 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139849250602000 139849312383142 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=892] ppid=879 vsize=10661136 memory=8190068 CPUtime=58.95 cores=0,2,4,6
/proc/882/task/892/stat : 892 (java) S 879 882 32641 0 -1 1077944384 158191 0 0 0 5886 9 0 0 20 0 15 0 44120004 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848362955232 139849327695573 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=893] ppid=879 vsize=10661136 memory=8190068 CPUtime=0 cores=0,2,4,6
/proc/882/task/893/stat : 893 (java) S 879 882 32641 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 44120005 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848361902944 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=894] ppid=879 vsize=10661136 memory=8190068 CPUtime=0 cores=0,2,4,6
/proc/882/task/894/stat : 894 (java) S 879 882 32641 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 44120005 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848360850560 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=897] ppid=879 vsize=10661136 memory=8190068 CPUtime=0 cores=0,2,4,6
/proc/882/task/897/stat : 897 (java) S 879 882 32641 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 44120007 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848359798512 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=898] ppid=879 vsize=10661136 memory=8190068 CPUtime=3.2 cores=0,2,4,6
/proc/882/task/898/stat : 898 (java) S 879 882 32641 0 -1 1077944384 14570 0 0 0 318 2 0 0 20 0 15 0 44120007 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848358746736 139849327696514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=899] ppid=879 vsize=10661136 memory=8190068 CPUtime=2.16 cores=0,2,4,6
/proc/882/task/899/stat : 899 (java) S 879 882 32641 0 -1 1077944384 8055 0 0 0 215 1 0 0 20 0 15 0 44120007 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848357693936 139849327696514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=900] ppid=879 vsize=10661136 memory=8190068 CPUtime=0.74 cores=0,2,4,6
/proc/882/task/900/stat : 900 (java) S 879 882 32641 0 -1 1077944384 5765 0 0 0 72 2 0 0 20 0 15 0 44120007 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848356641648 139849327696514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=901] ppid=879 vsize=10661136 memory=8190068 CPUtime=0 cores=0,2,4,6
/proc/882/task/901/stat : 901 (java) S 879 882 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44120008 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848355589088 139849327695573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
[pid=882/tid=902] ppid=879 vsize=10661136 memory=4140 CPUtime=0.46 cores=0,2,4,6
/proc/882/task/902/stat : 902 (java) S 879 882 32641 0 -1 1077944384 1737 0 0 0 30 16 0 0 20 0 15 0 44120008 10917003264 2047517 33554432000 4194304 4196468 140729138673968 139848354535856 139849327696514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 18976768 140729138680945 140729138681097 140729138681097 140729138683855 0
Current children cumulated CPU time: 2408.23 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8190068 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 678.766
CPU time (s): 2408.32
CPU user time (s): 2397.82
CPU system time (s): 10.5002
CPU usage (%): 354.809
Max. virtual memory (cumulated for all children) (KiB): 10662796
Max. memory (cumulated for all children) (KiB): 8190068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.82
system time used= 10.5002
maximum resident set size= 8190248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2321696
page faults= 0
swaps= 0
block input operations= 0
block output operations= 832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42261
involuntary context switches= 23386


# summary of solver processes directly reported to runsolver:
#   pid: 882
#   total CPU time (s): 2408.32
#   total CPU user time (s): 2397.82
#   total CPU system time (s): 10.5002

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.01004 second user time and 6.7454 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-22 15:19:28
IDJOB=4292038
IDBENCH=141271
IDSOLVER=2742
FILE ID=node136/4292038-1532265567
RUNJOBID= node136-1532260283-32672
PBS_JOBID= 21018966
Free space on /tmp= 56904 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-08-0700_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292038-1532265567/watcher-4292038-1532265567 -o /tmp/evaluation-result-4292038-1532265567/solver-4292038-1532265567 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532260283-32672 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4292038-1532265567.xml

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

MD5SUM BENCH= 1726f38b1078149b3b3b5e51280bc638
RANDOM SEED=1371713889

node136.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.50
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.50
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.50
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.50
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:        19042020 kB
MemAvailable:   29171568 kB
Buffers:          242944 kB
Cached:         10086872 kB
SwapCached:            0 kB
Active:          4053816 kB
Inactive:        9051788 kB
Active(anon):    2778596 kB
Inactive(anon):    16916 kB
Active(file):    1275220 kB
Inactive(file):  9034872 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             97936 kB
Writeback:         73564 kB
AnonPages:       2783124 kB
Mapped:            47624 kB
Shmem:             17036 kB
Slab:             316348 kB
SReclaimable:     247916 kB
SUnreclaim:        68432 kB
KernelStack:        3520 kB
PageTables:        10588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4076544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2670592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 56900 MiB
End job on node136 at 2018-07-22 15:30:47