Trace number 4307900

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-14SAT (TO)47 2520.04 2477.02

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-15b_c18.xml
MD5SUMb017fe45b316a2eca4ba7804b3adba5f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark42
Best CPU time to get the best result obtained on this benchmark517.492
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints163
Number of domains19
Minimum domain size1
Maximum domain size33
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":36},{"size":3,"count":5},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":33,"count":15}]
Minimum variable degree2
Maximum variable degree47
Distribution of variable degrees[{"degree":2,"count":47},{"degree":46,"count":10},{"degree":47,"count":5}]
Minimum constraint arity2
Maximum constraint arity16
Distribution of constraint arities[{"arity":2,"count":131},{"arity":16,"count":32}]
Number of extensional constraints0
Number of intensional constraints131
Distribution of constraint types[{"type":"intension","count":131},{"type":"count","count":32}]
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.68/0.56	c version: 2018-08-14
0.82/0.63	c seed: 1938569297
0.82/0.63	c timeout: 2520
0.82/0.63	c memlimit: 11000
0.82/0.63	c nbcore: 4
0.82/0.63	c Parsing instance...
1.82/1.17	c Parsing done, starting search...
4.86/2.99	o 67
19.17/16.59	o 60
19.17/16.59	o 58
19.17/16.59	o 50
1049.84/1032.79	o 47
2520.02/2477.01	s SATISFIABLE
2520.02/2477.01	v <instantiation>
2520.02/2477.01	v 	<list>
2520.02/2477.01	v 		v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] np[10] np[11] np[12] np[13] np[14] np[15] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] nf[10] nf[11] nf[12] nf[13] nf[14] nf[15] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11] pp[12] pp[13] pp[14]
2520.02/2477.01	v 	</list>
2520.02/2477.01	v 	<values>
2520.02/2477.01	v 		3 6 5 5 6 -5 6 4 3 4 -3 -6 -6 -4 8 0 0 1 1 1 2 0 0 0 0 0 0 0 0 0 0 0 0 2 2 2 3 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 7 10 8 12 0 
2520.02/2477.01	v 	</values>
2520.02/2477.01	v </instantiation>

Verifier Data

OK	47

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307900-1534290592/watcher-4307900-1534290592 -o /tmp/evaluation-result-4307900-1534290592/solver-4307900-1534290592 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534270595-13936 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1938569297 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307900-1534290592.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
solver pid=16023, runsolver pid=16020
Current StackSize limit: 8192 KiB


[startup+0.100135 s]*
/proc/loadavg: 1.62 1.68 1.78 3/214 16038
/proc/meminfo: memFree=21926800/32770624 swapFree=67108524/67108860
[pid=16023] ppid=16020 vsize=14082736 memory=31484 CPUtime=0.12 cores=1,3,5,7
/proc/16023/stat : 16023 (java) S 16020 16023 12120 0 -1 1077944320 6767 0 0 0 11 1 0 0 20 0 15 0 246622437 14420721664 7871 33554432000 4194304 4196468 140735603950464 140735603933008 140627778039543 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
/proc/16023/statm: 3520684 7871 3154 1 0 3482761 0
[pid=16023/tid=16025] ppid=16020 vsize=14082736 memory=-8253362762721552001 CPUtime=0.09 cores=1,3,5,7
/proc/16023/task/16025/stat : 16025 (java) R 16020 16023 12120 0 -1 4202560 4812 0 0 0 9 0 0 0 20 0 15 0 246622438 14420721664 7871 33554432000 4194304 4196468 140735603950464 140627782265232 140627778061469 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16026] ppid=16020 vsize=14082736 memory=3472468103073592528 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16026/stat : 16026 (java) S 16020 16023 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246622438 14420721664 7871 33554432000 4194304 4196468 140735603950464 140627708127504 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16027] ppid=16020 vsize=14082736 memory=139974178440832 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16027/stat : 16027 (java) S 16020 16023 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246622438 14420721664 7871 33554432000 4194304 4196468 140735603950464 140627707074960 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16028] ppid=16020 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16028/stat : 16028 (java) S 16020 16023 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246622438 14420721664 7871 33554432000 4194304 4196468 140735603950464 140627706022416 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16029] ppid=16020 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16029/stat : 16029 (java) S 16020 16023 12120 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246622438 14420721664 7871 33554432000 4194304 4196468 140735603950464 140627704969872 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16030] ppid=16020 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16030/stat : 16030 (java) S 16020 16023 12120 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246622440 14420721664 7871 33554432000 4194304 4196468 140735603950464 140627117828592 140627778050690 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16031] ppid=16020 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16031/stat : 16031 (java) S 16020 16023 12120 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 246622440 14420721664 7871 33554432000 4194304 4196468 140735603950464 140627116774816 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16032] ppid=16020 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16032/stat : 16032 (java) S 16020 16023 12120 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 246622440 14420721664 7871 33554432000 4194304 4196468 140735603950464 140627115722224 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16033] ppid=16020 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16033/stat : 16033 (java) S 16020 16023 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246622443 14420721664 7871 33554432000 4194304 4196468 140735603950464 140627114670800 140627778058139 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16034] ppid=16020 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16034/stat : 16034 (java) S 16020 16023 12120 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 246622443 14420721664 7871 33554432000 4194304 4196468 140735603950464 140627113617392 140627778050690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16035] ppid=16020 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16035/stat : 16035 (java) S 16020 16023 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246622443 14420721664 7871 33554432000 4194304 4196468 140735603950464 140627112564848 140627778050690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16036] ppid=16020 vsize=14082736 memory=139974178440832 CPUtime=0.01 cores=1,3,5,7
/proc/16023/task/16036/stat : 16036 (java) R 16020 16023 12120 0 -1 4202560 278 0 0 0 1 0 0 0 20 0 15 0 246622443 14420721664 7871 33554432000 4194304 4196468 140735603950464 140627111512304 140627761731220 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16037] ppid=16020 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16037/stat : 16037 (java) S 16020 16023 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246622443 14420721664 7871 33554432000 4194304 4196468 140735603950464 140627110460000 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16038] ppid=16020 vsize=14082736 memory=139974178440832 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16038/stat : 16038 (java) S 16020 16023 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246622443 14420721664 7871 33554432000 4194304 4196468 140735603950464 140627109407536 140627778050690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31484 KiB

[startup+0.210549 s]*
/proc/loadavg: 1.62 1.68 1.78 8/214 16038
/proc/meminfo: memFree=21784260/32770624 swapFree=67108524/67108860
[pid=16023] ppid=16020 vsize=14082736 memory=47276 CPUtime=0.3 cores=1,3,5,7
/proc/16023/stat : 16023 (java) S 16020 16023 12120 0 -1 1077944320 10428 0 0 0 28 2 0 0 20 0 15 0 246622437 14420721664 11819 33554432000 4194304 4196468 140735603950464 140735603933008 140627778039543 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
/proc/16023/statm: 3520684 11819 3370 1 0 3482761 0
[pid=16023/tid=16025] ppid=16020 vsize=14082736 memory=-6966717417093883519 CPUtime=0.2 cores=1,3,5,7
/proc/16023/task/16025/stat : 16025 (java) R 16020 16023 12120 0 -1 4202560 8148 0 0 0 19 1 0 0 20 0 15 0 246622438 14420721664 11819 33554432000 4194304 4196468 140735603950464 140627782267864 140627770276670 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16026] ppid=16020 vsize=14082736 memory=5793855225188334009 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16026/stat : 16026 (java) S 16020 16023 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246622438 14420721664 11819 33554432000 4194304 4196468 140735603950464 140627708127504 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16027] ppid=16020 vsize=14082736 memory=139974178440832 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16027/stat : 16027 (java) S 16020 16023 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246622438 14420721664 11819 33554432000 4194304 4196468 140735603950464 140627707074960 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16028] ppid=16020 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16028/stat : 16028 (java) S 16020 16023 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246622438 14420721664 11819 33554432000 4194304 4196468 140735603950464 140627706022416 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16029] ppid=16020 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16029/stat : 16029 (java) S 16020 16023 12120 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246622438 14420721664 11819 33554432000 4194304 4196468 140735603950464 140627704969872 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16030] ppid=16020 vsize=14082736 memory=139974178440832 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16030/stat : 16030 (java) S 16020 16023 12120 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246622440 14420721664 11819 33554432000 4194304 4196468 140735603950464 140627117828592 140627778050690 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16031] ppid=16020 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16031/stat : 16031 (java) S 16020 16023 12120 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 246622440 14420721664 11819 33554432000 4194304 4196468 140735603950464 140627116774816 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16032] ppid=16020 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16032/stat : 16032 (java) S 16020 16023 12120 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 246622440 14420721664 11819 33554432000 4194304 4196468 140735603950464 140627115722224 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16033] ppid=16020 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16033/stat : 16033 (java) S 16020 16023 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246622443 14420721664 11819 33554432000 4194304 4196468 140735603950464 140627114670800 140627778058139 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16034] ppid=16020 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/16023/task/16034/stat : 16034 (java) R 16020 16023 12120 0 -1 1077944384 344 0 0 0 1 0 0 0 20 0 15 0 246622443 14420721664 11819 33554432000 4194304 4196468 140735603950464 140627113617392 140627778050690 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16035] ppid=16020 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/16023/task/16035/stat : 16035 (java) R 16020 16023 12120 0 -1 4202560 247 0 0 0 1 0 0 0 20 0 15 0 246622443 14420721664 11819 33554432000 4194304 4196468 140735603950464 140627112550872 140627770328992 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16036] ppid=16020 vsize=14082736 memory=139974178440832 CPUtime=0.05 cores=1,3,5,7
/proc/16023/task/16036/stat : 16036 (java) R 16020 16023 12120 0 -1 4202560 306 0 0 0 5 0 0 0 20 0 15 0 246622443 14420721664 11819 33554432000 4194304 4196468 140735603950464 140627111512304 140627770276670 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16037] ppid=16020 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16037/stat : 16037 (java) S 16020 16023 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246622443 14420721664 11819 33554432000 4194304 4196468 140735603950464 140627110460000 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16038] ppid=16020 vsize=14082736 memory=139974178440832 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16038/stat : 16038 (java) S 16020 16023 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246622443 14420721664 11819 33554432000 4194304 4196468 140735603950464 140627109407536 140627778050690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47276 KiB

[startup+0.310644 s]*
/proc/loadavg: 1.62 1.68 1.78 3/214 16038
/proc/meminfo: memFree=21700864/32770624 swapFree=67108524/67108860
[pid=16023] ppid=16020 vsize=14082736 memory=50868 CPUtime=0.44 cores=1,3,5,7
/proc/16023/stat : 16023 (java) S 16020 16023 12120 0 -1 1077944320 10795 0 0 0 42 2 0 0 20 0 15 0 246622437 14420721664 12717 33554432000 4194304 4196468 140735603950464 140735603933008 140627778039543 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
/proc/16023/statm: 3520684 12717 3417 1 0 3482761 0
[pid=16023/tid=16025] ppid=16020 vsize=14082736 memory=-6966717417093883519 CPUtime=0.29 cores=1,3,5,7
/proc/16023/task/16025/stat : 16025 (java) R 16020 16023 12120 0 -1 4202560 8482 0 0 0 28 1 0 0 20 0 15 0 246622438 14420721664 12717 33554432000 4194304 4196468 140735603950464 140627782218472 140627759603135 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16026] ppid=16020 vsize=14082736 memory=5793855225188334009 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16026/stat : 16026 (java) S 16020 16023 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246622438 14420721664 12717 33554432000 4194304 4196468 140735603950464 140627708127504 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16027] ppid=16020 vsize=14082736 memory=279948236472960 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16027/stat : 16027 (java) S 16020 16023 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246622438 14420721664 12717 33554432000 4194304 4196468 140735603950464 140627707074960 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16028] ppid=16020 vsize=14082736 memory=279948116091904 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16028/stat : 16028 (java) S 16020 16023 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246622438 14420721664 12717 33554432000 4194304 4196468 140735603950464 140627706022416 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16029] ppid=16020 vsize=14082736 memory=139974058032143 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16029/stat : 16029 (java) S 16020 16023 12120 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246622438 14420721664 12717 33554432000 4194304 4196468 140735603950464 140627704969872 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16030] ppid=16020 vsize=14082736 memory=279948236482176 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16030/stat : 16030 (java) S 16020 16023 12120 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246622440 14420721664 12717 33554432000 4194304 4196468 140735603950464 140627117828592 140627778050690 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16031] ppid=16020 vsize=14082736 memory=139974058036751 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16031/stat : 16031 (java) S 16020 16023 12120 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 246622440 14420721664 12717 33554432000 4194304 4196468 140735603950464 140627116774816 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16032] ppid=16020 vsize=14082736 memory=139974058054663 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16032/stat : 16032 (java) S 16020 16023 12120 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 246622440 14420721664 12717 33554432000 4194304 4196468 140735603950464 140627115722224 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16033] ppid=16020 vsize=14082736 memory=139974058057302 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16033/stat : 16033 (java) S 16020 16023 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246622443 14420721664 12717 33554432000 4194304 4196468 140735603950464 140627114670800 140627778058139 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16034] ppid=16020 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/16023/task/16034/stat : 16034 (java) S 16020 16023 12120 0 -1 1077944384 346 0 0 0 2 0 0 0 20 0 15 0 246622443 14420721664 12717 33554432000 4194304 4196468 140735603950464 140627113617392 140627778050690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16035] ppid=16020 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/16023/task/16035/stat : 16035 (java) S 16020 16023 12120 0 -1 1077944384 267 0 0 0 2 0 0 0 20 0 15 0 246622443 14420721664 12717 33554432000 4194304 4196468 140735603950464 140627112564848 140627778050690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16036] ppid=16020 vsize=14082736 memory=139974178440832 CPUtime=0.08 cores=1,3,5,7
/proc/16023/task/16036/stat : 16036 (java) S 16020 16023 12120 0 -1 1077944384 316 0 0 0 8 0 0 0 20 0 15 0 246622443 14420721664 12717 33554432000 4194304 4196468 140735603950464 140627111512304 140627778050690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16037] ppid=16020 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16037/stat : 16037 (java) S 16020 16023 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246622443 14420721664 12717 33554432000 4194304 4196468 140735603950464 140627110460000 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16038] ppid=16020 vsize=14082736 memory=139974178472316 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16038/stat : 16038 (java) S 16020 16023 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246622443 14420721664 12717 33554432000 4194304 4196468 140735603950464 140627109407536 140627778050690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50868 KiB

[startup+0.700727 s]
/proc/loadavg: 1.62 1.68 1.78 3/214 16038
/proc/meminfo: memFree=21664640/32770624 swapFree=67108524/67108860
[pid=16023] ppid=16020 vsize=14084804 memory=88964 CPUtime=0.99 cores=1,3,5,7
/proc/16023/stat : 16023 (java) S 16020 16023 12120 0 -1 1077944320 17645 0 0 0 94 5 0 0 20 0 15 0 246622437 14422839296 22241 33554432000 4194304 4196468 140735603950464 140735603933008 140627778039543 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
/proc/16023/statm: 3521201 22241 3498 1 0 3483273 0
[pid=16023/tid=16025] ppid=16020 vsize=14084804 memory=55 CPUtime=0.67 cores=1,3,5,7
/proc/16023/task/16025/stat : 16025 (java) R 16020 16023 12120 0 -1 4202560 14927 0 0 0 64 3 0 0 20 0 15 0 246622438 14422839296 22241 33554432000 4194304 4196468 140735603950464 140627782263760 140627778061469 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16026] ppid=16020 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16026/stat : 16026 (java) S 16020 16023 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246622438 14422839296 22241 33554432000 4194304 4196468 140735603950464 140627708127504 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16027] ppid=16020 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16027/stat : 16027 (java) S 16020 16023 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246622438 14422839296 22241 33554432000 4194304 4196468 140735603950464 140627707074960 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16028] ppid=16020 vsize=14084804 memory=7886766292050916917 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16028/stat : 16028 (java) S 16020 16023 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246622438 14422839296 22241 33554432000 4194304 4196468 140735603950464 140627706022416 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16029] ppid=16020 vsize=14084804 memory=5787216116614979667 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16029/stat : 16029 (java) S 16020 16023 12120 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246622438 14422839296 22241 33554432000 4194304 4196468 140735603950464 140627704969872 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16030] ppid=16020 vsize=14084804 memory=1120 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16030/stat : 16030 (java) S 16020 16023 12120 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246622440 14422839296 22241 33554432000 4194304 4196468 140735603950464 140627117828592 140627778050690 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16031] ppid=16020 vsize=14084804 memory=6068 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16031/stat : 16031 (java) S 16020 16023 12120 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 246622440 14422839296 22241 33554432000 4194304 4196468 140735603950464 140627116774816 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16032] ppid=16020 vsize=14084804 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16032/stat : 16032 (java) S 16020 16023 12120 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 246622440 14422839296 22241 33554432000 4194304 4196468 140735603950464 140627115722224 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16033] ppid=16020 vsize=14084804 memory=4004 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16033/stat : 16033 (java) S 16020 16023 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246622443 14422839296 22241 33554432000 4194304 4196468 140735603950464 140627114670800 140627778058139 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16034] ppid=16020 vsize=14084804 memory=3516 CPUtime=0.07 cores=1,3,5,7
/proc/16023/task/16034/stat : 16034 (java) S 16020 16023 12120 0 -1 1077944384 506 0 0 0 7 0 0 0 20 0 15 0 246622443 14422839296 22241 33554432000 4194304 4196468 140735603950464 140627113617392 140627778050690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16035] ppid=16020 vsize=14084804 memory=872 CPUtime=0.07 cores=1,3,5,7
/proc/16023/task/16035/stat : 16035 (java) S 16020 16023 12120 0 -1 1077944384 426 0 0 0 7 0 0 0 20 0 15 0 246622443 14422839296 22241 33554432000 4194304 4196468 140735603950464 140627112564848 140627778050690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16036] ppid=16020 vsize=14084804 memory=1288 CPUtime=0.15 cores=1,3,5,7
/proc/16023/task/16036/stat : 16036 (java) S 16020 16023 12120 0 -1 1077944384 402 0 0 0 15 0 0 0 20 0 15 0 246622443 14422839296 22241 33554432000 4194304 4196468 140735603950464 140627111512304 140627778050690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16037] ppid=16020 vsize=14084804 memory=1088 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16037/stat : 16037 (java) S 16020 16023 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246622443 14422839296 22241 33554432000 4194304 4196468 140735603950464 140627110460000 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16038] ppid=16020 vsize=14084804 memory=14888 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16038/stat : 16038 (java) S 16020 16023 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246622443 14422839296 22241 33554432000 4194304 4196468 140735603950464 140627109407536 140627778050690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88964 KiB

[startup+1.50699 s]
/proc/loadavg: 1.62 1.68 1.78 5/214 16038
/proc/meminfo: memFree=21640216/32770624 swapFree=67108524/67108860
[pid=16023] ppid=16020 vsize=14090948 memory=197560 CPUtime=2.88 cores=1,3,5,7
/proc/16023/stat : 16023 (java) S 16020 16023 12120 0 -1 1077944320 27055 0 0 0 280 8 0 0 20 0 15 0 246622437 14429130752 49390 33554432000 4194304 4196468 140735603950464 140735603933008 140627778039543 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
/proc/16023/statm: 3522737 49390 3544 1 0 3484809 0
[pid=16023/tid=16025] ppid=16020 vsize=14090948 memory=3712 CPUtime=1.47 cores=1,3,5,7
/proc/16023/task/16025/stat : 16025 (java) R 16020 16023 12120 0 -1 4202560 21596 0 0 0 141 6 0 0 20 0 15 0 246622438 14429130752 49390 33554432000 4194304 4196468 140735603950464 140627782274040 140627385096988 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16026] ppid=16020 vsize=14090948 memory=66924 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16026/stat : 16026 (java) S 16020 16023 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246622438 14429130752 49390 33554432000 4194304 4196468 140735603950464 140627708127504 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16027] ppid=16020 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16027/stat : 16027 (java) S 16020 16023 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246622438 14429130752 49390 33554432000 4194304 4196468 140735603950464 140627707074960 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16028] ppid=16020 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16028/stat : 16028 (java) S 16020 16023 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246622438 14429130752 49390 33554432000 4194304 4196468 140735603950464 140627706022416 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16029] ppid=16020 vsize=14090948 memory=55 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16029/stat : 16029 (java) S 16020 16023 12120 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246622438 14429130752 49390 33554432000 4194304 4196468 140735603950464 140627704969872 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16030] ppid=16020 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16030/stat : 16030 (java) S 16020 16023 12120 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 246622440 14429130752 49390 33554432000 4194304 4196468 140735603950464 140627117828592 140627778050690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0

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

/proc/16023/task/16025/stat : 16025 (java) R 16020 16023 12120 0 -1 4202560 53187 0 0 0 229470 43 0 0 20 0 15 0 246622438 14429130752 156532 33554432000 4194304 4196468 140735603950464 140627782277632 140627386007577 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16026] ppid=16020 vsize=14090948 memory=622032 CPUtime=13.21 cores=1,3,5,7
/proc/16023/task/16026/stat : 16026 (java) S 16020 16023 12120 0 -1 1077944384 3872 0 0 0 1248 73 0 0 20 0 15 0 246622438 14429130752 156532 33554432000 4194304 4196468 140735603950464 140627708127504 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16027] ppid=16020 vsize=14090948 memory=624080 CPUtime=13.23 cores=1,3,5,7
/proc/16023/task/16027/stat : 16027 (java) S 16020 16023 12120 0 -1 1077944384 6515 0 0 0 1255 68 0 0 20 0 15 0 246622438 14429130752 156532 33554432000 4194304 4196468 140735603950464 140627707074960 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16028] ppid=16020 vsize=14090948 memory=624080 CPUtime=13.23 cores=1,3,5,7
/proc/16023/task/16028/stat : 16028 (java) S 16020 16023 12120 0 -1 1077944384 4359 0 0 0 1253 70 0 0 20 0 15 0 246622438 14429130752 156532 33554432000 4194304 4196468 140735603950464 140627706022416 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16029] ppid=16020 vsize=14090948 memory=624080 CPUtime=13.22 cores=1,3,5,7
/proc/16023/task/16029/stat : 16029 (java) S 16020 16023 12120 0 -1 1077944384 3669 0 0 0 1255 67 0 0 20 0 15 0 246622438 14429130752 156532 33554432000 4194304 4196468 140735603950464 140627704969872 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16030] ppid=16020 vsize=14090948 memory=0 CPUtime=9.95 cores=1,3,5,7
/proc/16023/task/16030/stat : 16030 (java) S 16020 16023 12120 0 -1 1077944384 5855 0 0 0 927 68 0 0 20 0 15 0 246622440 14429130752 156532 33554432000 4194304 4196468 140735603950464 140627117828592 140627778050690 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16031] ppid=16020 vsize=14090948 memory=624080 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16031/stat : 16031 (java) S 16020 16023 12120 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 246622440 14429130752 156532 33554432000 4194304 4196468 140735603950464 140627116774880 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16032] ppid=16020 vsize=14090948 memory=624080 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16032/stat : 16032 (java) S 16020 16023 12120 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 246622440 14429130752 156532 33554432000 4194304 4196468 140735603950464 140627115722240 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16033] ppid=16020 vsize=14090948 memory=3712 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16033/stat : 16033 (java) S 16020 16023 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246622443 14429130752 156532 33554432000 4194304 4196468 140735603950464 140627114670800 140627778058139 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16034] ppid=16020 vsize=14090948 memory=6791534058613427641 CPUtime=1.12 cores=1,3,5,7
/proc/16023/task/16034/stat : 16034 (java) S 16020 16023 12120 0 -1 1077944384 3884 0 0 0 111 1 0 0 20 0 15 0 246622443 14429130752 156532 33554432000 4194304 4196468 140735603950464 140627113617392 140627778050690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16035] ppid=16020 vsize=14090948 memory=1692 CPUtime=1.1 cores=1,3,5,7
/proc/16023/task/16035/stat : 16035 (java) S 16020 16023 12120 0 -1 1077944384 5495 0 0 0 110 0 0 0 20 0 15 0 246622443 14429130752 156532 33554432000 4194304 4196468 140735603950464 140627112564848 140627778050690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16036] ppid=16020 vsize=14090948 memory=752 CPUtime=0.58 cores=1,3,5,7
/proc/16023/task/16036/stat : 16036 (java) S 16020 16023 12120 0 -1 1077944384 5127 0 0 0 57 1 0 0 20 0 15 0 246622443 14429130752 156532 33554432000 4194304 4196468 140735603950464 140627111512304 140627778050690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16037] ppid=16020 vsize=14090948 memory=1828 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16037/stat : 16037 (java) S 16020 16023 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246622443 14429130752 156532 33554432000 4194304 4196468 140735603950464 140627110460000 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16038] ppid=16020 vsize=14090948 memory=626128 CPUtime=1.46 cores=1,3,5,7
/proc/16023/task/16038/stat : 16038 (java) S 16020 16023 12120 0 -1 1077944384 1347 0 0 0 66 80 0 0 20 0 15 0 246622443 14429130752 156532 33554432000 4194304 4196468 140735603950464 140627109407536 140627778050690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
Current children cumulated CPU time: 2362.33 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 626128 KiB

[startup+2382.3 s]
/proc/loadavg: 1.28 1.34 1.43 3/215 16188
/proc/meminfo: memFree=23568288/32770624 swapFree=67108524/67108860
[pid=16023] ppid=16020 vsize=14090948 memory=632272 CPUtime=2423.52 cores=1,3,5,7
/proc/16023/stat : 16023 (java) S 16020 16023 12120 0 -1 1077944320 96153 0 0 0 241958 394 0 0 20 0 15 0 246622437 14429130752 158068 33554432000 4194304 4196468 140735603950464 140735603933008 140627778039543 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
/proc/16023/statm: 3522737 158068 3569 1 0 3484809 0
[pid=16023/tid=16025] ppid=16020 vsize=14090948 memory=2132 CPUtime=2354.44 cores=1,3,5,7
/proc/16023/task/16025/stat : 16025 (java) R 16020 16023 12120 0 -1 4202560 53739 0 0 0 235400 44 0 0 20 0 15 0 246622438 14429130752 158068 33554432000 4194304 4196468 140735603950464 140627782277632 140627380617093 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16026] ppid=16020 vsize=14090948 memory=628176 CPUtime=13.61 cores=1,3,5,7
/proc/16023/task/16026/stat : 16026 (java) S 16020 16023 12120 0 -1 1077944384 4183 0 0 0 1287 74 0 0 20 0 15 0 246622438 14429130752 158068 33554432000 4194304 4196468 140735603950464 140627708127504 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16027] ppid=16020 vsize=14090948 memory=632272 CPUtime=13.64 cores=1,3,5,7
/proc/16023/task/16027/stat : 16027 (java) S 16020 16023 12120 0 -1 1077944384 6713 0 0 0 1295 69 0 0 20 0 15 0 246622438 14429130752 158068 33554432000 4194304 4196468 140735603950464 140627707074960 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16028] ppid=16020 vsize=14090948 memory=626128 CPUtime=13.64 cores=1,3,5,7
/proc/16023/task/16028/stat : 16028 (java) S 16020 16023 12120 0 -1 1077944384 4413 0 0 0 1293 71 0 0 20 0 15 0 246622438 14429130752 158068 33554432000 4194304 4196468 140735603950464 140627706022416 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16029] ppid=16020 vsize=14090948 memory=622032 CPUtime=13.62 cores=1,3,5,7
/proc/16023/task/16029/stat : 16029 (java) S 16020 16023 12120 0 -1 1077944384 3778 0 0 0 1295 67 0 0 20 0 15 0 246622438 14429130752 158068 33554432000 4194304 4196468 140735603950464 140627704969872 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16030] ppid=16020 vsize=14090948 memory=628176 CPUtime=10.16 cores=1,3,5,7
/proc/16023/task/16030/stat : 16030 (java) S 16020 16023 12120 0 -1 1077944384 6028 0 0 0 947 69 0 0 20 0 15 0 246622440 14429130752 158068 33554432000 4194304 4196468 140735603950464 140627117828592 140627778050690 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16031] ppid=16020 vsize=14090948 memory=628176 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16031/stat : 16031 (java) S 16020 16023 12120 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 246622440 14429130752 158068 33554432000 4194304 4196468 140735603950464 140627116774880 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16032] ppid=16020 vsize=14090948 memory=632272 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16032/stat : 16032 (java) S 16020 16023 12120 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 246622440 14429130752 158068 33554432000 4194304 4196468 140735603950464 140627115722240 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16033] ppid=16020 vsize=14090948 memory=632272 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16033/stat : 16033 (java) S 16020 16023 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246622443 14429130752 158068 33554432000 4194304 4196468 140735603950464 140627114670800 140627778058139 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16034] ppid=16020 vsize=14090948 memory=112 CPUtime=1.12 cores=1,3,5,7
/proc/16023/task/16034/stat : 16034 (java) S 16020 16023 12120 0 -1 1077944384 3886 0 0 0 111 1 0 0 20 0 15 0 246622443 14429130752 158068 33554432000 4194304 4196468 140735603950464 140627113617392 140627778050690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16035] ppid=16020 vsize=14090948 memory=3980 CPUtime=1.1 cores=1,3,5,7
/proc/16023/task/16035/stat : 16035 (java) S 16020 16023 12120 0 -1 1077944384 5497 0 0 0 110 0 0 0 20 0 15 0 246622443 14429130752 158068 33554432000 4194304 4196468 140735603950464 140627112564848 140627778050690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16036] ppid=16020 vsize=14090948 memory=3712 CPUtime=0.58 cores=1,3,5,7
/proc/16023/task/16036/stat : 16036 (java) S 16020 16023 12120 0 -1 1077944384 5129 0 0 0 57 1 0 0 20 0 15 0 246622443 14429130752 158068 33554432000 4194304 4196468 140735603950464 140627111512304 140627778050690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16037] ppid=16020 vsize=14090948 memory=2072 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16037/stat : 16037 (java) S 16020 16023 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246622443 14429130752 158068 33554432000 4194304 4196468 140735603950464 140627110460000 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16038] ppid=16020 vsize=14090948 memory=1740 CPUtime=1.49 cores=1,3,5,7
/proc/16023/task/16038/stat : 16038 (java) S 16020 16023 12120 0 -1 1077944384 1362 0 0 0 68 81 0 0 20 0 15 0 246622443 14429130752 158068 33554432000 4194304 4196468 140735603950464 140627109407536 140627778050690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
Current children cumulated CPU time: 2423.52 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 632272 KiB

[startup+2442.3 s]
/proc/loadavg: 1.29 1.34 1.42 3/216 16197
/proc/meminfo: memFree=23552984/32770624 swapFree=67108524/67108860
[pid=16023] ppid=16020 vsize=14090948 memory=640464 CPUtime=2484.64 cores=1,3,5,7
/proc/16023/stat : 16023 (java) S 16020 16023 12120 0 -1 1077944320 97716 0 0 0 248061 403 0 0 20 0 15 0 246622437 14429130752 160116 33554432000 4194304 4196468 140735603950464 140735603933008 140627778039543 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
/proc/16023/statm: 3522737 160116 3569 1 0 3484809 0
[pid=16023/tid=16025] ppid=16020 vsize=14090948 memory=640464 CPUtime=2413.78 cores=1,3,5,7
/proc/16023/task/16025/stat : 16025 (java) R 16020 16023 12120 0 -1 4202560 54578 0 0 0 241334 44 0 0 20 0 15 0 246622438 14429130752 160116 33554432000 4194304 4196468 140735603950464 140627782277728 140627384700972 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16026] ppid=16020 vsize=14090948 memory=1168 CPUtime=14.01 cores=1,3,5,7
/proc/16023/task/16026/stat : 16026 (java) S 16020 16023 12120 0 -1 1077944384 4377 0 0 0 1324 77 0 0 20 0 15 0 246622438 14429130752 160116 33554432000 4194304 4196468 140735603950464 140627708127504 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16027] ppid=16020 vsize=14090948 memory=638416 CPUtime=14.03 cores=1,3,5,7
/proc/16023/task/16027/stat : 16027 (java) S 16020 16023 12120 0 -1 1077944384 6793 0 0 0 1332 71 0 0 20 0 15 0 246622438 14429130752 160116 33554432000 4194304 4196468 140735603950464 140627707074960 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16028] ppid=16020 vsize=14090948 memory=634320 CPUtime=14.02 cores=1,3,5,7
/proc/16023/task/16028/stat : 16028 (java) S 16020 16023 12120 0 -1 1077944384 4433 0 0 0 1330 72 0 0 20 0 15 0 246622438 14429130752 160116 33554432000 4194304 4196468 140735603950464 140627706022416 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16029] ppid=16020 vsize=14090948 memory=634320 CPUtime=14.01 cores=1,3,5,7
/proc/16023/task/16029/stat : 16029 (java) S 16020 16023 12120 0 -1 1077944384 4011 0 0 0 1332 69 0 0 20 0 15 0 246622438 14429130752 160116 33554432000 4194304 4196468 140735603950464 140627704969872 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16030] ppid=16020 vsize=14090948 memory=628176 CPUtime=10.36 cores=1,3,5,7
/proc/16023/task/16030/stat : 16030 (java) S 16020 16023 12120 0 -1 1077944384 6208 0 0 0 965 71 0 0 20 0 15 0 246622440 14429130752 160116 33554432000 4194304 4196468 140735603950464 140627117828592 140627778050690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16031] ppid=16020 vsize=14090948 memory=638416 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16031/stat : 16031 (java) S 16020 16023 12120 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 246622440 14429130752 160116 33554432000 4194304 4196468 140735603950464 140627116774880 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16032] ppid=16020 vsize=14090948 memory=638416 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16032/stat : 16032 (java) S 16020 16023 12120 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 246622440 14429130752 160116 33554432000 4194304 4196468 140735603950464 140627115722240 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16033] ppid=16020 vsize=14090948 memory=638416 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16033/stat : 16033 (java) S 16020 16023 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246622443 14429130752 160116 33554432000 4194304 4196468 140735603950464 140627114670800 140627778058139 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16034] ppid=16020 vsize=14090948 memory=638416 CPUtime=1.12 cores=1,3,5,7
/proc/16023/task/16034/stat : 16034 (java) S 16020 16023 12120 0 -1 1077944384 3888 0 0 0 111 1 0 0 20 0 15 0 246622443 14429130752 160116 33554432000 4194304 4196468 140735603950464 140627113617392 140627778050690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16035] ppid=16020 vsize=14090948 memory=638416 CPUtime=1.1 cores=1,3,5,7
/proc/16023/task/16035/stat : 16035 (java) S 16020 16023 12120 0 -1 1077944384 5499 0 0 0 110 0 0 0 20 0 15 0 246622443 14429130752 160116 33554432000 4194304 4196468 140735603950464 140627112564848 140627778050690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16036] ppid=16020 vsize=14090948 memory=638416 CPUtime=0.58 cores=1,3,5,7
/proc/16023/task/16036/stat : 16036 (java) S 16020 16023 12120 0 -1 1077944384 5131 0 0 0 57 1 0 0 20 0 15 0 246622443 14429130752 160116 33554432000 4194304 4196468 140735603950464 140627111512304 140627778050690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16037] ppid=16020 vsize=14090948 memory=640464 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16037/stat : 16037 (java) S 16020 16023 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246622443 14429130752 160116 33554432000 4194304 4196468 140735603950464 140627110460000 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16038] ppid=16020 vsize=14090948 memory=56 CPUtime=1.53 cores=1,3,5,7
/proc/16023/task/16038/stat : 16038 (java) S 16020 16023 12120 0 -1 1077944384 1373 0 0 0 69 84 0 0 20 0 15 0 246622443 14429130752 160116 33554432000 4194304 4196468 140735603950464 140627109407536 140627778050690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
Current children cumulated CPU time: 2484.64 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 640464 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477 s]*
/proc/loadavg: 1.44 1.36 1.43 3/216 16198
/proc/meminfo: memFree=23545144/32770624 swapFree=67108524/67108860
[pid=16023] ppid=16020 vsize=14090948 memory=644560 CPUtime=2520.02 cores=1,3,5,7
/proc/16023/stat : 16023 (java) S 16020 16023 12120 0 -1 1077944320 98485 0 0 0 251595 407 0 0 20 0 15 0 246622437 14429130752 161140 33554432000 4194304 4196468 140735603950464 140735603933008 140627778039543 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
/proc/16023/statm: 3522737 161140 3569 1 0 3484809 0
[pid=16023/tid=16025] ppid=16020 vsize=14090948 memory=1398720917958146503 CPUtime=2448.13 cores=1,3,5,7
/proc/16023/task/16025/stat : 16025 (java) R 16020 16023 12120 0 -1 4202560 55041 0 0 0 244768 45 0 0 20 0 15 0 246622438 14429130752 161140 33554432000 4194304 4196468 140735603950464 140627782277472 140627385812596 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16026] ppid=16020 vsize=14090948 memory=-7003737579269690708 CPUtime=14.23 cores=1,3,5,7
/proc/16023/task/16026/stat : 16026 (java) S 16020 16023 12120 0 -1 1077944384 4429 0 0 0 1346 77 0 0 20 0 15 0 246622438 14429130752 161140 33554432000 4194304 4196468 140735603950464 140627708127504 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16027] ppid=16020 vsize=14090948 memory=3516 CPUtime=14.25 cores=1,3,5,7
/proc/16023/task/16027/stat : 16027 (java) S 16020 16023 12120 0 -1 1077944384 6829 0 0 0 1354 71 0 0 20 0 15 0 246622438 14429130752 161140 33554432000 4194304 4196468 140735603950464 140627707074960 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16028] ppid=16020 vsize=14090948 memory=872 CPUtime=14.25 cores=1,3,5,7
/proc/16023/task/16028/stat : 16028 (java) S 16020 16023 12120 0 -1 1077944384 4545 0 0 0 1352 73 0 0 20 0 15 0 246622438 14429130752 161140 33554432000 4194304 4196468 140735603950464 140627706022416 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16029] ppid=16020 vsize=14090948 memory=1288 CPUtime=14.24 cores=1,3,5,7
/proc/16023/task/16029/stat : 16029 (java) S 16020 16023 12120 0 -1 1077944384 4012 0 0 0 1354 70 0 0 20 0 15 0 246622438 14429130752 161140 33554432000 4194304 4196468 140735603950464 140627704969872 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16030] ppid=16020 vsize=14090948 memory=6791534058613427641 CPUtime=10.46 cores=1,3,5,7
/proc/16023/task/16030/stat : 16030 (java) S 16020 16023 12120 0 -1 1077944384 6210 0 0 0 975 71 0 0 20 0 15 0 246622440 14429130752 161140 33554432000 4194304 4196468 140735603950464 140627117828592 140627778050690 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16031] ppid=16020 vsize=14090948 memory=-6371046196143756636 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16031/stat : 16031 (java) S 16020 16023 12120 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 246622440 14429130752 161140 33554432000 4194304 4196468 140735603950464 140627116774880 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16032] ppid=16020 vsize=14090948 memory=-7042677462204639330 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16032/stat : 16032 (java) S 16020 16023 12120 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 246622440 14429130752 161140 33554432000 4194304 4196468 140735603950464 140627115722240 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16033] ppid=16020 vsize=14090948 memory=642512 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16033/stat : 16033 (java) S 16020 16023 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246622443 14429130752 161140 33554432000 4194304 4196468 140735603950464 140627114670800 140627778058139 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16034] ppid=16020 vsize=14090948 memory=1168 CPUtime=1.12 cores=1,3,5,7
/proc/16023/task/16034/stat : 16034 (java) S 16020 16023 12120 0 -1 1077944384 3888 0 0 0 111 1 0 0 20 0 15 0 246622443 14429130752 161140 33554432000 4194304 4196468 140735603950464 140627113617392 140627778050690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16035] ppid=16020 vsize=14090948 memory=2132 CPUtime=1.1 cores=1,3,5,7
/proc/16023/task/16035/stat : 16035 (java) S 16020 16023 12120 0 -1 1077944384 5499 0 0 0 110 0 0 0 20 0 15 0 246622443 14429130752 161140 33554432000 4194304 4196468 140735603950464 140627112564848 140627778050690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16036] ppid=16020 vsize=14090948 memory=2580 CPUtime=0.58 cores=1,3,5,7
/proc/16023/task/16036/stat : 16036 (java) S 16020 16023 12120 0 -1 1077944384 5232 0 0 0 57 1 0 0 20 0 15 0 246622443 14429130752 161140 33554432000 4194304 4196468 140735603950464 140627111512304 140627778050690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16037] ppid=16020 vsize=14090948 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/16023/task/16037/stat : 16037 (java) S 16020 16023 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246622443 14429130752 161140 33554432000 4194304 4196468 140735603950464 140627110460000 140627778049749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
[pid=16023/tid=16038] ppid=16020 vsize=14090948 memory=3228 CPUtime=1.55 cores=1,3,5,7
/proc/16023/task/16038/stat : 16038 (java) S 16020 16023 12120 0 -1 1077944384 1375 0 0 0 70 85 0 0 20 0 15 0 246622443 14429130752 161140 33554432000 4194304 4196468 140735603950464 140627109407536 140627778050690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38748160 140735603958856 140735603959049 140735603959049 140735603961807 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 644560 KiB

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

[startup+2477.02 s]
# the end of solver process 16023 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.96 s, system=4.07951 s

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

Child status: 143
Real time (s): 2477.02
CPU time (s): 2520.04
CPU user time (s): 2515.96
CPU system time (s): 4.07951
CPU usage (%): 101.737
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 644560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.96
system time used= 4.07951
maximum resident set size= 645120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98680
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 340945
involuntary context switches= 7191


# summary of solver processes directly reported to runsolver:
#   pid: 16023
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2515.96
#   total CPU system time (s): 4.07951

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8174 second user time and 23.3365 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-15 01:49:52
IDJOB=4307900
IDBENCH=141324
IDSOLVER=2791
FILE ID=node107/4307900-1534290592
RUNJOBID= node107-1534270595-13936
PBS_JOBID= 21038126
Free space on /tmp= 42204 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-15b_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-4307900-1534290592/watcher-4307900-1534290592 -o /tmp/evaluation-result-4307900-1534290592/solver-4307900-1534290592 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534270595-13936 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1938569297 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307900-1534290592.xml

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

MD5SUM BENCH= b017fe45b316a2eca4ba7804b3adba5f
RANDOM SEED=1938569297

node107.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.40
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.40
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.40
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.40
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:        21944656 kB
MemAvailable:   29145140 kB
Buffers:          194336 kB
Cached:          7227004 kB
SwapCached:           20 kB
Active:          6753768 kB
Inactive:        3479236 kB
Active(anon):    2760904 kB
Inactive(anon):   103180 kB
Active(file):    3992864 kB
Inactive(file):  3376056 kB
Unevictable:        6980 kB
Mlocked:            6980 kB
SwapTotal:      67108860 kB
SwapFree:       67108524 kB
Dirty:             35848 kB
Writeback:             0 kB
AnonPages:       2818644 kB
Mapped:            65956 kB
Shmem:             49632 kB
Slab:             288392 kB
SReclaimable:     260024 kB
SUnreclaim:        28368 kB
KernelStack:        3504 kB
PageTables:        11012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5118948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2705408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 42256 MiB
End job on node107 at 2018-08-15 02:31:10