Trace number 4302701

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGOPT55 68.6595 60.1615

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-10_c18.xml
MD5SUMfd7701f01011f2453d3fac3f444f25b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark7.43785
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.99/0.74	c Concrete v3.9.2.1532736233296 running
9.31/4.23	o 83
9.31/4.25	o 81
9.31/4.26	o 80
9.31/4.28	o 79
9.31/4.29	o 76
9.31/4.30	o 75
9.71/4.32	o 70
9.71/4.35	o 69
9.71/4.40	o 68
10.28/4.50	o 67
10.28/4.57	o 65
11.50/5.13	o 63
18.28/10.98	o 62
27.11/19.17	o 61
30.94/22.94	o 55
68.59/60.13	v <instantiation cost="55">
68.59/60.13	v       <list>
68.59/60.13	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9]
68.59/60.13	v       </list>
68.59/60.13	v       <values>
68.59/60.13	v         0 1 6 10 23 26 34 41 53 55 1 6 10 23 26 34 41 53 55 5 9 22 25 33 40 52 54 4 17 20 28 35 47 49 13 16 24 31 43 45 3 11 18 30 32 8 15 27 29 7 19 21 12 14 2
68.59/60.13	v       </values>
68.59/60.13	v     </instantiation>
68.59/60.13	s OPTIMUM FOUND

Verifier Data

OK	55

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13379 MiB free)
  memory of node 1: 16384 MiB (11772 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302701-1532897389/watcher-4302701-1532897389 -o /tmp/evaluation-result-4302701-1532897389/solver-4302701-1532897389 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28700 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1276836625 -superng HOME/instance-4302701-1532897389.xml 

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

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

solver pid=2458, runsolver pid=2455

[startup+0.100062 s]*
/proc/loadavg: 1.60 1.75 1.79 3/210 2516
/proc/meminfo: memFree=25746632/32770624 swapFree=67108744/67108860
[pid=2458] ppid=2455 vsize=10005480 memory=16816 CPUtime=0.1 cores=0,2,4,6
/proc/2458/stat : 2458 (java) S 2455 2458 19273 0 -1 1077944320 4369 12888 0 0 1 1 5 3 20 0 6 0 107302092 10245611520 4204 33554432000 4194304 4196468 140729617771344 140729617753888 140676148195063 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
/proc/2458/statm: 2501370 4204 1935 1 0 2489808 0
[pid=2458/tid=2512] ppid=2455 vsize=10005480 memory=-8171376296011865461 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2512/stat : 2512 (java) R 2455 2458 19273 0 -1 4202560 2251 12888 0 0 0 0 5 3 20 0 6 0 107302101 10245611520 4270 33554432000 4194304 4196468 140729617771344 140676120031824 140676133318000 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2513] ppid=2455 vsize=10005480 memory=5792869726567804975 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2513/stat : 2513 (java) S 2455 2458 19273 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 6 0 107302102 10245611520 4270 33554432000 4194304 4196468 140729617771344 140676152437648 140676148205269 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2514] ppid=2455 vsize=10005480 memory=140252312495744 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2514/stat : 2514 (java) S 2455 2458 19273 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 6 0 107302102 10245611520 4270 33554432000 4194304 4196468 140729617771344 140676017773328 140676148205269 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2515] ppid=2455 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2515/stat : 2515 (java) S 2455 2458 19273 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 6 0 107302102 10245611520 4270 33554432000 4194304 4196468 140729617771344 140675687246992 140676148205269 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2516] ppid=2455 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2516/stat : 2516 (java) S 2455 2458 19273 0 -1 1077944384 2 12888 0 0 0 0 5 3 20 0 6 0 107302102 10245611520 4270 33554432000 4194304 4196468 140729617771344 140675686194192 140676148205269 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16816 KiB

[startup+0.21005 s]*
/proc/loadavg: 1.60 1.75 1.79 3/219 2525
/proc/meminfo: memFree=25723900/32770624 swapFree=67108744/67108860
[pid=2458] ppid=2455 vsize=10982696 memory=44812 CPUtime=0.26 cores=0,2,4,6
/proc/2458/stat : 2458 (java) S 2455 2458 19273 0 -1 1077944320 8543 12888 0 0 16 2 5 3 20 0 15 0 107302092 11246280704 11203 33554432000 4194304 4196468 140729617771344 140729617753888 140676148195063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
/proc/2458/statm: 2745674 11203 2958 1 0 2708109 0
[pid=2458/tid=2512] ppid=2455 vsize=10982696 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/2458/task/2512/stat : 2512 (java) R 2455 2458 19273 0 -1 4202560 5065 12888 0 0 10 1 5 3 20 0 15 0 107302101 11246280704 11203 33554432000 4194304 4196468 140729617771344 140676119992720 140676128470362 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2513] ppid=2455 vsize=10982696 memory=288292155783643159 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2513/stat : 2513 (java) S 2455 2458 19273 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 107302102 11246280704 11203 33554432000 4194304 4196468 140729617771344 140676152437648 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2514] ppid=2455 vsize=10982696 memory=4123522407363765920 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2514/stat : 2514 (java) S 2455 2458 19273 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 107302102 11246280704 11203 33554432000 4194304 4196468 140729617771344 140676017773328 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2515] ppid=2455 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2515/stat : 2515 (java) S 2455 2458 19273 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 107302102 11246280704 11203 33554432000 4194304 4196468 140729617771344 140675687246992 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2516] ppid=2455 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2516/stat : 2516 (java) S 2455 2458 19273 0 -1 1077944384 2 12888 0 0 0 0 5 3 20 0 15 0 107302102 11246280704 11203 33554432000 4194304 4196468 140729617771344 140675686194192 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2517] ppid=2455 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2517/stat : 2517 (java) S 2455 2458 19273 0 -1 1077944384 2 12888 0 0 0 0 5 3 20 0 15 0 107302104 11246280704 11203 33554432000 4194304 4196468 140729617771344 140675573872752 140676148206210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2518] ppid=2455 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2518/stat : 2518 (java) S 2455 2458 19273 0 -1 1077944384 13 12888 0 0 0 0 5 3 20 0 15 0 107302104 11246280704 11203 33554432000 4194304 4196468 140729617771344 140674956518176 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2519] ppid=2455 vsize=10982696 memory=140252312495744 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2519/stat : 2519 (java) S 2455 2458 19273 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 107302104 11246280704 11203 33554432000 4194304 4196468 140729617771344 140674808669296 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2520] ppid=2455 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2520/stat : 2520 (java) S 2455 2458 19273 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 107302107 11246280704 11203 33554432000 4194304 4196468 140729617771344 140674501269584 140676148213659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2521] ppid=2455 vsize=10982696 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2458/task/2521/stat : 2521 (java) S 2455 2458 19273 0 -1 1077944384 356 12888 0 0 1 0 5 3 20 0 15 0 107302107 11246280704 11203 33554432000 4194304 4196468 140729617771344 140675572820592 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2522] ppid=2455 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2522/stat : 2522 (java) S 2455 2458 19273 0 -1 1077944384 268 12888 0 0 0 0 5 3 20 0 15 0 107302107 11246280704 11203 33554432000 4194304 4196468 140729617771344 140675571767792 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2523] ppid=2455 vsize=10982696 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/2458/task/2523/stat : 2523 (java) S 2455 2458 19273 0 -1 1077944384 631 12888 0 0 3 0 5 3 20 0 15 0 107302107 11246280704 11203 33554432000 4194304 4196468 140729617771344 140675570715504 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2524] ppid=2455 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2524/stat : 2524 (java) S 2455 2458 19273 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 107302107 11246280704 11203 33554432000 4194304 4196468 140729617771344 140674070473696 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2525] ppid=2455 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2525/stat : 2525 (java) S 2455 2458 19273 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 107302107 11246280704 11203 33554432000 4194304 4196468 140729617771344 140675569662384 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 44812 KiB

[startup+0.310677 s]*
/proc/loadavg: 1.60 1.75 1.79 3/219 2525
/proc/meminfo: memFree=25713892/32770624 swapFree=67108744/67108860
[pid=2458] ppid=2455 vsize=10983192 memory=56156 CPUtime=0.39 cores=0,2,4,6
/proc/2458/stat : 2458 (java) S 2455 2458 19273 0 -1 1077944320 10563 12888 0 0 28 3 5 3 20 0 15 0 107302092 11246788608 14039 33554432000 4194304 4196468 140729617771344 140729617753888 140676148195063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
/proc/2458/statm: 2745798 14039 3090 1 0 2708109 0
[pid=2458/tid=2512] ppid=2455 vsize=10983192 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/2458/task/2512/stat : 2512 (java) R 2455 2458 19273 0 -1 4202560 7080 12888 0 0 19 2 5 3 20 0 15 0 107302101 11246788608 14039 33554432000 4194304 4196468 140729617771344 140676120007072 140676129758638 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2513] ppid=2455 vsize=10983192 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2513/stat : 2513 (java) S 2455 2458 19273 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 107302102 11246788608 14039 33554432000 4194304 4196468 140729617771344 140676152437648 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2514] ppid=2455 vsize=10983192 memory=8226496019563244444 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2514/stat : 2514 (java) S 2455 2458 19273 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 107302102 11246788608 14039 33554432000 4194304 4196468 140729617771344 140676017773328 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2515] ppid=2455 vsize=10983192 memory=-8412656567334364540 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2515/stat : 2515 (java) S 2455 2458 19273 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 107302102 11246788608 14039 33554432000 4194304 4196468 140729617771344 140675687246992 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2516] ppid=2455 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2516/stat : 2516 (java) S 2455 2458 19273 0 -1 1077944384 2 12888 0 0 0 0 5 3 20 0 15 0 107302102 11246788608 14039 33554432000 4194304 4196468 140729617771344 140675686194192 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2517] ppid=2455 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2517/stat : 2517 (java) S 2455 2458 19273 0 -1 1077944384 2 12888 0 0 0 0 5 3 20 0 15 0 107302104 11246788608 14039 33554432000 4194304 4196468 140729617771344 140675573872752 140676148206210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2518] ppid=2455 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2518/stat : 2518 (java) S 2455 2458 19273 0 -1 1077944384 13 12888 0 0 0 0 5 3 20 0 15 0 107302104 11246788608 14039 33554432000 4194304 4196468 140729617771344 140674956518176 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2519] ppid=2455 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2519/stat : 2519 (java) S 2455 2458 19273 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 107302104 11246788608 14039 33554432000 4194304 4196468 140729617771344 140674808669296 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2520] ppid=2455 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2520/stat : 2520 (java) S 2455 2458 19273 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 107302107 11246788608 14039 33554432000 4194304 4196468 140729617771344 140674501269584 140676148213659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2521] ppid=2455 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2458/task/2521/stat : 2521 (java) S 2455 2458 19273 0 -1 1077944384 356 12888 0 0 1 0 5 3 20 0 15 0 107302107 11246788608 14039 33554432000 4194304 4196468 140729617771344 140675572820592 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2522] ppid=2455 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2458/task/2522/stat : 2522 (java) S 2455 2458 19273 0 -1 1077944384 271 12888 0 0 1 0 5 3 20 0 15 0 107302107 11246788608 14039 33554432000 4194304 4196468 140729617771344 140675571767792 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2523] ppid=2455 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/2458/task/2523/stat : 2523 (java) S 2455 2458 19273 0 -1 1077944384 636 12888 0 0 4 0 5 3 20 0 15 0 107302107 11246788608 14039 33554432000 4194304 4196468 140729617771344 140675570715504 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2524] ppid=2455 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2524/stat : 2524 (java) S 2455 2458 19273 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 107302107 11246788608 14039 33554432000 4194304 4196468 140729617771344 140674070473696 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2525] ppid=2455 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2525/stat : 2525 (java) S 2455 2458 19273 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 107302107 11246788608 14039 33554432000 4194304 4196468 140729617771344 140675569662384 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56156 KiB

[startup+0.700802 s]
/proc/loadavg: 1.60 1.75 1.79 3/219 2525
/proc/meminfo: memFree=25702480/32770624 swapFree=67108744/67108860
[pid=2458] ppid=2455 vsize=10983192 memory=88452 CPUtime=0.99 cores=0,2,4,6
/proc/2458/stat : 2458 (java) S 2455 2458 19273 0 -1 1077944320 16824 12888 0 0 87 4 5 3 20 0 15 0 107302092 11246788608 22113 33554432000 4194304 4196468 140729617771344 140729617753888 140676148195063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
/proc/2458/statm: 2745798 22113 3237 1 0 2708109 0
[pid=2458/tid=2512] ppid=2455 vsize=10983192 memory=30708 CPUtime=0.67 cores=0,2,4,6
/proc/2458/task/2512/stat : 2512 (java) R 2455 2458 19273 0 -1 4202560 12352 12888 0 0 56 3 5 3 20 0 15 0 107302101 11246788608 22113 33554432000 4194304 4196468 140729617771344 140676120017232 140676129758623 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2513] ppid=2455 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2513/stat : 2513 (java) S 2455 2458 19273 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 107302102 11246788608 22113 33554432000 4194304 4196468 140729617771344 140676152437648 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2514] ppid=2455 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2514/stat : 2514 (java) S 2455 2458 19273 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 107302102 11246788608 22113 33554432000 4194304 4196468 140729617771344 140676017773328 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2515] ppid=2455 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2515/stat : 2515 (java) S 2455 2458 19273 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 107302102 11246788608 22113 33554432000 4194304 4196468 140729617771344 140675687246992 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2516] ppid=2455 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2516/stat : 2516 (java) S 2455 2458 19273 0 -1 1077944384 2 12888 0 0 0 0 5 3 20 0 15 0 107302102 11246788608 22113 33554432000 4194304 4196468 140729617771344 140675686194192 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2517] ppid=2455 vsize=10983192 memory=280504314105616 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2517/stat : 2517 (java) S 2455 2458 19273 0 -1 1077944384 5 12888 0 0 0 0 5 3 20 0 15 0 107302104 11246788608 22113 33554432000 4194304 4196468 140729617771344 140675573872752 140676148206210 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2518] ppid=2455 vsize=10983192 memory=2491081033473 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2518/stat : 2518 (java) S 2455 2458 19273 0 -1 1077944384 13 12888 0 0 0 0 5 3 20 0 15 0 107302104 11246788608 22113 33554432000 4194304 4196468 140729617771344 140674956518176 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2519] ppid=2455 vsize=10983192 memory=2521145804545 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2519/stat : 2519 (java) S 2455 2458 19273 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 107302104 11246788608 22113 33554432000 4194304 4196468 140729617771344 140674808669296 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2520] ppid=2455 vsize=10983192 memory=2546915608321 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2520/stat : 2520 (java) S 2455 2458 19273 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 107302107 11246788608 22113 33554432000 4194304 4196468 140729617771344 140674501269584 140676148213659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2521] ppid=2455 vsize=10983192 memory=66508625 CPUtime=0.16 cores=0,2,4,6
/proc/2458/task/2521/stat : 2521 (java) S 2455 2458 19273 0 -1 1077944384 629 12888 0 0 8 0 5 3 20 0 15 0 107302107 11246788608 22113 33554432000 4194304 4196468 140729617771344 140675572820592 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2522] ppid=2455 vsize=10983192 memory=6451477254209374620 CPUtime=0.17 cores=0,2,4,6
/proc/2458/task/2522/stat : 2522 (java) S 2455 2458 19273 0 -1 1077944384 920 12888 0 0 9 0 5 3 20 0 15 0 107302107 11246788608 22113 33554432000 4194304 4196468 140729617771344 140675571767792 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2523] ppid=2455 vsize=10983192 memory=5864918620180207719 CPUtime=0.21 cores=0,2,4,6
/proc/2458/task/2523/stat : 2523 (java) S 2455 2458 19273 0 -1 1077944384 697 12888 0 0 13 0 5 3 20 0 15 0 107302107 11246788608 22113 33554432000 4194304 4196468 140729617771344 140675570715504 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2524] ppid=2455 vsize=10983192 memory=7740402895913772889 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2524/stat : 2524 (java) S 2455 2458 19273 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 107302107 11246788608 22113 33554432000 4194304 4196468 140729617771344 140674070473696 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2525] ppid=2455 vsize=10983192 memory=13537 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2525/stat : 2525 (java) S 2455 2458 19273 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 107302107 11246788608 22113 33554432000 4194304 4196468 140729617771344 140675569662384 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88452 KiB

[startup+1.50079 s]
/proc/loadavg: 1.60 1.75 1.79 4/219 2525
/proc/meminfo: memFree=25676740/32770624 swapFree=67108744/67108860
[pid=2458] ppid=2455 vsize=10998092 memory=177484 CPUtime=2.28 cores=0,2,4,6
/proc/2458/stat : 2458 (java) S 2455 2458 19273 0 -1 1077944320 24111 12888 0 0 211 9 5 3 20 0 15 0 107302092 11262046208 44371 33554432000 4194304 4196468 140729617771344 140729617753888 140676148195063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
/proc/2458/statm: 2749523 44371 3467 1 0 2711181 0
[pid=2458/tid=2512] ppid=2455 vsize=10998092 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/2458/task/2512/stat : 2512 (java) R 2455 2458 19273 0 -1 4202560 18104 12888 0 0 130 5 5 3 20 0 15 0 107302101 11262046208 44371 33554432000 4194304 4196468 140729617771344 140676120019040 140676133563215 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2513] ppid=2455 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2458/task/2513/stat : 2513 (java) S 2455 2458 19273 0 -1 1077944384 18 12888 0 0 1 0 5 3 20 0 15 0 107302102 11262046208 44371 33554432000 4194304 4196468 140729617771344 140676152437648 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2514] ppid=2455 vsize=10998092 memory=-7966001967407402336 CPUtime=0.09 cores=0,2,4,6
/proc/2458/task/2514/stat : 2514 (java) S 2455 2458 19273 0 -1 1077944384 62 12888 0 0 1 0 5 3 20 0 15 0 107302102 11262046208 44371 33554432000 4194304 4196468 140729617771344 140676017773328 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2515] ppid=2455 vsize=10998092 memory=-7019007797916124576 CPUtime=0.09 cores=0,2,4,6
/proc/2458/task/2515/stat : 2515 (java) S 2455 2458 19273 0 -1 1077944384 236 12888 0 0 1 0 5 3 20 0 15 0 107302102 11262046208 44371 33554432000 4194304 4196468 140729617771344 140675687246992 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2516] ppid=2455 vsize=10998092 memory=4628415523589229942 CPUtime=0.09 cores=0,2,4,6
/proc/2458/task/2516/stat : 2516 (java) S 2455 2458 19273 0 -1 1077944384 42 12888 0 0 1 0 5 3 20 0 15 0 107302102 11262046208 44371 33554432000 4194304 4196468 140729617771344 140675686194192 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2517] ppid=2455 vsize=10998092 memory=6525018278055875452 CPUtime=0.09 cores=0,2,4,6
/proc/2458/task/2517/stat : 2517 (java) S 2455 2458 19273 0 -1 1077944384 60 12888 0 0 1 0 5 3 20 0 15 0 107302104 11262046208 44371 33554432000 4194304 4196468 140729617771344 140675573872752 140676148206210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2518] ppid=2455 vsize=10998092 memory=9118496827323861925 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2518/stat : 2518 (java) S 2455 2458 19273 0 -1 1077944384 14 12888 0 0 0 0 5 3 20 0 15 0 107302104 11262046208 44371 33554432000 4194304 4196468 140729617771344 140674956518240 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2519] ppid=2455 vsize=10998092 memory=8940607975817108529 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2519/stat : 2519 (java) S 2455 2458 19273 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 107302104 11262046208 44371 33554432000 4194304 4196468 140729617771344 140674808669312 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2520] ppid=2455 vsize=10998092 memory=280504314354496 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2520/stat : 2520 (java) S 2455 2458 19273 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 107302107 11262046208 44371 33554432000 4194304 4196468 140729617771344 140674501269584 140676148213659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2521] ppid=2455 vsize=10998092 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/2458/task/2521/stat : 2521 (java) S 2455 2458 19273 0 -1 1077944384 768 12888 0 0 19 0 5 3 20 0 15 0 107302107 11262046208 44371 33554432000 4194304 4196468 140729617771344 140675572820592 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2522] ppid=2455 vsize=10998092 memory=8112282956445269571 CPUtime=0.32 cores=0,2,4,6
/proc/2458/task/2522/stat : 2522 (java) S 2455 2458 19273 0 -1 1077944384 1394 12888 0 0 24 0 5 3 20 0 15 0 107302107 11262046208 44371 33554432000 4194304 4196468 140729617771344 140675571767792 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2523] ppid=2455 vsize=10998092 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/2458/task/2523/stat : 2523 (java) S 2455 2458 19273 0 -1 1077944384 1210 12888 0 0 31 0 5 3 20 0 15 0 107302107 11262046208 44371 33554432000 4194304 4196468 140729617771344 140675570715504 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2524] ppid=2455 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2524/stat : 2524 (java) S 2455 2458 19273 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 107302107 11262046208 44371 33554432000 4194304 4196468 140729617771344 140674070473696 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2525] ppid=2455 vsize=10998092 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2525/stat : 2525 (java) S 2455 2458 19273 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 107302107 11262046208 44371 33554432000 4194304 4196468 140729617771344 140675569662384 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10998092 KiB

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

[pid=2458/tid=2524] ppid=2455 vsize=11077984 memory=-7161131788332309537 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2524/stat : 2524 (java) S 2455 2458 19273 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 107302107 11343855616 190478 33554432000 4194304 4196468 140729617771344 140674070473696 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2525] ppid=2455 vsize=11077984 memory=766016 CPUtime=0.1 cores=0,2,4,6
/proc/2458/task/2525/stat : 2525 (java) S 2455 2458 19273 0 -1 1077944384 121 12888 0 0 1 1 5 3 20 0 15 0 107302107 11343855616 190478 33554432000 4194304 4196468 140729617771344 140675569662384 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
Current children cumulated CPU time: 66.28 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 761912 KiB

[startup+59.4007 s]
/proc/loadavg: 1.97 1.83 1.81 3/219 2661
/proc/meminfo: memFree=26903880/32770624 swapFree=67108744/67108860
[pid=2458] ppid=2455 vsize=11077984 memory=760884 CPUtime=67.89 cores=0,2,4,6
/proc/2458/stat : 2458 (java) S 2455 2458 19273 0 -1 1077944320 99509 12888 0 0 6740 41 5 3 20 0 15 0 107302092 11343855616 190221 33554432000 4194304 4196468 140729617771344 140729617753888 140676148195063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
/proc/2458/statm: 2769496 190221 3525 1 0 2731149 0
[pid=2458/tid=2512] ppid=2455 vsize=11077984 memory=760884 CPUtime=59.11 cores=0,2,4,6
/proc/2458/task/2512/stat : 2512 (java) R 2455 2458 19273 0 -1 4202560 50024 12888 0 0 5886 17 5 3 20 0 15 0 107302101 11343855616 190221 33554432000 4194304 4196468 140729617771344 140676120028576 140675709801962 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2513] ppid=2455 vsize=11077984 memory=2196 CPUtime=0.18 cores=0,2,4,6
/proc/2458/task/2513/stat : 2513 (java) S 2455 2458 19273 0 -1 1077944384 1980 12888 0 0 7 3 5 3 20 0 15 0 107302102 11343855616 190221 33554432000 4194304 4196468 140729617771344 140676152437648 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2514] ppid=2455 vsize=11077984 memory=7636 CPUtime=0.18 cores=0,2,4,6
/proc/2458/task/2514/stat : 2514 (java) S 2455 2458 19273 0 -1 1077944384 445 12888 0 0 8 2 5 3 20 0 15 0 107302102 11343855616 190221 33554432000 4194304 4196468 140729617771344 140676017773328 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2515] ppid=2455 vsize=11077984 memory=8112282956445269571 CPUtime=0.19 cores=0,2,4,6
/proc/2458/task/2515/stat : 2515 (java) S 2455 2458 19273 0 -1 1077944384 2161 12888 0 0 8 3 5 3 20 0 15 0 107302102 11343855616 190221 33554432000 4194304 4196468 140729617771344 140675687246992 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2516] ppid=2455 vsize=11077984 memory=761912 CPUtime=0.18 cores=0,2,4,6
/proc/2458/task/2516/stat : 2516 (java) S 2455 2458 19273 0 -1 1077944384 1658 12888 0 0 7 3 5 3 20 0 15 0 107302102 11343855616 190221 33554432000 4194304 4196468 140729617771344 140675686194192 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2517] ppid=2455 vsize=11077984 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/2458/task/2517/stat : 2517 (java) S 2455 2458 19273 0 -1 1077944384 3911 12888 0 0 7 1 5 3 20 0 15 0 107302104 11343855616 190221 33554432000 4194304 4196468 140729617771344 140675573872752 140676148206210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2518] ppid=2455 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2518/stat : 2518 (java) S 2455 2458 19273 0 -1 1077944384 16 12888 0 0 0 0 5 3 20 0 15 0 107302104 11343855616 190221 33554432000 4194304 4196468 140729617771344 140674956518304 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2519] ppid=2455 vsize=11077984 memory=4096 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2519/stat : 2519 (java) S 2455 2458 19273 0 -1 1077944384 2 12888 0 0 0 0 5 3 20 0 15 0 107302104 11343855616 190221 33554432000 4194304 4196468 140729617771344 140674808669312 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2520] ppid=2455 vsize=11077984 memory=30716 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2520/stat : 2520 (java) S 2455 2458 19273 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 107302107 11343855616 190221 33554432000 4194304 4196468 140729617771344 140674501269584 140676148213659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2521] ppid=2455 vsize=11077984 memory=2396 CPUtime=3.48 cores=0,2,4,6
/proc/2458/task/2521/stat : 2521 (java) S 2455 2458 19273 0 -1 1077944384 13517 12888 0 0 337 3 5 3 20 0 15 0 107302107 11343855616 190221 33554432000 4194304 4196468 140729617771344 140675572820592 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2522] ppid=2455 vsize=11077984 memory=1292 CPUtime=3.15 cores=0,2,4,6
/proc/2458/task/2522/stat : 2522 (java) S 2455 2458 19273 0 -1 1077944384 12588 12888 0 0 305 2 5 3 20 0 15 0 107302107 11343855616 190221 33554432000 4194304 4196468 140729617771344 140675571767792 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2523] ppid=2455 vsize=11077984 memory=1844 CPUtime=1.76 cores=0,2,4,6
/proc/2458/task/2523/stat : 2523 (java) S 2455 2458 19273 0 -1 1077944384 10885 12888 0 0 166 2 5 3 20 0 15 0 107302107 11343855616 190221 33554432000 4194304 4196468 140729617771344 140675570715504 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2524] ppid=2455 vsize=11077984 memory=762936 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2524/stat : 2524 (java) S 2455 2458 19273 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 107302107 11343855616 190221 33554432000 4194304 4196468 140729617771344 140674070473696 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2525] ppid=2455 vsize=11077984 memory=762936 CPUtime=0.11 cores=0,2,4,6
/proc/2458/task/2525/stat : 2525 (java) S 2455 2458 19273 0 -1 1077944384 121 12888 0 0 1 2 5 3 20 0 15 0 107302107 11343855616 190221 33554432000 4194304 4196468 140729617771344 140675569662384 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
Current children cumulated CPU time: 67.89 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 760884 KiB

[startup+59.8008 s]
/proc/loadavg: 1.97 1.83 1.81 3/219 2661
/proc/meminfo: memFree=26903880/32770624 swapFree=67108744/67108860
[pid=2458] ppid=2455 vsize=11077984 memory=760884 CPUtime=68.29 cores=0,2,4,6
/proc/2458/stat : 2458 (java) S 2455 2458 19273 0 -1 1077944320 99512 12888 0 0 6780 41 5 3 20 0 15 0 107302092 11343855616 190221 33554432000 4194304 4196468 140729617771344 140729617753888 140676148195063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
/proc/2458/statm: 2769496 190221 3525 1 0 2731149 0
[pid=2458/tid=2512] ppid=2455 vsize=11077984 memory=30716 CPUtime=59.5 cores=0,2,4,6
/proc/2458/task/2512/stat : 2512 (java) R 2455 2458 19273 0 -1 4202560 50025 12888 0 0 5925 17 5 3 20 0 15 0 107302101 11343855616 190221 33554432000 4194304 4196468 140729617771344 140676120028576 140675710102888 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2513] ppid=2455 vsize=11077984 memory=2396 CPUtime=0.18 cores=0,2,4,6
/proc/2458/task/2513/stat : 2513 (java) S 2455 2458 19273 0 -1 1077944384 1981 12888 0 0 7 3 5 3 20 0 15 0 107302102 11343855616 190221 33554432000 4194304 4196468 140729617771344 140676152437648 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2514] ppid=2455 vsize=11077984 memory=8112282956445269571 CPUtime=0.18 cores=0,2,4,6
/proc/2458/task/2514/stat : 2514 (java) S 2455 2458 19273 0 -1 1077944384 445 12888 0 0 8 2 5 3 20 0 15 0 107302102 11343855616 190221 33554432000 4194304 4196468 140729617771344 140676017773328 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2515] ppid=2455 vsize=11077984 memory=1952 CPUtime=0.19 cores=0,2,4,6
/proc/2458/task/2515/stat : 2515 (java) S 2455 2458 19273 0 -1 1077944384 2162 12888 0 0 8 3 5 3 20 0 15 0 107302102 11343855616 190221 33554432000 4194304 4196468 140729617771344 140675687246992 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2516] ppid=2455 vsize=11077984 memory=762936 CPUtime=0.19 cores=0,2,4,6
/proc/2458/task/2516/stat : 2516 (java) S 2455 2458 19273 0 -1 1077944384 1658 12888 0 0 8 3 5 3 20 0 15 0 107302102 11343855616 190221 33554432000 4194304 4196468 140729617771344 140675686194192 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2517] ppid=2455 vsize=11077984 memory=2560 CPUtime=0.16 cores=0,2,4,6
/proc/2458/task/2517/stat : 2517 (java) S 2455 2458 19273 0 -1 1077944384 3911 12888 0 0 7 1 5 3 20 0 15 0 107302104 11343855616 190221 33554432000 4194304 4196468 140729617771344 140675573872752 140676148206210 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2518] ppid=2455 vsize=11077984 memory=548096 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2518/stat : 2518 (java) S 2455 2458 19273 0 -1 1077944384 16 12888 0 0 0 0 5 3 20 0 15 0 107302104 11343855616 190221 33554432000 4194304 4196468 140729617771344 140674956518304 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2519] ppid=2455 vsize=11077984 memory=1292 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2519/stat : 2519 (java) S 2455 2458 19273 0 -1 1077944384 2 12888 0 0 0 0 5 3 20 0 15 0 107302104 11343855616 190221 33554432000 4194304 4196468 140729617771344 140674808669312 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2520] ppid=2455 vsize=11077984 memory=1844 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2520/stat : 2520 (java) S 2455 2458 19273 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 107302107 11343855616 190221 33554432000 4194304 4196468 140729617771344 140674501269584 140676148213659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2521] ppid=2455 vsize=11077984 memory=1008 CPUtime=3.48 cores=0,2,4,6
/proc/2458/task/2521/stat : 2521 (java) S 2455 2458 19273 0 -1 1077944384 13517 12888 0 0 337 3 5 3 20 0 15 0 107302107 11343855616 190221 33554432000 4194304 4196468 140729617771344 140675572820592 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2522] ppid=2455 vsize=11077984 memory=5404 CPUtime=3.15 cores=0,2,4,6
/proc/2458/task/2522/stat : 2522 (java) S 2455 2458 19273 0 -1 1077944384 12588 12888 0 0 305 2 5 3 20 0 15 0 107302107 11343855616 190221 33554432000 4194304 4196468 140729617771344 140675571767792 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2523] ppid=2455 vsize=11077984 memory=796 CPUtime=1.76 cores=0,2,4,6
/proc/2458/task/2523/stat : 2523 (java) S 2455 2458 19273 0 -1 1077944384 10885 12888 0 0 166 2 5 3 20 0 15 0 107302107 11343855616 190221 33554432000 4194304 4196468 140729617771344 140675570715504 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2524] ppid=2455 vsize=11077984 memory=4616 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2524/stat : 2524 (java) S 2455 2458 19273 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 107302107 11343855616 190221 33554432000 4194304 4196468 140729617771344 140674070473696 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2525] ppid=2455 vsize=11077984 memory=1424 CPUtime=0.11 cores=0,2,4,6
/proc/2458/task/2525/stat : 2525 (java) S 2455 2458 19273 0 -1 1077944384 121 12888 0 0 1 2 5 3 20 0 15 0 107302107 11343855616 190221 33554432000 4194304 4196468 140729617771344 140675569662384 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
Current children cumulated CPU time: 68.29 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 760884 KiB

[startup+60.0008 s]
/proc/loadavg: 1.97 1.83 1.81 3/219 2661
/proc/meminfo: memFree=26903880/32770624 swapFree=67108744/67108860
[pid=2458] ppid=2455 vsize=11077984 memory=760884 CPUtime=68.49 cores=0,2,4,6
/proc/2458/stat : 2458 (java) S 2455 2458 19273 0 -1 1077944320 99512 12888 0 0 6800 41 5 3 20 0 15 0 107302092 11343855616 190221 33554432000 4194304 4196468 140729617771344 140729617753888 140676148195063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
/proc/2458/statm: 2769496 190221 3525 1 0 2731149 0
[pid=2458/tid=2512] ppid=2455 vsize=11077984 memory=0 CPUtime=59.7 cores=0,2,4,6
/proc/2458/task/2512/stat : 2512 (java) R 2455 2458 19273 0 -1 4202560 50025 12888 0 0 5945 17 5 3 20 0 15 0 107302101 11343855616 190221 33554432000 4194304 4196468 140729617771344 140676120028576 140675709966365 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2513] ppid=2455 vsize=11077984 memory=280504315178256 CPUtime=0.18 cores=0,2,4,6
/proc/2458/task/2513/stat : 2513 (java) S 2455 2458 19273 0 -1 1077944384 1981 12888 0 0 7 3 5 3 20 0 15 0 107302102 11343855616 190221 33554432000 4194304 4196468 140729617771344 140676152437648 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2514] ppid=2455 vsize=11077984 memory=15872 CPUtime=0.18 cores=0,2,4,6
/proc/2458/task/2514/stat : 2514 (java) S 2455 2458 19273 0 -1 1077944384 445 12888 0 0 8 2 5 3 20 0 15 0 107302102 11343855616 190221 33554432000 4194304 4196468 140729617771344 140676017773328 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2515] ppid=2455 vsize=11077984 memory=18280 CPUtime=0.19 cores=0,2,4,6
/proc/2458/task/2515/stat : 2515 (java) S 2455 2458 19273 0 -1 1077944384 2162 12888 0 0 8 3 5 3 20 0 15 0 107302102 11343855616 190221 33554432000 4194304 4196468 140729617771344 140675687246992 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2516] ppid=2455 vsize=11077984 memory=1236 CPUtime=0.19 cores=0,2,4,6
/proc/2458/task/2516/stat : 2516 (java) S 2455 2458 19273 0 -1 1077944384 1658 12888 0 0 8 3 5 3 20 0 15 0 107302102 11343855616 190221 33554432000 4194304 4196468 140729617771344 140675686194192 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2517] ppid=2455 vsize=11077984 memory=17484 CPUtime=0.16 cores=0,2,4,6
/proc/2458/task/2517/stat : 2517 (java) S 2455 2458 19273 0 -1 1077944384 3911 12888 0 0 7 1 5 3 20 0 15 0 107302104 11343855616 190221 33554432000 4194304 4196468 140729617771344 140675573872752 140676148206210 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2518] ppid=2455 vsize=11077984 memory=4052 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2518/stat : 2518 (java) S 2455 2458 19273 0 -1 1077944384 16 12888 0 0 0 0 5 3 20 0 15 0 107302104 11343855616 190221 33554432000 4194304 4196468 140729617771344 140674956518304 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2519] ppid=2455 vsize=11077984 memory=644 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2519/stat : 2519 (java) S 2455 2458 19273 0 -1 1077944384 2 12888 0 0 0 0 5 3 20 0 15 0 107302104 11343855616 190221 33554432000 4194304 4196468 140729617771344 140674808669312 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2520] ppid=2455 vsize=11077984 memory=1800 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2520/stat : 2520 (java) S 2455 2458 19273 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 107302107 11343855616 190221 33554432000 4194304 4196468 140729617771344 140674501269584 140676148213659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2521] ppid=2455 vsize=11077984 memory=956 CPUtime=3.48 cores=0,2,4,6
/proc/2458/task/2521/stat : 2521 (java) S 2455 2458 19273 0 -1 1077944384 13517 12888 0 0 337 3 5 3 20 0 15 0 107302107 11343855616 190221 33554432000 4194304 4196468 140729617771344 140675572820592 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2522] ppid=2455 vsize=11077984 memory=2340 CPUtime=3.15 cores=0,2,4,6
/proc/2458/task/2522/stat : 2522 (java) S 2455 2458 19273 0 -1 1077944384 12588 12888 0 0 305 2 5 3 20 0 15 0 107302107 11343855616 190221 33554432000 4194304 4196468 140729617771344 140675571767792 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2523] ppid=2455 vsize=11077984 memory=928 CPUtime=1.76 cores=0,2,4,6
/proc/2458/task/2523/stat : 2523 (java) S 2455 2458 19273 0 -1 1077944384 10885 12888 0 0 166 2 5 3 20 0 15 0 107302107 11343855616 190221 33554432000 4194304 4196468 140729617771344 140675570715504 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2524] ppid=2455 vsize=11077984 memory=1568 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2524/stat : 2524 (java) S 2455 2458 19273 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 107302107 11343855616 190221 33554432000 4194304 4196468 140729617771344 140674070473696 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2525] ppid=2455 vsize=11077984 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/2458/task/2525/stat : 2525 (java) S 2455 2458 19273 0 -1 1077944384 121 12888 0 0 1 2 5 3 20 0 15 0 107302107 11343855616 190221 33554432000 4194304 4196468 140729617771344 140675569662384 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
Current children cumulated CPU time: 68.49 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 760884 KiB

[startup+60.1008 s]
/proc/loadavg: 1.97 1.83 1.81 3/219 2661
/proc/meminfo: memFree=26903880/32770624 swapFree=67108744/67108860
[pid=2458] ppid=2455 vsize=11077984 memory=760884 CPUtime=68.59 cores=0,2,4,6
/proc/2458/stat : 2458 (java) S 2455 2458 19273 0 -1 1077944320 99512 12888 0 0 6810 41 5 3 20 0 15 0 107302092 11343855616 190221 33554432000 4194304 4196468 140729617771344 140729617753888 140676148195063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
/proc/2458/statm: 2769496 190221 3525 1 0 2731149 0
[pid=2458/tid=2512] ppid=2455 vsize=11077984 memory=760884 CPUtime=59.8 cores=0,2,4,6
/proc/2458/task/2512/stat : 2512 (java) R 2455 2458 19273 0 -1 4202560 50025 12888 0 0 5955 17 5 3 20 0 15 0 107302101 11343855616 190221 33554432000 4194304 4196468 140729617771344 140676120028576 140675710660855 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2513] ppid=2455 vsize=11077984 memory=764476 CPUtime=0.18 cores=0,2,4,6
/proc/2458/task/2513/stat : 2513 (java) S 2455 2458 19273 0 -1 1077944384 1981 12888 0 0 7 3 5 3 20 0 15 0 107302102 11343855616 190221 33554432000 4194304 4196468 140729617771344 140676152437648 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2514] ppid=2455 vsize=11077984 memory=762936 CPUtime=0.18 cores=0,2,4,6
/proc/2458/task/2514/stat : 2514 (java) S 2455 2458 19273 0 -1 1077944384 445 12888 0 0 8 2 5 3 20 0 15 0 107302102 11343855616 190221 33554432000 4194304 4196468 140729617771344 140676017773328 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2515] ppid=2455 vsize=11077984 memory=8 CPUtime=0.19 cores=0,2,4,6
/proc/2458/task/2515/stat : 2515 (java) S 2455 2458 19273 0 -1 1077944384 2162 12888 0 0 8 3 5 3 20 0 15 0 107302102 11343855616 190221 33554432000 4194304 4196468 140729617771344 140675687246992 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2516] ppid=2455 vsize=11077984 memory=762936 CPUtime=0.19 cores=0,2,4,6
/proc/2458/task/2516/stat : 2516 (java) S 2455 2458 19273 0 -1 1077944384 1658 12888 0 0 8 3 5 3 20 0 15 0 107302102 11343855616 190221 33554432000 4194304 4196468 140729617771344 140675686194192 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2517] ppid=2455 vsize=11077984 memory=760884 CPUtime=0.16 cores=0,2,4,6
/proc/2458/task/2517/stat : 2517 (java) S 2455 2458 19273 0 -1 1077944384 3911 12888 0 0 7 1 5 3 20 0 15 0 107302104 11343855616 190221 33554432000 4194304 4196468 140729617771344 140675573872752 140676148206210 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2518] ppid=2455 vsize=11077984 memory=769424 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2518/stat : 2518 (java) S 2455 2458 19273 0 -1 1077944384 16 12888 0 0 0 0 5 3 20 0 15 0 107302104 11343855616 190221 33554432000 4194304 4196468 140729617771344 140674956518304 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2519] ppid=2455 vsize=11077984 memory=2396 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2519/stat : 2519 (java) S 2455 2458 19273 0 -1 1077944384 2 12888 0 0 0 0 5 3 20 0 15 0 107302104 11343855616 190221 33554432000 4194304 4196468 140729617771344 140674808669312 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2520] ppid=2455 vsize=11077984 memory=1292 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2520/stat : 2520 (java) S 2455 2458 19273 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 107302107 11343855616 190221 33554432000 4194304 4196468 140729617771344 140674501269584 140676148213659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2521] ppid=2455 vsize=11077984 memory=4096 CPUtime=3.48 cores=0,2,4,6
/proc/2458/task/2521/stat : 2521 (java) S 2455 2458 19273 0 -1 1077944384 13517 12888 0 0 337 3 5 3 20 0 15 0 107302107 11343855616 190221 33554432000 4194304 4196468 140729617771344 140675572820592 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2522] ppid=2455 vsize=11077984 memory=30716 CPUtime=3.15 cores=0,2,4,6
/proc/2458/task/2522/stat : 2522 (java) S 2455 2458 19273 0 -1 1077944384 12588 12888 0 0 305 2 5 3 20 0 15 0 107302107 11343855616 190221 33554432000 4194304 4196468 140729617771344 140675571767792 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2523] ppid=2455 vsize=11077984 memory=762936 CPUtime=1.76 cores=0,2,4,6
/proc/2458/task/2523/stat : 2523 (java) S 2455 2458 19273 0 -1 1077944384 10885 12888 0 0 166 2 5 3 20 0 15 0 107302107 11343855616 190221 33554432000 4194304 4196468 140729617771344 140675570715504 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2524] ppid=2455 vsize=11077984 memory=762936 CPUtime=0.08 cores=0,2,4,6
/proc/2458/task/2524/stat : 2524 (java) S 2455 2458 19273 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 107302107 11343855616 190221 33554432000 4194304 4196468 140729617771344 140674070473696 140676148205269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
[pid=2458/tid=2525] ppid=2455 vsize=11077984 memory=760884 CPUtime=0.11 cores=0,2,4,6
/proc/2458/task/2525/stat : 2525 (java) S 2455 2458 19273 0 -1 1077944384 121 12888 0 0 1 2 5 3 20 0 15 0 107302107 11343855616 190221 33554432000 4194304 4196468 140729617771344 140675569662384 140676148206210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36999168 140729617775208 140729617778017 140729617778017 140729617780687 0
Current children cumulated CPU time: 68.59 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 760884 KiB

Child status: 0
Real time (s): 60.1615
CPU time (s): 68.6595
CPU user time (s): 68.1977
CPU system time (s): 0.461864
CPU usage (%): 114.125
Max. virtual memory (cumulated for all children) (KiB): 11080620
Max. memory (cumulated for all children) (KiB): 774548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.1977
system time used= 0.461864
maximum resident set size= 775072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113680
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9716
involuntary context switches= 210


# summary of solver processes directly reported to runsolver:
#   pid: 2458
#   total CPU time (s): 68.6595
#   total CPU user time (s): 68.1977
#   total CPU system time (s): 0.461864

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.313314 second user time and 0.663697 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-29 22:49:49
IDJOB=4302701
IDBENCH=141371
IDSOLVER=2777
FILE ID=node134/4302701-1532897389
RUNJOBID= node134-1532893331-28700
PBS_JOBID= 21022511
Free space on /tmp= 60932 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-10_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302701-1532897389/watcher-4302701-1532897389 -o /tmp/evaluation-result-4302701-1532897389/solver-4302701-1532897389 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28700 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1276836625 -superng HOME/instance-4302701-1532897389.xml

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

MD5SUM BENCH= fd7701f01011f2453d3fac3f444f25b8
RANDOM SEED=1276836625

node134.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.68
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.68
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.68
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.68
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:        25755972 kB
MemAvailable:   29407148 kB
Buffers:          210264 kB
Cached:          3711040 kB
SwapCached:            0 kB
Active:          4262868 kB
Inactive:        2269188 kB
Active(anon):    2560152 kB
Inactive(anon):    78480 kB
Active(file):    1702716 kB
Inactive(file):  2190708 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:             26700 kB
Writeback:             4 kB
AnonPages:       2617912 kB
Mapped:            57932 kB
Shmem:             25132 kB
Slab:             176160 kB
SReclaimable:     147172 kB
SUnreclaim:        28988 kB
KernelStack:        3632 kB
PageTables:        10436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3439700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2387968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60908 MiB
End job on node134 at 2018-07-29 22:50:49