Trace number 4310220

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
OscaR - Conflict Ordering with restarts 2018-08-14? (TO) 252.096 205.638

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-08-0700_c18.xml
MD5SUM1726f38b1078149b3b3b5e51280bc638
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
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

0.67/0.56	c version: 2018-08-14
0.67/0.56	c seed: 279987923
0.67/0.56	c timeout: 252
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
93.38/60.81	c Parsing done, starting search...
252.05/205.60	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310220-1534331059/watcher-4310220-1534331059 -o /tmp/evaluation-result-4310220-1534331059/solver-4310220-1534331059 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534329094-20216 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 279987923 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310220-1534331059.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=21582, runsolver pid=21579

[startup+0.100058 s]*
/proc/loadavg: 1.96 1.91 1.79 3/220 21597
/proc/meminfo: memFree=23447736/32770624 swapFree=67108840/67108860
[pid=21582] ppid=21579 vsize=14082736 memory=31488 CPUtime=0.12 cores=0,2,4,6
/proc/21582/stat : 21582 (java) S 21579 21582 20185 0 -1 1077944320 6766 0 0 0 11 1 0 0 20 0 15 0 250669169 14420721664 7872 33554432000 4194304 4196468 140735831060256 140735831042800 139733752168183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
/proc/21582/statm: 3520684 7872 3158 1 0 3482761 0
[pid=21582/tid=21584] ppid=21579 vsize=14082736 memory=-8701690554791923071 CPUtime=0.09 cores=0,2,4,6
/proc/21582/task/21584/stat : 21584 (java) R 21579 21582 20185 0 -1 4202560 4815 0 0 0 8 1 0 0 20 0 15 0 250669169 14420721664 7872 33554432000 4194304 4196468 140735831060256 139733756389248 139733752190109 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21585] ppid=21579 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21585/stat : 21585 (java) S 21579 21582 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250669170 14420721664 7872 33554432000 4194304 4196468 140735831060256 139733682256272 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21586] ppid=21579 vsize=14082736 memory=139802643756672 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21586/stat : 21586 (java) S 21579 21582 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250669170 14420721664 7872 33554432000 4194304 4196468 140735831060256 139733681203472 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21587] ppid=21579 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21587/stat : 21587 (java) S 21579 21582 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250669170 14420721664 7872 33554432000 4194304 4196468 140735831060256 139733680151184 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21588] ppid=21579 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21588/stat : 21588 (java) S 21579 21582 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250669170 14420721664 7872 33554432000 4194304 4196468 140735831060256 139733679098384 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21589] ppid=21579 vsize=14082736 memory=139802643756672 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21589/stat : 21589 (java) S 21579 21582 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250669172 14420721664 7872 33554432000 4194304 4196468 140735831060256 139733091437168 139733752179330 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21590] ppid=21579 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21590/stat : 21590 (java) S 21579 21582 20185 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250669172 14420721664 7872 33554432000 4194304 4196468 140735831060256 139733090383136 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21591] ppid=21579 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21591/stat : 21591 (java) S 21579 21582 20185 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250669172 14420721664 7872 33554432000 4194304 4196468 140735831060256 139733089330800 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21592] ppid=21579 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21592/stat : 21592 (java) S 21579 21582 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250669175 14420721664 7872 33554432000 4194304 4196468 140735831060256 139733088279120 139733752186779 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21593] ppid=21579 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21593/stat : 21593 (java) S 21579 21582 20185 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 250669175 14420721664 7872 33554432000 4194304 4196468 140735831060256 139733087225968 139733752179330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21594] ppid=21579 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21594/stat : 21594 (java) S 21579 21582 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250669175 14420721664 7872 33554432000 4194304 4196468 140735831060256 139733086173168 139733752179330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21595] ppid=21579 vsize=14082736 memory=139802643756672 CPUtime=0.01 cores=0,2,4,6
/proc/21582/task/21595/stat : 21595 (java) R 21579 21582 20185 0 -1 4202560 271 0 0 0 1 0 0 0 20 0 15 0 250669175 14420721664 7872 33554432000 4194304 4196468 140735831060256 139733085120880 139733744419703 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21596] ppid=21579 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21596/stat : 21596 (java) S 21579 21582 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250669175 14420721664 7872 33554432000 4194304 4196468 140735831060256 139733084068320 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21597] ppid=21579 vsize=14082736 memory=139802643756672 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21597/stat : 21597 (java) S 21579 21582 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250669175 14420721664 7872 33554432000 4194304 4196468 140735831060256 139733083016112 139733752179330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31488 KiB

[startup+0.214817 s]*
/proc/loadavg: 1.96 1.91 1.79 6/220 21597
/proc/meminfo: memFree=23379528/32770624 swapFree=67108840/67108860
[pid=21582] ppid=21579 vsize=14082736 memory=47280 CPUtime=0.32 cores=0,2,4,6
/proc/21582/stat : 21582 (java) S 21579 21582 20185 0 -1 1077944320 10444 0 0 0 30 2 0 0 20 0 15 0 250669169 14420721664 11820 33554432000 4194304 4196468 140735831060256 140735831042800 139733752168183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
/proc/21582/statm: 3520684 11820 3366 1 0 3482761 0
[pid=21582/tid=21584] ppid=21579 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/21582/task/21584/stat : 21584 (java) S 21579 21582 20185 0 -1 1077944384 8154 0 0 0 19 1 0 0 20 0 15 0 250669169 14420721664 11820 33554432000 4194304 4196468 140735831060256 139733756396064 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21585] ppid=21579 vsize=14082736 memory=365 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21585/stat : 21585 (java) S 21579 21582 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250669170 14420721664 11820 33554432000 4194304 4196468 140735831060256 139733682256272 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21586] ppid=21579 vsize=14082736 memory=288370178795468416 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21586/stat : 21586 (java) S 21579 21582 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250669170 14420721664 11820 33554432000 4194304 4196468 140735831060256 139733681203472 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21587] ppid=21579 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21587/stat : 21587 (java) S 21579 21582 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250669170 14420721664 11820 33554432000 4194304 4196468 140735831060256 139733680151184 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21588] ppid=21579 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21588/stat : 21588 (java) S 21579 21582 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250669170 14420721664 11820 33554432000 4194304 4196468 140735831060256 139733679098384 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21589] ppid=21579 vsize=14082736 memory=139802643756672 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21589/stat : 21589 (java) S 21579 21582 20185 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250669172 14420721664 11820 33554432000 4194304 4196468 140735831060256 139733091437168 139733752179330 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21590] ppid=21579 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21590/stat : 21590 (java) S 21579 21582 20185 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250669172 14420721664 11820 33554432000 4194304 4196468 140735831060256 139733090383136 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21591] ppid=21579 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21591/stat : 21591 (java) S 21579 21582 20185 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250669172 14420721664 11820 33554432000 4194304 4196468 140735831060256 139733089330800 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21592] ppid=21579 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21592/stat : 21592 (java) S 21579 21582 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250669175 14420721664 11820 33554432000 4194304 4196468 140735831060256 139733088279120 139733752186779 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21593] ppid=21579 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/21582/task/21593/stat : 21593 (java) R 21579 21582 20185 0 -1 1077944384 494 0 0 0 2 0 0 0 20 0 15 0 250669175 14420721664 11820 33554432000 4194304 4196468 140735831060256 139733087225968 139733752179330 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21594] ppid=21579 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/21582/task/21594/stat : 21594 (java) S 21579 21582 20185 0 -1 1077944384 114 0 0 0 2 0 0 0 20 0 15 0 250669175 14420721664 11820 33554432000 4194304 4196468 140735831060256 139733086173168 139733752179330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21595] ppid=21579 vsize=14082736 memory=139802643756672 CPUtime=0.06 cores=0,2,4,6
/proc/21582/task/21595/stat : 21595 (java) S 21579 21582 20185 0 -1 1077944384 301 0 0 0 6 0 0 0 20 0 15 0 250669175 14420721664 11820 33554432000 4194304 4196468 140735831060256 139733085120880 139733752179330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21596] ppid=21579 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21596/stat : 21596 (java) S 21579 21582 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250669175 14420721664 11820 33554432000 4194304 4196468 140735831060256 139733084068320 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21597] ppid=21579 vsize=14082736 memory=139802643756672 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21597/stat : 21597 (java) S 21579 21582 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250669175 14420721664 11820 33554432000 4194304 4196468 140735831060256 139733083016112 139733752179330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47280 KiB

[startup+0.310786 s]*
/proc/loadavg: 1.96 1.91 1.79 7/220 21597
/proc/meminfo: memFree=23281660/32770624 swapFree=67108840/67108860
[pid=21582] ppid=21579 vsize=14082736 memory=50404 CPUtime=0.44 cores=0,2,4,6
/proc/21582/stat : 21582 (java) S 21579 21582 20185 0 -1 1077944320 10789 0 0 0 42 2 0 0 20 0 15 0 250669169 14420721664 12601 33554432000 4194304 4196468 140735831060256 140735831042800 139733752168183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
/proc/21582/statm: 3520684 12601 3369 1 0 3482761 0
[pid=21582/tid=21584] ppid=21579 vsize=14082736 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/21582/task/21584/stat : 21584 (java) R 21579 21582 20185 0 -1 4202560 8481 0 0 0 28 1 0 0 20 0 15 0 250669169 14420721664 12601 33554432000 4194304 4196468 140735831060256 139733756379696 139733744405310 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21585] ppid=21579 vsize=14082736 memory=288230613314699287 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21585/stat : 21585 (java) S 21579 21582 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250669170 14420721664 12601 33554432000 4194304 4196468 140735831060256 139733682256272 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21586] ppid=21579 vsize=14082736 memory=288370178795468416 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21586/stat : 21586 (java) S 21579 21582 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250669170 14420721664 12601 33554432000 4194304 4196468 140735831060256 139733681203472 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21587] ppid=21579 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21587/stat : 21587 (java) S 21579 21582 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250669170 14420721664 12652 33554432000 4194304 4196468 140735831060256 139733680151184 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21588] ppid=21579 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21588/stat : 21588 (java) S 21579 21582 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250669170 14420721664 12652 33554432000 4194304 4196468 140735831060256 139733679098384 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21589] ppid=21579 vsize=14082736 memory=139802643756672 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21589/stat : 21589 (java) S 21579 21582 20185 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250669172 14420721664 12652 33554432000 4194304 4196468 140735831060256 139733091437168 139733752179330 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21590] ppid=21579 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21590/stat : 21590 (java) S 21579 21582 20185 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250669172 14420721664 12652 33554432000 4194304 4196468 140735831060256 139733090383136 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21591] ppid=21579 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21591/stat : 21591 (java) S 21579 21582 20185 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250669172 14420721664 12652 33554432000 4194304 4196468 140735831060256 139733089330800 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21592] ppid=21579 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21592/stat : 21592 (java) S 21579 21582 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250669175 14420721664 12652 33554432000 4194304 4196468 140735831060256 139733088279120 139733752186779 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21593] ppid=21579 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/21582/task/21593/stat : 21593 (java) S 21579 21582 20185 0 -1 1077944384 494 0 0 0 2 0 0 0 20 0 15 0 250669175 14420721664 12652 33554432000 4194304 4196468 140735831060256 139733087225968 139733752179330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21594] ppid=21579 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/21582/task/21594/stat : 21594 (java) S 21579 21582 20185 0 -1 1077944384 125 0 0 0 2 0 0 0 20 0 15 0 250669175 14420721664 12652 33554432000 4194304 4196468 140735831060256 139733086173168 139733752179330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21595] ppid=21579 vsize=14082736 memory=139802643756672 CPUtime=0.08 cores=0,2,4,6
/proc/21582/task/21595/stat : 21595 (java) S 21579 21582 20185 0 -1 1077944384 309 0 0 0 8 0 0 0 20 0 15 0 250669175 14420721664 12652 33554432000 4194304 4196468 140735831060256 139733085120880 139733752179330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21596] ppid=21579 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21596/stat : 21596 (java) S 21579 21582 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250669175 14420721664 12652 33554432000 4194304 4196468 140735831060256 139733084068320 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21597] ppid=21579 vsize=14082736 memory=139802643756672 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21597/stat : 21597 (java) S 21579 21582 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250669175 14420721664 12652 33554432000 4194304 4196468 140735831060256 139733083016112 139733752179330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50404 KiB

[startup+0.700793 s]
/proc/loadavg: 1.96 1.91 1.79 3/220 21597
/proc/meminfo: memFree=23197712/32770624 swapFree=67108840/67108860
[pid=21582] ppid=21579 vsize=14084804 memory=89248 CPUtime=0.99 cores=0,2,4,6
/proc/21582/stat : 21582 (java) S 21579 21582 20185 0 -1 1077944320 17636 0 0 0 95 4 0 0 20 0 15 0 250669169 14422839296 22312 33554432000 4194304 4196468 140735831060256 140735831042800 139733752168183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
/proc/21582/statm: 3521201 22312 3505 1 0 3483273 0
[pid=21582/tid=21584] ppid=21579 vsize=14084804 memory=1784 CPUtime=0.67 cores=0,2,4,6
/proc/21582/task/21584/stat : 21584 (java) R 21579 21582 20185 0 -1 4202560 14921 0 0 0 64 3 0 0 20 0 15 0 250669169 14422839296 22312 33554432000 4194304 4196468 140735831060256 139733756379008 139733752190109 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21585] ppid=21579 vsize=14084804 memory=752 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21585/stat : 21585 (java) S 21579 21582 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250669170 14422839296 22312 33554432000 4194304 4196468 140735831060256 139733682256272 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21586] ppid=21579 vsize=14084804 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21586/stat : 21586 (java) S 21579 21582 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250669170 14422839296 22312 33554432000 4194304 4196468 140735831060256 139733681203472 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21587] ppid=21579 vsize=14084804 memory=1828 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21587/stat : 21587 (java) S 21579 21582 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250669170 14422839296 22312 33554432000 4194304 4196468 140735831060256 139733680151184 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21588] ppid=21579 vsize=14084804 memory=5728 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21588/stat : 21588 (java) S 21579 21582 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250669170 14422839296 22312 33554432000 4194304 4196468 140735831060256 139733679098384 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21589] ppid=21579 vsize=14084804 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21589/stat : 21589 (java) S 21579 21582 20185 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250669172 14422839296 22312 33554432000 4194304 4196468 140735831060256 139733091437168 139733752179330 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21590] ppid=21579 vsize=14084804 memory=1092 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21590/stat : 21590 (java) S 21579 21582 20185 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250669172 14422839296 22312 33554432000 4194304 4196468 140735831060256 139733090383136 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21591] ppid=21579 vsize=14084804 memory=836 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21591/stat : 21591 (java) S 21579 21582 20185 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250669172 14422839296 22312 33554432000 4194304 4196468 140735831060256 139733089330800 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21592] ppid=21579 vsize=14084804 memory=10692 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21592/stat : 21592 (java) S 21579 21582 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250669175 14422839296 22312 33554432000 4194304 4196468 140735831060256 139733088279120 139733752186779 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21593] ppid=21579 vsize=14084804 memory=7450174591119418944 CPUtime=0.07 cores=0,2,4,6
/proc/21582/task/21593/stat : 21593 (java) S 21579 21582 20185 0 -1 1077944384 667 0 0 0 7 0 0 0 20 0 15 0 250669175 14422839296 22312 33554432000 4194304 4196468 140735831060256 139733087225968 139733752179330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21594] ppid=21579 vsize=14084804 memory=6444198537895111255 CPUtime=0.08 cores=0,2,4,6
/proc/21582/task/21594/stat : 21594 (java) S 21579 21582 20185 0 -1 1077944384 271 0 0 0 8 0 0 0 20 0 15 0 250669175 14422839296 22312 33554432000 4194304 4196468 140735831060256 139733086173168 139733752179330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21595] ppid=21579 vsize=14084804 memory=7523071198212214892 CPUtime=0.15 cores=0,2,4,6
/proc/21582/task/21595/stat : 21595 (java) S 21579 21582 20185 0 -1 1077944384 396 0 0 0 15 0 0 0 20 0 15 0 250669175 14422839296 22312 33554432000 4194304 4196468 140735831060256 139733085120880 139733752179330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21596] ppid=21579 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21596/stat : 21596 (java) S 21579 21582 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250669175 14422839296 22312 33554432000 4194304 4196468 140735831060256 139733084068320 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21597] ppid=21579 vsize=14084804 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21597/stat : 21597 (java) S 21579 21582 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250669175 14422839296 22312 33554432000 4194304 4196468 140735831060256 139733083016112 139733752179330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89248 KiB

[startup+1.50084 s]
/proc/loadavg: 1.96 1.91 1.79 8/220 21597
/proc/meminfo: memFree=22915004/32770624 swapFree=67108840/67108860
[pid=21582] ppid=21579 vsize=14084804 memory=534720 CPUtime=2.87 cores=0,2,4,6
/proc/21582/stat : 21582 (java) S 21579 21582 20185 0 -1 1077944320 20680 0 0 0 238 49 0 0 20 0 15 0 250669169 14422839296 133680 33554432000 4194304 4196468 140735831060256 140735831042800 139733752168183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
/proc/21582/statm: 3521201 133680 3565 1 0 3483273 0
[pid=21582/tid=21584] ppid=21579 vsize=14084804 memory=0 CPUtime=1.24 cores=0,2,4,6
/proc/21582/task/21584/stat : 21584 (java) R 21579 21582 20185 0 -1 4202560 15123 0 0 0 112 12 0 0 20 0 15 0 250669169 14422839296 133680 33554432000 4194304 4196468 140735831060256 139733756398544 139733355537158 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21585] ppid=21579 vsize=14084804 memory=-8253362762724047225 CPUtime=0.2 cores=0,2,4,6
/proc/21582/task/21585/stat : 21585 (java) S 21579 21582 20185 0 -1 1077944384 489 0 0 0 12 8 0 0 20 0 15 0 250669170 14422839296 133680 33554432000 4194304 4196468 140735831060256 139733682256272 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21586] ppid=21579 vsize=14084804 memory=-8609294068986781045 CPUtime=0.21 cores=0,2,4,6
/proc/21582/task/21586/stat : 21586 (java) S 21579 21582 20185 0 -1 1077944384 448 0 0 0 13 8 0 0 20 0 15 0 250669170 14422839296 133680 33554432000 4194304 4196468 140735831060256 139733681203472 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21587] ppid=21579 vsize=14084804 memory=-6517102902069810590 CPUtime=0.21 cores=0,2,4,6
/proc/21582/task/21587/stat : 21587 (java) S 21579 21582 20185 0 -1 1077944384 320 0 0 0 12 9 0 0 20 0 15 0 250669170 14422839296 133680 33554432000 4194304 4196468 140735831060256 139733680151184 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21588] ppid=21579 vsize=14084804 memory=4134692831991786133 CPUtime=0.19 cores=0,2,4,6
/proc/21582/task/21588/stat : 21588 (java) S 21579 21582 20185 0 -1 1077944384 504 0 0 0 12 7 0 0 20 0 15 0 250669170 14422839296 133680 33554432000 4194304 4196468 140735831060256 139733679098384 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21589] ppid=21579 vsize=14084804 memory=-7165351541977658656 CPUtime=0.01 cores=0,2,4,6
/proc/21582/task/21589/stat : 21589 (java) S 21579 21582 20185 0 -1 1077944384 303 0 0 0 1 0 0 0 20 0 15 0 250669172 14422839296 133680 33554432000 4194304 4196468 140735831060256 139733091437168 139733752179330 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0

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

/proc/21582/task/21584/stat : 21584 (java) S 21579 21582 20185 0 -1 1077944384 26306 0 0 0 4289 24 0 0 20 0 15 0 250669169 14427033600 1422996 33554432000 4194304 4196468 140735831060256 139733756405824 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21585] ppid=21579 vsize=14088900 memory=56 CPUtime=7.61 cores=0,2,4,6
/proc/21582/task/21585/stat : 21585 (java) R 21579 21582 20185 0 -1 4202560 5054 0 0 0 628 133 0 0 20 0 15 0 250669170 14427033600 1422996 33554432000 4194304 4196468 140735831060256 139733682256472 139733736868787 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21586] ppid=21579 vsize=14088900 memory=2 CPUtime=7.68 cores=0,2,4,6
/proc/21582/task/21586/stat : 21586 (java) R 21579 21582 20185 0 -1 4202560 5327 0 0 0 639 129 0 0 20 0 15 0 250669170 14427033600 1422996 33554432000 4194304 4196468 140735831060256 139733681203672 139733736868816 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21587] ppid=21579 vsize=14088900 memory=2 CPUtime=7.64 cores=0,2,4,6
/proc/21582/task/21587/stat : 21587 (java) R 21579 21582 20185 0 -1 4202560 4842 0 0 0 638 126 0 0 20 0 15 0 250669170 14427033600 1422996 33554432000 4194304 4196468 140735831060256 139733680151384 139733736868858 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21588] ppid=21579 vsize=14088900 memory=5378536 CPUtime=7.68 cores=0,2,4,6
/proc/21582/task/21588/stat : 21588 (java) R 21579 21582 20185 0 -1 4202560 4643 0 0 0 641 127 0 0 20 0 15 0 250669170 14427033600 1422996 33554432000 4194304 4196468 140735831060256 139733679098272 139733736868871 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21589] ppid=21579 vsize=14088900 memory=2372 CPUtime=0.21 cores=0,2,4,6
/proc/21582/task/21589/stat : 21589 (java) S 21579 21582 20185 0 -1 1077944384 11165 0 0 0 20 1 0 0 20 0 15 0 250669172 14427033600 1422996 33554432000 4194304 4196468 140735831060256 139733091435712 139733752178389 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21590] ppid=21579 vsize=14088900 memory=164 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21590/stat : 21590 (java) S 21579 21582 20185 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 250669172 14427033600 1422996 33554432000 4194304 4196468 140735831060256 139733090383200 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21591] ppid=21579 vsize=14088900 memory=-8990767739041718176 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21591/stat : 21591 (java) S 21579 21582 20185 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 250669172 14427033600 1422996 33554432000 4194304 4196468 140735831060256 139733089330816 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21592] ppid=21579 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21592/stat : 21592 (java) S 21579 21582 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250669175 14427033600 1422996 33554432000 4194304 4196468 140735831060256 139733088279120 139733752186779 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21593] ppid=21579 vsize=14088900 memory=-1189914978686163229 CPUtime=1.96 cores=0,2,4,6
/proc/21582/task/21593/stat : 21593 (java) S 21579 21582 20185 0 -1 1077944384 7455 0 0 0 195 1 0 0 20 0 15 0 250669175 14427033600 1422996 33554432000 4194304 4196468 140735831060256 139733087225968 139733752179330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21594] ppid=21579 vsize=14088900 memory=-7751062316387021378 CPUtime=1.83 cores=0,2,4,6
/proc/21582/task/21594/stat : 21594 (java) S 21579 21582 20185 0 -1 1077944384 5538 0 0 0 182 1 0 0 20 0 15 0 250669175 14427033600 1422996 33554432000 4194304 4196468 140735831060256 139733086173168 139733752179330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21595] ppid=21579 vsize=14088900 memory=3500 CPUtime=0.81 cores=0,2,4,6
/proc/21582/task/21595/stat : 21595 (java) S 21579 21582 20185 0 -1 1077944384 6147 0 0 0 80 1 0 0 20 0 15 0 250669175 14427033600 1422996 33554432000 4194304 4196468 140735831060256 139733085120880 139733752179330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21596] ppid=21579 vsize=14088900 memory=68260 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21596/stat : 21596 (java) S 21579 21582 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250669175 14427033600 1422996 33554432000 4194304 4196468 140735831060256 139733084068320 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21597] ppid=21579 vsize=14088900 memory=1100 CPUtime=0.02 cores=0,2,4,6
/proc/21582/task/21597/stat : 21597 (java) S 21579 21582 20185 0 -1 1077944384 801 0 0 0 1 1 0 0 20 0 15 0 250669175 14427033600 1422996 33554432000 4194304 4196468 140735831060256 139733083016112 139733752179330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
Current children cumulated CPU time: 78.67 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 5691984 KiB

[startup+102.301 s]
/proc/loadavg: 2.07 1.99 1.83 3/218 21598
/proc/meminfo: memFree=13742744/32770624 swapFree=67108840/67108860
[pid=21582] ppid=21579 vsize=14090948 memory=5963932 CPUtime=147.36 cores=0,2,4,6
/proc/21582/stat : 21582 (java) S 21579 21582 20185 0 -1 1077944320 119236 0 0 0 14144 592 0 0 20 0 15 0 250669169 14429130752 1490983 33554432000 4194304 4196468 140735831060256 140735831042800 139733752168183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
/proc/21582/statm: 3522737 1490983 3611 1 0 3484809 0
[pid=21582/tid=21584] ppid=21579 vsize=14090948 memory=6791534058613427641 CPUtime=89.76 cores=0,2,4,6
/proc/21582/task/21584/stat : 21584 (java) R 21579 21582 20185 0 -1 4202560 36287 0 0 0 8951 25 0 0 20 0 15 0 250669169 14429130752 1490983 33554432000 4194304 4196468 140735831060256 139733756405904 139733364093857 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21585] ppid=21579 vsize=14090948 memory=1224 CPUtime=11.86 cores=0,2,4,6
/proc/21582/task/21585/stat : 21585 (java) S 21579 21582 20185 0 -1 1077944384 7445 0 0 0 1043 143 0 0 20 0 15 0 250669170 14429130752 1490983 33554432000 4194304 4196468 140735831060256 139733682256272 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21586] ppid=21579 vsize=14090948 memory=5963932 CPUtime=11.89 cores=0,2,4,6
/proc/21582/task/21586/stat : 21586 (java) S 21579 21582 20185 0 -1 1077944384 8396 0 0 0 1050 139 0 0 20 0 15 0 250669170 14429130752 1490983 33554432000 4194304 4196468 140735831060256 139733681203472 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21587] ppid=21579 vsize=14090948 memory=5963932 CPUtime=11.92 cores=0,2,4,6
/proc/21582/task/21587/stat : 21587 (java) S 21579 21582 20185 0 -1 1077944384 7562 0 0 0 1057 135 0 0 20 0 15 0 250669170 14429130752 1490983 33554432000 4194304 4196468 140735831060256 139733680151184 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21588] ppid=21579 vsize=14090948 memory=5963932 CPUtime=11.94 cores=0,2,4,6
/proc/21582/task/21588/stat : 21588 (java) S 21579 21582 20185 0 -1 1077944384 8150 0 0 0 1057 137 0 0 20 0 15 0 250669170 14429130752 1490983 33554432000 4194304 4196468 140735831060256 139733679098384 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21589] ppid=21579 vsize=14090948 memory=6791534058613427641 CPUtime=0.46 cores=0,2,4,6
/proc/21582/task/21589/stat : 21589 (java) S 21579 21582 20185 0 -1 1077944384 16659 0 0 0 45 1 0 0 20 0 15 0 250669172 14429130752 1490983 33554432000 4194304 4196468 140735831060256 139733091437168 139733752179330 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21590] ppid=21579 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21590/stat : 21590 (java) S 21579 21582 20185 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 250669172 14429130752 1490983 33554432000 4194304 4196468 140735831060256 139733090383200 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21591] ppid=21579 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21591/stat : 21591 (java) S 21579 21582 20185 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 250669172 14429130752 1490983 33554432000 4194304 4196468 140735831060256 139733089330816 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21592] ppid=21579 vsize=14090948 memory=5 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21592/stat : 21592 (java) S 21579 21582 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250669175 14429130752 1490983 33554432000 4194304 4196468 140735831060256 139733088279120 139733752186779 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21593] ppid=21579 vsize=14090948 memory=279605055794576 CPUtime=4.13 cores=0,2,4,6
/proc/21582/task/21593/stat : 21593 (java) S 21579 21582 20185 0 -1 1077944384 11289 0 0 0 411 2 0 0 20 0 15 0 250669175 14429130752 1490983 33554432000 4194304 4196468 140735831060256 139733087225968 139733752179330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21594] ppid=21579 vsize=14090948 memory=0 CPUtime=3.91 cores=0,2,4,6
/proc/21582/task/21594/stat : 21594 (java) S 21579 21582 20185 0 -1 1077944384 11092 0 0 0 389 2 0 0 20 0 15 0 250669175 14429130752 1490983 33554432000 4194304 4196468 140735831060256 139733086173168 139733752179330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21595] ppid=21579 vsize=14090948 memory=5869188 CPUtime=1.34 cores=0,2,4,6
/proc/21582/task/21595/stat : 21595 (java) S 21579 21582 20185 0 -1 1077944384 10004 0 0 0 132 2 0 0 20 0 15 0 250669175 14429130752 1490983 33554432000 4194304 4196468 140735831060256 139733085120880 139733752179330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21596] ppid=21579 vsize=14090948 memory=2704 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21596/stat : 21596 (java) S 21579 21582 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250669175 14429130752 1490983 33554432000 4194304 4196468 140735831060256 139733084068320 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21597] ppid=21579 vsize=14090948 memory=2868 CPUtime=0.05 cores=0,2,4,6
/proc/21582/task/21597/stat : 21597 (java) S 21579 21582 20185 0 -1 1077944384 904 0 0 0 3 2 0 0 20 0 15 0 250669175 14429130752 1490983 33554432000 4194304 4196468 140735831060256 139733083016112 139733752179330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
Current children cumulated CPU time: 147.36 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 5963932 KiB

[startup+162.301 s]
/proc/loadavg: 2.02 1.99 1.84 3/218 21599
/proc/meminfo: memFree=13750740/32770624 swapFree=67108840/67108860
[pid=21582] ppid=21579 vsize=14090948 memory=5964264 CPUtime=208.22 cores=0,2,4,6
/proc/21582/stat : 21582 (java) S 21579 21582 20185 0 -1 1077944320 128036 0 0 0 20229 593 0 0 20 0 15 0 250669169 14429130752 1491066 33554432000 4194304 4196468 140735831060256 140735831042800 139733752168183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
/proc/21582/statm: 3522737 1491066 3612 1 0 3484809 0
[pid=21582/tid=21584] ppid=21579 vsize=14090948 memory=5964264 CPUtime=149.6 cores=0,2,4,6
/proc/21582/task/21584/stat : 21584 (java) R 21579 21582 20185 0 -1 4202560 38463 0 0 0 14934 26 0 0 20 0 15 0 250669169 14429130752 1491066 33554432000 4194304 4196468 140735831060256 139733756403280 139733358503481 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21585] ppid=21579 vsize=14090948 memory=5964264 CPUtime=12.01 cores=0,2,4,6
/proc/21582/task/21585/stat : 21585 (java) S 21579 21582 20185 0 -1 1077944384 9354 0 0 0 1058 143 0 0 20 0 15 0 250669170 14429130752 1491066 33554432000 4194304 4196468 140735831060256 139733682256272 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21586] ppid=21579 vsize=14090948 memory=5964264 CPUtime=12.04 cores=0,2,4,6
/proc/21582/task/21586/stat : 21586 (java) S 21579 21582 20185 0 -1 1077944384 8907 0 0 0 1065 139 0 0 20 0 15 0 250669170 14429130752 1491066 33554432000 4194304 4196468 140735831060256 139733681203472 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21587] ppid=21579 vsize=14090948 memory=5964264 CPUtime=12.08 cores=0,2,4,6
/proc/21582/task/21587/stat : 21587 (java) S 21579 21582 20185 0 -1 1077944384 8494 0 0 0 1073 135 0 0 20 0 15 0 250669170 14429130752 1491066 33554432000 4194304 4196468 140735831060256 139733680151184 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21588] ppid=21579 vsize=14090948 memory=5964264 CPUtime=12.1 cores=0,2,4,6
/proc/21582/task/21588/stat : 21588 (java) S 21579 21582 20185 0 -1 1077944384 8862 0 0 0 1073 137 0 0 20 0 15 0 250669170 14429130752 1491066 33554432000 4194304 4196468 140735831060256 139733679098384 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21589] ppid=21579 vsize=14090948 memory=836 CPUtime=0.46 cores=0,2,4,6
/proc/21582/task/21589/stat : 21589 (java) S 21579 21582 20185 0 -1 1077944384 16906 0 0 0 45 1 0 0 20 0 15 0 250669172 14429130752 1491066 33554432000 4194304 4196468 140735831060256 139733091437168 139733752179330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21590] ppid=21579 vsize=14090948 memory=10692 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21590/stat : 21590 (java) S 21579 21582 20185 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 250669172 14429130752 1491066 33554432000 4194304 4196468 140735831060256 139733090383200 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21591] ppid=21579 vsize=14090948 memory=5964264 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21591/stat : 21591 (java) S 21579 21582 20185 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 250669172 14429130752 1491066 33554432000 4194304 4196468 140735831060256 139733089330816 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21592] ppid=21579 vsize=14090948 memory=38600 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21592/stat : 21592 (java) S 21579 21582 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250669175 14429130752 1491066 33554432000 4194304 4196468 140735831060256 139733088279120 139733752186779 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21593] ppid=21579 vsize=14090948 memory=0 CPUtime=4.37 cores=0,2,4,6
/proc/21582/task/21593/stat : 21593 (java) S 21579 21582 20185 0 -1 1077944384 11687 0 0 0 435 2 0 0 20 0 15 0 250669175 14429130752 1491066 33554432000 4194304 4196468 140735831060256 139733087225968 139733752179330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21594] ppid=21579 vsize=14090948 memory=0 CPUtime=4.05 cores=0,2,4,6
/proc/21582/task/21594/stat : 21594 (java) S 21579 21582 20185 0 -1 1077944384 11896 0 0 0 403 2 0 0 20 0 15 0 250669175 14429130752 1491066 33554432000 4194304 4196468 140735831060256 139733086173168 139733752179330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21595] ppid=21579 vsize=14090948 memory=5964264 CPUtime=1.35 cores=0,2,4,6
/proc/21582/task/21595/stat : 21595 (java) S 21579 21582 20185 0 -1 1077944384 10905 0 0 0 133 2 0 0 20 0 15 0 250669175 14429130752 1491066 33554432000 4194304 4196468 140735831060256 139733085120880 139733752179330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21596] ppid=21579 vsize=14090948 memory=5964264 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21596/stat : 21596 (java) S 21579 21582 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250669175 14429130752 1491066 33554432000 4194304 4196468 140735831060256 139733084068320 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21597] ppid=21579 vsize=14090948 memory=3500 CPUtime=0.08 cores=0,2,4,6
/proc/21582/task/21597/stat : 21597 (java) S 21579 21582 20185 0 -1 1077944384 1114 0 0 0 5 3 0 0 20 0 15 0 250669175 14429130752 1491066 33554432000 4194304 4196468 140735831060256 139733083016112 139733752179330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
Current children cumulated CPU time: 208.22 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 5964264 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+205.601 s]
/proc/loadavg: 2.01 1.99 1.85 3/219 21601
/proc/meminfo: memFree=13743592/32770624 swapFree=67108840/67108860
[pid=21582] ppid=21579 vsize=14090948 memory=5962260 CPUtime=252.05 cores=0,2,4,6
/proc/21582/stat : 21582 (java) S 21579 21582 20185 0 -1 1077944320 138359 0 0 0 24610 595 0 0 20 0 15 0 250669169 14429130752 1490565 33554432000 4194304 4196468 140735831060256 140735831042800 139733752168183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
/proc/21582/statm: 3522737 1490565 3612 1 0 3484809 0
[pid=21582/tid=21584] ppid=21579 vsize=14090948 memory=0 CPUtime=192.73 cores=0,2,4,6
/proc/21582/task/21584/stat : 21584 (java) R 21579 21582 20185 0 -1 4202560 42162 0 0 0 19247 26 0 0 20 0 15 0 250669169 14429130752 1490565 33554432000 4194304 4196468 140735831060256 139733756406176 139733368014457 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21585] ppid=21579 vsize=14090948 memory=7523661477327759724 CPUtime=12.17 cores=0,2,4,6
/proc/21582/task/21585/stat : 21585 (java) S 21579 21582 20185 0 -1 1077944384 11348 0 0 0 1074 143 0 0 20 0 15 0 250669170 14429130752 1490565 33554432000 4194304 4196468 140735831060256 139733682256272 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21586] ppid=21579 vsize=14090948 memory=1092 CPUtime=12.2 cores=0,2,4,6
/proc/21582/task/21586/stat : 21586 (java) S 21579 21582 20185 0 -1 1077944384 9689 0 0 0 1081 139 0 0 20 0 15 0 250669170 14429130752 1490565 33554432000 4194304 4196468 140735831060256 139733681203472 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21587] ppid=21579 vsize=14090948 memory=836 CPUtime=12.24 cores=0,2,4,6
/proc/21582/task/21587/stat : 21587 (java) S 21579 21582 20185 0 -1 1077944384 9036 0 0 0 1089 135 0 0 20 0 15 0 250669170 14429130752 1490565 33554432000 4194304 4196468 140735831060256 139733680151184 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21588] ppid=21579 vsize=14090948 memory=10692 CPUtime=12.25 cores=0,2,4,6
/proc/21582/task/21588/stat : 21588 (java) S 21579 21582 20185 0 -1 1077944384 9687 0 0 0 1088 137 0 0 20 0 15 0 250669170 14429130752 1490565 33554432000 4194304 4196468 140735831060256 139733679098384 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21589] ppid=21579 vsize=14090948 memory=1620 CPUtime=0.47 cores=0,2,4,6
/proc/21582/task/21589/stat : 21589 (java) S 21579 21582 20185 0 -1 1077944384 17128 0 0 0 45 2 0 0 20 0 15 0 250669172 14429130752 1490565 33554432000 4194304 4196468 140735831060256 139733091437168 139733752179330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21590] ppid=21579 vsize=14090948 memory=7528 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21590/stat : 21590 (java) S 21579 21582 20185 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 250669172 14429130752 1490565 33554432000 4194304 4196468 140735831060256 139733090383200 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21591] ppid=21579 vsize=14090948 memory=800 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21591/stat : 21591 (java) S 21579 21582 20185 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 250669172 14429130752 1490565 33554432000 4194304 4196468 140735831060256 139733089330816 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21592] ppid=21579 vsize=14090948 memory=4096 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21592/stat : 21592 (java) S 21579 21582 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250669175 14429130752 1490565 33554432000 4194304 4196468 140735831060256 139733088279120 139733752186779 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21593] ppid=21579 vsize=14090948 memory=1796 CPUtime=4.39 cores=0,2,4,6
/proc/21582/task/21593/stat : 21593 (java) S 21579 21582 20185 0 -1 1077944384 12695 0 0 0 437 2 0 0 20 0 15 0 250669175 14429130752 1490565 33554432000 4194304 4196468 140735831060256 139733087225968 139733752179330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21594] ppid=21579 vsize=14090948 memory=6791534058613427641 CPUtime=4.05 cores=0,2,4,6
/proc/21582/task/21594/stat : 21594 (java) S 21579 21582 20185 0 -1 1077944384 12738 0 0 0 403 2 0 0 20 0 15 0 250669175 14429130752 1490565 33554432000 4194304 4196468 140735831060256 139733086173168 139733752179330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21595] ppid=21579 vsize=14090948 memory=1828 CPUtime=1.35 cores=0,2,4,6
/proc/21582/task/21595/stat : 21595 (java) S 21579 21582 20185 0 -1 1077944384 11282 0 0 0 133 2 0 0 20 0 15 0 250669175 14429130752 1490565 33554432000 4194304 4196468 140735831060256 139733085120880 139733752179330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21596] ppid=21579 vsize=14090948 memory=5728 CPUtime=0 cores=0,2,4,6
/proc/21582/task/21596/stat : 21596 (java) S 21579 21582 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250669175 14429130752 1490565 33554432000 4194304 4196468 140735831060256 139733084068320 139733752178389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
[pid=21582/tid=21597] ppid=21579 vsize=14090948 memory=1408 CPUtime=0.1 cores=0,2,4,6
/proc/21582/task/21597/stat : 21597 (java) S 21579 21582 20185 0 -1 1077944384 1146 0 0 0 6 4 0 0 20 0 15 0 250669175 14429130752 1490565 33554432000 4194304 4196468 140735831060256 139733083016112 139733752179330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140735831061583 140735831061774 140735831061774 140735831064527 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 5962260 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+205.638 s]
# the end of solver process 21582 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=246.111 s, system=5.98574 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 205.638
CPU time (s): 252.096
CPU user time (s): 246.111
CPU system time (s): 5.98574
CPU usage (%): 122.592
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 5996100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.111
system time used= 5.98574
maximum resident set size= 6049348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138788
page faults= 0
swaps= 0
block input operations= 0
block output operations= 344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10062
involuntary context switches= 962


# summary of solver processes directly reported to runsolver:
#   pid: 21582
#   total CPU time (s): 252.096
#   total CPU user time (s): 246.111
#   total CPU system time (s): 5.98574

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.39512 second user time and 1.90907 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-15 13:04:20
IDJOB=4310220
IDBENCH=141271
IDSOLVER=2795
FILE ID=node135/4310220-1534331059
RUNJOBID= node135-1534329094-20216
PBS_JOBID= 21038158
Free space on /tmp= 46868 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-08-0700_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4310220-1534331059/watcher-4310220-1534331059 -o /tmp/evaluation-result-4310220-1534331059/solver-4310220-1534331059 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534329094-20216 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 279987923 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310220-1534331059.xml

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

MD5SUM BENCH= 1726f38b1078149b3b3b5e51280bc638
RANDOM SEED=279987923

node135.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:        23466476 kB
MemAvailable:   30989380 kB
Buffers:          161724 kB
Cached:          7595836 kB
SwapCached:           20 kB
Active:          5254028 kB
Inactive:        3464636 kB
Active(anon):     910856 kB
Inactive(anon):   111464 kB
Active(file):    4343172 kB
Inactive(file):  3353172 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108840 kB
Dirty:            384732 kB
Writeback:             0 kB
AnonPages:        829452 kB
Mapped:            71328 kB
Shmem:             57996 kB
Slab:             283264 kB
SReclaimable:     255020 kB
SUnreclaim:        28244 kB
KernelStack:        3600 kB
PageTables:         7028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2450900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    708608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 46832 MiB
End job on node135 at 2018-08-15 13:07:46