Trace number 4292019

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-07-02? (TO) 2400.04 2378.03

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-test02-0250_c18.xml
MD5SUM2354d9b784d04df982f0d1b4068abd13
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark89666091
Best CPU time to get the best result obtained on this benchmark2520.12
Satisfiable
(Un)Satisfiability was proved
Number of variables3894
Number of constraints2462
Number of domains32
Minimum domain size1
Maximum domain size175
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":1380},{"size":11,"count":1131},{"size":12,"count":1},{"size":23,"count":45},{"size":47,"count":70},{"size":57,"count":33},{"size":60,"count":11},{"size":69,"count":36},{"size":70,"count":19},{"size":79,"count":14},{"size":81,"count":2},{"size":84,"count":6},{"size":93,"count":2},{"size":94,"count":10},{"size":110,"count":4},{"size":113,"count":12},{"size":118,"count":77},{"size":127,"count":39},{"size":137,"count":13},{"size":151,"count":17},{"size":153,"count":16},{"size":154,"count":100},{"size":170,"count":27},{"size":175,"count":828}]
Minimum variable degree2
Maximum variable degree1132
Distribution of variable degrees[{"degree":2,"count":3396},{"degree":3,"count":10},{"degree":4,"count":16},{"degree":5,"count":23},{"degree":6,"count":38},{"degree":7,"count":47},{"degree":8,"count":26},{"degree":9,"count":44},{"degree":10,"count":59},{"degree":11,"count":73},{"degree":12,"count":68},{"degree":13,"count":29},{"degree":14,"count":29},{"degree":15,"count":16},{"degree":16,"count":13},{"degree":17,"count":2},{"degree":18,"count":2},{"degree":19,"count":2},{"degree":1132,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":200},{"arity":3,"count":1131},{"arity":6,"count":1131}]
Number of extensional constraints1131
Number of intensional constraints1331
Distribution of constraint types[{"type":"extension","count":1131},{"type":"intension","count":1331}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.68/0.56	c version: 2018-07-02
0.68/0.56	c seed: 1677669167
0.68/0.56	c timeout: 2400
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
36.91/22.84	c Parsing done, starting search...
2400.01/2378.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 (3316 MiB free)
  memory of node 1: 16384 MiB (10394 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292019-1532280533/watcher-4292019-1532280533 -o /tmp/evaluation-result-4292019-1532280533/solver-4292019-1532280533 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532261510-1668 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1677669167 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4292019-1532280533.xml 

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

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

solver pid=3724, runsolver pid=3721

[startup+0.100146 s]*
/proc/loadavg: 1.68 1.38 1.36 3/215 3739
/proc/meminfo: memFree=14020492/32770624 swapFree=67108860/67108860
[pid=3724] ppid=3721 vsize=14082740 memory=33144 CPUtime=0.12 cores=1,3,5,7
/proc/3724/stat : 3724 (java) S 3721 3724 1636 0 -1 1077944320 6681 0 0 0 11 1 0 0 20 0 15 0 45616529 14420725760 8286 33554432000 4194304 4196468 140731329032624 140731329015168 140200633278199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
/proc/3724/statm: 3520685 8286 3156 1 0 3482761 0
[pid=3724/tid=3726] ppid=3721 vsize=14082740 memory=-8681076919432475840 CPUtime=0.08 cores=1,3,5,7
/proc/3724/task/3726/stat : 3726 (java) R 3721 3724 1636 0 -1 4202560 4719 0 0 0 8 0 0 0 20 0 15 0 45616529 14420725760 8286 33554432000 4194304 4196468 140731329032624 140200637509696 140200633290134 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3727] ppid=3721 vsize=14082740 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3727/stat : 3727 (java) S 3721 3724 1636 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45616530 14420725760 8286 33554432000 4194304 4196468 140731329032624 140200563366544 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3728] ppid=3721 vsize=14082740 memory=140413692700288 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3728/stat : 3728 (java) S 3721 3724 1636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45616530 14420725760 8286 33554432000 4194304 4196468 140731329032624 140200562313744 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3729] ppid=3721 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3729/stat : 3729 (java) S 3721 3724 1636 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45616530 14420725760 8286 33554432000 4194304 4196468 140731329032624 140200561260944 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3730] ppid=3721 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3730/stat : 3730 (java) S 3721 3724 1636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45616530 14420725760 8286 33554432000 4194304 4196468 140731329032624 140200560208144 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3731] ppid=3721 vsize=14082740 memory=140413692700288 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3731/stat : 3731 (java) S 3721 3724 1636 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45616532 14420725760 8286 33554432000 4194304 4196468 140731329032624 140199815031664 140200633289346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3732] ppid=3721 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3732/stat : 3732 (java) S 3721 3724 1636 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45616532 14420725760 8286 33554432000 4194304 4196468 140731329032624 140199813977632 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3733] ppid=3721 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3733/stat : 3733 (java) S 3721 3724 1636 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45616532 14420725760 8286 33554432000 4194304 4196468 140731329032624 140199745021296 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3734] ppid=3721 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3734/stat : 3734 (java) S 3721 3724 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45616535 14420725760 8286 33554432000 4194304 4196468 140731329032624 140199743969616 140200633296795 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3735] ppid=3721 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3735/stat : 3735 (java) S 3721 3724 1636 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 45616535 14420725760 8286 33554432000 4194304 4196468 140731329032624 140199742916976 140200633289346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3736] ppid=3721 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3736/stat : 3736 (java) S 3721 3724 1636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45616535 14420725760 8286 33554432000 4194304 4196468 140731329032624 140199741864176 140200633289346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3737] ppid=3721 vsize=14082740 memory=140413692700288 CPUtime=0.01 cores=1,3,5,7
/proc/3724/task/3737/stat : 3737 (java) S 3721 3724 1636 0 -1 1077944384 282 0 0 0 1 0 0 0 20 0 15 0 45616535 14420725760 8286 33554432000 4194304 4196468 140731329032624 140199740811376 140200633289346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3738] ppid=3721 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3738/stat : 3738 (java) S 3721 3724 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45616535 14420725760 8286 33554432000 4194304 4196468 140731329032624 140199739758816 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3739] ppid=3721 vsize=14082740 memory=140413692700288 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3739/stat : 3739 (java) S 3721 3724 1636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45616535 14420725760 8286 33554432000 4194304 4196468 140731329032624 140199738707120 140200633289346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 33144 KiB

[startup+0.213875 s]*
/proc/loadavg: 1.68 1.38 1.36 6/215 3739
/proc/meminfo: memFree=14004864/32770624 swapFree=67108860/67108860
[pid=3724] ppid=3721 vsize=14082740 memory=48940 CPUtime=0.31 cores=1,3,5,7
/proc/3724/stat : 3724 (java) S 3721 3724 1636 0 -1 1077944320 10355 0 0 0 29 2 0 0 20 0 15 0 45616529 14420725760 12235 33554432000 4194304 4196468 140731329032624 140731329015168 140200633278199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
/proc/3724/statm: 3520685 12235 3369 1 0 3482761 0
[pid=3724/tid=3726] ppid=3721 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/3724/task/3726/stat : 3726 (java) S 3721 3724 1636 0 -1 1077944384 8054 0 0 0 19 1 0 0 20 0 15 0 45616529 14420725760 12235 33554432000 4194304 4196468 140731329032624 140200637506560 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3727] ppid=3721 vsize=14082740 memory=342 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3727/stat : 3727 (java) S 3721 3724 1636 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45616530 14420725760 12235 33554432000 4194304 4196468 140731329032624 140200563366544 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3728] ppid=3721 vsize=14082740 memory=288370789844412032 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3728/stat : 3728 (java) S 3721 3724 1636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45616530 14420725760 12235 33554432000 4194304 4196468 140731329032624 140200562313744 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3729] ppid=3721 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3729/stat : 3729 (java) S 3721 3724 1636 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45616530 14420725760 12235 33554432000 4194304 4196468 140731329032624 140200561260944 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3730] ppid=3721 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3730/stat : 3730 (java) S 3721 3724 1636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45616530 14420725760 12235 33554432000 4194304 4196468 140731329032624 140200560208144 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3731] ppid=3721 vsize=14082740 memory=140413692700288 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3731/stat : 3731 (java) S 3721 3724 1636 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45616532 14420725760 12235 33554432000 4194304 4196468 140731329032624 140199815031664 140200633289346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3732] ppid=3721 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3732/stat : 3732 (java) S 3721 3724 1636 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45616532 14420725760 12235 33554432000 4194304 4196468 140731329032624 140199813977632 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3733] ppid=3721 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3733/stat : 3733 (java) S 3721 3724 1636 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45616532 14420725760 12235 33554432000 4194304 4196468 140731329032624 140199745021296 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3734] ppid=3721 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3734/stat : 3734 (java) S 3721 3724 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45616535 14420725760 12235 33554432000 4194304 4196468 140731329032624 140199743969616 140200633296795 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3735] ppid=3721 vsize=14082740 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/3724/task/3735/stat : 3735 (java) R 3721 3724 1636 0 -1 1077944384 357 0 0 0 1 0 0 0 20 0 15 0 45616535 14420725760 12235 33554432000 4194304 4196468 140731329032624 140199742916976 140200633289346 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3736] ppid=3721 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/3724/task/3736/stat : 3736 (java) S 3721 3724 1636 0 -1 1077944384 251 0 0 0 2 0 0 0 20 0 15 0 45616535 14420725760 12235 33554432000 4194304 4196468 140731329032624 140199741864176 140200633289346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3737] ppid=3721 vsize=14082740 memory=140413692700288 CPUtime=0.06 cores=1,3,5,7
/proc/3724/task/3737/stat : 3737 (java) S 3721 3724 1636 0 -1 1077944384 312 0 0 0 6 0 0 0 20 0 15 0 45616535 14420725760 12235 33554432000 4194304 4196468 140731329032624 140199740811376 140200633289346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3738] ppid=3721 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3738/stat : 3738 (java) S 3721 3724 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45616535 14420725760 12235 33554432000 4194304 4196468 140731329032624 140199739758816 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3739] ppid=3721 vsize=14082740 memory=140413692700288 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3739/stat : 3739 (java) S 3721 3724 1636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45616535 14420725760 12235 33554432000 4194304 4196468 140731329032624 140199738707120 140200633289346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 48940 KiB

[startup+0.310553 s]*
/proc/loadavg: 1.68 1.38 1.36 4/215 3739
/proc/meminfo: memFree=14001328/32770624 swapFree=67108860/67108860
[pid=3724] ppid=3721 vsize=14082740 memory=52064 CPUtime=0.44 cores=1,3,5,7
/proc/3724/stat : 3724 (java) S 3721 3724 1636 0 -1 1077944320 10714 0 0 0 42 2 0 0 20 0 15 0 45616529 14420725760 13016 33554432000 4194304 4196468 140731329032624 140731329015168 140200633278199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
/proc/3724/statm: 3520685 13016 3372 1 0 3482761 0
[pid=3724/tid=3726] ppid=3721 vsize=14082740 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/3724/task/3726/stat : 3726 (java) R 3721 3724 1636 0 -1 4202560 8386 0 0 0 28 1 0 0 20 0 15 0 45616529 14420725760 13067 33554432000 4194304 4196468 140731329032624 140200637486032 140200617358686 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3727] ppid=3721 vsize=14082740 memory=4294976237 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3727/stat : 3727 (java) S 3721 3724 1636 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45616530 14420725760 13067 33554432000 4194304 4196468 140731329032624 140200563366544 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3728] ppid=3721 vsize=14082740 memory=288370789844412032 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3728/stat : 3728 (java) S 3721 3724 1636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45616530 14420725760 13067 33554432000 4194304 4196468 140731329032624 140200562313744 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3729] ppid=3721 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3729/stat : 3729 (java) S 3721 3724 1636 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45616530 14420725760 13067 33554432000 4194304 4196468 140731329032624 140200561260944 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3730] ppid=3721 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3730/stat : 3730 (java) S 3721 3724 1636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45616530 14420725760 13067 33554432000 4194304 4196468 140731329032624 140200560208144 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3731] ppid=3721 vsize=14082740 memory=140413692700288 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3731/stat : 3731 (java) S 3721 3724 1636 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45616532 14420725760 13067 33554432000 4194304 4196468 140731329032624 140199815031664 140200633289346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3732] ppid=3721 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3732/stat : 3732 (java) S 3721 3724 1636 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45616532 14420725760 13067 33554432000 4194304 4196468 140731329032624 140199813977632 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3733] ppid=3721 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3733/stat : 3733 (java) S 3721 3724 1636 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45616532 14420725760 13067 33554432000 4194304 4196468 140731329032624 140199745021296 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3734] ppid=3721 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3734/stat : 3734 (java) S 3721 3724 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45616535 14420725760 13067 33554432000 4194304 4196468 140731329032624 140199743969616 140200633296795 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3735] ppid=3721 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3724/task/3735/stat : 3735 (java) S 3721 3724 1636 0 -1 1077944384 372 0 0 0 2 0 0 0 20 0 15 0 45616535 14420725760 13067 33554432000 4194304 4196468 140731329032624 140199742916976 140200633289346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3736] ppid=3721 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/3724/task/3736/stat : 3736 (java) S 3721 3724 1636 0 -1 1077944384 256 0 0 0 2 0 0 0 20 0 15 0 45616535 14420725760 13067 33554432000 4194304 4196468 140731329032624 140199741864176 140200633289346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3737] ppid=3721 vsize=14082740 memory=140413692700288 CPUtime=0.08 cores=1,3,5,7
/proc/3724/task/3737/stat : 3737 (java) S 3721 3724 1636 0 -1 1077944384 321 0 0 0 8 0 0 0 20 0 15 0 45616535 14420725760 13067 33554432000 4194304 4196468 140731329032624 140199740811376 140200633289346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3738] ppid=3721 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3738/stat : 3738 (java) S 3721 3724 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45616535 14420725760 13067 33554432000 4194304 4196468 140731329032624 140199739758816 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3739] ppid=3721 vsize=14082740 memory=140413692700288 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3739/stat : 3739 (java) S 3721 3724 1636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45616535 14420725760 13067 33554432000 4194304 4196468 140731329032624 140199738707120 140200633289346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 52064 KiB

[startup+0.7009 s]
/proc/loadavg: 1.68 1.38 1.36 3/215 3739
/proc/meminfo: memFree=13977428/32770624 swapFree=67108860/67108860
[pid=3724] ppid=3721 vsize=14084808 memory=90568 CPUtime=0.99 cores=1,3,5,7
/proc/3724/stat : 3724 (java) S 3721 3724 1636 0 -1 1077944320 17521 0 0 0 94 5 0 0 20 0 15 0 45616529 14422843392 22642 33554432000 4194304 4196468 140731329032624 140731329015168 140200633278199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
/proc/3724/statm: 3521202 22642 3500 1 0 3483273 0
[pid=3724/tid=3726] ppid=3721 vsize=14084808 memory=156438076858866 CPUtime=0.67 cores=1,3,5,7
/proc/3724/task/3726/stat : 3726 (java) R 3721 3724 1636 0 -1 4202560 14812 0 0 0 64 3 0 0 20 0 15 0 45616529 14422843392 22642 33554432000 4194304 4196468 140731329032624 140200637502304 140200617358686 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3727] ppid=3721 vsize=14084808 memory=13619 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3727/stat : 3727 (java) S 3721 3724 1636 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45616530 14422843392 22642 33554432000 4194304 4196468 140731329032624 140200563366544 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3728] ppid=3721 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3728/stat : 3728 (java) S 3721 3724 1636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45616530 14422843392 22642 33554432000 4194304 4196468 140731329032624 140200562313744 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3729] ppid=3721 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3729/stat : 3729 (java) S 3721 3724 1636 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45616530 14422843392 22642 33554432000 4194304 4196468 140731329032624 140200561260944 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3730] ppid=3721 vsize=14084808 memory=7809523229951467570 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3730/stat : 3730 (java) S 3721 3724 1636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45616530 14422843392 22642 33554432000 4194304 4196468 140731329032624 140200560208144 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3731] ppid=3721 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3731/stat : 3731 (java) S 3721 3724 1636 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45616532 14422843392 22642 33554432000 4194304 4196468 140731329032624 140199815031664 140200633289346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3732] ppid=3721 vsize=14084808 memory=-3472574513799858009 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3732/stat : 3732 (java) S 3721 3724 1636 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45616532 14422843392 22642 33554432000 4194304 4196468 140731329032624 140199813977632 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3733] ppid=3721 vsize=14084808 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3733/stat : 3733 (java) S 3721 3724 1636 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45616532 14422843392 22642 33554432000 4194304 4196468 140731329032624 140199745021296 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3734] ppid=3721 vsize=14084808 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3734/stat : 3734 (java) S 3721 3724 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45616535 14422843392 22642 33554432000 4194304 4196468 140731329032624 140199743969616 140200633296795 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3735] ppid=3721 vsize=14084808 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/3724/task/3735/stat : 3735 (java) S 3721 3724 1636 0 -1 1077944384 517 0 0 0 6 0 0 0 20 0 15 0 45616535 14422843392 22642 33554432000 4194304 4196468 140731329032624 140199742916976 140200633289346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3736] ppid=3721 vsize=14084808 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3724/task/3736/stat : 3736 (java) S 3721 3724 1636 0 -1 1077944384 411 0 0 0 9 0 0 0 20 0 15 0 45616535 14422843392 22642 33554432000 4194304 4196468 140731329032624 140199741864176 140200633289346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3737] ppid=3721 vsize=14084808 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/3724/task/3737/stat : 3737 (java) S 3721 3724 1636 0 -1 1077944384 399 0 0 0 15 0 0 0 20 0 15 0 45616535 14422843392 22642 33554432000 4194304 4196468 140731329032624 140199740811376 140200633289346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3738] ppid=3721 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3738/stat : 3738 (java) S 3721 3724 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45616535 14422843392 22642 33554432000 4194304 4196468 140731329032624 140199739758816 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3739] ppid=3721 vsize=14084808 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3739/stat : 3739 (java) S 3721 3724 1636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45616535 14422843392 22642 33554432000 4194304 4196468 140731329032624 140199738707120 140200633289346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 90568 KiB

[startup+1.50159 s]
/proc/loadavg: 2.10 1.47 1.39 6/215 3739
/proc/meminfo: memFree=13545060/32770624 swapFree=67108860/67108860
[pid=3724] ppid=3721 vsize=14086856 memory=438564 CPUtime=3.06 cores=1,3,5,7
/proc/3724/stat : 3724 (java) S 3721 3724 1636 0 -1 1077944320 20544 0 0 0 268 38 0 0 20 0 15 0 45616529 14424940544 109641 33554432000 4194304 4196468 140731329032624 140731329015168 140200633278199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
/proc/3724/statm: 3521714 109641 3566 1 0 3483785 0
[pid=3724/tid=3726] ppid=3721 vsize=14086856 memory=9169 CPUtime=1.33 cores=1,3,5,7
/proc/3724/task/3726/stat : 3726 (java) R 3721 3724 1636 0 -1 4202560 15294 0 0 0 126 7 0 0 20 0 15 0 45616529 14424940544 109641 33554432000 4194304 4196468 140731329032624 140200637511064 140200235873501 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3727] ppid=3721 vsize=14086856 memory=8112282956445269571 CPUtime=0.11 cores=1,3,5,7
/proc/3724/task/3727/stat : 3727 (java) S 3721 3724 1636 0 -1 1077944384 108 0 0 0 5 6 0 0 20 0 15 0 45616530 14424940544 109641 33554432000 4194304 4196468 140731329032624 140200563366544 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3728] ppid=3721 vsize=14086856 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/3724/task/3728/stat : 3728 (java) S 3721 3724 1636 0 -1 1077944384 133 0 0 0 5 6 0 0 20 0 15 0 45616530 14424940544 109641 33554432000 4194304 4196468 140731329032624 140200562313744 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3729] ppid=3721 vsize=14086856 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/3724/task/3729/stat : 3729 (java) S 3721 3724 1636 0 -1 1077944384 182 0 0 0 5 7 0 0 20 0 15 0 45616530 14424940544 109641 33554432000 4194304 4196468 140731329032624 140200561260944 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3730] ppid=3721 vsize=14086856 memory=6943526294502006880 CPUtime=0.12 cores=1,3,5,7
/proc/3724/task/3730/stat : 3730 (java) S 3721 3724 1636 0 -1 1077944384 208 0 0 0 5 7 0 0 20 0 15 0 45616530 14424940544 109641 33554432000 4194304 4196468 140731329032624 140200560208144 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3731] ppid=3721 vsize=14086856 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3731/stat : 3731 (java) S 3721 3724 1636 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 45616532 14424940544 109641 33554432000 4194304 4196468 140731329032624 140199815031664 140200633289346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0

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

/proc/3724/task/3726/stat : 3726 (java) R 3721 3724 1636 0 -1 4202560 165403 0 0 0 219682 71 0 0 20 0 15 0 45616529 14431232000 754973 33554432000 4194304 4196468 140731329032624 140200637516224 140200245849337 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3727] ppid=3721 vsize=14093000 memory=14008 CPUtime=4.35 cores=1,3,5,7
/proc/3724/task/3727/stat : 3727 (java) S 3721 3724 1636 0 -1 1077944384 38662 0 0 0 361 74 0 0 20 0 15 0 45616530 14431232000 754973 33554432000 4194304 4196468 140731329032624 140200563366544 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3728] ppid=3721 vsize=14093000 memory=3019892 CPUtime=4.31 cores=1,3,5,7
/proc/3724/task/3728/stat : 3728 (java) S 3721 3724 1636 0 -1 1077944384 37642 0 0 0 361 70 0 0 20 0 15 0 45616530 14431232000 754973 33554432000 4194304 4196468 140731329032624 140200562313744 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3729] ppid=3721 vsize=14093000 memory=3029124 CPUtime=4.35 cores=1,3,5,7
/proc/3724/task/3729/stat : 3729 (java) S 3721 3724 1636 0 -1 1077944384 35401 0 0 0 362 73 0 0 20 0 15 0 45616530 14431232000 754973 33554432000 4194304 4196468 140731329032624 140200561260944 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3730] ppid=3721 vsize=14093000 memory=3019892 CPUtime=4.36 cores=1,3,5,7
/proc/3724/task/3730/stat : 3730 (java) S 3721 3724 1636 0 -1 1077944384 34616 0 0 0 364 72 0 0 20 0 15 0 45616530 14431232000 754973 33554432000 4194304 4196468 140731329032624 140200560208144 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3731] ppid=3721 vsize=14093000 memory=3023996 CPUtime=0.35 cores=1,3,5,7
/proc/3724/task/3731/stat : 3731 (java) S 3721 3724 1636 0 -1 1077944384 14195 0 0 0 30 5 0 0 20 0 15 0 45616532 14431232000 754973 33554432000 4194304 4196468 140731329032624 140199815031664 140200633289346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3732] ppid=3721 vsize=14093000 memory=3019892 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3732/stat : 3732 (java) S 3721 3724 1636 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 45616532 14431232000 754973 33554432000 4194304 4196468 140731329032624 140199813977696 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3733] ppid=3721 vsize=14093000 memory=3019892 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3733/stat : 3733 (java) S 3721 3724 1636 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 45616532 14431232000 754973 33554432000 4194304 4196468 140731329032624 140199745021312 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3734] ppid=3721 vsize=14093000 memory=3019892 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3734/stat : 3734 (java) S 3721 3724 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45616535 14431232000 754973 33554432000 4194304 4196468 140731329032624 140199743969616 140200633296795 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3735] ppid=3721 vsize=14093000 memory=164 CPUtime=3.24 cores=1,3,5,7
/proc/3724/task/3735/stat : 3735 (java) S 3721 3724 1636 0 -1 1077944384 10168 0 0 0 322 2 0 0 20 0 15 0 45616535 14431232000 754973 33554432000 4194304 4196468 140731329032624 140199742916976 140200633289346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3736] ppid=3721 vsize=14093000 memory=0 CPUtime=3.05 cores=1,3,5,7
/proc/3724/task/3736/stat : 3736 (java) S 3721 3724 1636 0 -1 1077944384 7463 0 0 0 304 1 0 0 20 0 15 0 45616535 14431232000 754973 33554432000 4194304 4196468 140731329032624 140199741864176 140200633289346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3737] ppid=3721 vsize=14093000 memory=3019892 CPUtime=1.34 cores=1,3,5,7
/proc/3724/task/3737/stat : 3737 (java) S 3721 3724 1636 0 -1 1077944384 14689 0 0 0 132 2 0 0 20 0 15 0 45616535 14431232000 754973 33554432000 4194304 4196468 140731329032624 140199740811376 140200633289346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3738] ppid=3721 vsize=14093000 memory=3019892 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3738/stat : 3738 (java) S 3721 3724 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45616535 14431232000 754973 33554432000 4194304 4196468 140731329032624 140199739758816 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3739] ppid=3721 vsize=14093000 memory=3034768 CPUtime=0.99 cores=1,3,5,7
/proc/3724/task/3739/stat : 3739 (java) S 3721 3724 1636 0 -1 1077944384 2069 0 0 0 46 53 0 0 20 0 15 0 45616535 14431232000 754973 33554432000 4194304 4196468 140731329032624 140199738707120 140200633289346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
Current children cumulated CPU time: 2223.99 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 3019892 KiB

[startup+2262.3 s]
/proc/loadavg: 1.84 1.92 1.92 3/215 3832
/proc/meminfo: memFree=9820816/32770624 swapFree=67108860/67108860
[pid=3724] ppid=3721 vsize=14093000 memory=3008092 CPUtime=2284.1 cores=1,3,5,7
/proc/3724/stat : 3724 (java) S 3721 3724 1636 0 -1 1077944320 367739 0 0 0 227988 422 0 0 20 0 15 0 45616529 14431232000 752023 33554432000 4194304 4196468 140731329032624 140731329015168 140200633278199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
/proc/3724/statm: 3523250 752023 3611 1 0 3485321 0
[pid=3724/tid=3726] ppid=3721 vsize=14093000 memory=3008604 CPUtime=2257.48 cores=1,3,5,7
/proc/3724/task/3726/stat : 3726 (java) R 3721 3724 1636 0 -1 4202560 167318 0 0 0 225677 71 0 0 20 0 15 0 45616529 14431232000 752023 33554432000 4194304 4196468 140731329032624 140200637516080 140200245951742 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3727] ppid=3721 vsize=14093000 memory=3008604 CPUtime=4.38 cores=1,3,5,7
/proc/3724/task/3727/stat : 3727 (java) S 3721 3724 1636 0 -1 1077944384 39608 0 0 0 364 74 0 0 20 0 15 0 45616530 14431232000 752023 33554432000 4194304 4196468 140731329032624 140200563366544 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3728] ppid=3721 vsize=14093000 memory=3008604 CPUtime=4.34 cores=1,3,5,7
/proc/3724/task/3728/stat : 3728 (java) S 3721 3724 1636 0 -1 1077944384 39047 0 0 0 364 70 0 0 20 0 15 0 45616530 14431232000 752023 33554432000 4194304 4196468 140731329032624 140200562313744 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3729] ppid=3721 vsize=14093000 memory=3008604 CPUtime=4.38 cores=1,3,5,7
/proc/3724/task/3729/stat : 3729 (java) S 3721 3724 1636 0 -1 1077944384 36267 0 0 0 365 73 0 0 20 0 15 0 45616530 14431232000 752023 33554432000 4194304 4196468 140731329032624 140200561260944 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3730] ppid=3721 vsize=14093000 memory=3008092 CPUtime=4.38 cores=1,3,5,7
/proc/3724/task/3730/stat : 3730 (java) S 3721 3724 1636 0 -1 1077944384 35319 0 0 0 366 72 0 0 20 0 15 0 45616530 14431232000 752023 33554432000 4194304 4196468 140731329032624 140200560208144 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3731] ppid=3721 vsize=14093000 memory=3008092 CPUtime=0.36 cores=1,3,5,7
/proc/3724/task/3731/stat : 3731 (java) S 3721 3724 1636 0 -1 1077944384 14344 0 0 0 31 5 0 0 20 0 15 0 45616532 14431232000 752023 33554432000 4194304 4196468 140731329032624 140199815031664 140200633289346 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3732] ppid=3721 vsize=14093000 memory=3008092 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3732/stat : 3732 (java) S 3721 3724 1636 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 45616532 14431232000 752023 33554432000 4194304 4196468 140731329032624 140199813977696 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3733] ppid=3721 vsize=14093000 memory=-3704326594973231466 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3733/stat : 3733 (java) S 3721 3724 1636 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 45616532 14431232000 752023 33554432000 4194304 4196468 140731329032624 140199745021312 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3734] ppid=3721 vsize=14093000 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3734/stat : 3734 (java) S 3721 3724 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45616535 14431232000 752023 33554432000 4194304 4196468 140731329032624 140199743969616 140200633296795 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3735] ppid=3721 vsize=14093000 memory=5524 CPUtime=3.25 cores=1,3,5,7
/proc/3724/task/3735/stat : 3735 (java) S 3721 3724 1636 0 -1 1077944384 10171 0 0 0 322 3 0 0 20 0 15 0 45616535 14431232000 752023 33554432000 4194304 4196468 140731329032624 140199742916976 140200633289346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3736] ppid=3721 vsize=14093000 memory=1008 CPUtime=3.06 cores=1,3,5,7
/proc/3724/task/3736/stat : 3736 (java) S 3721 3724 1636 0 -1 1077944384 7467 0 0 0 304 2 0 0 20 0 15 0 45616535 14431232000 752023 33554432000 4194304 4196468 140731329032624 140199741864176 140200633289346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3737] ppid=3721 vsize=14093000 memory=8380 CPUtime=1.34 cores=1,3,5,7
/proc/3724/task/3737/stat : 3737 (java) S 3721 3724 1636 0 -1 1077944384 14697 0 0 0 132 2 0 0 20 0 15 0 45616535 14431232000 752023 33554432000 4194304 4196468 140731329032624 140199740811376 140200633289346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3738] ppid=3721 vsize=14093000 memory=6297529158116321888 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3738/stat : 3738 (java) S 3721 3724 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45616535 14431232000 752023 33554432000 4194304 4196468 140731329032624 140199739758816 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3739] ppid=3721 vsize=14093000 memory=280827109861856 CPUtime=1.01 cores=1,3,5,7
/proc/3724/task/3739/stat : 3739 (java) S 3721 3724 1636 0 -1 1077944384 2097 0 0 0 47 54 0 0 20 0 15 0 45616535 14431232000 752023 33554432000 4194304 4196468 140731329032624 140199738707120 140200633289346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
Current children cumulated CPU time: 2284.1 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 3008092 KiB

[startup+2322.3 s]
/proc/loadavg: 1.80 1.90 1.92 3/215 3833
/proc/meminfo: memFree=9896364/32770624 swapFree=67108860/67108860
[pid=3724] ppid=3721 vsize=14093000 memory=3002964 CPUtime=2344.19 cores=1,3,5,7
/proc/3724/stat : 3724 (java) S 3721 3724 1636 0 -1 1077944320 375771 0 0 0 233995 424 0 0 20 0 15 0 45616529 14431232000 750741 33554432000 4194304 4196468 140731329032624 140731329015168 140200633278199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
/proc/3724/statm: 3523250 750741 3611 1 0 3485321 0
[pid=3724/tid=3726] ppid=3721 vsize=14093000 memory=3002964 CPUtime=2317.45 cores=1,3,5,7
/proc/3724/task/3726/stat : 3726 (java) R 3721 3724 1636 0 -1 4202560 168670 0 0 0 231673 72 0 0 20 0 15 0 45616529 14431232000 750741 33554432000 4194304 4196468 140731329032624 140200637516112 140200246026600 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3727] ppid=3721 vsize=14093000 memory=3005016 CPUtime=4.4 cores=1,3,5,7
/proc/3724/task/3727/stat : 3727 (java) S 3721 3724 1636 0 -1 1077944384 41328 0 0 0 366 74 0 0 20 0 15 0 45616530 14431232000 750741 33554432000 4194304 4196468 140731329032624 140200563366544 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3728] ppid=3721 vsize=14093000 memory=3004500 CPUtime=4.37 cores=1,3,5,7
/proc/3724/task/3728/stat : 3728 (java) S 3721 3724 1636 0 -1 1077944384 40328 0 0 0 366 71 0 0 20 0 15 0 45616530 14431232000 750741 33554432000 4194304 4196468 140731329032624 140200562313744 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3729] ppid=3721 vsize=14093000 memory=3004500 CPUtime=4.41 cores=1,3,5,7
/proc/3724/task/3729/stat : 3729 (java) S 3721 3724 1636 0 -1 1077944384 37761 0 0 0 368 73 0 0 20 0 15 0 45616530 14431232000 750741 33554432000 4194304 4196468 140731329032624 140200561260944 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3730] ppid=3721 vsize=14093000 memory=3003476 CPUtime=4.41 cores=1,3,5,7
/proc/3724/task/3730/stat : 3730 (java) S 3721 3724 1636 0 -1 1077944384 37157 0 0 0 369 72 0 0 20 0 15 0 45616530 14431232000 750741 33554432000 4194304 4196468 140731329032624 140200560208144 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3731] ppid=3721 vsize=14093000 memory=3003476 CPUtime=0.37 cores=1,3,5,7
/proc/3724/task/3731/stat : 3731 (java) S 3721 3724 1636 0 -1 1077944384 14613 0 0 0 31 6 0 0 20 0 15 0 45616532 14431232000 750741 33554432000 4194304 4196468 140731329032624 140199815031664 140200633289346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3732] ppid=3721 vsize=14093000 memory=3002964 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3732/stat : 3732 (java) S 3721 3724 1636 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 45616532 14431232000 750741 33554432000 4194304 4196468 140731329032624 140199813977696 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3733] ppid=3721 vsize=14093000 memory=3002964 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3733/stat : 3733 (java) S 3721 3724 1636 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 45616532 14431232000 750741 33554432000 4194304 4196468 140731329032624 140199745021312 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3734] ppid=3721 vsize=14093000 memory=3002964 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3734/stat : 3734 (java) S 3721 3724 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45616535 14431232000 750741 33554432000 4194304 4196468 140731329032624 140199743969616 140200633296795 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3735] ppid=3721 vsize=14093000 memory=3002964 CPUtime=3.25 cores=1,3,5,7
/proc/3724/task/3735/stat : 3735 (java) S 3721 3724 1636 0 -1 1077944384 10177 0 0 0 322 3 0 0 20 0 15 0 45616535 14431232000 750741 33554432000 4194304 4196468 140731329032624 140199742916976 140200633289346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3736] ppid=3721 vsize=14093000 memory=3002964 CPUtime=3.06 cores=1,3,5,7
/proc/3724/task/3736/stat : 3736 (java) S 3721 3724 1636 0 -1 1077944384 7475 0 0 0 304 2 0 0 20 0 15 0 45616535 14431232000 750741 33554432000 4194304 4196468 140731329032624 140199741864176 140200633289346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3737] ppid=3721 vsize=14093000 memory=3002964 CPUtime=1.34 cores=1,3,5,7
/proc/3724/task/3737/stat : 3737 (java) S 3721 3724 1636 0 -1 1077944384 14713 0 0 0 132 2 0 0 20 0 15 0 45616535 14431232000 750741 33554432000 4194304 4196468 140731329032624 140199740811376 140200633289346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3738] ppid=3721 vsize=14093000 memory=3002964 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3738/stat : 3738 (java) S 3721 3724 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45616535 14431232000 750741 33554432000 4194304 4196468 140731329032624 140199739758816 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3739] ppid=3721 vsize=14093000 memory=1928 CPUtime=1.04 cores=1,3,5,7
/proc/3724/task/3739/stat : 3739 (java) S 3721 3724 1636 0 -1 1077944384 2145 0 0 0 48 56 0 0 20 0 15 0 45616535 14431232000 750741 33554432000 4194304 4196468 140731329032624 140199738707120 140200633289346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
Current children cumulated CPU time: 2344.19 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 3002964 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2378 s]*
/proc/loadavg: 1.96 1.93 1.93 3/215 3911
/proc/meminfo: memFree=9402128/32770624 swapFree=67108860/67108860
[pid=3724] ppid=3721 vsize=14093000 memory=2999880 CPUtime=2400.01 cores=1,3,5,7
/proc/3724/stat : 3724 (java) S 3721 3724 1636 0 -1 1077944320 381405 0 0 0 239575 426 0 0 20 0 15 0 45616529 14431232000 749970 33554432000 4194304 4196468 140731329032624 140731329015168 140200633278199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
/proc/3724/statm: 3523250 749970 3611 1 0 3485321 0
[pid=3724/tid=3726] ppid=3721 vsize=14093000 memory=8112282956445269571 CPUtime=2373.12 cores=1,3,5,7
/proc/3724/task/3726/stat : 3726 (java) R 3721 3724 1636 0 -1 4202560 169859 0 0 0 237240 72 0 0 20 0 15 0 45616529 14431232000 749970 33554432000 4194304 4196468 140731329032624 140200637516080 140200245732823 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3727] ppid=3721 vsize=14093000 memory=4126316290023845779 CPUtime=4.44 cores=1,3,5,7
/proc/3724/task/3727/stat : 3727 (java) S 3721 3724 1636 0 -1 1077944384 42918 0 0 0 369 75 0 0 20 0 15 0 45616530 14431232000 749970 33554432000 4194304 4196468 140731329032624 140200563366544 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3728] ppid=3721 vsize=14093000 memory=2240 CPUtime=4.4 cores=1,3,5,7
/proc/3724/task/3728/stat : 3728 (java) S 3721 3724 1636 0 -1 1077944384 41123 0 0 0 369 71 0 0 20 0 15 0 45616530 14431232000 749970 33554432000 4194304 4196468 140731329032624 140200562313744 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3729] ppid=3721 vsize=14093000 memory=4132 CPUtime=4.44 cores=1,3,5,7
/proc/3724/task/3729/stat : 3729 (java) S 3721 3724 1636 0 -1 1077944384 38917 0 0 0 371 73 0 0 20 0 15 0 45616530 14431232000 749970 33554432000 4194304 4196468 140731329032624 140200561260944 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3730] ppid=3721 vsize=14093000 memory=928 CPUtime=4.45 cores=1,3,5,7
/proc/3724/task/3730/stat : 3730 (java) S 3721 3724 1636 0 -1 1077944384 37877 0 0 0 372 73 0 0 20 0 15 0 45616530 14431232000 749970 33554432000 4194304 4196468 140731329032624 140200560208144 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3731] ppid=3721 vsize=14093000 memory=1572 CPUtime=0.37 cores=1,3,5,7
/proc/3724/task/3731/stat : 3731 (java) S 3721 3724 1636 0 -1 1077944384 14764 0 0 0 31 6 0 0 20 0 15 0 45616532 14431232000 749970 33554432000 4194304 4196468 140731329032624 140199815031664 140200633289346 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3732] ppid=3721 vsize=14093000 memory=2196 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3732/stat : 3732 (java) S 3721 3724 1636 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 45616532 14431232000 749970 33554432000 4194304 4196468 140731329032624 140199813977696 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3733] ppid=3721 vsize=14093000 memory=6768 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3733/stat : 3733 (java) S 3721 3724 1636 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 45616532 14431232000 749970 33554432000 4194304 4196468 140731329032624 140199745021312 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3734] ppid=3721 vsize=14093000 memory=832 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3734/stat : 3734 (java) S 3721 3724 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45616535 14431232000 749970 33554432000 4194304 4196468 140731329032624 140199743969616 140200633296795 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3735] ppid=3721 vsize=14093000 memory=1408 CPUtime=3.25 cores=1,3,5,7
/proc/3724/task/3735/stat : 3735 (java) S 3721 3724 1636 0 -1 1077944384 10179 0 0 0 322 3 0 0 20 0 15 0 45616535 14431232000 749970 33554432000 4194304 4196468 140731329032624 140199742916976 140200633289346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3736] ppid=3721 vsize=14093000 memory=3220 CPUtime=3.06 cores=1,3,5,7
/proc/3724/task/3736/stat : 3736 (java) S 3721 3724 1636 0 -1 1077944384 7478 0 0 0 304 2 0 0 20 0 15 0 45616535 14431232000 749970 33554432000 4194304 4196468 140731329032624 140199741864176 140200633289346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3737] ppid=3721 vsize=14093000 memory=2999880 CPUtime=1.34 cores=1,3,5,7
/proc/3724/task/3737/stat : 3737 (java) S 3721 3724 1636 0 -1 1077944384 14716 0 0 0 132 2 0 0 20 0 15 0 45616535 14431232000 749970 33554432000 4194304 4196468 140731329032624 140199740811376 140200633289346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3738] ppid=3721 vsize=14093000 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/3724/task/3738/stat : 3738 (java) S 3721 3724 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45616535 14431232000 749970 33554432000 4194304 4196468 140731329032624 140199739758816 140200633288405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
[pid=3724/tid=3739] ppid=3721 vsize=14093000 memory=1408 CPUtime=1.05 cores=1,3,5,7
/proc/3724/task/3739/stat : 3739 (java) S 3721 3724 1636 0 -1 1077944384 2170 0 0 0 48 57 0 0 20 0 15 0 45616535 14431232000 749970 33554432000 4194304 4196468 140731329032624 140199738707120 140200633289346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140731329037384 140731329037577 140731329037577 140731329040335 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 2999880 KiB

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

[startup+2378.03 s]
# the end of solver process 3724 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.77 s, system=4.27872 s

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

Child status: 143
Real time (s): 2378.03
CPU time (s): 2400.04
CPU user time (s): 2395.77
CPU system time (s): 4.27872
CPU usage (%): 100.926
Max. virtual memory (cumulated for all children) (KiB): 14093000
Max. memory (cumulated for all children) (KiB): 4813764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.77
system time used= 4.27872
maximum resident set size= 4813808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 381969
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57990
involuntary context switches= 1373


# summary of solver processes directly reported to runsolver:
#   pid: 3724
#   total CPU time (s): 2400.04
#   total CPU user time (s): 2395.77
#   total CPU system time (s): 4.27872

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3229 second user time and 23.0428 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-22 19:28:53
IDJOB=4292019
IDBENCH=141267
IDSOLVER=2743
FILE ID=node102/4292019-1532280533
RUNJOBID= node102-1532261510-1668
PBS_JOBID= 21018974
Free space on /tmp= 52908 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-test02-0250_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-4292019-1532280533/watcher-4292019-1532280533 -o /tmp/evaluation-result-4292019-1532280533/solver-4292019-1532280533 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532261510-1668 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1677669167 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4292019-1532280533.xml

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

MD5SUM BENCH= 2354d9b784d04df982f0d1b4068abd13
RANDOM SEED=1677669167

node102.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.51
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.51
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.51
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.51
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:        14041032 kB
MemAvailable:   29595064 kB
Buffers:          241792 kB
Cached:         15392688 kB
SwapCached:            0 kB
Active:          4213260 kB
Inactive:       13816696 kB
Active(anon):    2398408 kB
Inactive(anon):    16892 kB
Active(file):    1814852 kB
Inactive(file): 13799804 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            131992 kB
Writeback:             0 kB
AnonPages:       2402328 kB
Mapped:            49400 kB
Shmem:             17036 kB
Slab:             395760 kB
SReclaimable:     367836 kB
SUnreclaim:        27924 kB
KernelStack:        3520 kB
PageTables:         9700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3944836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2277376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 53012 MiB
End job on node102 at 2018-07-22 20:08:32