Trace number 4401316

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.12.2OPT55 53.8989 45.7661

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-10_c18.xml
MD5SUMfd7701f01011f2453d3fac3f444f25b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark28.5824
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size100
Maximum domain size101
Distribution of domain sizes[{"size":100,"count":45},{"size":101,"count":10}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":9,"count":9},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints45
Distribution of constraint types[{"type":"intension","count":45},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.77/0.55	c Concrete v3.12.2.1568631193530 running
8.05/3.50	o 80
8.05/3.51	o 71
8.38/3.70	o 70
8.71/3.72	o 65
10.83/4.59	o 64
11.19/4.88	o 63
12.15/5.40	o 62
13.52/6.56	o 61
13.75/6.77	o 55
53.82/45.74	v <instantiation
53.82/45.74	v         cost = '55'>
53.82/45.74	v       <list>
53.82/45.74	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9]
53.82/45.74	v       </list>
53.82/45.74	v       <values>
53.82/45.74	v         0 1 6 10 23 26 34 41 53 55 1 6 10 23 26 34 41 53 55 5 9 22 25 33 40 52 54 4 17 20 28 35 47 49 13 16 24 31 43 45 3 11 18 30 32 8 15 27 29 7 19 21 12 14 2
53.82/45.74	v       </values>
53.82/45.74	v     </instantiation>
53.82/45.74	s OPTIMUM FOUND

Verifier Data

OK	55

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401316-1568692306/watcher-4401316-1568692306 -o /tmp/evaluation-result-4401316-1568692306/solver-4401316-1568692306 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568673443-12495 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=520998890 HOME/instance-4401316-1568692306.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=19505, runsolver pid=19502


[startup+0.10009 s]*
/proc/loadavg: 1.52 1.53 1.54 3/216 19562
/proc/meminfo: memFree=29789196/32770624 swapFree=66922612/67108860
[pid=19505] ppid=19502 vsize=9972712 memory=16912 CPUtime=0.1 cores=0,2,4,6
/proc/19505/stat : 19505 (java) S 19502 19505 12464 0 -1 1077944320 4474 13119 0 0 1 1 5 3 20 0 6 0 445499320 10212057088 4228 33554432000 4194304 4196468 140731717545184 140731717527728 139624831459063 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
/proc/19505/statm: 2493178 4228 1935 1 0 2481616 0
[pid=19505/tid=19558] ppid=19502 vsize=9972712 memory=4279135703946462861 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19558/stat : 19558 (java) R 19502 19505 12464 0 -1 4202560 2278 13119 0 0 0 0 5 3 20 0 6 0 445499329 10212057088 4228 33554432000 4194304 4196468 140731717545184 139624803295824 139624815539550 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19559] ppid=19502 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19559/stat : 19559 (java) S 19502 19505 12464 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 6 0 445499330 10212057088 4228 33554432000 4194304 4196468 140731717545184 139624835701776 139624831469269 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19560] ppid=19502 vsize=9972712 memory=139626568087168 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19560/stat : 19560 (java) S 19502 19505 12464 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 6 0 445499330 10212057088 4228 33554432000 4194304 4196468 140731717545184 139624404823184 139624831469269 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19561] ppid=19502 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19561/stat : 19561 (java) S 19502 19505 12464 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 6 0 445499330 10212057088 4228 33554432000 4194304 4196468 140731717545184 139624403770128 139624831469269 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19562] ppid=19502 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19562/stat : 19562 (java) S 19502 19505 12464 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 6 0 445499330 10212057088 4228 33554432000 4194304 4196468 140731717545184 139624402717584 139624831469269 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16912 KiB

[startup+0.210797 s]*
/proc/loadavg: 1.52 1.53 1.54 4/225 19571
/proc/meminfo: memFree=29764424/32770624 swapFree=66922612/67108860
[pid=19505] ppid=19502 vsize=10820020 memory=44452 CPUtime=0.27 cores=0,2,4,6
/proc/19505/stat : 19505 (java) S 19502 19505 12464 0 -1 1077944320 7522 13119 0 0 17 2 5 3 20 0 15 0 445499320 11079700480 11113 33554432000 4194304 4196468 140731717545184 140731717527728 139624831459063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
/proc/19505/statm: 2705005 11113 3235 1 0 2667149 0
[pid=19505/tid=19558] ppid=19502 vsize=10820020 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/19505/task/19558/stat : 19558 (java) R 19502 19505 12464 0 -1 4202560 4024 13119 0 0 10 1 5 3 20 0 15 0 445499329 11079700480 11113 33554432000 4194304 4196468 140731717545184 139624803270784 139624831470998 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19559] ppid=19502 vsize=10820020 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19559/stat : 19559 (java) S 19502 19505 12464 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 445499330 11079700480 11113 33554432000 4194304 4196468 140731717545184 139624835701776 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19560] ppid=19502 vsize=10820020 memory=139626568087168 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19560/stat : 19560 (java) S 19502 19505 12464 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 445499330 11079700480 11113 33554432000 4194304 4196468 140731717545184 139624404823184 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19561] ppid=19502 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19561/stat : 19561 (java) S 19502 19505 12464 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 445499330 11079700480 11113 33554432000 4194304 4196468 140731717545184 139624403770128 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19562] ppid=19502 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19562/stat : 19562 (java) S 19502 19505 12464 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 445499330 11079700480 11113 33554432000 4194304 4196468 140731717545184 139624402717584 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19563] ppid=19502 vsize=10820020 memory=139626568087168 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19563/stat : 19563 (java) S 19502 19505 12464 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 445499331 11079700480 11113 33554432000 4194304 4196468 140731717545184 139624358140144 139624831470210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19564] ppid=19502 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19564/stat : 19564 (java) S 19502 19505 12464 0 -1 1077944384 13 13119 0 0 0 0 5 3 20 0 15 0 445499332 11079700480 11113 33554432000 4194304 4196468 140731717545184 139623749641376 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19565] ppid=19502 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19565/stat : 19565 (java) S 19502 19505 12464 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 445499332 11079700480 11113 33554432000 4194304 4196468 140731717545184 139623615423216 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19566] ppid=19502 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19566/stat : 19566 (java) S 19502 19505 12464 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 445499335 11079700480 11113 33554432000 4194304 4196468 140731717545184 139623375132624 139624831477659 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19567] ppid=19502 vsize=10820020 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19505/task/19567/stat : 19567 (java) R 19502 19505 12464 0 -1 4202560 464 13119 0 0 1 0 5 3 20 0 15 0 445499335 11079700480 11113 33554432000 4194304 4196468 140731717545184 139624357087984 139624831470998 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19568] ppid=19502 vsize=10820020 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/19505/task/19568/stat : 19568 (java) S 19502 19505 12464 0 -1 1077944384 188 13119 0 0 1 0 5 3 20 0 15 0 445499335 11079700480 11113 33554432000 4194304 4196468 140731717545184 139624356035440 139624831470210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19569] ppid=19502 vsize=10820164 memory=139626568087168 CPUtime=0.11 cores=0,2,4,6
/proc/19505/task/19569/stat : 19569 (java) S 19502 19505 12464 0 -1 1077944384 607 13119 0 0 3 0 5 3 20 0 15 0 445499335 11079847936 11113 33554432000 4194304 4196468 140731717545184 139624354982384 139624831470210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19570] ppid=19502 vsize=10820164 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19570/stat : 19570 (java) S 19502 19505 12464 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 445499335 11079847936 11113 33554432000 4194304 4196468 140731717545184 139623341575008 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19571] ppid=19502 vsize=10820164 memory=139626568087168 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19571/stat : 19571 (java) S 19502 19505 12464 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 445499335 11079847936 11113 33554432000 4194304 4196468 140731717545184 139623830383152 139624831470210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820020 KiB
Current children cumulated memory: 44452 KiB

[startup+0.310455 s]*
/proc/loadavg: 1.52 1.53 1.54 4/225 19571
/proc/meminfo: memFree=29752236/32770624 swapFree=66922612/67108860
[pid=19505] ppid=19502 vsize=10820196 memory=52880 CPUtime=0.4 cores=0,2,4,6
/proc/19505/stat : 19505 (java) S 19502 19505 12464 0 -1 1077944320 10935 13119 0 0 28 4 5 3 20 0 15 0 445499320 11079880704 13220 33554432000 4194304 4196468 140731717545184 140731717527728 139624831459063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
/proc/19505/statm: 2705049 13220 3304 1 0 2667149 0
[pid=19505/tid=19558] ppid=19502 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/19505/task/19558/stat : 19558 (java) R 19502 19505 12464 0 -1 4202560 7420 13119 0 0 18 3 5 3 20 0 15 0 445499329 11079880704 13220 33554432000 4194304 4196468 140731717545184 139624803277520 139624813022615 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19559] ppid=19502 vsize=10820196 memory=7811885415322382192 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19559/stat : 19559 (java) S 19502 19505 12464 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 445499330 11079880704 13220 33554432000 4194304 4196468 140731717545184 139624835701776 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19560] ppid=19502 vsize=10820196 memory=5787233549803348032 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19560/stat : 19560 (java) S 19502 19505 12464 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 445499330 11079880704 13220 33554432000 4194304 4196468 140731717545184 139624404823184 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19561] ppid=19502 vsize=10820196 memory=7649539006337074881 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19561/stat : 19561 (java) S 19502 19505 12464 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 445499330 11079880704 13220 33554432000 4194304 4196468 140731717545184 139624403770128 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19562] ppid=19502 vsize=10820196 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19562/stat : 19562 (java) S 19502 19505 12464 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 445499330 11079880704 13220 33554432000 4194304 4196468 140731717545184 139624402717584 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19563] ppid=19502 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19563/stat : 19563 (java) S 19502 19505 12464 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 445499331 11079880704 13220 33554432000 4194304 4196468 140731717545184 139624358140144 139624831470210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19564] ppid=19502 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19564/stat : 19564 (java) S 19502 19505 12464 0 -1 1077944384 13 13119 0 0 0 0 5 3 20 0 15 0 445499332 11079880704 13220 33554432000 4194304 4196468 140731717545184 139623749641376 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19565] ppid=19502 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19565/stat : 19565 (java) S 19502 19505 12464 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 445499332 11079880704 13220 33554432000 4194304 4196468 140731717545184 139623615423216 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19566] ppid=19502 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19566/stat : 19566 (java) S 19502 19505 12464 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 445499335 11079880704 13220 33554432000 4194304 4196468 140731717545184 139623375132624 139624831477659 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19567] ppid=19502 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/19505/task/19567/stat : 19567 (java) S 19502 19505 12464 0 -1 1077944384 474 13119 0 0 2 0 5 3 20 0 15 0 445499335 11079880704 13220 33554432000 4194304 4196468 140731717545184 139624357087984 139624831470210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19568] ppid=19502 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19505/task/19568/stat : 19568 (java) S 19502 19505 12464 0 -1 1077944384 188 13119 0 0 1 0 5 3 20 0 15 0 445499335 11079880704 13220 33554432000 4194304 4196468 140731717545184 139624356035440 139624831470210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19569] ppid=19502 vsize=10820196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/19505/task/19569/stat : 19569 (java) S 19502 19505 12464 0 -1 1077944384 614 13119 0 0 5 0 5 3 20 0 15 0 445499335 11079880704 13220 33554432000 4194304 4196468 140731717545184 139624354982384 139624831470210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19570] ppid=19502 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19570/stat : 19570 (java) S 19502 19505 12464 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 445499335 11079880704 13220 33554432000 4194304 4196468 140731717545184 139623341575008 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19571] ppid=19502 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19571/stat : 19571 (java) S 19502 19505 12464 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 445499335 11079880704 13220 33554432000 4194304 4196468 140731717545184 139623830383152 139624831470210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52880 KiB

[startup+0.700712 s]
/proc/loadavg: 1.52 1.53 1.54 3/225 19571
/proc/meminfo: memFree=29721908/32770624 swapFree=66922612/67108860
[pid=19505] ppid=19502 vsize=10824364 memory=85464 CPUtime=1.13 cores=0,2,4,6
/proc/19505/stat : 19505 (java) S 19502 19505 12464 0 -1 1077944320 15076 13119 0 0 99 6 5 3 20 0 15 0 445499320 11084148736 21366 33554432000 4194304 4196468 140731717545184 140731717527728 139624831459063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
/proc/19505/statm: 2706091 21366 3509 1 0 2668173 0
[pid=19505/tid=19558] ppid=19502 vsize=10824364 memory=2241 CPUtime=0.67 cores=0,2,4,6
/proc/19505/task/19558/stat : 19558 (java) R 19502 19505 12464 0 -1 4202560 10569 13119 0 0 55 4 5 3 20 0 15 0 445499329 11084148736 21366 33554432000 4194304 4196468 140731717545184 139624803281648 139624815539550 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19559] ppid=19502 vsize=10824364 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19559/stat : 19559 (java) S 19502 19505 12464 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 445499330 11084148736 21366 33554432000 4194304 4196468 140731717545184 139624835701776 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19560] ppid=19502 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19560/stat : 19560 (java) S 19502 19505 12464 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 445499330 11084148736 21366 33554432000 4194304 4196468 140731717545184 139624404823184 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19561] ppid=19502 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19561/stat : 19561 (java) S 19502 19505 12464 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 445499330 11084148736 21366 33554432000 4194304 4196468 140731717545184 139624403770128 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19562] ppid=19502 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19562/stat : 19562 (java) S 19502 19505 12464 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 445499330 11084148736 21366 33554432000 4194304 4196468 140731717545184 139624402717584 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19563] ppid=19502 vsize=10824364 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19563/stat : 19563 (java) S 19502 19505 12464 0 -1 1077944384 5 13119 0 0 0 0 5 3 20 0 15 0 445499331 11084148736 21366 33554432000 4194304 4196468 140731717545184 139624358140144 139624831470210 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19564] ppid=19502 vsize=10824364 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19564/stat : 19564 (java) S 19502 19505 12464 0 -1 1077944384 13 13119 0 0 0 0 5 3 20 0 15 0 445499332 11084148736 21366 33554432000 4194304 4196468 140731717545184 139623749641376 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19565] ppid=19502 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19565/stat : 19565 (java) S 19502 19505 12464 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 445499332 11084148736 21366 33554432000 4194304 4196468 140731717545184 139623615423216 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19566] ppid=19502 vsize=10824364 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19566/stat : 19566 (java) S 19502 19505 12464 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 445499335 11084148736 21366 33554432000 4194304 4196468 140731717545184 139623375132624 139624831477659 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19567] ppid=19502 vsize=10824364 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/19505/task/19567/stat : 19567 (java) R 19502 19505 12464 0 -1 4202560 884 13119 0 0 12 0 5 3 20 0 15 0 445499335 11084148736 21366 33554432000 4194304 4196468 140731717545184 139624357087984 139624812160192 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19568] ppid=19502 vsize=10824364 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/19505/task/19568/stat : 19568 (java) R 19502 19505 12464 0 -1 4202560 608 13119 0 0 14 0 5 3 20 0 15 0 445499335 11084148736 21366 33554432000 4194304 4196468 140731717545184 139624356035440 139624809206464 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19569] ppid=19502 vsize=10824364 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/19505/task/19569/stat : 19569 (java) S 19502 19505 12464 0 -1 1077944384 774 13119 0 0 17 0 5 3 20 0 15 0 445499335 11084148736 21366 33554432000 4194304 4196468 140731717545184 139624354982384 139624831470210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19570] ppid=19502 vsize=10824364 memory=279252868006128 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19570/stat : 19570 (java) S 19502 19505 12464 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 445499335 11084148736 21366 33554432000 4194304 4196468 140731717545184 139623341575008 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19571] ppid=19502 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19571/stat : 19571 (java) S 19502 19505 12464 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 445499335 11084148736 21366 33554432000 4194304 4196468 140731717545184 139623830383152 139624831470210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85464 KiB

[startup+1.50079 s]
/proc/loadavg: 1.52 1.53 1.54 4/225 19571
/proc/meminfo: memFree=29688376/32770624 swapFree=66922612/67108860
[pid=19505] ppid=19502 vsize=10834680 memory=173040 CPUtime=2.44 cores=0,2,4,6
/proc/19505/stat : 19505 (java) S 19502 19505 12464 0 -1 1077944320 21752 13119 0 0 224 12 5 3 20 0 15 0 445499320 11094712320 43260 33554432000 4194304 4196468 140731717545184 140731717527728 139624831459063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
/proc/19505/statm: 2708670 43260 3578 1 0 2670733 0
[pid=19505/tid=19558] ppid=19502 vsize=10834680 memory=19 CPUtime=1.44 cores=0,2,4,6
/proc/19505/task/19558/stat : 19558 (java) R 19502 19505 12464 0 -1 4202560 15398 13119 0 0 128 8 5 3 20 0 15 0 445499329 11094712320 43260 33554432000 4194304 4196468 140731717545184 139624803259504 139624815539550 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19559] ppid=19502 vsize=10834680 memory=25 CPUtime=0.09 cores=0,2,4,6
/proc/19505/task/19559/stat : 19559 (java) S 19502 19505 12464 0 -1 1077944384 350 13119 0 0 1 0 5 3 20 0 15 0 445499330 11094712320 43260 33554432000 4194304 4196468 140731717545184 139624835701776 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19560] ppid=19502 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19560/stat : 19560 (java) S 19502 19505 12464 0 -1 1077944384 60 13119 0 0 0 0 5 3 20 0 15 0 445499330 11094712320 43260 33554432000 4194304 4196468 140731717545184 139624404823184 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19561] ppid=19502 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19505/task/19561/stat : 19561 (java) S 19502 19505 12464 0 -1 1077944384 15 13119 0 0 1 0 5 3 20 0 15 0 445499330 11094712320 43260 33554432000 4194304 4196468 140731717545184 139624403770128 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19562] ppid=19502 vsize=10834680 memory=99456 CPUtime=0.09 cores=0,2,4,6
/proc/19505/task/19562/stat : 19562 (java) S 19502 19505 12464 0 -1 1077944384 87 13119 0 0 1 0 5 3 20 0 15 0 445499330 11094712320 43260 33554432000 4194304 4196468 140731717545184 139624402717584 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19563] ppid=19502 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19505/task/19563/stat : 19563 (java) S 19502 19505 12464 0 -1 1077944384 152 13119 0 0 1 0 5 3 20 0 15 0 445499331 11094712320 43260 33554432000 4194304 4196468 140731717545184 139624358140144 139624831470210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19564] ppid=19502 vsize=10834680 memory=7234844112153765200 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19564/stat : 19564 (java) S 19502 19505 12464 0 -1 1077944384 14 13119 0 0 0 0 5 3 20 0 15 0 445499332 11094712320 43260 33554432000 4194304 4196468 140731717545184 139623749641440 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19565] ppid=19502 vsize=10834680 memory=7235145335560430165 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19565/stat : 19565 (java) S 19502 19505 12464 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 445499332 11094712320 43260 33554432000 4194304 4196468 140731717545184 139623615423232 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19566] ppid=19502 vsize=10834680 memory=7374476600083508324 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19566/stat : 19566 (java) S 19502 19505 12464 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 445499335 11094712320 43260 33554432000 4194304 4196468 140731717545184 139623375132624 139624831477659 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19567] ppid=19502 vsize=10834680 memory=5788348613576451160 CPUtime=0.33 cores=0,2,4,6
/proc/19505/task/19567/stat : 19567 (java) S 19502 19505 12464 0 -1 1077944384 1208 13119 0 0 25 0 5 3 20 0 15 0 445499335 11094712320 43260 33554432000 4194304 4196468 140731717545184 139624357087984 139624831470210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19568] ppid=19502 vsize=10834680 memory=7666934598460789095 CPUtime=0.32 cores=0,2,4,6
/proc/19505/task/19568/stat : 19568 (java) S 19502 19505 12464 0 -1 1077944384 717 13119 0 0 24 0 5 3 20 0 15 0 445499335 11094712320 43260 33554432000 4194304 4196468 140731717545184 139624356035440 139624831470210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19569] ppid=19502 vsize=10834680 memory=7234844112153765200 CPUtime=0.47 cores=0,2,4,6
/proc/19505/task/19569/stat : 19569 (java) S 19502 19505 12464 0 -1 1077944384 1537 13119 0 0 39 0 5 3 20 0 15 0 445499335 11094712320 43260 33554432000 4194304 4196468 140731717545184 139624354982384 139624831470210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19570] ppid=19502 vsize=10834680 memory=7234844112153765200 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19570/stat : 19570 (java) S 19502 19505 12464 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 445499335 11094712320 43260 33554432000 4194304 4196468 140731717545184 139623341575008 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19571] ppid=19502 vsize=10834680 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19571/stat : 19571 (java) S 19502 19505 12464 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 445499335 11094712320 43260 33554432000 4194304 4196468 140731717545184 139623830383152 139624831470210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10834680 KiB

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

[pid=19505/tid=19570] ppid=19502 vsize=10846988 memory=1484 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19570/stat : 19570 (java) S 19502 19505 12464 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 445499335 11107315712 239010 33554432000 4194304 4196468 140731717545184 139623341575008 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19571] ppid=19502 vsize=10846988 memory=1096 CPUtime=0.1 cores=0,2,4,6
/proc/19505/task/19571/stat : 19571 (java) S 19502 19505 12464 0 -1 1077944384 443 13119 0 0 1 1 5 3 20 0 15 0 445499335 11107315712 239010 33554432000 4194304 4196468 140731717545184 139623830383152 139624831470210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
Current children cumulated CPU time: 51.31 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 956040 KiB

[startup+44.8008 s]
/proc/loadavg: 1.46 1.52 1.54 3/225 19574
/proc/meminfo: memFree=28861212/32770624 swapFree=66922612/67108860
[pid=19505] ppid=19502 vsize=10846988 memory=956040 CPUtime=52.91 cores=0,2,4,6
/proc/19505/stat : 19505 (java) S 19502 19505 12464 0 -1 1077944320 78608 13119 0 0 5242 41 5 3 20 0 15 0 445499320 11107315712 239010 33554432000 4194304 4196468 140731717545184 140731717527728 139624831459063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
/proc/19505/statm: 2711747 239010 3624 1 0 2673805 0
[pid=19505/tid=19558] ppid=19502 vsize=10846988 memory=28708 CPUtime=44.53 cores=0,2,4,6
/proc/19505/task/19558/stat : 19558 (java) R 19502 19505 12464 0 -1 4202560 25517 13119 0 0 4424 21 5 3 20 0 15 0 445499329 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624803294496 139624447845493 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19559] ppid=19502 vsize=10846988 memory=956552 CPUtime=0.17 cores=0,2,4,6
/proc/19505/task/19559/stat : 19559 (java) S 19502 19505 12464 0 -1 1077944384 1394 13119 0 0 7 2 5 3 20 0 15 0 445499330 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624835701776 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19560] ppid=19502 vsize=10846988 memory=959052 CPUtime=0.17 cores=0,2,4,6
/proc/19505/task/19560/stat : 19560 (java) S 19502 19505 12464 0 -1 1077944384 1854 13119 0 0 7 2 5 3 20 0 15 0 445499330 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624404823184 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19561] ppid=19502 vsize=10846988 memory=1060 CPUtime=0.17 cores=0,2,4,6
/proc/19505/task/19561/stat : 19561 (java) S 19502 19505 12464 0 -1 1077944384 717 13119 0 0 7 2 5 3 20 0 15 0 445499330 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624403770128 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19562] ppid=19502 vsize=10846988 memory=6791534058613427641 CPUtime=0.17 cores=0,2,4,6
/proc/19505/task/19562/stat : 19562 (java) S 19502 19505 12464 0 -1 1077944384 350 13119 0 0 7 2 5 3 20 0 15 0 445499330 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624402717584 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19563] ppid=19502 vsize=10846988 memory=1096 CPUtime=0.17 cores=0,2,4,6
/proc/19505/task/19563/stat : 19563 (java) S 19502 19505 12464 0 -1 1077944384 3670 13119 0 0 8 1 5 3 20 0 15 0 445499331 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624358140144 139624831470210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19564] ppid=19502 vsize=10846988 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19564/stat : 19564 (java) S 19502 19505 12464 0 -1 1077944384 17 13119 0 0 0 0 5 3 20 0 15 0 445499332 11107315712 239010 33554432000 4194304 4196468 140731717545184 139623749641504 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19565] ppid=19502 vsize=10846988 memory=47280 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19565/stat : 19565 (java) S 19502 19505 12464 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 445499332 11107315712 239010 33554432000 4194304 4196468 140731717545184 139623615423232 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19566] ppid=19502 vsize=10846988 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19566/stat : 19566 (java) S 19502 19505 12464 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 445499335 11107315712 239010 33554432000 4194304 4196468 140731717545184 139623375132624 139624831477659 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19567] ppid=19502 vsize=10846988 memory=4096 CPUtime=3.19 cores=0,2,4,6
/proc/19505/task/19567/stat : 19567 (java) S 19502 19505 12464 0 -1 1077944384 17754 13119 0 0 309 2 5 3 20 0 15 0 445499335 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624357087984 139624831470210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19568] ppid=19502 vsize=10846988 memory=2832 CPUtime=3.33 cores=0,2,4,6
/proc/19505/task/19568/stat : 19568 (java) S 19502 19505 12464 0 -1 1077944384 13675 13119 0 0 323 2 5 3 20 0 15 0 445499335 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624356035440 139624831470210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19569] ppid=19502 vsize=10846988 memory=772 CPUtime=1.53 cores=0,2,4,6
/proc/19505/task/19569/stat : 19569 (java) S 19502 19505 12464 0 -1 1077944384 10998 13119 0 0 142 3 5 3 20 0 15 0 445499335 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624354982384 139624831470210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19570] ppid=19502 vsize=10846988 memory=1060 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19570/stat : 19570 (java) S 19502 19505 12464 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 445499335 11107315712 239010 33554432000 4194304 4196468 140731717545184 139623341575008 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19571] ppid=19502 vsize=10846988 memory=6791534058613427641 CPUtime=0.1 cores=0,2,4,6
/proc/19505/task/19571/stat : 19571 (java) S 19502 19505 12464 0 -1 1077944384 443 13119 0 0 1 1 5 3 20 0 15 0 445499335 11107315712 239010 33554432000 4194304 4196468 140731717545184 139623830383152 139624831470210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
Current children cumulated CPU time: 52.91 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 956040 KiB

[startup+45.2008 s]
/proc/loadavg: 1.46 1.52 1.54 3/225 19574
/proc/meminfo: memFree=28861448/32770624 swapFree=66922612/67108860
[pid=19505] ppid=19502 vsize=10846988 memory=956040 CPUtime=53.31 cores=0,2,4,6
/proc/19505/stat : 19505 (java) S 19502 19505 12464 0 -1 1077944320 78610 13119 0 0 5282 41 5 3 20 0 15 0 445499320 11107315712 239010 33554432000 4194304 4196468 140731717545184 140731717527728 139624831459063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
/proc/19505/statm: 2711747 239010 3624 1 0 2673805 0
[pid=19505/tid=19558] ppid=19502 vsize=10846988 memory=111632 CPUtime=44.93 cores=0,2,4,6
/proc/19505/task/19558/stat : 19558 (java) R 19502 19505 12464 0 -1 4202560 25518 13119 0 0 4464 21 5 3 20 0 15 0 445499329 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624803295040 139624447427322 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19559] ppid=19502 vsize=10846988 memory=6791534058613427641 CPUtime=0.17 cores=0,2,4,6
/proc/19505/task/19559/stat : 19559 (java) S 19502 19505 12464 0 -1 1077944384 1394 13119 0 0 7 2 5 3 20 0 15 0 445499330 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624835701776 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19560] ppid=19502 vsize=10846988 memory=4872558044660077418 CPUtime=0.17 cores=0,2,4,6
/proc/19505/task/19560/stat : 19560 (java) S 19502 19505 12464 0 -1 1077944384 1855 13119 0 0 7 2 5 3 20 0 15 0 445499330 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624404823184 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19561] ppid=19502 vsize=10846988 memory=111632 CPUtime=0.17 cores=0,2,4,6
/proc/19505/task/19561/stat : 19561 (java) S 19502 19505 12464 0 -1 1077944384 717 13119 0 0 7 2 5 3 20 0 15 0 445499330 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624403770128 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19562] ppid=19502 vsize=10846988 memory=808 CPUtime=0.17 cores=0,2,4,6
/proc/19505/task/19562/stat : 19562 (java) S 19502 19505 12464 0 -1 1077944384 350 13119 0 0 7 2 5 3 20 0 15 0 445499330 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624402717584 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19563] ppid=19502 vsize=10846988 memory=1804 CPUtime=0.17 cores=0,2,4,6
/proc/19505/task/19563/stat : 19563 (java) S 19502 19505 12464 0 -1 1077944384 3670 13119 0 0 8 1 5 3 20 0 15 0 445499331 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624358140144 139624831470210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19564] ppid=19502 vsize=10846988 memory=916 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19564/stat : 19564 (java) S 19502 19505 12464 0 -1 1077944384 17 13119 0 0 0 0 5 3 20 0 15 0 445499332 11107315712 239010 33554432000 4194304 4196468 140731717545184 139623749641504 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19565] ppid=19502 vsize=10846988 memory=3848 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19565/stat : 19565 (java) S 19502 19505 12464 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 445499332 11107315712 239010 33554432000 4194304 4196468 140731717545184 139623615423232 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19566] ppid=19502 vsize=10846988 memory=2608 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19566/stat : 19566 (java) S 19502 19505 12464 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 445499335 11107315712 239010 33554432000 4194304 4196468 140731717545184 139623375132624 139624831477659 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19567] ppid=19502 vsize=10846988 memory=2852 CPUtime=3.19 cores=0,2,4,6
/proc/19505/task/19567/stat : 19567 (java) S 19502 19505 12464 0 -1 1077944384 17754 13119 0 0 309 2 5 3 20 0 15 0 445499335 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624357087984 139624831470210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19568] ppid=19502 vsize=10846988 memory=4104 CPUtime=3.33 cores=0,2,4,6
/proc/19505/task/19568/stat : 19568 (java) S 19502 19505 12464 0 -1 1077944384 13675 13119 0 0 323 2 5 3 20 0 15 0 445499335 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624356035440 139624831470210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19569] ppid=19502 vsize=10846988 memory=1408 CPUtime=1.53 cores=0,2,4,6
/proc/19505/task/19569/stat : 19569 (java) S 19502 19505 12464 0 -1 1077944384 10998 13119 0 0 142 3 5 3 20 0 15 0 445499335 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624354982384 139624831470210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19570] ppid=19502 vsize=10846988 memory=3244 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19570/stat : 19570 (java) S 19502 19505 12464 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 445499335 11107315712 239010 33554432000 4194304 4196468 140731717545184 139623341575008 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19571] ppid=19502 vsize=10846988 memory=1297100 CPUtime=0.1 cores=0,2,4,6
/proc/19505/task/19571/stat : 19571 (java) S 19502 19505 12464 0 -1 1077944384 443 13119 0 0 1 1 5 3 20 0 15 0 445499335 11107315712 239010 33554432000 4194304 4196468 140731717545184 139623830383152 139624831470210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
Current children cumulated CPU time: 53.31 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 956040 KiB

[startup+45.6008 s]
/proc/loadavg: 1.46 1.52 1.54 3/225 19574
/proc/meminfo: memFree=28861448/32770624 swapFree=66922612/67108860
[pid=19505] ppid=19502 vsize=10846988 memory=956040 CPUtime=53.72 cores=0,2,4,6
/proc/19505/stat : 19505 (java) S 19502 19505 12464 0 -1 1077944320 78610 13119 0 0 5323 41 5 3 20 0 15 0 445499320 11107315712 239010 33554432000 4194304 4196468 140731717545184 140731717527728 139624831459063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
/proc/19505/statm: 2711747 239010 3624 1 0 2673805 0
[pid=19505/tid=19558] ppid=19502 vsize=10846988 memory=47280 CPUtime=45.33 cores=0,2,4,6
/proc/19505/task/19558/stat : 19558 (java) R 19502 19505 12464 0 -1 4202560 25518 13119 0 0 4504 21 5 3 20 0 15 0 445499329 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624803295040 139624447845536 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19559] ppid=19502 vsize=10846988 memory=988 CPUtime=0.17 cores=0,2,4,6
/proc/19505/task/19559/stat : 19559 (java) S 19502 19505 12464 0 -1 1077944384 1394 13119 0 0 7 2 5 3 20 0 15 0 445499330 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624835701776 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19560] ppid=19502 vsize=10846988 memory=2016 CPUtime=0.17 cores=0,2,4,6
/proc/19505/task/19560/stat : 19560 (java) S 19502 19505 12464 0 -1 1077944384 1855 13119 0 0 7 2 5 3 20 0 15 0 445499330 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624404823184 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19561] ppid=19502 vsize=10846988 memory=1428 CPUtime=0.17 cores=0,2,4,6
/proc/19505/task/19561/stat : 19561 (java) S 19502 19505 12464 0 -1 1077944384 717 13119 0 0 7 2 5 3 20 0 15 0 445499330 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624403770128 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19562] ppid=19502 vsize=10846988 memory=10728 CPUtime=0.17 cores=0,2,4,6
/proc/19505/task/19562/stat : 19562 (java) S 19502 19505 12464 0 -1 1077944384 350 13119 0 0 7 2 5 3 20 0 15 0 445499330 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624402717584 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19563] ppid=19502 vsize=10846988 memory=1176 CPUtime=0.17 cores=0,2,4,6
/proc/19505/task/19563/stat : 19563 (java) S 19502 19505 12464 0 -1 1077944384 3670 13119 0 0 8 1 5 3 20 0 15 0 445499331 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624358140144 139624831470210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19564] ppid=19502 vsize=10846988 memory=6072 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19564/stat : 19564 (java) S 19502 19505 12464 0 -1 1077944384 17 13119 0 0 0 0 5 3 20 0 15 0 445499332 11107315712 239010 33554432000 4194304 4196468 140731717545184 139623749641504 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19565] ppid=19502 vsize=10846988 memory=780 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19565/stat : 19565 (java) S 19502 19505 12464 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 445499332 11107315712 239010 33554432000 4194304 4196468 140731717545184 139623615423232 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19566] ppid=19502 vsize=10846988 memory=14008 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19566/stat : 19566 (java) S 19502 19505 12464 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 445499335 11107315712 239010 33554432000 4194304 4196468 140731717545184 139623375132624 139624831477659 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19567] ppid=19502 vsize=10846988 memory=24800 CPUtime=3.19 cores=0,2,4,6
/proc/19505/task/19567/stat : 19567 (java) S 19502 19505 12464 0 -1 1077944384 17754 13119 0 0 309 2 5 3 20 0 15 0 445499335 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624357087984 139624831470210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19568] ppid=19502 vsize=10846988 memory=2116 CPUtime=3.33 cores=0,2,4,6
/proc/19505/task/19568/stat : 19568 (java) S 19502 19505 12464 0 -1 1077944384 13675 13119 0 0 323 2 5 3 20 0 15 0 445499335 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624356035440 139624831470210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19569] ppid=19502 vsize=10846988 memory=12024 CPUtime=1.53 cores=0,2,4,6
/proc/19505/task/19569/stat : 19569 (java) S 19502 19505 12464 0 -1 1077944384 10998 13119 0 0 142 3 5 3 20 0 15 0 445499335 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624354982384 139624831470210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19570] ppid=19502 vsize=10846988 memory=1552 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19570/stat : 19570 (java) S 19502 19505 12464 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 445499335 11107315712 239010 33554432000 4194304 4196468 140731717545184 139623341575008 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19571] ppid=19502 vsize=10846988 memory=4096 CPUtime=0.1 cores=0,2,4,6
/proc/19505/task/19571/stat : 19571 (java) S 19502 19505 12464 0 -1 1077944384 443 13119 0 0 1 1 5 3 20 0 15 0 445499335 11107315712 239010 33554432000 4194304 4196468 140731717545184 139623830383152 139624831470210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
Current children cumulated CPU time: 53.72 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 956040 KiB

[startup+45.7008 s]
/proc/loadavg: 1.46 1.52 1.54 3/225 19574
/proc/meminfo: memFree=28861448/32770624 swapFree=66922612/67108860
[pid=19505] ppid=19502 vsize=10846988 memory=956040 CPUtime=53.82 cores=0,2,4,6
/proc/19505/stat : 19505 (java) S 19502 19505 12464 0 -1 1077944320 78639 13119 0 0 5333 41 5 3 20 0 15 0 445499320 11107315712 239010 33554432000 4194304 4196468 140731717545184 140731717527728 139624831459063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
/proc/19505/statm: 2711747 239010 3624 1 0 2673805 0
[pid=19505/tid=19558] ppid=19502 vsize=10846988 memory=956040 CPUtime=45.43 cores=0,2,4,6
/proc/19505/task/19558/stat : 19558 (java) R 19502 19505 12464 0 -1 4202560 25542 13119 0 0 4514 21 5 3 20 0 15 0 445499329 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624803294880 139624447844937 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19559] ppid=19502 vsize=10846988 memory=956040 CPUtime=0.17 cores=0,2,4,6
/proc/19505/task/19559/stat : 19559 (java) S 19502 19505 12464 0 -1 1077944384 1399 13119 0 0 7 2 5 3 20 0 15 0 445499330 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624835701776 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19560] ppid=19502 vsize=10846988 memory=1408 CPUtime=0.17 cores=0,2,4,6
/proc/19505/task/19560/stat : 19560 (java) S 19502 19505 12464 0 -1 1077944384 1855 13119 0 0 7 2 5 3 20 0 15 0 445499330 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624404823184 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19561] ppid=19502 vsize=10846988 memory=68 CPUtime=0.17 cores=0,2,4,6
/proc/19505/task/19561/stat : 19561 (java) S 19502 19505 12464 0 -1 1077944384 717 13119 0 0 7 2 5 3 20 0 15 0 445499330 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624403770128 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19562] ppid=19502 vsize=10846988 memory=6791534058613427641 CPUtime=0.17 cores=0,2,4,6
/proc/19505/task/19562/stat : 19562 (java) S 19502 19505 12464 0 -1 1077944384 350 13119 0 0 7 2 5 3 20 0 15 0 445499330 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624402717584 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19563] ppid=19502 vsize=10846988 memory=1408 CPUtime=0.17 cores=0,2,4,6
/proc/19505/task/19563/stat : 19563 (java) S 19502 19505 12464 0 -1 1077944384 3670 13119 0 0 8 1 5 3 20 0 15 0 445499331 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624358140144 139624831470210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19564] ppid=19502 vsize=10846988 memory=956040 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19564/stat : 19564 (java) S 19502 19505 12464 0 -1 1077944384 17 13119 0 0 0 0 5 3 20 0 15 0 445499332 11107315712 239010 33554432000 4194304 4196468 140731717545184 139623749641504 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19565] ppid=19502 vsize=10846988 memory=956040 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19565/stat : 19565 (java) S 19502 19505 12464 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 445499332 11107315712 239010 33554432000 4194304 4196468 140731717545184 139623615423232 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19566] ppid=19502 vsize=10846988 memory=957064 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19566/stat : 19566 (java) S 19502 19505 12464 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 445499335 11107315712 239010 33554432000 4194304 4196468 140731717545184 139623375132624 139624831477659 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19567] ppid=19502 vsize=10846988 memory=3620 CPUtime=3.19 cores=0,2,4,6
/proc/19505/task/19567/stat : 19567 (java) S 19502 19505 12464 0 -1 1077944384 17754 13119 0 0 309 2 5 3 20 0 15 0 445499335 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624357087984 139624831470210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19568] ppid=19502 vsize=10846988 memory=956040 CPUtime=3.33 cores=0,2,4,6
/proc/19505/task/19568/stat : 19568 (java) S 19502 19505 12464 0 -1 1077944384 13675 13119 0 0 323 2 5 3 20 0 15 0 445499335 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624356035440 139624831470210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19569] ppid=19502 vsize=10846988 memory=33 CPUtime=1.53 cores=0,2,4,6
/proc/19505/task/19569/stat : 19569 (java) S 19502 19505 12464 0 -1 1077944384 10998 13119 0 0 142 3 5 3 20 0 15 0 445499335 11107315712 239010 33554432000 4194304 4196468 140731717545184 139624354982384 139624831470210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19570] ppid=19502 vsize=10846988 memory=957064 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19570/stat : 19570 (java) S 19502 19505 12464 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 445499335 11107315712 239010 33554432000 4194304 4196468 140731717545184 139623341575008 139624831469269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
[pid=19505/tid=19571] ppid=19502 vsize=10846988 memory=1552 CPUtime=0.1 cores=0,2,4,6
/proc/19505/task/19571/stat : 19571 (java) S 19502 19505 12464 0 -1 1077944384 443 13119 0 0 1 1 5 3 20 0 15 0 445499335 11107315712 239010 33554432000 4194304 4196468 140731717545184 139623830383152 139624831470210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20787200 140731717552880 140731717555397 140731717555397 140731717558223 0
Current children cumulated CPU time: 53.82 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 956040 KiB

Child status: 0
Real time (s): 45.7661
CPU time (s): 53.8989
CPU user time (s): 53.4366
CPU system time (s): 0.462252
CPU usage (%): 117.77
Max. virtual memory (cumulated for all children) (KiB): 10850312
Max. memory (cumulated for all children) (KiB): 959052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.4366
system time used= 0.462252
maximum resident set size= 959052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92897
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8289
involuntary context switches= 164


# summary of solver processes directly reported to runsolver:
#   pid: 19505
#   total CPU time (s): 53.8989
#   total CPU user time (s): 53.4366
#   total CPU system time (s): 0.462252

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.312638 second user time and 0.455578 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-17 05:53:38
IDJOB=4401316
IDBENCH=141371
IDSOLVER=2858
FILE ID=node139/4401316-1568692306
RUNJOBID= node139-1568673443-12495
PBS_JOBID= 21703780
Free space on /tmp= 59524 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-10_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401316-1568692306/watcher-4401316-1568692306 -o /tmp/evaluation-result-4401316-1568692306/solver-4401316-1568692306 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568673443-12495 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=520998890 HOME/instance-4401316-1568692306.xml

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

MD5SUM BENCH= fd7701f01011f2453d3fac3f444f25b8
RANDOM SEED=520998890

node139.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.57
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.57
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.57
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.57
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:        29792704 kB
MemAvailable:   30531916 kB
Buffers:          122004 kB
Cached:           908404 kB
SwapCached:        78116 kB
Active:          1940020 kB
Inactive:         465952 kB
Active(anon):    1300072 kB
Inactive(anon):   118736 kB
Active(file):     639948 kB
Inactive(file):   347216 kB
Unevictable:      106964 kB
Mlocked:          106964 kB
SwapTotal:      67108860 kB
SwapFree:       66922612 kB
Dirty:             35384 kB
Writeback:             0 kB
AnonPages:       1404960 kB
Mapped:            61744 kB
Shmem:             34520 kB
Slab:             164972 kB
SReclaimable:     135764 kB
SUnreclaim:        29208 kB
KernelStack:        3712 kB
PageTables:        10416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2444736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1247232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59488 MiB
End job on node139 at 2019-09-17 05:54:24