Trace number 4299358

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
SuperSolver_Macq_Stevenart 2018-04-27SAT80 303.25 300.359

General information on the benchmark

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

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
2.22/1.04	o 80
303.18/300.35	s SATISFIABLE
303.18/300.35	v <instantiation>
303.18/300.35	v 	<list>
303.18/300.35	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] 
303.18/300.35	v 	</list>
303.18/300.35	v 	<values>
303.18/300.35	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 
303.18/300.35	v 	</values>
303.18/300.35	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 (12596 MiB free)
  memory of node 1: 16384 MiB (14726 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299358-1532820500/watcher-4299358-1532820500 -o /tmp/evaluation-result-4299358-1532820500/solver-4299358-1532820500 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532808681-11472 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4299358-1532820500.xml 

running on 4 cores: 1,3,5,7

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
Current StackSize limit: 8192 KiB

solver pid=13742, runsolver pid=13739

[startup+0.100132 s]*
/proc/loadavg: 1.46 1.43 1.37 3/215 13757
/proc/meminfo: memFree=27962424/32770624 swapFree=67108792/67108860
[pid=13742] ppid=13739 vsize=10661052 memory=27376 CPUtime=0.12 cores=1,3,5,7
/proc/13742/stat : 13742 (java) S 13739 13742 11440 0 -1 1077944320 5267 0 0 0 11 1 0 0 20 0 15 0 99613270 10916917248 6844 33554432000 4194304 4196468 140726576250192 140726576232736 140273390157559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
/proc/13742/statm: 2665263 6844 2836 1 0 2627263 0
[pid=13742/tid=13744] ppid=13739 vsize=10661052 memory=-8269626465541197440 CPUtime=0.09 cores=1,3,5,7
/proc/13742/task/13744/stat : 13744 (java) R 13739 13742 11440 0 -1 4202560 3135 0 0 0 8 1 0 0 20 0 15 0 99613271 10916917248 6844 33554432000 4194304 4196468 140726576250192 140273394387824 140273390178906 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13745] ppid=13739 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13745/stat : 13745 (java) S 13739 13742 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99613271 10916917248 6844 33554432000 4194304 4196468 140726576250192 140273316231568 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13746] ppid=13739 vsize=10661052 memory=140183722272384 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13746/stat : 13746 (java) S 13739 13742 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99613271 10916917248 6844 33554432000 4194304 4196468 140726576250192 140273315178768 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13747] ppid=13739 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13747/stat : 13747 (java) S 13739 13742 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99613271 10916917248 6909 33554432000 4194304 4196468 140726576250192 140273314126480 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13748] ppid=13739 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13748/stat : 13748 (java) S 13739 13742 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99613271 10916917248 6909 33554432000 4194304 4196468 140726576250192 140273313073680 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13749] ppid=13739 vsize=10661052 memory=140183722272384 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13749/stat : 13749 (java) S 13739 13742 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99613273 10916917248 6909 33554432000 4194304 4196468 140726576250192 140272881052272 140273390168706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13750] ppid=13739 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13750/stat : 13750 (java) S 13739 13742 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99613273 10916917248 6909 33554432000 4194304 4196468 140726576250192 140272879998240 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13751] ppid=13739 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13751/stat : 13751 (java) S 13739 13742 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99613273 10916917248 6909 33554432000 4194304 4196468 140726576250192 140272878945904 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13752] ppid=13739 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13752/stat : 13752 (java) S 13739 13742 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99613276 10916917248 6909 33554432000 4194304 4196468 140726576250192 140272877894224 140273390176155 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13753] ppid=13739 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13753/stat : 13753 (java) S 13739 13742 11440 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 15 0 99613276 10916917248 6909 33554432000 4194304 4196468 140726576250192 140272876841072 140273390168706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13754] ppid=13739 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13754/stat : 13754 (java) R 13739 13742 11440 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 15 0 99613276 10916917248 6909 33554432000 4194304 4196468 140726576250192 140272875779920 140273373613056 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13755] ppid=13739 vsize=10661052 memory=140183722272384 CPUtime=0.01 cores=1,3,5,7
/proc/13742/task/13755/stat : 13755 (java) R 13739 13742 11440 0 -1 4202560 331 0 0 0 1 0 0 0 20 0 15 0 99613276 10916917248 6909 33554432000 4194304 4196468 140726576250192 140272874735984 140273374238046 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13756] ppid=13739 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13756/stat : 13756 (java) S 13739 13742 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99613276 10916917248 6909 33554432000 4194304 4196468 140726576250192 140272873683424 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13757] ppid=13739 vsize=10661052 memory=140183722272384 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13757/stat : 13757 (java) S 13739 13742 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99613276 10916917248 6909 33554432000 4194304 4196468 140726576250192 140272872631216 140273390168706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27376 KiB

[startup+0.210505 s]*
/proc/loadavg: 1.46 1.43 1.37 3/215 13757
/proc/meminfo: memFree=27950376/32770624 swapFree=67108792/67108860
[pid=13742] ppid=13739 vsize=10661128 memory=40296 CPUtime=0.32 cores=1,3,5,7
/proc/13742/stat : 13742 (java) S 13739 13742 11440 0 -1 1077944320 8131 0 0 0 30 2 0 0 20 0 15 0 99613270 10916995072 10074 33554432000 4194304 4196468 140726576250192 140726576232736 140273390157559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
/proc/13742/statm: 2665282 10074 3001 1 0 2627263 0
[pid=13742/tid=13744] ppid=13739 vsize=10661128 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/13742/task/13744/stat : 13744 (java) R 13739 13742 11440 0 -1 4202560 5225 0 0 0 18 1 0 0 20 0 15 0 99613271 10916995072 10074 33554432000 4194304 4196468 140726576250192 140273394389872 140273374238076 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13745] ppid=13739 vsize=10661128 memory=343 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13745/stat : 13745 (java) S 13739 13742 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99613271 10916995072 10074 33554432000 4194304 4196468 140726576250192 140273316231568 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13746] ppid=13739 vsize=10661128 memory=288370559873984128 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13746/stat : 13746 (java) S 13739 13742 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99613271 10916995072 10074 33554432000 4194304 4196468 140726576250192 140273315178768 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13747] ppid=13739 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13747/stat : 13747 (java) S 13739 13742 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99613271 10916995072 10074 33554432000 4194304 4196468 140726576250192 140273314126480 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13748] ppid=13739 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13748/stat : 13748 (java) S 13739 13742 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99613271 10916995072 10074 33554432000 4194304 4196468 140726576250192 140273313073680 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13749] ppid=13739 vsize=10661128 memory=140183722272384 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13749/stat : 13749 (java) S 13739 13742 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99613273 10916995072 10074 33554432000 4194304 4196468 140726576250192 140272881052272 140273390168706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13750] ppid=13739 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13750/stat : 13750 (java) S 13739 13742 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99613273 10916995072 10074 33554432000 4194304 4196468 140726576250192 140272879998240 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13751] ppid=13739 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13751/stat : 13751 (java) S 13739 13742 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99613273 10916995072 10074 33554432000 4194304 4196468 140726576250192 140272878945904 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13752] ppid=13739 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13752/stat : 13752 (java) S 13739 13742 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99613276 10916995072 10074 33554432000 4194304 4196468 140726576250192 140272877894224 140273390176155 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13753] ppid=13739 vsize=10661128 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/13742/task/13753/stat : 13753 (java) S 13739 13742 11440 0 -1 1077944384 495 0 0 0 2 0 0 0 20 0 15 0 99613276 10916995072 10074 33554432000 4194304 4196468 140726576250192 140272876841072 140273390168706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13754] ppid=13739 vsize=10661128 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/13742/task/13754/stat : 13754 (java) S 13739 13742 11440 0 -1 1077944384 269 0 0 0 2 0 0 0 20 0 15 0 99613276 10916995072 10074 33554432000 4194304 4196468 140726576250192 140272875788272 140273390168706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13755] ppid=13739 vsize=10661128 memory=140183722272384 CPUtime=0.07 cores=1,3,5,7
/proc/13742/task/13755/stat : 13755 (java) S 13739 13742 11440 0 -1 1077944384 785 0 0 0 7 0 0 0 20 0 15 0 99613276 10916995072 10074 33554432000 4194304 4196468 140726576250192 140272874735984 140273390168706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13756] ppid=13739 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13756/stat : 13756 (java) S 13739 13742 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99613276 10916995072 10074 33554432000 4194304 4196468 140726576250192 140272873683424 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13757] ppid=13739 vsize=10661128 memory=140183722272384 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13757/stat : 13757 (java) S 13739 13742 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99613276 10916995072 10074 33554432000 4194304 4196468 140726576250192 140272872631216 140273390168706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 40296 KiB

[startup+0.309738 s]*
/proc/loadavg: 1.46 1.43 1.37 5/215 13757
/proc/meminfo: memFree=27943048/32770624 swapFree=67108792/67108860
[pid=13742] ppid=13739 vsize=10661128 memory=47672 CPUtime=0.55 cores=1,3,5,7
/proc/13742/stat : 13742 (java) S 13739 13742 11440 0 -1 1077944320 8991 0 0 0 53 2 0 0 20 0 15 0 99613270 10916995072 11918 33554432000 4194304 4196468 140726576250192 140726576232736 140273390157559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
/proc/13742/statm: 2665282 11918 3068 1 0 2627263 0
[pid=13742/tid=13744] ppid=13739 vsize=10661128 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/13742/task/13744/stat : 13744 (java) R 13739 13742 11440 0 -1 4202560 5546 0 0 0 28 1 0 0 20 0 15 0 99613271 10916995072 11918 33554432000 4194304 4196468 140726576250192 140273394392400 140273390169494 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13745] ppid=13739 vsize=10661128 memory=4294977868 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13745/stat : 13745 (java) S 13739 13742 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99613271 10916995072 11918 33554432000 4194304 4196468 140726576250192 140273316231568 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13746] ppid=13739 vsize=10661128 memory=288370559873984128 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13746/stat : 13746 (java) S 13739 13742 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99613271 10916995072 11918 33554432000 4194304 4196468 140726576250192 140273315178768 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13747] ppid=13739 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13747/stat : 13747 (java) S 13739 13742 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99613271 10916995072 11918 33554432000 4194304 4196468 140726576250192 140273314126480 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13748] ppid=13739 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13748/stat : 13748 (java) S 13739 13742 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99613271 10916995072 11918 33554432000 4194304 4196468 140726576250192 140273313073680 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13749] ppid=13739 vsize=10661128 memory=140183722272384 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13749/stat : 13749 (java) S 13739 13742 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99613273 10916995072 11918 33554432000 4194304 4196468 140726576250192 140272881052272 140273390168706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13750] ppid=13739 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13750/stat : 13750 (java) S 13739 13742 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99613273 10916995072 11918 33554432000 4194304 4196468 140726576250192 140272879998240 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13751] ppid=13739 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13751/stat : 13751 (java) S 13739 13742 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99613273 10916995072 11918 33554432000 4194304 4196468 140726576250192 140272878945904 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13752] ppid=13739 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13752/stat : 13752 (java) S 13739 13742 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99613276 10916995072 11918 33554432000 4194304 4196468 140726576250192 140272877894224 140273390176155 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13753] ppid=13739 vsize=10661128 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/13742/task/13753/stat : 13753 (java) R 13739 13742 11440 0 -1 1077944384 553 0 0 0 3 0 0 0 20 0 15 0 99613276 10916995072 11918 33554432000 4194304 4196468 140726576250192 140272876841072 140273390168706 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13754] ppid=13739 vsize=10661128 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13742/task/13754/stat : 13754 (java) R 13739 13742 11440 0 -1 4202560 479 0 0 0 7 0 0 0 20 0 15 0 99613276 10916995072 11918 33554432000 4194304 4196468 140726576250192 140272875777536 140273373364185 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13755] ppid=13739 vsize=10661128 memory=140183722272384 CPUtime=0.14 cores=1,3,5,7
/proc/13742/task/13755/stat : 13755 (java) R 13739 13742 11440 0 -1 4202560 1045 0 0 0 14 0 0 0 20 0 15 0 99613276 10916995072 11918 33554432000 4194304 4196468 140726576250192 140272874732008 140273369103147 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13756] ppid=13739 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13756/stat : 13756 (java) S 13739 13742 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99613276 10916995072 11918 33554432000 4194304 4196468 140726576250192 140272873683424 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13757] ppid=13739 vsize=10661128 memory=140183722272384 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13757/stat : 13757 (java) S 13739 13742 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99613276 10916995072 11918 33554432000 4194304 4196468 140726576250192 140272872631216 140273390168706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 47672 KiB

[startup+0.700798 s]
/proc/loadavg: 1.46 1.43 1.37 5/215 13757
/proc/meminfo: memFree=27922028/32770624 swapFree=67108792/67108860
[pid=13742] ppid=13739 vsize=10661128 memory=77496 CPUtime=1.71 cores=1,3,5,7
/proc/13742/stat : 13742 (java) S 13739 13742 11440 0 -1 1077944320 14897 0 0 0 168 3 0 0 20 0 15 0 99613270 10916995072 19365 33554432000 4194304 4196468 140726576250192 140726576232736 140273390157559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
/proc/13742/statm: 2665282 19374 3090 1 0 2627263 0
[pid=13742/tid=13744] ppid=13739 vsize=10661128 memory=199235077163284 CPUtime=0.67 cores=1,3,5,7
/proc/13742/task/13744/stat : 13744 (java) R 13739 13742 11440 0 -1 4202560 5616 0 0 0 65 2 0 0 20 0 15 0 99613271 10916995072 19374 33554432000 4194304 4196468 140726576250192 140273394395824 140272977869952 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13745] ppid=13739 vsize=10661128 memory=601175 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13745/stat : 13745 (java) S 13739 13742 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99613271 10916995072 19374 33554432000 4194304 4196468 140726576250192 140273316231568 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13746] ppid=13739 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13746/stat : 13746 (java) S 13739 13742 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99613271 10916995072 19374 33554432000 4194304 4196468 140726576250192 140273315178768 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13747] ppid=13739 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13747/stat : 13747 (java) S 13739 13742 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99613271 10916995072 19374 33554432000 4194304 4196468 140726576250192 140273314126480 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13748] ppid=13739 vsize=10661128 memory=7809523229951467570 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13748/stat : 13748 (java) S 13739 13742 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99613271 10916995072 19374 33554432000 4194304 4196468 140726576250192 140273313073680 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13749] ppid=13739 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13749/stat : 13749 (java) S 13739 13742 11440 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 99613273 10916995072 19374 33554432000 4194304 4196468 140726576250192 140272881052272 140273390168706 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13750] ppid=13739 vsize=10661128 memory=-3535359994705171810 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13750/stat : 13750 (java) S 13739 13742 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99613273 10916995072 19374 33554432000 4194304 4196468 140726576250192 140272879998240 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13751] ppid=13739 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13751/stat : 13751 (java) S 13739 13742 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99613273 10916995072 19374 33554432000 4194304 4196468 140726576250192 140272878945904 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13752] ppid=13739 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13752/stat : 13752 (java) S 13739 13742 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99613276 10916995072 19374 33554432000 4194304 4196468 140726576250192 140272877894224 140273390176155 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13753] ppid=13739 vsize=10661128 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/13742/task/13753/stat : 13753 (java) R 13739 13742 11440 0 -1 4202560 3839 0 0 0 37 0 0 0 20 0 15 0 99613276 10916995072 19374 33554432000 4194304 4196468 140726576250192 140272876827000 140272977576046 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13754] ppid=13739 vsize=10661128 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/13742/task/13754/stat : 13754 (java) R 13739 13742 11440 0 -1 4202560 2745 0 0 0 43 0 0 0 20 0 15 0 99613276 10916995072 19374 33554432000 4194304 4196468 140726576250192 140272875777072 140273373568530 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13755] ppid=13739 vsize=10661128 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/13742/task/13755/stat : 13755 (java) S 13739 13742 11440 0 -1 1077944384 1347 0 0 0 21 0 0 0 20 0 15 0 99613276 10916995072 19374 33554432000 4194304 4196468 140726576250192 140272874735984 140273390168706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13756] ppid=13739 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13756/stat : 13756 (java) S 13739 13742 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99613276 10916995072 19374 33554432000 4194304 4196468 140726576250192 140272873683424 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13757] ppid=13739 vsize=10661128 memory=18268 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13757/stat : 13757 (java) S 13739 13742 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99613276 10916995072 19374 33554432000 4194304 4196468 140726576250192 140272872631216 140273390168706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 77496 KiB

[startup+1.50077 s]
/proc/loadavg: 1.46 1.43 1.37 3/215 13757
/proc/meminfo: memFree=27902112/32770624 swapFree=67108792/67108860
[pid=13742] ppid=13739 vsize=10661128 memory=109852 CPUtime=2.91 cores=1,3,5,7
/proc/13742/stat : 13742 (java) S 13739 13742 11440 0 -1 1077944320 20467 0 0 0 287 4 0 0 20 0 15 0 99613270 10916995072 27463 33554432000 4194304 4196468 140726576250192 140726576232736 140273390157559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
/proc/13742/statm: 2665282 27463 3100 1 0 2627263 0
[pid=13742/tid=13744] ppid=13739 vsize=10661128 memory=10799 CPUtime=1.47 cores=1,3,5,7
/proc/13742/task/13744/stat : 13744 (java) R 13739 13742 11440 0 -1 4202560 7462 0 0 0 144 3 0 0 20 0 15 0 99613271 10916995072 27463 33554432000 4194304 4196468 140726576250192 140273394394160 140272980470990 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13745] ppid=13739 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13745/stat : 13745 (java) S 13739 13742 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99613271 10916995072 27463 33554432000 4194304 4196468 140726576250192 140273316231568 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13746] ppid=13739 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13746/stat : 13746 (java) S 13739 13742 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99613271 10916995072 27463 33554432000 4194304 4196468 140726576250192 140273315178768 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13747] ppid=13739 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13747/stat : 13747 (java) S 13739 13742 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99613271 10916995072 27463 33554432000 4194304 4196468 140726576250192 140273314126480 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13748] ppid=13739 vsize=10661128 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13748/stat : 13748 (java) S 13739 13742 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99613271 10916995072 27463 33554432000 4194304 4196468 140726576250192 140273313073680 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13749] ppid=13739 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13749/stat : 13749 (java) S 13739 13742 11440 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 99613273 10916995072 27463 33554432000 4194304 4196468 140726576250192 140272881052272 140273390168706 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0

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

[pid=13742/tid=13756] ppid=13739 vsize=10661128 memory=187004 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13756/stat : 13756 (java) S 13739 13742 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99613276 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272873683424 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13757] ppid=13739 vsize=10661128 memory=187004 CPUtime=0.06 cores=1,3,5,7
/proc/13742/task/13757/stat : 13757 (java) S 13739 13742 11440 0 -1 1077944384 191 0 0 0 2 4 0 0 20 0 15 0 99613276 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272872631216 140273390168706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
Current children cumulated CPU time: 300.47 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 187004 KiB

[startup+299.201 s]
/proc/loadavg: 1.28 1.35 1.35 3/217 13849
/proc/meminfo: memFree=27759332/32770624 swapFree=67108792/67108860
[pid=13742] ppid=13739 vsize=10661128 memory=187004 CPUtime=302.08 cores=1,3,5,7
/proc/13742/stat : 13742 (java) S 13739 13742 11440 0 -1 1077944320 39395 0 0 0 30195 13 0 0 20 0 15 0 99613270 10916995072 46751 33554432000 4194304 4196468 140726576250192 140726576232736 140273390157559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
/proc/13742/statm: 2665282 46751 3134 1 0 2627263 0
[pid=13742/tid=13744] ppid=13739 vsize=10661128 memory=187004 CPUtime=298.93 cores=1,3,5,7
/proc/13742/task/13744/stat : 13744 (java) R 13739 13742 11440 0 -1 4202560 9770 0 0 0 29889 4 0 0 20 0 15 0 99613271 10916995072 46751 33554432000 4194304 4196468 140726576250192 140273394397424 140272980025168 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13745] ppid=13739 vsize=10661128 memory=187004 CPUtime=0.07 cores=1,3,5,7
/proc/13742/task/13745/stat : 13745 (java) S 13739 13742 11440 0 -1 1077944384 1928 0 0 0 6 1 0 0 20 0 15 0 99613271 10916995072 46751 33554432000 4194304 4196468 140726576250192 140273316231568 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13746] ppid=13739 vsize=10661128 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/13742/task/13746/stat : 13746 (java) S 13739 13742 11440 0 -1 1077944384 680 0 0 0 6 1 0 0 20 0 15 0 99613271 10916995072 46751 33554432000 4194304 4196468 140726576250192 140273315178768 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13747] ppid=13739 vsize=10661128 memory=792 CPUtime=0.07 cores=1,3,5,7
/proc/13742/task/13747/stat : 13747 (java) S 13739 13742 11440 0 -1 1077944384 704 0 0 0 6 1 0 0 20 0 15 0 99613271 10916995072 46751 33554432000 4194304 4196468 140726576250192 140273314126480 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13748] ppid=13739 vsize=10661128 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/13742/task/13748/stat : 13748 (java) S 13739 13742 11440 0 -1 1077944384 511 0 0 0 6 1 0 0 20 0 15 0 99613271 10916995072 46751 33554432000 4194304 4196468 140726576250192 140273313073680 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13749] ppid=13739 vsize=10661128 memory=1228 CPUtime=0.1 cores=1,3,5,7
/proc/13742/task/13749/stat : 13749 (java) S 13739 13742 11440 0 -1 1077944384 1807 0 0 0 10 0 0 0 20 0 15 0 99613273 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272881052272 140273390168706 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13750] ppid=13739 vsize=10661128 memory=187004 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13750/stat : 13750 (java) S 13739 13742 11440 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 99613273 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272879998240 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13751] ppid=13739 vsize=10661128 memory=28840 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13751/stat : 13751 (java) S 13739 13742 11440 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 99613273 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272878945904 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13752] ppid=13739 vsize=10661128 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13752/stat : 13752 (java) S 13739 13742 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99613276 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272877894224 140273390176155 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13753] ppid=13739 vsize=10661128 memory=2436 CPUtime=1.66 cores=1,3,5,7
/proc/13742/task/13753/stat : 13753 (java) S 13739 13742 11440 0 -1 1077944384 14053 0 0 0 165 1 0 0 20 0 15 0 99613276 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272876841072 140273390168706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13754] ppid=13739 vsize=10661128 memory=1728 CPUtime=0.7 cores=1,3,5,7
/proc/13742/task/13754/stat : 13754 (java) S 13739 13742 11440 0 -1 1077944384 5451 0 0 0 70 0 0 0 20 0 15 0 99613276 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272875788272 140273390168706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13755] ppid=13739 vsize=10661128 memory=1720 CPUtime=0.26 cores=1,3,5,7
/proc/13742/task/13755/stat : 13755 (java) S 13739 13742 11440 0 -1 1077944384 2893 0 0 0 26 0 0 0 20 0 15 0 99613276 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272874735984 140273390168706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13756] ppid=13739 vsize=10661128 memory=5760 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13756/stat : 13756 (java) S 13739 13742 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99613276 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272873683424 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13757] ppid=13739 vsize=10661128 memory=4588 CPUtime=0.06 cores=1,3,5,7
/proc/13742/task/13757/stat : 13757 (java) S 13739 13742 11440 0 -1 1077944384 191 0 0 0 2 4 0 0 20 0 15 0 99613276 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272872631216 140273390168706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
Current children cumulated CPU time: 302.08 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 187004 KiB

[startup+300.001 s]*
/proc/loadavg: 1.28 1.35 1.35 3/217 13849
/proc/meminfo: memFree=27759332/32770624 swapFree=67108792/67108860
[pid=13742] ppid=13739 vsize=10661128 memory=187004 CPUtime=302.88 cores=1,3,5,7
/proc/13742/stat : 13742 (java) S 13739 13742 11440 0 -1 1077944320 39396 0 0 0 30275 13 0 0 20 0 15 0 99613270 10916995072 46751 33554432000 4194304 4196468 140726576250192 140726576232736 140273390157559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
/proc/13742/statm: 2665282 46751 3134 1 0 2627263 0
[pid=13742/tid=13744] ppid=13739 vsize=10661128 memory=6791534058613427641 CPUtime=299.74 cores=1,3,5,7
/proc/13742/task/13744/stat : 13744 (java) R 13739 13742 11440 0 -1 4202560 9771 0 0 0 29970 4 0 0 20 0 15 0 99613271 10916995072 46751 33554432000 4194304 4196468 140726576250192 140273394397280 140272980439306 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13745] ppid=13739 vsize=10661128 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/13742/task/13745/stat : 13745 (java) S 13739 13742 11440 0 -1 1077944384 1928 0 0 0 6 1 0 0 20 0 15 0 99613271 10916995072 46751 33554432000 4194304 4196468 140726576250192 140273316231568 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13746] ppid=13739 vsize=10661128 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/13742/task/13746/stat : 13746 (java) S 13739 13742 11440 0 -1 1077944384 680 0 0 0 6 1 0 0 20 0 15 0 99613271 10916995072 46751 33554432000 4194304 4196468 140726576250192 140273315178768 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13747] ppid=13739 vsize=10661128 memory=2240 CPUtime=0.07 cores=1,3,5,7
/proc/13742/task/13747/stat : 13747 (java) S 13739 13742 11440 0 -1 1077944384 704 0 0 0 6 1 0 0 20 0 15 0 99613271 10916995072 46751 33554432000 4194304 4196468 140726576250192 140273314126480 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13748] ppid=13739 vsize=10661128 memory=4128 CPUtime=0.07 cores=1,3,5,7
/proc/13742/task/13748/stat : 13748 (java) S 13739 13742 11440 0 -1 1077944384 511 0 0 0 6 1 0 0 20 0 15 0 99613271 10916995072 46751 33554432000 4194304 4196468 140726576250192 140273313073680 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13749] ppid=13739 vsize=10661128 memory=2200 CPUtime=0.1 cores=1,3,5,7
/proc/13742/task/13749/stat : 13749 (java) S 13739 13742 11440 0 -1 1077944384 1807 0 0 0 10 0 0 0 20 0 15 0 99613273 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272881052272 140273390168706 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13750] ppid=13739 vsize=10661128 memory=7892 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13750/stat : 13750 (java) S 13739 13742 11440 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 99613273 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272879998240 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13751] ppid=13739 vsize=10661128 memory=840 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13751/stat : 13751 (java) S 13739 13742 11440 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 99613273 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272878945904 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13752] ppid=13739 vsize=10661128 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13752/stat : 13752 (java) S 13739 13742 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99613276 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272877894224 140273390176155 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13753] ppid=13739 vsize=10661128 memory=916 CPUtime=1.66 cores=1,3,5,7
/proc/13742/task/13753/stat : 13753 (java) S 13739 13742 11440 0 -1 1077944384 14053 0 0 0 165 1 0 0 20 0 15 0 99613276 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272876841072 140273390168706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13754] ppid=13739 vsize=10661128 memory=3848 CPUtime=0.7 cores=1,3,5,7
/proc/13742/task/13754/stat : 13754 (java) S 13739 13742 11440 0 -1 1077944384 5451 0 0 0 70 0 0 0 20 0 15 0 99613276 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272875788272 140273390168706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13755] ppid=13739 vsize=10661128 memory=4136 CPUtime=0.26 cores=1,3,5,7
/proc/13742/task/13755/stat : 13755 (java) S 13739 13742 11440 0 -1 1077944384 2893 0 0 0 26 0 0 0 20 0 15 0 99613276 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272874735984 140273390168706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13756] ppid=13739 vsize=10661128 memory=28840 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13756/stat : 13756 (java) S 13739 13742 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99613276 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272873683424 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13757] ppid=13739 vsize=10661128 memory=1292 CPUtime=0.06 cores=1,3,5,7
/proc/13742/task/13757/stat : 13757 (java) S 13739 13742 11440 0 -1 1077944384 191 0 0 0 2 4 0 0 20 0 15 0 99613276 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272872631216 140273390168706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
Current children cumulated CPU time: 302.88 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 187004 KiB

[startup+300.201 s]
/proc/loadavg: 1.28 1.35 1.35 3/217 13849
/proc/meminfo: memFree=27759332/32770624 swapFree=67108792/67108860
[pid=13742] ppid=13739 vsize=10661128 memory=187004 CPUtime=303.08 cores=1,3,5,7
/proc/13742/stat : 13742 (java) S 13739 13742 11440 0 -1 1077944320 39396 0 0 0 30295 13 0 0 20 0 15 0 99613270 10916995072 46751 33554432000 4194304 4196468 140726576250192 140726576232736 140273390157559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
/proc/13742/statm: 2665282 46751 3134 1 0 2627263 0
[pid=13742/tid=13744] ppid=13739 vsize=10661128 memory=288230583166042426 CPUtime=299.93 cores=1,3,5,7
/proc/13742/task/13744/stat : 13744 (java) R 13739 13742 11440 0 -1 4202560 9771 0 0 0 29989 4 0 0 20 0 15 0 99613271 10916995072 46751 33554432000 4194304 4196468 140726576250192 140273394397280 140272980463460 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13745] ppid=13739 vsize=10661128 memory=14976689222453353 CPUtime=0.07 cores=1,3,5,7
/proc/13742/task/13745/stat : 13745 (java) S 13739 13742 11440 0 -1 1077944384 1928 0 0 0 6 1 0 0 20 0 15 0 99613271 10916995072 46751 33554432000 4194304 4196468 140726576250192 140273316231568 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13746] ppid=13739 vsize=10661128 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/13742/task/13746/stat : 13746 (java) S 13739 13742 11440 0 -1 1077944384 680 0 0 0 6 1 0 0 20 0 15 0 99613271 10916995072 46751 33554432000 4194304 4196468 140726576250192 140273315178768 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13747] ppid=13739 vsize=10661128 memory=3144 CPUtime=0.07 cores=1,3,5,7
/proc/13742/task/13747/stat : 13747 (java) S 13739 13742 11440 0 -1 1077944384 704 0 0 0 6 1 0 0 20 0 15 0 99613271 10916995072 46751 33554432000 4194304 4196468 140726576250192 140273314126480 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13748] ppid=13739 vsize=10661128 memory=187004 CPUtime=0.07 cores=1,3,5,7
/proc/13742/task/13748/stat : 13748 (java) S 13739 13742 11440 0 -1 1077944384 511 0 0 0 6 1 0 0 20 0 15 0 99613271 10916995072 46751 33554432000 4194304 4196468 140726576250192 140273313073680 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13749] ppid=13739 vsize=10661128 memory=1404 CPUtime=0.1 cores=1,3,5,7
/proc/13742/task/13749/stat : 13749 (java) S 13739 13742 11440 0 -1 1077944384 1807 0 0 0 10 0 0 0 20 0 15 0 99613273 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272881052272 140273390168706 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13750] ppid=13739 vsize=10661128 memory=3164 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13750/stat : 13750 (java) S 13739 13742 11440 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 99613273 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272879998240 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13751] ppid=13739 vsize=10661128 memory=168480 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13751/stat : 13751 (java) S 13739 13742 11440 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 99613273 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272878945904 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13752] ppid=13739 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13752/stat : 13752 (java) S 13739 13742 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99613276 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272877894224 140273390176155 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13753] ppid=13739 vsize=10661128 memory=4872558044660077418 CPUtime=1.66 cores=1,3,5,7
/proc/13742/task/13753/stat : 13753 (java) S 13739 13742 11440 0 -1 1077944384 14053 0 0 0 165 1 0 0 20 0 15 0 99613276 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272876841072 140273390168706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13754] ppid=13739 vsize=10661128 memory=-9181546051567709026 CPUtime=0.7 cores=1,3,5,7
/proc/13742/task/13754/stat : 13754 (java) S 13739 13742 11440 0 -1 1077944384 5451 0 0 0 70 0 0 0 20 0 15 0 99613276 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272875788272 140273390168706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13755] ppid=13739 vsize=10661128 memory=6944656591801717918 CPUtime=0.26 cores=1,3,5,7
/proc/13742/task/13755/stat : 13755 (java) S 13739 13742 11440 0 -1 1077944384 2893 0 0 0 26 0 0 0 20 0 15 0 99613276 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272874735984 140273390168706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13756] ppid=13739 vsize=10661128 memory=6933690287860520857 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13756/stat : 13756 (java) S 13739 13742 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99613276 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272873683424 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13757] ppid=13739 vsize=10661128 memory=304556123141439514 CPUtime=0.06 cores=1,3,5,7
/proc/13742/task/13757/stat : 13757 (java) S 13739 13742 11440 0 -1 1077944384 191 0 0 0 2 4 0 0 20 0 15 0 99613276 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272872631216 140273390168706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
Current children cumulated CPU time: 303.08 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 187004 KiB

[startup+300.301 s]
/proc/loadavg: 1.28 1.35 1.35 3/217 13849
/proc/meminfo: memFree=27759332/32770624 swapFree=67108792/67108860
[pid=13742] ppid=13739 vsize=10661128 memory=187004 CPUtime=303.18 cores=1,3,5,7
/proc/13742/stat : 13742 (java) S 13739 13742 11440 0 -1 1077944320 39396 0 0 0 30305 13 0 0 20 0 15 0 99613270 10916995072 46751 33554432000 4194304 4196468 140726576250192 140726576232736 140273390157559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
/proc/13742/statm: 2665282 46751 3134 1 0 2627263 0
[pid=13742/tid=13744] ppid=13739 vsize=10661128 memory=187004 CPUtime=300.03 cores=1,3,5,7
/proc/13742/task/13744/stat : 13744 (java) R 13739 13742 11440 0 -1 4202560 9771 0 0 0 29999 4 0 0 20 0 15 0 99613271 10916995072 46751 33554432000 4194304 4196468 140726576250192 140273394397280 140272980438420 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13745] ppid=13739 vsize=10661128 memory=187004 CPUtime=0.07 cores=1,3,5,7
/proc/13742/task/13745/stat : 13745 (java) S 13739 13742 11440 0 -1 1077944384 1928 0 0 0 6 1 0 0 20 0 15 0 99613271 10916995072 46751 33554432000 4194304 4196468 140726576250192 140273316231568 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13746] ppid=13739 vsize=10661128 memory=187004 CPUtime=0.07 cores=1,3,5,7
/proc/13742/task/13746/stat : 13746 (java) S 13739 13742 11440 0 -1 1077944384 680 0 0 0 6 1 0 0 20 0 15 0 99613271 10916995072 46751 33554432000 4194304 4196468 140726576250192 140273315178768 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13747] ppid=13739 vsize=10661128 memory=187004 CPUtime=0.07 cores=1,3,5,7
/proc/13742/task/13747/stat : 13747 (java) S 13739 13742 11440 0 -1 1077944384 704 0 0 0 6 1 0 0 20 0 15 0 99613271 10916995072 46751 33554432000 4194304 4196468 140726576250192 140273314126480 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13748] ppid=13739 vsize=10661128 memory=187004 CPUtime=0.07 cores=1,3,5,7
/proc/13742/task/13748/stat : 13748 (java) S 13739 13742 11440 0 -1 1077944384 511 0 0 0 6 1 0 0 20 0 15 0 99613271 10916995072 46751 33554432000 4194304 4196468 140726576250192 140273313073680 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13749] ppid=13739 vsize=10661128 memory=7090187895539525733 CPUtime=0.1 cores=1,3,5,7
/proc/13742/task/13749/stat : 13749 (java) S 13739 13742 11440 0 -1 1077944384 1807 0 0 0 10 0 0 0 20 0 15 0 99613273 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272881052272 140273390168706 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13750] ppid=13739 vsize=10661128 memory=187004 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13750/stat : 13750 (java) S 13739 13742 11440 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 99613273 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272879998240 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13751] ppid=13739 vsize=10661128 memory=187004 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13751/stat : 13751 (java) S 13739 13742 11440 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 99613273 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272878945904 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13752] ppid=13739 vsize=10661128 memory=187004 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13752/stat : 13752 (java) S 13739 13742 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99613276 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272877894224 140273390176155 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13753] ppid=13739 vsize=10661128 memory=187004 CPUtime=1.66 cores=1,3,5,7
/proc/13742/task/13753/stat : 13753 (java) S 13739 13742 11440 0 -1 1077944384 14053 0 0 0 165 1 0 0 20 0 15 0 99613276 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272876841072 140273390168706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13754] ppid=13739 vsize=10661128 memory=187004 CPUtime=0.7 cores=1,3,5,7
/proc/13742/task/13754/stat : 13754 (java) S 13739 13742 11440 0 -1 1077944384 5451 0 0 0 70 0 0 0 20 0 15 0 99613276 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272875788272 140273390168706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13755] ppid=13739 vsize=10661128 memory=187004 CPUtime=0.26 cores=1,3,5,7
/proc/13742/task/13755/stat : 13755 (java) S 13739 13742 11440 0 -1 1077944384 2893 0 0 0 26 0 0 0 20 0 15 0 99613276 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272874735984 140273390168706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13756] ppid=13739 vsize=10661128 memory=187004 CPUtime=0 cores=1,3,5,7
/proc/13742/task/13756/stat : 13756 (java) S 13739 13742 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99613276 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272873683424 140273390167765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
[pid=13742/tid=13757] ppid=13739 vsize=10661128 memory=288230583166042426 CPUtime=0.06 cores=1,3,5,7
/proc/13742/task/13757/stat : 13757 (java) S 13739 13742 11440 0 -1 1077944384 191 0 0 0 2 4 0 0 20 0 15 0 99613276 10916995072 46751 33554432000 4194304 4196468 140726576250192 140272872631216 140273390168706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7561216 140726576256138 140726576256265 140726576256265 140726576259023 0
Current children cumulated CPU time: 303.18 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 187004 KiB

Child status: 0
Real time (s): 300.359
CPU time (s): 303.25
CPU user time (s): 303.107
CPU system time (s): 0.143081
CPU usage (%): 100.963
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 199940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 303.107
system time used= 0.143081
maximum resident set size= 199940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39951
page faults= 0
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10687
involuntary context switches= 180


# summary of solver processes directly reported to runsolver:
#   pid: 13742
#   total CPU time (s): 303.25
#   total CPU user time (s): 303.107
#   total CPU system time (s): 0.143081

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.58567 second user time and 2.63973 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 01:28:20
IDJOB=4299358
IDBENCH=141365
IDSOLVER=2767
FILE ID=node150/4299358-1532820500
RUNJOBID= node150-1532808681-11472
PBS_JOBID= 21022473
Free space on /tmp= 53100 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-10_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299358-1532820500/watcher-4299358-1532820500 -o /tmp/evaluation-result-4299358-1532820500/solver-4299358-1532820500 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532808681-11472 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4299358-1532820500.xml

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

MD5SUM BENCH= 769ec0f26c47f1b96bb609b2e4d8d5d6
RANDOM SEED=341913432

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27978512 kB
MemAvailable:   31823532 kB
Buffers:          212088 kB
Cached:          3871720 kB
SwapCached:           32 kB
Active:          1595452 kB
Inactive:        2655136 kB
Active(anon):     118540 kB
Inactive(anon):    76188 kB
Active(file):    1476912 kB
Inactive(file):  2578948 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:              1212 kB
Writeback:             0 kB
AnonPages:        213016 kB
Mapped:            55532 kB
Shmem:             25156 kB
Slab:             238732 kB
SReclaimable:     209992 kB
SUnreclaim:        28740 kB
KernelStack:        3808 kB
PageTables:         5440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1075528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53100 MiB
End job on node150 at 2018-07-29 01:33:20