Trace number 4299355

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
MiniCPFever 2018-04-29Wrong UNSAT 858.026 832.42

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-10_c18.xml
MD5SUM769ec0f26c47f1b96bb609b2e4d8d5d6
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 benchmark174.122
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.14/0.13	c version: 2018-04-11
0.14/0.13	c seed: 1811631
0.14/0.13	c timeout: -1
0.14/0.13	c memlimit: -1
0.14/0.13	c nbcore: -1
3.19/1.57	o 96
3.19/1.57	o 93
3.54/1.80	o 87
10.19/8.26	o 86
10.19/8.26	o 79
10.19/8.27	o 75
11.01/9.02	o 73
11.01/9.02	o 71
14.38/12.33	o 70
14.38/12.34	o 69
14.38/12.35	o 67
14.38/12.36	o 66
14.38/12.39	o 64
14.79/12.71	o 63
18.16/16.09	o 61
20.79/18.61	o 55
858.00/832.40	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299355-1532798692/watcher-4299355-1532798692 -o /tmp/evaluation-result-4299355-1532798692/solver-4299355-1532798692 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532776307-29141 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299355-1532798692.xml 

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

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


[startup+0.105062 s]*
/proc/loadavg: 0.95 1.22 1.33 4/216 31677
/proc/meminfo: memFree=25957716/32770624 swapFree=67108860/67108860
[pid=31662] ppid=31659 vsize=10658972 memory=27536 CPUtime=0.14 cores=0,2,4,6
/proc/31662/stat : 31662 (java) S 31659 31662 29110 0 -1 1077944320 5350 0 0 0 13 1 0 0 20 0 15 0 97432363 10914787328 6884 33554432000 4194304 4196468 140731590867568 140731590850112 139783560449783 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
/proc/31662/statm: 2664743 6884 2823 1 0 2627263 0
[pid=31662/tid=31664] ppid=31659 vsize=10658972 memory=-8269626465541198462 CPUtime=0.09 cores=0,2,4,6
/proc/31662/task/31664/stat : 31664 (java) R 31659 31662 29110 0 -1 4202560 3140 0 0 0 9 0 0 0 20 0 15 0 97432364 10914787328 6884 33554432000 4194304 4196468 140731590867568 139783564678008 139783552686910 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31665] ppid=31659 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31665/stat : 31665 (java) S 31659 31662 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97432364 10914787328 7015 33554432000 4194304 4196468 140731590867568 139783486523792 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31666] ppid=31659 vsize=10658972 memory=140672902174336 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31666/stat : 31666 (java) S 31659 31662 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97432364 10914787328 7015 33554432000 4194304 4196468 140731590867568 139783485470992 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31667] ppid=31659 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31667/stat : 31667 (java) S 31659 31662 29110 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97432364 10914787328 7015 33554432000 4194304 4196468 140731590867568 139783484418704 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31668] ppid=31659 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31668/stat : 31668 (java) S 31659 31662 29110 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97432364 10914787328 7015 33554432000 4194304 4196468 140731590867568 139783483365904 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31669] ppid=31659 vsize=10658972 memory=140672902174336 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31669/stat : 31669 (java) S 31659 31662 29110 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97432366 10914787328 7015 33554432000 4194304 4196468 140731590867568 139783051348592 139783560460930 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31670] ppid=31659 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31670/stat : 31670 (java) S 31659 31662 29110 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97432366 10914787328 7015 33554432000 4194304 4196468 140731590867568 139783050294560 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31671] ppid=31659 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31671/stat : 31671 (java) S 31659 31662 29110 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97432366 10914787328 7015 33554432000 4194304 4196468 140731590867568 139783049242224 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31672] ppid=31659 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31672/stat : 31672 (java) S 31659 31662 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97432369 10914787328 7015 33554432000 4194304 4196468 140731590867568 139783048190544 139783560468379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31673] ppid=31659 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31673/stat : 31673 (java) R 31659 31662 29110 0 -1 1077944384 429 0 0 0 0 0 0 0 20 0 15 0 97432369 10914787328 7015 33554432000 4194304 4196468 140731590867568 139783047137392 139783560460930 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31674] ppid=31659 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31674/stat : 31674 (java) R 31659 31662 29110 0 -1 4202560 83 0 0 0 0 0 0 0 20 0 15 0 97432369 10914787328 7015 33554432000 4194304 4196468 140731590867568 139783046084592 139783541148993 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31675] ppid=31659 vsize=10658972 memory=140672902174336 CPUtime=0.02 cores=0,2,4,6
/proc/31662/task/31675/stat : 31675 (java) R 31659 31662 29110 0 -1 4202560 428 0 0 0 2 0 0 0 20 0 15 0 97432369 10914787328 7015 33554432000 4194304 4196468 140731590867568 139783045029400 139783538818422 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31676] ppid=31659 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31676/stat : 31676 (java) S 31659 31662 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97432369 10914787328 7015 33554432000 4194304 4196468 140731590867568 139783043979744 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31677] ppid=31659 vsize=10658972 memory=140672902174336 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31677/stat : 31677 (java) S 31659 31662 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97432369 10914787328 7015 33554432000 4194304 4196468 140731590867568 139783042927536 139783560460930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27536 KiB

[startup+0.213908 s]*
/proc/loadavg: 0.95 1.22 1.33 4/216 31677
/proc/meminfo: memFree=25946048/32770624 swapFree=67108860/67108860
[pid=31662] ppid=31659 vsize=10659048 memory=40560 CPUtime=0.33 cores=0,2,4,6
/proc/31662/stat : 31662 (java) S 31659 31662 29110 0 -1 1077944320 8150 0 0 0 31 2 0 0 20 0 15 0 97432363 10914865152 10140 33554432000 4194304 4196468 140731590867568 140731590850112 139783560449783 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
/proc/31662/statm: 2664762 10140 2994 1 0 2627263 0
[pid=31662/tid=31664] ppid=31659 vsize=10659048 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/31662/task/31664/stat : 31664 (java) R 31659 31662 29110 0 -1 4202560 5238 0 0 0 19 1 0 0 20 0 15 0 97432364 10914865152 10140 33554432000 4194304 4196468 140731590867568 139783564687760 139783544530270 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31665] ppid=31659 vsize=10659048 memory=331 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31665/stat : 31665 (java) S 31659 31662 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97432364 10914865152 10140 33554432000 4194304 4196468 140731590867568 139783486523792 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31666] ppid=31659 vsize=10659048 memory=140672902699310 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31666/stat : 31666 (java) S 31659 31662 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97432364 10914865152 10140 33554432000 4194304 4196468 140731590867568 139783485470992 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31667] ppid=31659 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31667/stat : 31667 (java) S 31659 31662 29110 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97432364 10914865152 10140 33554432000 4194304 4196468 140731590867568 139783484418704 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31668] ppid=31659 vsize=10659048 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31668/stat : 31668 (java) S 31659 31662 29110 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97432364 10914865152 10140 33554432000 4194304 4196468 140731590867568 139783483365904 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31669] ppid=31659 vsize=10659048 memory=140672902174336 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31669/stat : 31669 (java) S 31659 31662 29110 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97432366 10914865152 10140 33554432000 4194304 4196468 140731590867568 139783051348592 139783560460930 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31670] ppid=31659 vsize=10659048 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31670/stat : 31670 (java) S 31659 31662 29110 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97432366 10914865152 10140 33554432000 4194304 4196468 140731590867568 139783050294560 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31671] ppid=31659 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31671/stat : 31671 (java) S 31659 31662 29110 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97432366 10914865152 10140 33554432000 4194304 4196468 140731590867568 139783049242224 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31672] ppid=31659 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31672/stat : 31672 (java) S 31659 31662 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97432369 10914865152 10140 33554432000 4194304 4196468 140731590867568 139783048190544 139783560468379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31673] ppid=31659 vsize=10659048 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/31662/task/31673/stat : 31673 (java) S 31659 31662 29110 0 -1 1077944384 532 0 0 0 1 0 0 0 20 0 15 0 97432369 10914865152 10140 33554432000 4194304 4196468 140731590867568 139783047137392 139783560460930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31674] ppid=31659 vsize=10659048 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/31662/task/31674/stat : 31674 (java) S 31659 31662 29110 0 -1 1077944384 284 0 0 0 2 0 0 0 20 0 15 0 97432369 10914865152 10140 33554432000 4194304 4196468 140731590867568 139783046084592 139783560460930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31675] ppid=31659 vsize=10659048 memory=140672902174336 CPUtime=0.07 cores=0,2,4,6
/proc/31662/task/31675/stat : 31675 (java) R 31659 31662 29110 0 -1 4202560 729 0 0 0 7 0 0 0 20 0 15 0 97432369 10914865152 10140 33554432000 4194304 4196468 140731590867568 139783045032304 139783544530196 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31676] ppid=31659 vsize=10659048 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31676/stat : 31676 (java) S 31659 31662 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97432369 10914865152 10140 33554432000 4194304 4196468 140731590867568 139783043979744 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31677] ppid=31659 vsize=10659048 memory=140672902174336 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31677/stat : 31677 (java) S 31659 31662 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97432369 10914865152 10140 33554432000 4194304 4196468 140731590867568 139783042927536 139783560460930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 40560 KiB

[startup+0.310304 s]*
/proc/loadavg: 0.95 1.22 1.33 6/216 31677
/proc/meminfo: memFree=25939100/32770624 swapFree=67108860/67108860
[pid=31662] ppid=31659 vsize=10659048 memory=47124 CPUtime=0.55 cores=0,2,4,6
/proc/31662/stat : 31662 (java) S 31659 31662 29110 0 -1 1077944320 9000 0 0 0 52 3 0 0 20 0 15 0 97432363 10914865152 11781 33554432000 4194304 4196468 140731590867568 140731590850112 139783560449783 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
/proc/31662/statm: 2664762 11781 3046 1 0 2627263 0
[pid=31662/tid=31664] ppid=31659 vsize=10659048 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/31662/task/31664/stat : 31664 (java) R 31659 31662 29110 0 -1 4202560 5656 0 0 0 28 2 0 0 20 0 15 0 97432364 10914865152 11781 33554432000 4194304 4196468 140731590867568 139783564685008 139783151959180 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31665] ppid=31659 vsize=10659048 memory=4294977825 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31665/stat : 31665 (java) S 31659 31662 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97432364 10914865152 11781 33554432000 4194304 4196468 140731590867568 139783486523792 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31666] ppid=31659 vsize=10659048 memory=140672902699309 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31666/stat : 31666 (java) S 31659 31662 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97432364 10914865152 11781 33554432000 4194304 4196468 140731590867568 139783485470992 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31667] ppid=31659 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31667/stat : 31667 (java) S 31659 31662 29110 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97432364 10914865152 11781 33554432000 4194304 4196468 140731590867568 139783484418704 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31668] ppid=31659 vsize=10659048 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31668/stat : 31668 (java) S 31659 31662 29110 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97432364 10914865152 11781 33554432000 4194304 4196468 140731590867568 139783483365904 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31669] ppid=31659 vsize=10659048 memory=140672902174336 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31669/stat : 31669 (java) S 31659 31662 29110 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97432366 10914865152 11781 33554432000 4194304 4196468 140731590867568 139783051348592 139783560460930 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31670] ppid=31659 vsize=10659048 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31670/stat : 31670 (java) S 31659 31662 29110 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97432366 10914865152 11781 33554432000 4194304 4196468 140731590867568 139783050294560 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31671] ppid=31659 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31671/stat : 31671 (java) S 31659 31662 29110 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97432366 10914865152 11781 33554432000 4194304 4196468 140731590867568 139783049242224 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31672] ppid=31659 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31672/stat : 31672 (java) S 31659 31662 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97432369 10914865152 11781 33554432000 4194304 4196468 140731590867568 139783048190544 139783560468379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31673] ppid=31659 vsize=10659048 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/31662/task/31673/stat : 31673 (java) R 31659 31662 29110 0 -1 4202560 717 0 0 0 4 0 0 0 20 0 15 0 97432369 10914865152 11781 33554432000 4194304 4196468 140731590867568 139783047123416 139783540105466 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31674] ppid=31659 vsize=10659048 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/31662/task/31674/stat : 31674 (java) R 31659 31662 29110 0 -1 4202560 368 0 0 0 5 0 0 0 20 0 15 0 97432369 10914865152 11781 33554432000 4194304 4196468 140731590867568 139783046084592 139783538740496 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31675] ppid=31659 vsize=10659048 memory=140672902174336 CPUtime=0.14 cores=0,2,4,6
/proc/31662/task/31675/stat : 31675 (java) R 31659 31662 29110 0 -1 1077944384 890 0 0 0 14 0 0 0 20 0 15 0 97432369 10914865152 11781 33554432000 4194304 4196468 140731590867568 139783045032304 139783560460930 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31676] ppid=31659 vsize=10659048 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31676/stat : 31676 (java) S 31659 31662 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97432369 10914865152 11781 33554432000 4194304 4196468 140731590867568 139783043979744 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31677] ppid=31659 vsize=10659048 memory=140672902174336 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31677/stat : 31677 (java) S 31659 31662 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97432369 10914865152 11781 33554432000 4194304 4196468 140731590867568 139783042927536 139783560460930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 47124 KiB

[startup+0.700757 s]
/proc/loadavg: 0.95 1.22 1.33 5/216 31677
/proc/meminfo: memFree=25911684/32770624 swapFree=67108860/67108860
[pid=31662] ppid=31659 vsize=10659048 memory=104084 CPUtime=1.7 cores=0,2,4,6
/proc/31662/stat : 31662 (java) S 31659 31662 29110 0 -1 1077944320 15090 0 0 0 166 4 0 0 20 0 15 0 97432363 10914865152 26021 33554432000 4194304 4196468 140731590867568 140731590850112 139783560449783 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
/proc/31662/statm: 2664762 26021 3081 1 0 2627263 0
[pid=31662/tid=31664] ppid=31659 vsize=10659048 memory=15744 CPUtime=0.67 cores=0,2,4,6
/proc/31662/task/31664/stat : 31664 (java) R 31659 31662 29110 0 -1 4202560 5760 0 0 0 65 2 0 0 20 0 15 0 97432364 10914865152 26021 33554432000 4194304 4196468 140731590867568 139783564685664 139783152941273 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31665] ppid=31659 vsize=10659048 memory=2324 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31665/stat : 31665 (java) S 31659 31662 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97432364 10914865152 26021 33554432000 4194304 4196468 140731590867568 139783486523792 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31666] ppid=31659 vsize=10659048 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31666/stat : 31666 (java) S 31659 31662 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97432364 10914865152 26021 33554432000 4194304 4196468 140731590867568 139783485470992 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31667] ppid=31659 vsize=10659048 memory=496 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31667/stat : 31667 (java) S 31659 31662 29110 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97432364 10914865152 26021 33554432000 4194304 4196468 140731590867568 139783484418704 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31668] ppid=31659 vsize=10659048 memory=928 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31668/stat : 31668 (java) S 31659 31662 29110 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97432364 10914865152 26021 33554432000 4194304 4196468 140731590867568 139783483365904 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31669] ppid=31659 vsize=10659048 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31669/stat : 31669 (java) S 31659 31662 29110 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 97432366 10914865152 26021 33554432000 4194304 4196468 140731590867568 139783051348592 139783560460930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31670] ppid=31659 vsize=10659048 memory=1968 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31670/stat : 31670 (java) S 31659 31662 29110 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97432366 10914865152 26021 33554432000 4194304 4196468 140731590867568 139783050294560 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31671] ppid=31659 vsize=10659048 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31671/stat : 31671 (java) S 31659 31662 29110 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97432366 10914865152 26021 33554432000 4194304 4196468 140731590867568 139783049242224 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31672] ppid=31659 vsize=10659048 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31672/stat : 31672 (java) S 31659 31662 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97432369 10914865152 26021 33554432000 4194304 4196468 140731590867568 139783048190544 139783560468379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31673] ppid=31659 vsize=10659048 memory=6081108994580573287 CPUtime=0.38 cores=0,2,4,6
/proc/31662/task/31673/stat : 31673 (java) R 31659 31662 29110 0 -1 4202560 4075 0 0 0 38 0 0 0 20 0 15 0 97432369 10914865152 26021 33554432000 4194304 4196468 140731590867568 139783047118408 139783545367136 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31674] ppid=31659 vsize=10659048 memory=5860705283049084265 CPUtime=0.4 cores=0,2,4,6
/proc/31662/task/31674/stat : 31674 (java) R 31659 31662 29110 0 -1 4202560 2646 0 0 0 40 0 0 0 20 0 15 0 97432369 10914865152 26021 33554432000 4194304 4196468 140731590867568 139783046065496 139783539696579 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31675] ppid=31659 vsize=10659048 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/31662/task/31675/stat : 31675 (java) S 31659 31662 29110 0 -1 1077944384 1237 0 0 0 22 0 0 0 20 0 15 0 97432369 10914865152 26533 33554432000 4194304 4196468 140731590867568 139783045032304 139783560460930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31676] ppid=31659 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31676/stat : 31676 (java) S 31659 31662 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97432369 10914865152 26533 33554432000 4194304 4196468 140731590867568 139783043979744 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31677] ppid=31659 vsize=10659048 memory=756 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31677/stat : 31677 (java) S 31659 31662 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97432369 10914865152 26533 33554432000 4194304 4196468 140731590867568 139783042927536 139783560460930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 104084 KiB

[startup+1.50082 s]
/proc/loadavg: 0.95 1.22 1.33 3/216 31677
/proc/meminfo: memFree=25824748/32770624 swapFree=67108860/67108860
[pid=31662] ppid=31659 vsize=10659048 memory=197036 CPUtime=3.19 cores=0,2,4,6
/proc/31662/stat : 31662 (java) S 31659 31662 29110 0 -1 1077944320 18985 0 0 0 312 7 0 0 20 0 15 0 97432363 10914865152 49259 33554432000 4194304 4196468 140731590867568 140731590850112 139783560449783 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
/proc/31662/statm: 2664762 49259 3125 1 0 2627263 0
[pid=31662/tid=31664] ppid=31659 vsize=10659048 memory=196964 CPUtime=1.47 cores=0,2,4,6
/proc/31662/task/31664/stat : 31664 (java) R 31659 31662 29110 0 -1 4202560 6232 0 0 0 143 4 0 0 20 0 15 0 97432364 10914865152 49259 33554432000 4194304 4196468 140731590867568 139783564686272 139783153146808 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31665] ppid=31659 vsize=10659048 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31665/stat : 31665 (java) S 31659 31662 29110 0 -1 1077944384 251 0 0 0 0 0 0 0 20 0 15 0 97432364 10914865152 49259 33554432000 4194304 4196468 140731590867568 139783486523792 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31666] ppid=31659 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31666/stat : 31666 (java) S 31659 31662 29110 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 97432364 10914865152 49259 33554432000 4194304 4196468 140731590867568 139783485470992 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31667] ppid=31659 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31667/stat : 31667 (java) S 31659 31662 29110 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 15 0 97432364 10914865152 49259 33554432000 4194304 4196468 140731590867568 139783484418704 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31668] ppid=31659 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31668/stat : 31668 (java) S 31659 31662 29110 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 97432364 10914865152 49259 33554432000 4194304 4196468 140731590867568 139783483365904 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31669] ppid=31659 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31669/stat : 31669 (java) S 31659 31662 29110 0 -1 1077944384 232 0 0 0 0 0 0 0 20 0 15 0 97432366 10914865152 49259 33554432000 4194304 4196468 140731590867568 139783051348592 139783560460930 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0

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

[pid=31662/tid=31676] ppid=31659 vsize=10659048 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31676/stat : 31676 (java) S 31659 31662 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97432369 10914865152 311572 33554432000 4194304 4196468 140731590867568 139783043979744 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31677] ppid=31659 vsize=10659048 memory=844 CPUtime=0.44 cores=0,2,4,6
/proc/31662/task/31677/stat : 31677 (java) S 31659 31662 29110 0 -1 1077944384 622 0 0 0 22 22 0 0 20 0 15 0 97432369 10914865152 311572 33554432000 4194304 4196468 140731590867568 139783042927536 139783560460930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
Current children cumulated CPU time: 854.34 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 1246288 KiB

[startup+830.401 s]
/proc/loadavg: 1.50 1.46 1.41 7/215 31778
/proc/meminfo: memFree=26117104/32770624 swapFree=67108860/67108860
[pid=31662] ppid=31659 vsize=10659048 memory=1245776 CPUtime=855.96 cores=0,2,4,6
/proc/31662/stat : 31662 (java) S 31659 31662 29110 0 -1 1077944320 86687 0 0 0 85503 93 0 0 20 0 15 0 97432363 10914865152 311444 33554432000 4194304 4196468 140731590867568 140731590850112 139783560449783 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
/proc/31662/statm: 2664762 311444 3148 1 0 2627263 0
[pid=31662/tid=31664] ppid=31659 vsize=10659048 memory=2204 CPUtime=820.66 cores=0,2,4,6
/proc/31662/task/31664/stat : 31664 (java) R 31659 31662 29110 0 -1 4202560 37448 0 0 0 82048 18 0 0 20 0 15 0 97432364 10914865152 311444 33554432000 4194304 4196468 140731590867568 139783564689120 139783153146187 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31665] ppid=31659 vsize=10659048 memory=1968 CPUtime=7.79 cores=0,2,4,6
/proc/31662/task/31665/stat : 31665 (java) S 31659 31662 29110 0 -1 1077944384 7097 0 0 0 768 11 0 0 20 0 15 0 97432364 10914865152 311444 33554432000 4194304 4196468 140731590867568 139783486523792 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31666] ppid=31659 vsize=10659048 memory=1572 CPUtime=7.83 cores=0,2,4,6
/proc/31662/task/31666/stat : 31666 (java) S 31659 31662 29110 0 -1 1077944384 5882 0 0 0 772 11 0 0 20 0 15 0 97432364 10914865152 311444 33554432000 4194304 4196468 140731590867568 139783485470992 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31667] ppid=31659 vsize=10659048 memory=924 CPUtime=7.82 cores=0,2,4,6
/proc/31662/task/31667/stat : 31667 (java) S 31659 31662 29110 0 -1 1077944384 7804 0 0 0 771 11 0 0 20 0 15 0 97432364 10914865152 311444 33554432000 4194304 4196468 140731590867568 139783484418704 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31668] ppid=31659 vsize=10659048 memory=6791534058613427641 CPUtime=7.81 cores=0,2,4,6
/proc/31662/task/31668/stat : 31668 (java) S 31659 31662 29110 0 -1 1077944384 6227 0 0 0 768 13 0 0 20 0 15 0 97432364 10914865152 311444 33554432000 4194304 4196468 140731590867568 139783483365904 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31669] ppid=31659 vsize=10659048 memory=1584 CPUtime=1.56 cores=0,2,4,6
/proc/31662/task/31669/stat : 31669 (java) S 31659 31662 29110 0 -1 1077944384 6316 0 0 0 150 6 0 0 20 0 15 0 97432366 10914865152 311444 33554432000 4194304 4196468 140731590867568 139783051348592 139783560460930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31670] ppid=31659 vsize=10659048 memory=496 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31670/stat : 31670 (java) S 31659 31662 29110 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 97432366 10914865152 311444 33554432000 4194304 4196468 140731590867568 139783050294624 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31671] ppid=31659 vsize=10659048 memory=928 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31671/stat : 31671 (java) S 31659 31662 29110 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 97432366 10914865152 311444 33554432000 4194304 4196468 140731590867568 139783049242224 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31672] ppid=31659 vsize=10659048 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31672/stat : 31672 (java) S 31659 31662 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97432369 10914865152 311444 33554432000 4194304 4196468 140731590867568 139783048190544 139783560468379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31673] ppid=31659 vsize=10659048 memory=1240 CPUtime=0.78 cores=0,2,4,6
/proc/31662/task/31673/stat : 31673 (java) S 31659 31662 29110 0 -1 1077944384 6014 0 0 0 77 1 0 0 20 0 15 0 97432369 10914865152 311444 33554432000 4194304 4196468 140731590867568 139783047137392 139783560460930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31674] ppid=31659 vsize=10659048 memory=1520 CPUtime=0.91 cores=0,2,4,6
/proc/31662/task/31674/stat : 31674 (java) S 31659 31662 29110 0 -1 1077944384 5764 0 0 0 91 0 0 0 20 0 15 0 97432369 10914865152 311444 33554432000 4194304 4196468 140731590867568 139783046084592 139783560460930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31675] ppid=31659 vsize=10659048 memory=844 CPUtime=0.27 cores=0,2,4,6
/proc/31662/task/31675/stat : 31675 (java) S 31659 31662 29110 0 -1 1077944384 2093 0 0 0 27 0 0 0 20 0 15 0 97432369 10914865152 311444 33554432000 4194304 4196468 140731590867568 139783045032304 139783560460930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31676] ppid=31659 vsize=10659048 memory=3360 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31676/stat : 31676 (java) S 31659 31662 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97432369 10914865152 311444 33554432000 4194304 4196468 140731590867568 139783043979744 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31677] ppid=31659 vsize=10659048 memory=2724 CPUtime=0.44 cores=0,2,4,6
/proc/31662/task/31677/stat : 31677 (java) S 31659 31662 29110 0 -1 1077944384 622 0 0 0 22 22 0 0 20 0 15 0 97432369 10914865152 311444 33554432000 4194304 4196468 140731590867568 139783042927536 139783560460930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
Current children cumulated CPU time: 855.96 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 1245776 KiB

[startup+831.201 s]
/proc/loadavg: 1.50 1.46 1.41 3/215 31778
/proc/meminfo: memFree=26115192/32770624 swapFree=67108860/67108860
[pid=31662] ppid=31659 vsize=10659048 memory=1245776 CPUtime=856.76 cores=0,2,4,6
/proc/31662/stat : 31662 (java) S 31659 31662 29110 0 -1 1077944320 86798 0 0 0 85583 93 0 0 20 0 15 0 97432363 10914865152 311444 33554432000 4194304 4196468 140731590867568 140731590850112 139783560449783 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
/proc/31662/statm: 2664762 311444 3148 1 0 2627263 0
[pid=31662/tid=31664] ppid=31659 vsize=10659048 memory=1246288 CPUtime=821.46 cores=0,2,4,6
/proc/31662/task/31664/stat : 31664 (java) R 31659 31662 29110 0 -1 4202560 37559 0 0 0 82128 18 0 0 20 0 15 0 97432364 10914865152 311444 33554432000 4194304 4196468 140731590867568 139783564689120 139783541856100 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31665] ppid=31659 vsize=10659048 memory=1246288 CPUtime=7.79 cores=0,2,4,6
/proc/31662/task/31665/stat : 31665 (java) S 31659 31662 29110 0 -1 1077944384 7097 0 0 0 768 11 0 0 20 0 15 0 97432364 10914865152 311444 33554432000 4194304 4196468 140731590867568 139783486523792 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31666] ppid=31659 vsize=10659048 memory=6791534058613427641 CPUtime=7.83 cores=0,2,4,6
/proc/31662/task/31666/stat : 31666 (java) S 31659 31662 29110 0 -1 1077944384 5882 0 0 0 772 11 0 0 20 0 15 0 97432364 10914865152 311444 33554432000 4194304 4196468 140731590867568 139783485470992 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31667] ppid=31659 vsize=10659048 memory=28148 CPUtime=7.82 cores=0,2,4,6
/proc/31662/task/31667/stat : 31667 (java) S 31659 31662 29110 0 -1 1077944384 7804 0 0 0 771 11 0 0 20 0 15 0 97432364 10914865152 311444 33554432000 4194304 4196468 140731590867568 139783484418704 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31668] ppid=31659 vsize=10659048 memory=2204 CPUtime=7.81 cores=0,2,4,6
/proc/31662/task/31668/stat : 31668 (java) S 31659 31662 29110 0 -1 1077944384 6227 0 0 0 768 13 0 0 20 0 15 0 97432364 10914865152 311444 33554432000 4194304 4196468 140731590867568 139783483365904 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31669] ppid=31659 vsize=10659048 memory=1245776 CPUtime=1.56 cores=0,2,4,6
/proc/31662/task/31669/stat : 31669 (java) S 31659 31662 29110 0 -1 1077944384 6316 0 0 0 150 6 0 0 20 0 15 0 97432366 10914865152 311444 33554432000 4194304 4196468 140731590867568 139783051348592 139783560460930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31670] ppid=31659 vsize=10659048 memory=804 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31670/stat : 31670 (java) S 31659 31662 29110 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 97432366 10914865152 311444 33554432000 4194304 4196468 140731590867568 139783050294624 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31671] ppid=31659 vsize=10659048 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31671/stat : 31671 (java) S 31659 31662 29110 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 97432366 10914865152 311444 33554432000 4194304 4196468 140731590867568 139783049242224 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31672] ppid=31659 vsize=10659048 memory=916 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31672/stat : 31672 (java) S 31659 31662 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97432369 10914865152 311444 33554432000 4194304 4196468 140731590867568 139783048190544 139783560468379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31673] ppid=31659 vsize=10659048 memory=3848 CPUtime=0.78 cores=0,2,4,6
/proc/31662/task/31673/stat : 31673 (java) S 31659 31662 29110 0 -1 1077944384 6014 0 0 0 77 1 0 0 20 0 15 0 97432369 10914865152 311444 33554432000 4194304 4196468 140731590867568 139783047137392 139783560460930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31674] ppid=31659 vsize=10659048 memory=2600 CPUtime=0.91 cores=0,2,4,6
/proc/31662/task/31674/stat : 31674 (java) S 31659 31662 29110 0 -1 1077944384 5764 0 0 0 91 0 0 0 20 0 15 0 97432369 10914865152 311444 33554432000 4194304 4196468 140731590867568 139783046084592 139783560460930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31675] ppid=31659 vsize=10659048 memory=12708 CPUtime=0.27 cores=0,2,4,6
/proc/31662/task/31675/stat : 31675 (java) S 31659 31662 29110 0 -1 1077944384 2093 0 0 0 27 0 0 0 20 0 15 0 97432369 10914865152 311444 33554432000 4194304 4196468 140731590867568 139783045032304 139783560460930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31676] ppid=31659 vsize=10659048 memory=15748 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31676/stat : 31676 (java) S 31659 31662 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97432369 10914865152 311444 33554432000 4194304 4196468 140731590867568 139783043979744 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31677] ppid=31659 vsize=10659048 memory=2324 CPUtime=0.44 cores=0,2,4,6
/proc/31662/task/31677/stat : 31677 (java) S 31659 31662 29110 0 -1 1077944384 622 0 0 0 22 22 0 0 20 0 15 0 97432369 10914865152 311444 33554432000 4194304 4196468 140731590867568 139783042927536 139783560460930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
Current children cumulated CPU time: 856.76 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 1245776 KiB

[startup+832.001 s]*
/proc/loadavg: 1.54 1.47 1.41 3/215 31778
/proc/meminfo: memFree=26116072/32770624 swapFree=67108860/67108860
[pid=31662] ppid=31659 vsize=10659048 memory=1245264 CPUtime=857.61 cores=0,2,4,6
/proc/31662/stat : 31662 (java) S 31659 31662 29110 0 -1 1077944320 86800 0 0 0 85668 93 0 0 20 0 15 0 97432363 10914865152 311316 33554432000 4194304 4196468 140731590867568 140731590850112 139783560449783 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
/proc/31662/statm: 2664762 311316 3148 1 0 2627263 0
[pid=31662/tid=31664] ppid=31659 vsize=10659048 memory=6791534058613427641 CPUtime=822.26 cores=0,2,4,6
/proc/31662/task/31664/stat : 31664 (java) R 31659 31662 29110 0 -1 4202560 37560 0 0 0 82208 18 0 0 20 0 15 0 97432364 10914865152 311316 33554432000 4194304 4196468 140731590867568 139783564689248 139783153147041 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31665] ppid=31659 vsize=10659048 memory=1256 CPUtime=7.8 cores=0,2,4,6
/proc/31662/task/31665/stat : 31665 (java) S 31659 31662 29110 0 -1 1077944384 7098 0 0 0 769 11 0 0 20 0 15 0 97432364 10914865152 311316 33554432000 4194304 4196468 140731590867568 139783486523792 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31666] ppid=31659 vsize=10659048 memory=10368 CPUtime=7.84 cores=0,2,4,6
/proc/31662/task/31666/stat : 31666 (java) S 31659 31662 29110 0 -1 1077944384 5882 0 0 0 773 11 0 0 20 0 15 0 97432364 10914865152 311316 33554432000 4194304 4196468 140731590867568 139783485470992 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31667] ppid=31659 vsize=10659048 memory=1700 CPUtime=7.83 cores=0,2,4,6
/proc/31662/task/31667/stat : 31667 (java) S 31659 31662 29110 0 -1 1077944384 7804 0 0 0 772 11 0 0 20 0 15 0 97432364 10914865152 311316 33554432000 4194304 4196468 140731590867568 139783484418704 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31668] ppid=31659 vsize=10659048 memory=4872558044660077418 CPUtime=7.82 cores=0,2,4,6
/proc/31662/task/31668/stat : 31668 (java) S 31659 31662 29110 0 -1 1077944384 6227 0 0 0 769 13 0 0 20 0 15 0 97432364 10914865152 311316 33554432000 4194304 4196468 140731590867568 139783483365904 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31669] ppid=31659 vsize=10659048 memory=4104 CPUtime=1.56 cores=0,2,4,6
/proc/31662/task/31669/stat : 31669 (java) S 31659 31662 29110 0 -1 1077944384 6316 0 0 0 150 6 0 0 20 0 15 0 97432366 10914865152 311316 33554432000 4194304 4196468 140731590867568 139783051348592 139783560460930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31670] ppid=31659 vsize=10659048 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31670/stat : 31670 (java) S 31659 31662 29110 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 97432366 10914865152 311316 33554432000 4194304 4196468 140731590867568 139783050294624 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31671] ppid=31659 vsize=10659048 memory=3100 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31671/stat : 31671 (java) S 31659 31662 29110 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 97432366 10914865152 311316 33554432000 4194304 4196468 140731590867568 139783049242224 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31672] ppid=31659 vsize=10659048 memory=1246800 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31672/stat : 31672 (java) S 31659 31662 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97432369 10914865152 311316 33554432000 4194304 4196468 140731590867568 139783048190544 139783560468379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31673] ppid=31659 vsize=10659048 memory=1246288 CPUtime=0.78 cores=0,2,4,6
/proc/31662/task/31673/stat : 31673 (java) S 31659 31662 29110 0 -1 1077944384 6014 0 0 0 77 1 0 0 20 0 15 0 97432369 10914865152 311316 33554432000 4194304 4196468 140731590867568 139783047137392 139783560460930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31674] ppid=31659 vsize=10659048 memory=1249368 CPUtime=0.91 cores=0,2,4,6
/proc/31662/task/31674/stat : 31674 (java) S 31659 31662 29110 0 -1 1077944384 5764 0 0 0 91 0 0 0 20 0 15 0 97432369 10914865152 311316 33554432000 4194304 4196468 140731590867568 139783046084592 139783560460930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31675] ppid=31659 vsize=10659048 memory=28148 CPUtime=0.27 cores=0,2,4,6
/proc/31662/task/31675/stat : 31675 (java) S 31659 31662 29110 0 -1 1077944384 2093 0 0 0 27 0 0 0 20 0 15 0 97432369 10914865152 311316 33554432000 4194304 4196468 140731590867568 139783045032304 139783560460930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31676] ppid=31659 vsize=10659048 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31676/stat : 31676 (java) S 31659 31662 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97432369 10914865152 311316 33554432000 4194304 4196468 140731590867568 139783043979744 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31677] ppid=31659 vsize=10659048 memory=28148 CPUtime=0.44 cores=0,2,4,6
/proc/31662/task/31677/stat : 31677 (java) S 31659 31662 29110 0 -1 1077944384 622 0 0 0 22 22 0 0 20 0 15 0 97432369 10914865152 311316 33554432000 4194304 4196468 140731590867568 139783042927536 139783560460930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
Current children cumulated CPU time: 857.61 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 1245264 KiB

[startup+832.401 s]
/proc/loadavg: 1.54 1.47 1.41 3/215 31778
/proc/meminfo: memFree=26116072/32770624 swapFree=67108860/67108860
[pid=31662] ppid=31659 vsize=10659048 memory=1245264 CPUtime=858 cores=0,2,4,6
/proc/31662/stat : 31662 (java) S 31659 31662 29110 0 -1 1077944320 86800 0 0 0 85707 93 0 0 20 0 15 0 97432363 10914865152 311316 33554432000 4194304 4196468 140731590867568 140731590850112 139783560449783 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
/proc/31662/statm: 2664762 311316 3148 1 0 2627263 0
[pid=31662/tid=31664] ppid=31659 vsize=10659048 memory=1812 CPUtime=822.65 cores=0,2,4,6
/proc/31662/task/31664/stat : 31664 (java) R 31659 31662 29110 0 -1 4202560 37560 0 0 0 82247 18 0 0 20 0 15 0 97432364 10914865152 311316 33554432000 4194304 4196468 140731590867568 139783564689248 139783153836511 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31665] ppid=31659 vsize=10659048 memory=1020 CPUtime=7.8 cores=0,2,4,6
/proc/31662/task/31665/stat : 31665 (java) S 31659 31662 29110 0 -1 1077944384 7098 0 0 0 769 11 0 0 20 0 15 0 97432364 10914865152 311316 33554432000 4194304 4196468 140731590867568 139783486523792 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31666] ppid=31659 vsize=10659048 memory=5448 CPUtime=7.84 cores=0,2,4,6
/proc/31662/task/31666/stat : 31666 (java) S 31659 31662 29110 0 -1 1077944384 5882 0 0 0 773 11 0 0 20 0 15 0 97432364 10914865152 311316 33554432000 4194304 4196468 140731590867568 139783485470992 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31667] ppid=31659 vsize=10659048 memory=756 CPUtime=7.83 cores=0,2,4,6
/proc/31662/task/31667/stat : 31667 (java) S 31659 31662 29110 0 -1 1077944384 7804 0 0 0 772 11 0 0 20 0 15 0 97432364 10914865152 311316 33554432000 4194304 4196468 140731590867568 139783484418704 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31668] ppid=31659 vsize=10659048 memory=14572 CPUtime=7.82 cores=0,2,4,6
/proc/31662/task/31668/stat : 31668 (java) S 31659 31662 29110 0 -1 1077944384 6227 0 0 0 769 13 0 0 20 0 15 0 97432364 10914865152 311316 33554432000 4194304 4196468 140731590867568 139783483365904 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31669] ppid=31659 vsize=10659048 memory=1247828 CPUtime=1.56 cores=0,2,4,6
/proc/31662/task/31669/stat : 31669 (java) S 31659 31662 29110 0 -1 1077944384 6316 0 0 0 150 6 0 0 20 0 15 0 97432366 10914865152 311316 33554432000 4194304 4196468 140731590867568 139783051348592 139783560460930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31670] ppid=31659 vsize=10659048 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31670/stat : 31670 (java) S 31659 31662 29110 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 97432366 10914865152 311316 33554432000 4194304 4196468 140731590867568 139783050294624 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31671] ppid=31659 vsize=10659048 memory=288230613214036277 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31671/stat : 31671 (java) S 31659 31662 29110 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 97432366 10914865152 311316 33554432000 4194304 4196468 140731590867568 139783049242224 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31672] ppid=31659 vsize=10659048 memory=13847486485760432 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31672/stat : 31672 (java) S 31659 31662 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97432369 10914865152 311316 33554432000 4194304 4196468 140731590867568 139783048190544 139783560468379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31673] ppid=31659 vsize=10659048 memory=1992 CPUtime=0.78 cores=0,2,4,6
/proc/31662/task/31673/stat : 31673 (java) S 31659 31662 29110 0 -1 1077944384 6014 0 0 0 77 1 0 0 20 0 15 0 97432369 10914865152 311316 33554432000 4194304 4196468 140731590867568 139783047137392 139783560460930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31674] ppid=31659 vsize=10659048 memory=7528 CPUtime=0.91 cores=0,2,4,6
/proc/31662/task/31674/stat : 31674 (java) S 31659 31662 29110 0 -1 1077944384 5764 0 0 0 91 0 0 0 20 0 15 0 97432369 10914865152 311316 33554432000 4194304 4196468 140731590867568 139783046084592 139783560460930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31675] ppid=31659 vsize=10659048 memory=804 CPUtime=0.27 cores=0,2,4,6
/proc/31662/task/31675/stat : 31675 (java) S 31659 31662 29110 0 -1 1077944384 2093 0 0 0 27 0 0 0 20 0 15 0 97432369 10914865152 311316 33554432000 4194304 4196468 140731590867568 139783045032304 139783560460930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31676] ppid=31659 vsize=10659048 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/31662/task/31676/stat : 31676 (java) S 31659 31662 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97432369 10914865152 311316 33554432000 4194304 4196468 140731590867568 139783043979744 139783560459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
[pid=31662/tid=31677] ppid=31659 vsize=10659048 memory=916 CPUtime=0.44 cores=0,2,4,6
/proc/31662/task/31677/stat : 31677 (java) S 31659 31662 29110 0 -1 1077944384 622 0 0 0 22 22 0 0 20 0 15 0 97432369 10914865152 311316 33554432000 4194304 4196468 140731590867568 139783042927536 139783560460930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32747520 140731590870189 140731590870281 140731590870281 140731590873039 0
Current children cumulated CPU time: 858 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 1245264 KiB

Child status: 0
Real time (s): 832.42
CPU time (s): 858.026
CPU user time (s): 857.08
CPU system time (s): 0.945812
CPU usage (%): 103.076
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 1293552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 857.08
system time used= 0.945812
maximum resident set size= 1293700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87191
page faults= 0
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35957
involuntary context switches= 1936


# summary of solver processes directly reported to runsolver:
#   pid: 31662
#   total CPU time (s): 858.026
#   total CPU user time (s): 857.08
#   total CPU system time (s): 0.945812

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.92004 second user time and 7.81552 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-28 19:24:52
IDJOB=4299355
IDBENCH=141365
IDSOLVER=2763
FILE ID=node136/4299355-1532798692
RUNJOBID= node136-1532776307-29141
PBS_JOBID= 21022471
Free space on /tmp= 55796 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-10_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299355-1532798692/watcher-4299355-1532798692 -o /tmp/evaluation-result-4299355-1532798692/solver-4299355-1532798692 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532776307-29141 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299355-1532798692.xml

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

MD5SUM BENCH= 769ec0f26c47f1b96bb609b2e4d8d5d6
RANDOM SEED=577781189

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25973948 kB
MemAvailable:   29772592 kB
Buffers:          193012 kB
Cached:          3865808 kB
SwapCached:            0 kB
Active:          3917292 kB
Inactive:        2380112 kB
Active(anon):    2189844 kB
Inactive(anon):    76472 kB
Active(file):    1727448 kB
Inactive(file):  2303640 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1024 kB
Writeback:             0 kB
AnonPages:       2244692 kB
Mapped:            45172 kB
Shmem:             25228 kB
Slab:             194272 kB
SReclaimable:     166780 kB
SUnreclaim:        27492 kB
KernelStack:        3824 kB
PageTables:        10060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2872496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2174976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55796 MiB
End job on node136 at 2018-07-28 19:38:45