Trace number 4304227

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
Concrete 3.9.2OPT12 205.724 189.727

General information on the benchmark

NamePseudoBoolean-opt/
Pb-garden-7x7_c18.xml
MD5SUMb012ef5fa7bba6c8b791df977729af7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.182611
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints49
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":49}]
Minimum variable degree4
Maximum variable degree6
Distribution of variable degrees[{"degree":4,"count":4},{"degree":5,"count":20},{"degree":6,"count":25}]
Minimum constraint arity3
Maximum constraint arity5
Distribution of constraint arities[{"arity":3,"count":4},{"arity":4,"count":20},{"arity":5,"count":25}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":49}]
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.96/0.75	c Concrete v3.9.2.1532736233296 running
8.21/4.00	o 17
8.53/4.03	o 16
8.53/4.07	o 15
8.53/4.10	o 14
9.52/4.31	o 13
40.14/31.99	o 12
205.67/189.70	v <instantiation cost="12">
205.67/189.70	v       <list>
205.67/189.70	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48]
205.67/189.70	v       </list>
205.67/189.70	v       <values>
205.67/189.70	v         0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 1 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0
205.67/189.70	v       </values>
205.67/189.70	v     </instantiation>
205.67/189.70	s OPTIMUM FOUND

Verifier Data

OK	12

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304227-1534048794/watcher-4304227-1534048794 -o /tmp/evaluation-result-4304227-1534048794/solver-4304227-1534048794 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534038877-15391 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=405180668 HOME/instance-4304227-1534048794.xml 

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

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


[startup+0.109804 s]*
/proc/loadavg: 1.50 1.49 1.45 3/206 17083
/proc/meminfo: memFree=10976164/32770624 swapFree=67108496/67108860
[pid=17026] ppid=17023 vsize=10219200 memory=20436 CPUtime=0.09 cores=1,3,5,7
/proc/17026/stat : 17026 (java) S 17023 17026 14233 0 -1 1077944320 4734 12862 0 0 2 0 5 2 20 0 8 0 222442598 10464460800 5109 33554432000 4194304 4196468 140722488291472 140722488274016 140441051836151 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
/proc/17026/statm: 2554800 5109 2076 1 0 2543238 0
[pid=17026/tid=17079] ppid=17023 vsize=10219200 memory=4351193298051629447 CPUtime=0.08 cores=1,3,5,7
/proc/17026/task/17079/stat : 17079 (java) R 17023 17026 14233 0 -1 4202560 2528 12862 0 0 1 0 5 2 20 0 8 0 222442607 10464460800 5109 33554432000 4194304 4196468 140722488291472 140441023676848 140441035916638 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17080] ppid=17023 vsize=10219200 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17080/stat : 17080 (java) S 17023 17026 14233 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 8 0 222442607 10464460800 5109 33554432000 4194304 4196468 140722488291472 140441056078736 140441051846357 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17081] ppid=17023 vsize=10219200 memory=140255046235776 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17081/stat : 17081 (java) S 17023 17026 14233 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 8 0 222442607 10464460800 5109 33554432000 4194304 4196468 140722488291472 140440937343760 140441051846357 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17082] ppid=17023 vsize=10219200 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17082/stat : 17082 (java) S 17023 17026 14233 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 8 0 222442607 10464460800 5109 33554432000 4194304 4196468 140722488291472 140440936291472 140441051846357 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17083] ppid=17023 vsize=10219200 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17083/stat : 17083 (java) S 17023 17026 14233 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 8 0 222442607 10464460800 5109 33554432000 4194304 4196468 140722488291472 140440588966928 140441051846357 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17084] ppid=17023 vsize=10219200 memory=140255046235776 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17084/stat : 17084 (java) S 17023 17026 14233 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 8 0 222442609 10464460800 5109 33554432000 4194304 4196468 140722488291472 140440544872560 140441051847298 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17085] ppid=17023 vsize=10219200 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17085/stat : 17085 (java) S 17023 17026 14233 0 -1 1077944384 12 12862 0 0 0 0 5 2 20 0 8 0 222442610 10464460800 5109 33554432000 4194304 4196468 140722488291472 140439860534992 140441051846357 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10219200 KiB
Current children cumulated memory: 20436 KiB

[startup+0.210746 s]*
/proc/loadavg: 1.50 1.49 1.45 3/215 17092
/proc/meminfo: memFree=10954960/32770624 swapFree=67108496/67108860
[pid=17026] ppid=17023 vsize=10982744 memory=42592 CPUtime=0.24 cores=1,3,5,7
/proc/17026/stat : 17026 (java) S 17023 17026 14233 0 -1 1077944320 7269 12862 0 0 16 1 5 2 20 0 15 0 222442598 11246329856 10648 33554432000 4194304 4196468 140722488291472 140722488274016 140441051836151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
/proc/17026/statm: 2745686 10648 2982 1 0 2708109 0
[pid=17026/tid=17079] ppid=17023 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/17026/task/17079/stat : 17079 (java) R 17023 17026 14233 0 -1 4202560 3830 12862 0 0 10 1 5 2 20 0 15 0 222442607 11246329856 10648 33554432000 4194304 4196468 140722488291472 140441023658056 140441032111965 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17080] ppid=17023 vsize=10982744 memory=364 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17080/stat : 17080 (java) S 17023 17026 14233 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 222442607 11246329856 10648 33554432000 4194304 4196468 140722488291472 140441056078736 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17081] ppid=17023 vsize=10982744 memory=140255046251438 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17081/stat : 17081 (java) S 17023 17026 14233 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 222442607 11246329856 10648 33554432000 4194304 4196468 140722488291472 140440937343760 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17082] ppid=17023 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17082/stat : 17082 (java) S 17023 17026 14233 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 15 0 222442607 11246329856 10648 33554432000 4194304 4196468 140722488291472 140440936291472 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17083] ppid=17023 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17083/stat : 17083 (java) S 17023 17026 14233 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 15 0 222442607 11246329856 10648 33554432000 4194304 4196468 140722488291472 140440588966928 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17084] ppid=17023 vsize=10982744 memory=140255046235776 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17084/stat : 17084 (java) S 17023 17026 14233 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 15 0 222442609 11246329856 10648 33554432000 4194304 4196468 140722488291472 140440544872560 140441051847298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17085] ppid=17023 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17085/stat : 17085 (java) S 17023 17026 14233 0 -1 1077944384 13 12862 0 0 0 0 5 2 20 0 15 0 222442610 11246329856 10648 33554432000 4194304 4196468 140722488291472 140439860536096 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17086] ppid=17023 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17086/stat : 17086 (java) S 17023 17026 14233 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 222442610 11246329856 10648 33554432000 4194304 4196468 140722488291472 140439659209840 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17087] ppid=17023 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17087/stat : 17087 (java) S 17023 17026 14233 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 222442613 11246329856 10648 33554432000 4194304 4196468 140722488291472 140439351810128 140441051854747 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17088] ppid=17023 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17026/task/17088/stat : 17088 (java) S 17023 17026 14233 0 -1 1077944384 537 12862 0 0 1 0 5 2 20 0 15 0 222442613 11246329856 10648 33554432000 4194304 4196468 140722488291472 140440543820400 140441051847298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17089] ppid=17023 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17026/task/17089/stat : 17089 (java) S 17023 17026 14233 0 -1 1077944384 68 12862 0 0 1 0 5 2 20 0 15 0 222442613 11246329856 10648 33554432000 4194304 4196468 140722488291472 140440542767600 140441051847298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17090] ppid=17023 vsize=10982744 memory=140255046235776 CPUtime=0.1 cores=1,3,5,7
/proc/17026/task/17090/stat : 17090 (java) S 17023 17026 14233 0 -1 1077944384 616 12862 0 0 3 0 5 2 20 0 15 0 222442613 11246329856 10648 33554432000 4194304 4196468 140722488291472 140440541715312 140441051847298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17091] ppid=17023 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17091/stat : 17091 (java) S 17023 17026 14233 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 222442613 11246329856 10648 33554432000 4194304 4196468 140722488291472 140438921014240 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17092] ppid=17023 vsize=10982744 memory=140255046235776 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17092/stat : 17092 (java) S 17023 17026 14233 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 222442613 11246329856 10648 33554432000 4194304 4196468 140722488291472 140440540662192 140441051847298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42592 KiB

[startup+0.314791 s]*
/proc/loadavg: 1.50 1.49 1.45 3/215 17092
/proc/meminfo: memFree=10943176/32770624 swapFree=67108496/67108860
[pid=17026] ppid=17023 vsize=10983192 memory=55504 CPUtime=0.36 cores=1,3,5,7
/proc/17026/stat : 17026 (java) S 17023 17026 14233 0 -1 1077944320 10398 12862 0 0 27 2 5 2 20 0 15 0 222442598 11246788608 13876 33554432000 4194304 4196468 140722488291472 140722488274016 140441051836151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
/proc/17026/statm: 2745798 13876 3101 1 0 2708109 0
[pid=17026/tid=17079] ppid=17023 vsize=10983192 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/17026/task/17079/stat : 17079 (java) R 17023 17026 14233 0 -1 4202560 6992 12862 0 0 19 1 5 2 20 0 15 0 222442607 11246788608 13942 33554432000 4194304 4196468 140722488291472 140441023625680 140441044073278 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17080] ppid=17023 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17080/stat : 17080 (java) S 17023 17026 14233 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 222442607 11246788608 13942 33554432000 4194304 4196468 140722488291472 140441056078736 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17081] ppid=17023 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17081/stat : 17081 (java) S 17023 17026 14233 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 222442607 11246788608 13942 33554432000 4194304 4196468 140722488291472 140440937343760 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17082] ppid=17023 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17082/stat : 17082 (java) S 17023 17026 14233 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 15 0 222442607 11246788608 13942 33554432000 4194304 4196468 140722488291472 140440936291472 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17083] ppid=17023 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17083/stat : 17083 (java) S 17023 17026 14233 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 15 0 222442607 11246788608 13942 33554432000 4194304 4196468 140722488291472 140440588966928 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17084] ppid=17023 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17084/stat : 17084 (java) S 17023 17026 14233 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 15 0 222442609 11246788608 13942 33554432000 4194304 4196468 140722488291472 140440544872560 140441051847298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17085] ppid=17023 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17085/stat : 17085 (java) S 17023 17026 14233 0 -1 1077944384 13 12862 0 0 0 0 5 2 20 0 15 0 222442610 11246788608 13942 33554432000 4194304 4196468 140722488291472 140439860536096 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17086] ppid=17023 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17086/stat : 17086 (java) S 17023 17026 14233 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 222442610 11246788608 13942 33554432000 4194304 4196468 140722488291472 140439659209840 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17087] ppid=17023 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17087/stat : 17087 (java) S 17023 17026 14233 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 222442613 11246788608 14008 33554432000 4194304 4196468 140722488291472 140439351810128 140441051854747 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17088] ppid=17023 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17026/task/17088/stat : 17088 (java) S 17023 17026 14233 0 -1 1077944384 540 12862 0 0 1 0 5 2 20 0 15 0 222442613 11246788608 14008 33554432000 4194304 4196468 140722488291472 140440543820400 140441051847298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17089] ppid=17023 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17026/task/17089/stat : 17089 (java) S 17023 17026 14233 0 -1 1077944384 69 12862 0 0 1 0 5 2 20 0 15 0 222442613 11246788608 14008 33554432000 4194304 4196468 140722488291472 140440542767600 140441051847298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17090] ppid=17023 vsize=10983192 memory=140255046235776 CPUtime=0.11 cores=1,3,5,7
/proc/17026/task/17090/stat : 17090 (java) S 17023 17026 14233 0 -1 1077944384 621 12862 0 0 4 0 5 2 20 0 15 0 222442613 11246788608 14008 33554432000 4194304 4196468 140722488291472 140440541715312 140441051847298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17091] ppid=17023 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17091/stat : 17091 (java) S 17023 17026 14233 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 222442613 11246788608 14008 33554432000 4194304 4196468 140722488291472 140438921014240 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17092] ppid=17023 vsize=10983192 memory=140255046235776 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17092/stat : 17092 (java) S 17023 17026 14233 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 222442613 11246788608 14008 33554432000 4194304 4196468 140722488291472 140440540662192 140441051847298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55504 KiB

[startup+0.700736 s]
/proc/loadavg: 1.50 1.49 1.45 3/215 17092
/proc/meminfo: memFree=10932384/32770624 swapFree=67108496/67108860
[pid=17026] ppid=17023 vsize=10983192 memory=88372 CPUtime=0.96 cores=1,3,5,7
/proc/17026/stat : 17026 (java) S 17023 17026 14233 0 -1 1077944320 16743 12862 0 0 85 4 5 2 20 0 15 0 222442598 11246788608 22093 33554432000 4194304 4196468 140722488291472 140722488274016 140441051836151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
/proc/17026/statm: 2745798 22093 3238 1 0 2708109 0
[pid=17026/tid=17079] ppid=17023 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/17026/task/17079/stat : 17079 (java) R 17023 17026 14233 0 -1 4202560 12217 12862 0 0 55 3 5 2 20 0 15 0 222442607 11246788608 22093 33554432000 4194304 4196468 140722488291472 140441023664032 140441035916638 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17080] ppid=17023 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17080/stat : 17080 (java) S 17023 17026 14233 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 222442607 11246788608 22093 33554432000 4194304 4196468 140722488291472 140441056078736 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17081] ppid=17023 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17081/stat : 17081 (java) S 17023 17026 14233 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 222442607 11246788608 22093 33554432000 4194304 4196468 140722488291472 140440937343760 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17082] ppid=17023 vsize=10983192 memory=140254908556688 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17082/stat : 17082 (java) S 17023 17026 14233 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 15 0 222442607 11246788608 22093 33554432000 4194304 4196468 140722488291472 140440936291472 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17083] ppid=17023 vsize=10983192 memory=140256452018752 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17083/stat : 17083 (java) S 17023 17026 14233 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 15 0 222442607 11246788608 22093 33554432000 4194304 4196468 140722488291472 140440588966928 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17084] ppid=17023 vsize=10983192 memory=1836 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17084/stat : 17084 (java) S 17023 17026 14233 0 -1 1077944384 5 12862 0 0 0 0 5 2 20 0 15 0 222442609 11246788608 22093 33554432000 4194304 4196468 140722488291472 140440544872560 140441051847298 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17085] ppid=17023 vsize=10983192 memory=33 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17085/stat : 17085 (java) S 17023 17026 14233 0 -1 1077944384 13 12862 0 0 0 0 5 2 20 0 15 0 222442610 11246788608 22093 33554432000 4194304 4196468 140722488291472 140439860536096 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17086] ppid=17023 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17086/stat : 17086 (java) S 17023 17026 14233 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 222442610 11246788608 22093 33554432000 4194304 4196468 140722488291472 140439659209840 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17087] ppid=17023 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17087/stat : 17087 (java) S 17023 17026 14233 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 222442613 11246788608 22093 33554432000 4194304 4196468 140722488291472 140439351810128 140441051854747 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17088] ppid=17023 vsize=10983192 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/17026/task/17088/stat : 17088 (java) S 17023 17026 14233 0 -1 1077944384 1188 12862 0 0 9 0 5 2 20 0 15 0 222442613 11246788608 22093 33554432000 4194304 4196468 140722488291472 140440543820400 140441051847298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17089] ppid=17023 vsize=10983192 memory=8551153264083966079 CPUtime=0.14 cores=1,3,5,7
/proc/17026/task/17089/stat : 17089 (java) S 17023 17026 14233 0 -1 1077944384 445 12862 0 0 7 0 5 2 20 0 15 0 222442613 11246788608 22093 33554432000 4194304 4196468 140722488291472 140440542767600 140441051847298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17090] ppid=17023 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/17026/task/17090/stat : 17090 (java) S 17023 17026 14233 0 -1 1077944384 675 12862 0 0 13 0 5 2 20 0 15 0 222442613 11246788608 22093 33554432000 4194304 4196468 140722488291472 140440541715312 140441051847298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17091] ppid=17023 vsize=10983192 memory=140255046238289 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17091/stat : 17091 (java) S 17023 17026 14233 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 222442613 11246788608 22093 33554432000 4194304 4196468 140722488291472 140438921014240 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17092] ppid=17023 vsize=10983192 memory=3872 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17092/stat : 17092 (java) S 17023 17026 14233 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 222442613 11246788608 22093 33554432000 4194304 4196468 140722488291472 140440540662192 140441051847298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
Current children cumulated CPU time: 0.96 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88372 KiB

[startup+1.50072 s]
/proc/loadavg: 1.50 1.49 1.45 3/215 17092
/proc/meminfo: memFree=10889184/32770624 swapFree=67108496/67108860
[pid=17026] ppid=17023 vsize=10998092 memory=177080 CPUtime=2.23 cores=1,3,5,7
/proc/17026/stat : 17026 (java) S 17023 17026 14233 0 -1 1077944320 23845 12862 0 0 206 10 5 2 20 0 15 0 222442598 11262046208 44270 33554432000 4194304 4196468 140722488291472 140722488274016 140441051836151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
/proc/17026/statm: 2749523 44270 3477 1 0 2711181 0
[pid=17026/tid=17079] ppid=17023 vsize=10998092 memory=0 CPUtime=1.41 cores=1,3,5,7
/proc/17026/task/17079/stat : 17079 (java) R 17023 17026 14233 0 -1 4202560 17790 12862 0 0 129 5 5 2 20 0 15 0 222442607 11262046208 44270 33554432000 4194304 4196468 140722488291472 140441023666320 140441051848086 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17080] ppid=17023 vsize=10998092 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/17026/task/17080/stat : 17080 (java) S 17023 17026 14233 0 -1 1077944384 17 12862 0 0 1 0 5 2 20 0 15 0 222442607 11262046208 44270 33554432000 4194304 4196468 140722488291472 140441056078736 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17081] ppid=17023 vsize=10998092 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/17026/task/17081/stat : 17081 (java) S 17023 17026 14233 0 -1 1077944384 24 12862 0 0 1 0 5 2 20 0 15 0 222442607 11262046208 44270 33554432000 4194304 4196468 140722488291472 140440937343760 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17082] ppid=17023 vsize=10998092 memory=6944656575208382560 CPUtime=0.08 cores=1,3,5,7
/proc/17026/task/17082/stat : 17082 (java) S 17023 17026 14233 0 -1 1077944384 230 12862 0 0 1 0 5 2 20 0 15 0 222442607 11262046208 44270 33554432000 4194304 4196468 140722488291472 140440936291472 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17083] ppid=17023 vsize=10998092 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/17026/task/17083/stat : 17083 (java) S 17023 17026 14233 0 -1 1077944384 69 12862 0 0 1 0 5 2 20 0 15 0 222442607 11262046208 44270 33554432000 4194304 4196468 140722488291472 140440588966928 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17084] ppid=17023 vsize=10998092 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/17026/task/17084/stat : 17084 (java) S 17023 17026 14233 0 -1 1077944384 50 12862 0 0 1 0 5 2 20 0 15 0 222442609 11262046208 44270 33554432000 4194304 4196468 140722488291472 140440544872560 140441051847298 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17085] ppid=17023 vsize=10998092 memory=33 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17085/stat : 17085 (java) S 17023 17026 14233 0 -1 1077944384 14 12862 0 0 0 0 5 2 20 0 15 0 222442610 11262046208 44270 33554432000 4194304 4196468 140722488291472 140439860536160 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17086] ppid=17023 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17086/stat : 17086 (java) S 17023 17026 14233 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 222442610 11262046208 44270 33554432000 4194304 4196468 140722488291472 140439659209856 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17087] ppid=17023 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17087/stat : 17087 (java) S 17023 17026 14233 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 222442613 11262046208 44270 33554432000 4194304 4196468 140722488291472 140439351810128 140441051854747 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17088] ppid=17023 vsize=10998092 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/17026/task/17088/stat : 17088 (java) S 17023 17026 14233 0 -1 1077944384 1631 12862 0 0 22 0 5 2 20 0 15 0 222442613 11262046208 44270 33554432000 4194304 4196468 140722488291472 140440543820400 140441051847298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17089] ppid=17023 vsize=10998092 memory=8551153264083966079 CPUtime=0.24 cores=1,3,5,7
/proc/17026/task/17089/stat : 17089 (java) S 17023 17026 14233 0 -1 1077944384 608 12862 0 0 17 0 5 2 20 0 15 0 222442613 11262046208 44270 33554432000 4194304 4196468 140722488291472 140440542767600 140441051847298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17090] ppid=17023 vsize=10998092 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/17026/task/17090/stat : 17090 (java) R 17023 17026 14233 0 -1 4202560 1214 12862 0 0 30 0 5 2 20 0 15 0 222442613 11262046208 44270 33554432000 4194304 4196468 140722488291472 140440541715312 140441051857498 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17091] ppid=17023 vsize=10998092 memory=140255046238289 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17091/stat : 17091 (java) S 17023 17026 14233 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 222442613 11262046208 44270 33554432000 4194304 4196468 140722488291472 140438921014240 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0

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

[pid=17026/tid=17091] ppid=17023 vsize=11077984 memory=7014220356618790552 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17091/stat : 17091 (java) S 17023 17026 14233 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 222442613 11343855616 294246 33554432000 4194304 4196468 140722488291472 140438921014240 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17092] ppid=17023 vsize=11077984 memory=585559352496056110 CPUtime=0.16 cores=1,3,5,7
/proc/17026/task/17092/stat : 17092 (java) S 17023 17026 14233 0 -1 1077944384 336 12862 0 0 3 6 5 2 20 0 15 0 222442613 11343855616 294246 33554432000 4194304 4196468 140722488291472 140440540662192 140441051847298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
Current children cumulated CPU time: 203.09 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1176984 KiB

[startup+188.801 s]
/proc/loadavg: 1.44 1.40 1.42 3/215 17102
/proc/meminfo: memFree=9816584/32770624 swapFree=67108496/67108860
[pid=17026] ppid=17023 vsize=11077984 memory=1176984 CPUtime=204.76 cores=1,3,5,7
/proc/17026/stat : 17026 (java) S 17023 17026 14233 0 -1 1077944320 130968 12862 0 0 20400 69 5 2 20 0 15 0 222442598 11343855616 294246 33554432000 4194304 4196468 140722488291472 140722488274016 140441051836151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
/proc/17026/statm: 2769496 294246 3518 1 0 2731149 0
[pid=17026/tid=17079] ppid=17023 vsize=11077984 memory=12604 CPUtime=187.22 cores=1,3,5,7
/proc/17026/task/17079/stat : 17079 (java) R 17023 17026 14233 0 -1 4202560 51459 12862 0 0 18689 26 5 2 20 0 15 0 222442607 11343855616 294246 33554432000 4194304 4196468 140722488291472 140441023671680 140440630688137 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17080] ppid=17023 vsize=11077984 memory=6791534058613427641 CPUtime=0.73 cores=1,3,5,7
/proc/17026/task/17080/stat : 17080 (java) S 17023 17026 14233 0 -1 1077944384 1635 12862 0 0 61 5 5 2 20 0 15 0 222442607 11343855616 294246 33554432000 4194304 4196468 140722488291472 140441056078736 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17081] ppid=17023 vsize=11077984 memory=1624 CPUtime=0.73 cores=1,3,5,7
/proc/17026/task/17081/stat : 17081 (java) S 17023 17026 14233 0 -1 1077944384 2593 12862 0 0 61 5 5 2 20 0 15 0 222442607 11343855616 294246 33554432000 4194304 4196468 140722488291472 140440937343760 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17082] ppid=17023 vsize=11077984 memory=1836 CPUtime=0.72 cores=1,3,5,7
/proc/17026/task/17082/stat : 17082 (java) S 17023 17026 14233 0 -1 1077944384 3370 12862 0 0 60 5 5 2 20 0 15 0 222442607 11343855616 294246 33554432000 4194304 4196468 140722488291472 140440936291472 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17083] ppid=17023 vsize=11077984 memory=1132 CPUtime=0.72 cores=1,3,5,7
/proc/17026/task/17083/stat : 17083 (java) S 17023 17026 14233 0 -1 1077944384 2518 12862 0 0 59 6 5 2 20 0 15 0 222442607 11343855616 294246 33554432000 4194304 4196468 140722488291472 140440588966928 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17084] ppid=17023 vsize=11077984 memory=6640 CPUtime=0.68 cores=1,3,5,7
/proc/17026/task/17084/stat : 17084 (java) S 17023 17026 14233 0 -1 1077944384 6568 12862 0 0 58 3 5 2 20 0 15 0 222442609 11343855616 294246 33554432000 4194304 4196468 140722488291472 140440544872560 140441051847298 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17085] ppid=17023 vsize=11077984 memory=1176984 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17085/stat : 17085 (java) S 17023 17026 14233 0 -1 1077944384 14 12862 0 0 0 0 5 2 20 0 15 0 222442610 11343855616 294246 33554432000 4194304 4196468 140722488291472 140439860536224 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17086] ppid=17023 vsize=11077984 memory=1788 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17086/stat : 17086 (java) S 17023 17026 14233 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 222442610 11343855616 294246 33554432000 4194304 4196468 140722488291472 140439659209856 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17087] ppid=17023 vsize=11077984 memory=860 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17087/stat : 17087 (java) S 17023 17026 14233 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 222442613 11343855616 294246 33554432000 4194304 4196468 140722488291472 140439351810128 140441051854747 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17088] ppid=17023 vsize=11077984 memory=3872 CPUtime=5.78 cores=1,3,5,7
/proc/17026/task/17088/stat : 17088 (java) S 17023 17026 14233 0 -1 1077944384 20419 12862 0 0 566 5 5 2 20 0 15 0 222442613 11343855616 294246 33554432000 4194304 4196468 140722488291472 140440543820400 140441051847298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17089] ppid=17023 vsize=11077984 memory=60184 CPUtime=5.45 cores=1,3,5,7
/proc/17026/task/17089/stat : 17089 (java) S 17023 17026 14233 0 -1 1077944384 17701 12862 0 0 534 4 5 2 20 0 15 0 222442613 11343855616 294246 33554432000 4194304 4196468 140722488291472 140440542767600 140441051847298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17090] ppid=17023 vsize=11077984 memory=1224 CPUtime=3.1 cores=1,3,5,7
/proc/17026/task/17090/stat : 17090 (java) S 17023 17026 14233 0 -1 1077944384 22159 12862 0 0 297 6 5 2 20 0 15 0 222442613 11343855616 294246 33554432000 4194304 4196468 140722488291472 140440541715312 140441051847298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17091] ppid=17023 vsize=11077984 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17091/stat : 17091 (java) S 17023 17026 14233 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 222442613 11343855616 294246 33554432000 4194304 4196468 140722488291472 140438921014240 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17092] ppid=17023 vsize=11077984 memory=7888 CPUtime=0.16 cores=1,3,5,7
/proc/17026/task/17092/stat : 17092 (java) S 17023 17026 14233 0 -1 1077944384 336 12862 0 0 3 6 5 2 20 0 15 0 222442613 11343855616 294246 33554432000 4194304 4196468 140722488291472 140440540662192 140441051847298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
Current children cumulated CPU time: 204.76 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1176984 KiB

[startup+189.201 s]
/proc/loadavg: 1.41 1.39 1.42 3/215 17102
/proc/meminfo: memFree=9816584/32770624 swapFree=67108496/67108860
[pid=17026] ppid=17023 vsize=11077984 memory=1176984 CPUtime=205.17 cores=1,3,5,7
/proc/17026/stat : 17026 (java) S 17023 17026 14233 0 -1 1077944320 130970 12862 0 0 20441 69 5 2 20 0 15 0 222442598 11343855616 294246 33554432000 4194304 4196468 140722488291472 140722488274016 140441051836151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
/proc/17026/statm: 2769496 294246 3518 1 0 2731149 0
[pid=17026/tid=17079] ppid=17023 vsize=11077984 memory=2048 CPUtime=187.62 cores=1,3,5,7
/proc/17026/task/17079/stat : 17079 (java) R 17023 17026 14233 0 -1 4202560 51461 12862 0 0 18729 26 5 2 20 0 15 0 222442607 11343855616 294246 33554432000 4194304 4196468 140722488291472 140441023671584 140440630862976 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17080] ppid=17023 vsize=11077984 memory=7888 CPUtime=0.73 cores=1,3,5,7
/proc/17026/task/17080/stat : 17080 (java) S 17023 17026 14233 0 -1 1077944384 1635 12862 0 0 61 5 5 2 20 0 15 0 222442607 11343855616 294246 33554432000 4194304 4196468 140722488291472 140441056078736 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17081] ppid=17023 vsize=11077984 memory=808 CPUtime=0.73 cores=1,3,5,7
/proc/17026/task/17081/stat : 17081 (java) S 17023 17026 14233 0 -1 1077944384 2593 12862 0 0 61 5 5 2 20 0 15 0 222442607 11343855616 294246 33554432000 4194304 4196468 140722488291472 140440937343760 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17082] ppid=17023 vsize=11077984 memory=1800 CPUtime=0.72 cores=1,3,5,7
/proc/17026/task/17082/stat : 17082 (java) S 17023 17026 14233 0 -1 1077944384 3370 12862 0 0 60 5 5 2 20 0 15 0 222442607 11343855616 294246 33554432000 4194304 4196468 140722488291472 140440936291472 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17083] ppid=17023 vsize=11077984 memory=1176984 CPUtime=0.73 cores=1,3,5,7
/proc/17026/task/17083/stat : 17083 (java) S 17023 17026 14233 0 -1 1077944384 2518 12862 0 0 60 6 5 2 20 0 15 0 222442607 11343855616 294246 33554432000 4194304 4196468 140722488291472 140440588966928 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17084] ppid=17023 vsize=11077984 memory=2696 CPUtime=0.68 cores=1,3,5,7
/proc/17026/task/17084/stat : 17084 (java) S 17023 17026 14233 0 -1 1077944384 6568 12862 0 0 58 3 5 2 20 0 15 0 222442609 11343855616 294246 33554432000 4194304 4196468 140722488291472 140440544872560 140441051847298 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17085] ppid=17023 vsize=11077984 memory=2680 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17085/stat : 17085 (java) S 17023 17026 14233 0 -1 1077944384 14 12862 0 0 0 0 5 2 20 0 15 0 222442610 11343855616 294246 33554432000 4194304 4196468 140722488291472 140439860536224 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17086] ppid=17023 vsize=11077984 memory=4104 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17086/stat : 17086 (java) S 17023 17026 14233 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 222442610 11343855616 294246 33554432000 4194304 4196468 140722488291472 140439659209856 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17087] ppid=17023 vsize=11077984 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17087/stat : 17087 (java) S 17023 17026 14233 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 222442613 11343855616 294246 33554432000 4194304 4196468 140722488291472 140439351810128 140441051854747 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17088] ppid=17023 vsize=11077984 memory=3236 CPUtime=5.78 cores=1,3,5,7
/proc/17026/task/17088/stat : 17088 (java) S 17023 17026 14233 0 -1 1077944384 20419 12862 0 0 566 5 5 2 20 0 15 0 222442613 11343855616 294246 33554432000 4194304 4196468 140722488291472 140440543820400 140441051847298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17089] ppid=17023 vsize=11077984 memory=1259512 CPUtime=5.45 cores=1,3,5,7
/proc/17026/task/17089/stat : 17089 (java) S 17023 17026 14233 0 -1 1077944384 17701 12862 0 0 534 4 5 2 20 0 15 0 222442613 11343855616 294246 33554432000 4194304 4196468 140722488291472 140440542767600 140441051847298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17090] ppid=17023 vsize=11077984 memory=916 CPUtime=3.1 cores=1,3,5,7
/proc/17026/task/17090/stat : 17090 (java) S 17023 17026 14233 0 -1 1077944384 22159 12862 0 0 297 6 5 2 20 0 15 0 222442613 11343855616 294246 33554432000 4194304 4196468 140722488291472 140440541715312 140441051847298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17091] ppid=17023 vsize=11077984 memory=3852 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17091/stat : 17091 (java) S 17023 17026 14233 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 222442613 11343855616 294246 33554432000 4194304 4196468 140722488291472 140438921014240 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17092] ppid=17023 vsize=11077984 memory=2696 CPUtime=0.16 cores=1,3,5,7
/proc/17026/task/17092/stat : 17092 (java) S 17023 17026 14233 0 -1 1077944384 336 12862 0 0 3 6 5 2 20 0 15 0 222442613 11343855616 294246 33554432000 4194304 4196468 140722488291472 140440540662192 140441051847298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
Current children cumulated CPU time: 205.17 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1176984 KiB

[startup+189.601 s]
/proc/loadavg: 1.41 1.39 1.42 3/215 17102
/proc/meminfo: memFree=9816584/32770624 swapFree=67108496/67108860
[pid=17026] ppid=17023 vsize=11077984 memory=1177024 CPUtime=205.57 cores=1,3,5,7
/proc/17026/stat : 17026 (java) S 17023 17026 14233 0 -1 1077944320 132336 12862 0 0 20481 69 5 2 20 0 15 0 222442598 11343855616 294256 33554432000 4194304 4196468 140722488291472 140722488274016 140441051836151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
/proc/17026/statm: 2769496 294256 3518 1 0 2731149 0
[pid=17026/tid=17079] ppid=17023 vsize=11077984 memory=1800 CPUtime=188.01 cores=1,3,5,7
/proc/17026/task/17079/stat : 17079 (java) R 17023 17026 14233 0 -1 4202560 51604 12862 0 0 18768 26 5 2 20 0 15 0 222442607 11343855616 294256 33554432000 4194304 4196468 140722488291472 140441023671744 140440630708110 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17080] ppid=17023 vsize=11077984 memory=916 CPUtime=0.73 cores=1,3,5,7
/proc/17026/task/17080/stat : 17080 (java) S 17023 17026 14233 0 -1 1077944384 2696 12862 0 0 61 5 5 2 20 0 15 0 222442607 11343855616 294256 33554432000 4194304 4196468 140722488291472 140441056078736 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17081] ppid=17023 vsize=11077984 memory=1624 CPUtime=0.73 cores=1,3,5,7
/proc/17026/task/17081/stat : 17081 (java) S 17023 17026 14233 0 -1 1077944384 2633 12862 0 0 61 5 5 2 20 0 15 0 222442607 11343855616 294256 33554432000 4194304 4196468 140722488291472 140440937343760 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17082] ppid=17023 vsize=11077984 memory=1836 CPUtime=0.72 cores=1,3,5,7
/proc/17026/task/17082/stat : 17082 (java) S 17023 17026 14233 0 -1 1077944384 3417 12862 0 0 60 5 5 2 20 0 15 0 222442607 11343855616 294256 33554432000 4194304 4196468 140722488291472 140440936291472 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17083] ppid=17023 vsize=11077984 memory=1132 CPUtime=0.73 cores=1,3,5,7
/proc/17026/task/17083/stat : 17083 (java) S 17023 17026 14233 0 -1 1077944384 2568 12862 0 0 60 6 5 2 20 0 15 0 222442607 11343855616 294256 33554432000 4194304 4196468 140722488291472 140440588966928 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17084] ppid=17023 vsize=11077984 memory=6791534058613427641 CPUtime=0.68 cores=1,3,5,7
/proc/17026/task/17084/stat : 17084 (java) S 17023 17026 14233 0 -1 1077944384 6593 12862 0 0 58 3 5 2 20 0 15 0 222442609 11343855616 294256 33554432000 4194304 4196468 140722488291472 140440544872560 140441051847298 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17085] ppid=17023 vsize=11077984 memory=932 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17085/stat : 17085 (java) S 17023 17026 14233 0 -1 1077944384 14 12862 0 0 0 0 5 2 20 0 15 0 222442610 11343855616 294256 33554432000 4194304 4196468 140722488291472 140439860536224 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17086] ppid=17023 vsize=11077984 memory=1564 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17086/stat : 17086 (java) S 17023 17026 14233 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 222442610 11343855616 294256 33554432000 4194304 4196468 140722488291472 140439659209856 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17087] ppid=17023 vsize=11077984 memory=2212 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17087/stat : 17087 (java) S 17023 17026 14233 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 222442613 11343855616 294256 33554432000 4194304 4196468 140722488291472 140439351810128 140441051854747 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17088] ppid=17023 vsize=11077984 memory=3872 CPUtime=5.78 cores=1,3,5,7
/proc/17026/task/17088/stat : 17088 (java) S 17023 17026 14233 0 -1 1077944384 20419 12862 0 0 566 5 5 2 20 0 15 0 222442613 11343855616 294256 33554432000 4194304 4196468 140722488291472 140440543820400 140441051847298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17089] ppid=17023 vsize=11077984 memory=60184 CPUtime=5.45 cores=1,3,5,7
/proc/17026/task/17089/stat : 17089 (java) S 17023 17026 14233 0 -1 1077944384 17701 12862 0 0 534 4 5 2 20 0 15 0 222442613 11343855616 294256 33554432000 4194304 4196468 140722488291472 140440542767600 140441051847298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17090] ppid=17023 vsize=11077984 memory=1224 CPUtime=3.1 cores=1,3,5,7
/proc/17026/task/17090/stat : 17090 (java) S 17023 17026 14233 0 -1 1077944384 22159 12862 0 0 297 6 5 2 20 0 15 0 222442613 11343855616 294256 33554432000 4194304 4196468 140722488291472 140440541715312 140441051847298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17091] ppid=17023 vsize=11077984 memory=2260 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17091/stat : 17091 (java) S 17023 17026 14233 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 222442613 11343855616 294256 33554432000 4194304 4196468 140722488291472 140438921014240 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17092] ppid=17023 vsize=11077984 memory=1788 CPUtime=0.16 cores=1,3,5,7
/proc/17026/task/17092/stat : 17092 (java) S 17023 17026 14233 0 -1 1077944384 336 12862 0 0 3 6 5 2 20 0 15 0 222442613 11343855616 294256 33554432000 4194304 4196468 140722488291472 140440540662192 140441051847298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
Current children cumulated CPU time: 205.57 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1177024 KiB

[startup+189.701 s]
/proc/loadavg: 1.41 1.39 1.42 3/215 17102
/proc/meminfo: memFree=9816584/32770624 swapFree=67108496/67108860
[pid=17026] ppid=17023 vsize=11077984 memory=1177024 CPUtime=205.67 cores=1,3,5,7
/proc/17026/stat : 17026 (java) S 17023 17026 14233 0 -1 1077944320 132425 12862 0 0 20491 69 5 2 20 0 15 0 222442598 11343855616 294256 33554432000 4194304 4196468 140722488291472 140722488274016 140441051836151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
/proc/17026/statm: 2769496 294256 3518 1 0 2731149 0
[pid=17026/tid=17079] ppid=17023 vsize=11077984 memory=1176984 CPUtime=188.11 cores=1,3,5,7
/proc/17026/task/17079/stat : 17079 (java) R 17023 17026 14233 0 -1 4202560 51723 12862 0 0 18778 26 5 2 20 0 15 0 222442607 11343855616 294256 33554432000 4194304 4196468 140722488291472 140441023671440 140441036176080 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17080] ppid=17023 vsize=11077984 memory=1176984 CPUtime=0.73 cores=1,3,5,7
/proc/17026/task/17080/stat : 17080 (java) S 17023 17026 14233 0 -1 1077944384 2696 12862 0 0 61 5 5 2 20 0 15 0 222442607 11343855616 294256 33554432000 4194304 4196468 140722488291472 140441056078736 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17081] ppid=17023 vsize=11077984 memory=1176984 CPUtime=0.73 cores=1,3,5,7
/proc/17026/task/17081/stat : 17081 (java) S 17023 17026 14233 0 -1 1077944384 2634 12862 0 0 61 5 5 2 20 0 15 0 222442607 11343855616 294256 33554432000 4194304 4196468 140722488291472 140440937343760 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17082] ppid=17023 vsize=11077984 memory=1176984 CPUtime=0.72 cores=1,3,5,7
/proc/17026/task/17082/stat : 17082 (java) S 17023 17026 14233 0 -1 1077944384 3418 12862 0 0 60 5 5 2 20 0 15 0 222442607 11343855616 294256 33554432000 4194304 4196468 140722488291472 140440936291472 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17083] ppid=17023 vsize=11077984 memory=1177024 CPUtime=0.73 cores=1,3,5,7
/proc/17026/task/17083/stat : 17083 (java) S 17023 17026 14233 0 -1 1077944384 2568 12862 0 0 60 6 5 2 20 0 15 0 222442607 11343855616 294256 33554432000 4194304 4196468 140722488291472 140440588966928 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17084] ppid=17023 vsize=11077984 memory=1176984 CPUtime=0.68 cores=1,3,5,7
/proc/17026/task/17084/stat : 17084 (java) S 17023 17026 14233 0 -1 1077944384 6594 12862 0 0 58 3 5 2 20 0 15 0 222442609 11343855616 294256 33554432000 4194304 4196468 140722488291472 140440544872560 140441051847298 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17085] ppid=17023 vsize=11077984 memory=2260 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17085/stat : 17085 (java) S 17023 17026 14233 0 -1 1077944384 14 12862 0 0 0 0 5 2 20 0 15 0 222442610 11343855616 294256 33554432000 4194304 4196468 140722488291472 140439860536224 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17086] ppid=17023 vsize=11077984 memory=1788 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17086/stat : 17086 (java) S 17023 17026 14233 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 222442610 11343855616 294256 33554432000 4194304 4196468 140722488291472 140439659209856 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17087] ppid=17023 vsize=11077984 memory=1176984 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17087/stat : 17087 (java) S 17023 17026 14233 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 222442613 11343855616 294256 33554432000 4194304 4196468 140722488291472 140439351810128 140441051854747 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17088] ppid=17023 vsize=11077984 memory=1176984 CPUtime=5.78 cores=1,3,5,7
/proc/17026/task/17088/stat : 17088 (java) S 17023 17026 14233 0 -1 1077944384 20419 12862 0 0 566 5 5 2 20 0 15 0 222442613 11343855616 294256 33554432000 4194304 4196468 140722488291472 140440543820400 140441051847298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17089] ppid=17023 vsize=11077984 memory=1176984 CPUtime=5.45 cores=1,3,5,7
/proc/17026/task/17089/stat : 17089 (java) S 17023 17026 14233 0 -1 1077944384 17701 12862 0 0 534 4 5 2 20 0 15 0 222442613 11343855616 294256 33554432000 4194304 4196468 140722488291472 140440542767600 140441051847298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17090] ppid=17023 vsize=11077984 memory=1176984 CPUtime=3.1 cores=1,3,5,7
/proc/17026/task/17090/stat : 17090 (java) R 17023 17026 14233 0 -1 4202560 22212 12862 0 0 297 6 5 2 20 0 15 0 222442613 11343855616 294256 33554432000 4194304 4196468 140722488291472 140440541715312 140441030777742 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17091] ppid=17023 vsize=11077984 memory=1176984 CPUtime=0.07 cores=1,3,5,7
/proc/17026/task/17091/stat : 17091 (java) S 17023 17026 14233 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 222442613 11343855616 294256 33554432000 4194304 4196468 140722488291472 140438921014240 140441051846357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
[pid=17026/tid=17092] ppid=17023 vsize=11077984 memory=1176984 CPUtime=0.16 cores=1,3,5,7
/proc/17026/task/17092/stat : 17092 (java) S 17023 17026 14233 0 -1 1077944384 336 12862 0 0 3 6 5 2 20 0 15 0 222442613 11343855616 294256 33554432000 4194304 4196468 140722488291472 140440540662192 140441051847298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13635584 140722488293997 140722488296796 140722488296796 140722488299471 0
Current children cumulated CPU time: 205.67 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1177024 KiB

Child status: 0
Real time (s): 189.727
CPU time (s): 205.724
CPU user time (s): 204.982
CPU system time (s): 0.742666
CPU usage (%): 108.432
Max. virtual memory (cumulated for all children) (KiB): 11080696
Max. memory (cumulated for all children) (KiB): 1177024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 204.982
system time used= 0.742666
maximum resident set size= 1179156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146713
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28925
involuntary context switches= 612


# summary of solver processes directly reported to runsolver:
#   pid: 17026
#   total CPU time (s): 205.724
#   total CPU user time (s): 204.982
#   total CPU system time (s): 0.742666

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.42904 second user time and 1.50798 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-12 06:39:54
IDJOB=4304227
IDBENCH=141114
IDSOLVER=2780
FILE ID=node149/4304227-1534048794
RUNJOBID= node149-1534038877-15391
PBS_JOBID= 21036971
Free space on /tmp= 38776 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-garden-7x7_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304227-1534048794/watcher-4304227-1534048794 -o /tmp/evaluation-result-4304227-1534048794/solver-4304227-1534048794 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534038877-15391 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=405180668 HOME/instance-4304227-1534048794.xml

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

MD5SUM BENCH= b012ef5fa7bba6c8b791df977729af7d
RANDOM SEED=405180668

node149.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.60
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.60
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.60
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.60
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:        10985928 kB
MemAvailable:   30660156 kB
Buffers:          175900 kB
Cached:         19511192 kB
SwapCached:           28 kB
Active:          9100184 kB
Inactive:       11886056 kB
Active(anon):    1248156 kB
Inactive(anon):   103136 kB
Active(file):    7852028 kB
Inactive(file): 11782920 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:             26416 kB
Writeback:             0 kB
AnonPages:       1306644 kB
Mapped:            66848 kB
Shmem:             49616 kB
Slab:             495888 kB
SReclaimable:     467740 kB
SUnreclaim:        28148 kB
KernelStack:        3488 kB
PageTables:         7988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2392700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1069056 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= 38752 MiB
End job on node149 at 2018-08-12 06:43:04