Trace number 4299418

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 97.5664 93.5401

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-09_c18.xml
MD5SUM5099229ea21e0b755c9ada14ed0c0ccc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark11.6089
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints37
Number of domains2
Minimum domain size81
Maximum domain size82
Distribution of domain sizes[{"size":81,"count":36},{"size":82,"count":9}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":8,"count":8},{"degree":9,"count":1}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"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.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
2.33/0.95	o 75
2.33/0.95	o 69
2.33/0.99	o 68
2.33/1.00	o 65
2.33/1.00	o 63
3.37/1.53	o 61
3.37/1.53	o 57
3.37/1.53	o 54
3.93/2.02	o 53
4.45/2.54	o 52
4.98/3.04	o 50
5.09/3.12	o 48
5.09/3.16	o 47
9.92/7.82	o 46
10.32/8.25	o 45
11.14/9.07	o 44
97.52/93.53	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 (12717 MiB free)
  memory of node 1: 16384 MiB (14538 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299418-1532800463/watcher-4299418-1532800463 -o /tmp/evaluation-result-4299418-1532800463/solver-4299418-1532800463 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532775187-6230 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299418-1532800463.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=10294, runsolver pid=10291
Current StackSize limit: 8192 KiB


[startup+0.100418 s]*
/proc/loadavg: 1.39 1.62 1.62 4/216 10309
/proc/meminfo: memFree=27894544/32770624 swapFree=67108792/67108860
[pid=10294] ppid=10291 vsize=10658972 memory=27720 CPUtime=0.12 cores=0,2,4,6
/proc/10294/stat : 10294 (java) S 10291 10294 6199 0 -1 1077944320 5355 0 0 0 11 1 0 0 20 0 15 0 97609563 10914787328 6930 33554432000 4194304 4196468 140729794793648 140729794776192 139787680317175 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
/proc/10294/statm: 2664743 6930 2850 1 0 2627263 0
[pid=10294/tid=10296] ppid=10291 vsize=10658972 memory=-8269626465541591932 CPUtime=0.09 cores=0,2,4,6
/proc/10294/task/10296/stat : 10296 (java) R 10291 10294 6199 0 -1 4202560 3232 0 0 0 8 1 0 0 20 0 15 0 97609563 10914787328 6930 33554432000 4194304 4196468 140729794793648 139787684548064 139787664360805 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10297] ppid=10291 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10297/stat : 10297 (java) S 10291 10294 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97609564 10914787328 6930 33554432000 4194304 4196468 140729794793648 139787632937360 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10298] ppid=10291 vsize=10658972 memory=140710055429760 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10298/stat : 10298 (java) S 10291 10294 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97609564 10914787328 6930 33554432000 4194304 4196468 140729794793648 139787631884560 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10299] ppid=10291 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10299/stat : 10299 (java) S 10291 10294 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97609564 10914787328 6930 33554432000 4194304 4196468 140729794793648 139787630832272 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10300] ppid=10291 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10300/stat : 10300 (java) S 10291 10294 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97609564 10914787328 6930 33554432000 4194304 4196468 140729794793648 139787284175376 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10301] ppid=10291 vsize=10658972 memory=140710055429760 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10301/stat : 10301 (java) S 10291 10294 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97609565 10914787328 6930 33554432000 4194304 4196468 140729794793648 139787239901808 139787680328322 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10302] ppid=10291 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10302/stat : 10302 (java) S 10291 10294 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97609566 10914787328 6930 33554432000 4194304 4196468 140729794793648 139787238847776 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10303] ppid=10291 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10303/stat : 10303 (java) S 10291 10294 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97609566 10914787328 6930 33554432000 4194304 4196468 140729794793648 139787237795440 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10304] ppid=10291 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10304/stat : 10304 (java) S 10291 10294 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97609568 10914787328 6930 33554432000 4194304 4196468 140729794793648 139787236743760 139787680335771 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10305] ppid=10291 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10305/stat : 10305 (java) R 10291 10294 6199 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 97609568 10914787328 6930 33554432000 4194304 4196468 140729794793648 139787235690608 139787680328322 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10306] ppid=10291 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10306/stat : 10306 (java) R 10291 10294 6199 0 -1 4202560 175 0 0 0 0 0 0 0 20 0 15 0 97609568 10914787328 6930 33554432000 4194304 4196468 140729794793648 139787234637808 139787658247776 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10307] ppid=10291 vsize=10658972 memory=140710055429760 CPUtime=0.02 cores=0,2,4,6
/proc/10294/task/10307/stat : 10307 (java) R 10291 10294 6199 0 -1 4202560 316 0 0 0 2 0 0 0 20 0 15 0 97609568 10914787328 6930 33554432000 4194304 4196468 140729794793648 139787233585520 139787672554302 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10308] ppid=10291 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10308/stat : 10308 (java) S 10291 10294 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97609568 10914787328 6930 33554432000 4194304 4196468 140729794793648 139787232532960 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10309] ppid=10291 vsize=10658972 memory=140710055429760 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10309/stat : 10309 (java) R 10291 10294 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97609568 10914787328 6930 33554432000 4194304 4196468 140729794793648 139787231480752 139787680328322 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27720 KiB

[startup+0.210581 s]*
/proc/loadavg: 1.39 1.62 1.62 3/216 10309
/proc/meminfo: memFree=27882660/32770624 swapFree=67108792/67108860
[pid=10294] ppid=10291 vsize=10659048 memory=40188 CPUtime=0.33 cores=0,2,4,6
/proc/10294/stat : 10294 (java) S 10291 10294 6199 0 -1 1077944320 8110 0 0 0 30 3 0 0 20 0 15 0 97609563 10914865152 10047 33554432000 4194304 4196468 140729794793648 140729794776192 139787680317175 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
/proc/10294/statm: 2664762 10047 2970 1 0 2627263 0
[pid=10294/tid=10296] ppid=10291 vsize=10659048 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/10294/task/10296/stat : 10296 (java) R 10291 10294 6199 0 -1 4202560 5250 0 0 0 18 2 0 0 20 0 15 0 97609563 10914865152 10047 33554432000 4194304 4196468 140729794793648 139787684549488 139787664397662 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10297] ppid=10291 vsize=10659048 memory=343 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10297/stat : 10297 (java) S 10291 10294 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97609564 10914865152 10047 33554432000 4194304 4196468 140729794793648 139787632937360 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10298] ppid=10291 vsize=10659048 memory=288371086207141504 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10298/stat : 10298 (java) S 10291 10294 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97609564 10914865152 10047 33554432000 4194304 4196468 140729794793648 139787631884560 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10299] ppid=10291 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10299/stat : 10299 (java) S 10291 10294 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97609564 10914865152 10047 33554432000 4194304 4196468 140729794793648 139787630832272 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10300] ppid=10291 vsize=10659048 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10300/stat : 10300 (java) S 10291 10294 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97609564 10914865152 10047 33554432000 4194304 4196468 140729794793648 139787284175376 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10301] ppid=10291 vsize=10659048 memory=140710055429760 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10301/stat : 10301 (java) S 10291 10294 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97609565 10914865152 10047 33554432000 4194304 4196468 140729794793648 139787239901808 139787680328322 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10302] ppid=10291 vsize=10659048 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10302/stat : 10302 (java) S 10291 10294 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97609566 10914865152 10047 33554432000 4194304 4196468 140729794793648 139787238847776 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10303] ppid=10291 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10303/stat : 10303 (java) S 10291 10294 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97609566 10914865152 10047 33554432000 4194304 4196468 140729794793648 139787237795440 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10304] ppid=10291 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10304/stat : 10304 (java) S 10291 10294 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97609568 10914865152 10047 33554432000 4194304 4196468 140729794793648 139787236743760 139787680335771 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10305] ppid=10291 vsize=10659048 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/10294/task/10305/stat : 10305 (java) S 10291 10294 6199 0 -1 1077944384 492 0 0 0 2 0 0 0 20 0 15 0 97609568 10914865152 10047 33554432000 4194304 4196468 140729794793648 139787235690608 139787680328322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10306] ppid=10291 vsize=10659048 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/10294/task/10306/stat : 10306 (java) S 10291 10294 6199 0 -1 1077944384 247 0 0 0 1 0 0 0 20 0 15 0 97609568 10914865152 10047 33554432000 4194304 4196468 140729794793648 139787234637808 139787680328322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10307] ppid=10291 vsize=10659048 memory=140710055429760 CPUtime=0.07 cores=0,2,4,6
/proc/10294/task/10307/stat : 10307 (java) S 10291 10294 6199 0 -1 1077944384 755 0 0 0 7 0 0 0 20 0 15 0 97609568 10914865152 10047 33554432000 4194304 4196468 140729794793648 139787233585520 139787680328322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10308] ppid=10291 vsize=10659048 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10308/stat : 10308 (java) S 10291 10294 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97609568 10914865152 10047 33554432000 4194304 4196468 140729794793648 139787232532960 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10309] ppid=10291 vsize=10659048 memory=140710055429760 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10309/stat : 10309 (java) S 10291 10294 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97609568 10914865152 10047 33554432000 4194304 4196468 140729794793648 139787231480752 139787680328322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 40188 KiB

[startup+0.313862 s]*
/proc/loadavg: 1.39 1.62 1.62 5/216 10309
/proc/meminfo: memFree=27875808/32770624 swapFree=67108792/67108860
[pid=10294] ppid=10291 vsize=10659048 memory=47716 CPUtime=0.56 cores=0,2,4,6
/proc/10294/stat : 10294 (java) S 10291 10294 6199 0 -1 1077944320 8986 0 0 0 53 3 0 0 20 0 15 0 97609563 10914865152 11929 33554432000 4194304 4196468 140729794793648 140729794776192 139787680317175 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
/proc/10294/statm: 2664762 11929 3052 1 0 2627263 0
[pid=10294/tid=10296] ppid=10291 vsize=10659048 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/10294/task/10296/stat : 10296 (java) S 10291 10294 6199 0 -1 1077944384 5577 0 0 0 28 2 0 0 20 0 15 0 97609563 10914865152 11929 33554432000 4194304 4196468 140729794793648 139787684552240 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10297] ppid=10291 vsize=10659048 memory=4294977868 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10297/stat : 10297 (java) S 10291 10294 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97609564 10914865152 11929 33554432000 4194304 4196468 140729794793648 139787632937360 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10298] ppid=10291 vsize=10659048 memory=288371086207141504 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10298/stat : 10298 (java) S 10291 10294 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97609564 10914865152 11929 33554432000 4194304 4196468 140729794793648 139787631884560 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10299] ppid=10291 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10299/stat : 10299 (java) S 10291 10294 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97609564 10914865152 11929 33554432000 4194304 4196468 140729794793648 139787630832272 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10300] ppid=10291 vsize=10659048 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10300/stat : 10300 (java) S 10291 10294 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97609564 10914865152 11929 33554432000 4194304 4196468 140729794793648 139787284175376 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10301] ppid=10291 vsize=10659048 memory=140710055429760 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10301/stat : 10301 (java) S 10291 10294 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97609565 10914865152 11929 33554432000 4194304 4196468 140729794793648 139787239901808 139787680328322 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10302] ppid=10291 vsize=10659048 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10302/stat : 10302 (java) S 10291 10294 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97609566 10914865152 11929 33554432000 4194304 4196468 140729794793648 139787238847776 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10303] ppid=10291 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10303/stat : 10303 (java) S 10291 10294 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97609566 10914865152 11929 33554432000 4194304 4196468 140729794793648 139787237795440 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10304] ppid=10291 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10304/stat : 10304 (java) S 10291 10294 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97609568 10914865152 11929 33554432000 4194304 4196468 140729794793648 139787236743760 139787680335771 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10305] ppid=10291 vsize=10659048 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/10294/task/10305/stat : 10305 (java) R 10291 10294 6199 0 -1 1077944384 587 0 0 0 5 0 0 0 20 0 15 0 97609568 10914865152 11929 33554432000 4194304 4196468 140729794793648 139787235690608 139787680328322 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10306] ppid=10291 vsize=10659048 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/10294/task/10306/stat : 10306 (java) R 10291 10294 6199 0 -1 4202560 401 0 0 0 5 0 0 0 20 0 15 0 97609568 10914865152 11929 33554432000 4194304 4196468 140729794793648 139787234623608 139787663704412 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10307] ppid=10291 vsize=10659048 memory=140710055429760 CPUtime=0.14 cores=0,2,4,6
/proc/10294/task/10307/stat : 10307 (java) R 10291 10294 6199 0 -1 4202560 1063 0 0 0 14 0 0 0 20 0 15 0 97609568 10914865152 11929 33554432000 4194304 4196468 140729794793648 139787233581208 139787658682888 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10308] ppid=10291 vsize=10659048 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10308/stat : 10308 (java) S 10291 10294 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97609568 10914865152 11929 33554432000 4194304 4196468 140729794793648 139787232532960 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10309] ppid=10291 vsize=10659048 memory=140710055429760 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10309/stat : 10309 (java) S 10291 10294 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97609568 10914865152 11929 33554432000 4194304 4196468 140729794793648 139787231480752 139787680328322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 47716 KiB

[startup+0.700762 s]
/proc/loadavg: 1.39 1.62 1.62 5/216 10309
/proc/meminfo: memFree=27845512/32770624 swapFree=67108792/67108860
[pid=10294] ppid=10291 vsize=10659048 memory=109308 CPUtime=1.71 cores=0,2,4,6
/proc/10294/stat : 10294 (java) S 10291 10294 6199 0 -1 1077944320 15130 0 0 0 166 5 0 0 20 0 15 0 97609563 10914865152 27327 33554432000 4194304 4196468 140729794793648 140729794776192 139787680317175 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
/proc/10294/statm: 2664762 27327 3092 1 0 2627263 0
[pid=10294/tid=10296] ppid=10291 vsize=10659048 memory=184952364743580 CPUtime=0.68 cores=0,2,4,6
/proc/10294/task/10296/stat : 10296 (java) R 10291 10294 6199 0 -1 4202560 5658 0 0 0 65 3 0 0 20 0 15 0 97609563 10914865152 27327 33554432000 4194304 4196468 140729794793648 139787684556024 139787313612147 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10297] ppid=10291 vsize=10659048 memory=569991 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10297/stat : 10297 (java) S 10291 10294 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97609564 10914865152 27327 33554432000 4194304 4196468 140729794793648 139787632937360 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10298] ppid=10291 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10298/stat : 10298 (java) S 10291 10294 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97609564 10914865152 27327 33554432000 4194304 4196468 140729794793648 139787631884560 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10299] ppid=10291 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10299/stat : 10299 (java) S 10291 10294 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97609564 10914865152 27327 33554432000 4194304 4196468 140729794793648 139787630832272 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10300] ppid=10291 vsize=10659048 memory=7809523229951467570 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10300/stat : 10300 (java) S 10291 10294 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97609564 10914865152 27327 33554432000 4194304 4196468 140729794793648 139787284175376 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10301] ppid=10291 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10301/stat : 10301 (java) S 10291 10294 6199 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 97609565 10914865152 27327 33554432000 4194304 4196468 140729794793648 139787239901808 139787680328322 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10302] ppid=10291 vsize=10659048 memory=-3535359994705171810 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10302/stat : 10302 (java) S 10291 10294 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97609566 10914865152 27327 33554432000 4194304 4196468 140729794793648 139787238847776 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10303] ppid=10291 vsize=10659048 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10303/stat : 10303 (java) S 10291 10294 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97609566 10914865152 27327 33554432000 4194304 4196468 140729794793648 139787237795440 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10304] ppid=10291 vsize=10659048 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10304/stat : 10304 (java) S 10291 10294 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97609568 10914865152 27327 33554432000 4194304 4196468 140729794793648 139787236743760 139787680335771 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10305] ppid=10291 vsize=10659048 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/10294/task/10305/stat : 10305 (java) R 10291 10294 6199 0 -1 4202560 4062 0 0 0 39 1 0 0 20 0 15 0 97609568 10914865152 27327 33554432000 4194304 4196468 140729794793648 139787235676632 139787658733490 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10306] ppid=10291 vsize=10659048 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/10294/task/10306/stat : 10306 (java) R 10291 10294 6199 0 -1 4202560 2633 0 0 0 40 0 0 0 20 0 15 0 97609568 10914865152 27327 33554432000 4194304 4196468 140729794793648 139787234623992 139787661018839 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10307] ppid=10291 vsize=10659048 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/10294/task/10307/stat : 10307 (java) S 10291 10294 6199 0 -1 1077944384 1407 0 0 0 21 0 0 0 20 0 15 0 97609568 10914865152 27327 33554432000 4194304 4196468 140729794793648 139787233585520 139787680328322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10308] ppid=10291 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10308/stat : 10308 (java) S 10291 10294 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97609568 10914865152 27327 33554432000 4194304 4196468 140729794793648 139787232532960 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10309] ppid=10291 vsize=10659048 memory=18268 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10309/stat : 10309 (java) S 10291 10294 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97609568 10914865152 27327 33554432000 4194304 4196468 140729794793648 139787231480752 139787680328322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 109308 KiB

[startup+1.50075 s]
/proc/loadavg: 1.39 1.62 1.62 5/216 10309
/proc/meminfo: memFree=27763168/32770624 swapFree=67108792/67108860
[pid=10294] ppid=10291 vsize=10659048 memory=197064 CPUtime=3.37 cores=0,2,4,6
/proc/10294/stat : 10294 (java) S 10291 10294 6199 0 -1 1077944320 19507 0 0 0 329 8 0 0 20 0 15 0 97609563 10914865152 49266 33554432000 4194304 4196468 140729794793648 140729794776192 139787680317175 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
/proc/10294/statm: 2664762 49266 3113 1 0 2627263 0
[pid=10294/tid=10296] ppid=10291 vsize=10659048 memory=10799 CPUtime=1.47 cores=0,2,4,6
/proc/10294/task/10296/stat : 10296 (java) R 10291 10294 6199 0 -1 4202560 6096 0 0 0 142 5 0 0 20 0 15 0 97609563 10914865152 49266 33554432000 4194304 4196468 140729794793648 139787684554408 139787313858708 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10297] ppid=10291 vsize=10659048 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10297/stat : 10297 (java) S 10291 10294 6199 0 -1 1077944384 217 0 0 0 0 0 0 0 20 0 15 0 97609564 10914865152 49266 33554432000 4194304 4196468 140729794793648 139787632937360 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10298] ppid=10291 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10298/stat : 10298 (java) S 10291 10294 6199 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 97609564 10914865152 49266 33554432000 4194304 4196468 140729794793648 139787631884560 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10299] ppid=10291 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10299/stat : 10299 (java) S 10291 10294 6199 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 15 0 97609564 10914865152 49266 33554432000 4194304 4196468 140729794793648 139787630832272 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10300] ppid=10291 vsize=10659048 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10300/stat : 10300 (java) S 10291 10294 6199 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 97609564 10914865152 49266 33554432000 4194304 4196468 140729794793648 139787284175376 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10301] ppid=10291 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10301/stat : 10301 (java) S 10291 10294 6199 0 -1 1077944384 229 0 0 0 0 0 0 0 20 0 15 0 97609565 10914865152 49266 33554432000 4194304 4196468 140729794793648 139787239901808 139787680328322 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0

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

[pid=10294/tid=10308] ppid=10291 vsize=10659048 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10308/stat : 10308 (java) S 10291 10294 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97609568 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787232532960 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10309] ppid=10291 vsize=10659048 memory=1720 CPUtime=0.04 cores=0,2,4,6
/proc/10294/task/10309/stat : 10309 (java) S 10291 10294 6199 0 -1 1077944384 385 0 0 0 2 2 0 0 20 0 15 0 97609568 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787231480752 139787680328322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
Current children cumulated CPU time: 95.16 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 283064 KiB

[startup+92.8008 s]
/proc/loadavg: 1.53 1.58 1.60 3/215 10311
/proc/meminfo: memFree=27485448/32770624 swapFree=67108792/67108860
[pid=10294] ppid=10291 vsize=10659048 memory=283064 CPUtime=96.81 cores=0,2,4,6
/proc/10294/stat : 10294 (java) S 10291 10294 6199 0 -1 1077944320 32460 0 0 0 9656 25 0 0 20 0 15 0 97609563 10914865152 70766 33554432000 4194304 4196468 140729794793648 140729794776192 139787680317175 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
/proc/10294/statm: 2664762 70766 3127 1 0 2627263 0
[pid=10294/tid=10296] ppid=10291 vsize=10659048 memory=283064 CPUtime=91.78 cores=0,2,4,6
/proc/10294/task/10296/stat : 10296 (java) R 10291 10294 6199 0 -1 4202560 9972 0 0 0 9171 7 0 0 20 0 15 0 97609563 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787684556384 139787313445091 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10297] ppid=10291 vsize=10659048 memory=283064 CPUtime=0.67 cores=0,2,4,6
/proc/10294/task/10297/stat : 10297 (java) S 10291 10294 6199 0 -1 1077944384 1337 0 0 0 64 3 0 0 20 0 15 0 97609564 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787632937360 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10298] ppid=10291 vsize=10659048 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/10294/task/10298/stat : 10298 (java) S 10291 10294 6199 0 -1 1077944384 1811 0 0 0 64 3 0 0 20 0 15 0 97609564 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787631884560 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10299] ppid=10291 vsize=10659048 memory=1728 CPUtime=0.67 cores=0,2,4,6
/proc/10294/task/10299/stat : 10299 (java) S 10291 10294 6199 0 -1 1077944384 2217 0 0 0 65 2 0 0 20 0 15 0 97609564 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787630832272 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10300] ppid=10291 vsize=10659048 memory=1720 CPUtime=0.66 cores=0,2,4,6
/proc/10294/task/10300/stat : 10300 (java) S 10291 10294 6199 0 -1 1077944384 1506 0 0 0 64 2 0 0 20 0 15 0 97609564 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787284175376 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10301] ppid=10291 vsize=10659048 memory=6791534058613427641 CPUtime=0.19 cores=0,2,4,6
/proc/10294/task/10301/stat : 10301 (java) S 10291 10294 6199 0 -1 1077944384 1499 0 0 0 17 2 0 0 20 0 15 0 97609565 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787239901808 139787680328322 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10302] ppid=10291 vsize=10659048 memory=4588 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10302/stat : 10302 (java) S 10291 10294 6199 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 97609566 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787238847776 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10303] ppid=10291 vsize=10659048 memory=9920 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10303/stat : 10303 (java) S 10291 10294 6199 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 97609566 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787237795440 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10304] ppid=10291 vsize=10659048 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10304/stat : 10304 (java) S 10291 10294 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97609568 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787236743760 139787680335771 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10305] ppid=10291 vsize=10659048 memory=6791534058613427641 CPUtime=0.91 cores=0,2,4,6
/proc/10294/task/10305/stat : 10305 (java) S 10291 10294 6199 0 -1 1077944384 5783 0 0 0 90 1 0 0 20 0 15 0 97609568 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787235690608 139787680328322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10306] ppid=10291 vsize=10659048 memory=1720 CPUtime=0.87 cores=0,2,4,6
/proc/10294/task/10306/stat : 10306 (java) S 10291 10294 6199 0 -1 1077944384 4900 0 0 0 87 0 0 0 20 0 15 0 97609568 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787234637808 139787680328322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10307] ppid=10291 vsize=10659048 memory=5760 CPUtime=0.25 cores=0,2,4,6
/proc/10294/task/10307/stat : 10307 (java) S 10291 10294 6199 0 -1 1077944384 1625 0 0 0 25 0 0 0 20 0 15 0 97609568 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787233585520 139787680328322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10308] ppid=10291 vsize=10659048 memory=4588 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10308/stat : 10308 (java) S 10291 10294 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97609568 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787232532960 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10309] ppid=10291 vsize=10659048 memory=792 CPUtime=0.04 cores=0,2,4,6
/proc/10294/task/10309/stat : 10309 (java) S 10291 10294 6199 0 -1 1077944384 385 0 0 0 2 2 0 0 20 0 15 0 97609568 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787231480752 139787680328322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
Current children cumulated CPU time: 96.81 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 283064 KiB

[startup+93.2007 s]
/proc/loadavg: 1.53 1.58 1.60 3/215 10311
/proc/meminfo: memFree=27485920/32770624 swapFree=67108792/67108860
[pid=10294] ppid=10291 vsize=10659048 memory=283064 CPUtime=97.21 cores=0,2,4,6
/proc/10294/stat : 10294 (java) S 10291 10294 6199 0 -1 1077944320 32473 0 0 0 9696 25 0 0 20 0 15 0 97609563 10914865152 70766 33554432000 4194304 4196468 140729794793648 140729794776192 139787680317175 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
/proc/10294/statm: 2664762 70766 3127 1 0 2627263 0
[pid=10294/tid=10296] ppid=10291 vsize=10659048 memory=2240 CPUtime=92.17 cores=0,2,4,6
/proc/10294/task/10296/stat : 10296 (java) R 10291 10294 6199 0 -1 4202560 9973 0 0 0 9210 7 0 0 20 0 15 0 97609563 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787684556464 139787313865123 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10297] ppid=10291 vsize=10659048 memory=6791534058613427641 CPUtime=0.68 cores=0,2,4,6
/proc/10294/task/10297/stat : 10297 (java) S 10291 10294 6199 0 -1 1077944384 1337 0 0 0 65 3 0 0 20 0 15 0 97609564 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787632937360 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10298] ppid=10291 vsize=10659048 memory=22212 CPUtime=0.67 cores=0,2,4,6
/proc/10294/task/10298/stat : 10298 (java) S 10291 10294 6199 0 -1 1077944384 1811 0 0 0 64 3 0 0 20 0 15 0 97609564 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787631884560 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10299] ppid=10291 vsize=10659048 memory=24420 CPUtime=0.67 cores=0,2,4,6
/proc/10294/task/10299/stat : 10299 (java) S 10291 10294 6199 0 -1 1077944384 2229 0 0 0 65 2 0 0 20 0 15 0 97609564 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787630832272 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10300] ppid=10291 vsize=10659048 memory=6791534058613427641 CPUtime=0.67 cores=0,2,4,6
/proc/10294/task/10300/stat : 10300 (java) S 10291 10294 6199 0 -1 1077944384 1506 0 0 0 65 2 0 0 20 0 15 0 97609564 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787284175376 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10301] ppid=10291 vsize=10659048 memory=28836 CPUtime=0.2 cores=0,2,4,6
/proc/10294/task/10301/stat : 10301 (java) S 10291 10294 6199 0 -1 1077944384 1499 0 0 0 18 2 0 0 20 0 15 0 97609565 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787239901808 139787680328322 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10302] ppid=10291 vsize=10659048 memory=31044 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10302/stat : 10302 (java) S 10291 10294 6199 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 97609566 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787238847776 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10303] ppid=10291 vsize=10659048 memory=33252 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10303/stat : 10303 (java) S 10291 10294 6199 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 97609566 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787237795440 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10304] ppid=10291 vsize=10659048 memory=35460 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10304/stat : 10304 (java) S 10291 10294 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97609568 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787236743760 139787680335771 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10305] ppid=10291 vsize=10659048 memory=37668 CPUtime=0.91 cores=0,2,4,6
/proc/10294/task/10305/stat : 10305 (java) S 10291 10294 6199 0 -1 1077944384 5783 0 0 0 90 1 0 0 20 0 15 0 97609568 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787235690608 139787680328322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10306] ppid=10291 vsize=10659048 memory=288230376974057755 CPUtime=0.87 cores=0,2,4,6
/proc/10294/task/10306/stat : 10306 (java) S 10291 10294 6199 0 -1 1077944384 4900 0 0 0 87 0 0 0 20 0 15 0 97609568 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787234637808 139787680328322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10307] ppid=10291 vsize=10659048 memory=288292164507796704 CPUtime=0.25 cores=0,2,4,6
/proc/10294/task/10307/stat : 10307 (java) S 10291 10294 6199 0 -1 1077944384 1625 0 0 0 25 0 0 0 20 0 15 0 97609568 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787233585520 139787680328322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10308] ppid=10291 vsize=10659048 memory=44292 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10308/stat : 10308 (java) S 10291 10294 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97609568 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787232532960 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10309] ppid=10291 vsize=10659048 memory=928 CPUtime=0.04 cores=0,2,4,6
/proc/10294/task/10309/stat : 10309 (java) S 10291 10294 6199 0 -1 1077944384 385 0 0 0 2 2 0 0 20 0 15 0 97609568 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787231480752 139787680328322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
Current children cumulated CPU time: 97.21 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 283064 KiB

[startup+93.4007 s]
/proc/loadavg: 1.53 1.58 1.60 3/215 10311
/proc/meminfo: memFree=27485920/32770624 swapFree=67108792/67108860
[pid=10294] ppid=10291 vsize=10659048 memory=283064 CPUtime=97.42 cores=0,2,4,6
/proc/10294/stat : 10294 (java) S 10291 10294 6199 0 -1 1077944320 32494 0 0 0 9717 25 0 0 20 0 15 0 97609563 10914865152 70766 33554432000 4194304 4196468 140729794793648 140729794776192 139787680317175 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
/proc/10294/statm: 2664762 70766 3127 1 0 2627263 0
[pid=10294/tid=10296] ppid=10291 vsize=10659048 memory=4128 CPUtime=92.37 cores=0,2,4,6
/proc/10294/task/10296/stat : 10296 (java) R 10291 10294 6199 0 -1 4202560 9974 0 0 0 9230 7 0 0 20 0 15 0 97609563 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787684556480 139787314026361 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10297] ppid=10291 vsize=10659048 memory=2200 CPUtime=0.68 cores=0,2,4,6
/proc/10294/task/10297/stat : 10297 (java) S 10291 10294 6199 0 -1 1077944384 1353 0 0 0 65 3 0 0 20 0 15 0 97609564 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787632937360 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10298] ppid=10291 vsize=10659048 memory=7892 CPUtime=0.68 cores=0,2,4,6
/proc/10294/task/10298/stat : 10298 (java) S 10291 10294 6199 0 -1 1077944384 1815 0 0 0 65 3 0 0 20 0 15 0 97609564 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787631884560 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10299] ppid=10291 vsize=10659048 memory=840 CPUtime=0.67 cores=0,2,4,6
/proc/10294/task/10299/stat : 10299 (java) S 10291 10294 6199 0 -1 1077944384 2229 0 0 0 65 2 0 0 20 0 15 0 97609564 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787630832272 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10300] ppid=10291 vsize=10659048 memory=1692 CPUtime=0.67 cores=0,2,4,6
/proc/10294/task/10300/stat : 10300 (java) S 10291 10294 6199 0 -1 1077944384 1506 0 0 0 65 2 0 0 20 0 15 0 97609564 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787284175376 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10301] ppid=10291 vsize=10659048 memory=916 CPUtime=0.2 cores=0,2,4,6
/proc/10294/task/10301/stat : 10301 (java) S 10291 10294 6199 0 -1 1077944384 1499 0 0 0 18 2 0 0 20 0 15 0 97609565 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787239901808 139787680328322 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10302] ppid=10291 vsize=10659048 memory=3852 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10302/stat : 10302 (java) S 10291 10294 6199 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 97609566 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787238847776 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10303] ppid=10291 vsize=10659048 memory=2588 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10303/stat : 10303 (java) S 10291 10294 6199 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 97609566 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787237795440 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10304] ppid=10291 vsize=10659048 memory=2852 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10304/stat : 10304 (java) S 10291 10294 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97609568 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787236743760 139787680335771 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10305] ppid=10291 vsize=10659048 memory=4108 CPUtime=0.91 cores=0,2,4,6
/proc/10294/task/10305/stat : 10305 (java) S 10291 10294 6199 0 -1 1077944384 5783 0 0 0 90 1 0 0 20 0 15 0 97609568 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787235690608 139787680328322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10306] ppid=10291 vsize=10659048 memory=1404 CPUtime=0.87 cores=0,2,4,6
/proc/10294/task/10306/stat : 10306 (java) S 10291 10294 6199 0 -1 1077944384 4900 0 0 0 87 0 0 0 20 0 15 0 97609568 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787234637808 139787680328322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10307] ppid=10291 vsize=10659048 memory=3004 CPUtime=0.25 cores=0,2,4,6
/proc/10294/task/10307/stat : 10307 (java) S 10291 10294 6199 0 -1 1077944384 1625 0 0 0 25 0 0 0 20 0 15 0 97609568 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787233585520 139787680328322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10308] ppid=10291 vsize=10659048 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10308/stat : 10308 (java) S 10291 10294 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97609568 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787232532960 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10309] ppid=10291 vsize=10659048 memory=302867281954996538 CPUtime=0.04 cores=0,2,4,6
/proc/10294/task/10309/stat : 10309 (java) S 10291 10294 6199 0 -1 1077944384 385 0 0 0 2 2 0 0 20 0 15 0 97609568 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787231480752 139787680328322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
Current children cumulated CPU time: 97.42 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 283064 KiB

[startup+93.5008 s]
/proc/loadavg: 1.53 1.58 1.60 3/215 10311
/proc/meminfo: memFree=27485920/32770624 swapFree=67108792/67108860
[pid=10294] ppid=10291 vsize=10659048 memory=283064 CPUtime=97.52 cores=0,2,4,6
/proc/10294/stat : 10294 (java) S 10291 10294 6199 0 -1 1077944320 32494 0 0 0 9727 25 0 0 20 0 15 0 97609563 10914865152 70766 33554432000 4194304 4196468 140729794793648 140729794776192 139787680317175 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
/proc/10294/statm: 2664762 70766 3127 1 0 2627263 0
[pid=10294/tid=10296] ppid=10291 vsize=10659048 memory=278968 CPUtime=92.47 cores=0,2,4,6
/proc/10294/task/10296/stat : 10296 (java) R 10291 10294 6199 0 -1 4202560 9974 0 0 0 9240 7 0 0 20 0 15 0 97609563 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787684556480 139787313966287 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10297] ppid=10291 vsize=10659048 memory=281016 CPUtime=0.68 cores=0,2,4,6
/proc/10294/task/10297/stat : 10297 (java) S 10291 10294 6199 0 -1 1077944384 1353 0 0 0 65 3 0 0 20 0 15 0 97609564 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787632937360 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10298] ppid=10291 vsize=10659048 memory=283064 CPUtime=0.68 cores=0,2,4,6
/proc/10294/task/10298/stat : 10298 (java) S 10291 10294 6199 0 -1 1077944384 1815 0 0 0 65 3 0 0 20 0 15 0 97609564 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787631884560 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10299] ppid=10291 vsize=10659048 memory=283064 CPUtime=0.67 cores=0,2,4,6
/proc/10294/task/10299/stat : 10299 (java) S 10291 10294 6199 0 -1 1077944384 2229 0 0 0 65 2 0 0 20 0 15 0 97609564 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787630832272 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10300] ppid=10291 vsize=10659048 memory=283064 CPUtime=0.67 cores=0,2,4,6
/proc/10294/task/10300/stat : 10300 (java) S 10291 10294 6199 0 -1 1077944384 1506 0 0 0 65 2 0 0 20 0 15 0 97609564 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787284175376 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10301] ppid=10291 vsize=10659048 memory=4112 CPUtime=0.2 cores=0,2,4,6
/proc/10294/task/10301/stat : 10301 (java) S 10291 10294 6199 0 -1 1077944384 1499 0 0 0 18 2 0 0 20 0 15 0 97609565 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787239901808 139787680328322 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10302] ppid=10291 vsize=10659048 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10302/stat : 10302 (java) S 10291 10294 6199 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 97609566 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787238847776 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10303] ppid=10291 vsize=10659048 memory=283064 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10303/stat : 10303 (java) S 10291 10294 6199 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 97609566 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787237795440 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10304] ppid=10291 vsize=10659048 memory=4136 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10304/stat : 10304 (java) S 10291 10294 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97609568 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787236743760 139787680335771 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10305] ppid=10291 vsize=10659048 memory=28284 CPUtime=0.91 cores=0,2,4,6
/proc/10294/task/10305/stat : 10305 (java) S 10291 10294 6199 0 -1 1077944384 5783 0 0 0 90 1 0 0 20 0 15 0 97609568 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787235690608 139787680328322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10306] ppid=10291 vsize=10659048 memory=1292 CPUtime=0.87 cores=0,2,4,6
/proc/10294/task/10306/stat : 10306 (java) S 10291 10294 6199 0 -1 1077944384 4900 0 0 0 87 0 0 0 20 0 15 0 97609568 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787234637808 139787680328322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10307] ppid=10291 vsize=10659048 memory=2436 CPUtime=0.25 cores=0,2,4,6
/proc/10294/task/10307/stat : 10307 (java) S 10291 10294 6199 0 -1 1077944384 1625 0 0 0 25 0 0 0 20 0 15 0 97609568 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787233585520 139787680328322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10308] ppid=10291 vsize=10659048 memory=283064 CPUtime=0 cores=0,2,4,6
/proc/10294/task/10308/stat : 10308 (java) S 10291 10294 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97609568 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787232532960 139787680327381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
[pid=10294/tid=10309] ppid=10291 vsize=10659048 memory=1720 CPUtime=0.04 cores=0,2,4,6
/proc/10294/task/10309/stat : 10309 (java) S 10291 10294 6199 0 -1 1077944384 385 0 0 0 2 2 0 0 20 0 15 0 97609568 10914865152 70766 33554432000 4194304 4196468 140729794793648 139787231480752 139787680328322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20946944 140729794794669 140729794794761 140729794794761 140729794797519 0
Current children cumulated CPU time: 97.52 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 283064 KiB

Child status: 0
Real time (s): 93.5401
CPU time (s): 97.5664
CPU user time (s): 97.3079
CPU system time (s): 0.258416
CPU usage (%): 104.304
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 283064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.3079
system time used= 0.258416
maximum resident set size= 283480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32881
page faults= 0
swaps= 0
block input operations= 0
block output operations= 208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8328
involuntary context switches= 335


# summary of solver processes directly reported to runsolver:
#   pid: 10294
#   total CPU time (s): 97.5664
#   total CPU user time (s): 97.3079
#   total CPU system time (s): 0.258416

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.670973 second user time and 0.804998 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-28 19:54:23
IDJOB=4299418
IDBENCH=141374
IDSOLVER=2763
FILE ID=node150/4299418-1532800463
RUNJOBID= node150-1532775187-6230
PBS_JOBID= 21022464
Free space on /tmp= 53100 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-09_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299418-1532800463/watcher-4299418-1532800463 -o /tmp/evaluation-result-4299418-1532800463/solver-4299418-1532800463 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532775187-6230 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299418-1532800463.xml

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

MD5SUM BENCH= 5099229ea21e0b755c9ada14ed0c0ccc
RANDOM SEED=936014996

node150.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.76
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.76
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.76
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.76
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:        27910656 kB
MemAvailable:   31741788 kB
Buffers:          207484 kB
Cached:          3862320 kB
SwapCached:           32 kB
Active:          1672028 kB
Inactive:        2649200 kB
Active(anon):     202924 kB
Inactive(anon):    76188 kB
Active(file):    1469104 kB
Inactive(file):  2573012 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:              1216 kB
Writeback:             0 kB
AnonPages:        193068 kB
Mapped:            55092 kB
Shmem:             25156 kB
Slab:             238440 kB
SReclaimable:     209700 kB
SUnreclaim:        28740 kB
KernelStack:        3824 kB
PageTables:         5648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1122524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53100 MiB
End job on node150 at 2018-07-28 19:55:57