Trace number 4307895

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)210 2520.03 2480.82

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-10a_c18.xml
MD5SUMa5c040ab978d2252c9b6b6d47e833d0a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark210
Best CPU time to get the best result obtained on this benchmark4.34942
Satisfiable
(Un)Satisfiability was proved
Number of variables38
Number of constraints82
Number of domains17
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":28,"count":10}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":64},{"arity":11,"count":18}]
Number of extensional constraints0
Number of intensional constraints64
Distribution of constraint types[{"type":"intension","count":64},{"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.66/0.56	c version: 2018-08-14
0.66/0.56	c seed: 747891239
0.66/0.56	c timeout: 2520
0.66/0.56	c memlimit: 11000
0.66/0.56	c nbcore: 4
0.66/0.58	c Parsing instance...
1.76/1.11	c Parsing done, starting search...
7.33/4.82	o 380
7.44/4.92	o 350
8.19/5.42	o 320
8.19/5.42	o 300
8.19/5.43	o 290
8.19/5.43	o 270
8.19/5.43	o 260
8.19/5.43	o 230
8.19/5.43	o 220
154.60/149.78	o 210
2520.00/2480.82	s SATISFIABLE
2520.00/2480.82	v <instantiation>
2520.00/2480.82	v 	<list>
2520.00/2480.82	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]
2520.00/2480.82	v 	</list>
2520.00/2480.82	v 	<values>
2520.00/2480.82	v 		-2 -2 -1 1 1 4 2 2 2 0 1 2 0 0 0 0 0 0 0 2 3 0 1 0 0 0 0 0 50 60 90 0 0 0 0 0 0 10 
2520.00/2480.82	v 	</values>
2520.00/2480.82	v </instantiation>

Verifier Data

OK	210

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

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

running on 4 cores: 0,2,4,6

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=32467, runsolver pid=32464
Current StackSize limit: 8192 KiB


[startup+0.108732 s]*
/proc/loadavg: 1.73 1.64 1.64 3/215 32482
/proc/meminfo: memFree=19549444/32770624 swapFree=67108196/67108860
[pid=32467] ppid=32464 vsize=14082736 memory=34152 CPUtime=0.13 cores=0,2,4,6
/proc/32467/stat : 32467 (java) S 32464 32467 28983 0 -1 1077944320 7429 0 0 0 12 1 0 0 20 0 15 0 246618187 14420721664 8538 33554432000 4194304 4196468 140735550086608 140735550069152 139745606299383 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
/proc/32467/statm: 3520684 8538 3160 1 0 3482761 0
[pid=32467/tid=32469] ppid=32464 vsize=14082736 memory=-8485517772678533250 CPUtime=0.09 cores=0,2,4,6
/proc/32467/task/32469/stat : 32469 (java) R 32464 32467 28983 0 -1 4202560 5475 0 0 0 9 0 0 0 20 0 15 0 246618188 14420721664 8538 33554432000 4194304 4196468 140735550086608 139745610514176 139745590379870 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32470] ppid=32464 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32470/stat : 32470 (java) S 32464 32467 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246618188 14420721664 8538 33554432000 4194304 4196468 140735550086608 139745558919952 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32471] ppid=32464 vsize=14082736 memory=140027174971008 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32471/stat : 32471 (java) S 32464 32467 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246618188 14420721664 8538 33554432000 4194304 4196468 140735550086608 139745557867408 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32472] ppid=32464 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32472/stat : 32472 (java) S 32464 32467 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246618188 14420721664 8538 33554432000 4194304 4196468 140735550086608 139745556814864 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32473] ppid=32464 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32473/stat : 32473 (java) S 32464 32467 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246618188 14420721664 8538 33554432000 4194304 4196468 140735550086608 139745555762320 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32474] ppid=32464 vsize=14082736 memory=140027174971008 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32474/stat : 32474 (java) S 32464 32467 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246618190 14420721664 8538 33554432000 4194304 4196468 140735550086608 139744518858736 139745606310530 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32475] ppid=32464 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32475/stat : 32475 (java) S 32464 32467 28983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246618190 14420721664 8538 33554432000 4194304 4196468 140735550086608 139744517804960 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32476] ppid=32464 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32476/stat : 32476 (java) S 32464 32467 28983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246618190 14420721664 8538 33554432000 4194304 4196468 140735550086608 139744516752368 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32477] ppid=32464 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32477/stat : 32477 (java) S 32464 32467 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246618193 14420721664 8538 33554432000 4194304 4196468 140735550086608 139744515700944 139745606317979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32478] ppid=32464 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32478/stat : 32478 (java) S 32464 32467 28983 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 246618193 14420721664 8538 33554432000 4194304 4196468 140735550086608 139744514648560 139745606310530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32479] ppid=32464 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32479/stat : 32479 (java) S 32464 32467 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246618193 14420721664 8538 33554432000 4194304 4196468 140735550086608 139744513596016 139745606310530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32480] ppid=32464 vsize=14082736 memory=140027174971008 CPUtime=0.01 cores=0,2,4,6
/proc/32467/task/32480/stat : 32480 (java) R 32464 32467 28983 0 -1 4202560 291 0 0 0 1 0 0 0 20 0 15 0 246618193 14420721664 8538 33554432000 4194304 4196468 140735550086608 139744512543472 139745584945957 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32481] ppid=32464 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32481/stat : 32481 (java) S 32464 32467 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246618193 14420721664 8538 33554432000 4194304 4196468 140735550086608 139744511491168 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32482] ppid=32464 vsize=14082736 memory=140027174971008 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32482/stat : 32482 (java) S 32464 32467 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246618193 14420721664 8538 33554432000 4194304 4196468 140735550086608 139744510437680 139745606310530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 34152 KiB

[startup+0.210562 s]*
/proc/loadavg: 1.73 1.64 1.64 5/215 32482
/proc/meminfo: memFree=19535072/32770624 swapFree=67108196/67108860
[pid=32467] ppid=32464 vsize=14082736 memory=47316 CPUtime=0.3 cores=0,2,4,6
/proc/32467/stat : 32467 (java) S 32464 32467 28983 0 -1 1077944320 10407 0 0 0 28 2 0 0 20 0 15 0 246618187 14420721664 11829 33554432000 4194304 4196468 140735550086608 140735550069152 139745606299383 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
/proc/32467/statm: 3520684 11829 3368 1 0 3482761 0
[pid=32467/tid=32469] ppid=32464 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/32467/task/32469/stat : 32469 (java) R 32464 32467 28983 0 -1 4202560 8156 0 0 0 19 1 0 0 20 0 15 0 246618188 14420721664 11829 33554432000 4194304 4196468 140735550086608 139745610525056 139745589492117 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32470] ppid=32464 vsize=14082736 memory=365 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32470/stat : 32470 (java) S 32464 32467 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246618188 14420721664 11829 33554432000 4194304 4196468 140735550086608 139745558919952 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32471] ppid=32464 vsize=14082736 memory=140027175001775 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32471/stat : 32471 (java) S 32464 32467 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246618188 14420721664 11829 33554432000 4194304 4196468 140735550086608 139745557867408 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32472] ppid=32464 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32472/stat : 32472 (java) S 32464 32467 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246618188 14420721664 11829 33554432000 4194304 4196468 140735550086608 139745556814864 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32473] ppid=32464 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32473/stat : 32473 (java) S 32464 32467 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246618188 14420721664 11829 33554432000 4194304 4196468 140735550086608 139745555762320 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32474] ppid=32464 vsize=14082736 memory=140027174971008 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32474/stat : 32474 (java) S 32464 32467 28983 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 246618190 14420721664 11829 33554432000 4194304 4196468 140735550086608 139744518858736 139745606310530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32475] ppid=32464 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32475/stat : 32475 (java) S 32464 32467 28983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246618190 14420721664 11829 33554432000 4194304 4196468 140735550086608 139744517804960 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32476] ppid=32464 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32476/stat : 32476 (java) S 32464 32467 28983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246618190 14420721664 11829 33554432000 4194304 4196468 140735550086608 139744516752368 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32477] ppid=32464 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32477/stat : 32477 (java) S 32464 32467 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246618193 14420721664 11829 33554432000 4194304 4196468 140735550086608 139744515700944 139745606317979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32478] ppid=32464 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/32467/task/32478/stat : 32478 (java) R 32464 32467 28983 0 -1 4202560 553 0 0 0 2 0 0 0 20 0 15 0 246618193 14420721664 11829 33554432000 4194304 4196468 140735550086608 139744514629576 139745586796400 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32479] ppid=32464 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32479/stat : 32479 (java) R 32464 32467 28983 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 246618193 14420721664 11829 33554432000 4194304 4196468 140735550086608 139744513596016 139745606310530 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32480] ppid=32464 vsize=14082736 memory=140027174971008 CPUtime=0.05 cores=0,2,4,6
/proc/32467/task/32480/stat : 32480 (java) S 32464 32467 28983 0 -1 1077944384 309 0 0 0 5 0 0 0 20 0 15 0 246618193 14420721664 11829 33554432000 4194304 4196468 140735550086608 139744512543472 139745606310530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32481] ppid=32464 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32481/stat : 32481 (java) S 32464 32467 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246618193 14420721664 11829 33554432000 4194304 4196468 140735550086608 139744511491168 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32482] ppid=32464 vsize=14082736 memory=140027174971008 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32482/stat : 32482 (java) S 32464 32467 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246618193 14420721664 11829 33554432000 4194304 4196468 140735550086608 139744510437680 139745606310530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47316 KiB

[startup+0.31037 s]*
/proc/loadavg: 1.73 1.64 1.64 4/215 32482
/proc/meminfo: memFree=19531412/32770624 swapFree=67108196/67108860
[pid=32467] ppid=32464 vsize=14082736 memory=50444 CPUtime=0.44 cores=0,2,4,6
/proc/32467/stat : 32467 (java) S 32464 32467 28983 0 -1 1077944320 10818 0 0 0 42 2 0 0 20 0 15 0 246618187 14420721664 12611 33554432000 4194304 4196468 140735550086608 140735550069152 139745606299383 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
/proc/32467/statm: 3520684 12611 3371 1 0 3482761 0
[pid=32467/tid=32469] ppid=32464 vsize=14082736 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/32467/task/32469/stat : 32469 (java) R 32464 32467 28983 0 -1 4202560 8487 0 0 0 29 1 0 0 20 0 15 0 246618188 14420721664 12611 33554432000 4194304 4196468 140735550086608 139745610507216 139745587862921 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32470] ppid=32464 vsize=14082736 memory=288230613314699287 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32470/stat : 32470 (java) S 32464 32467 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246618188 14420721664 12611 33554432000 4194304 4196468 140735550086608 139745558919952 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32471] ppid=32464 vsize=14082736 memory=140027175001611 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32471/stat : 32471 (java) S 32464 32467 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246618188 14420721664 12611 33554432000 4194304 4196468 140735550086608 139745557867408 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32472] ppid=32464 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32472/stat : 32472 (java) S 32464 32467 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246618188 14420721664 12611 33554432000 4194304 4196468 140735550086608 139745556814864 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32473] ppid=32464 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32473/stat : 32473 (java) S 32464 32467 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246618188 14420721664 12611 33554432000 4194304 4196468 140735550086608 139745555762320 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32474] ppid=32464 vsize=14082736 memory=140027174971008 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32474/stat : 32474 (java) S 32464 32467 28983 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 246618190 14420721664 12611 33554432000 4194304 4196468 140735550086608 139744518858736 139745606310530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32475] ppid=32464 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32475/stat : 32475 (java) S 32464 32467 28983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246618190 14420721664 12611 33554432000 4194304 4196468 140735550086608 139744517804960 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32476] ppid=32464 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32476/stat : 32476 (java) S 32464 32467 28983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246618190 14420721664 12611 33554432000 4194304 4196468 140735550086608 139744516752368 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32477] ppid=32464 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32477/stat : 32477 (java) S 32464 32467 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246618193 14420721664 12611 33554432000 4194304 4196468 140735550086608 139744515700944 139745606317979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32478] ppid=32464 vsize=14082736 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/32467/task/32478/stat : 32478 (java) S 32464 32467 28983 0 -1 1077944384 575 0 0 0 3 0 0 0 20 0 15 0 246618193 14420721664 12611 33554432000 4194304 4196468 140735550086608 139744514648560 139745606310530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32479] ppid=32464 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/32467/task/32479/stat : 32479 (java) S 32464 32467 28983 0 -1 1077944384 54 0 0 0 1 0 0 0 20 0 15 0 246618193 14420721664 12611 33554432000 4194304 4196468 140735550086608 139744513596016 139745606310530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32480] ppid=32464 vsize=14082736 memory=140027174971008 CPUtime=0.07 cores=0,2,4,6
/proc/32467/task/32480/stat : 32480 (java) S 32464 32467 28983 0 -1 1077944384 320 0 0 0 7 0 0 0 20 0 15 0 246618193 14420721664 12611 33554432000 4194304 4196468 140735550086608 139744512543472 139745606310530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32481] ppid=32464 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32481/stat : 32481 (java) S 32464 32467 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246618193 14420721664 12661 33554432000 4194304 4196468 140735550086608 139744511491168 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32482] ppid=32464 vsize=14082736 memory=140027174971008 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32482/stat : 32482 (java) S 32464 32467 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246618193 14420721664 12661 33554432000 4194304 4196468 140735550086608 139744510437680 139745606310530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50444 KiB

[startup+0.700698 s]
/proc/loadavg: 1.73 1.64 1.64 3/215 32482
/proc/meminfo: memFree=19507724/32770624 swapFree=67108196/67108860
[pid=32467] ppid=32464 vsize=14084804 memory=88940 CPUtime=0.98 cores=0,2,4,6
/proc/32467/stat : 32467 (java) S 32464 32467 28983 0 -1 1077944320 17630 0 0 0 94 4 0 0 20 0 15 0 246618187 14422839296 22235 33554432000 4194304 4196468 140735550086608 140735550069152 139745606299383 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
/proc/32467/statm: 3521201 22235 3504 1 0 3483273 0
[pid=32467/tid=32469] ppid=32464 vsize=14084804 memory=1752 CPUtime=0.67 cores=0,2,4,6
/proc/32467/task/32469/stat : 32469 (java) R 32464 32467 28983 0 -1 4202560 14904 0 0 0 64 3 0 0 20 0 15 0 246618188 14422839296 22235 33554432000 4194304 4196468 140735550086608 139745610517136 139745591667527 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32470] ppid=32464 vsize=14084804 memory=844 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32470/stat : 32470 (java) S 32464 32467 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246618188 14422839296 22235 33554432000 4194304 4196468 140735550086608 139745558919952 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32471] ppid=32464 vsize=14084804 memory=10072 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32471/stat : 32471 (java) S 32464 32467 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246618188 14422839296 22235 33554432000 4194304 4196468 140735550086608 139745557867408 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32472] ppid=32464 vsize=14084804 memory=5012 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32472/stat : 32472 (java) S 32464 32467 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246618188 14422839296 22235 33554432000 4194304 4196468 140735550086608 139745556814864 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32473] ppid=32464 vsize=14084804 memory=752 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32473/stat : 32473 (java) S 32464 32467 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246618188 14422839296 22235 33554432000 4194304 4196468 140735550086608 139745555762320 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32474] ppid=32464 vsize=14084804 memory=1124 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32474/stat : 32474 (java) S 32464 32467 28983 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 246618190 14422839296 22235 33554432000 4194304 4196468 140735550086608 139744518858736 139745606310530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32475] ppid=32464 vsize=14084804 memory=1824 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32475/stat : 32475 (java) S 32464 32467 28983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246618190 14422839296 22235 33554432000 4194304 4196468 140735550086608 139744517804960 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32476] ppid=32464 vsize=14084804 memory=1356 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32476/stat : 32476 (java) S 32464 32467 28983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246618190 14422839296 22235 33554432000 4194304 4196468 140735550086608 139744516752368 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32477] ppid=32464 vsize=14084804 memory=7236533984234661184 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32477/stat : 32477 (java) S 32464 32467 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246618193 14422839296 22235 33554432000 4194304 4196468 140735550086608 139744515700944 139745606317979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32478] ppid=32464 vsize=14084804 memory=6369896832034956376 CPUtime=0.07 cores=0,2,4,6
/proc/32467/task/32478/stat : 32478 (java) S 32464 32467 28983 0 -1 1077944384 721 0 0 0 7 0 0 0 20 0 15 0 246618193 14422839296 22235 33554432000 4194304 4196468 140735550086608 139744514648560 139745606310530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32479] ppid=32464 vsize=14084804 memory=5788647689011156329 CPUtime=0.07 cores=0,2,4,6
/proc/32467/task/32479/stat : 32479 (java) S 32464 32467 28983 0 -1 1077944384 216 0 0 0 7 0 0 0 20 0 15 0 246618193 14422839296 22235 33554432000 4194304 4196468 140735550086608 139744513596016 139745606310530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32480] ppid=32464 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/32467/task/32480/stat : 32480 (java) S 32464 32467 28983 0 -1 1077944384 407 0 0 0 15 0 0 0 20 0 15 0 246618193 14422839296 22235 33554432000 4194304 4196468 140735550086608 139744512543472 139745606310530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32481] ppid=32464 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32481/stat : 32481 (java) S 32464 32467 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246618193 14422839296 22235 33554432000 4194304 4196468 140735550086608 139744511491168 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32482] ppid=32464 vsize=14084804 memory=33 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32482/stat : 32482 (java) S 32464 32467 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246618193 14422839296 22235 33554432000 4194304 4196468 140735550086608 139744510437680 139745606310530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88940 KiB

[startup+1.50073 s]
/proc/loadavg: 1.73 1.64 1.64 3/215 32482
/proc/meminfo: memFree=19474720/32770624 swapFree=67108196/67108860
[pid=32467] ppid=32464 vsize=14090948 memory=181924 CPUtime=2.95 cores=0,2,4,6
/proc/32467/stat : 32467 (java) S 32464 32467 28983 0 -1 1077944320 25139 0 0 0 288 7 0 0 20 0 15 0 246618187 14429130752 45481 33554432000 4194304 4196468 140735550086608 140735550069152 139745606299383 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
/proc/32467/statm: 3522737 45481 3537 1 0 3484809 0
[pid=32467/tid=32469] ppid=32464 vsize=14090948 memory=6791534058613427641 CPUtime=1.48 cores=0,2,4,6
/proc/32467/task/32469/stat : 32469 (java) R 32464 32467 28983 0 -1 4202560 19615 0 0 0 142 6 0 0 20 0 15 0 246618188 14429130752 45481 33554432000 4194304 4196468 140735550086608 139745610536056 139745238539505 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32470] ppid=32464 vsize=14090948 memory=-6951259422114956437 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32470/stat : 32470 (java) S 32464 32467 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246618188 14429130752 45481 33554432000 4194304 4196468 140735550086608 139745558919952 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32471] ppid=32464 vsize=14090948 memory=-6509546260019855295 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32471/stat : 32471 (java) S 32464 32467 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246618188 14429130752 45481 33554432000 4194304 4196468 140735550086608 139745557867408 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32472] ppid=32464 vsize=14090948 memory=-7390251449858225344 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32472/stat : 32472 (java) S 32464 32467 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246618188 14429130752 45481 33554432000 4194304 4196468 140735550086608 139745556814864 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32473] ppid=32464 vsize=14090948 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32473/stat : 32473 (java) S 32464 32467 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246618188 14429130752 45481 33554432000 4194304 4196468 140735550086608 139745555762320 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32474] ppid=32464 vsize=14090948 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32474/stat : 32474 (java) S 32464 32467 28983 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 246618190 14429130752 45481 33554432000 4194304 4196468 140735550086608 139744518858736 139745606310530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0

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

/proc/32467/task/32469/stat : 32469 (java) R 32464 32467 28983 0 -1 4202560 74788 0 0 0 229408 46 0 0 20 0 15 0 246618188 14429130752 108239 33554432000 4194304 4196468 140735550086608 139745610538080 139745238971666 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32470] ppid=32464 vsize=14090948 memory=432956 CPUtime=12.04 cores=0,2,4,6
/proc/32467/task/32470/stat : 32470 (java) S 32464 32467 28983 0 -1 1077944384 2876 0 0 0 1124 80 0 0 20 0 15 0 246618188 14429130752 108239 33554432000 4194304 4196468 140735550086608 139745558919952 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32471] ppid=32464 vsize=14090948 memory=416572 CPUtime=12.02 cores=0,2,4,6
/proc/32467/task/32471/stat : 32471 (java) S 32464 32467 28983 0 -1 1077944384 3502 0 0 0 1125 77 0 0 20 0 15 0 246618188 14429130752 108239 33554432000 4194304 4196468 140735550086608 139745557867408 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32472] ppid=32464 vsize=14090948 memory=416572 CPUtime=12.02 cores=0,2,4,6
/proc/32467/task/32472/stat : 32472 (java) S 32464 32467 28983 0 -1 1077944384 3157 0 0 0 1125 77 0 0 20 0 15 0 246618188 14429130752 108239 33554432000 4194304 4196468 140735550086608 139745556814864 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32473] ppid=32464 vsize=14090948 memory=416572 CPUtime=12.06 cores=0,2,4,6
/proc/32467/task/32473/stat : 32473 (java) S 32464 32467 28983 0 -1 1077944384 5312 0 0 0 1123 83 0 0 20 0 15 0 246618188 14429130752 108239 33554432000 4194304 4196468 140735550086608 139745555762320 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32474] ppid=32464 vsize=14090948 memory=432956 CPUtime=11.77 cores=0,2,4,6
/proc/32467/task/32474/stat : 32474 (java) S 32464 32467 28983 0 -1 1077944384 6157 0 0 0 1091 86 0 0 20 0 15 0 246618190 14429130752 108239 33554432000 4194304 4196468 140735550086608 139744518858736 139745606310530 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32475] ppid=32464 vsize=14090948 memory=432956 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32475/stat : 32475 (java) S 32464 32467 28983 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 246618190 14429130752 108239 33554432000 4194304 4196468 140735550086608 139744517805024 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32476] ppid=32464 vsize=14090948 memory=432956 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32476/stat : 32476 (java) S 32464 32467 28983 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 246618190 14429130752 108239 33554432000 4194304 4196468 140735550086608 139744516752384 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32477] ppid=32464 vsize=14090948 memory=432956 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32477/stat : 32477 (java) S 32464 32467 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246618193 14429130752 108239 33554432000 4194304 4196468 140735550086608 139744515700944 139745606317979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32478] ppid=32464 vsize=14090948 memory=432956 CPUtime=1.42 cores=0,2,4,6
/proc/32467/task/32478/stat : 32478 (java) S 32464 32467 28983 0 -1 1077944384 6244 0 0 0 141 1 0 0 20 0 15 0 246618193 14429130752 108239 33554432000 4194304 4196468 140735550086608 139744514648560 139745606310530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32479] ppid=32464 vsize=14090948 memory=4140 CPUtime=1.45 cores=0,2,4,6
/proc/32467/task/32479/stat : 32479 (java) S 32464 32467 28983 0 -1 1077944384 4914 0 0 0 144 1 0 0 20 0 15 0 246618193 14429130752 108239 33554432000 4194304 4196468 140735550086608 139744513596016 139745606310530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32480] ppid=32464 vsize=14090948 memory=6328 CPUtime=0.55 cores=0,2,4,6
/proc/32467/task/32480/stat : 32480 (java) S 32464 32467 28983 0 -1 1077944384 5110 0 0 0 54 1 0 0 20 0 15 0 246618193 14429130752 108239 33554432000 4194304 4196468 140735550086608 139744512543472 139745606310530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32481] ppid=32464 vsize=14090948 memory=432956 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32481/stat : 32481 (java) S 32464 32467 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246618193 14429130752 108239 33554432000 4194304 4196468 140735550086608 139744511491168 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32482] ppid=32464 vsize=14090948 memory=1752 CPUtime=1.25 cores=0,2,4,6
/proc/32467/task/32482/stat : 32482 (java) S 32464 32467 28983 0 -1 1077944384 1140 0 0 0 63 62 0 0 20 0 15 0 246618193 14429130752 108239 33554432000 4194304 4196468 140735550086608 139744510437680 139745606310530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
Current children cumulated CPU time: 2359.21 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 432956 KiB

[startup+2382.3 s]
/proc/loadavg: 1.38 1.32 1.37 3/216 32651
/proc/meminfo: memFree=22932364/32770624 swapFree=67108196/67108860
[pid=32467] ppid=32464 vsize=14090948 memory=432960 CPUtime=2420.1 cores=0,2,4,6
/proc/32467/stat : 32467 (java) S 32464 32467 28983 0 -1 1077944320 115388 0 0 0 241592 418 0 0 20 0 15 0 246618187 14429130752 108240 33554432000 4194304 4196468 140735550086608 140735550069152 139745606299383 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
/proc/32467/statm: 3522737 108240 3580 1 0 3484809 0
[pid=32467/tid=32469] ppid=32464 vsize=14090948 memory=432960 CPUtime=2353.8 cores=0,2,4,6
/proc/32467/task/32469/stat : 32469 (java) R 32464 32467 28983 0 -1 4202560 75499 0 0 0 235333 47 0 0 20 0 15 0 246618188 14429130752 108240 33554432000 4194304 4196468 140735550086608 139745610537616 139745239538202 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32470] ppid=32464 vsize=14090948 memory=432960 CPUtime=12.36 cores=0,2,4,6
/proc/32467/task/32470/stat : 32470 (java) S 32464 32467 28983 0 -1 1077944384 2890 0 0 0 1155 81 0 0 20 0 15 0 246618188 14429130752 108240 33554432000 4194304 4196468 140735550086608 139745558919952 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32471] ppid=32464 vsize=14090948 memory=432960 CPUtime=12.34 cores=0,2,4,6
/proc/32467/task/32471/stat : 32471 (java) S 32464 32467 28983 0 -1 1077944384 3502 0 0 0 1154 80 0 0 20 0 15 0 246618188 14429130752 108240 33554432000 4194304 4196468 140735550086608 139745557867408 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32472] ppid=32464 vsize=14090948 memory=432960 CPUtime=12.34 cores=0,2,4,6
/proc/32467/task/32472/stat : 32472 (java) S 32464 32467 28983 0 -1 1077944384 3158 0 0 0 1155 79 0 0 20 0 15 0 246618188 14429130752 108240 33554432000 4194304 4196468 140735550086608 139745556814864 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32473] ppid=32464 vsize=14090948 memory=432960 CPUtime=12.37 cores=0,2,4,6
/proc/32467/task/32473/stat : 32473 (java) S 32464 32467 28983 0 -1 1077944384 5347 0 0 0 1153 84 0 0 20 0 15 0 246618188 14429130752 108240 33554432000 4194304 4196468 140735550086608 139745555762320 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32474] ppid=32464 vsize=14090948 memory=432960 CPUtime=12.09 cores=0,2,4,6
/proc/32467/task/32474/stat : 32474 (java) S 32464 32467 28983 0 -1 1077944384 6162 0 0 0 1121 88 0 0 20 0 15 0 246618190 14429130752 108240 33554432000 4194304 4196468 140735550086608 139744518858736 139745606310530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32475] ppid=32464 vsize=14090948 memory=432960 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32475/stat : 32475 (java) S 32464 32467 28983 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 246618190 14429130752 108240 33554432000 4194304 4196468 140735550086608 139744517805024 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32476] ppid=32464 vsize=14090948 memory=432960 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32476/stat : 32476 (java) S 32464 32467 28983 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 246618190 14429130752 108240 33554432000 4194304 4196468 140735550086608 139744516752384 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32477] ppid=32464 vsize=14090948 memory=432960 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32477/stat : 32477 (java) S 32464 32467 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246618193 14429130752 108240 33554432000 4194304 4196468 140735550086608 139744515700944 139745606317979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32478] ppid=32464 vsize=14090948 memory=432960 CPUtime=1.42 cores=0,2,4,6
/proc/32467/task/32478/stat : 32478 (java) S 32464 32467 28983 0 -1 1077944384 6244 0 0 0 141 1 0 0 20 0 15 0 246618193 14429130752 108240 33554432000 4194304 4196468 140735550086608 139744514648560 139745606310530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32479] ppid=32464 vsize=14090948 memory=3760 CPUtime=1.45 cores=0,2,4,6
/proc/32467/task/32479/stat : 32479 (java) S 32464 32467 28983 0 -1 1077944384 4914 0 0 0 144 1 0 0 20 0 15 0 246618193 14429130752 108240 33554432000 4194304 4196468 140735550086608 139744513596016 139745606310530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32480] ppid=32464 vsize=14090948 memory=432960 CPUtime=0.55 cores=0,2,4,6
/proc/32467/task/32480/stat : 32480 (java) S 32464 32467 28983 0 -1 1077944384 5110 0 0 0 54 1 0 0 20 0 15 0 246618193 14429130752 108240 33554432000 4194304 4196468 140735550086608 139744512543472 139745606310530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32481] ppid=32464 vsize=14090948 memory=3760 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32481/stat : 32481 (java) S 32464 32467 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246618193 14429130752 108240 33554432000 4194304 4196468 140735550086608 139744511491168 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32482] ppid=32464 vsize=14090948 memory=66880 CPUtime=1.28 cores=0,2,4,6
/proc/32467/task/32482/stat : 32482 (java) S 32464 32467 28983 0 -1 1077944384 1143 0 0 0 64 64 0 0 20 0 15 0 246618193 14429130752 108240 33554432000 4194304 4196468 140735550086608 139744510437680 139745606310530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
Current children cumulated CPU time: 2420.1 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 432960 KiB

[startup+2442.3 s]
/proc/loadavg: 1.32 1.31 1.36 3/216 32652
/proc/meminfo: memFree=22924500/32770624 swapFree=67108196/67108860
[pid=32467] ppid=32464 vsize=14090948 memory=433024 CPUtime=2480.97 cores=0,2,4,6
/proc/32467/stat : 32467 (java) S 32464 32467 28983 0 -1 1077944320 116546 0 0 0 247667 430 0 0 20 0 15 0 246618187 14429130752 108256 33554432000 4194304 4196468 140735550086608 140735550069152 139745606299383 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
/proc/32467/statm: 3522737 108256 3580 1 0 3484809 0
[pid=32467/tid=32469] ppid=32464 vsize=14090948 memory=433024 CPUtime=2413.1 cores=0,2,4,6
/proc/32467/task/32469/stat : 32469 (java) R 32464 32467 28983 0 -1 4202560 76218 0 0 0 241261 49 0 0 20 0 15 0 246618188 14429130752 108256 33554432000 4194304 4196468 140735550086608 139745610538016 139745238971611 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32470] ppid=32464 vsize=14090948 memory=432964 CPUtime=12.68 cores=0,2,4,6
/proc/32467/task/32470/stat : 32470 (java) S 32464 32467 28983 0 -1 1077944384 2895 0 0 0 1184 84 0 0 20 0 15 0 246618188 14429130752 108256 33554432000 4194304 4196468 140735550086608 139745558919952 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32471] ppid=32464 vsize=14090948 memory=432964 CPUtime=12.64 cores=0,2,4,6
/proc/32467/task/32471/stat : 32471 (java) S 32464 32467 28983 0 -1 1077944384 3600 0 0 0 1183 81 0 0 20 0 15 0 246618188 14429130752 108256 33554432000 4194304 4196468 140735550086608 139745557867408 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32472] ppid=32464 vsize=14090948 memory=433024 CPUtime=12.65 cores=0,2,4,6
/proc/32467/task/32472/stat : 32472 (java) S 32464 32467 28983 0 -1 1077944384 3240 0 0 0 1183 82 0 0 20 0 15 0 246618188 14429130752 108256 33554432000 4194304 4196468 140735550086608 139745556814864 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32473] ppid=32464 vsize=14090948 memory=433024 CPUtime=12.68 cores=0,2,4,6
/proc/32467/task/32473/stat : 32473 (java) S 32464 32467 28983 0 -1 1077944384 5408 0 0 0 1181 87 0 0 20 0 15 0 246618188 14429130752 108256 33554432000 4194304 4196468 140735550086608 139745555762320 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32474] ppid=32464 vsize=14090948 memory=433024 CPUtime=12.39 cores=0,2,4,6
/proc/32467/task/32474/stat : 32474 (java) S 32464 32467 28983 0 -1 1077944384 6335 0 0 0 1148 91 0 0 20 0 15 0 246618190 14429130752 108256 33554432000 4194304 4196468 140735550086608 139744518858736 139745606310530 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32475] ppid=32464 vsize=14090948 memory=433024 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32475/stat : 32475 (java) S 32464 32467 28983 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 246618190 14429130752 108256 33554432000 4194304 4196468 140735550086608 139744517805024 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32476] ppid=32464 vsize=14090948 memory=433024 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32476/stat : 32476 (java) S 32464 32467 28983 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 246618190 14429130752 108256 33554432000 4194304 4196468 140735550086608 139744516752384 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32477] ppid=32464 vsize=14090948 memory=433024 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32477/stat : 32477 (java) S 32464 32467 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246618193 14429130752 108256 33554432000 4194304 4196468 140735550086608 139744515700944 139745606317979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32478] ppid=32464 vsize=14090948 memory=433024 CPUtime=1.42 cores=0,2,4,6
/proc/32467/task/32478/stat : 32478 (java) S 32464 32467 28983 0 -1 1077944384 6246 0 0 0 141 1 0 0 20 0 15 0 246618193 14429130752 108256 33554432000 4194304 4196468 140735550086608 139744514648560 139745606310530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32479] ppid=32464 vsize=14090948 memory=3760 CPUtime=1.45 cores=0,2,4,6
/proc/32467/task/32479/stat : 32479 (java) S 32464 32467 28983 0 -1 1077944384 4916 0 0 0 144 1 0 0 20 0 15 0 246618193 14429130752 108256 33554432000 4194304 4196468 140735550086608 139744513596016 139745606310530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32480] ppid=32464 vsize=14090948 memory=433024 CPUtime=0.55 cores=0,2,4,6
/proc/32467/task/32480/stat : 32480 (java) S 32464 32467 28983 0 -1 1077944384 5112 0 0 0 54 1 0 0 20 0 15 0 246618193 14429130752 108256 33554432000 4194304 4196468 140735550086608 139744512543472 139745606310530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32481] ppid=32464 vsize=14090948 memory=433024 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32481/stat : 32481 (java) S 32464 32467 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246618193 14429130752 108256 33554432000 4194304 4196468 140735550086608 139744511491168 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32482] ppid=32464 vsize=14090948 memory=433024 CPUtime=1.31 cores=0,2,4,6
/proc/32467/task/32482/stat : 32482 (java) S 32464 32467 28983 0 -1 1077944384 1157 0 0 0 66 65 0 0 20 0 15 0 246618193 14429130752 108256 33554432000 4194304 4196468 140735550086608 139744510437680 139745606310530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
Current children cumulated CPU time: 2480.97 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 433024 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2480.81 s]
/proc/loadavg: 1.40 1.34 1.37 3/216 32657
/proc/meminfo: memFree=22921512/32770624 swapFree=67108196/67108860
[pid=32467] ppid=32464 vsize=14090948 memory=433028 CPUtime=2520 cores=0,2,4,6
/proc/32467/stat : 32467 (java) S 32464 32467 28983 0 -1 1077944320 117102 0 0 0 251564 436 0 0 20 0 15 0 246618187 14429130752 108257 33554432000 4194304 4196468 140735550086608 140735550069152 139745606299383 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
/proc/32467/statm: 3522737 108257 3580 1 0 3484809 0
[pid=32467/tid=32469] ppid=32464 vsize=14090948 memory=6328 CPUtime=2451.18 cores=0,2,4,6
/proc/32467/task/32469/stat : 32469 (java) R 32464 32467 28983 0 -1 4202560 76717 0 0 0 245069 49 0 0 20 0 15 0 246618188 14429130752 108257 33554432000 4194304 4196468 140735550086608 139745610537984 139745239642916 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32470] ppid=32464 vsize=14090948 memory=1628 CPUtime=12.86 cores=0,2,4,6
/proc/32467/task/32470/stat : 32470 (java) S 32464 32467 28983 0 -1 1077944384 2930 0 0 0 1201 85 0 0 20 0 15 0 246618188 14429130752 108257 33554432000 4194304 4196468 140735550086608 139745558919952 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32471] ppid=32464 vsize=14090948 memory=1100 CPUtime=12.83 cores=0,2,4,6
/proc/32467/task/32471/stat : 32471 (java) S 32464 32467 28983 0 -1 1077944384 3614 0 0 0 1201 82 0 0 20 0 15 0 246618188 14429130752 108257 33554432000 4194304 4196468 140735550086608 139745557867408 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32472] ppid=32464 vsize=14090948 memory=15188 CPUtime=12.84 cores=0,2,4,6
/proc/32467/task/32472/stat : 32472 (java) S 32464 32467 28983 0 -1 1077944384 3240 0 0 0 1200 84 0 0 20 0 15 0 246618188 14429130752 108257 33554432000 4194304 4196468 140735550086608 139745556814864 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32473] ppid=32464 vsize=14090948 memory=37712 CPUtime=12.87 cores=0,2,4,6
/proc/32467/task/32473/stat : 32473 (java) S 32464 32467 28983 0 -1 1077944384 5408 0 0 0 1199 88 0 0 20 0 15 0 246618188 14429130752 108257 33554432000 4194304 4196468 140735550086608 139745555762320 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32474] ppid=32464 vsize=14090948 memory=4028 CPUtime=12.57 cores=0,2,4,6
/proc/32467/task/32474/stat : 32474 (java) S 32464 32467 28983 0 -1 1077944384 6341 0 0 0 1165 92 0 0 20 0 15 0 246618190 14429130752 108257 33554432000 4194304 4196468 140735550086608 139744518858736 139745606310530 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32475] ppid=32464 vsize=14090948 memory=2036 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32475/stat : 32475 (java) S 32464 32467 28983 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 246618190 14429130752 108257 33554432000 4194304 4196468 140735550086608 139744517805024 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32476] ppid=32464 vsize=14090948 memory=8148 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32476/stat : 32476 (java) S 32464 32467 28983 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 246618190 14429130752 108257 33554432000 4194304 4196468 140735550086608 139744516752384 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32477] ppid=32464 vsize=14090948 memory=816 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32477/stat : 32477 (java) S 32464 32467 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246618193 14429130752 108257 33554432000 4194304 4196468 140735550086608 139744515700944 139745606317979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32478] ppid=32464 vsize=14090948 memory=1796 CPUtime=1.42 cores=0,2,4,6
/proc/32467/task/32478/stat : 32478 (java) S 32464 32467 28983 0 -1 1077944384 6246 0 0 0 141 1 0 0 20 0 15 0 246618193 14429130752 108257 33554432000 4194304 4196468 140735550086608 139744514648560 139745606310530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32479] ppid=32464 vsize=14090948 memory=916 CPUtime=1.45 cores=0,2,4,6
/proc/32467/task/32479/stat : 32479 (java) S 32464 32467 28983 0 -1 1077944384 4916 0 0 0 144 1 0 0 20 0 15 0 246618193 14429130752 108257 33554432000 4194304 4196468 140735550086608 139744513596016 139745606310530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32480] ppid=32464 vsize=14090948 memory=3848 CPUtime=0.55 cores=0,2,4,6
/proc/32467/task/32480/stat : 32480 (java) S 32464 32467 28983 0 -1 1077944384 5112 0 0 0 54 1 0 0 20 0 15 0 246618193 14429130752 108257 33554432000 4194304 4196468 140735550086608 139744512543472 139745606310530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32481] ppid=32464 vsize=14090948 memory=2580 CPUtime=0 cores=0,2,4,6
/proc/32467/task/32481/stat : 32481 (java) S 32464 32467 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246618193 14429130752 108257 33554432000 4194304 4196468 140735550086608 139744511491168 139745606309589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
[pid=32467/tid=32482] ppid=32464 vsize=14090948 memory=2580 CPUtime=1.33 cores=0,2,4,6
/proc/32467/task/32482/stat : 32482 (java) S 32464 32467 28983 0 -1 1077944384 1159 0 0 0 68 65 0 0 20 0 15 0 246618193 14429130752 108257 33554432000 4194304 4196468 140735550086608 139744510437680 139745606310530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28573696 140735550092361 140735550092553 140735550092553 140735550095311 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 433028 KiB

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

[startup+2480.82 s]
# the end of solver process 32467 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.66 s, system=4.36707 s

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

Child status: 143
Real time (s): 2480.82
CPU time (s): 2520.03
CPU user time (s): 2515.66
CPU system time (s): 4.36707
CPU usage (%): 101.58
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 433028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.66
system time used= 4.36707
maximum resident set size= 433680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117436
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 399662
involuntary context switches= 8487


# summary of solver processes directly reported to runsolver:
#   pid: 32467
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2515.66
#   total CPU system time (s): 4.36707

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7603 second user time and 23.0575 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-15 01:49:10
IDJOB=4307895
IDBENCH=141317
IDSOLVER=2791
FILE ID=node151/4307895-1534290550
RUNJOBID= node151-1534270585-30509
PBS_JOBID= 21038114
Free space on /tmp= 43656 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-10a_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-4307895-1534290550/watcher-4307895-1534290550 -o /tmp/evaluation-result-4307895-1534290550/solver-4307895-1534290550 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534270585-30509 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 747891239 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307895-1534290550.xml

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

MD5SUM BENCH= a5c040ab978d2252c9b6b6d47e833d0a
RANDOM SEED=747891239

node151.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        19568132 kB
MemAvailable:   27687552 kB
Buffers:          165436 kB
Cached:          8177036 kB
SwapCached:           12 kB
Active:          8613384 kB
Inactive:        3991908 kB
Active(anon):    4212740 kB
Inactive(anon):   102596 kB
Active(file):    4400644 kB
Inactive(file):  3889312 kB
Unevictable:        7820 kB
Mlocked:            7820 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             35964 kB
Writeback:             0 kB
AnonPages:       4418072 kB
Mapped:            69640 kB
Shmem:             49524 kB
Slab:             286064 kB
SReclaimable:     257924 kB
SUnreclaim:        28140 kB
KernelStack:        3808 kB
PageTables:        14240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5374736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4229120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 43832 MiB
End job on node151 at 2018-08-15 02:30:31