Trace number 4312214

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-17SAT (TO)28 252.042 245.415

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-10b_c18.xml
MD5SUM2b2c64c71c05a1ba529c691595973c48
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark28
Best CPU time to get the best result obtained on this benchmark9.32603
Satisfiable
(Un)Satisfiability was proved
Number of variables38
Number of constraints79
Number of domains14
Minimum domain size1
Maximum domain size19
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":21},{"size":3,"count":3},{"size":4,"count":2},{"size":19,"count":10}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":28},{"degree":27,"count":6},{"degree":28,"count":4}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":61},{"arity":11,"count":18}]
Number of extensional constraints0
Number of intensional constraints61
Distribution of constraint types[{"type":"intension","count":61},{"type":"count","count":18}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.67/0.56	c version: 2018-08-17
0.67/0.56	c seed: 544623411
0.67/0.56	c timeout: 252
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.58	c Parsing instance...
1.60/1.10	c Parsing done, starting search...
1.77/1.19	o 36
2.04/1.25	o 35
2.04/1.26	o 31
2.04/1.28	o 29
8.99/5.93	o 28
252.01/245.40	s SATISFIABLE
252.01/245.40	v <instantiation>
252.01/245.40	v 	<list>
252.01/245.40	v 		v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9]
252.01/245.40	v 	</list>
252.01/245.40	v 	<values>
252.01/245.40	v 		-6 -6 1 3 1 -1 6 6 -3 4 1 0 1 0 0 2 0 0 0 2 0 1 1 0 2 0 0 0 5 6 0 0 0 10 0 0 7 0 
252.01/245.40	v 	</values>
252.01/245.40	v </instantiation>

Verifier Data

OK	28

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312214-1534569708/watcher-4312214-1534569708 -o /tmp/evaluation-result-4312214-1534569708/solver-4312214-1534569708 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534569656-23416 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 544623411 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312214-1534569708.xml 

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

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


[startup+0.1004 s]*
/proc/loadavg: 2.16 1.12 0.93 3/219 23626
/proc/meminfo: memFree=20209848/32770624 swapFree=67108856/67108860
[pid=23611] ppid=23608 vsize=14082736 memory=31004 CPUtime=0.12 cores=1,3,5,7
/proc/23611/stat : 23611 (java) S 23608 23611 19620 0 -1 1077944320 6663 0 0 0 10 2 0 0 20 0 15 0 274534019 14420721664 7751 33554432000 4194304 4196468 140737423585280 140737423567824 140623179259639 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
/proc/23611/statm: 3520684 7751 3150 1 0 3482761 0
[pid=23611/tid=23613] ppid=23608 vsize=14082736 memory=-8701690554792187267 CPUtime=0.09 cores=1,3,5,7
/proc/23611/task/23613/stat : 23613 (java) R 23608 23611 19620 0 -1 4202560 4704 0 0 0 8 1 0 0 20 0 15 0 274534020 14420721664 7751 33554432000 4194304 4196468 140737423585280 140623183469064 140623163340126 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23614] ppid=23608 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23614/stat : 23614 (java) S 23608 23611 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274534021 14420721664 7751 33554432000 4194304 4196468 140737423585280 140622774594320 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23615] ppid=23608 vsize=14082736 memory=140603167987328 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23615/stat : 23615 (java) S 23608 23611 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274534021 14420721664 7751 33554432000 4194304 4196468 140737423585280 140622773541776 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23616] ppid=23608 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23616/stat : 23616 (java) S 23608 23611 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274534021 14420721664 7751 33554432000 4194304 4196468 140737423585280 140622772489232 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23617] ppid=23608 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23617/stat : 23617 (java) S 23608 23611 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274534021 14420721664 7751 33554432000 4194304 4196468 140737423585280 140622771436688 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23618] ppid=23608 vsize=14082736 memory=140603167987328 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23618/stat : 23618 (java) S 23608 23611 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274534022 14420721664 7751 33554432000 4194304 4196468 140737423585280 140622653503472 140623179270786 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23619] ppid=23608 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23619/stat : 23619 (java) S 23608 23611 19620 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274534022 14420721664 7751 33554432000 4194304 4196468 140737423585280 140622652449696 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23620] ppid=23608 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23620/stat : 23620 (java) S 23608 23611 19620 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274534023 14420721664 7751 33554432000 4194304 4196468 140737423585280 140622651397104 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23621] ppid=23608 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23621/stat : 23621 (java) S 23608 23611 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274534025 14420721664 7751 33554432000 4194304 4196468 140737423585280 140622650345680 140623179278235 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23622] ppid=23608 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23622/stat : 23622 (java) S 23608 23611 19620 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 274534025 14420721664 7751 33554432000 4194304 4196468 140737423585280 140622649293296 140623179270786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23623] ppid=23608 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23623/stat : 23623 (java) S 23608 23611 19620 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274534025 14420721664 7751 33554432000 4194304 4196468 140737423585280 140622648240752 140623179270786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23624] ppid=23608 vsize=14082736 memory=140603167987328 CPUtime=0.01 cores=1,3,5,7
/proc/23611/task/23624/stat : 23624 (java) S 23608 23611 19620 0 -1 1077944384 279 0 0 0 1 0 0 0 20 0 15 0 274534025 14420721664 7751 33554432000 4194304 4196468 140737423585280 140622647188208 140623179270786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23625] ppid=23608 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23625/stat : 23625 (java) S 23608 23611 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274534025 14420721664 7751 33554432000 4194304 4196468 140737423585280 140622646135904 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23626] ppid=23608 vsize=14082736 memory=140603167987328 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23626/stat : 23626 (java) S 23608 23611 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274534025 14420721664 7751 33554432000 4194304 4196468 140737423585280 140622645082416 140623179270786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31004 KiB

[startup+0.214357 s]*
/proc/loadavg: 2.16 1.12 0.93 5/219 23626
/proc/meminfo: memFree=20194964/32770624 swapFree=67108856/67108860
[pid=23611] ppid=23608 vsize=14082736 memory=47080 CPUtime=0.31 cores=1,3,5,7
/proc/23611/stat : 23611 (java) S 23608 23611 19620 0 -1 1077944320 10394 0 0 0 29 2 0 0 20 0 15 0 274534019 14420721664 11770 33554432000 4194304 4196468 140737423585280 140737423567824 140623179259639 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
/proc/23611/statm: 3520684 11770 3366 1 0 3482761 0
[pid=23611/tid=23613] ppid=23608 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/23611/task/23613/stat : 23613 (java) S 23608 23611 19620 0 -1 1077944384 8081 0 0 0 18 2 0 0 20 0 15 0 274534020 14420721664 11770 33554432000 4194304 4196468 140737423585280 140623183488400 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23614] ppid=23608 vsize=14082736 memory=364 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23614/stat : 23614 (java) S 23608 23611 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274534021 14420721664 11770 33554432000 4194304 4196468 140737423585280 140622774594320 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23615] ppid=23608 vsize=14082736 memory=288370979319699072 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23615/stat : 23615 (java) S 23608 23611 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274534021 14420721664 11770 33554432000 4194304 4196468 140737423585280 140622773541776 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23616] ppid=23608 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23616/stat : 23616 (java) S 23608 23611 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274534021 14420721664 11770 33554432000 4194304 4196468 140737423585280 140622772489232 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23617] ppid=23608 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23617/stat : 23617 (java) S 23608 23611 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274534021 14420721664 11770 33554432000 4194304 4196468 140737423585280 140622771436688 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23618] ppid=23608 vsize=14082736 memory=140603167987328 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23618/stat : 23618 (java) S 23608 23611 19620 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 274534022 14420721664 11770 33554432000 4194304 4196468 140737423585280 140622653503472 140623179270786 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23619] ppid=23608 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23619/stat : 23619 (java) S 23608 23611 19620 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274534022 14420721664 11770 33554432000 4194304 4196468 140737423585280 140622652449696 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23620] ppid=23608 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23620/stat : 23620 (java) S 23608 23611 19620 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274534023 14420721664 11770 33554432000 4194304 4196468 140737423585280 140622651397104 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23621] ppid=23608 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23621/stat : 23621 (java) S 23608 23611 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274534025 14420721664 11770 33554432000 4194304 4196468 140737423585280 140622650345680 140623179278235 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23622] ppid=23608 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23611/task/23622/stat : 23622 (java) S 23608 23611 19620 0 -1 1077944384 448 0 0 0 2 0 0 0 20 0 15 0 274534025 14420721664 11770 33554432000 4194304 4196468 140737423585280 140622649293296 140623179270786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23623] ppid=23608 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/23611/task/23623/stat : 23623 (java) R 23608 23611 19620 0 -1 1077944384 163 0 0 0 1 0 0 0 20 0 15 0 274534025 14420721664 11770 33554432000 4194304 4196468 140737423585280 140622648240752 140623179270786 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23624] ppid=23608 vsize=14082736 memory=140603167987328 CPUtime=0.06 cores=1,3,5,7
/proc/23611/task/23624/stat : 23624 (java) R 23608 23611 19620 0 -1 4202560 320 0 0 0 6 0 0 0 20 0 15 0 274534025 14420721664 11770 33554432000 4194304 4196468 140737423585280 140622647188208 140623179271574 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23625] ppid=23608 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23625/stat : 23625 (java) S 23608 23611 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274534025 14420721664 11770 33554432000 4194304 4196468 140737423585280 140622646135904 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23626] ppid=23608 vsize=14082736 memory=140603167987328 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23626/stat : 23626 (java) S 23608 23611 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274534025 14420721664 11770 33554432000 4194304 4196468 140737423585280 140622645082416 140623179270786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47080 KiB

[startup+0.311281 s]*
/proc/loadavg: 2.16 1.12 0.93 3/219 23626
/proc/meminfo: memFree=20191180/32770624 swapFree=67108856/67108860
[pid=23611] ppid=23608 vsize=14082736 memory=50676 CPUtime=0.44 cores=1,3,5,7
/proc/23611/stat : 23611 (java) S 23608 23611 19620 0 -1 1077944320 10795 0 0 0 41 3 0 0 20 0 15 0 274534019 14420721664 12669 33554432000 4194304 4196468 140737423585280 140737423567824 140623179259639 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
/proc/23611/statm: 3520684 12669 3381 1 0 3482761 0
[pid=23611/tid=23613] ppid=23608 vsize=14082736 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/23611/task/23613/stat : 23613 (java) R 23608 23611 19620 0 -1 4202560 8438 0 0 0 27 2 0 0 20 0 15 0 274534020 14420721664 12669 33554432000 4194304 4196468 140737423585280 140623183467472 140623162446448 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23614] ppid=23608 vsize=14082736 memory=4294982659 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23614/stat : 23614 (java) S 23608 23611 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274534021 14420721664 12669 33554432000 4194304 4196468 140737423585280 140622774594320 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23615] ppid=23608 vsize=14082736 memory=288370979319699072 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23615/stat : 23615 (java) S 23608 23611 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274534021 14420721664 12669 33554432000 4194304 4196468 140737423585280 140622773541776 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23616] ppid=23608 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23616/stat : 23616 (java) S 23608 23611 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274534021 14420721664 12669 33554432000 4194304 4196468 140737423585280 140622772489232 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23617] ppid=23608 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23617/stat : 23617 (java) S 23608 23611 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274534021 14420721664 12669 33554432000 4194304 4196468 140737423585280 140622771436688 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23618] ppid=23608 vsize=14082736 memory=140603167987328 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23618/stat : 23618 (java) S 23608 23611 19620 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 274534022 14420721664 12669 33554432000 4194304 4196468 140737423585280 140622653503472 140623179270786 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23619] ppid=23608 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23619/stat : 23619 (java) S 23608 23611 19620 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274534022 14420721664 12669 33554432000 4194304 4196468 140737423585280 140622652449696 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23620] ppid=23608 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23620/stat : 23620 (java) S 23608 23611 19620 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274534023 14420721664 12669 33554432000 4194304 4196468 140737423585280 140622651397104 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23621] ppid=23608 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23621/stat : 23621 (java) S 23608 23611 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274534025 14420721664 12669 33554432000 4194304 4196468 140737423585280 140622650345680 140623179278235 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23622] ppid=23608 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/23611/task/23622/stat : 23622 (java) S 23608 23611 19620 0 -1 1077944384 448 0 0 0 3 0 0 0 20 0 15 0 274534025 14420721664 12669 33554432000 4194304 4196468 140737423585280 140622649293296 140623179270786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23623] ppid=23608 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/23611/task/23623/stat : 23623 (java) S 23608 23611 19620 0 -1 1077944384 185 0 0 0 2 0 0 0 20 0 15 0 274534025 14420721664 12669 33554432000 4194304 4196468 140737423585280 140622648240752 140623179270786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23624] ppid=23608 vsize=14082736 memory=140603167987328 CPUtime=0.08 cores=1,3,5,7
/proc/23611/task/23624/stat : 23624 (java) S 23608 23611 19620 0 -1 1077944384 342 0 0 0 8 0 0 0 20 0 15 0 274534025 14420721664 12669 33554432000 4194304 4196468 140737423585280 140622647188208 140623179270786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23625] ppid=23608 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23625/stat : 23625 (java) S 23608 23611 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274534025 14420721664 12669 33554432000 4194304 4196468 140737423585280 140622646135904 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23626] ppid=23608 vsize=14082736 memory=140603167987328 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23626/stat : 23626 (java) S 23608 23611 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274534025 14420721664 12669 33554432000 4194304 4196468 140737423585280 140622645082416 140623179270786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50676 KiB

[startup+0.700751 s]
/proc/loadavg: 2.16 1.12 0.93 3/219 23626
/proc/meminfo: memFree=20167004/32770624 swapFree=67108856/67108860
[pid=23611] ppid=23608 vsize=14084804 memory=88800 CPUtime=0.98 cores=1,3,5,7
/proc/23611/stat : 23611 (java) S 23608 23611 19620 0 -1 1077944320 17621 0 0 0 94 4 0 0 20 0 15 0 274534019 14422839296 22200 33554432000 4194304 4196468 140737423585280 140737423567824 140623179259639 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
/proc/23611/statm: 3521201 22200 3499 1 0 3483273 0
[pid=23611/tid=23613] ppid=23608 vsize=14084804 memory=242041606926241 CPUtime=0.67 cores=1,3,5,7
/proc/23611/task/23613/stat : 23613 (java) R 23608 23611 19620 0 -1 4202560 14884 0 0 0 63 4 0 0 20 0 15 0 274534020 14422839296 22200 33554432000 4194304 4196468 140737423585280 140623183474544 140623179281565 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23614] ppid=23608 vsize=14084804 memory=1252454 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23614/stat : 23614 (java) S 23608 23611 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274534021 14422839296 22200 33554432000 4194304 4196468 140737423585280 140622774594320 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23615] ppid=23608 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23615/stat : 23615 (java) S 23608 23611 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274534021 14422839296 22200 33554432000 4194304 4196468 140737423585280 140622773541776 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23616] ppid=23608 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23616/stat : 23616 (java) S 23608 23611 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274534021 14422839296 22200 33554432000 4194304 4196468 140737423585280 140622772489232 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23617] ppid=23608 vsize=14084804 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23617/stat : 23617 (java) S 23608 23611 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274534021 14422839296 22200 33554432000 4194304 4196468 140737423585280 140622771436688 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23618] ppid=23608 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23618/stat : 23618 (java) S 23608 23611 19620 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 274534022 14422839296 22200 33554432000 4194304 4196468 140737423585280 140622653503472 140623179270786 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23619] ppid=23608 vsize=14084804 memory=-6150332182479595363 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23619/stat : 23619 (java) S 23608 23611 19620 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274534022 14422839296 22200 33554432000 4194304 4196468 140737423585280 140622652449696 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23620] ppid=23608 vsize=14084804 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23620/stat : 23620 (java) S 23608 23611 19620 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274534023 14422839296 22200 33554432000 4194304 4196468 140737423585280 140622651397104 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23621] ppid=23608 vsize=14084804 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23621/stat : 23621 (java) S 23608 23611 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274534025 14422839296 22200 33554432000 4194304 4196468 140737423585280 140622650345680 140623179278235 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23622] ppid=23608 vsize=14084804 memory=6944652177228980320 CPUtime=0.06 cores=1,3,5,7
/proc/23611/task/23622/stat : 23622 (java) S 23608 23611 19620 0 -1 1077944384 574 0 0 0 6 0 0 0 20 0 15 0 274534025 14422839296 22200 33554432000 4194304 4196468 140737423585280 140622649293296 140623179270786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23623] ppid=23608 vsize=14084804 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23611/task/23623/stat : 23623 (java) S 23608 23611 19620 0 -1 1077944384 354 0 0 0 8 0 0 0 20 0 15 0 274534025 14422839296 22200 33554432000 4194304 4196468 140737423585280 140622648240752 140623179270786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23624] ppid=23608 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/23611/task/23624/stat : 23624 (java) S 23608 23611 19620 0 -1 1077944384 427 0 0 0 15 0 0 0 20 0 15 0 274534025 14422839296 22200 33554432000 4194304 4196468 140737423585280 140622647188208 140623179270786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23625] ppid=23608 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23625/stat : 23625 (java) S 23608 23611 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274534025 14422839296 22200 33554432000 4194304 4196468 140737423585280 140622646135904 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23626] ppid=23608 vsize=14084804 memory=3868 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23626/stat : 23626 (java) S 23608 23611 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274534025 14422839296 22200 33554432000 4194304 4196468 140737423585280 140622645082416 140623179270786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88800 KiB

[startup+1.5014 s]
/proc/loadavg: 2.16 1.12 0.93 4/219 23626
/proc/meminfo: memFree=20133628/32770624 swapFree=67108856/67108860
[pid=23611] ppid=23608 vsize=14090948 memory=159592 CPUtime=2.98 cores=1,3,5,7
/proc/23611/stat : 23611 (java) S 23608 23611 19620 0 -1 1077944320 26288 0 0 0 289 9 0 0 20 0 15 0 274534019 14429130752 39898 33554432000 4194304 4196468 140737423585280 140737423567824 140623179259639 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
/proc/23611/statm: 3522737 39898 3536 1 0 3484809 0
[pid=23611/tid=23613] ppid=23608 vsize=14090948 memory=3303 CPUtime=1.47 cores=1,3,5,7
/proc/23611/task/23613/stat : 23613 (java) R 23608 23611 19620 0 -1 4202560 19694 0 0 0 140 7 0 0 20 0 15 0 274534020 14429130752 39898 33554432000 4194304 4196468 140737423585280 140623183494904 140622820606752 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23614] ppid=23608 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23614/stat : 23614 (java) S 23608 23611 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274534021 14429130752 39898 33554432000 4194304 4196468 140737423585280 140622774594320 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23615] ppid=23608 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23615/stat : 23615 (java) S 23608 23611 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274534021 14429130752 39898 33554432000 4194304 4196468 140737423585280 140622773541776 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23616] ppid=23608 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23616/stat : 23616 (java) S 23608 23611 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274534021 14429130752 39898 33554432000 4194304 4196468 140737423585280 140622772489232 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23617] ppid=23608 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23617/stat : 23617 (java) S 23608 23611 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274534021 14429130752 39898 33554432000 4194304 4196468 140737423585280 140622771436688 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23618] ppid=23608 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23618/stat : 23618 (java) S 23608 23611 19620 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 274534022 14429130752 39898 33554432000 4194304 4196468 140737423585280 140622653503472 140623179270786 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0

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

/proc/23611/task/23613/stat : 23613 (java) R 23608 23611 19620 0 -1 4202560 25094 0 0 0 10109 10 0 0 20 0 15 0 274534020 14429130752 48998 33554432000 4194304 4196468 140737423585280 140623183497728 140622821884368 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23614] ppid=23608 vsize=14090948 memory=195992 CPUtime=0.46 cores=1,3,5,7
/proc/23611/task/23614/stat : 23614 (java) S 23608 23611 19620 0 -1 1077944384 834 0 0 0 42 4 0 0 20 0 15 0 274534021 14429130752 48998 33554432000 4194304 4196468 140737423585280 140622774594320 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23615] ppid=23608 vsize=14090948 memory=195992 CPUtime=0.47 cores=1,3,5,7
/proc/23611/task/23615/stat : 23615 (java) S 23608 23611 19620 0 -1 1077944384 2198 0 0 0 42 5 0 0 20 0 15 0 274534021 14429130752 48998 33554432000 4194304 4196468 140737423585280 140622773541776 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23616] ppid=23608 vsize=14090948 memory=195992 CPUtime=0.47 cores=1,3,5,7
/proc/23611/task/23616/stat : 23616 (java) S 23608 23611 19620 0 -1 1077944384 2279 0 0 0 43 4 0 0 20 0 15 0 274534021 14429130752 48998 33554432000 4194304 4196468 140737423585280 140622772489232 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23617] ppid=23608 vsize=14090948 memory=56 CPUtime=0.47 cores=1,3,5,7
/proc/23611/task/23617/stat : 23617 (java) S 23608 23611 19620 0 -1 1077944384 2198 0 0 0 41 6 0 0 20 0 15 0 274534021 14429130752 48998 33554432000 4194304 4196468 140737423585280 140622771436688 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23618] ppid=23608 vsize=14090948 memory=4132 CPUtime=0.49 cores=1,3,5,7
/proc/23611/task/23618/stat : 23618 (java) S 23608 23611 19620 0 -1 1077944384 1769 0 0 0 46 3 0 0 20 0 15 0 274534022 14429130752 48998 33554432000 4194304 4196468 140737423585280 140622653503472 140623179270786 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23619] ppid=23608 vsize=14090948 memory=195992 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23619/stat : 23619 (java) S 23608 23611 19620 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 274534022 14429130752 48998 33554432000 4194304 4196468 140737423585280 140622652449696 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23620] ppid=23608 vsize=14090948 memory=195992 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23620/stat : 23620 (java) S 23608 23611 19620 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 274534023 14429130752 48998 33554432000 4194304 4196468 140737423585280 140622651397104 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23621] ppid=23608 vsize=14090948 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23621/stat : 23621 (java) S 23608 23611 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274534025 14429130752 48998 33554432000 4194304 4196468 140737423585280 140622650345680 140623179278235 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23622] ppid=23608 vsize=14090948 memory=6816 CPUtime=1.33 cores=1,3,5,7
/proc/23611/task/23622/stat : 23622 (java) S 23608 23611 19620 0 -1 1077944384 7653 0 0 0 132 1 0 0 20 0 15 0 274534025 14429130752 48998 33554432000 4194304 4196468 140737423585280 140622649293296 140623179270786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23623] ppid=23608 vsize=14090948 memory=1236 CPUtime=1.31 cores=1,3,5,7
/proc/23611/task/23623/stat : 23623 (java) S 23608 23611 19620 0 -1 1077944384 6119 0 0 0 131 0 0 0 20 0 15 0 274534025 14429130752 48998 33554432000 4194304 4196468 140737423585280 140622648240752 140623179270786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23624] ppid=23608 vsize=14090948 memory=195992 CPUtime=0.48 cores=1,3,5,7
/proc/23611/task/23624/stat : 23624 (java) S 23608 23611 19620 0 -1 1077944384 3717 0 0 0 48 0 0 0 20 0 15 0 274534025 14429130752 48998 33554432000 4194304 4196468 140737423585280 140622647188208 140623179270786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23625] ppid=23608 vsize=14090948 memory=2024 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23625/stat : 23625 (java) S 23608 23611 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274534025 14429130752 48998 33554432000 4194304 4196468 140737423585280 140622646135904 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23626] ppid=23608 vsize=14090948 memory=3271 CPUtime=0.04 cores=1,3,5,7
/proc/23611/task/23626/stat : 23626 (java) S 23608 23611 19620 0 -1 1077944384 662 0 0 0 2 2 0 0 20 0 15 0 274534025 14429130752 48998 33554432000 4194304 4196468 140737423585280 140622645082416 140623179270786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
Current children cumulated CPU time: 106.84 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 195992 KiB

[startup+162.301 s]
/proc/loadavg: 1.77 1.34 1.05 3/219 23628
/proc/meminfo: memFree=20033864/32770624 swapFree=67108856/67108860
[pid=23611] ppid=23608 vsize=14090948 memory=206232 CPUtime=167.69 cores=1,3,5,7
/proc/23611/stat : 23611 (java) S 23608 23611 19620 0 -1 1077944320 58273 0 0 0 16724 45 0 0 20 0 15 0 274534019 14429130752 51558 33554432000 4194304 4196468 140737423585280 140737423567824 140623179259639 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
/proc/23611/statm: 3522737 51558 3569 1 0 3484809 0
[pid=23611/tid=23613] ppid=23608 vsize=14090948 memory=206232 CPUtime=160.51 cores=1,3,5,7
/proc/23611/task/23613/stat : 23613 (java) R 23608 23611 19620 0 -1 4202560 26706 0 0 0 16040 11 0 0 20 0 15 0 274534020 14429130752 51558 33554432000 4194304 4196468 140737423585280 140623183497680 140622820490496 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23614] ppid=23608 vsize=14090948 memory=206232 CPUtime=0.77 cores=1,3,5,7
/proc/23611/task/23614/stat : 23614 (java) S 23608 23611 19620 0 -1 1077944384 1119 0 0 0 70 7 0 0 20 0 15 0 274534021 14429130752 51558 33554432000 4194304 4196468 140737423585280 140622774594320 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23615] ppid=23608 vsize=14090948 memory=202136 CPUtime=0.77 cores=1,3,5,7
/proc/23611/task/23615/stat : 23615 (java) S 23608 23611 19620 0 -1 1077944384 3147 0 0 0 70 7 0 0 20 0 15 0 274534021 14429130752 51558 33554432000 4194304 4196468 140737423585280 140622773541776 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23616] ppid=23608 vsize=14090948 memory=4132 CPUtime=0.77 cores=1,3,5,7
/proc/23611/task/23616/stat : 23616 (java) S 23608 23611 19620 0 -1 1077944384 2569 0 0 0 70 7 0 0 20 0 15 0 274534021 14429130752 51558 33554432000 4194304 4196468 140737423585280 140622772489232 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23617] ppid=23608 vsize=14090948 memory=6816 CPUtime=0.78 cores=1,3,5,7
/proc/23611/task/23617/stat : 23617 (java) S 23608 23611 19620 0 -1 1077944384 2562 0 0 0 70 8 0 0 20 0 15 0 274534021 14429130752 51558 33554432000 4194304 4196468 140737423585280 140622771436688 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23618] ppid=23608 vsize=14090948 memory=206232 CPUtime=0.79 cores=1,3,5,7
/proc/23611/task/23618/stat : 23618 (java) S 23608 23611 19620 0 -1 1077944384 2049 0 0 0 74 5 0 0 20 0 15 0 274534022 14429130752 51558 33554432000 4194304 4196468 140737423585280 140622653503472 140623179270786 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23619] ppid=23608 vsize=14090948 memory=3148 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23619/stat : 23619 (java) S 23608 23611 19620 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 274534022 14429130752 51558 33554432000 4194304 4196468 140737423585280 140622652449696 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23620] ppid=23608 vsize=14090948 memory=206232 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23620/stat : 23620 (java) S 23608 23611 19620 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 274534023 14429130752 51558 33554432000 4194304 4196468 140737423585280 140622651397104 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23621] ppid=23608 vsize=14090948 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23621/stat : 23621 (java) S 23608 23611 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274534025 14429130752 51558 33554432000 4194304 4196468 140737423585280 140622650345680 140623179278235 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23622] ppid=23608 vsize=14090948 memory=206232 CPUtime=1.33 cores=1,3,5,7
/proc/23611/task/23622/stat : 23622 (java) S 23608 23611 19620 0 -1 1077944384 7656 0 0 0 132 1 0 0 20 0 15 0 274534025 14429130752 51558 33554432000 4194304 4196468 140737423585280 140622649293296 140623179270786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23623] ppid=23608 vsize=14090948 memory=206232 CPUtime=1.31 cores=1,3,5,7
/proc/23611/task/23623/stat : 23623 (java) S 23608 23611 19620 0 -1 1077944384 6121 0 0 0 131 0 0 0 20 0 15 0 274534025 14429130752 51558 33554432000 4194304 4196468 140737423585280 140622648240752 140623179270786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23624] ppid=23608 vsize=14090948 memory=1920 CPUtime=0.48 cores=1,3,5,7
/proc/23611/task/23624/stat : 23624 (java) S 23608 23611 19620 0 -1 1077944384 4244 0 0 0 48 0 0 0 20 0 15 0 274534025 14429130752 51558 33554432000 4194304 4196468 140737423585280 140622647188208 140623179270786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23625] ppid=23608 vsize=14090948 memory=1192 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23625/stat : 23625 (java) S 23608 23611 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274534025 14429130752 51558 33554432000 4194304 4196468 140737423585280 140622646135904 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23626] ppid=23608 vsize=14090948 memory=206232 CPUtime=0.08 cores=1,3,5,7
/proc/23611/task/23626/stat : 23626 (java) S 23608 23611 19620 0 -1 1077944384 684 0 0 0 4 4 0 0 20 0 15 0 274534025 14429130752 51558 33554432000 4194304 4196468 140737423585280 140622645082416 140623179270786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
Current children cumulated CPU time: 167.69 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 206232 KiB

[startup+222.301 s]
/proc/loadavg: 1.66 1.39 1.08 3/218 23707
/proc/meminfo: memFree=24455072/32770624 swapFree=67108856/67108860
[pid=23611] ppid=23608 vsize=14090948 memory=216472 CPUtime=228.59 cores=1,3,5,7
/proc/23611/stat : 23611 (java) S 23608 23611 19620 0 -1 1077944320 60351 0 0 0 22802 57 0 0 20 0 15 0 274534019 14429130752 54118 33554432000 4194304 4196468 140737423585280 140737423567824 140623179259639 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
/proc/23611/statm: 3522737 54118 3569 1 0 3484809 0
[pid=23611/tid=23613] ppid=23608 vsize=14090948 memory=216472 CPUtime=219.78 cores=1,3,5,7
/proc/23611/task/23613/stat : 23613 (java) R 23608 23611 19620 0 -1 4202560 27910 0 0 0 21965 13 0 0 20 0 15 0 274534020 14429130752 54118 33554432000 4194304 4196468 140737423585280 140623183497600 140622820490496 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23614] ppid=23608 vsize=14090948 memory=100 CPUtime=1.1 cores=1,3,5,7
/proc/23611/task/23614/stat : 23614 (java) S 23608 23611 19620 0 -1 1077944384 1337 0 0 0 101 9 0 0 20 0 15 0 274534021 14429130752 54118 33554432000 4194304 4196468 140737423585280 140622774594320 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23615] ppid=23608 vsize=14090948 memory=214424 CPUtime=1.1 cores=1,3,5,7
/proc/23611/task/23615/stat : 23615 (java) S 23608 23611 19620 0 -1 1077944384 3368 0 0 0 100 10 0 0 20 0 15 0 274534021 14429130752 54118 33554432000 4194304 4196468 140737423585280 140622773541776 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23616] ppid=23608 vsize=14090948 memory=214424 CPUtime=1.1 cores=1,3,5,7
/proc/23611/task/23616/stat : 23616 (java) S 23608 23611 19620 0 -1 1077944384 2786 0 0 0 100 10 0 0 20 0 15 0 274534021 14429130752 54118 33554432000 4194304 4196468 140737423585280 140622772489232 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23617] ppid=23608 vsize=14090948 memory=214424 CPUtime=1.09 cores=1,3,5,7
/proc/23611/task/23617/stat : 23617 (java) S 23608 23611 19620 0 -1 1077944384 2763 0 0 0 99 10 0 0 20 0 15 0 274534021 14429130752 54118 33554432000 4194304 4196468 140737423585280 140622771436688 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23618] ppid=23608 vsize=14090948 memory=216472 CPUtime=1.09 cores=1,3,5,7
/proc/23611/task/23618/stat : 23618 (java) S 23608 23611 19620 0 -1 1077944384 2058 0 0 0 102 7 0 0 20 0 15 0 274534022 14429130752 54118 33554432000 4194304 4196468 140737423585280 140622653503472 140623179270786 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23619] ppid=23608 vsize=14090948 memory=1108 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23619/stat : 23619 (java) S 23608 23611 19620 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 274534022 14429130752 54118 33554432000 4194304 4196468 140737423585280 140622652449696 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23620] ppid=23608 vsize=14090948 memory=10784 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23620/stat : 23620 (java) S 23608 23611 19620 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 274534023 14429130752 54118 33554432000 4194304 4196468 140737423585280 140622651397104 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23621] ppid=23608 vsize=14090948 memory=214424 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23621/stat : 23621 (java) S 23608 23611 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274534025 14429130752 54118 33554432000 4194304 4196468 140737423585280 140622650345680 140623179278235 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23622] ppid=23608 vsize=14090948 memory=214424 CPUtime=1.33 cores=1,3,5,7
/proc/23611/task/23622/stat : 23622 (java) S 23608 23611 19620 0 -1 1077944384 7656 0 0 0 132 1 0 0 20 0 15 0 274534025 14429130752 54118 33554432000 4194304 4196468 140737423585280 140622649293296 140623179270786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23623] ppid=23608 vsize=14090948 memory=216472 CPUtime=1.31 cores=1,3,5,7
/proc/23611/task/23623/stat : 23623 (java) S 23608 23611 19620 0 -1 1077944384 6121 0 0 0 131 0 0 0 20 0 15 0 274534025 14429130752 54118 33554432000 4194304 4196468 140737423585280 140622648240752 140623179270786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23624] ppid=23608 vsize=14090948 memory=216472 CPUtime=0.48 cores=1,3,5,7
/proc/23611/task/23624/stat : 23624 (java) S 23608 23611 19620 0 -1 1077944384 4246 0 0 0 48 0 0 0 20 0 15 0 274534025 14429130752 54118 33554432000 4194304 4196468 140737423585280 140622647188208 140623179270786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23625] ppid=23608 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23625/stat : 23625 (java) S 23608 23611 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274534025 14429130752 54118 33554432000 4194304 4196468 140737423585280 140622646135904 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23626] ppid=23608 vsize=14090948 memory=1192 CPUtime=0.12 cores=1,3,5,7
/proc/23611/task/23626/stat : 23626 (java) S 23608 23611 19620 0 -1 1077944384 690 0 0 0 6 6 0 0 20 0 15 0 274534025 14429130752 54118 33554432000 4194304 4196468 140737423585280 140622645082416 140623179270786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
Current children cumulated CPU time: 228.59 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 216472 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+245.401 s]
/proc/loadavg: 1.71 1.42 1.10 3/218 23707
/proc/meminfo: memFree=24446452/32770624 swapFree=67108856/67108860
[pid=23611] ppid=23608 vsize=14090948 memory=220568 CPUtime=252.01 cores=1,3,5,7
/proc/23611/stat : 23611 (java) S 23608 23611 19620 0 -1 1077944320 62230 0 0 0 25138 63 0 0 20 0 15 0 274534019 14429130752 55142 33554432000 4194304 4196468 140737423585280 140737423567824 140623179259639 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
/proc/23611/statm: 3522737 55142 3569 1 0 3484809 0
[pid=23611/tid=23613] ppid=23608 vsize=14090948 memory=288230596050944315 CPUtime=242.59 cores=1,3,5,7
/proc/23611/task/23613/stat : 23613 (java) R 23608 23611 19620 0 -1 4202560 28530 0 0 0 24246 13 0 0 20 0 15 0 274534020 14429130752 55142 33554432000 4194304 4196468 140737423585280 140623183497728 140622821357534 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23614] ppid=23608 vsize=14090948 memory=16100360058046859 CPUtime=1.21 cores=1,3,5,7
/proc/23611/task/23614/stat : 23614 (java) S 23608 23611 19620 0 -1 1077944384 1385 0 0 0 111 10 0 0 20 0 15 0 274534021 14429130752 55142 33554432000 4194304 4196468 140737423585280 140622774594320 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23615] ppid=23608 vsize=14090948 memory=1108 CPUtime=1.22 cores=1,3,5,7
/proc/23611/task/23615/stat : 23615 (java) S 23608 23611 19620 0 -1 1077944384 3411 0 0 0 111 11 0 0 20 0 15 0 274534021 14429130752 55142 33554432000 4194304 4196468 140737423585280 140622773541776 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23616] ppid=23608 vsize=14090948 memory=1108 CPUtime=1.21 cores=1,3,5,7
/proc/23611/task/23616/stat : 23616 (java) S 23608 23611 19620 0 -1 1077944384 2893 0 0 0 111 10 0 0 20 0 15 0 274534021 14429130752 55142 33554432000 4194304 4196468 140737423585280 140622772489232 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23617] ppid=23608 vsize=14090948 memory=10784 CPUtime=1.22 cores=1,3,5,7
/proc/23611/task/23617/stat : 23617 (java) S 23608 23611 19620 0 -1 1077944384 3546 0 0 0 110 12 0 0 20 0 15 0 274534021 14429130752 55142 33554432000 4194304 4196468 140737423585280 140622771436688 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23618] ppid=23608 vsize=14090948 memory=872 CPUtime=1.2 cores=1,3,5,7
/proc/23611/task/23618/stat : 23618 (java) S 23608 23611 19620 0 -1 1077944384 2310 0 0 0 112 8 0 0 20 0 15 0 274534022 14429130752 55142 33554432000 4194304 4196468 140737423585280 140622653503472 140623179270786 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23619] ppid=23608 vsize=14090948 memory=4280 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23619/stat : 23619 (java) S 23608 23611 19620 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 274534022 14429130752 55142 33554432000 4194304 4196468 140737423585280 140622652449696 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23620] ppid=23608 vsize=14090948 memory=14888 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23620/stat : 23620 (java) S 23608 23611 19620 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 274534023 14429130752 55142 33554432000 4194304 4196468 140737423585280 140622651397104 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23621] ppid=23608 vsize=14090948 memory=3868 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23621/stat : 23621 (java) S 23608 23611 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274534025 14429130752 55142 33554432000 4194304 4196468 140737423585280 140622650345680 140623179278235 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23622] ppid=23608 vsize=14090948 memory=15932 CPUtime=1.33 cores=1,3,5,7
/proc/23611/task/23622/stat : 23622 (java) S 23608 23611 19620 0 -1 1077944384 7659 0 0 0 132 1 0 0 20 0 15 0 274534025 14429130752 55142 33554432000 4194304 4196468 140737423585280 140622649293296 140623179270786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23623] ppid=23608 vsize=14090948 memory=3332 CPUtime=1.31 cores=1,3,5,7
/proc/23611/task/23623/stat : 23623 (java) S 23608 23611 19620 0 -1 1077944384 6123 0 0 0 131 0 0 0 20 0 15 0 274534025 14429130752 55142 33554432000 4194304 4196468 140737423585280 140622648240752 140623179270786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23624] ppid=23608 vsize=14090948 memory=1732 CPUtime=0.48 cores=1,3,5,7
/proc/23611/task/23624/stat : 23624 (java) S 23608 23611 19620 0 -1 1077944384 4249 0 0 0 48 0 0 0 20 0 15 0 274534025 14429130752 55142 33554432000 4194304 4196468 140737423585280 140622647188208 140623179270786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23625] ppid=23608 vsize=14090948 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/23611/task/23625/stat : 23625 (java) S 23608 23611 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274534025 14429130752 55142 33554432000 4194304 4196468 140737423585280 140622646135904 140623179269845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
[pid=23611/tid=23626] ppid=23608 vsize=14090948 memory=174940 CPUtime=0.13 cores=1,3,5,7
/proc/23611/task/23626/stat : 23626 (java) S 23608 23611 19620 0 -1 1077944384 708 0 0 0 6 7 0 0 20 0 15 0 274534025 14429130752 55142 33554432000 4194304 4196468 140737423585280 140622645082416 140623179270786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140737423586383 140737423586574 140737423586574 140737423589327 0
Current children cumulated CPU time: 252.01 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 220568 KiB

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

[startup+245.415 s]
# the end of solver process 23611 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.399 s, system=0.64301 s

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

Child status: 143
Real time (s): 245.415
CPU time (s): 252.042
CPU user time (s): 251.399
CPU system time (s): 0.64301
CPU usage (%): 102.7
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 233688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.399
system time used= 0.64301
maximum resident set size= 235168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63047
page faults= 0
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39637
involuntary context switches= 906


# summary of solver processes directly reported to runsolver:
#   pid: 23611
#   total CPU time (s): 252.042
#   total CPU user time (s): 251.399
#   total CPU system time (s): 0.64301

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.6024 second user time and 2.26096 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-18 07:21:48
IDJOB=4312214
IDBENCH=141320
IDSOLVER=2800
FILE ID=node132/4312214-1534569708
RUNJOBID= node132-1534569656-23416
PBS_JOBID= 21038639
Free space on /tmp= 57652 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-10b_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312214-1534569708/watcher-4312214-1534569708 -o /tmp/evaluation-result-4312214-1534569708/solver-4312214-1534569708 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534569656-23416 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 544623411 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312214-1534569708.xml

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

MD5SUM BENCH= 2b2c64c71c05a1ba529c691595973c48
RANDOM SEED=544623411

node132.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.65
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.65
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.65
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.65
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:        20229620 kB
MemAvailable:   27385668 kB
Buffers:          262484 kB
Cached:          7178516 kB
SwapCached:            4 kB
Active:          8731556 kB
Inactive:        3272240 kB
Active(anon):    4538852 kB
Inactive(anon):    92944 kB
Active(file):    4192704 kB
Inactive(file):  3179296 kB
Unevictable:        6968 kB
Mlocked:            6968 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:             36120 kB
Writeback:             0 kB
AnonPages:       4569120 kB
Mapped:            35288 kB
Shmem:             66204 kB
Slab:             228472 kB
SReclaimable:     199764 kB
SUnreclaim:        28708 kB
KernelStack:        3584 kB
PageTables:        14060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5678932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4339712 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 57684 MiB
End job on node132 at 2018-08-18 07:25:54