Trace number 4308347

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) 2520.03 2494.04

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-04-0300_c18.xml
MD5SUMd2f9cd7b3c3026f57264f10c0685d9a6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark26739930
Best CPU time to get the best result obtained on this benchmark2520.12
Satisfiable
(Un)Satisfiability was proved
Number of variables5284
Number of constraints3360
Number of domains68
Minimum domain size1
Maximum domain size135
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":1859},{"size":11,"count":1561},{"size":12,"count":1},{"size":25,"count":10},{"size":29,"count":10},{"size":31,"count":42},{"size":33,"count":12},{"size":36,"count":26},{"size":39,"count":45},{"size":41,"count":7},{"size":45,"count":9},{"size":50,"count":6},{"size":51,"count":9},{"size":53,"count":7},{"size":57,"count":23},{"size":58,"count":6},{"size":61,"count":6},{"size":62,"count":10},{"size":67,"count":13},{"size":73,"count":1},{"size":74,"count":2},{"size":75,"count":8},{"size":77,"count":3},{"size":79,"count":9},{"size":81,"count":11},{"size":83,"count":7},{"size":84,"count":1},{"size":85,"count":1},{"size":87,"count":11},{"size":89,"count":6},{"size":93,"count":4},{"size":95,"count":35},{"size":97,"count":5},{"size":100,"count":29},{"size":102,"count":51},{"size":104,"count":11},{"size":105,"count":5},{"size":107,"count":8},{"size":109,"count":6},{"size":110,"count":32},{"size":117,"count":53},{"size":118,"count":63},{"size":122,"count":30},{"size":127,"count":118},{"size":130,"count":112},{"size":132,"count":30},{"size":135,"count":968}]
Minimum variable degree2
Maximum variable degree1562
Distribution of variable degrees[{"degree":2,"count":4684},{"degree":3,"count":6},{"degree":4,"count":6},{"degree":5,"count":11},{"degree":6,"count":24},{"degree":7,"count":24},{"degree":8,"count":40},{"degree":9,"count":42},{"degree":10,"count":48},{"degree":11,"count":68},{"degree":12,"count":79},{"degree":13,"count":128},{"degree":14,"count":97},{"degree":15,"count":11},{"degree":16,"count":8},{"degree":17,"count":6},{"degree":18,"count":1},{"degree":1562,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":238},{"arity":3,"count":1561},{"arity":6,"count":1561}]
Number of extensional constraints1561
Number of intensional constraints1799
Distribution of constraint types[{"type":"extension","count":1561},{"type":"intension","count":1799}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.66/0.55	c version: 2018-08-14
0.66/0.55	c seed: 971843849
0.66/0.55	c timeout: 2520
0.66/0.56	c memlimit: 11000
0.66/0.56	c nbcore: 4
0.66/0.58	c Parsing instance...
34.96/21.69	c Parsing done, starting search...
2520.00/2494.01	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 (4267 MiB free)
  memory of node 1: 16384 MiB (10980 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308347-1534288076/watcher-4308347-1534288076 -o /tmp/evaluation-result-4308347-1534288076/solver-4308347-1534288076 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534270551-18810 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 971843849 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308347-1534288076.xml 

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

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

solver pid=20852, runsolver pid=20849

[startup+0.100127 s]*
/proc/loadavg: 1.51 1.49 1.43 3/215 20867
/proc/meminfo: memFree=15596124/32770624 swapFree=67108792/67108860
[pid=20852] ppid=20849 vsize=14082736 memory=30488 CPUtime=0.12 cores=1,3,5,7
/proc/20852/stat : 20852 (java) S 20849 20852 17276 0 -1 1077944320 6535 0 0 0 11 1 0 0 20 0 15 0 246370931 14420721664 7622 33554432000 4194304 4196468 140726114781184 140726114763728 140279755992823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
/proc/20852/statm: 3520684 7622 3151 1 0 3482761 0
[pid=20852/tid=20854] ppid=20849 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=1,3,5,7
/proc/20852/task/20854/stat : 20854 (java) R 20849 20852 17276 0 -1 4202560 4573 0 0 0 8 1 0 0 20 0 15 0 246370932 14420721664 7622 33554432000 4194304 4196468 140726114781184 140279760205488 140279741675353 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20855] ppid=20849 vsize=14082736 memory=5793855747619891641 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20855/stat : 20855 (java) S 20849 20852 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246370933 14420721664 7622 33554432000 4194304 4196468 140726114781184 140279686081168 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20856] ppid=20849 vsize=14082736 memory=140496609998464 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20856/stat : 20856 (java) S 20849 20852 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246370933 14420721664 7622 33554432000 4194304 4196468 140726114781184 140279685028368 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20857] ppid=20849 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20857/stat : 20857 (java) S 20849 20852 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246370933 14420721664 7622 33554432000 4194304 4196468 140726114781184 140279683975568 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20858] ppid=20849 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20858/stat : 20858 (java) S 20849 20852 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246370933 14420721664 7622 33554432000 4194304 4196468 140726114781184 140279682922768 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20859] ppid=20849 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20859/stat : 20859 (java) S 20849 20852 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246370934 14420721664 7622 33554432000 4194304 4196468 140726114781184 140278937189232 140279756003970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20860] ppid=20849 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20860/stat : 20860 (java) S 20849 20852 17276 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246370935 14420721664 7622 33554432000 4194304 4196468 140726114781184 140278936135200 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20861] ppid=20849 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20861/stat : 20861 (java) S 20849 20852 17276 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246370935 14420721664 7622 33554432000 4194304 4196468 140726114781184 140278935082352 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20862] ppid=20849 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20862/stat : 20862 (java) S 20849 20852 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246370937 14420721664 7622 33554432000 4194304 4196468 140726114781184 140278866372944 140279756011419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20863] ppid=20849 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20863/stat : 20863 (java) S 20849 20852 17276 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 246370937 14420721664 7622 33554432000 4194304 4196468 140726114781184 140278865320304 140279756003970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20864] ppid=20849 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20864/stat : 20864 (java) S 20849 20852 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246370937 14420721664 7622 33554432000 4194304 4196468 140726114781184 140278864267504 140279756003970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20865] ppid=20849 vsize=14082736 memory=140496609998464 CPUtime=0.01 cores=1,3,5,7
/proc/20852/task/20865/stat : 20865 (java) S 20849 20852 17276 0 -1 1077944384 292 0 0 0 1 0 0 0 20 0 15 0 246370937 14420721664 7622 33554432000 4194304 4196468 140726114781184 140278863214704 140279756003970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20866] ppid=20849 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20866/stat : 20866 (java) S 20849 20852 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246370937 14420721664 7622 33554432000 4194304 4196468 140726114781184 140278862162144 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20867] ppid=20849 vsize=14082736 memory=140496609998464 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20867/stat : 20867 (java) S 20849 20852 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246370938 14420721664 7622 33554432000 4194304 4196468 140726114781184 140278861110448 140279756003970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30488 KiB

[startup+0.210888 s]*
/proc/loadavg: 1.51 1.49 1.43 7/215 20867
/proc/meminfo: memFree=15580372/32770624 swapFree=67108792/67108860
[pid=20852] ppid=20849 vsize=14082736 memory=47140 CPUtime=0.3 cores=1,3,5,7
/proc/20852/stat : 20852 (java) S 20849 20852 17276 0 -1 1077944320 10376 0 0 0 29 1 0 0 20 0 15 0 246370931 14420721664 11785 33554432000 4194304 4196468 140726114781184 140726114763728 140279755992823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
/proc/20852/statm: 3520684 11785 3381 1 0 3482761 0
[pid=20852/tid=20854] ppid=20849 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/20852/task/20854/stat : 20854 (java) R 20849 20852 17276 0 -1 4202560 8064 0 0 0 19 1 0 0 20 0 15 0 246370932 14420721664 11785 33554432000 4194304 4196468 140726114781184 140279760222560 140279740073310 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20855] ppid=20849 vsize=14082736 memory=4211974222814789002 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20855/stat : 20855 (java) S 20849 20852 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246370933 14420721664 11785 33554432000 4194304 4196468 140726114781184 140279686081168 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20856] ppid=20849 vsize=14082736 memory=140496609998464 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20856/stat : 20856 (java) S 20849 20852 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246370933 14420721664 11785 33554432000 4194304 4196468 140726114781184 140279685028368 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20857] ppid=20849 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20857/stat : 20857 (java) S 20849 20852 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246370933 14420721664 11785 33554432000 4194304 4196468 140726114781184 140279683975568 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20858] ppid=20849 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20858/stat : 20858 (java) S 20849 20852 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246370933 14420721664 11785 33554432000 4194304 4196468 140726114781184 140279682922768 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20859] ppid=20849 vsize=14082736 memory=140496609998464 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20859/stat : 20859 (java) S 20849 20852 17276 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246370934 14420721664 11785 33554432000 4194304 4196468 140726114781184 140278937189232 140279756003970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20860] ppid=20849 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20860/stat : 20860 (java) S 20849 20852 17276 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246370935 14420721664 11785 33554432000 4194304 4196468 140726114781184 140278936135200 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20861] ppid=20849 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20861/stat : 20861 (java) S 20849 20852 17276 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246370935 14420721664 11785 33554432000 4194304 4196468 140726114781184 140278935082352 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20862] ppid=20849 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20862/stat : 20862 (java) S 20849 20852 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246370937 14420721664 11785 33554432000 4194304 4196468 140726114781184 140278866372944 140279756011419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20863] ppid=20849 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/20852/task/20863/stat : 20863 (java) S 20849 20852 17276 0 -1 1077944384 512 0 0 0 1 0 0 0 20 0 15 0 246370937 14420721664 11785 33554432000 4194304 4196468 140726114781184 140278865320304 140279756003970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20864] ppid=20849 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/20852/task/20864/stat : 20864 (java) S 20849 20852 17276 0 -1 1077944384 86 0 0 0 1 0 0 0 20 0 15 0 246370937 14420721664 11785 33554432000 4194304 4196468 140726114781184 140278864267504 140279756003970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20865] ppid=20849 vsize=14082736 memory=140496609998464 CPUtime=0.05 cores=1,3,5,7
/proc/20852/task/20865/stat : 20865 (java) R 20849 20852 17276 0 -1 4202560 335 0 0 0 5 0 0 0 20 0 15 0 246370937 14420721664 11785 33554432000 4194304 4196468 140726114781184 140278863212664 140279748229950 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20866] ppid=20849 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20866/stat : 20866 (java) S 20849 20852 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246370937 14420721664 11785 33554432000 4194304 4196468 140726114781184 140278862162144 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20867] ppid=20849 vsize=14082736 memory=140496609998464 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20867/stat : 20867 (java) S 20849 20852 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246370938 14420721664 11785 33554432000 4194304 4196468 140726114781184 140278861110448 140279756003970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47140 KiB

[startup+0.310536 s]*
/proc/loadavg: 1.51 1.49 1.43 3/215 20867
/proc/meminfo: memFree=15576820/32770624 swapFree=67108792/67108860
[pid=20852] ppid=20849 vsize=14082736 memory=50636 CPUtime=0.43 cores=1,3,5,7
/proc/20852/stat : 20852 (java) S 20849 20852 17276 0 -1 1077944320 10778 0 0 0 41 2 0 0 20 0 15 0 246370931 14420721664 12659 33554432000 4194304 4196468 140726114781184 140726114763728 140279755992823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
/proc/20852/statm: 3520684 12659 3384 1 0 3482761 0
[pid=20852/tid=20854] ppid=20849 vsize=14082736 memory=6735269665583770266 CPUtime=0.3 cores=1,3,5,7
/proc/20852/task/20854/stat : 20854 (java) R 20849 20852 17276 0 -1 4202560 8424 0 0 0 29 1 0 0 20 0 15 0 246370932 14420721664 12659 33554432000 4194304 4196468 140726114781184 140279760200656 140279737556383 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20855] ppid=20849 vsize=14082736 memory=4211974222814789002 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20855/stat : 20855 (java) S 20849 20852 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246370933 14420721664 12659 33554432000 4194304 4196468 140726114781184 140279686081168 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20856] ppid=20849 vsize=14082736 memory=280993110534528 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20856/stat : 20856 (java) S 20849 20852 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246370933 14420721664 12659 33554432000 4194304 4196468 140726114781184 140279685028368 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20857] ppid=20849 vsize=14082736 memory=280993001099776 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20857/stat : 20857 (java) S 20849 20852 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246370933 14420721664 12659 33554432000 4194304 4196468 140726114781184 140279683975568 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20858] ppid=20849 vsize=14082736 memory=140496500536079 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20858/stat : 20858 (java) S 20849 20852 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246370933 14420721664 12659 33554432000 4194304 4196468 140726114781184 140279682922768 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20859] ppid=20849 vsize=14082736 memory=280993110543744 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20859/stat : 20859 (java) S 20849 20852 17276 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246370934 14420721664 12659 33554432000 4194304 4196468 140726114781184 140278937189232 140279756003970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20860] ppid=20849 vsize=14082736 memory=140496500540687 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20860/stat : 20860 (java) S 20849 20852 17276 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246370935 14420721664 12659 33554432000 4194304 4196468 140726114781184 140278936135200 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20861] ppid=20849 vsize=14082736 memory=140496500561802 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20861/stat : 20861 (java) S 20849 20852 17276 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246370935 14420721664 12659 33554432000 4194304 4196468 140726114781184 140278935082352 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20862] ppid=20849 vsize=14082736 memory=140496500565938 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20862/stat : 20862 (java) S 20849 20852 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246370937 14420721664 12659 33554432000 4194304 4196468 140726114781184 140278866372944 140279756011419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20863] ppid=20849 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/20852/task/20863/stat : 20863 (java) S 20849 20852 17276 0 -1 1077944384 512 0 0 0 2 0 0 0 20 0 15 0 246370937 14420721664 12659 33554432000 4194304 4196468 140726114781184 140278865320304 140279756003970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20864] ppid=20849 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/20852/task/20864/stat : 20864 (java) S 20849 20852 17276 0 -1 1077944384 105 0 0 0 2 0 0 0 20 0 15 0 246370937 14420721664 12659 33554432000 4194304 4196468 140726114781184 140278864267504 140279756003970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20865] ppid=20849 vsize=14082736 memory=140496609998464 CPUtime=0.07 cores=1,3,5,7
/proc/20852/task/20865/stat : 20865 (java) S 20849 20852 17276 0 -1 1077944384 355 0 0 0 7 0 0 0 20 0 15 0 246370937 14420721664 12659 33554432000 4194304 4196468 140726114781184 140278863214704 140279756003970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20866] ppid=20849 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20866/stat : 20866 (java) S 20849 20852 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246370937 14420721664 12659 33554432000 4194304 4196468 140726114781184 140278862162144 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20867] ppid=20849 vsize=14082736 memory=140496610028952 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20867/stat : 20867 (java) S 20849 20852 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246370938 14420721664 12659 33554432000 4194304 4196468 140726114781184 140278861110448 140279756003970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50636 KiB

[startup+0.700749 s]
/proc/loadavg: 1.51 1.49 1.43 4/215 20867
/proc/meminfo: memFree=15552248/32770624 swapFree=67108792/67108860
[pid=20852] ppid=20849 vsize=14084804 memory=89032 CPUtime=0.98 cores=1,3,5,7
/proc/20852/stat : 20852 (java) S 20849 20852 17276 0 -1 1077944320 17626 0 0 0 94 4 0 0 20 0 15 0 246370931 14422839296 22258 33554432000 4194304 4196468 140726114781184 140726114763728 140279755992823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
/proc/20852/statm: 3521201 22258 3504 1 0 3483273 0
[pid=20852/tid=20854] ppid=20849 vsize=14084804 memory=53 CPUtime=0.67 cores=1,3,5,7
/proc/20852/task/20854/stat : 20854 (java) R 20849 20852 17276 0 -1 4202560 14882 0 0 0 64 3 0 0 20 0 15 0 246370932 14422839296 22258 33554432000 4194304 4196468 140726114781184 140279760207952 140279741266303 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20855] ppid=20849 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20855/stat : 20855 (java) S 20849 20852 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246370933 14422839296 22258 33554432000 4194304 4196468 140726114781184 140279686081168 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20856] ppid=20849 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20856/stat : 20856 (java) S 20849 20852 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246370933 14422839296 22258 33554432000 4194304 4196468 140726114781184 140279685028368 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20857] ppid=20849 vsize=14084804 memory=79 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20857/stat : 20857 (java) S 20849 20852 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246370933 14422839296 22258 33554432000 4194304 4196468 140726114781184 140279683975568 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20858] ppid=20849 vsize=14084804 memory=1 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20858/stat : 20858 (java) S 20849 20852 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246370933 14422839296 22258 33554432000 4194304 4196468 140726114781184 140279682922768 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20859] ppid=20849 vsize=14084804 memory=8564 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20859/stat : 20859 (java) S 20849 20852 17276 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246370934 14422839296 22258 33554432000 4194304 4196468 140726114781184 140278937189232 140279756003970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20860] ppid=20849 vsize=14084804 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20860/stat : 20860 (java) S 20849 20852 17276 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246370935 14422839296 22258 33554432000 4194304 4196468 140726114781184 140278936135200 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20861] ppid=20849 vsize=14084804 memory=1264 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20861/stat : 20861 (java) S 20849 20852 17276 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246370935 14422839296 22258 33554432000 4194304 4196468 140726114781184 140278935082352 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20862] ppid=20849 vsize=14084804 memory=7192 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20862/stat : 20862 (java) S 20849 20852 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246370937 14422839296 22258 33554432000 4194304 4196468 140726114781184 140278866372944 140279756011419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20863] ppid=20849 vsize=14084804 memory=748 CPUtime=0.06 cores=1,3,5,7
/proc/20852/task/20863/stat : 20863 (java) S 20849 20852 17276 0 -1 1077944384 649 0 0 0 6 0 0 0 20 0 15 0 246370937 14422839296 22258 33554432000 4194304 4196468 140726114781184 140278865320304 140279756003970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20864] ppid=20849 vsize=14084804 memory=872 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20864/stat : 20864 (java) S 20849 20852 17276 0 -1 1077944384 267 0 0 0 8 0 0 0 20 0 15 0 246370937 14422839296 22258 33554432000 4194304 4196468 140726114781184 140278864267504 140279756003970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20865] ppid=20849 vsize=14084804 memory=1220 CPUtime=0.14 cores=1,3,5,7
/proc/20852/task/20865/stat : 20865 (java) S 20849 20852 17276 0 -1 1077944384 446 0 0 0 14 0 0 0 20 0 15 0 246370937 14422839296 22258 33554432000 4194304 4196468 140726114781184 140278863214704 140279756003970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20866] ppid=20849 vsize=14084804 memory=1108 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20866/stat : 20866 (java) S 20849 20852 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246370937 14422839296 22258 33554432000 4194304 4196468 140726114781184 140278862162144 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20867] ppid=20849 vsize=14084804 memory=15336 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20867/stat : 20867 (java) S 20849 20852 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246370938 14422839296 22258 33554432000 4194304 4196468 140726114781184 140278861110448 140279756003970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89032 KiB

[startup+1.50089 s]
/proc/loadavg: 1.51 1.49 1.43 3/215 20867
/proc/meminfo: memFree=15315184/32770624 swapFree=67108792/67108860
[pid=20852] ppid=20849 vsize=14086852 memory=455384 CPUtime=3.18 cores=1,3,5,7
/proc/20852/stat : 20852 (java) S 20849 20852 17276 0 -1 1077944320 20666 0 0 0 281 37 0 0 20 0 15 0 246370931 14424936448 113846 33554432000 4194304 4196468 140726114781184 140726114763728 140279755992823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
/proc/20852/statm: 3521713 113846 3558 1 0 3483785 0
[pid=20852/tid=20854] ppid=20849 vsize=14086852 memory=0 CPUtime=1.34 cores=1,3,5,7
/proc/20852/task/20854/stat : 20854 (java) R 20849 20852 17276 0 -1 4202560 15345 0 0 0 125 9 0 0 20 0 15 0 246370932 14424936448 113846 33554432000 4194304 4196468 140726114781184 140279760225440 140279353254626 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20855] ppid=20849 vsize=14086852 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20855/stat : 20855 (java) S 20849 20852 17276 0 -1 1077944384 150 0 0 0 3 5 0 0 20 0 15 0 246370933 14424936448 113846 33554432000 4194304 4196468 140726114781184 140279686081168 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20856] ppid=20849 vsize=14086852 memory=79 CPUtime=0.09 cores=1,3,5,7
/proc/20852/task/20856/stat : 20856 (java) S 20849 20852 17276 0 -1 1077944384 135 0 0 0 4 5 0 0 20 0 15 0 246370933 14424936448 113846 33554432000 4194304 4196468 140726114781184 140279685028368 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20857] ppid=20849 vsize=14086852 memory=1 CPUtime=0.11 cores=1,3,5,7
/proc/20852/task/20857/stat : 20857 (java) S 20849 20852 17276 0 -1 1077944384 168 0 0 0 5 6 0 0 20 0 15 0 246370933 14424936448 113846 33554432000 4194304 4196468 140726114781184 140279683975568 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20858] ppid=20849 vsize=14086852 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/20852/task/20858/stat : 20858 (java) S 20849 20852 17276 0 -1 1077944384 181 0 0 0 4 7 0 0 20 0 15 0 246370933 14424936448 113846 33554432000 4194304 4196468 140726114781184 140279682922768 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20859] ppid=20849 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20859/stat : 20859 (java) S 20849 20852 17276 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 246370934 14424936448 113846 33554432000 4194304 4196468 140726114781184 140278937189232 140279756003970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0

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

/proc/20852/task/20854/stat : 20854 (java) R 20849 20852 17276 0 -1 4202560 169629 0 0 0 231580 75 0 0 20 0 15 0 246370932 14429130752 648105 33554432000 4194304 4196468 140726114781184 140279760230784 140279366575977 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20855] ppid=20849 vsize=14090948 memory=2617044 CPUtime=5.27 cores=1,3,5,7
/proc/20852/task/20855/stat : 20855 (java) S 20849 20852 17276 0 -1 1077944384 25300 0 0 0 446 81 0 0 20 0 15 0 246370933 14429130752 648105 33554432000 4194304 4196468 140726114781184 140279686081168 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20856] ppid=20849 vsize=14090948 memory=2592936 CPUtime=5.26 cores=1,3,5,7
/proc/20852/task/20856/stat : 20856 (java) S 20849 20852 17276 0 -1 1077944384 26294 0 0 0 447 79 0 0 20 0 15 0 246370933 14429130752 648105 33554432000 4194304 4196468 140726114781184 140279685028368 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20857] ppid=20849 vsize=14090948 memory=2592420 CPUtime=5.22 cores=1,3,5,7
/proc/20852/task/20857/stat : 20857 (java) S 20849 20852 17276 0 -1 1077944384 30238 0 0 0 444 78 0 0 20 0 15 0 246370933 14429130752 648105 33554432000 4194304 4196468 140726114781184 140279683975568 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20858] ppid=20849 vsize=14090948 memory=2592936 CPUtime=5.26 cores=1,3,5,7
/proc/20852/task/20858/stat : 20858 (java) S 20849 20852 17276 0 -1 1077944384 26335 0 0 0 452 74 0 0 20 0 15 0 246370933 14429130752 648105 33554432000 4194304 4196468 140726114781184 140279682922768 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20859] ppid=20849 vsize=14090948 memory=2592420 CPUtime=0.31 cores=1,3,5,7
/proc/20852/task/20859/stat : 20859 (java) S 20849 20852 17276 0 -1 1077944384 18319 0 0 0 25 6 0 0 20 0 15 0 246370934 14429130752 648105 33554432000 4194304 4196468 140726114781184 140278937189232 140279756003970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20860] ppid=20849 vsize=14090948 memory=2592420 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20860/stat : 20860 (java) S 20849 20852 17276 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 246370935 14429130752 648105 33554432000 4194304 4196468 140726114781184 140278936135264 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20861] ppid=20849 vsize=14090948 memory=2592420 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20861/stat : 20861 (java) S 20849 20852 17276 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 246370935 14429130752 648105 33554432000 4194304 4196468 140726114781184 140278935082368 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20862] ppid=20849 vsize=14090948 memory=2592420 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20862/stat : 20862 (java) S 20849 20852 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246370937 14429130752 648105 33554432000 4194304 4196468 140726114781184 140278866372944 140279756011419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20863] ppid=20849 vsize=14090948 memory=234428 CPUtime=3.2 cores=1,3,5,7
/proc/20852/task/20863/stat : 20863 (java) S 20849 20852 17276 0 -1 1077944384 11877 0 0 0 318 2 0 0 20 0 15 0 246370937 14429130752 648105 33554432000 4194304 4196468 140726114781184 140278865320304 140279756003970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20864] ppid=20849 vsize=14090948 memory=2592420 CPUtime=3.58 cores=1,3,5,7
/proc/20852/task/20864/stat : 20864 (java) S 20849 20852 17276 0 -1 1077944384 12969 0 0 0 355 3 0 0 20 0 15 0 246370937 14429130752 648105 33554432000 4194304 4196468 140726114781184 140278864267504 140279756003970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20865] ppid=20849 vsize=14090948 memory=2592420 CPUtime=1.25 cores=1,3,5,7
/proc/20852/task/20865/stat : 20865 (java) S 20849 20852 17276 0 -1 1077944384 11385 0 0 0 121 4 0 0 20 0 15 0 246370937 14429130752 648105 33554432000 4194304 4196468 140726114781184 140278863214704 140279756003970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20866] ppid=20849 vsize=14090948 memory=2592420 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20866/stat : 20866 (java) S 20849 20852 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246370937 14429130752 648105 33554432000 4194304 4196468 140726114781184 140278862162144 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20867] ppid=20849 vsize=14090948 memory=2592420 CPUtime=1.28 cores=1,3,5,7
/proc/20852/task/20867/stat : 20867 (java) S 20849 20852 17276 0 -1 1077944384 1972 0 0 0 52 76 0 0 20 0 15 0 246370938 14429130752 648105 33554432000 4194304 4196468 140726114781184 140278861110448 140279756003970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
Current children cumulated CPU time: 2347.28 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2592420 KiB

[startup+2382.3 s]
/proc/loadavg: 1.54 1.61 1.72 3/215 20939
/proc/meminfo: memFree=12647540/32770624 swapFree=67108792/67108860
[pid=20852] ppid=20849 vsize=14090948 memory=2560616 CPUtime=2407.51 cores=1,3,5,7
/proc/20852/stat : 20852 (java) S 20849 20852 17276 0 -1 1077944320 341739 0 0 0 240277 474 0 0 20 0 15 0 246370931 14429130752 640154 33554432000 4194304 4196468 140726114781184 140726114763728 140279755992823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
/proc/20852/statm: 3522737 640154 3609 1 0 3484809 0
[pid=20852/tid=20854] ppid=20849 vsize=14090948 memory=2565744 CPUtime=2376.48 cores=1,3,5,7
/proc/20852/task/20854/stat : 20854 (java) R 20849 20852 17276 0 -1 4202560 172115 0 0 0 237573 75 0 0 20 0 15 0 246370932 14429130752 640154 33554432000 4194304 4196468 140726114781184 140279760231168 140279366575384 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20855] ppid=20849 vsize=14090948 memory=6791534058613427641 CPUtime=5.33 cores=1,3,5,7
/proc/20852/task/20855/stat : 20855 (java) S 20849 20852 17276 0 -1 1077944384 26507 0 0 0 452 81 0 0 20 0 15 0 246370933 14429130752 640154 33554432000 4194304 4196468 140726114781184 140279686081168 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20856] ppid=20849 vsize=14090948 memory=2565744 CPUtime=5.33 cores=1,3,5,7
/proc/20852/task/20856/stat : 20856 (java) S 20849 20852 17276 0 -1 1077944384 26762 0 0 0 454 79 0 0 20 0 15 0 246370933 14429130752 640154 33554432000 4194304 4196468 140726114781184 140279685028368 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20857] ppid=20849 vsize=14090948 memory=2617044 CPUtime=5.29 cores=1,3,5,7
/proc/20852/task/20857/stat : 20857 (java) S 20849 20852 17276 0 -1 1077944384 30785 0 0 0 451 78 0 0 20 0 15 0 246370933 14429130752 640154 33554432000 4194304 4196468 140726114781184 140279683975568 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20858] ppid=20849 vsize=14090948 memory=3892 CPUtime=5.32 cores=1,3,5,7
/proc/20852/task/20858/stat : 20858 (java) S 20849 20852 17276 0 -1 1077944384 27318 0 0 0 458 74 0 0 20 0 15 0 246370933 14429130752 640154 33554432000 4194304 4196468 140726114781184 140279682922768 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20859] ppid=20849 vsize=14090948 memory=2566260 CPUtime=0.33 cores=1,3,5,7
/proc/20852/task/20859/stat : 20859 (java) S 20849 20852 17276 0 -1 1077944384 18602 0 0 0 26 7 0 0 20 0 15 0 246370934 14429130752 640154 33554432000 4194304 4196468 140726114781184 140278937189232 140279756003970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20860] ppid=20849 vsize=14090948 memory=2566260 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20860/stat : 20860 (java) S 20849 20852 17276 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 246370935 14429130752 640154 33554432000 4194304 4196468 140726114781184 140278936135264 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20861] ppid=20849 vsize=14090948 memory=2565744 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20861/stat : 20861 (java) S 20849 20852 17276 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 246370935 14429130752 640154 33554432000 4194304 4196468 140726114781184 140278935082368 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20862] ppid=20849 vsize=14090948 memory=2565744 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20862/stat : 20862 (java) S 20849 20852 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246370937 14429130752 640154 33554432000 4194304 4196468 140726114781184 140278866372944 140279756011419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20863] ppid=20849 vsize=14090948 memory=2565744 CPUtime=3.2 cores=1,3,5,7
/proc/20852/task/20863/stat : 20863 (java) S 20849 20852 17276 0 -1 1077944384 11880 0 0 0 318 2 0 0 20 0 15 0 246370937 14429130752 640154 33554432000 4194304 4196468 140726114781184 140278865320304 140279756003970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20864] ppid=20849 vsize=14090948 memory=2560616 CPUtime=3.58 cores=1,3,5,7
/proc/20852/task/20864/stat : 20864 (java) S 20849 20852 17276 0 -1 1077944384 12971 0 0 0 355 3 0 0 20 0 15 0 246370937 14429130752 640154 33554432000 4194304 4196468 140726114781184 140278864267504 140279756003970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20865] ppid=20849 vsize=14090948 memory=15336 CPUtime=1.25 cores=1,3,5,7
/proc/20852/task/20865/stat : 20865 (java) S 20849 20852 17276 0 -1 1077944384 11388 0 0 0 121 4 0 0 20 0 15 0 246370937 14429130752 640154 33554432000 4194304 4196468 140726114781184 140278863214704 140279756003970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20866] ppid=20849 vsize=14090948 memory=2565744 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20866/stat : 20866 (java) S 20849 20852 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246370937 14429130752 640154 33554432000 4194304 4196468 140726114781184 140278862162144 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20867] ppid=20849 vsize=14090948 memory=0 CPUtime=1.31 cores=1,3,5,7
/proc/20852/task/20867/stat : 20867 (java) S 20849 20852 17276 0 -1 1077944384 2002 0 0 0 53 78 0 0 20 0 15 0 246370938 14429130752 640154 33554432000 4194304 4196468 140726114781184 140278861110448 140279756003970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
Current children cumulated CPU time: 2407.51 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2560616 KiB

[startup+2442.3 s]
/proc/loadavg: 1.61 1.62 1.72 3/215 20940
/proc/meminfo: memFree=12677444/32770624 swapFree=67108792/67108860
[pid=20852] ppid=20849 vsize=14090948 memory=2531888 CPUtime=2467.93 cores=1,3,5,7
/proc/20852/stat : 20852 (java) S 20849 20852 17276 0 -1 1077944320 349051 0 0 0 246317 476 0 0 20 0 15 0 246370931 14429130752 632972 33554432000 4194304 4196468 140726114781184 140726114763728 140279755992823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
/proc/20852/statm: 3522737 632972 3609 1 0 3484809 0
[pid=20852/tid=20854] ppid=20849 vsize=14090948 memory=2535480 CPUtime=2436.32 cores=1,3,5,7
/proc/20852/task/20854/stat : 20854 (java) R 20849 20852 17276 0 -1 4202560 173822 0 0 0 243557 75 0 0 20 0 15 0 246370932 14429130752 632972 33554432000 4194304 4196468 140726114781184 140279760230832 140279364576142 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20855] ppid=20849 vsize=14090948 memory=2541636 CPUtime=5.47 cores=1,3,5,7
/proc/20852/task/20855/stat : 20855 (java) S 20849 20852 17276 0 -1 1077944384 27944 0 0 0 466 81 0 0 20 0 15 0 246370933 14429130752 632972 33554432000 4194304 4196468 140726114781184 140279686081168 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20856] ppid=20849 vsize=14090948 memory=2535480 CPUtime=5.46 cores=1,3,5,7
/proc/20852/task/20856/stat : 20856 (java) S 20849 20852 17276 0 -1 1077944384 28329 0 0 0 467 79 0 0 20 0 15 0 246370933 14429130752 632972 33554432000 4194304 4196468 140726114781184 140279685028368 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20857] ppid=20849 vsize=14090948 memory=2552408 CPUtime=5.42 cores=1,3,5,7
/proc/20852/task/20857/stat : 20857 (java) S 20849 20852 17276 0 -1 1077944384 31766 0 0 0 464 78 0 0 20 0 15 0 246370933 14429130752 632972 33554432000 4194304 4196468 140726114781184 140279683975568 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20858] ppid=20849 vsize=14090948 memory=2548816 CPUtime=5.46 cores=1,3,5,7
/proc/20852/task/20858/stat : 20858 (java) S 20849 20852 17276 0 -1 1077944384 28380 0 0 0 472 74 0 0 20 0 15 0 246370933 14429130752 632972 33554432000 4194304 4196468 140726114781184 140279682922768 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20859] ppid=20849 vsize=14090948 memory=2548816 CPUtime=0.33 cores=1,3,5,7
/proc/20852/task/20859/stat : 20859 (java) S 20849 20852 17276 0 -1 1077944384 19098 0 0 0 26 7 0 0 20 0 15 0 246370934 14429130752 632972 33554432000 4194304 4196468 140726114781184 140278937189232 140279756003970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20860] ppid=20849 vsize=14090948 memory=2545740 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20860/stat : 20860 (java) S 20849 20852 17276 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 246370935 14429130752 632972 33554432000 4194304 4196468 140726114781184 140278936135264 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20861] ppid=20849 vsize=14090948 memory=2541636 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20861/stat : 20861 (java) S 20849 20852 17276 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 246370935 14429130752 632972 33554432000 4194304 4196468 140726114781184 140278935082368 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20862] ppid=20849 vsize=14090948 memory=2535480 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20862/stat : 20862 (java) S 20849 20852 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246370937 14429130752 632972 33554432000 4194304 4196468 140726114781184 140278866372944 140279756011419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20863] ppid=20849 vsize=14090948 memory=2535480 CPUtime=3.2 cores=1,3,5,7
/proc/20852/task/20863/stat : 20863 (java) S 20849 20852 17276 0 -1 1077944384 11885 0 0 0 318 2 0 0 20 0 15 0 246370937 14429130752 632972 33554432000 4194304 4196468 140726114781184 140278865320304 140279756003970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20864] ppid=20849 vsize=14090948 memory=2531888 CPUtime=3.58 cores=1,3,5,7
/proc/20852/task/20864/stat : 20864 (java) S 20849 20852 17276 0 -1 1077944384 12975 0 0 0 355 3 0 0 20 0 15 0 246370937 14429130752 632972 33554432000 4194304 4196468 140726114781184 140278864267504 140279756003970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20865] ppid=20849 vsize=14090948 memory=56 CPUtime=1.25 cores=1,3,5,7
/proc/20852/task/20865/stat : 20865 (java) S 20849 20852 17276 0 -1 1077944384 11395 0 0 0 121 4 0 0 20 0 15 0 246370937 14429130752 632972 33554432000 4194304 4196468 140726114781184 140278863214704 140279756003970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20866] ppid=20849 vsize=14090948 memory=2531888 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20866/stat : 20866 (java) S 20849 20852 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246370937 14429130752 632972 33554432000 4194304 4196468 140726114781184 140278862162144 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20867] ppid=20849 vsize=14090948 memory=2552408 CPUtime=1.35 cores=1,3,5,7
/proc/20852/task/20867/stat : 20867 (java) S 20849 20852 17276 0 -1 1077944384 2048 0 0 0 55 80 0 0 20 0 15 0 246370938 14429130752 632972 33554432000 4194304 4196468 140726114781184 140278861110448 140279756003970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
Current children cumulated CPU time: 2467.93 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2531888 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2494 s]*
/proc/loadavg: 1.59 1.61 1.71 3/215 21021
/proc/meminfo: memFree=15713020/32770624 swapFree=67108792/67108860
[pid=20852] ppid=20849 vsize=14090948 memory=2509312 CPUtime=2520 cores=1,3,5,7
/proc/20852/stat : 20852 (java) S 20849 20852 17276 0 -1 1077944320 352240 0 0 0 251521 479 0 0 20 0 15 0 246370931 14429130752 627328 33554432000 4194304 4196468 140726114781184 140726114763728 140279755992823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
/proc/20852/statm: 3522737 627328 3609 1 0 3484809 0
[pid=20852/tid=20854] ppid=20849 vsize=14090948 memory=6791534058613427641 CPUtime=2487.89 cores=1,3,5,7
/proc/20852/task/20854/stat : 20854 (java) R 20849 20852 17276 0 -1 4202560 174628 0 0 0 248714 75 0 0 20 0 15 0 246370932 14429130752 627328 33554432000 4194304 4196468 140726114781184 140279760231088 140279366905086 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20855] ppid=20849 vsize=14090948 memory=2513420 CPUtime=5.58 cores=1,3,5,7
/proc/20852/task/20855/stat : 20855 (java) S 20849 20852 17276 0 -1 1077944384 28467 0 0 0 477 81 0 0 20 0 15 0 246370933 14429130752 627328 33554432000 4194304 4196468 140726114781184 140279686081168 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20856] ppid=20849 vsize=14090948 memory=2517012 CPUtime=5.57 cores=1,3,5,7
/proc/20852/task/20856/stat : 20856 (java) S 20849 20852 17276 0 -1 1077944384 28734 0 0 0 478 79 0 0 20 0 15 0 246370933 14429130752 627328 33554432000 4194304 4196468 140726114781184 140279685028368 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20857] ppid=20849 vsize=14090948 memory=2517012 CPUtime=5.53 cores=1,3,5,7
/proc/20852/task/20857/stat : 20857 (java) S 20849 20852 17276 0 -1 1077944384 32327 0 0 0 475 78 0 0 20 0 15 0 246370933 14429130752 627328 33554432000 4194304 4196468 140726114781184 140279683975568 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20858] ppid=20849 vsize=14090948 memory=-7003737579269690708 CPUtime=5.57 cores=1,3,5,7
/proc/20852/task/20858/stat : 20858 (java) S 20849 20852 17276 0 -1 1077944384 29169 0 0 0 483 74 0 0 20 0 15 0 246370933 14429130752 627328 33554432000 4194304 4196468 140726114781184 140279682922768 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20859] ppid=20849 vsize=14090948 memory=15336 CPUtime=0.33 cores=1,3,5,7
/proc/20852/task/20859/stat : 20859 (java) S 20849 20852 17276 0 -1 1077944384 19173 0 0 0 26 7 0 0 20 0 15 0 246370934 14429130752 627328 33554432000 4194304 4196468 140726114781184 140278937189232 140279756003970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20860] ppid=20849 vsize=14090948 memory=15840 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20860/stat : 20860 (java) S 20849 20852 17276 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 246370935 14429130752 627328 33554432000 4194304 4196468 140726114781184 140278936135264 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20861] ppid=20849 vsize=14090948 memory=37768 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20861/stat : 20861 (java) S 20849 20852 17276 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 246370935 14429130752 627328 33554432000 4194304 4196468 140726114781184 140278935082368 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20862] ppid=20849 vsize=14090948 memory=3304 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20862/stat : 20862 (java) S 20849 20852 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246370937 14429130752 627328 33554432000 4194304 4196468 140726114781184 140278866372944 140279756011419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20863] ppid=20849 vsize=14090948 memory=496 CPUtime=3.2 cores=1,3,5,7
/proc/20852/task/20863/stat : 20863 (java) S 20849 20852 17276 0 -1 1077944384 11888 0 0 0 318 2 0 0 20 0 15 0 246370937 14429130752 627328 33554432000 4194304 4196468 140726114781184 140278865320304 140279756003970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20864] ppid=20849 vsize=14090948 memory=1616 CPUtime=3.58 cores=1,3,5,7
/proc/20852/task/20864/stat : 20864 (java) S 20849 20852 17276 0 -1 1077944384 12981 0 0 0 355 3 0 0 20 0 15 0 246370937 14429130752 627328 33554432000 4194304 4196468 140726114781184 140278864267504 140279756003970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20865] ppid=20849 vsize=14090948 memory=1168 CPUtime=1.25 cores=1,3,5,7
/proc/20852/task/20865/stat : 20865 (java) S 20849 20852 17276 0 -1 1077944384 11402 0 0 0 121 4 0 0 20 0 15 0 246370937 14429130752 627328 33554432000 4194304 4196468 140726114781184 140278863214704 140279756003970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20866] ppid=20849 vsize=14090948 memory=928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20866/stat : 20866 (java) S 20849 20852 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246370937 14429130752 627328 33554432000 4194304 4196468 140726114781184 140278862162144 140279756003029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
[pid=20852/tid=20867] ppid=20849 vsize=14090948 memory=2420 CPUtime=1.38 cores=1,3,5,7
/proc/20852/task/20867/stat : 20867 (java) S 20849 20852 17276 0 -1 1077944384 2062 0 0 0 56 82 0 0 20 0 15 0 246370938 14429130752 627328 33554432000 4194304 4196468 140726114781184 140278861110448 140279756003970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37953536 140726114784329 140726114784521 140726114784521 140726114787279 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2509312 KiB

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

[startup+2494.04 s]
# the end of solver process 20852 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.22 s, system=4.81049 s

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

Child status: 143
Real time (s): 2494.04
CPU time (s): 2520.03
CPU user time (s): 2515.22
CPU system time (s): 4.81049
CPU usage (%): 101.042
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 4827028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.22
system time used= 4.81049
maximum resident set size= 4861876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 352772
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60218
involuntary context switches= 1075


# summary of solver processes directly reported to runsolver:
#   pid: 20852
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2515.22
#   total CPU system time (s): 4.81049

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4873 second user time and 27.8461 second system time

The end

Launcher Data

Begin job on node150 at 2018-08-15 01:07:57
IDJOB=4308347
IDBENCH=141261
IDSOLVER=2791
FILE ID=node150/4308347-1534288076
RUNJOBID= node150-1534270551-18810
PBS_JOBID= 21038115
Free space on /tmp= 37820 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-04-0300_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-4308347-1534288076/watcher-4308347-1534288076 -o /tmp/evaluation-result-4308347-1534288076/solver-4308347-1534288076 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534270551-18810 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 971843849 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308347-1534288076.xml

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

MD5SUM BENCH= d2f9cd7b3c3026f57264f10c0685d9a6
RANDOM SEED=971843849

node150.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.76
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.76
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.76
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.76
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:        15614332 kB
MemAvailable:   29129696 kB
Buffers:          242448 kB
Cached:         13431688 kB
SwapCached:           32 kB
Active:          9255460 kB
Inactive:        7245848 kB
Active(anon):    2778828 kB
Inactive(anon):   100944 kB
Active(file):    6476632 kB
Inactive(file):  7144904 kB
Unevictable:        7740 kB
Mlocked:            7740 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:            141308 kB
Writeback:             0 kB
AnonPages:       2835112 kB
Mapped:            69384 kB
Shmem:             49732 kB
Slab:             350528 kB
SReclaimable:     322288 kB
SUnreclaim:        28240 kB
KernelStack:        3520 kB
PageTables:        11012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5136240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2635776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 37828 MiB
End job on node150 at 2018-08-15 01:49:31