Trace number 4312425

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-17? (TO) 252.088 231.534

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 benchmark27270670
Best CPU time to get the best result obtained on this benchmark252.074
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.67/0.55	c version: 2018-08-17
0.67/0.55	c seed: 1699275729
0.67/0.55	c timeout: 252
0.67/0.55	c memlimit: 11000
0.67/0.55	c nbcore: 1
0.67/0.57	c Parsing instance...
36.99/23.40	c Parsing done, starting search...
252.04/231.50	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 (13918 MiB free)
  memory of node 1: 16384 MiB (9175 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312425-1534569603/watcher-4312425-1534569603 -o /tmp/evaluation-result-4312425-1534569603/solver-4312425-1534569603 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534569106-5478 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1699275729 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312425-1534569603.xml 

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

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=5817, runsolver pid=5814

[startup+0.100141 s]*
/proc/loadavg: 2.02 1.74 1.40 3/199 5833
/proc/meminfo: memFree=23594584/32770624 swapFree=67108852/67108860
[pid=5817] ppid=5814 vsize=14082736 memory=31952 CPUtime=0.11 cores=1,3,5,7
/proc/5817/stat : 5817 (java) S 5814 5817 1824 0 -1 1077944320 6389 0 0 0 10 1 0 0 20 0 15 0 274523503 14420721664 7988 33554432000 4194304 4196468 140731038975152 140731038957696 140444919168759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
/proc/5817/statm: 3520684 7988 3154 1 0 3482761 0
[pid=5817/tid=5819] ppid=5814 vsize=14082736 memory=-7956310820449840986 CPUtime=0.09 cores=1,3,5,7
/proc/5817/task/5819/stat : 5819 (java) R 5814 5817 1824 0 -1 4202560 4435 0 0 0 8 1 0 0 20 0 15 0 274523504 14420721664 7988 33554432000 4194304 4196468 140731038975152 140444923371880 140444903249246 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5820] ppid=5814 vsize=14082736 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5820/stat : 5820 (java) S 5814 5817 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274523505 14420721664 7988 33554432000 4194304 4196468 140731038975152 140444834237456 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5821] ppid=5814 vsize=14082736 memory=139995478251136 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5821/stat : 5821 (java) S 5814 5817 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274523505 14420721664 7988 33554432000 4194304 4196468 140731038975152 140444833184912 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5822] ppid=5814 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5822/stat : 5822 (java) S 5814 5817 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274523505 14420721664 7988 33554432000 4194304 4196468 140731038975152 140444832131856 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5823] ppid=5814 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5823/stat : 5823 (java) S 5814 5817 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274523505 14420721664 7988 33554432000 4194304 4196468 140731038975152 140444831079312 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5825] ppid=5814 vsize=14082736 memory=139995478251136 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5825/stat : 5825 (java) S 5814 5817 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274523506 14420721664 7988 33554432000 4194304 4196468 140731038975152 140444392990960 140444919179906 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5826] ppid=5814 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5826/stat : 5826 (java) S 5814 5817 1824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274523506 14420721664 7988 33554432000 4194304 4196468 140731038975152 140444391937184 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5827] ppid=5814 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5827/stat : 5827 (java) S 5814 5817 1824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274523507 14420721664 7988 33554432000 4194304 4196468 140731038975152 140444390884080 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5828] ppid=5814 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5828/stat : 5828 (java) S 5814 5817 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523509 14420721664 7988 33554432000 4194304 4196468 140731038975152 140444389832656 140444919187355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5829] ppid=5814 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5829/stat : 5829 (java) S 5814 5817 1824 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 274523509 14420721664 7988 33554432000 4194304 4196468 140731038975152 140444388780784 140444919179906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5830] ppid=5814 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5830/stat : 5830 (java) S 5814 5817 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523509 14420721664 7988 33554432000 4194304 4196468 140731038975152 140444387728240 140444919179906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5831] ppid=5814 vsize=14082736 memory=139995478251136 CPUtime=0.01 cores=1,3,5,7
/proc/5817/task/5831/stat : 5831 (java) S 5814 5817 1824 0 -1 1077944384 277 0 0 0 1 0 0 0 20 0 15 0 274523509 14420721664 7988 33554432000 4194304 4196468 140731038975152 140444386675184 140444919179906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5832] ppid=5814 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5832/stat : 5832 (java) S 5814 5817 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523509 14420721664 7988 33554432000 4194304 4196468 140731038975152 140444385622880 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5833] ppid=5814 vsize=14082736 memory=139995478251136 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5833/stat : 5833 (java) S 5814 5817 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274523509 14420721664 7988 33554432000 4194304 4196468 140731038975152 140444384569904 140444919179906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31952 KiB

[startup+0.210864 s]*
/proc/loadavg: 2.02 1.74 1.40 6/213 5851
/proc/meminfo: memFree=23568656/32770624 swapFree=67108852/67108860
[pid=5817] ppid=5814 vsize=14082736 memory=47764 CPUtime=0.31 cores=1,3,5,7
/proc/5817/stat : 5817 (java) S 5814 5817 1824 0 -1 1077944320 10059 0 0 0 28 3 0 0 20 0 15 0 274523503 14420721664 11941 33554432000 4194304 4196468 140731038975152 140731038957696 140444919168759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
/proc/5817/statm: 3520684 11941 3366 1 0 3482761 0
[pid=5817/tid=5819] ppid=5814 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/5817/task/5819/stat : 5819 (java) R 5814 5817 1824 0 -1 4202560 7767 0 0 0 18 2 0 0 20 0 15 0 274523504 14420721664 11941 33554432000 4194304 4196468 140731038975152 140444923397280 140444919180694 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5820] ppid=5814 vsize=14082736 memory=345 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5820/stat : 5820 (java) S 5814 5817 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274523505 14420721664 11941 33554432000 4194304 4196468 140731038975152 140444834237456 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5821] ppid=5814 vsize=14082736 memory=139995478257235 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5821/stat : 5821 (java) S 5814 5817 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274523505 14420721664 11941 33554432000 4194304 4196468 140731038975152 140444833184912 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5822] ppid=5814 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5822/stat : 5822 (java) S 5814 5817 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274523505 14420721664 11941 33554432000 4194304 4196468 140731038975152 140444832131856 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5823] ppid=5814 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5823/stat : 5823 (java) S 5814 5817 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274523505 14420721664 11941 33554432000 4194304 4196468 140731038975152 140444831079312 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5825] ppid=5814 vsize=14082736 memory=139995478251136 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5825/stat : 5825 (java) S 5814 5817 1824 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274523506 14420721664 11941 33554432000 4194304 4196468 140731038975152 140444392990960 140444919179906 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5826] ppid=5814 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5826/stat : 5826 (java) S 5814 5817 1824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274523506 14420721664 11941 33554432000 4194304 4196468 140731038975152 140444391937184 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5827] ppid=5814 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5827/stat : 5827 (java) S 5814 5817 1824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274523507 14420721664 11941 33554432000 4194304 4196468 140731038975152 140444390884080 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5828] ppid=5814 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5828/stat : 5828 (java) S 5814 5817 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523509 14420721664 11941 33554432000 4194304 4196468 140731038975152 140444389832656 140444919187355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5829] ppid=5814 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5817/task/5829/stat : 5829 (java) S 5814 5817 1824 0 -1 1077944384 456 0 0 0 2 0 0 0 20 0 15 0 274523509 14420721664 11941 33554432000 4194304 4196468 140731038975152 140444388780784 140444919179906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5830] ppid=5814 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/5817/task/5830/stat : 5830 (java) S 5814 5817 1824 0 -1 1077944384 164 0 0 0 1 0 0 0 20 0 15 0 274523509 14420721664 11941 33554432000 4194304 4196468 140731038975152 140444387728240 140444919179906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5831] ppid=5814 vsize=14082736 memory=139995478251136 CPUtime=0.05 cores=1,3,5,7
/proc/5817/task/5831/stat : 5831 (java) R 5814 5817 1824 0 -1 4202560 297 0 0 0 5 0 0 0 20 0 15 0 274523509 14420721664 11941 33554432000 4194304 4196468 140731038975152 140444386671720 140444896763489 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5832] ppid=5814 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5832/stat : 5832 (java) S 5814 5817 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523509 14420721664 11941 33554432000 4194304 4196468 140731038975152 140444385622880 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5833] ppid=5814 vsize=14082736 memory=139995478251136 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5833/stat : 5833 (java) S 5814 5817 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274523509 14420721664 11941 33554432000 4194304 4196468 140731038975152 140444384569904 140444919179906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47764 KiB

[startup+0.31096 s]*
/proc/loadavg: 2.02 1.74 1.40 3/219 5857
/proc/meminfo: memFree=23550292/32770624 swapFree=67108852/67108860
[pid=5817] ppid=5814 vsize=14082736 memory=51356 CPUtime=0.44 cores=1,3,5,7
/proc/5817/stat : 5817 (java) S 5814 5817 1824 0 -1 1077944320 10412 0 0 0 41 3 0 0 20 0 15 0 274523503 14420721664 12839 33554432000 4194304 4196468 140731038975152 140731038957696 140444919168759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
/proc/5817/statm: 3520684 12839 3410 1 0 3482761 0
[pid=5817/tid=5819] ppid=5814 vsize=14082736 memory=-8253362762721355408 CPUtime=0.3 cores=1,3,5,7
/proc/5817/task/5819/stat : 5819 (java) R 5814 5817 1824 0 -1 4202560 8093 0 0 0 28 2 0 0 20 0 15 0 274523504 14420721664 12839 33554432000 4194304 4196468 140731038975152 140444923378112 140444899444089 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5820] ppid=5814 vsize=14082736 memory=4122819170707441977 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5820/stat : 5820 (java) S 5814 5817 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274523505 14420721664 12839 33554432000 4194304 4196468 140731038975152 140444834237456 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5821] ppid=5814 vsize=14082736 memory=139995478251136 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5821/stat : 5821 (java) S 5814 5817 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274523505 14420721664 12839 33554432000 4194304 4196468 140731038975152 140444833184912 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5822] ppid=5814 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5822/stat : 5822 (java) S 5814 5817 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274523505 14420721664 12839 33554432000 4194304 4196468 140731038975152 140444832131856 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5823] ppid=5814 vsize=14082736 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5823/stat : 5823 (java) S 5814 5817 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274523505 14420721664 12839 33554432000 4194304 4196468 140731038975152 140444831079312 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5825] ppid=5814 vsize=14082736 memory=139995478251136 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5825/stat : 5825 (java) S 5814 5817 1824 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274523506 14420721664 12839 33554432000 4194304 4196468 140731038975152 140444392990960 140444919179906 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5826] ppid=5814 vsize=14082736 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5826/stat : 5826 (java) S 5814 5817 1824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274523506 14420721664 12839 33554432000 4194304 4196468 140731038975152 140444391937184 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5827] ppid=5814 vsize=14082736 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5827/stat : 5827 (java) S 5814 5817 1824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274523507 14420721664 12839 33554432000 4194304 4196468 140731038975152 140444390884080 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5828] ppid=5814 vsize=14082736 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5828/stat : 5828 (java) S 5814 5817 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523509 14420721664 12839 33554432000 4194304 4196468 140731038975152 140444389832656 140444919187355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5829] ppid=5814 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5817/task/5829/stat : 5829 (java) S 5814 5817 1824 0 -1 1077944384 462 0 0 0 2 0 0 0 20 0 15 0 274523509 14420721664 12839 33554432000 4194304 4196468 140731038975152 140444388780784 140444919179906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5830] ppid=5814 vsize=14082736 memory=14420721663 CPUtime=0.02 cores=1,3,5,7
/proc/5817/task/5830/stat : 5830 (java) S 5814 5817 1824 0 -1 1077944384 169 0 0 0 2 0 0 0 20 0 15 0 274523509 14420721664 12839 33554432000 4194304 4196468 140731038975152 140444387728240 140444919179906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5831] ppid=5814 vsize=14082736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5817/task/5831/stat : 5831 (java) S 5814 5817 1824 0 -1 1077944384 307 0 0 0 7 0 0 0 20 0 15 0 274523509 14420721664 12839 33554432000 4194304 4196468 140731038975152 140444386675184 140444919179906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5832] ppid=5814 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5832/stat : 5832 (java) S 5814 5817 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523509 14420721664 12839 33554432000 4194304 4196468 140731038975152 140444385622880 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5833] ppid=5814 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5833/stat : 5833 (java) S 5814 5817 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274523509 14420721664 12839 33554432000 4194304 4196468 140731038975152 140444384569904 140444919179906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51356 KiB

[startup+0.70076 s]
/proc/loadavg: 2.02 1.74 1.40 4/219 5857
/proc/meminfo: memFree=23515068/32770624 swapFree=67108852/67108860
[pid=5817] ppid=5814 vsize=14084804 memory=89276 CPUtime=0.99 cores=1,3,5,7
/proc/5817/stat : 5817 (java) S 5814 5817 1824 0 -1 1077944320 17135 0 0 0 94 5 0 0 20 0 15 0 274523503 14422839296 22319 33554432000 4194304 4196468 140731038975152 140731038957696 140444919168759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
/proc/5817/statm: 3521201 22319 3505 1 0 3483273 0
[pid=5817/tid=5819] ppid=5814 vsize=14084804 memory=139998753980840 CPUtime=0.67 cores=1,3,5,7
/proc/5817/task/5819/stat : 5819 (java) R 5814 5817 1824 0 -1 4202560 14439 0 0 0 64 3 0 0 20 0 15 0 274523504 14422839296 22319 33554432000 4194304 4196468 140731038975152 140444923402072 140444886770195 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5820] ppid=5814 vsize=14084804 memory=279990663290416 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5820/stat : 5820 (java) S 5814 5817 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274523505 14422839296 22319 33554432000 4194304 4196468 140731038975152 140444834237456 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5821] ppid=5814 vsize=14084804 memory=6452 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5821/stat : 5821 (java) S 5814 5817 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274523505 14422839296 22319 33554432000 4194304 4196468 140731038975152 140444833184912 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5822] ppid=5814 vsize=14084804 memory=14892 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5822/stat : 5822 (java) S 5814 5817 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274523505 14422839296 22319 33554432000 4194304 4196468 140731038975152 140444832131856 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5823] ppid=5814 vsize=14084804 memory=13920 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5823/stat : 5823 (java) S 5814 5817 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274523505 14422839296 22319 33554432000 4194304 4196468 140731038975152 140444831079312 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5825] ppid=5814 vsize=14084804 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5825/stat : 5825 (java) S 5814 5817 1824 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274523506 14422839296 22319 33554432000 4194304 4196468 140731038975152 140444392990960 140444919179906 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5826] ppid=5814 vsize=14084804 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5826/stat : 5826 (java) S 5814 5817 1824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274523506 14422839296 22319 33554432000 4194304 4196468 140731038975152 140444391937184 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5827] ppid=5814 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5827/stat : 5827 (java) S 5814 5817 1824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274523507 14422839296 22319 33554432000 4194304 4196468 140731038975152 140444390884080 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5828] ppid=5814 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5828/stat : 5828 (java) S 5814 5817 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523509 14422839296 22319 33554432000 4194304 4196468 140731038975152 140444389832656 140444919187355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5829] ppid=5814 vsize=14084804 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/5817/task/5829/stat : 5829 (java) S 5814 5817 1824 0 -1 1077944384 616 0 0 0 7 0 0 0 20 0 15 0 274523509 14422839296 22319 33554432000 4194304 4196468 140731038975152 140444388780784 140444919179906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5830] ppid=5814 vsize=14084804 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5817/task/5830/stat : 5830 (java) S 5814 5817 1824 0 -1 1077944384 331 0 0 0 7 0 0 0 20 0 15 0 274523509 14422839296 22319 33554432000 4194304 4196468 140731038975152 140444387728240 140444919179906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5831] ppid=5814 vsize=14084804 memory=6944656592455360604 CPUtime=0.15 cores=1,3,5,7
/proc/5817/task/5831/stat : 5831 (java) S 5814 5817 1824 0 -1 1077944384 368 0 0 0 15 0 0 0 20 0 15 0 274523509 14422839296 22319 33554432000 4194304 4196468 140731038975152 140444386675184 140444919179906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5832] ppid=5814 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5832/stat : 5832 (java) S 5814 5817 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523509 14422839296 22319 33554432000 4194304 4196468 140731038975152 140444385622880 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5833] ppid=5814 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5833/stat : 5833 (java) S 5814 5817 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274523509 14422839296 22319 33554432000 4194304 4196468 140731038975152 140444384569904 140444919179906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89276 KiB

[startup+1.50076 s]
/proc/loadavg: 2.02 1.74 1.40 3/219 5857
/proc/meminfo: memFree=23195408/32770624 swapFree=67108852/67108860
[pid=5817] ppid=5814 vsize=14086852 memory=455256 CPUtime=3.2 cores=1,3,5,7
/proc/5817/stat : 5817 (java) S 5814 5817 1824 0 -1 1077944320 20182 0 0 0 285 35 0 0 20 0 15 0 274523503 14424936448 113814 33554432000 4194304 4196468 140731038975152 140731038957696 140444919168759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
/proc/5817/statm: 3521713 113814 3559 1 0 3483785 0
[pid=5817/tid=5819] ppid=5814 vsize=14086852 memory=7517740607177517932 CPUtime=1.35 cores=1,3,5,7
/proc/5817/task/5819/stat : 5819 (java) R 5814 5817 1824 0 -1 4202560 14901 0 0 0 127 8 0 0 20 0 15 0 274523504 14424936448 113814 33554432000 4194304 4196468 140731038975152 140444923402400 140444898893792 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5820] ppid=5814 vsize=14086852 memory=6452 CPUtime=0.09 cores=1,3,5,7
/proc/5817/task/5820/stat : 5820 (java) S 5814 5817 1824 0 -1 1077944384 151 0 0 0 4 5 0 0 20 0 15 0 274523505 14424936448 113814 33554432000 4194304 4196468 140731038975152 140444834237456 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5821] ppid=5814 vsize=14086852 memory=14892 CPUtime=0.11 cores=1,3,5,7
/proc/5817/task/5821/stat : 5821 (java) S 5814 5817 1824 0 -1 1077944384 186 0 0 0 5 6 0 0 20 0 15 0 274523505 14424936448 113814 33554432000 4194304 4196468 140731038975152 140444833184912 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5822] ppid=5814 vsize=14086852 memory=7014751519650306146 CPUtime=0.09 cores=1,3,5,7
/proc/5817/task/5822/stat : 5822 (java) S 5814 5817 1824 0 -1 1077944384 97 0 0 0 4 5 0 0 20 0 15 0 274523505 14424936448 113814 33554432000 4194304 4196468 140731038975152 140444832131856 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5823] ppid=5814 vsize=14086852 memory=7306056134608447849 CPUtime=0.12 cores=1,3,5,7
/proc/5817/task/5823/stat : 5823 (java) S 5814 5817 1824 0 -1 1077944384 194 0 0 0 5 7 0 0 20 0 15 0 274523505 14424936448 113814 33554432000 4194304 4196468 140731038975152 140444831079312 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5825] ppid=5814 vsize=14086852 memory=5868024745192287338 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5825/stat : 5825 (java) S 5814 5817 1824 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 274523506 14424936448 113814 33554432000 4194304 4196468 140731038975152 140444392990960 140444919179906 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0

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

/proc/5817/task/5819/stat : 5819 (java) R 5814 5817 1824 0 -1 4202560 40485 0 0 0 15746 42 0 0 20 0 15 0 274523504 14429130752 1218090 33554432000 4194304 4196468 140731038975152 140444923406768 140444521508745 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5820] ppid=5814 vsize=14090948 memory=4872360 CPUtime=4.1 cores=1,3,5,7
/proc/5817/task/5820/stat : 5820 (java) S 5814 5817 1824 0 -1 1077944384 4209 0 0 0 343 67 0 0 20 0 15 0 274523505 14429130752 1218090 33554432000 4194304 4196468 140731038975152 140444834237456 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5821] ppid=5814 vsize=14090948 memory=4872360 CPUtime=4.15 cores=1,3,5,7
/proc/5817/task/5821/stat : 5821 (java) S 5814 5817 1824 0 -1 1077944384 3528 0 0 0 348 67 0 0 20 0 15 0 274523505 14429130752 1218090 33554432000 4194304 4196468 140731038975152 140444833184912 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5822] ppid=5814 vsize=14090948 memory=4872360 CPUtime=4.1 cores=1,3,5,7
/proc/5817/task/5822/stat : 5822 (java) S 5814 5817 1824 0 -1 1077944384 3058 0 0 0 346 64 0 0 20 0 15 0 274523505 14429130752 1218090 33554432000 4194304 4196468 140731038975152 140444832131856 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5823] ppid=5814 vsize=14090948 memory=4872360 CPUtime=4.15 cores=1,3,5,7
/proc/5817/task/5823/stat : 5823 (java) S 5814 5817 1824 0 -1 1077944384 3976 0 0 0 346 69 0 0 20 0 15 0 274523505 14429130752 1218090 33554432000 4194304 4196468 140731038975152 140444831079312 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5825] ppid=5814 vsize=14090948 memory=3708 CPUtime=0.19 cores=1,3,5,7
/proc/5817/task/5825/stat : 5825 (java) S 5814 5817 1824 0 -1 1077944384 10473 0 0 0 19 0 0 0 20 0 15 0 274523506 14429130752 1218090 33554432000 4194304 4196468 140731038975152 140444392990960 140444919179906 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5826] ppid=5814 vsize=14090948 memory=3708 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5826/stat : 5826 (java) S 5814 5817 1824 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 274523506 14429130752 1218090 33554432000 4194304 4196468 140731038975152 140444391937248 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5827] ppid=5814 vsize=14090948 memory=6964 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5827/stat : 5827 (java) S 5814 5817 1824 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 274523507 14429130752 1218090 33554432000 4194304 4196468 140731038975152 140444390884096 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5828] ppid=5814 vsize=14090948 memory=4872360 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5828/stat : 5828 (java) S 5814 5817 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523509 14429130752 1218090 33554432000 4194304 4196468 140731038975152 140444389832656 140444919187355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5829] ppid=5814 vsize=14090948 memory=4872360 CPUtime=3.46 cores=1,3,5,7
/proc/5817/task/5829/stat : 5829 (java) S 5814 5817 1824 0 -1 1077944384 8620 0 0 0 344 2 0 0 20 0 15 0 274523509 14429130752 1218090 33554432000 4194304 4196468 140731038975152 140444388780784 140444919179906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5830] ppid=5814 vsize=14090948 memory=6964 CPUtime=3.26 cores=1,3,5,7
/proc/5817/task/5830/stat : 5830 (java) S 5814 5817 1824 0 -1 1077944384 6881 0 0 0 325 1 0 0 20 0 15 0 274523509 14429130752 1218090 33554432000 4194304 4196468 140731038975152 140444387728240 140444919179906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5831] ppid=5814 vsize=14090948 memory=1100 CPUtime=1.24 cores=1,3,5,7
/proc/5817/task/5831/stat : 5831 (java) S 5814 5817 1824 0 -1 1077944384 13005 0 0 0 122 2 0 0 20 0 15 0 274523509 14429130752 1218090 33554432000 4194304 4196468 140731038975152 140444386675184 140444919179906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5832] ppid=5814 vsize=14090948 memory=4872360 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5832/stat : 5832 (java) S 5814 5817 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523509 14429130752 1218090 33554432000 4194304 4196468 140731038975152 140444385622880 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5833] ppid=5814 vsize=14090948 memory=3340 CPUtime=0.07 cores=1,3,5,7
/proc/5817/task/5833/stat : 5833 (java) S 5814 5817 1824 0 -1 1077944384 992 0 0 0 3 4 0 0 20 0 15 0 274523509 14429130752 1218090 33554432000 4194304 4196468 140731038975152 140444384569904 140444919179906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
Current children cumulated CPU time: 182.69 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 4872360 KiB

[startup+222.301 s]
/proc/loadavg: 2.02 1.95 1.56 3/219 5860
/proc/meminfo: memFree=14214924/32770624 swapFree=67108852/67108860
[pid=5817] ppid=5814 vsize=14090948 memory=4873152 CPUtime=242.83 cores=1,3,5,7
/proc/5817/stat : 5817 (java) S 5814 5817 1824 0 -1 1077944320 106863 0 0 0 23958 325 0 0 20 0 15 0 274523503 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140731038957696 140444919168759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
/proc/5817/statm: 3522737 1218288 3608 1 0 3484809 0
[pid=5817/tid=5819] ppid=5814 vsize=14090948 memory=4873152 CPUtime=217.85 cores=1,3,5,7
/proc/5817/task/5819/stat : 5819 (java) R 5814 5817 1824 0 -1 4202560 45195 0 0 0 21741 44 0 0 20 0 15 0 274523504 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444923406736 140444521238106 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5820] ppid=5814 vsize=14090948 memory=4873152 CPUtime=4.11 cores=1,3,5,7
/proc/5817/task/5820/stat : 5820 (java) S 5814 5817 1824 0 -1 1077944384 4794 0 0 0 344 67 0 0 20 0 15 0 274523505 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444834237456 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5821] ppid=5814 vsize=14090948 memory=4873152 CPUtime=4.16 cores=1,3,5,7
/proc/5817/task/5821/stat : 5821 (java) S 5814 5817 1824 0 -1 1077944384 4481 0 0 0 349 67 0 0 20 0 15 0 274523505 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444833184912 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5822] ppid=5814 vsize=14090948 memory=4873152 CPUtime=4.11 cores=1,3,5,7
/proc/5817/task/5822/stat : 5822 (java) S 5814 5817 1824 0 -1 1077944384 3538 0 0 0 347 64 0 0 20 0 15 0 274523505 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444832131856 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5823] ppid=5814 vsize=14090948 memory=4873152 CPUtime=4.17 cores=1,3,5,7
/proc/5817/task/5823/stat : 5823 (java) S 5814 5817 1824 0 -1 1077944384 4549 0 0 0 348 69 0 0 20 0 15 0 274523505 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444831079312 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5825] ppid=5814 vsize=14090948 memory=4873152 CPUtime=0.2 cores=1,3,5,7
/proc/5817/task/5825/stat : 5825 (java) S 5814 5817 1824 0 -1 1077944384 10681 0 0 0 19 1 0 0 20 0 15 0 274523506 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444392990960 140444919179906 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5826] ppid=5814 vsize=14090948 memory=4873152 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5826/stat : 5826 (java) S 5814 5817 1824 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 274523506 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444391937248 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5827] ppid=5814 vsize=14090948 memory=752 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5827/stat : 5827 (java) S 5814 5817 1824 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 274523507 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444390884096 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5828] ppid=5814 vsize=14090948 memory=4873152 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5828/stat : 5828 (java) S 5814 5817 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523509 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444389832656 140444919187355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5829] ppid=5814 vsize=14090948 memory=4873152 CPUtime=3.51 cores=1,3,5,7
/proc/5817/task/5829/stat : 5829 (java) S 5814 5817 1824 0 -1 1077944384 10152 0 0 0 349 2 0 0 20 0 15 0 274523509 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444388780784 140444919179906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5830] ppid=5814 vsize=14090948 memory=4873152 CPUtime=3.26 cores=1,3,5,7
/proc/5817/task/5830/stat : 5830 (java) S 5814 5817 1824 0 -1 1077944384 7331 0 0 0 325 1 0 0 20 0 15 0 274523509 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444387728240 140444919179906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5831] ppid=5814 vsize=14090948 memory=4873152 CPUtime=1.24 cores=1,3,5,7
/proc/5817/task/5831/stat : 5831 (java) S 5814 5817 1824 0 -1 1077944384 13673 0 0 0 122 2 0 0 20 0 15 0 274523509 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444386675184 140444919179906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5832] ppid=5814 vsize=14090948 memory=4873152 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5832/stat : 5832 (java) S 5814 5817 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523509 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444385622880 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5833] ppid=5814 vsize=14090948 memory=3708 CPUtime=0.11 cores=1,3,5,7
/proc/5817/task/5833/stat : 5833 (java) S 5814 5817 1824 0 -1 1077944384 1025 0 0 0 5 6 0 0 20 0 15 0 274523509 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444384569904 140444919179906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
Current children cumulated CPU time: 242.83 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 4873152 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+231.501 s]
/proc/loadavg: 1.94 1.93 1.56 3/219 5860
/proc/meminfo: memFree=14205864/32770624 swapFree=67108852/67108860
[pid=5817] ppid=5814 vsize=14090948 memory=4873152 CPUtime=252.04 cores=1,3,5,7
/proc/5817/stat : 5817 (java) S 5814 5817 1824 0 -1 1077944320 107478 0 0 0 24878 326 0 0 20 0 15 0 274523503 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140731038957696 140444919168759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
/proc/5817/statm: 3522737 1218288 3608 1 0 3484809 0
[pid=5817/tid=5819] ppid=5814 vsize=14090948 memory=4873152 CPUtime=227.05 cores=1,3,5,7
/proc/5817/task/5819/stat : 5819 (java) R 5814 5817 1824 0 -1 4202560 45810 0 0 0 22661 44 0 0 20 0 15 0 274523504 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444923406736 140444521521732 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5820] ppid=5814 vsize=14090948 memory=4873152 CPUtime=4.11 cores=1,3,5,7
/proc/5817/task/5820/stat : 5820 (java) S 5814 5817 1824 0 -1 1077944384 4794 0 0 0 344 67 0 0 20 0 15 0 274523505 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444834237456 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5821] ppid=5814 vsize=14090948 memory=0 CPUtime=4.16 cores=1,3,5,7
/proc/5817/task/5821/stat : 5821 (java) S 5814 5817 1824 0 -1 1077944384 4481 0 0 0 349 67 0 0 20 0 15 0 274523505 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444833184912 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5822] ppid=5814 vsize=14090948 memory=4873152 CPUtime=4.11 cores=1,3,5,7
/proc/5817/task/5822/stat : 5822 (java) S 5814 5817 1824 0 -1 1077944384 3538 0 0 0 347 64 0 0 20 0 15 0 274523505 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444832131856 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5823] ppid=5814 vsize=14090948 memory=139995332195947 CPUtime=4.17 cores=1,3,5,7
/proc/5817/task/5823/stat : 5823 (java) S 5814 5817 1824 0 -1 1077944384 4549 0 0 0 348 69 0 0 20 0 15 0 274523505 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444831079312 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5825] ppid=5814 vsize=14090948 memory=4873152 CPUtime=0.2 cores=1,3,5,7
/proc/5817/task/5825/stat : 5825 (java) S 5814 5817 1824 0 -1 1077944384 10681 0 0 0 19 1 0 0 20 0 15 0 274523506 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444392990960 140444919179906 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5826] ppid=5814 vsize=14090948 memory=164 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5826/stat : 5826 (java) S 5814 5817 1824 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 274523506 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444391937248 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5827] ppid=5814 vsize=14090948 memory=4873152 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5827/stat : 5827 (java) S 5814 5817 1824 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 274523507 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444390884096 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5828] ppid=5814 vsize=14090948 memory=4873152 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5828/stat : 5828 (java) S 5814 5817 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523509 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444389832656 140444919187355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5829] ppid=5814 vsize=14090948 memory=4873152 CPUtime=3.51 cores=1,3,5,7
/proc/5817/task/5829/stat : 5829 (java) S 5814 5817 1824 0 -1 1077944384 10152 0 0 0 349 2 0 0 20 0 15 0 274523509 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444388780784 140444919179906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5830] ppid=5814 vsize=14090948 memory=8112282956445269571 CPUtime=3.26 cores=1,3,5,7
/proc/5817/task/5830/stat : 5830 (java) S 5814 5817 1824 0 -1 1077944384 7331 0 0 0 325 1 0 0 20 0 15 0 274523509 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444387728240 140444919179906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5831] ppid=5814 vsize=14090948 memory=2056 CPUtime=1.24 cores=1,3,5,7
/proc/5817/task/5831/stat : 5831 (java) S 5814 5817 1824 0 -1 1077944384 13673 0 0 0 122 2 0 0 20 0 15 0 274523509 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444386675184 140444919179906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5832] ppid=5814 vsize=14090948 memory=4873152 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5832/stat : 5832 (java) S 5814 5817 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523509 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444385622880 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5833] ppid=5814 vsize=14090948 memory=3708 CPUtime=0.11 cores=1,3,5,7
/proc/5817/task/5833/stat : 5833 (java) S 5814 5817 1824 0 -1 1077944384 1025 0 0 0 5 6 0 0 20 0 15 0 274523509 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444384569904 140444919179906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 4873152 KiB

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

[startup+231.534 s]
# the end of solver process 5817 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=248.794 s, system=3.29365 s

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

[startup+231.501 s]
/proc/loadavg: 1.94 1.93 1.56 3/219 5860
/proc/meminfo: memFree=14205864/32770624 swapFree=67108852/67108860
[pid=5817] ppid=5814 vsize=14090948 memory=4873152 CPUtime=252.04 cores=1,3,5,7
/proc/5817/stat : 5817 (java) S 5814 5817 1824 0 -1 1077944320 107478 0 0 0 24878 326 0 0 20 0 15 0 274523503 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140731038957696 140444919168759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
/proc/5817/statm: 3522737 1218288 3608 1 0 3484809 0
[pid=5817/tid=5819] ppid=5814 vsize=14090948 memory=4873152 CPUtime=227.05 cores=1,3,5,7
/proc/5817/task/5819/stat : 5819 (java) R 5814 5817 1824 0 -1 4202560 45810 0 0 0 22661 44 0 0 20 0 15 0 274523504 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444923406736 140444521521732 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5820] ppid=5814 vsize=14090948 memory=4873152 CPUtime=4.11 cores=1,3,5,7
/proc/5817/task/5820/stat : 5820 (java) S 5814 5817 1824 0 -1 1077944384 4794 0 0 0 344 67 0 0 20 0 15 0 274523505 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444834237456 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5821] ppid=5814 vsize=14090948 memory=0 CPUtime=4.16 cores=1,3,5,7
/proc/5817/task/5821/stat : 5821 (java) S 5814 5817 1824 0 -1 1077944384 4481 0 0 0 349 67 0 0 20 0 15 0 274523505 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444833184912 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5822] ppid=5814 vsize=14090948 memory=4873152 CPUtime=4.11 cores=1,3,5,7
/proc/5817/task/5822/stat : 5822 (java) S 5814 5817 1824 0 -1 1077944384 3538 0 0 0 347 64 0 0 20 0 15 0 274523505 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444832131856 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5823] ppid=5814 vsize=14090948 memory=139995332195947 CPUtime=4.17 cores=1,3,5,7
/proc/5817/task/5823/stat : 5823 (java) S 5814 5817 1824 0 -1 1077944384 4549 0 0 0 348 69 0 0 20 0 15 0 274523505 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444831079312 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5825] ppid=5814 vsize=14090948 memory=4873152 CPUtime=0.2 cores=1,3,5,7
/proc/5817/task/5825/stat : 5825 (java) S 5814 5817 1824 0 -1 1077944384 10681 0 0 0 19 1 0 0 20 0 15 0 274523506 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444392990960 140444919179906 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5826] ppid=5814 vsize=14090948 memory=164 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5826/stat : 5826 (java) S 5814 5817 1824 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 274523506 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444391937248 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5827] ppid=5814 vsize=14090948 memory=4873152 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5827/stat : 5827 (java) S 5814 5817 1824 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 274523507 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444390884096 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5828] ppid=5814 vsize=14090948 memory=4873152 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5828/stat : 5828 (java) S 5814 5817 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523509 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444389832656 140444919187355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5829] ppid=5814 vsize=14090948 memory=4873152 CPUtime=3.51 cores=1,3,5,7
/proc/5817/task/5829/stat : 5829 (java) S 5814 5817 1824 0 -1 1077944384 10152 0 0 0 349 2 0 0 20 0 15 0 274523509 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444388780784 140444919179906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5830] ppid=5814 vsize=14090948 memory=8112282956445269571 CPUtime=3.26 cores=1,3,5,7
/proc/5817/task/5830/stat : 5830 (java) S 5814 5817 1824 0 -1 1077944384 7331 0 0 0 325 1 0 0 20 0 15 0 274523509 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444387728240 140444919179906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5831] ppid=5814 vsize=14090948 memory=2056 CPUtime=1.24 cores=1,3,5,7
/proc/5817/task/5831/stat : 5831 (java) S 5814 5817 1824 0 -1 1077944384 13673 0 0 0 122 2 0 0 20 0 15 0 274523509 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444386675184 140444919179906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5832] ppid=5814 vsize=14090948 memory=4873152 CPUtime=0 cores=1,3,5,7
/proc/5817/task/5832/stat : 5832 (java) S 5814 5817 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523509 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444385622880 140444919178965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
[pid=5817/tid=5833] ppid=5814 vsize=14090948 memory=3708 CPUtime=0.11 cores=1,3,5,7
/proc/5817/task/5833/stat : 5833 (java) S 5814 5817 1824 0 -1 1077944384 1025 0 0 0 5 6 0 0 20 0 15 0 274523509 14429130752 1218288 33554432000 4194304 4196468 140731038975152 140444384569904 140444919179906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140731038979150 140731038979342 140731038979342 140731038982095 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 4873152 KiB

Child status: 143
Real time (s): 231.534
CPU time (s): 252.088
CPU user time (s): 248.794
CPU system time (s): 3.29365
CPU usage (%): 108.877
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 4873152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.794
system time used= 3.29365
maximum resident set size= 4873868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108121
page faults= 0
swaps= 0
block input operations= 0
block output operations= 360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9677
involuntary context switches= 461


# summary of solver processes directly reported to runsolver:
#   pid: 5817
#   total CPU time (s): 252.088
#   total CPU user time (s): 248.794
#   total CPU system time (s): 3.29365

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.0993 second user time and 2.55678 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-18 07:20:03
IDJOB=4312425
IDBENCH=141261
IDSOLVER=2800
FILE ID=node133/4312425-1534569603
RUNJOBID= node133-1534569106-5478
PBS_JOBID= 21038638
Free space on /tmp= 50232 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
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 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312425-1534569603/watcher-4312425-1534569603 -o /tmp/evaluation-result-4312425-1534569603/solver-4312425-1534569603 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534569106-5478 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1699275729 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312425-1534569603.xml

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

MD5SUM BENCH= d2f9cd7b3c3026f57264f10c0685d9a6
RANDOM SEED=1699275729

node133.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.24
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.24
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.24
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.24
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:        23648976 kB
MemAvailable:   31897948 kB
Buffers:          206220 kB
Cached:          8324256 kB
SwapCached:            4 kB
Active:          4875952 kB
Inactive:        3707096 kB
Active(anon):      33216 kB
Inactive(anon):    88484 kB
Active(file):    4842736 kB
Inactive(file):  3618612 kB
Unevictable:        7068 kB
Mlocked:            7068 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:            232012 kB
Writeback:             0 kB
AnonPages:         59592 kB
Mapped:            19920 kB
Shmem:             66200 kB
Slab:             236368 kB
SReclaimable:     206920 kB
SUnreclaim:        29448 kB
KernelStack:        3232 kB
PageTables:         4976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     368080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 50160 MiB
End job on node133 at 2018-08-18 07:23:55