Trace number 4308358

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-14? (TO) 2520.05 2474.63

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-06-0500_c18.xml
MD5SUM26cacd4a9bde3a1253c36df99f6e4e09
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark840126924
Best CPU time to get the best result obtained on this benchmark2520.18
Satisfiable
(Un)Satisfiability was proved
Number of variables10160
Number of constraints6531
Number of domains106
Minimum domain size2
Maximum domain size145
Distribution of domain sizes[{"size":2,"count":3553},{"size":11,"count":3053},{"size":12,"count":1},{"size":21,"count":9},{"size":23,"count":9},{"size":27,"count":52},{"size":35,"count":16},{"size":38,"count":8},{"size":40,"count":2},{"size":41,"count":37},{"size":43,"count":6},{"size":44,"count":11},{"size":47,"count":21},{"size":49,"count":6},{"size":51,"count":47},{"size":52,"count":4},{"size":53,"count":30},{"size":54,"count":5},{"size":55,"count":1},{"size":60,"count":9},{"size":62,"count":1},{"size":63,"count":27},{"size":65,"count":4},{"size":66,"count":19},{"size":67,"count":33},"...",{"size":102,"count":4}, {"size":103,"count":90}, {"size":104,"count":17}, {"size":105,"count":47}, {"size":107,"count":63}, {"size":108,"count":9}, {"size":109,"count":6}, {"size":111,"count":2}, {"size":112,"count":15}, {"size":113,"count":24}, {"size":116,"count":10}, {"size":117,"count":31}, {"size":119,"count":112}, {"size":120,"count":118}, {"size":121,"count":1}, {"size":122,"count":56}, {"size":129,"count":2}, {"size":131,"count":39}, {"size":132,"count":4}, {"size":133,"count":22}, {"size":136,"count":37}, {"size":138,"count":41}, {"size":139,"count":70}, {"size":140,"count":148}, {"size":145,"count":1779}]
Minimum variable degree2
Maximum variable degree3054
Distribution of variable degrees[{"degree":2,"count":9160},{"degree":3,"count":4},{"degree":4,"count":4},{"degree":5,"count":14},{"degree":6,"count":18},{"degree":7,"count":34},{"degree":8,"count":46},{"degree":9,"count":47},{"degree":10,"count":58},{"degree":11,"count":53},{"degree":12,"count":75},{"degree":13,"count":101},{"degree":14,"count":110},{"degree":15,"count":138},{"degree":16,"count":215},{"degree":17,"count":78},{"degree":18,"count":3},{"degree":19,"count":1},{"degree":3054,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":425},{"arity":3,"count":3053},{"arity":6,"count":3053}]
Number of extensional constraints3053
Number of intensional constraints3478
Distribution of constraint types[{"type":"extension","count":3053},{"type":"intension","count":3478}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.68/0.55	c version: 2018-08-14
0.68/0.55	c seed: 1041969446
0.68/0.55	c timeout: 2520
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
78.40/48.63	c Parsing done, starting search...
2520.01/2474.60	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (10861 MiB free)
  memory of node 1: 16384 MiB (12170 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308358-1534288098/watcher-4308358-1534288098 -o /tmp/evaluation-result-4308358-1534288098/solver-4308358-1534288098 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534270585-30510 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1041969446 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308358-1534288098.xml 

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

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

solver pid=32316, runsolver pid=32313

[startup+0.10815 s]*
/proc/loadavg: 1.27 1.36 1.37 4/215 32331
/proc/meminfo: memFree=23566320/32770624 swapFree=67108196/67108860
[pid=32316] ppid=32313 vsize=14082736 memory=33896 CPUtime=0.12 cores=1,3,5,7
/proc/32316/stat : 32316 (java) S 32313 32316 28983 0 -1 1077944320 7373 0 0 0 11 1 0 0 20 0 15 0 246373093 14420721664 8474 33554432000 4194304 4196468 140728772925232 140728772907776 140381333507831 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
/proc/32316/statm: 3520684 8474 3157 1 0 3482761 0
[pid=32316/tid=32318] ppid=32313 vsize=14082736 memory=-8557575366716198011 CPUtime=0.1 cores=1,3,5,7
/proc/32316/task/32318/stat : 32318 (java) R 32313 32316 28983 0 -1 4202560 5412 0 0 0 9 1 0 0 20 0 15 0 246373094 14420721664 8474 33554432000 4194304 4196468 140728772925232 140381337713584 140381319705776 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32319] ppid=32313 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32319/stat : 32319 (java) S 32313 32316 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246373095 14420721664 8474 33554432000 4194304 4196468 140728772925232 140381286128272 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32320] ppid=32313 vsize=14082736 memory=140425411999360 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32320/stat : 32320 (java) S 32313 32316 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246373095 14420721664 8474 33554432000 4194304 4196468 140728772925232 140381285075472 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32321] ppid=32313 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32321/stat : 32321 (java) S 32313 32316 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246373095 14420721664 8474 33554432000 4194304 4196468 140728772925232 140381284022672 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32322] ppid=32313 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32322/stat : 32322 (java) S 32313 32316 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246373095 14420721664 8474 33554432000 4194304 4196468 140728772925232 140381282969872 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32323] ppid=32313 vsize=14082736 memory=140425411999360 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32323/stat : 32323 (java) S 32313 32316 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246373096 14420721664 8474 33554432000 4194304 4196468 140728772925232 140380875684720 140381333518978 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32324] ppid=32313 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32324/stat : 32324 (java) S 32313 32316 28983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246373096 14420721664 8474 33554432000 4194304 4196468 140728772925232 140380874630688 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32325] ppid=32313 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32325/stat : 32325 (java) S 32313 32316 28983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246373096 14420721664 8474 33554432000 4194304 4196468 140728772925232 140380873577840 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32326] ppid=32313 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32326/stat : 32326 (java) S 32313 32316 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246373099 14420721664 8474 33554432000 4194304 4196468 140728772925232 140380804737360 140381333526427 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32327] ppid=32313 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32327/stat : 32327 (java) S 32313 32316 28983 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 246373099 14420721664 8474 33554432000 4194304 4196468 140728772925232 140380803684720 140381333518978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32328] ppid=32313 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32328/stat : 32328 (java) S 32313 32316 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246373099 14420721664 8474 33554432000 4194304 4196468 140728772925232 140380802631920 140381333518978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32329] ppid=32313 vsize=14082736 memory=140425411999360 CPUtime=0.01 cores=1,3,5,7
/proc/32316/task/32329/stat : 32329 (java) R 32313 32316 28983 0 -1 4202560 281 0 0 0 1 0 0 0 20 0 15 0 246373099 14420721664 8474 33554432000 4194304 4196468 140728772925232 140380801579120 140381312841793 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32330] ppid=32313 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32330/stat : 32330 (java) S 32313 32316 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246373099 14420721664 8474 33554432000 4194304 4196468 140728772925232 140380800526560 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32331] ppid=32313 vsize=14082736 memory=140425411999360 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32331/stat : 32331 (java) S 32313 32316 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246373099 14420721664 8474 33554432000 4194304 4196468 140728772925232 140380799474864 140381333518978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 33896 KiB

[startup+0.213827 s]*
/proc/loadavg: 1.27 1.36 1.37 7/215 32331
/proc/meminfo: memFree=23551436/32770624 swapFree=67108196/67108860
[pid=32316] ppid=32313 vsize=14082736 memory=47344 CPUtime=0.31 cores=1,3,5,7
/proc/32316/stat : 32316 (java) S 32313 32316 28983 0 -1 1077944320 10405 0 0 0 29 2 0 0 20 0 15 0 246373093 14420721664 11836 33554432000 4194304 4196468 140728772925232 140728772907776 140381333507831 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
/proc/32316/statm: 3520684 11836 3400 1 0 3482761 0
[pid=32316/tid=32318] ppid=32313 vsize=14082736 memory=7022364594140610616 CPUtime=0.21 cores=1,3,5,7
/proc/32316/task/32318/stat : 32318 (java) R 32313 32316 28983 0 -1 4202560 8109 0 0 0 19 2 0 0 20 0 15 0 246373094 14420721664 11836 33554432000 4194304 4196468 140728772925232 140381337726128 140381317551461 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32319] ppid=32313 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32319/stat : 32319 (java) S 32313 32316 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246373095 14420721664 11836 33554432000 4194304 4196468 140728772925232 140381286128272 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32320] ppid=32313 vsize=14082736 memory=140425412030127 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32320/stat : 32320 (java) S 32313 32316 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246373095 14420721664 11836 33554432000 4194304 4196468 140728772925232 140381285075472 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32321] ppid=32313 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32321/stat : 32321 (java) S 32313 32316 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246373095 14420721664 11836 33554432000 4194304 4196468 140728772925232 140381284022672 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32322] ppid=32313 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32322/stat : 32322 (java) S 32313 32316 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246373095 14420721664 11836 33554432000 4194304 4196468 140728772925232 140381282969872 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32323] ppid=32313 vsize=14082736 memory=140425411999360 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32323/stat : 32323 (java) S 32313 32316 28983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246373096 14420721664 11836 33554432000 4194304 4196468 140728772925232 140380875684720 140381333518978 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32324] ppid=32313 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32324/stat : 32324 (java) S 32313 32316 28983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246373096 14420721664 11836 33554432000 4194304 4196468 140728772925232 140380874630688 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32325] ppid=32313 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32325/stat : 32325 (java) S 32313 32316 28983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246373096 14420721664 11836 33554432000 4194304 4196468 140728772925232 140380873577840 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32326] ppid=32313 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32326/stat : 32326 (java) S 32313 32316 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246373099 14420721664 11836 33554432000 4194304 4196468 140728772925232 140380804737360 140381333526427 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32327] ppid=32313 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/32316/task/32327/stat : 32327 (java) R 32313 32316 28983 0 -1 1077944384 409 0 0 0 2 0 0 0 20 0 15 0 246373099 14420721664 11836 33554432000 4194304 4196468 140728772925232 140380803684720 140381333518978 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32328] ppid=32313 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/32316/task/32328/stat : 32328 (java) R 32313 32316 28983 0 -1 4202560 203 0 0 0 1 0 0 0 20 0 15 0 246373099 14420721664 11836 33554432000 4194304 4196468 140728772925232 140380802631920 140381315018752 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32329] ppid=32313 vsize=14082736 memory=140425411999360 CPUtime=0.06 cores=1,3,5,7
/proc/32316/task/32329/stat : 32329 (java) R 32313 32316 28983 0 -1 4202560 305 0 0 0 6 0 0 0 20 0 15 0 246373099 14420721664 11836 33554432000 4194304 4196468 140728772925232 140380801574192 140381317588318 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32330] ppid=32313 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32330/stat : 32330 (java) S 32313 32316 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246373099 14420721664 11836 33554432000 4194304 4196468 140728772925232 140380800526560 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32331] ppid=32313 vsize=14082736 memory=140425411999360 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32331/stat : 32331 (java) S 32313 32316 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246373099 14420721664 11836 33554432000 4194304 4196468 140728772925232 140380799474864 140381333518978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47344 KiB

[startup+0.310634 s]*
/proc/loadavg: 1.27 1.36 1.37 3/215 32331
/proc/meminfo: memFree=23548148/32770624 swapFree=67108196/67108860
[pid=32316] ppid=32313 vsize=14082736 memory=50772 CPUtime=0.44 cores=1,3,5,7
/proc/32316/stat : 32316 (java) S 32313 32316 28983 0 -1 1077944320 10792 0 0 0 41 3 0 0 20 0 15 0 246373093 14420721664 12693 33554432000 4194304 4196468 140728772925232 140728772907776 140381333507831 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
/proc/32316/statm: 3520684 12693 3403 1 0 3482761 0
[pid=32316/tid=32318] ppid=32313 vsize=14082736 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/32316/task/32318/stat : 32318 (java) R 32313 32316 28983 0 -1 4202560 8458 0 0 0 28 2 0 0 20 0 15 0 246373094 14420721664 12693 33554432000 4194304 4196468 140728772925232 140381337715664 140381313783706 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32319] ppid=32313 vsize=14082736 memory=288230613314699287 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32319/stat : 32319 (java) S 32313 32316 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246373095 14420721664 12693 33554432000 4194304 4196468 140728772925232 140381286128272 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32320] ppid=32313 vsize=14082736 memory=140425412029963 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32320/stat : 32320 (java) S 32313 32316 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246373095 14420721664 12693 33554432000 4194304 4196468 140728772925232 140381285075472 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32321] ppid=32313 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32321/stat : 32321 (java) S 32313 32316 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246373095 14420721664 12693 33554432000 4194304 4196468 140728772925232 140381284022672 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32322] ppid=32313 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32322/stat : 32322 (java) S 32313 32316 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246373095 14420721664 12693 33554432000 4194304 4196468 140728772925232 140381282969872 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32323] ppid=32313 vsize=14082736 memory=140425411999360 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32323/stat : 32323 (java) S 32313 32316 28983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246373096 14420721664 12693 33554432000 4194304 4196468 140728772925232 140380875684720 140381333518978 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32324] ppid=32313 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32324/stat : 32324 (java) S 32313 32316 28983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246373096 14420721664 12693 33554432000 4194304 4196468 140728772925232 140380874630688 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32325] ppid=32313 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32325/stat : 32325 (java) S 32313 32316 28983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246373096 14420721664 12693 33554432000 4194304 4196468 140728772925232 140380873577840 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32326] ppid=32313 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32326/stat : 32326 (java) S 32313 32316 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246373099 14420721664 12693 33554432000 4194304 4196468 140728772925232 140380804737360 140381333526427 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32327] ppid=32313 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/32316/task/32327/stat : 32327 (java) S 32313 32316 28983 0 -1 1077944384 409 0 0 0 2 0 0 0 20 0 15 0 246373099 14420721664 12693 33554432000 4194304 4196468 140728772925232 140380803684720 140381333518978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32328] ppid=32313 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/32316/task/32328/stat : 32328 (java) S 32313 32316 28983 0 -1 1077944384 219 0 0 0 2 0 0 0 20 0 15 0 246373099 14420721664 12693 33554432000 4194304 4196468 140728772925232 140380802631920 140381333518978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32329] ppid=32313 vsize=14082736 memory=140425411999360 CPUtime=0.08 cores=1,3,5,7
/proc/32316/task/32329/stat : 32329 (java) S 32313 32316 28983 0 -1 1077944384 324 0 0 0 8 0 0 0 20 0 15 0 246373099 14420721664 12693 33554432000 4194304 4196468 140728772925232 140380801579120 140381333518978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32330] ppid=32313 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32330/stat : 32330 (java) S 32313 32316 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246373099 14420721664 12693 33554432000 4194304 4196468 140728772925232 140380800526560 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32331] ppid=32313 vsize=14082736 memory=140425411999360 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32331/stat : 32331 (java) S 32313 32316 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246373099 14420721664 12693 33554432000 4194304 4196468 140728772925232 140380799474864 140381333518978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50772 KiB

[startup+0.70815 s]
/proc/loadavg: 1.27 1.36 1.37 3/215 32331
/proc/meminfo: memFree=23523220/32770624 swapFree=67108196/67108860
[pid=32316] ppid=32313 vsize=14084804 memory=89160 CPUtime=0.99 cores=1,3,5,7
/proc/32316/stat : 32316 (java) S 32313 32316 28983 0 -1 1077944320 17684 0 0 0 93 6 0 0 20 0 15 0 246373093 14422839296 22290 33554432000 4194304 4196468 140728772925232 140728772907776 140381333507831 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
/proc/32316/statm: 3521201 22290 3498 1 0 3483273 0
[pid=32316/tid=32318] ppid=32313 vsize=14084804 memory=1752 CPUtime=0.68 cores=1,3,5,7
/proc/32316/task/32318/stat : 32318 (java) R 32313 32316 28983 0 -1 4202560 14940 0 0 0 64 4 0 0 20 0 15 0 246373094 14422839296 22290 33554432000 4194304 4196468 140728772925232 140381337735248 140381301092536 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32319] ppid=32313 vsize=14084804 memory=844 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32319/stat : 32319 (java) S 32313 32316 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246373095 14422839296 22290 33554432000 4194304 4196468 140728772925232 140381286128272 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32320] ppid=32313 vsize=14084804 memory=10072 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32320/stat : 32320 (java) S 32313 32316 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246373095 14422839296 22290 33554432000 4194304 4196468 140728772925232 140381285075472 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32321] ppid=32313 vsize=14084804 memory=5012 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32321/stat : 32321 (java) S 32313 32316 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246373095 14422839296 22290 33554432000 4194304 4196468 140728772925232 140381284022672 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32322] ppid=32313 vsize=14084804 memory=752 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32322/stat : 32322 (java) S 32313 32316 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246373095 14422839296 22290 33554432000 4194304 4196468 140728772925232 140381282969872 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32323] ppid=32313 vsize=14084804 memory=1124 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32323/stat : 32323 (java) S 32313 32316 28983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246373096 14422839296 22290 33554432000 4194304 4196468 140728772925232 140380875684720 140381333518978 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32324] ppid=32313 vsize=14084804 memory=1824 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32324/stat : 32324 (java) S 32313 32316 28983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246373096 14422839296 22290 33554432000 4194304 4196468 140728772925232 140380874630688 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32325] ppid=32313 vsize=14084804 memory=1356 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32325/stat : 32325 (java) S 32313 32316 28983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246373096 14422839296 22290 33554432000 4194304 4196468 140728772925232 140380873577840 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32326] ppid=32313 vsize=14084804 memory=7236533984234661184 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32326/stat : 32326 (java) S 32313 32316 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246373099 14422839296 22290 33554432000 4194304 4196468 140728772925232 140380804737360 140381333526427 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32327] ppid=32313 vsize=14084804 memory=6369896832034956376 CPUtime=0.07 cores=1,3,5,7
/proc/32316/task/32327/stat : 32327 (java) S 32313 32316 28983 0 -1 1077944384 571 0 0 0 7 0 0 0 20 0 15 0 246373099 14422839296 22290 33554432000 4194304 4196468 140728772925232 140380803684720 140381333518978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32328] ppid=32313 vsize=14084804 memory=6220993253238723945 CPUtime=0.06 cores=1,3,5,7
/proc/32316/task/32328/stat : 32328 (java) S 32313 32316 28983 0 -1 1077944384 376 0 0 0 6 0 0 0 20 0 15 0 246373099 14422839296 22290 33554432000 4194304 4196468 140728772925232 140380802631920 140381333518978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32329] ppid=32313 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/32316/task/32329/stat : 32329 (java) S 32313 32316 28983 0 -1 1077944384 416 0 0 0 15 0 0 0 20 0 15 0 246373099 14422839296 22290 33554432000 4194304 4196468 140728772925232 140380801579120 140381333518978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32330] ppid=32313 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32330/stat : 32330 (java) S 32313 32316 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246373099 14422839296 22290 33554432000 4194304 4196468 140728772925232 140380800526560 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32331] ppid=32313 vsize=14084804 memory=33 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32331/stat : 32331 (java) S 32313 32316 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246373099 14422839296 22290 33554432000 4194304 4196468 140728772925232 140380799474864 140381333518978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89160 KiB

[startup+1.50729 s]
/proc/loadavg: 1.27 1.36 1.37 5/215 32331
/proc/meminfo: memFree=23285660/32770624 swapFree=67108196/67108860
[pid=32316] ppid=32313 vsize=14084804 memory=556120 CPUtime=2.73 cores=1,3,5,7
/proc/32316/stat : 32316 (java) S 32313 32316 28983 0 -1 1077944320 20381 0 0 0 223 50 0 0 20 0 15 0 246373093 14422839296 139030 33554432000 4194304 4196468 140728772925232 140728772907776 140381333507831 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
/proc/32316/statm: 3521201 139030 3557 1 0 3483273 0
[pid=32316/tid=32318] ppid=32313 vsize=14084804 memory=6791534058613427641 CPUtime=1.26 cores=1,3,5,7
/proc/32316/task/32318/stat : 32318 (java) R 32313 32316 28983 0 -1 4202560 15154 0 0 0 111 15 0 0 20 0 15 0 246373094 14422839296 139030 33554432000 4194304 4196468 140728772925232 140381337742688 140381317588318 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32319] ppid=32313 vsize=14084804 memory=-6951259422114956437 CPUtime=0.19 cores=1,3,5,7
/proc/32316/task/32319/stat : 32319 (java) S 32313 32316 28983 0 -1 1077944384 361 0 0 0 12 7 0 0 20 0 15 0 246373095 14422839296 139030 33554432000 4194304 4196468 140728772925232 140381286128272 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32320] ppid=32313 vsize=14084804 memory=-6509546260019855295 CPUtime=0.2 cores=1,3,5,7
/proc/32316/task/32320/stat : 32320 (java) S 32313 32316 28983 0 -1 1077944384 672 0 0 0 12 8 0 0 20 0 15 0 246373095 14422839296 139030 33554432000 4194304 4196468 140728772925232 140381285075472 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32321] ppid=32313 vsize=14084804 memory=-7390251449858225344 CPUtime=0.2 cores=1,3,5,7
/proc/32316/task/32321/stat : 32321 (java) S 32313 32316 28983 0 -1 1077944384 301 0 0 0 12 8 0 0 20 0 15 0 246373095 14422839296 139030 33554432000 4194304 4196468 140728772925232 140381284022672 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32322] ppid=32313 vsize=14084804 memory=4134692831991786133 CPUtime=0.2 cores=1,3,5,7
/proc/32316/task/32322/stat : 32322 (java) S 32313 32316 28983 0 -1 1077944384 391 0 0 0 12 8 0 0 20 0 15 0 246373095 14422839296 139030 33554432000 4194304 4196468 140728772925232 140381282969872 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32323] ppid=32313 vsize=14084804 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32323/stat : 32323 (java) S 32313 32316 28983 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 246373096 14422839296 139030 33554432000 4194304 4196468 140728772925232 140380875684720 140381333518978 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0

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

/proc/32316/task/32318/stat : 32318 (java) R 32313 32316 28983 0 -1 4202560 257514 0 0 0 230931 73 0 0 20 0 15 0 246373094 14429130752 1085087 33554432000 4194304 4196468 140728772925232 140381337745824 140380969536132 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32319] ppid=32313 vsize=14090948 memory=4381388 CPUtime=11.43 cores=1,3,5,7
/proc/32316/task/32319/stat : 32319 (java) S 32313 32316 28983 0 -1 1077944384 100256 0 0 0 995 148 0 0 20 0 15 0 246373095 14429130752 1085087 33554432000 4194304 4196468 140728772925232 140381286128272 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32320] ppid=32313 vsize=14090948 memory=4381388 CPUtime=11.48 cores=1,3,5,7
/proc/32316/task/32320/stat : 32320 (java) S 32313 32316 28983 0 -1 1077944384 112565 0 0 0 1004 144 0 0 20 0 15 0 246373095 14429130752 1085087 33554432000 4194304 4196468 140728772925232 140381285075472 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32321] ppid=32313 vsize=14090948 memory=4340348 CPUtime=11.44 cores=1,3,5,7
/proc/32316/task/32321/stat : 32321 (java) S 32313 32316 28983 0 -1 1077944384 93905 0 0 0 1002 142 0 0 20 0 15 0 246373095 14429130752 1085087 33554432000 4194304 4196468 140728772925232 140381284022672 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32322] ppid=32313 vsize=14090948 memory=4340348 CPUtime=11.34 cores=1,3,5,7
/proc/32316/task/32322/stat : 32322 (java) S 32313 32316 28983 0 -1 1077944384 95480 0 0 0 988 146 0 0 20 0 15 0 246373095 14429130752 1085087 33554432000 4194304 4196468 140728772925232 140381282969872 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32323] ppid=32313 vsize=14090948 memory=4340348 CPUtime=0.57 cores=1,3,5,7
/proc/32316/task/32323/stat : 32323 (java) S 32313 32316 28983 0 -1 1077944384 23052 0 0 0 50 7 0 0 20 0 15 0 246373096 14429130752 1085087 33554432000 4194304 4196468 140728772925232 140380875684720 140381333518978 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32324] ppid=32313 vsize=14090948 memory=4340348 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32324/stat : 32324 (java) S 32313 32316 28983 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 246373096 14429130752 1085087 33554432000 4194304 4196468 140728772925232 140380874630752 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32325] ppid=32313 vsize=14090948 memory=4340348 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32325/stat : 32325 (java) S 32313 32316 28983 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 246373096 14429130752 1085087 33554432000 4194304 4196468 140728772925232 140380873577856 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32326] ppid=32313 vsize=14090948 memory=4340348 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32326/stat : 32326 (java) S 32313 32316 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246373099 14429130752 1085087 33554432000 4194304 4196468 140728772925232 140380804737360 140381333526427 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32327] ppid=32313 vsize=14090948 memory=4340348 CPUtime=3.97 cores=1,3,5,7
/proc/32316/task/32327/stat : 32327 (java) S 32313 32316 28983 0 -1 1077944384 14123 0 0 0 394 3 0 0 20 0 15 0 246373099 14429130752 1085087 33554432000 4194304 4196468 140728772925232 140380803684720 140381333518978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32328] ppid=32313 vsize=14090948 memory=4340348 CPUtime=4.19 cores=1,3,5,7
/proc/32316/task/32328/stat : 32328 (java) S 32313 32316 28983 0 -1 1077944384 16096 0 0 0 416 3 0 0 20 0 15 0 246373099 14429130752 1085087 33554432000 4194304 4196468 140728772925232 140380802631920 140381333518978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32329] ppid=32313 vsize=14090948 memory=3760 CPUtime=1.33 cores=1,3,5,7
/proc/32316/task/32329/stat : 32329 (java) S 32313 32316 28983 0 -1 1077944384 19798 0 0 0 129 4 0 0 20 0 15 0 246373099 14429130752 1085087 33554432000 4194304 4196468 140728772925232 140380801579120 140381333518978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32330] ppid=32313 vsize=14090948 memory=66800 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32330/stat : 32330 (java) S 32313 32316 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246373099 14429130752 1085087 33554432000 4194304 4196468 140728772925232 140380800526560 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32331] ppid=32313 vsize=14090948 memory=6791534058613427641 CPUtime=1.29 cores=1,3,5,7
/proc/32316/task/32331/stat : 32331 (java) S 32313 32316 28983 0 -1 1077944384 2179 0 0 0 54 75 0 0 20 0 15 0 246373099 14429130752 1085087 33554432000 4194304 4196468 140728772925232 140380799474864 140381333518978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
Current children cumulated CPU time: 2367.17 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 4340348 KiB

[startup+2382.3 s]
/proc/loadavg: 1.67 1.62 1.63 3/215 32401
/proc/meminfo: memFree=19127204/32770624 swapFree=67108196/67108860
[pid=32316] ppid=32313 vsize=14090948 memory=4291612 CPUtime=2427.33 cores=1,3,5,7
/proc/32316/stat : 32316 (java) S 32313 32316 28983 0 -1 1077944320 747981 0 0 0 241995 738 0 0 20 0 15 0 246373093 14429130752 1072903 33554432000 4194304 4196468 140728772925232 140728772907776 140381333507831 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
/proc/32316/statm: 3522737 1072903 3610 1 0 3484809 0
[pid=32316/tid=32318] ppid=32313 vsize=14090948 memory=66800 CPUtime=2370 cores=1,3,5,7
/proc/32316/task/32318/stat : 32318 (java) R 32313 32316 28983 0 -1 4202560 260645 0 0 0 236926 74 0 0 20 0 15 0 246373094 14429130752 1072903 33554432000 4194304 4196468 140728772925232 140381337745824 140380959191741 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32319] ppid=32313 vsize=14090948 memory=0 CPUtime=11.47 cores=1,3,5,7
/proc/32316/task/32319/stat : 32319 (java) S 32313 32316 28983 0 -1 1077944384 102203 0 0 0 999 148 0 0 20 0 15 0 246373095 14429130752 1072903 33554432000 4194304 4196468 140728772925232 140381286128272 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32320] ppid=32313 vsize=14090948 memory=4340348 CPUtime=11.53 cores=1,3,5,7
/proc/32316/task/32320/stat : 32320 (java) S 32313 32316 28983 0 -1 1077944384 114977 0 0 0 1008 145 0 0 20 0 15 0 246373095 14429130752 1072903 33554432000 4194304 4196468 140728772925232 140381285075472 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32321] ppid=32313 vsize=14090948 memory=4291612 CPUtime=11.48 cores=1,3,5,7
/proc/32316/task/32321/stat : 32321 (java) S 32313 32316 28983 0 -1 1077944384 95674 0 0 0 1006 142 0 0 20 0 15 0 246373095 14429130752 1072903 33554432000 4194304 4196468 140728772925232 140381284022672 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32322] ppid=32313 vsize=14090948 memory=4291612 CPUtime=11.39 cores=1,3,5,7
/proc/32316/task/32322/stat : 32322 (java) S 32313 32316 28983 0 -1 1077944384 97498 0 0 0 992 147 0 0 20 0 15 0 246373095 14429130752 1072903 33554432000 4194304 4196468 140728772925232 140381282969872 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32323] ppid=32313 vsize=14090948 memory=4291612 CPUtime=0.57 cores=1,3,5,7
/proc/32316/task/32323/stat : 32323 (java) S 32313 32316 28983 0 -1 1077944384 23302 0 0 0 50 7 0 0 20 0 15 0 246373096 14429130752 1072903 33554432000 4194304 4196468 140728772925232 140380875684720 140381333518978 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32324] ppid=32313 vsize=14090948 memory=280850596197344 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32324/stat : 32324 (java) S 32313 32316 28983 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 246373096 14429130752 1072903 33554432000 4194304 4196468 140728772925232 140380874630752 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32325] ppid=32313 vsize=14090948 memory=57 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32325/stat : 32325 (java) S 32313 32316 28983 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 246373096 14429130752 1072903 33554432000 4194304 4196468 140728772925232 140380873577856 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32326] ppid=32313 vsize=14090948 memory=4333676 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32326/stat : 32326 (java) S 32313 32316 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246373099 14429130752 1072903 33554432000 4194304 4196468 140728772925232 140380804737360 140381333526427 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32327] ppid=32313 vsize=14090948 memory=4291612 CPUtime=3.97 cores=1,3,5,7
/proc/32316/task/32327/stat : 32327 (java) S 32313 32316 28983 0 -1 1077944384 14127 0 0 0 394 3 0 0 20 0 15 0 246373099 14429130752 1072903 33554432000 4194304 4196468 140728772925232 140380803684720 140381333518978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32328] ppid=32313 vsize=14090948 memory=4291612 CPUtime=4.19 cores=1,3,5,7
/proc/32316/task/32328/stat : 32328 (java) S 32313 32316 28983 0 -1 1077944384 16103 0 0 0 416 3 0 0 20 0 15 0 246373099 14429130752 1072903 33554432000 4194304 4196468 140728772925232 140380802631920 140381333518978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32329] ppid=32313 vsize=14090948 memory=4291612 CPUtime=1.33 cores=1,3,5,7
/proc/32316/task/32329/stat : 32329 (java) S 32313 32316 28983 0 -1 1077944384 19802 0 0 0 129 4 0 0 20 0 15 0 246373099 14429130752 1072903 33554432000 4194304 4196468 140728772925232 140380801579120 140381333518978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32330] ppid=32313 vsize=14090948 memory=3760 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32330/stat : 32330 (java) S 32313 32316 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246373099 14429130752 1072903 33554432000 4194304 4196468 140728772925232 140380800526560 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32331] ppid=32313 vsize=14090948 memory=2036 CPUtime=1.32 cores=1,3,5,7
/proc/32316/task/32331/stat : 32331 (java) S 32313 32316 28983 0 -1 1077944384 2207 0 0 0 55 77 0 0 20 0 15 0 246373099 14429130752 1072903 33554432000 4194304 4196468 140728772925232 140380799474864 140381333518978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
Current children cumulated CPU time: 2427.33 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 4291612 KiB

[startup+2442.3 s]
/proc/loadavg: 1.69 1.63 1.64 3/215 32402
/proc/meminfo: memFree=19190496/32770624 swapFree=67108196/67108860
[pid=32316] ppid=32313 vsize=14090948 memory=4228000 CPUtime=2487.52 cores=1,3,5,7
/proc/32316/stat : 32316 (java) S 32313 32316 28983 0 -1 1077944320 761106 0 0 0 248011 741 0 0 20 0 15 0 246373093 14429130752 1057000 33554432000 4194304 4196468 140728772925232 140728772907776 140381333507831 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
/proc/32316/statm: 3522737 1057000 3610 1 0 3484809 0
[pid=32316/tid=32318] ppid=32313 vsize=14090948 memory=4228000 CPUtime=2429.94 cores=1,3,5,7
/proc/32316/task/32318/stat : 32318 (java) R 32313 32316 28983 0 -1 4202560 265035 0 0 0 242919 75 0 0 20 0 15 0 246373094 14429130752 1057000 33554432000 4194304 4196468 140728772925232 140381337746080 140380969535862 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32319] ppid=32313 vsize=14090948 memory=1704 CPUtime=11.52 cores=1,3,5,7
/proc/32316/task/32319/stat : 32319 (java) S 32313 32316 28983 0 -1 1077944384 104925 0 0 0 1004 148 0 0 20 0 15 0 246373095 14429130752 1057000 33554432000 4194304 4196468 140728772925232 140381286128272 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32320] ppid=32313 vsize=14090948 memory=4228000 CPUtime=11.57 cores=1,3,5,7
/proc/32316/task/32320/stat : 32320 (java) S 32313 32316 28983 0 -1 1077944384 117287 0 0 0 1012 145 0 0 20 0 15 0 246373095 14429130752 1057000 33554432000 4194304 4196468 140728772925232 140381285075472 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32321] ppid=32313 vsize=14090948 memory=4254164 CPUtime=11.53 cores=1,3,5,7
/proc/32316/task/32321/stat : 32321 (java) S 32313 32316 28983 0 -1 1077944384 96915 0 0 0 1011 142 0 0 20 0 15 0 246373095 14429130752 1057000 33554432000 4194304 4196468 140728772925232 140381284022672 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32322] ppid=32313 vsize=14090948 memory=4254164 CPUtime=11.44 cores=1,3,5,7
/proc/32316/task/32322/stat : 32322 (java) S 32313 32316 28983 0 -1 1077944384 99620 0 0 0 997 147 0 0 20 0 15 0 246373095 14429130752 1057000 33554432000 4194304 4196468 140728772925232 140381282969872 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32323] ppid=32313 vsize=14090948 memory=4254164 CPUtime=0.57 cores=1,3,5,7
/proc/32316/task/32323/stat : 32323 (java) S 32313 32316 28983 0 -1 1077944384 23563 0 0 0 50 7 0 0 20 0 15 0 246373096 14429130752 1057000 33554432000 4194304 4196468 140728772925232 140380875684720 140381333518978 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32324] ppid=32313 vsize=14090948 memory=4254164 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32324/stat : 32324 (java) S 32313 32316 28983 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 246373096 14429130752 1057000 33554432000 4194304 4196468 140728772925232 140380874630752 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32325] ppid=32313 vsize=14090948 memory=4254164 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32325/stat : 32325 (java) S 32313 32316 28983 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 246373096 14429130752 1057000 33554432000 4194304 4196468 140728772925232 140380873577856 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32326] ppid=32313 vsize=14090948 memory=4254164 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32326/stat : 32326 (java) S 32313 32316 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246373099 14429130752 1057000 33554432000 4194304 4196468 140728772925232 140380804737360 140381333526427 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32327] ppid=32313 vsize=14090948 memory=4228000 CPUtime=3.97 cores=1,3,5,7
/proc/32316/task/32327/stat : 32327 (java) S 32313 32316 28983 0 -1 1077944384 14135 0 0 0 394 3 0 0 20 0 15 0 246373099 14429130752 1057000 33554432000 4194304 4196468 140728772925232 140380803684720 140381333518978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32328] ppid=32313 vsize=14090948 memory=4228000 CPUtime=4.19 cores=1,3,5,7
/proc/32316/task/32328/stat : 32328 (java) S 32313 32316 28983 0 -1 1077944384 16114 0 0 0 416 3 0 0 20 0 15 0 246373099 14429130752 1057000 33554432000 4194304 4196468 140728772925232 140380802631920 140381333518978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32329] ppid=32313 vsize=14090948 memory=4228000 CPUtime=1.33 cores=1,3,5,7
/proc/32316/task/32329/stat : 32329 (java) S 32313 32316 28983 0 -1 1077944384 19813 0 0 0 129 4 0 0 20 0 15 0 246373099 14429130752 1057000 33554432000 4194304 4196468 140728772925232 140380801579120 140381333518978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32330] ppid=32313 vsize=14090948 memory=4228000 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32330/stat : 32330 (java) S 32313 32316 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246373099 14429130752 1057000 33554432000 4194304 4196468 140728772925232 140380800526560 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32331] ppid=32313 vsize=14090948 memory=4228000 CPUtime=1.35 cores=1,3,5,7
/proc/32316/task/32331/stat : 32331 (java) S 32313 32316 28983 0 -1 1077944384 2256 0 0 0 56 79 0 0 20 0 15 0 246373099 14429130752 1057000 33554432000 4194304 4196468 140728772925232 140380799474864 140381333518978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
Current children cumulated CPU time: 2487.52 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 4228000 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.6 s]
/proc/loadavg: 1.95 1.70 1.66 3/215 32482
/proc/meminfo: memFree=19443280/32770624 swapFree=67108196/67108860
[pid=32316] ppid=32313 vsize=14090948 memory=4193116 CPUtime=2520.01 cores=1,3,5,7
/proc/32316/stat : 32316 (java) S 32313 32316 28983 0 -1 1077944320 771140 0 0 0 251258 743 0 0 20 0 15 0 246373093 14429130752 1048279 33554432000 4194304 4196468 140728772925232 140728772907776 140381333507831 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
/proc/32316/statm: 3522737 1048279 3610 1 0 3484809 0
[pid=32316/tid=32318] ppid=32313 vsize=14090948 memory=4193116 CPUtime=2462.18 cores=1,3,5,7
/proc/32316/task/32318/stat : 32318 (java) R 32313 32316 28983 0 -1 4202560 266075 0 0 0 246143 75 0 0 20 0 15 0 246373094 14429130752 1048279 33554432000 4194304 4196468 140728772925232 140381337745984 140380959004823 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32319] ppid=32313 vsize=14090948 memory=288230596050944315 CPUtime=11.58 cores=1,3,5,7
/proc/32316/task/32319/stat : 32319 (java) S 32313 32316 28983 0 -1 1077944384 107207 0 0 0 1010 148 0 0 20 0 15 0 246373095 14429130752 1048279 33554432000 4194304 4196468 140728772925232 140381286128272 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32320] ppid=32313 vsize=14090948 memory=3618696400822614530 CPUtime=11.63 cores=1,3,5,7
/proc/32316/task/32320/stat : 32320 (java) S 32313 32316 28983 0 -1 1077944384 119619 0 0 0 1018 145 0 0 20 0 15 0 246373095 14429130752 1048279 33554432000 4194304 4196468 140728772925232 140381285075472 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32321] ppid=32313 vsize=14090948 memory=6791534058613427641 CPUtime=11.59 cores=1,3,5,7
/proc/32316/task/32321/stat : 32321 (java) S 32313 32316 28983 0 -1 1077944384 99355 0 0 0 1017 142 0 0 20 0 15 0 246373095 14429130752 1048279 33554432000 4194304 4196468 140728772925232 140381284022672 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32322] ppid=32313 vsize=14090948 memory=1408 CPUtime=11.49 cores=1,3,5,7
/proc/32316/task/32322/stat : 32322 (java) S 32313 32316 28983 0 -1 1077944384 101310 0 0 0 1002 147 0 0 20 0 15 0 246373095 14429130752 1048279 33554432000 4194304 4196468 140728772925232 140381282969872 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32323] ppid=32313 vsize=14090948 memory=3232 CPUtime=0.57 cores=1,3,5,7
/proc/32316/task/32323/stat : 32323 (java) S 32313 32316 28983 0 -1 1077944384 23808 0 0 0 50 7 0 0 20 0 15 0 246373096 14429130752 1048279 33554432000 4194304 4196468 140728772925232 140380875684720 140381333518978 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32324] ppid=32313 vsize=14090948 memory=4193116 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32324/stat : 32324 (java) S 32313 32316 28983 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 246373096 14429130752 1048279 33554432000 4194304 4196468 140728772925232 140380874630752 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32325] ppid=32313 vsize=14090948 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32325/stat : 32325 (java) S 32313 32316 28983 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 246373096 14429130752 1048279 33554432000 4194304 4196468 140728772925232 140380873577856 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32326] ppid=32313 vsize=14090948 memory=2740 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32326/stat : 32326 (java) S 32313 32316 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246373099 14429130752 1048279 33554432000 4194304 4196468 140728772925232 140380804737360 140381333526427 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32327] ppid=32313 vsize=14090948 memory=161928 CPUtime=3.97 cores=1,3,5,7
/proc/32316/task/32327/stat : 32327 (java) S 32313 32316 28983 0 -1 1077944384 14135 0 0 0 394 3 0 0 20 0 15 0 246373099 14429130752 1048279 33554432000 4194304 4196468 140728772925232 140380803684720 140381333518978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32328] ppid=32313 vsize=14090948 memory=6791534058613427641 CPUtime=4.19 cores=1,3,5,7
/proc/32316/task/32328/stat : 32328 (java) S 32313 32316 28983 0 -1 1077944384 16114 0 0 0 416 3 0 0 20 0 15 0 246373099 14429130752 1048279 33554432000 4194304 4196468 140728772925232 140380802631920 140381333518978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32329] ppid=32313 vsize=14090948 memory=7739275707501013095 CPUtime=1.34 cores=1,3,5,7
/proc/32316/task/32329/stat : 32329 (java) S 32313 32316 28983 0 -1 1077944384 19813 0 0 0 130 4 0 0 20 0 15 0 246373099 14429130752 1048279 33554432000 4194304 4196468 140728772925232 140380801579120 140381333518978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32330] ppid=32313 vsize=14090948 memory=7452965233337329522 CPUtime=0 cores=1,3,5,7
/proc/32316/task/32330/stat : 32330 (java) S 32313 32316 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246373099 14429130752 1048279 33554432000 4194304 4196468 140728772925232 140380800526560 140381333518037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
[pid=32316/tid=32331] ppid=32313 vsize=14090948 memory=7380671257234599488 CPUtime=1.37 cores=1,3,5,7
/proc/32316/task/32331/stat : 32331 (java) S 32313 32316 28983 0 -1 1077944384 2261 0 0 0 57 80 0 0 20 0 15 0 246373099 14429130752 1048279 33554432000 4194304 4196468 140728772925232 140380799474864 140381333518978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8523776 140728772932680 140728772932873 140728772932873 140728772935631 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 4193116 KiB

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

[startup+2474.63 s]
# the end of solver process 32316 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.59 s, system=7.46094 s

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

Child status: 143
Real time (s): 2474.63
CPU time (s): 2520.05
CPU user time (s): 2512.59
CPU system time (s): 7.46094
CPU usage (%): 101.835
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 6628684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.59
system time used= 7.46094
maximum resident set size= 6629312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 771710
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60197
involuntary context switches= 1578


# summary of solver processes directly reported to runsolver:
#   pid: 32316
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2512.59
#   total CPU system time (s): 7.46094

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7194 second user time and 22.2296 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-15 01:08:19
IDJOB=4308358
IDBENCH=141266
IDSOLVER=2791
FILE ID=node151/4308358-1534288098
RUNJOBID= node151-1534270585-30510
PBS_JOBID= 21038114
Free space on /tmp= 43656 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-06-0500_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-4308358-1534288098/watcher-4308358-1534288098 -o /tmp/evaluation-result-4308358-1534288098/solver-4308358-1534288098 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534270585-30510 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1041969446 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308358-1534288098.xml

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

MD5SUM BENCH= 26cacd4a9bde3a1253c36df99f6e4e09
RANDOM SEED=1041969446

node151.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.87
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.87
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.87
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.87
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:        23585976 kB
MemAvailable:   31703348 kB
Buffers:          164192 kB
Cached:          8175932 kB
SwapCached:           12 kB
Active:          4603640 kB
Inactive:        3990564 kB
Active(anon):     203748 kB
Inactive(anon):   102596 kB
Active(file):    4399892 kB
Inactive(file):  3887968 kB
Unevictable:        7820 kB
Mlocked:            7820 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:            252884 kB
Writeback:             0 kB
AnonPages:        261988 kB
Mapped:            69656 kB
Shmem:             49524 kB
Slab:             286392 kB
SReclaimable:     257972 kB
SUnreclaim:        28420 kB
KernelStack:        3504 kB
PageTables:         6056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1266764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    126976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 43620 MiB
End job on node151 at 2018-08-15 01:49:34