Trace number 4299396

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
GG's minicp 2018-04-29SAT (TO)80 2520.05 2507.81

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 benchmark14.9852
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

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
0.54/0.37	o 80
2520.03/2507.80	s SATISFIABLE
2520.03/2507.80	v <instantiation>
2520.03/2507.80	v 	<list>
2520.03/2507.80	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] 
2520.03/2507.80	v 	</list>
2520.03/2507.80	v 	<values>
2520.03/2507.80	v 		0 1 3 7 12 20 30 44 65 80 1 3 7 12 20 30 44 65 80 2 6 11 19 29 43 64 79 4 9 17 27 41 62 77 5 13 23 37 58 73 8 18 32 53 68 10 24 45 60 14 35 50 21 36 15 
2520.03/2507.80	v 	</values>
2520.03/2507.80	v </instantiation>

Verifier Data

OK	80

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299396-1532798934/watcher-4299396-1532798934 -o /tmp/evaluation-result-4299396-1532798934/solver-4299396-1532798934 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532776444-32664 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299396-1532798934.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=2935, runsolver pid=2932
Current StackSize limit: 8192 KiB


[startup+0.100322 s]*
/proc/loadavg: 1.34 1.28 1.35 5/215 2950
/proc/meminfo: memFree=23149168/32770624 swapFree=67108860/67108860
[pid=2935] ppid=2932 vsize=10661056 memory=27732 CPUtime=0.12 cores=0,2,4,6
/proc/2935/stat : 2935 (java) S 2932 2935 32633 0 -1 1077944320 5271 0 0 0 11 1 0 0 20 0 15 0 97456593 10916921344 6933 33554432000 4194304 4196468 140725950704960 140725950687504 139697962254071 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
/proc/2935/statm: 2665264 6933 2846 1 0 2627263 0
[pid=2935/tid=2937] ppid=2932 vsize=10661056 memory=-8171376296011865461 CPUtime=0.09 cores=0,2,4,6
/proc/2935/task/2937/stat : 2937 (java) R 2932 2935 32633 0 -1 4202560 3147 0 0 0 9 0 0 0 20 0 15 0 97456594 10916921344 6933 33554432000 4194304 4196468 140725950704960 139697966476656 139697954543360 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2938] ppid=2932 vsize=10661056 memory=5792869726567804975 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2938/stat : 2938 (java) S 2932 2935 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97456594 10916921344 6933 33554432000 4194304 4196468 140725950704960 139697914874128 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2939] ppid=2932 vsize=10661056 memory=140371816081024 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2939/stat : 2939 (java) S 2932 2935 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97456594 10916921344 6933 33554432000 4194304 4196468 140725950704960 139697913821584 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2940] ppid=2932 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2940/stat : 2940 (java) S 2932 2935 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97456594 10916921344 6933 33554432000 4194304 4196468 140725950704960 139697912769040 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2941] ppid=2932 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2941/stat : 2941 (java) S 2932 2935 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97456594 10916921344 6933 33554432000 4194304 4196468 140725950704960 139697911716496 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2942] ppid=2932 vsize=10661056 memory=140371816081024 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2942/stat : 2942 (java) S 2932 2935 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97456596 10916921344 6933 33554432000 4194304 4196468 140725950704960 139697521625584 139697962265218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2943] ppid=2932 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2943/stat : 2943 (java) S 2932 2935 32633 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97456596 10916921344 6933 33554432000 4194304 4196468 140725950704960 139697520571808 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2944] ppid=2932 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2944/stat : 2944 (java) S 2932 2935 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97456596 10916921344 6933 33554432000 4194304 4196468 140725950704960 139697519519216 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2945] ppid=2932 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2945/stat : 2945 (java) S 2932 2935 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97456599 10916921344 6933 33554432000 4194304 4196468 140725950704960 139697518467792 139697962272667 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2946] ppid=2932 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2946/stat : 2946 (java) R 2932 2935 32633 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 97456599 10916921344 6933 33554432000 4194304 4196468 140725950704960 139697517414384 139697962265218 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2947] ppid=2932 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2947/stat : 2947 (java) R 2932 2935 32633 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 15 0 97456599 10916921344 6933 33554432000 4194304 4196468 140725950704960 139697516361840 139697947672016 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2948] ppid=2932 vsize=10661056 memory=140371816081024 CPUtime=0.01 cores=0,2,4,6
/proc/2935/task/2948/stat : 2948 (java) R 2932 2935 32633 0 -1 4202560 341 0 0 0 1 0 0 0 20 0 15 0 97456599 10916921344 6933 33554432000 4194304 4196468 140725950704960 139697515309296 139697946334558 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2949] ppid=2932 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2949/stat : 2949 (java) S 2932 2935 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97456599 10916921344 6933 33554432000 4194304 4196468 140725950704960 139697514256992 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2950] ppid=2932 vsize=10661056 memory=140371816081024 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2950/stat : 2950 (java) S 2932 2935 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97456599 10916921344 6933 33554432000 4194304 4196468 140725950704960 139697513204528 139697962265218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27732 KiB

[startup+0.210504 s]*
/proc/loadavg: 1.34 1.28 1.35 3/215 2950
/proc/meminfo: memFree=23119220/32770624 swapFree=67108860/67108860
[pid=2935] ppid=2932 vsize=10661132 memory=40228 CPUtime=0.33 cores=0,2,4,6
/proc/2935/stat : 2935 (java) S 2932 2935 32633 0 -1 1077944320 8127 0 0 0 31 2 0 0 20 0 15 0 97456593 10916999168 10057 33554432000 4194304 4196468 140725950704960 140725950687504 139697962254071 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
/proc/2935/statm: 2665283 10057 2962 1 0 2627263 0
[pid=2935/tid=2937] ppid=2932 vsize=10661132 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/2935/task/2937/stat : 2937 (java) R 2932 2935 32633 0 -1 4202560 5231 0 0 0 19 1 0 0 20 0 15 0 97456594 10916999168 10089 33554432000 4194304 4196468 140725950704960 139697966486384 139697946334558 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2938] ppid=2932 vsize=10661132 memory=4294967641 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2938/stat : 2938 (java) S 2932 2935 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97456594 10916999168 10089 33554432000 4194304 4196468 140725950704960 139697914874128 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2939] ppid=2932 vsize=10661132 memory=140371816107377 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2939/stat : 2939 (java) S 2932 2935 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97456594 10916999168 10089 33554432000 4194304 4196468 140725950704960 139697913821584 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2940] ppid=2932 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2940/stat : 2940 (java) S 2932 2935 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97456594 10916999168 10089 33554432000 4194304 4196468 140725950704960 139697912769040 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2941] ppid=2932 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2941/stat : 2941 (java) S 2932 2935 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97456594 10916999168 10089 33554432000 4194304 4196468 140725950704960 139697911716496 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2942] ppid=2932 vsize=10661132 memory=140371816081024 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2942/stat : 2942 (java) S 2932 2935 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97456596 10916999168 10089 33554432000 4194304 4196468 140725950704960 139697521625584 139697962265218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2943] ppid=2932 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2943/stat : 2943 (java) S 2932 2935 32633 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97456596 10916999168 10089 33554432000 4194304 4196468 140725950704960 139697520571808 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2944] ppid=2932 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2944/stat : 2944 (java) S 2932 2935 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97456596 10916999168 10089 33554432000 4194304 4196468 140725950704960 139697519519216 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2945] ppid=2932 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2945/stat : 2945 (java) S 2932 2935 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97456599 10916999168 10089 33554432000 4194304 4196468 140725950704960 139697518467792 139697962272667 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2946] ppid=2932 vsize=10661132 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/2935/task/2946/stat : 2946 (java) S 2932 2935 32633 0 -1 1077944384 472 0 0 0 1 0 0 0 20 0 15 0 97456599 10916999168 10089 33554432000 4194304 4196468 140725950704960 139697517414384 139697962265218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2947] ppid=2932 vsize=10661132 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/2935/task/2947/stat : 2947 (java) S 2932 2935 32633 0 -1 1077944384 262 0 0 0 2 0 0 0 20 0 15 0 97456599 10916999168 10089 33554432000 4194304 4196468 140725950704960 139697516361840 139697962265218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2948] ppid=2932 vsize=10661132 memory=140371816081024 CPUtime=0.07 cores=0,2,4,6
/proc/2935/task/2948/stat : 2948 (java) S 2932 2935 32633 0 -1 1077944384 806 0 0 0 7 0 0 0 20 0 15 0 97456599 10916999168 10089 33554432000 4194304 4196468 140725950704960 139697515309296 139697962265218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2949] ppid=2932 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2949/stat : 2949 (java) S 2932 2935 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97456599 10916999168 10089 33554432000 4194304 4196468 140725950704960 139697514256992 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2950] ppid=2932 vsize=10661132 memory=140371816081024 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2950/stat : 2950 (java) S 2932 2935 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97456599 10916999168 10089 33554432000 4194304 4196468 140725950704960 139697513204528 139697962265218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 40228 KiB

[startup+0.310033 s]*
/proc/loadavg: 1.34 1.28 1.35 7/215 2950
/proc/meminfo: memFree=23100520/32770624 swapFree=67108860/67108860
[pid=2935] ppid=2932 vsize=10661132 memory=46884 CPUtime=0.54 cores=0,2,4,6
/proc/2935/stat : 2935 (java) S 2932 2935 32633 0 -1 1077944320 8974 0 0 0 52 2 0 0 20 0 15 0 97456593 10916999168 11721 33554432000 4194304 4196468 140725950704960 140725950687504 139697962254071 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
/proc/2935/statm: 2665283 11721 3056 1 0 2627263 0
[pid=2935/tid=2937] ppid=2932 vsize=10661132 memory=6299806260039079015 CPUtime=0.29 cores=0,2,4,6
/proc/2935/task/2937/stat : 2937 (java) R 2932 2935 32633 0 -1 4202560 5679 0 0 0 28 1 0 0 20 0 15 0 97456594 10916999168 11721 33554432000 4194304 4196468 140725950704960 139697966489552 139697586252932 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2938] ppid=2932 vsize=10661132 memory=4294967295 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2938/stat : 2938 (java) S 2932 2935 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97456594 10916999168 11721 33554432000 4194304 4196468 140725950704960 139697914874128 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2939] ppid=2932 vsize=10661132 memory=140371816134432 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2939/stat : 2939 (java) S 2932 2935 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97456594 10916999168 11721 33554432000 4194304 4196468 140725950704960 139697913821584 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2940] ppid=2932 vsize=10661132 memory=55780 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2940/stat : 2940 (java) S 2932 2935 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97456594 10916999168 11721 33554432000 4194304 4196468 140725950704960 139697912769040 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2941] ppid=2932 vsize=10661132 memory=35 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2941/stat : 2941 (java) S 2932 2935 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97456594 10916999168 11721 33554432000 4194304 4196468 140725950704960 139697911716496 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2942] ppid=2932 vsize=10661132 memory=140371816141344 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2942/stat : 2942 (java) S 2932 2935 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97456596 10916999168 11721 33554432000 4194304 4196468 140725950704960 139697521625584 139697962265218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2943] ppid=2932 vsize=10661132 memory=35 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2943/stat : 2943 (java) S 2932 2935 32633 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97456596 10916999168 11721 33554432000 4194304 4196468 140725950704960 139697520571808 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2944] ppid=2932 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2944/stat : 2944 (java) S 2932 2935 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97456596 10916999168 11721 33554432000 4194304 4196468 140725950704960 139697519519216 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2945] ppid=2932 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2945/stat : 2945 (java) S 2932 2935 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97456599 10916999168 11721 33554432000 4194304 4196468 140725950704960 139697518467792 139697962272667 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2946] ppid=2932 vsize=10661132 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/2935/task/2946/stat : 2946 (java) R 2932 2935 32633 0 -1 1077944384 591 0 0 0 4 0 0 0 20 0 15 0 97456599 10916999168 11721 33554432000 4194304 4196468 140725950704960 139697517414384 139697962265218 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2947] ppid=2932 vsize=10661132 memory=140371678051343 CPUtime=0.06 cores=0,2,4,6
/proc/2935/task/2947/stat : 2947 (java) R 2932 2935 32633 0 -1 4202560 386 0 0 0 6 0 0 0 20 0 15 0 97456599 10916999168 11721 33554432000 4194304 4196468 140725950704960 139697516347864 139697941500867 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2948] ppid=2932 vsize=10661132 memory=140371816083884 CPUtime=0.13 cores=0,2,4,6
/proc/2935/task/2948/stat : 2948 (java) R 2932 2935 32633 0 -1 4202560 953 0 0 0 13 0 0 0 20 0 15 0 97456599 10916999168 11721 33554432000 4194304 4196468 140725950704960 139697515309296 139697955350907 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2949] ppid=2932 vsize=10661132 memory=140371678060463 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2949/stat : 2949 (java) S 2932 2935 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97456599 10916999168 11721 33554432000 4194304 4196468 140725950704960 139697514256992 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2950] ppid=2932 vsize=10661132 memory=280743494158304 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2950/stat : 2950 (java) S 2932 2935 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97456599 10916999168 11721 33554432000 4194304 4196468 140725950704960 139697513204528 139697962265218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 46884 KiB

[startup+0.700746 s]
/proc/loadavg: 1.34 1.28 1.35 5/215 2950
/proc/meminfo: memFree=23044676/32770624 swapFree=67108860/67108860
[pid=2935] ppid=2932 vsize=10661132 memory=89476 CPUtime=1.69 cores=0,2,4,6
/proc/2935/stat : 2935 (java) S 2932 2935 32633 0 -1 1077944320 14442 0 0 0 166 3 0 0 20 0 15 0 97456593 10916999168 22369 33554432000 4194304 4196468 140725950704960 140725950687504 139697962254071 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
/proc/2935/statm: 2665283 22369 3082 1 0 2627263 0
[pid=2935/tid=2937] ppid=2932 vsize=10661132 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/2935/task/2937/stat : 2937 (java) R 2932 2935 32633 0 -1 4202560 5803 0 0 0 66 1 0 0 20 0 15 0 97456594 10916999168 22369 33554432000 4194304 4196468 140725950704960 139697966490960 139697588461839 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2938] ppid=2932 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2938/stat : 2938 (java) S 2932 2935 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97456594 10916999168 22369 33554432000 4194304 4196468 140725950704960 139697914874128 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2939] ppid=2932 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2939/stat : 2939 (java) S 2932 2935 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97456594 10916999168 22369 33554432000 4194304 4196468 140725950704960 139697913821584 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2940] ppid=2932 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2940/stat : 2940 (java) S 2932 2935 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97456594 10916999168 22369 33554432000 4194304 4196468 140725950704960 139697912769040 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2941] ppid=2932 vsize=10661132 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2941/stat : 2941 (java) S 2932 2935 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97456594 10916999168 22369 33554432000 4194304 4196468 140725950704960 139697911716496 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2942] ppid=2932 vsize=10661132 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2942/stat : 2942 (java) S 2932 2935 32633 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 97456596 10916999168 22369 33554432000 4194304 4196468 140725950704960 139697521625584 139697962265218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2943] ppid=2932 vsize=10661132 memory=16252 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2943/stat : 2943 (java) S 2932 2935 32633 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97456596 10916999168 22369 33554432000 4194304 4196468 140725950704960 139697520571808 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2944] ppid=2932 vsize=10661132 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2944/stat : 2944 (java) S 2932 2935 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97456596 10916999168 22369 33554432000 4194304 4196468 140725950704960 139697519519216 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2945] ppid=2932 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2945/stat : 2945 (java) S 2932 2935 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97456599 10916999168 22369 33554432000 4194304 4196468 140725950704960 139697518467792 139697962272667 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2946] ppid=2932 vsize=10661132 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/2935/task/2946/stat : 2946 (java) R 2932 2935 32633 0 -1 4202560 2501 0 0 0 37 0 0 0 20 0 15 0 97456599 10916999168 22369 33554432000 4194304 4196468 140725950704960 139697517399848 139697954543520 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2947] ppid=2932 vsize=10661132 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/2935/task/2947/stat : 2947 (java) R 2932 2935 32633 0 -1 4202560 3382 0 0 0 40 0 0 0 20 0 15 0 97456599 10916999168 22369 33554432000 4194304 4196468 140725950704960 139697516348136 139697943779447 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2948] ppid=2932 vsize=10661132 memory=6656426216303648864 CPUtime=0.21 cores=0,2,4,6
/proc/2935/task/2948/stat : 2948 (java) S 2932 2935 32633 0 -1 1077944384 1388 0 0 0 21 0 0 0 20 0 15 0 97456599 10916999168 22369 33554432000 4194304 4196468 140725950704960 139697515309296 139697962265218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2949] ppid=2932 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2949/stat : 2949 (java) S 2932 2935 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97456599 10916999168 22369 33554432000 4194304 4196468 140725950704960 139697514256992 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2950] ppid=2932 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2950/stat : 2950 (java) S 2932 2935 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97456599 10916999168 22369 33554432000 4194304 4196468 140725950704960 139697513204528 139697962265218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 89476 KiB

[startup+1.50076 s]
/proc/loadavg: 1.34 1.28 1.35 3/215 2950
/proc/meminfo: memFree=22965752/32770624 swapFree=67108860/67108860
[pid=2935] ppid=2932 vsize=10661132 memory=199112 CPUtime=3.12 cores=0,2,4,6
/proc/2935/stat : 2935 (java) S 2932 2935 32633 0 -1 1077944320 18381 0 0 0 308 4 0 0 20 0 15 0 97456593 10916999168 49778 33554432000 4194304 4196468 140725950704960 140725950687504 139697962254071 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
/proc/2935/statm: 2665283 49778 3115 1 0 2627263 0
[pid=2935/tid=2937] ppid=2932 vsize=10661132 memory=2241 CPUtime=1.47 cores=0,2,4,6
/proc/2935/task/2937/stat : 2937 (java) R 2932 2935 32633 0 -1 4202560 6101 0 0 0 145 2 0 0 20 0 15 0 97456594 10916999168 49778 33554432000 4194304 4196468 140725950704960 139697966493920 139697589114912 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2938] ppid=2932 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2938/stat : 2938 (java) S 2932 2935 32633 0 -1 1077944384 160 0 0 0 0 0 0 0 20 0 15 0 97456594 10916999168 49778 33554432000 4194304 4196468 140725950704960 139697914874128 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2939] ppid=2932 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2939/stat : 2939 (java) S 2932 2935 32633 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 97456594 10916999168 49778 33554432000 4194304 4196468 140725950704960 139697913821584 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2940] ppid=2932 vsize=10661132 memory=280743356310336 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2940/stat : 2940 (java) S 2932 2935 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97456594 10916999168 49778 33554432000 4194304 4196468 140725950704960 139697912769040 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2941] ppid=2932 vsize=10661132 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2941/stat : 2941 (java) S 2932 2935 32633 0 -1 1077944384 251 0 0 0 0 0 0 0 20 0 15 0 97456594 10916999168 49778 33554432000 4194304 4196468 140725950704960 139697911716496 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2942] ppid=2932 vsize=10661132 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2942/stat : 2942 (java) S 2932 2935 32633 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 15 0 97456596 10916999168 49778 33554432000 4194304 4196468 140725950704960 139697521625584 139697962265218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0

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

/proc/2935/task/2937/stat : 2937 (java) R 2932 2935 32633 0 -1 4202560 19257 0 0 0 237167 16 0 0 20 0 15 0 97456594 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697966493872 139697589624723 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2938] ppid=2932 vsize=10661132 memory=218160 CPUtime=3.7 cores=0,2,4,6
/proc/2935/task/2938/stat : 2938 (java) S 2932 2935 32633 0 -1 1077944384 3140 0 0 0 336 34 0 0 20 0 15 0 97456594 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697914874128 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2939] ppid=2932 vsize=10661132 memory=1232 CPUtime=3.7 cores=0,2,4,6
/proc/2935/task/2939/stat : 2939 (java) S 2932 2935 32633 0 -1 1077944384 3912 0 0 0 334 36 0 0 20 0 15 0 97456594 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697913821584 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2940] ppid=2932 vsize=10661132 memory=218160 CPUtime=3.7 cores=0,2,4,6
/proc/2935/task/2940/stat : 2940 (java) S 2932 2935 32633 0 -1 1077944384 2435 0 0 0 336 34 0 0 20 0 15 0 97456594 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697912769040 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2941] ppid=2932 vsize=10661132 memory=216112 CPUtime=3.71 cores=0,2,4,6
/proc/2935/task/2941/stat : 2941 (java) S 2932 2935 32633 0 -1 1077944384 4062 0 0 0 337 34 0 0 20 0 15 0 97456594 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697911716496 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2942] ppid=2932 vsize=10661132 memory=216112 CPUtime=4.41 cores=0,2,4,6
/proc/2935/task/2942/stat : 2942 (java) S 2932 2935 32633 0 -1 1077944384 5436 0 0 0 410 31 0 0 20 0 15 0 97456596 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697521625584 139697962265218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2943] ppid=2932 vsize=10661132 memory=140371677940025 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2943/stat : 2943 (java) S 2932 2935 32633 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 97456596 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697520571808 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2944] ppid=2932 vsize=10661132 memory=640 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2944/stat : 2944 (java) S 2932 2935 32633 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 97456596 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697519519216 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2945] ppid=2932 vsize=10661132 memory=218160 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2945/stat : 2945 (java) S 2932 2935 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97456599 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697518467792 139697962272667 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2946] ppid=2932 vsize=10661132 memory=218160 CPUtime=0.73 cores=0,2,4,6
/proc/2935/task/2946/stat : 2946 (java) S 2932 2935 32633 0 -1 1077944384 4450 0 0 0 73 0 0 0 20 0 15 0 97456599 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697517414384 139697962265218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2947] ppid=2932 vsize=10661132 memory=216112 CPUtime=0.79 cores=0,2,4,6
/proc/2935/task/2947/stat : 2947 (java) S 2932 2935 32633 0 -1 1077944384 5924 0 0 0 78 1 0 0 20 0 15 0 97456599 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697516361840 139697962265218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2948] ppid=2932 vsize=10661132 memory=218160 CPUtime=0.29 cores=0,2,4,6
/proc/2935/task/2948/stat : 2948 (java) S 2932 2935 32633 0 -1 1077944384 4150 0 0 0 28 1 0 0 20 0 15 0 97456599 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697515309296 139697962265218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2949] ppid=2932 vsize=10661132 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2949/stat : 2949 (java) S 2932 2935 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97456599 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697514256992 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2950] ppid=2932 vsize=10661132 memory=1200 CPUtime=1.02 cores=0,2,4,6
/proc/2935/task/2950/stat : 2950 (java) S 2932 2935 32633 0 -1 1077944384 925 0 0 0 50 52 0 0 20 0 15 0 97456599 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697513204528 139697962265218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
Current children cumulated CPU time: 2393.97 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 218160 KiB

[startup+2442.3 s]
/proc/loadavg: 1.68 1.45 1.38 3/215 3044
/proc/meminfo: memFree=22798244/32770624 swapFree=67108860/67108860
[pid=2935] ppid=2932 vsize=10661132 memory=218160 CPUtime=2454.25 cores=0,2,4,6
/proc/2935/stat : 2935 (java) S 2932 2935 32633 0 -1 1077944320 55332 0 0 0 245246 179 0 0 20 0 15 0 97456593 10916999168 54540 33554432000 4194304 4196468 140725950704960 140725950687504 139697962254071 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
/proc/2935/statm: 2665283 54540 3130 1 0 2627263 0
[pid=2935/tid=2937] ppid=2932 vsize=10661132 memory=218160 CPUtime=2431.58 cores=0,2,4,6
/proc/2935/task/2937/stat : 2937 (java) R 2932 2935 32633 0 -1 4202560 19463 0 0 0 243142 16 0 0 20 0 15 0 97456594 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697966494032 139697589340317 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2938] ppid=2932 vsize=10661132 memory=218160 CPUtime=3.79 cores=0,2,4,6
/proc/2935/task/2938/stat : 2938 (java) S 2932 2935 32633 0 -1 1077944384 3149 0 0 0 345 34 0 0 20 0 15 0 97456594 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697914874128 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2939] ppid=2932 vsize=10661132 memory=218160 CPUtime=3.79 cores=0,2,4,6
/proc/2935/task/2939/stat : 2939 (java) S 2932 2935 32633 0 -1 1077944384 3912 0 0 0 342 37 0 0 20 0 15 0 97456594 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697913821584 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2940] ppid=2932 vsize=10661132 memory=218160 CPUtime=3.8 cores=0,2,4,6
/proc/2935/task/2940/stat : 2940 (java) S 2932 2935 32633 0 -1 1077944384 2437 0 0 0 345 35 0 0 20 0 15 0 97456594 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697912769040 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2941] ppid=2932 vsize=10661132 memory=218160 CPUtime=3.8 cores=0,2,4,6
/proc/2935/task/2941/stat : 2941 (java) S 2932 2935 32633 0 -1 1077944384 4064 0 0 0 345 35 0 0 20 0 15 0 97456594 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697911716496 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2942] ppid=2932 vsize=10661132 memory=218160 CPUtime=4.52 cores=0,2,4,6
/proc/2935/task/2942/stat : 2942 (java) S 2932 2935 32633 0 -1 1077944384 5445 0 0 0 420 32 0 0 20 0 15 0 97456596 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697521625584 139697962265218 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2943] ppid=2932 vsize=10661132 memory=218160 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2943/stat : 2943 (java) S 2932 2935 32633 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 97456596 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697520571808 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2944] ppid=2932 vsize=10661132 memory=218160 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2944/stat : 2944 (java) S 2932 2935 32633 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 97456596 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697519519216 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2945] ppid=2932 vsize=10661132 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2945/stat : 2945 (java) S 2932 2935 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97456599 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697518467792 139697962272667 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2946] ppid=2932 vsize=10661132 memory=218160 CPUtime=0.73 cores=0,2,4,6
/proc/2935/task/2946/stat : 2946 (java) S 2932 2935 32633 0 -1 1077944384 4450 0 0 0 73 0 0 0 20 0 15 0 97456599 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697517414384 139697962265218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2947] ppid=2932 vsize=10661132 memory=218160 CPUtime=0.79 cores=0,2,4,6
/proc/2935/task/2947/stat : 2947 (java) S 2932 2935 32633 0 -1 1077944384 5924 0 0 0 78 1 0 0 20 0 15 0 97456599 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697516361840 139697962265218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2948] ppid=2932 vsize=10661132 memory=218160 CPUtime=0.29 cores=0,2,4,6
/proc/2935/task/2948/stat : 2948 (java) S 2932 2935 32633 0 -1 1077944384 4150 0 0 0 28 1 0 0 20 0 15 0 97456599 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697515309296 139697962265218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2949] ppid=2932 vsize=10661132 memory=218160 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2949/stat : 2949 (java) S 2932 2935 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97456599 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697514256992 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2950] ppid=2932 vsize=10661132 memory=1952 CPUtime=1.05 cores=0,2,4,6
/proc/2935/task/2950/stat : 2950 (java) S 2932 2935 32633 0 -1 1077944384 929 0 0 0 52 53 0 0 20 0 15 0 97456599 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697513204528 139697962265218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
Current children cumulated CPU time: 2454.25 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 218160 KiB

[startup+2502.3 s]
/proc/loadavg: 1.41 1.41 1.37 3/216 3130
/proc/meminfo: memFree=22863900/32770624 swapFree=67108860/67108860
[pid=2935] ppid=2932 vsize=10661132 memory=218160 CPUtime=2514.51 cores=0,2,4,6
/proc/2935/stat : 2935 (java) S 2932 2935 32633 0 -1 1077944320 56259 0 0 0 251267 184 0 0 20 0 15 0 97456593 10916999168 54540 33554432000 4194304 4196468 140725950704960 140725950687504 139697962254071 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
/proc/2935/statm: 2665283 54540 3130 1 0 2627263 0
[pid=2935/tid=2937] ppid=2932 vsize=10661132 memory=218160 CPUtime=2491.32 cores=0,2,4,6
/proc/2935/task/2937/stat : 2937 (java) R 2932 2935 32633 0 -1 4202560 19838 0 0 0 249115 17 0 0 20 0 15 0 97456594 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697966493664 139697589341302 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2938] ppid=2932 vsize=10661132 memory=218160 CPUtime=3.9 cores=0,2,4,6
/proc/2935/task/2938/stat : 2938 (java) S 2932 2935 32633 0 -1 1077944384 3194 0 0 0 355 35 0 0 20 0 15 0 97456594 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697914874128 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2939] ppid=2932 vsize=10661132 memory=218160 CPUtime=3.89 cores=0,2,4,6
/proc/2935/task/2939/stat : 2939 (java) S 2932 2935 32633 0 -1 1077944384 3972 0 0 0 351 38 0 0 20 0 15 0 97456594 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697913821584 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2940] ppid=2932 vsize=10661132 memory=218160 CPUtime=3.88 cores=0,2,4,6
/proc/2935/task/2940/stat : 2940 (java) S 2932 2935 32633 0 -1 1077944384 2458 0 0 0 353 35 0 0 20 0 15 0 97456594 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697912769040 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2941] ppid=2932 vsize=10661132 memory=218160 CPUtime=3.9 cores=0,2,4,6
/proc/2935/task/2941/stat : 2941 (java) S 2932 2935 32633 0 -1 1077944384 4294 0 0 0 354 36 0 0 20 0 15 0 97456594 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697911716496 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2942] ppid=2932 vsize=10661132 memory=4140 CPUtime=4.63 cores=0,2,4,6
/proc/2935/task/2942/stat : 2942 (java) S 2932 2935 32633 0 -1 1077944384 5616 0 0 0 430 33 0 0 20 0 15 0 97456596 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697521625584 139697962265218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2943] ppid=2932 vsize=10661132 memory=28280 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2943/stat : 2943 (java) S 2932 2935 32633 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 97456596 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697520571808 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2944] ppid=2932 vsize=10661132 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2944/stat : 2944 (java) S 2932 2935 32633 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 97456596 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697519519216 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2945] ppid=2932 vsize=10661132 memory=218160 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2945/stat : 2945 (java) S 2932 2935 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97456599 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697518467792 139697962272667 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2946] ppid=2932 vsize=10661132 memory=218160 CPUtime=0.73 cores=0,2,4,6
/proc/2935/task/2946/stat : 2946 (java) S 2932 2935 32633 0 -1 1077944384 4452 0 0 0 73 0 0 0 20 0 15 0 97456599 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697517414384 139697962265218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2947] ppid=2932 vsize=10661132 memory=218160 CPUtime=0.79 cores=0,2,4,6
/proc/2935/task/2947/stat : 2947 (java) S 2932 2935 32633 0 -1 1077944384 5926 0 0 0 78 1 0 0 20 0 15 0 97456599 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697516361840 139697962265218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2948] ppid=2932 vsize=10661132 memory=13044 CPUtime=0.29 cores=0,2,4,6
/proc/2935/task/2948/stat : 2948 (java) S 2932 2935 32633 0 -1 1077944384 4152 0 0 0 28 1 0 0 20 0 15 0 97456599 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697515309296 139697962265218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2949] ppid=2932 vsize=10661132 memory=792 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2949/stat : 2949 (java) S 2932 2935 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97456599 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697514256992 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2950] ppid=2932 vsize=10661132 memory=1952 CPUtime=1.08 cores=0,2,4,6
/proc/2935/task/2950/stat : 2950 (java) S 2932 2935 32633 0 -1 1077944384 948 0 0 0 53 55 0 0 20 0 15 0 97456599 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697513204528 139697962265218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
Current children cumulated CPU time: 2514.51 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 218160 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2507.8 s]
/proc/loadavg: 1.30 1.39 1.36 3/216 3130
/proc/meminfo: memFree=22866120/32770624 swapFree=67108860/67108860
[pid=2935] ppid=2932 vsize=10661132 memory=218160 CPUtime=2520.03 cores=0,2,4,6
/proc/2935/stat : 2935 (java) S 2932 2935 32633 0 -1 1077944320 56278 0 0 0 251819 184 0 0 20 0 15 0 97456593 10916999168 54540 33554432000 4194304 4196468 140725950704960 140725950687504 139697962254071 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
/proc/2935/statm: 2665283 54540 3130 1 0 2627263 0
[pid=2935/tid=2937] ppid=2932 vsize=10661132 memory=8112282956445269571 CPUtime=2496.8 cores=0,2,4,6
/proc/2935/task/2937/stat : 2937 (java) R 2932 2935 32633 0 -1 4202560 19856 0 0 0 249663 17 0 0 20 0 15 0 97456594 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697966493920 139697589198409 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2938] ppid=2932 vsize=10661132 memory=952 CPUtime=3.9 cores=0,2,4,6
/proc/2935/task/2938/stat : 2938 (java) S 2932 2935 32633 0 -1 1077944384 3195 0 0 0 355 35 0 0 20 0 15 0 97456594 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697914874128 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2939] ppid=2932 vsize=10661132 memory=1232 CPUtime=3.9 cores=0,2,4,6
/proc/2935/task/2939/stat : 2939 (java) S 2932 2935 32633 0 -1 1077944384 3972 0 0 0 352 38 0 0 20 0 15 0 97456594 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697913821584 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2940] ppid=2932 vsize=10661132 memory=2340 CPUtime=3.89 cores=0,2,4,6
/proc/2935/task/2940/stat : 2940 (java) S 2932 2935 32633 0 -1 1077944384 2458 0 0 0 354 35 0 0 20 0 15 0 97456594 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697912769040 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2941] ppid=2932 vsize=10661132 memory=2244 CPUtime=3.91 cores=0,2,4,6
/proc/2935/task/2941/stat : 2941 (java) S 2932 2935 32633 0 -1 1077944384 4294 0 0 0 355 36 0 0 20 0 15 0 97456594 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697911716496 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2942] ppid=2932 vsize=10661132 memory=932 CPUtime=4.64 cores=0,2,4,6
/proc/2935/task/2942/stat : 2942 (java) S 2932 2935 32633 0 -1 1077944384 5616 0 0 0 431 33 0 0 20 0 15 0 97456596 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697521625584 139697962265218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2943] ppid=2932 vsize=10661132 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2943/stat : 2943 (java) S 2932 2935 32633 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 97456596 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697520571808 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2944] ppid=2932 vsize=10661132 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2944/stat : 2944 (java) S 2932 2935 32633 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 97456596 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697519519216 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2945] ppid=2932 vsize=10661132 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2945/stat : 2945 (java) S 2932 2935 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97456599 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697518467792 139697962272667 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2946] ppid=2932 vsize=10661132 memory=-6520471753822164382 CPUtime=0.73 cores=0,2,4,6
/proc/2935/task/2946/stat : 2946 (java) S 2932 2935 32633 0 -1 1077944384 4452 0 0 0 73 0 0 0 20 0 15 0 97456599 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697517414384 139697962265218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2947] ppid=2932 vsize=10661132 memory=218160 CPUtime=0.79 cores=0,2,4,6
/proc/2935/task/2947/stat : 2947 (java) S 2932 2935 32633 0 -1 1077944384 5926 0 0 0 78 1 0 0 20 0 15 0 97456599 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697516361840 139697962265218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2948] ppid=2932 vsize=10661132 memory=16284 CPUtime=0.29 cores=0,2,4,6
/proc/2935/task/2948/stat : 2948 (java) S 2932 2935 32633 0 -1 1077944384 4152 0 0 0 28 1 0 0 20 0 15 0 97456599 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697515309296 139697962265218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2949] ppid=2932 vsize=10661132 memory=4004 CPUtime=0 cores=0,2,4,6
/proc/2935/task/2949/stat : 2949 (java) S 2932 2935 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97456599 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697514256992 139697962264277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
[pid=2935/tid=2950] ppid=2932 vsize=10661132 memory=218160 CPUtime=1.08 cores=0,2,4,6
/proc/2935/task/2950/stat : 2950 (java) S 2932 2935 32633 0 -1 1077944384 948 0 0 0 53 55 0 0 20 0 15 0 97456599 10916999168 54540 33554432000 4194304 4196468 140725950704960 139697513204528 139697962265218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10678272 140725950706805 140725950706953 140725950706953 140725950709711 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 218160 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2507.81 s]
# the end of solver process 2935 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.2 s, system=1.85317 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2507.81
CPU time (s): 2520.05
CPU user time (s): 2518.2
CPU system time (s): 1.85317
CPU usage (%): 100.488
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 218160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.2
system time used= 1.85317
maximum resident set size= 218668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56527
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 185481
involuntary context switches= 6419


# summary of solver processes directly reported to runsolver:
#   pid: 2935
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2518.2
#   total CPU system time (s): 1.85317

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.5734 second user time and 17.7713 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-28 19:28:54
IDJOB=4299396
IDBENCH=141371
IDSOLVER=2762
FILE ID=node107/4299396-1532798934
RUNJOBID= node107-1532776444-32664
PBS_JOBID= 21022472
Free space on /tmp= 54472 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-10_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299396-1532798934/watcher-4299396-1532798934 -o /tmp/evaluation-result-4299396-1532798934/solver-4299396-1532798934 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532776444-32664 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299396-1532798934.xml

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

MD5SUM BENCH= fd7701f01011f2453d3fac3f444f25b8
RANDOM SEED=1934827927

node107.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.40
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.40
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.40
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.40
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:        23182036 kB
MemAvailable:   31859236 kB
Buffers:          231476 kB
Cached:          8682108 kB
SwapCached:            0 kB
Active:          3904512 kB
Inactive:        5140612 kB
Active(anon):      80796 kB
Inactive(anon):    78544 kB
Active(file):    3823716 kB
Inactive(file):  5062068 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2508 kB
Writeback:             0 kB
AnonPages:        124084 kB
Mapped:            55060 kB
Shmem:             25228 kB
Slab:             242948 kB
SReclaimable:     214504 kB
SUnreclaim:        28444 kB
KernelStack:        3552 kB
PageTables:         5536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1176992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54468 MiB
End job on node107 at 2018-07-28 20:10:42