Trace number 4312215

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-17SAT (TO)42 252.088 246.225

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-12a_c18.xml
MD5SUM56cb9e23f693fb34c9078bf93399e92e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark40
Best CPU time to get the best result obtained on this benchmark7.25647
Satisfiable
(Un)Satisfiability was proved
Number of variables44
Number of constraints105
Number of domains18
Minimum domain size1
Maximum domain size21
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":24},{"size":3,"count":3},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":21,"count":12}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":32},{"degree":31,"count":6},{"degree":32,"count":6}]
Minimum constraint arity2
Maximum constraint arity13
Distribution of constraint arities[{"arity":2,"count":85},{"arity":13,"count":20}]
Number of extensional constraints0
Number of intensional constraints85
Distribution of constraint types[{"type":"intension","count":85},{"type":"count","count":20}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.67/0.56	c version: 2018-08-17
0.67/0.56	c seed: 477240873
0.67/0.56	c timeout: 252
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.59	c Parsing instance...
1.77/1.13	c Parsing done, starting search...
2.36/1.31	o 61
2.65/1.49	o 49
5.76/3.38	o 44
12.62/10.11	o 42
252.05/246.21	s SATISFIABLE
252.05/246.21	v <instantiation>
252.05/246.21	v 	<list>
252.05/246.21	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] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11]
252.05/246.21	v 	</list>
252.05/246.21	v 	<values>
252.05/246.21	v 		-3 1 10 1 10 0 3 10 10 -1 -10 -10 1 0 1 0 0 0 0 0 0 2 2 0 1 0 0 0 0 0 0 4 5 0 0 0 0 4 0 0 0 8 12 13 
252.05/246.21	v 	</values>
252.05/246.21	v </instantiation>

Verifier Data

OK	42

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312215-1534569765/watcher-4312215-1534569765 -o /tmp/evaluation-result-4312215-1534569765/solver-4312215-1534569765 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534568587-5847 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 477240873 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312215-1534569765.xml 

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

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

solver pid=6779, runsolver pid=6776

[startup+0.100093 s]*
/proc/loadavg: 1.91 1.93 1.68 3/216 6794
/proc/meminfo: memFree=14383036/32770624 swapFree=67108368/67108860
[pid=6779] ppid=6776 vsize=14082736 memory=30768 CPUtime=0.12 cores=0,2,4,6
/proc/6779/stat : 6779 (java) S 6776 6779 2226 0 -1 1077944320 6657 0 0 0 11 1 0 0 20 0 15 0 274539620 14420721664 7692 33554432000 4194304 4196468 140730673737952 140730673720496 139963162861303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
/proc/6779/statm: 3520684 7692 3129 1 0 3482761 0
[pid=6779/tid=6781] ppid=6776 vsize=14082736 memory=-8392277009142478016 CPUtime=0.09 cores=0,2,4,6
/proc/6779/task/6781/stat : 6781 (java) R 6776 6779 2226 0 -1 4202560 4706 0 0 0 9 0 0 0 20 0 15 0 274539620 14420721664 7692 33554432000 4194304 4196468 140730673737952 139963167064328 139963162873238 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6782] ppid=6776 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6782/stat : 6782 (java) S 6776 6779 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274539621 14420721664 7692 33554432000 4194304 4196468 140730673737952 139962758916880 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6783] ppid=6776 vsize=14082736 memory=140683990034048 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6783/stat : 6783 (java) S 6776 6779 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274539621 14420721664 7692 33554432000 4194304 4196468 140730673737952 139962757864336 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6784] ppid=6776 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6784/stat : 6784 (java) S 6776 6779 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274539621 14420721664 7692 33554432000 4194304 4196468 140730673737952 139962756811792 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6785] ppid=6776 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6785/stat : 6785 (java) S 6776 6779 2226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274539621 14420721664 7692 33554432000 4194304 4196468 140730673737952 139962755759248 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6786] ppid=6776 vsize=14082736 memory=140683990034048 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6786/stat : 6786 (java) S 6776 6779 2226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274539622 14420721664 7692 33554432000 4194304 4196468 140730673737952 139962636773360 139963162872450 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6787] ppid=6776 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6787/stat : 6787 (java) S 6776 6779 2226 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274539623 14420721664 7692 33554432000 4194304 4196468 140730673737952 139962635719584 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6788] ppid=6776 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6788/stat : 6788 (java) S 6776 6779 2226 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274539623 14420721664 7692 33554432000 4194304 4196468 140730673737952 139962634666992 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6789] ppid=6776 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6789/stat : 6789 (java) S 6776 6779 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274539625 14420721664 7692 33554432000 4194304 4196468 140730673737952 139962633615568 139963162879899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6790] ppid=6776 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6790/stat : 6790 (java) S 6776 6779 2226 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 274539625 14420721664 7692 33554432000 4194304 4196468 140730673737952 139962632563184 139963162872450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6791] ppid=6776 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6791/stat : 6791 (java) S 6776 6779 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274539625 14420721664 7692 33554432000 4194304 4196468 140730673737952 139962631510640 139963162872450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6792] ppid=6776 vsize=14082736 memory=140683990034048 CPUtime=0.01 cores=0,2,4,6
/proc/6779/task/6792/stat : 6792 (java) S 6776 6779 2226 0 -1 1077944384 264 0 0 0 1 0 0 0 20 0 15 0 274539625 14420721664 7692 33554432000 4194304 4196468 140730673737952 139962630458096 139963162872450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6793] ppid=6776 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6793/stat : 6793 (java) S 6776 6779 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274539626 14420721664 7692 33554432000 4194304 4196468 140730673737952 139962629405792 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6794] ppid=6776 vsize=14082736 memory=140683990034048 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6794/stat : 6794 (java) S 6776 6779 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274539626 14420721664 7692 33554432000 4194304 4196468 140730673737952 139962628352304 139963162872450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30768 KiB

[startup+0.212701 s]*
/proc/loadavg: 1.91 1.93 1.68 6/216 6794
/proc/meminfo: memFree=14366772/32770624 swapFree=67108368/67108860
[pid=6779] ppid=6776 vsize=14082736 memory=46836 CPUtime=0.3 cores=0,2,4,6
/proc/6779/stat : 6779 (java) S 6776 6779 2226 0 -1 1077944320 10377 0 0 0 28 2 0 0 20 0 15 0 274539620 14420721664 11709 33554432000 4194304 4196468 140730673737952 140730673720496 139963162861303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
/proc/6779/statm: 3520684 11709 3367 1 0 3482761 0
[pid=6779/tid=6781] ppid=6776 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/6779/task/6781/stat : 6781 (java) R 6776 6779 2226 0 -1 4202560 8086 0 0 0 19 1 0 0 20 0 15 0 274539620 14420721664 11709 33554432000 4194304 4196468 140730673737952 139963167089624 139963146904933 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6782] ppid=6776 vsize=14082736 memory=364 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6782/stat : 6782 (java) S 6776 6779 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274539621 14420721664 11709 33554432000 4194304 4196468 140730673737952 139962758916880 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6783] ppid=6776 vsize=14082736 memory=4121550315181074080 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6783/stat : 6783 (java) S 6776 6779 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274539621 14420721664 11709 33554432000 4194304 4196468 140730673737952 139962757864336 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6784] ppid=6776 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6784/stat : 6784 (java) S 6776 6779 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274539621 14420721664 11709 33554432000 4194304 4196468 140730673737952 139962756811792 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6785] ppid=6776 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6785/stat : 6785 (java) S 6776 6779 2226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274539621 14420721664 11709 33554432000 4194304 4196468 140730673737952 139962755759248 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6786] ppid=6776 vsize=14082736 memory=140683990034048 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6786/stat : 6786 (java) S 6776 6779 2226 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 274539622 14420721664 11709 33554432000 4194304 4196468 140730673737952 139962636773360 139963162872450 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6787] ppid=6776 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6787/stat : 6787 (java) S 6776 6779 2226 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274539623 14420721664 11709 33554432000 4194304 4196468 140730673737952 139962635719584 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6788] ppid=6776 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6788/stat : 6788 (java) S 6776 6779 2226 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274539623 14420721664 11709 33554432000 4194304 4196468 140730673737952 139962634666992 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6789] ppid=6776 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6789/stat : 6789 (java) S 6776 6779 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274539625 14420721664 11709 33554432000 4194304 4196468 140730673737952 139962633615568 139963162879899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6790] ppid=6776 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6779/task/6790/stat : 6790 (java) R 6776 6779 2226 0 -1 1077944384 498 0 0 0 2 0 0 0 20 0 15 0 274539625 14420721664 11709 33554432000 4194304 4196468 140730673737952 139962632563184 139963162872450 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6791] ppid=6776 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/6779/task/6791/stat : 6791 (java) R 6776 6779 2226 0 -1 4202560 118 0 0 0 1 0 0 0 20 0 15 0 274539625 14420721664 11709 33554432000 4194304 4196468 140730673737952 139962631502144 139963143557886 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6792] ppid=6776 vsize=14082736 memory=140683990034048 CPUtime=0.05 cores=0,2,4,6
/proc/6779/task/6792/stat : 6792 (java) R 6776 6779 2226 0 -1 4202560 298 0 0 0 5 0 0 0 20 0 15 0 274539625 14420721664 11709 33554432000 4194304 4196468 140730673737952 139962630456056 139963155098430 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6793] ppid=6776 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6793/stat : 6793 (java) S 6776 6779 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274539626 14420721664 11774 33554432000 4194304 4196468 140730673737952 139962629405792 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6794] ppid=6776 vsize=14082736 memory=140683990034048 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6794/stat : 6794 (java) S 6776 6779 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274539626 14420721664 11774 33554432000 4194304 4196468 140730673737952 139962628352304 139963162872450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46836 KiB

[startup+0.310612 s]*
/proc/loadavg: 1.91 1.93 1.68 3/216 6794
/proc/meminfo: memFree=14363608/32770624 swapFree=67108368/67108860
[pid=6779] ppid=6776 vsize=14082736 memory=50244 CPUtime=0.43 cores=0,2,4,6
/proc/6779/stat : 6779 (java) S 6776 6779 2226 0 -1 1077944320 10779 0 0 0 41 2 0 0 20 0 15 0 274539620 14420721664 12561 33554432000 4194304 4196468 140730673737952 140730673720496 139963162861303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
/proc/6779/statm: 3520684 12561 3370 1 0 3482761 0
[pid=6779/tid=6781] ppid=6776 vsize=14082736 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/6779/task/6781/stat : 6781 (java) R 6776 6779 2226 0 -1 4202560 8445 0 0 0 28 1 0 0 20 0 15 0 274539620 14420721664 12561 33554432000 4194304 4196468 140730673737952 139963167071224 139963146048112 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6782] ppid=6776 vsize=14082736 memory=304556149079015447 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6782/stat : 6782 (java) S 6776 6779 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274539621 14420721664 12561 33554432000 4194304 4196468 140730673737952 139962758916880 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6783] ppid=6776 vsize=14082736 memory=3978852363233683104 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6783/stat : 6783 (java) S 6776 6779 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274539621 14420721664 12561 33554432000 4194304 4196468 140730673737952 139962757864336 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6784] ppid=6776 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6784/stat : 6784 (java) S 6776 6779 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274539621 14420721664 12561 33554432000 4194304 4196468 140730673737952 139962756811792 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6785] ppid=6776 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6785/stat : 6785 (java) S 6776 6779 2226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274539621 14420721664 12561 33554432000 4194304 4196468 140730673737952 139962755759248 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6786] ppid=6776 vsize=14082736 memory=140683990034048 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6786/stat : 6786 (java) S 6776 6779 2226 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 274539622 14420721664 12561 33554432000 4194304 4196468 140730673737952 139962636773360 139963162872450 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6787] ppid=6776 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6787/stat : 6787 (java) S 6776 6779 2226 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274539623 14420721664 12561 33554432000 4194304 4196468 140730673737952 139962635719584 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6788] ppid=6776 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6788/stat : 6788 (java) S 6776 6779 2226 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274539623 14420721664 12561 33554432000 4194304 4196468 140730673737952 139962634666992 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6789] ppid=6776 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6789/stat : 6789 (java) S 6776 6779 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274539625 14420721664 12561 33554432000 4194304 4196468 140730673737952 139962633615568 139963162879899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6790] ppid=6776 vsize=14082736 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6779/task/6790/stat : 6790 (java) S 6776 6779 2226 0 -1 1077944384 518 0 0 0 3 0 0 0 20 0 15 0 274539625 14420721664 12561 33554432000 4194304 4196468 140730673737952 139962632563184 139963162872450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6791] ppid=6776 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/6779/task/6791/stat : 6791 (java) S 6776 6779 2226 0 -1 1077944384 119 0 0 0 1 0 0 0 20 0 15 0 274539625 14420721664 12561 33554432000 4194304 4196468 140730673737952 139962631510640 139963162872450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6792] ppid=6776 vsize=14082736 memory=140683990034048 CPUtime=0.07 cores=0,2,4,6
/proc/6779/task/6792/stat : 6792 (java) S 6776 6779 2226 0 -1 1077944384 320 0 0 0 7 0 0 0 20 0 15 0 274539625 14420721664 12561 33554432000 4194304 4196468 140730673737952 139962630458096 139963162872450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6793] ppid=6776 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6793/stat : 6793 (java) S 6776 6779 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274539626 14420721664 12561 33554432000 4194304 4196468 140730673737952 139962629405792 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6794] ppid=6776 vsize=14082736 memory=140683990034048 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6794/stat : 6794 (java) S 6776 6779 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274539626 14420721664 12561 33554432000 4194304 4196468 140730673737952 139962628352304 139963162872450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50244 KiB

[startup+0.700658 s]
/proc/loadavg: 1.91 1.93 1.68 3/216 6794
/proc/meminfo: memFree=14339264/32770624 swapFree=67108368/67108860
[pid=6779] ppid=6776 vsize=14084804 memory=89112 CPUtime=0.99 cores=0,2,4,6
/proc/6779/stat : 6779 (java) S 6776 6779 2226 0 -1 1077944320 17608 0 0 0 94 5 0 0 20 0 15 0 274539620 14422839296 22278 33554432000 4194304 4196468 140730673737952 140730673720496 139963162861303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
/proc/6779/statm: 3521201 22278 3502 1 0 3483273 0
[pid=6779/tid=6781] ppid=6776 vsize=14084804 memory=1764 CPUtime=0.67 cores=0,2,4,6
/proc/6779/task/6781/stat : 6781 (java) R 6776 6779 2226 0 -1 4202560 14875 0 0 0 64 3 0 0 20 0 15 0 274539620 14422839296 22278 33554432000 4194304 4196468 140730673737952 139963167085520 139963162883229 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6782] ppid=6776 vsize=14084804 memory=1616 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6782/stat : 6782 (java) S 6776 6779 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274539621 14422839296 22278 33554432000 4194304 4196468 140730673737952 139962758916880 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6783] ppid=6776 vsize=14084804 memory=756 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6783/stat : 6783 (java) S 6776 6779 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274539621 14422839296 22278 33554432000 4194304 4196468 140730673737952 139962757864336 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6784] ppid=6776 vsize=14084804 memory=9168 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6784/stat : 6784 (java) S 6776 6779 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274539621 14422839296 22278 33554432000 4194304 4196468 140730673737952 139962756811792 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6785] ppid=6776 vsize=14084804 memory=872 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6785/stat : 6785 (java) S 6776 6779 2226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274539621 14422839296 22278 33554432000 4194304 4196468 140730673737952 139962755759248 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6786] ppid=6776 vsize=14084804 memory=1920 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6786/stat : 6786 (java) S 6776 6779 2226 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 274539622 14422839296 22278 33554432000 4194304 4196468 140730673737952 139962636773360 139963162872450 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6787] ppid=6776 vsize=14084804 memory=6300 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6787/stat : 6787 (java) S 6776 6779 2226 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274539623 14422839296 22278 33554432000 4194304 4196468 140730673737952 139962635719584 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6788] ppid=6776 vsize=14084804 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6788/stat : 6788 (java) S 6776 6779 2226 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274539623 14422839296 22278 33554432000 4194304 4196468 140730673737952 139962634666992 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6789] ppid=6776 vsize=14084804 memory=3920 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6789/stat : 6789 (java) S 6776 6779 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274539625 14422839296 22278 33554432000 4194304 4196468 140730673737952 139962633615568 139963162879899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6790] ppid=6776 vsize=14084804 memory=7302135314614015848 CPUtime=0.06 cores=0,2,4,6
/proc/6779/task/6790/stat : 6790 (java) S 6776 6779 2226 0 -1 1077944384 664 0 0 0 6 0 0 0 20 0 15 0 274539625 14422839296 22278 33554432000 4194304 4196468 140730673737952 139962632563184 139963162872450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6791] ppid=6776 vsize=14084804 memory=7885332796437780070 CPUtime=0.07 cores=0,2,4,6
/proc/6779/task/6791/stat : 6791 (java) S 6776 6779 2226 0 -1 1077944384 269 0 0 0 7 0 0 0 20 0 15 0 274539625 14422839296 22278 33554432000 4194304 4196468 140730673737952 139962631510640 139963162872450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6792] ppid=6776 vsize=14084804 memory=4641048821391970388 CPUtime=0.15 cores=0,2,4,6
/proc/6779/task/6792/stat : 6792 (java) S 6776 6779 2226 0 -1 1077944384 418 0 0 0 15 0 0 0 20 0 15 0 274539625 14422839296 22278 33554432000 4194304 4196468 140730673737952 139962630458096 139963162872450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6793] ppid=6776 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6793/stat : 6793 (java) S 6776 6779 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274539626 14422839296 22278 33554432000 4194304 4196468 140730673737952 139962629405792 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6794] ppid=6776 vsize=14084804 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6794/stat : 6794 (java) S 6776 6779 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274539626 14422839296 22278 33554432000 4194304 4196468 140730673737952 139962628352304 139963162872450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89112 KiB

[startup+1.50074 s]
/proc/loadavg: 1.91 1.93 1.68 3/216 6794
/proc/meminfo: memFree=14307996/32770624 swapFree=67108368/67108860
[pid=6779] ppid=6776 vsize=14090948 memory=177688 CPUtime=2.95 cores=0,2,4,6
/proc/6779/stat : 6779 (java) S 6776 6779 2226 0 -1 1077944320 26401 0 0 0 287 8 0 0 20 0 15 0 274539620 14429130752 44422 33554432000 4194304 4196468 140730673737952 140730673720496 139963162861303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
/proc/6779/statm: 3522737 44422 3535 1 0 3484809 0
[pid=6779/tid=6781] ppid=6776 vsize=14090948 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/6779/task/6781/stat : 6781 (java) R 6776 6779 2226 0 -1 4202560 19857 0 0 0 141 6 0 0 20 0 15 0 274539620 14429130752 44422 33554432000 4194304 4196468 140730673737952 139963167096592 139962800503124 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6782] ppid=6776 vsize=14090948 memory=-8253362664378450063 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6782/stat : 6782 (java) S 6776 6779 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274539621 14429130752 44422 33554432000 4194304 4196468 140730673737952 139962758916880 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6783] ppid=6776 vsize=14090948 memory=7245577299922993209 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6783/stat : 6783 (java) S 6776 6779 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274539621 14429130752 44422 33554432000 4194304 4196468 140730673737952 139962757864336 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6784] ppid=6776 vsize=14090948 memory=-8412656559033194355 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6784/stat : 6784 (java) S 6776 6779 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274539621 14429130752 44422 33554432000 4194304 4196468 140730673737952 139962756811792 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6785] ppid=6776 vsize=14090948 memory=1401637097735671167 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6785/stat : 6785 (java) S 6776 6779 2226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274539621 14429130752 44422 33554432000 4194304 4196468 140730673737952 139962755759248 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6786] ppid=6776 vsize=14090948 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6786/stat : 6786 (java) S 6776 6779 2226 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 274539622 14429130752 44422 33554432000 4194304 4196468 140730673737952 139962636773360 139963162872450 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0

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

/proc/6779/task/6781/stat : 6781 (java) R 6776 6779 2226 0 -1 4202560 25679 0 0 0 10083 10 0 0 20 0 15 0 274539620 14429130752 53921 33554432000 4194304 4196468 140730673737952 139963167099360 139962805681439 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6782] ppid=6776 vsize=14090948 memory=215684 CPUtime=0.47 cores=0,2,4,6
/proc/6779/task/6782/stat : 6782 (java) S 6776 6779 2226 0 -1 1077944384 2497 0 0 0 43 4 0 0 20 0 15 0 274539621 14429130752 53921 33554432000 4194304 4196468 140730673737952 139962758916880 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6783] ppid=6776 vsize=14090948 memory=213160 CPUtime=0.47 cores=0,2,4,6
/proc/6779/task/6783/stat : 6783 (java) S 6776 6779 2226 0 -1 1077944384 1192 0 0 0 42 5 0 0 20 0 15 0 274539621 14429130752 53921 33554432000 4194304 4196468 140730673737952 139962757864336 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6784] ppid=6776 vsize=14090948 memory=182524 CPUtime=0.46 cores=0,2,4,6
/proc/6779/task/6784/stat : 6784 (java) S 6776 6779 2226 0 -1 1077944384 1365 0 0 0 42 4 0 0 20 0 15 0 274539621 14429130752 53921 33554432000 4194304 4196468 140730673737952 139962756811792 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6785] ppid=6776 vsize=14090948 memory=182524 CPUtime=0.48 cores=0,2,4,6
/proc/6779/task/6785/stat : 6785 (java) S 6776 6779 2226 0 -1 1077944384 470 0 0 0 43 5 0 0 20 0 15 0 274539621 14429130752 53921 33554432000 4194304 4196468 140730673737952 139962755759248 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6786] ppid=6776 vsize=14090948 memory=182524 CPUtime=0.5 cores=0,2,4,6
/proc/6779/task/6786/stat : 6786 (java) S 6776 6779 2226 0 -1 1077944384 1423 0 0 0 46 4 0 0 20 0 15 0 274539622 14429130752 53921 33554432000 4194304 4196468 140730673737952 139962636773360 139963162872450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 22 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6787] ppid=6776 vsize=14090948 memory=182524 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6787/stat : 6787 (java) S 6776 6779 2226 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 274539623 14429130752 53921 33554432000 4194304 4196468 140730673737952 139962635719584 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6788] ppid=6776 vsize=14090948 memory=215684 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6788/stat : 6788 (java) S 6776 6779 2226 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 274539623 14429130752 53921 33554432000 4194304 4196468 140730673737952 139962634666992 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6789] ppid=6776 vsize=14090948 memory=3684 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6789/stat : 6789 (java) S 6776 6779 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274539625 14429130752 53921 33554432000 4194304 4196468 140730673737952 139962633615568 139963162879899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6790] ppid=6776 vsize=14090948 memory=6856 CPUtime=1.16 cores=0,2,4,6
/proc/6779/task/6790/stat : 6790 (java) S 6776 6779 2226 0 -1 1077944384 5646 0 0 0 116 0 0 0 20 0 15 0 274539625 14429130752 53921 33554432000 4194304 4196468 140730673737952 139962632563184 139963162872450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6791] ppid=6776 vsize=14090948 memory=182524 CPUtime=1.05 cores=0,2,4,6
/proc/6779/task/6791/stat : 6791 (java) S 6776 6779 2226 0 -1 1077944384 5257 0 0 0 105 0 0 0 20 0 15 0 274539625 14429130752 53921 33554432000 4194304 4196468 140730673737952 139962631510640 139963162872450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6792] ppid=6776 vsize=14090948 memory=3920 CPUtime=0.51 cores=0,2,4,6
/proc/6779/task/6792/stat : 6792 (java) S 6776 6779 2226 0 -1 1077944384 3617 0 0 0 50 1 0 0 20 0 15 0 274539625 14429130752 53921 33554432000 4194304 4196468 140730673737952 139962630458096 139963162872450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6793] ppid=6776 vsize=14090948 memory=215684 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6793/stat : 6793 (java) S 6776 6779 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274539626 14429130752 53921 33554432000 4194304 4196468 140730673737952 139962629405792 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6794] ppid=6776 vsize=14090948 memory=3684 CPUtime=0.05 cores=0,2,4,6
/proc/6779/task/6794/stat : 6794 (java) S 6776 6779 2226 0 -1 1077944384 667 0 0 0 3 2 0 0 20 0 15 0 274539626 14429130752 53921 33554432000 4194304 4196468 140730673737952 139962628352304 139963162872450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 47 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
Current children cumulated CPU time: 106.17 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 215684 KiB

[startup+162.31 s]
/proc/loadavg: 1.03 1.61 1.61 3/215 7028
/proc/meminfo: memFree=21278104/32770624 swapFree=67108368/67108860
[pid=6779] ppid=6776 vsize=14090948 memory=227196 CPUtime=167.02 cores=0,2,4,6
/proc/6779/stat : 6779 (java) S 6776 6779 2226 0 -1 1077944320 53284 0 0 0 16657 45 0 0 20 0 15 0 274539620 14429130752 56799 33554432000 4194304 4196468 140730673737952 140730673720496 139963162861303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
/proc/6779/statm: 3522737 56799 3567 1 0 3484809 0
[pid=6779/tid=6781] ppid=6776 vsize=14090948 memory=227196 CPUtime=160.24 cores=0,2,4,6
/proc/6779/task/6781/stat : 6781 (java) R 6776 6779 2226 0 -1 4202560 27833 0 0 0 16014 10 0 0 20 0 15 0 274539620 14429130752 56799 33554432000 4194304 4196468 140730673737952 139963167099200 139962805653297 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6782] ppid=6776 vsize=14090948 memory=227196 CPUtime=0.77 cores=0,2,4,6
/proc/6779/task/6782/stat : 6782 (java) S 6776 6779 2226 0 -1 1077944384 2684 0 0 0 71 6 0 0 20 0 15 0 274539621 14429130752 56799 33554432000 4194304 4196468 140730673737952 139962758916880 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6783] ppid=6776 vsize=14090948 memory=225148 CPUtime=0.77 cores=0,2,4,6
/proc/6779/task/6783/stat : 6783 (java) S 6776 6779 2226 0 -1 1077944384 2001 0 0 0 69 8 0 0 20 0 15 0 274539621 14429130752 56799 33554432000 4194304 4196468 140730673737952 139962757864336 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6784] ppid=6776 vsize=14090948 memory=225148 CPUtime=0.76 cores=0,2,4,6
/proc/6779/task/6784/stat : 6784 (java) S 6776 6779 2226 0 -1 1077944384 1552 0 0 0 68 8 0 0 20 0 15 0 274539621 14429130752 56799 33554432000 4194304 4196468 140730673737952 139962756811792 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6785] ppid=6776 vsize=14090948 memory=4872558044660077418 CPUtime=0.77 cores=0,2,4,6
/proc/6779/task/6785/stat : 6785 (java) S 6776 6779 2226 0 -1 1077944384 680 0 0 0 69 8 0 0 20 0 15 0 274539621 14429130752 56799 33554432000 4194304 4196468 140730673737952 139962755759248 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6786] ppid=6776 vsize=14090948 memory=4104 CPUtime=0.8 cores=0,2,4,6
/proc/6779/task/6786/stat : 6786 (java) S 6776 6779 2226 0 -1 1077944384 1714 0 0 0 74 6 0 0 20 0 15 0 274539622 14429130752 56799 33554432000 4194304 4196468 140730673737952 139962636773360 139963162872450 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 22 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6787] ppid=6776 vsize=14090948 memory=225148 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6787/stat : 6787 (java) S 6776 6779 2226 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 274539623 14429130752 56799 33554432000 4194304 4196468 140730673737952 139962635719584 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6788] ppid=6776 vsize=14090948 memory=3684 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6788/stat : 6788 (java) S 6776 6779 2226 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 274539623 14429130752 56799 33554432000 4194304 4196468 140730673737952 139962634666992 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6789] ppid=6776 vsize=14090948 memory=222904 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6789/stat : 6789 (java) S 6776 6779 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274539625 14429130752 56799 33554432000 4194304 4196468 140730673737952 139962633615568 139963162879899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6790] ppid=6776 vsize=14090948 memory=222904 CPUtime=1.16 cores=0,2,4,6
/proc/6779/task/6790/stat : 6790 (java) S 6776 6779 2226 0 -1 1077944384 5649 0 0 0 116 0 0 0 20 0 15 0 274539625 14429130752 56799 33554432000 4194304 4196468 140730673737952 139962632563184 139963162872450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6791] ppid=6776 vsize=14090948 memory=301741373374332954 CPUtime=1.05 cores=0,2,4,6
/proc/6779/task/6791/stat : 6791 (java) S 6776 6779 2226 0 -1 1077944384 5259 0 0 0 105 0 0 0 20 0 15 0 274539625 14429130752 56799 33554432000 4194304 4196468 140730673737952 139962631510640 139963162872450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6792] ppid=6776 vsize=14090948 memory=288230596050944315 CPUtime=0.51 cores=0,2,4,6
/proc/6779/task/6792/stat : 6792 (java) S 6776 6779 2226 0 -1 1077944384 3819 0 0 0 50 1 0 0 20 0 15 0 274539625 14429130752 56799 33554432000 4194304 4196468 140730673737952 139962630458096 139963162872450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6793] ppid=6776 vsize=14090948 memory=2148 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6793/stat : 6793 (java) S 6776 6779 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274539626 14429130752 56799 33554432000 4194304 4196468 140730673737952 139962629405792 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6794] ppid=6776 vsize=14090948 memory=1160 CPUtime=0.08 cores=0,2,4,6
/proc/6779/task/6794/stat : 6794 (java) S 6776 6779 2226 0 -1 1077944384 676 0 0 0 5 3 0 0 20 0 15 0 274539626 14429130752 56799 33554432000 4194304 4196468 140730673737952 139962628352304 139963162872450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 47 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
Current children cumulated CPU time: 167.02 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 227196 KiB

[startup+222.31 s]
/proc/loadavg: 1.54 1.65 1.62 3/215 7029
/proc/meminfo: memFree=21246564/32770624 swapFree=67108368/67108860
[pid=6779] ppid=6776 vsize=14090948 memory=256396 CPUtime=227.83 cores=0,2,4,6
/proc/6779/stat : 6779 (java) S 6776 6779 2226 0 -1 1077944320 57530 0 0 0 22728 55 0 0 20 0 15 0 274539620 14429130752 64099 33554432000 4194304 4196468 140730673737952 140730673720496 139963162861303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
/proc/6779/statm: 3522737 64099 3567 1 0 3484809 0
[pid=6779/tid=6781] ppid=6776 vsize=14090948 memory=256396 CPUtime=219.55 cores=0,2,4,6
/proc/6779/task/6781/stat : 6781 (java) R 6776 6779 2226 0 -1 4202560 29981 0 0 0 21944 11 0 0 20 0 15 0 274539620 14429130752 64099 33554432000 4194304 4196468 140730673737952 139963167099200 139962805366802 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6782] ppid=6776 vsize=14090948 memory=256396 CPUtime=1.07 cores=0,2,4,6
/proc/6779/task/6782/stat : 6782 (java) S 6776 6779 2226 0 -1 1077944384 2853 0 0 0 98 9 0 0 20 0 15 0 274539621 14429130752 64099 33554432000 4194304 4196468 140730673737952 139962758916880 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6783] ppid=6776 vsize=14090948 memory=256396 CPUtime=1.07 cores=0,2,4,6
/proc/6779/task/6783/stat : 6783 (java) S 6776 6779 2226 0 -1 1077944384 2112 0 0 0 97 10 0 0 20 0 15 0 274539621 14429130752 64099 33554432000 4194304 4196468 140730673737952 139962757864336 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6784] ppid=6776 vsize=14090948 memory=256396 CPUtime=1.05 cores=0,2,4,6
/proc/6779/task/6784/stat : 6784 (java) S 6776 6779 2226 0 -1 1077944384 2316 0 0 0 95 10 0 0 20 0 15 0 274539621 14429130752 64099 33554432000 4194304 4196468 140730673737952 139962756811792 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6785] ppid=6776 vsize=14090948 memory=256396 CPUtime=1.07 cores=0,2,4,6
/proc/6779/task/6785/stat : 6785 (java) S 6776 6779 2226 0 -1 1077944384 897 0 0 0 97 10 0 0 20 0 15 0 274539621 14429130752 64099 33554432000 4194304 4196468 140730673737952 139962755759248 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6786] ppid=6776 vsize=14090948 memory=4050204154386478942 CPUtime=1.09 cores=0,2,4,6
/proc/6779/task/6786/stat : 6786 (java) S 6776 6779 2226 0 -1 1077944384 2005 0 0 0 101 8 0 0 20 0 15 0 274539622 14429130752 64099 33554432000 4194304 4196468 140730673737952 139962636773360 139963162872450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 22 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6787] ppid=6776 vsize=14090948 memory=3684 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6787/stat : 6787 (java) S 6776 6779 2226 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 274539623 14429130752 64099 33554432000 4194304 4196468 140730673737952 139962635719584 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6788] ppid=6776 vsize=14090948 memory=6860 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6788/stat : 6788 (java) S 6776 6779 2226 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 274539623 14429130752 64099 33554432000 4194304 4196468 140730673737952 139962634666992 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6789] ppid=6776 vsize=14090948 memory=916 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6789/stat : 6789 (java) S 6776 6779 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274539625 14429130752 64099 33554432000 4194304 4196468 140730673737952 139962633615568 139963162879899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6790] ppid=6776 vsize=14090948 memory=3848 CPUtime=1.16 cores=0,2,4,6
/proc/6779/task/6790/stat : 6790 (java) S 6776 6779 2226 0 -1 1077944384 5885 0 0 0 116 0 0 0 20 0 15 0 274539625 14429130752 64099 33554432000 4194304 4196468 140730673737952 139962632563184 139963162872450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6791] ppid=6776 vsize=14090948 memory=14912 CPUtime=1.05 cores=0,2,4,6
/proc/6779/task/6791/stat : 6791 (java) S 6776 6779 2226 0 -1 1077944384 5552 0 0 0 105 0 0 0 20 0 15 0 274539625 14429130752 64099 33554432000 4194304 4196468 140730673737952 139962631510640 139963162872450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6792] ppid=6776 vsize=14090948 memory=3364 CPUtime=0.51 cores=0,2,4,6
/proc/6779/task/6792/stat : 6792 (java) S 6776 6779 2226 0 -1 1077944384 3822 0 0 0 50 1 0 0 20 0 15 0 274539625 14429130752 64099 33554432000 4194304 4196468 140730673737952 139962630458096 139963162872450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6793] ppid=6776 vsize=14090948 memory=256396 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6793/stat : 6793 (java) S 6776 6779 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274539626 14429130752 64099 33554432000 4194304 4196468 140730673737952 139962629405792 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6794] ppid=6776 vsize=14090948 memory=256396 CPUtime=0.11 cores=0,2,4,6
/proc/6779/task/6794/stat : 6794 (java) S 6776 6779 2226 0 -1 1077944384 690 0 0 0 6 5 0 0 20 0 15 0 274539626 14429130752 64099 33554432000 4194304 4196468 140730673737952 139962628352304 139963162872450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 47 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
Current children cumulated CPU time: 227.83 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 256396 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+246.201 s]*
/proc/loadavg: 1.62 1.66 1.62 3/215 7030
/proc/meminfo: memFree=21242116/32770624 swapFree=67108368/67108860
[pid=6779] ppid=6776 vsize=14090948 memory=260500 CPUtime=252.05 cores=0,2,4,6
/proc/6779/stat : 6779 (java) S 6776 6779 2226 0 -1 1077944320 57955 0 0 0 25147 58 0 0 20 0 15 0 274539620 14429130752 65125 33554432000 4194304 4196468 140730673737952 140730673720496 139963162861303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
/proc/6779/statm: 3522737 65125 3567 1 0 3484809 0
[pid=6779/tid=6781] ppid=6776 vsize=14090948 memory=8112282956445269571 CPUtime=243.22 cores=0,2,4,6
/proc/6779/task/6781/stat : 6781 (java) R 6776 6779 2226 0 -1 4202560 30285 0 0 0 24310 12 0 0 20 0 15 0 274539620 14429130752 65125 33554432000 4194304 4196468 140730673737952 139963167099360 139962805148992 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6782] ppid=6776 vsize=14090948 memory=4872558044660077418 CPUtime=1.19 cores=0,2,4,6
/proc/6779/task/6782/stat : 6782 (java) S 6776 6779 2226 0 -1 1077944384 2879 0 0 0 109 10 0 0 20 0 15 0 274539621 14429130752 65125 33554432000 4194304 4196468 140730673737952 139962758916880 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6783] ppid=6776 vsize=14090948 memory=301741373374332954 CPUtime=1.18 cores=0,2,4,6
/proc/6779/task/6783/stat : 6783 (java) S 6776 6779 2226 0 -1 1077944384 2136 0 0 0 108 10 0 0 20 0 15 0 274539621 14429130752 65125 33554432000 4194304 4196468 140730673737952 139962757864336 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6784] ppid=6776 vsize=14090948 memory=288230596050944315 CPUtime=1.17 cores=0,2,4,6
/proc/6779/task/6784/stat : 6784 (java) S 6776 6779 2226 0 -1 1077944384 2343 0 0 0 106 11 0 0 20 0 15 0 274539621 14429130752 65125 33554432000 4194304 4196468 140730673737952 139962756811792 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6785] ppid=6776 vsize=14090948 memory=14413713516005930 CPUtime=1.17 cores=0,2,4,6
/proc/6779/task/6785/stat : 6785 (java) S 6776 6779 2226 0 -1 1077944384 927 0 0 0 107 10 0 0 20 0 15 0 274539621 14429130752 65125 33554432000 4194304 4196468 140730673737952 139962755759248 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6786] ppid=6776 vsize=14090948 memory=1764 CPUtime=1.19 cores=0,2,4,6
/proc/6779/task/6786/stat : 6786 (java) S 6776 6779 2226 0 -1 1077944384 2016 0 0 0 110 9 0 0 20 0 15 0 274539622 14429130752 65125 33554432000 4194304 4196468 140730673737952 139962636773360 139963162872450 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 22 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6787] ppid=6776 vsize=14090948 memory=1616 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6787/stat : 6787 (java) S 6776 6779 2226 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 274539623 14429130752 65125 33554432000 4194304 4196468 140730673737952 139962635719584 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6788] ppid=6776 vsize=14090948 memory=756 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6788/stat : 6788 (java) S 6776 6779 2226 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 274539623 14429130752 65125 33554432000 4194304 4196468 140730673737952 139962634666992 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6789] ppid=6776 vsize=14090948 memory=9168 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6789/stat : 6789 (java) S 6776 6779 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274539625 14429130752 65125 33554432000 4194304 4196468 140730673737952 139962633615568 139963162879899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6790] ppid=6776 vsize=14090948 memory=872 CPUtime=1.16 cores=0,2,4,6
/proc/6779/task/6790/stat : 6790 (java) S 6776 6779 2226 0 -1 1077944384 5886 0 0 0 116 0 0 0 20 0 15 0 274539625 14429130752 65125 33554432000 4194304 4196468 140730673737952 139962632563184 139963162872450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6791] ppid=6776 vsize=14090948 memory=1920 CPUtime=1.05 cores=0,2,4,6
/proc/6779/task/6791/stat : 6791 (java) S 6776 6779 2226 0 -1 1077944384 5552 0 0 0 105 0 0 0 20 0 15 0 274539625 14429130752 65125 33554432000 4194304 4196468 140730673737952 139962631510640 139963162872450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6792] ppid=6776 vsize=14090948 memory=6300 CPUtime=0.51 cores=0,2,4,6
/proc/6779/task/6792/stat : 6792 (java) S 6776 6779 2226 0 -1 1077944384 3822 0 0 0 50 1 0 0 20 0 15 0 274539625 14429130752 65125 33554432000 4194304 4196468 140730673737952 139962630458096 139963162872450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6793] ppid=6776 vsize=14090948 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/6779/task/6793/stat : 6793 (java) S 6776 6779 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274539626 14429130752 65125 33554432000 4194304 4196468 140730673737952 139962629405792 139963162871509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
[pid=6779/tid=6794] ppid=6776 vsize=14090948 memory=3920 CPUtime=0.12 cores=0,2,4,6
/proc/6779/task/6794/stat : 6794 (java) S 6776 6779 2226 0 -1 1077944384 692 0 0 0 7 5 0 0 20 0 15 0 274539626 14429130752 65125 33554432000 4194304 4196468 140730673737952 139962628352304 139963162872450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 47 0 0 6293624 6294260 24535040 140730673742927 140730673743118 140730673743118 140730673745871 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 260500 KiB

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

[startup+246.225 s]
# the end of solver process 6779 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.489 s, system=0.598482 s

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

Child status: 143
Real time (s): 246.225
CPU time (s): 252.088
CPU user time (s): 251.489
CPU system time (s): 0.598482
CPU usage (%): 102.381
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 260500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.489
system time used= 0.598482
maximum resident set size= 261068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58595
page faults= 0
swaps= 0
block input operations= 0
block output operations= 408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40361
involuntary context switches= 1121


# summary of solver processes directly reported to runsolver:
#   pid: 6779
#   total CPU time (s): 252.088
#   total CPU user time (s): 251.489
#   total CPU system time (s): 0.598482

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.87444 second user time and 1.87548 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-18 07:22:45
IDJOB=4312215
IDBENCH=141325
IDSOLVER=2800
FILE ID=node148/4312215-1534569765
RUNJOBID= node148-1534568587-5847
PBS_JOBID= 21038631
Free space on /tmp= 49368 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-12a_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312215-1534569765/watcher-4312215-1534569765 -o /tmp/evaluation-result-4312215-1534569765/solver-4312215-1534569765 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534568587-5847 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 477240873 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312215-1534569765.xml

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

MD5SUM BENCH= 56cb9e23f693fb34c9078bf93399e92e
RANDOM SEED=477240873

node148.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.50
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.50
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.50
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.50
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:        14400280 kB
MemAvailable:   24920636 kB
Buffers:          221076 kB
Cached:         10557800 kB
SwapCached:            4 kB
Active:         14130232 kB
Inactive:        3658736 kB
Active(anon):    6982664 kB
Inactive(anon):    96196 kB
Active(file):    7147568 kB
Inactive(file):  3562540 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67108368 kB
Dirty:             35640 kB
Writeback:             0 kB
AnonPages:       6973612 kB
Mapped:            33000 kB
Shmem:             65972 kB
Slab:             267908 kB
SReclaimable:     238708 kB
SUnreclaim:        29200 kB
KernelStack:        3856 kB
PageTables:        19224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8032044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6733824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 49600 MiB
End job on node148 at 2018-08-18 07:26:51