Trace number 4299428

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-27SAT96 302.555 300.369

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-11_c18.xml
MD5SUMd48530cddaac7c3de8b9754209410058
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark2519.98
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints56
Number of domains2
Minimum domain size121
Maximum domain size122
Distribution of domain sizes[{"size":121,"count":55},{"size":122,"count":11}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":66},{"degree":2,"count":55},{"degree":10,"count":10},{"degree":11,"count":1}]
Minimum constraint arity3
Maximum constraint arity55
Distribution of constraint arities[{"arity":3,"count":55},{"arity":55,"count":1}]
Number of extensional constraints0
Number of intensional constraints55
Distribution of constraint types[{"type":"intension","count":55},{"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
4.32/3.16	o 96
302.47/300.36	s SATISFIABLE
302.47/300.36	v <instantiation>
302.47/300.36	v 	<list>
302.47/300.36	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] 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[0][10] 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[1][10] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[6][7] y[6][8] y[6][9] y[6][10] y[7][8] y[7][9] y[7][10] y[8][9] y[8][10] y[9][10] 
302.47/300.36	v 	</list>
302.47/300.36	v 	<values>
302.47/300.36	v 		0 1 3 7 12 20 30 44 65 80 96 1 3 7 12 20 30 44 65 80 96 2 6 11 19 29 43 64 79 95 4 9 17 27 41 62 77 93 5 13 23 37 58 73 89 8 18 32 53 68 84 10 24 45 60 76 14 35 50 66 21 36 52 15 31 16 
302.47/300.36	v 	</values>
302.47/300.36	v </instantiation>

Verifier Data

OK	96

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299428-1532820875/watcher-4299428-1532820875 -o /tmp/evaluation-result-4299428-1532820875/solver-4299428-1532820875 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532808776-30743 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4299428-1532820875.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
Current StackSize limit: 8192 KiB

solver pid=740, runsolver pid=737

[startup+0.100058 s]*
/proc/loadavg: 1.54 1.49 1.52 4/215 755
/proc/meminfo: memFree=27852348/32770624 swapFree=67108436/67108860
[pid=740] ppid=737 vsize=10661052 memory=28388 CPUtime=0.12 cores=0,2,4,6
/proc/740/stat : 740 (java) S 737 740 30712 0 -1 1077944320 4981 0 0 0 11 1 0 0 20 0 15 0 99650632 10916917248 7097 33554432000 4194304 4196468 140732714616272 140732714598816 140494621003511 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
/proc/740/statm: 2665263 7097 2865 1 0 2627263 0
[pid=740/tid=742] ppid=737 vsize=10661052 memory=8389772277269004345 CPUtime=0.09 cores=0,2,4,6
/proc/740/task/742/stat : 742 (java) R 737 740 30712 0 -1 4202560 2862 0 0 0 8 1 0 0 20 0 15 0 99650632 10916917248 7097 33554432000 4194304 4196468 140732714616272 140494625224672 140494621024858 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=743] ppid=737 vsize=10661052 memory=4294967641 CPUtime=0 cores=0,2,4,6
/proc/740/task/743/stat : 743 (java) S 737 740 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99650633 10916917248 7097 33554432000 4194304 4196468 140732714616272 140494557694608 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=744] ppid=737 vsize=10661052 memory=140327500171712 CPUtime=0 cores=0,2,4,6
/proc/740/task/744/stat : 744 (java) S 737 740 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99650633 10916917248 7097 33554432000 4194304 4196468 140732714616272 140494556641808 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=745] ppid=737 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/740/task/745/stat : 745 (java) S 737 740 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99650633 10916917248 7097 33554432000 4194304 4196468 140732714616272 140494555589008 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=746] ppid=737 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/740/task/746/stat : 746 (java) S 737 740 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99650633 10916917248 7097 33554432000 4194304 4196468 140732714616272 140494224877840 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=747] ppid=737 vsize=10661052 memory=140327500142208 CPUtime=0 cores=0,2,4,6
/proc/740/task/747/stat : 747 (java) S 737 740 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99650634 10916917248 7097 33554432000 4194304 4196468 140732714616272 140493724453744 140494621014658 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=748] ppid=737 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/740/task/748/stat : 748 (java) S 737 740 30712 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99650635 10916917248 7097 33554432000 4194304 4196468 140732714616272 140493723399712 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=749] ppid=737 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/740/task/749/stat : 749 (java) S 737 740 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99650635 10916917248 7097 33554432000 4194304 4196468 140732714616272 140493722346864 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=750] ppid=737 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/740/task/750/stat : 750 (java) S 737 740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99650637 10916917248 7097 33554432000 4194304 4196468 140732714616272 140493721295184 140494621022107 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=751] ppid=737 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/740/task/751/stat : 751 (java) S 737 740 30712 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 99650637 10916917248 7097 33554432000 4194304 4196468 140732714616272 140493720242544 140494621014658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=752] ppid=737 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/740/task/752/stat : 752 (java) S 737 740 30712 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 15 0 99650637 10916917248 7097 33554432000 4194304 4196468 140732714616272 140493719189744 140494621014658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=753] ppid=737 vsize=10661052 memory=140327500142208 CPUtime=0.01 cores=0,2,4,6
/proc/740/task/753/stat : 753 (java) R 737 740 30712 0 -1 4202560 324 0 0 0 1 0 0 0 20 0 15 0 99650637 10916917248 7097 33554432000 4194304 4196468 140732714616272 140493718136944 140494604371713 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=754] ppid=737 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/740/task/754/stat : 754 (java) S 737 740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99650638 10916917248 7097 33554432000 4194304 4196468 140732714616272 140493717084384 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=755] ppid=737 vsize=10661052 memory=140327500142208 CPUtime=0 cores=0,2,4,6
/proc/740/task/755/stat : 755 (java) S 737 740 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99650638 10916917248 7097 33554432000 4194304 4196468 140732714616272 140493716032688 140494621014658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 28388 KiB

[startup+0.210451 s]*
/proc/loadavg: 1.54 1.49 1.52 4/215 755
/proc/meminfo: memFree=27840628/32770624 swapFree=67108436/67108860
[pid=740] ppid=737 vsize=10661052 memory=40068 CPUtime=0.32 cores=0,2,4,6
/proc/740/stat : 740 (java) S 737 740 30712 0 -1 1077944320 7600 0 0 0 30 2 0 0 20 0 15 0 99650632 10916917248 10017 33554432000 4194304 4196468 140732714616272 140732714598816 140494621003511 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
/proc/740/statm: 2665263 10017 2980 1 0 2627263 0
[pid=740/tid=742] ppid=737 vsize=10661128 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/740/task/742/stat : 742 (java) R 737 740 30712 0 -1 4202560 4747 0 0 0 18 1 0 0 20 0 15 0 99650632 10916995072 10119 33554432000 4194304 4196468 140732714616272 140494625235824 140494605083998 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=743] ppid=737 vsize=10661128 memory=4294967641 CPUtime=0 cores=0,2,4,6
/proc/740/task/743/stat : 743 (java) S 737 740 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99650633 10916995072 10119 33554432000 4194304 4196468 140732714616272 140494557694608 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=744] ppid=737 vsize=10661128 memory=140327500171712 CPUtime=0 cores=0,2,4,6
/proc/740/task/744/stat : 744 (java) S 737 740 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99650633 10916995072 10119 33554432000 4194304 4196468 140732714616272 140494556641808 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=745] ppid=737 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/740/task/745/stat : 745 (java) S 737 740 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99650633 10916995072 10119 33554432000 4194304 4196468 140732714616272 140494555589008 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=746] ppid=737 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/740/task/746/stat : 746 (java) S 737 740 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99650633 10916995072 10119 33554432000 4194304 4196468 140732714616272 140494224877840 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=747] ppid=737 vsize=10661128 memory=140327500142208 CPUtime=0 cores=0,2,4,6
/proc/740/task/747/stat : 747 (java) S 737 740 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99650634 10916995072 10119 33554432000 4194304 4196468 140732714616272 140493724453744 140494621014658 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=748] ppid=737 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/740/task/748/stat : 748 (java) S 737 740 30712 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99650635 10916995072 10119 33554432000 4194304 4196468 140732714616272 140493723399712 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=749] ppid=737 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/740/task/749/stat : 749 (java) S 737 740 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99650635 10916995072 10119 33554432000 4194304 4196468 140732714616272 140493722346864 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=750] ppid=737 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/740/task/750/stat : 750 (java) S 737 740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99650637 10916995072 10119 33554432000 4194304 4196468 140732714616272 140493721295184 140494621022107 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=751] ppid=737 vsize=10661128 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/740/task/751/stat : 751 (java) S 737 740 30712 0 -1 1077944384 406 0 0 0 2 0 0 0 20 0 15 0 99650637 10916995072 10119 33554432000 4194304 4196468 140732714616272 140493720242544 140494621014658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=752] ppid=737 vsize=10661128 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/740/task/752/stat : 752 (java) S 737 740 30712 0 -1 1077944384 366 0 0 0 1 0 0 0 20 0 15 0 99650637 10916995072 10119 33554432000 4194304 4196468 140732714616272 140493719189744 140494621014658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=753] ppid=737 vsize=10661128 memory=140327500142208 CPUtime=0.07 cores=0,2,4,6
/proc/740/task/753/stat : 753 (java) S 737 740 30712 0 -1 1077944384 759 0 0 0 7 0 0 0 20 0 15 0 99650637 10916995072 10119 33554432000 4194304 4196468 140732714616272 140493718136944 140494621014658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=754] ppid=737 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/740/task/754/stat : 754 (java) S 737 740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99650638 10916995072 10119 33554432000 4194304 4196468 140732714616272 140493717084384 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=755] ppid=737 vsize=10661128 memory=140327500142208 CPUtime=0 cores=0,2,4,6
/proc/740/task/755/stat : 755 (java) S 737 740 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99650638 10916995072 10119 33554432000 4194304 4196468 140732714616272 140493716032688 140494621014658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40068 KiB

[startup+0.313073 s]*
/proc/loadavg: 1.54 1.49 1.52 6/215 755
/proc/meminfo: memFree=27833184/32770624 swapFree=67108436/67108860
[pid=740] ppid=737 vsize=10661128 memory=47500 CPUtime=0.55 cores=0,2,4,6
/proc/740/stat : 740 (java) S 737 740 30712 0 -1 1077944320 8413 0 0 0 53 2 0 0 20 0 15 0 99650632 10916995072 11875 33554432000 4194304 4196468 140732714616272 140732714598816 140494621003511 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
/proc/740/statm: 2665282 11875 3057 1 0 2627263 0
[pid=740/tid=742] ppid=737 vsize=10661128 memory=8389772277269004345 CPUtime=0.3 cores=0,2,4,6
/proc/740/task/742/stat : 742 (java) R 737 740 30712 0 -1 4202560 5064 0 0 0 28 2 0 0 20 0 15 0 99650632 10916995072 11875 33554432000 4194304 4196468 140732714616272 140494625238592 140494605083998 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=743] ppid=737 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/740/task/743/stat : 743 (java) S 737 740 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99650633 10916995072 11875 33554432000 4194304 4196468 140732714616272 140494557694608 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=744] ppid=737 vsize=10661128 memory=140327500171312 CPUtime=0 cores=0,2,4,6
/proc/740/task/744/stat : 744 (java) S 737 740 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99650633 10916995072 11875 33554432000 4194304 4196468 140732714616272 140494556641808 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=745] ppid=737 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/740/task/745/stat : 745 (java) S 737 740 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99650633 10916995072 11875 33554432000 4194304 4196468 140732714616272 140494555589008 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=746] ppid=737 vsize=10661128 memory=35 CPUtime=0 cores=0,2,4,6
/proc/740/task/746/stat : 746 (java) S 737 740 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99650633 10916995072 11875 33554432000 4194304 4196468 140732714616272 140494224877840 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=747] ppid=737 vsize=10661128 memory=140327500142208 CPUtime=0 cores=0,2,4,6
/proc/740/task/747/stat : 747 (java) S 737 740 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99650634 10916995072 11875 33554432000 4194304 4196468 140732714616272 140493724453744 140494621014658 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=748] ppid=737 vsize=10661128 memory=67 CPUtime=0 cores=0,2,4,6
/proc/740/task/748/stat : 748 (java) S 737 740 30712 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99650635 10916995072 11875 33554432000 4194304 4196468 140732714616272 140493723399712 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=749] ppid=737 vsize=10661128 memory=18868 CPUtime=0 cores=0,2,4,6
/proc/740/task/749/stat : 749 (java) S 737 740 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99650635 10916995072 11875 33554432000 4194304 4196468 140732714616272 140493722346864 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=750] ppid=737 vsize=10661128 memory=21172 CPUtime=0 cores=0,2,4,6
/proc/740/task/750/stat : 750 (java) S 737 740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99650637 10916995072 11875 33554432000 4194304 4196468 140732714616272 140493721295184 140494621022107 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=751] ppid=737 vsize=10661128 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/740/task/751/stat : 751 (java) R 737 740 30712 0 -1 1077944384 476 0 0 0 4 0 0 0 20 0 15 0 99650637 10916995072 11875 33554432000 4194304 4196468 140732714616272 140493720242544 140494621014658 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=752] ppid=737 vsize=10661128 memory=35 CPUtime=0.06 cores=0,2,4,6
/proc/740/task/752/stat : 752 (java) R 737 740 30712 0 -1 4202560 558 0 0 0 6 0 0 0 20 0 15 0 99650637 10916995072 11875 33554432000 4194304 4196468 140732714616272 140493719175768 140494606125696 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=753] ppid=737 vsize=10661128 memory=140327500142208 CPUtime=0.14 cores=0,2,4,6
/proc/740/task/753/stat : 753 (java) R 737 740 30712 0 -1 4202560 953 0 0 0 14 0 0 0 20 0 15 0 99650637 10916995072 11875 33554432000 4194304 4196468 140732714616272 140493718136944 140494599807839 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=754] ppid=737 vsize=10661128 memory=35 CPUtime=0 cores=0,2,4,6
/proc/740/task/754/stat : 754 (java) S 737 740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99650638 10916995072 11875 33554432000 4194304 4196468 140732714616272 140493717084384 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=755] ppid=737 vsize=10661128 memory=143535840713066 CPUtime=0 cores=0,2,4,6
/proc/740/task/755/stat : 755 (java) S 737 740 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99650638 10916995072 11875 33554432000 4194304 4196468 140732714616272 140493716032688 140494621014658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 47500 KiB

[startup+0.700767 s]
/proc/loadavg: 1.54 1.49 1.52 5/215 755
/proc/meminfo: memFree=27818340/32770624 swapFree=67108436/67108860
[pid=740] ppid=737 vsize=10661128 memory=67708 CPUtime=1.71 cores=0,2,4,6
/proc/740/stat : 740 (java) S 737 740 30712 0 -1 1077944320 12436 0 0 0 168 3 0 0 20 0 15 0 99650632 10916995072 16927 33554432000 4194304 4196468 140732714616272 140732714598816 140494621003511 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
/proc/740/statm: 2665282 16927 3081 1 0 2627263 0
[pid=740/tid=742] ppid=737 vsize=10661128 memory=31 CPUtime=0.68 cores=0,2,4,6
/proc/740/task/742/stat : 742 (java) R 737 740 30712 0 -1 4202560 5145 0 0 0 66 2 0 0 20 0 15 0 99650632 10916995072 16927 33554432000 4194304 4196468 140732714616272 140494625239800 140494606137408 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=743] ppid=737 vsize=10661128 memory=2 CPUtime=0 cores=0,2,4,6
/proc/740/task/743/stat : 743 (java) S 737 740 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99650633 10916995072 16927 33554432000 4194304 4196468 140732714616272 140494557694608 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=744] ppid=737 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/740/task/744/stat : 744 (java) S 737 740 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99650633 10916995072 16927 33554432000 4194304 4196468 140732714616272 140494556641808 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=745] ppid=737 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/740/task/745/stat : 745 (java) S 737 740 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99650633 10916995072 16927 33554432000 4194304 4196468 140732714616272 140494555589008 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=746] ppid=737 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/740/task/746/stat : 746 (java) S 737 740 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99650633 10916995072 16927 33554432000 4194304 4196468 140732714616272 140494224877840 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=747] ppid=737 vsize=10661128 memory=8751464017575557429 CPUtime=0 cores=0,2,4,6
/proc/740/task/747/stat : 747 (java) S 737 740 30712 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 99650634 10916995072 16927 33554432000 4194304 4196468 140732714616272 140493724453744 140494621014658 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=748] ppid=737 vsize=10661128 memory=16148 CPUtime=0 cores=0,2,4,6
/proc/740/task/748/stat : 748 (java) S 737 740 30712 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99650635 10916995072 16927 33554432000 4194304 4196468 140732714616272 140493723399712 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=749] ppid=737 vsize=10661128 memory=7518590701213671769 CPUtime=0 cores=0,2,4,6
/proc/740/task/749/stat : 749 (java) S 737 740 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99650635 10916995072 16927 33554432000 4194304 4196468 140732714616272 140493722346864 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=750] ppid=737 vsize=10661128 memory=7019257425709197167 CPUtime=0 cores=0,2,4,6
/proc/740/task/750/stat : 750 (java) S 737 740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99650637 10916995072 16927 33554432000 4194304 4196468 140732714616272 140493721295184 140494621022107 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=751] ppid=737 vsize=10661128 memory=5787213831426565969 CPUtime=0.38 cores=0,2,4,6
/proc/740/task/751/stat : 751 (java) S 737 740 30712 0 -1 1077944384 2820 0 0 0 38 0 0 0 20 0 15 0 99650637 10916995072 16927 33554432000 4194304 4196468 140732714616272 140493720242544 140494621014658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=752] ppid=737 vsize=10661128 memory=7898351070516488779 CPUtime=0.4 cores=0,2,4,6
/proc/740/task/752/stat : 752 (java) S 737 740 30712 0 -1 1077944384 1810 0 0 0 40 0 0 0 20 0 15 0 99650637 10916995072 16927 33554432000 4194304 4196468 140732714616272 140493719189744 140494621014658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=753] ppid=737 vsize=10661128 memory=-8253387840130273399 CPUtime=0.22 cores=0,2,4,6
/proc/740/task/753/stat : 753 (java) S 737 740 30712 0 -1 1077944384 1287 0 0 0 22 0 0 0 20 0 15 0 99650637 10916995072 16927 33554432000 4194304 4196468 140732714616272 140493718136944 140494621014658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=754] ppid=737 vsize=10661128 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/740/task/754/stat : 754 (java) S 737 740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99650638 10916995072 16927 33554432000 4194304 4196468 140732714616272 140493717084384 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=755] ppid=737 vsize=10661128 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/740/task/755/stat : 755 (java) S 737 740 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99650638 10916995072 16927 33554432000 4194304 4196468 140732714616272 140493716032688 140494621014658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 67708 KiB

[startup+1.50084 s]
/proc/loadavg: 1.54 1.49 1.52 3/215 755
/proc/meminfo: memFree=27803696/32770624 swapFree=67108436/67108860
[pid=740] ppid=737 vsize=10661128 memory=106996 CPUtime=2.59 cores=0,2,4,6
/proc/740/stat : 740 (java) S 737 740 30712 0 -1 1077944320 13503 0 0 0 255 4 0 0 20 0 15 0 99650632 10916995072 26749 33554432000 4194304 4196468 140732714616272 140732714598816 140494621003511 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
/proc/740/statm: 2665282 26749 3098 1 0 2627263 0
[pid=740/tid=742] ppid=737 vsize=10661128 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/740/task/742/stat : 742 (java) R 737 740 30712 0 -1 4202560 5296 0 0 0 145 2 0 0 20 0 15 0 99650632 10916995072 26749 33554432000 4194304 4196468 140732714616272 140494625239936 140494238295730 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=743] ppid=737 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/740/task/743/stat : 743 (java) S 737 740 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99650633 10916995072 26749 33554432000 4194304 4196468 140732714616272 140494557694608 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=744] ppid=737 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/740/task/744/stat : 744 (java) S 737 740 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99650633 10916995072 26749 33554432000 4194304 4196468 140732714616272 140494556641808 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=745] ppid=737 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/740/task/745/stat : 745 (java) S 737 740 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99650633 10916995072 26749 33554432000 4194304 4196468 140732714616272 140494555589008 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=746] ppid=737 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/740/task/746/stat : 746 (java) S 737 740 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99650633 10916995072 26749 33554432000 4194304 4196468 140732714616272 140494224877840 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=747] ppid=737 vsize=10661128 memory=8389772264424763056 CPUtime=0 cores=0,2,4,6
/proc/740/task/747/stat : 747 (java) S 737 740 30712 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 99650634 10916995072 26749 33554432000 4194304 4196468 140732714616272 140493724453744 140494621014658 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0

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

[pid=740/tid=754] ppid=737 vsize=10661128 memory=182912 CPUtime=0 cores=0,2,4,6
/proc/740/task/754/stat : 754 (java) S 737 740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99650638 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493717084384 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=755] ppid=737 vsize=10661128 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/740/task/755/stat : 755 (java) S 737 740 30712 0 -1 1077944384 251 0 0 0 3 4 0 0 20 0 15 0 99650638 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493716032688 140494621014658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
Current children cumulated CPU time: 299.77 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 182928 KiB

[startup+299.201 s]
/proc/loadavg: 1.51 1.45 1.49 3/214 835
/proc/meminfo: memFree=27676256/32770624 swapFree=67108436/67108860
[pid=740] ppid=737 vsize=10661128 memory=182928 CPUtime=301.37 cores=0,2,4,6
/proc/740/stat : 740 (java) S 737 740 30712 0 -1 1077944320 29985 0 0 0 30122 15 0 0 20 0 15 0 99650632 10916995072 45732 33554432000 4194304 4196468 140732714616272 140732714598816 140494621003511 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
/proc/740/statm: 2665282 45732 3135 1 0 2627263 0
[pid=740/tid=742] ppid=737 vsize=10661128 memory=28660 CPUtime=298.97 cores=0,2,4,6
/proc/740/task/742/stat : 742 (java) R 737 740 30712 0 -1 4202560 8557 0 0 0 29893 4 0 0 20 0 15 0 99650632 10916995072 45732 33554432000 4194304 4196468 140732714616272 140494625242784 140494238516378 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=743] ppid=737 vsize=10661128 memory=1296 CPUtime=0.06 cores=0,2,4,6
/proc/740/task/743/stat : 743 (java) S 737 740 30712 0 -1 1077944384 493 0 0 0 5 1 0 0 20 0 15 0 99650633 10916995072 45732 33554432000 4194304 4196468 140732714616272 140494557694608 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=744] ppid=737 vsize=10661128 memory=6947385649911455296 CPUtime=0.06 cores=0,2,4,6
/proc/740/task/744/stat : 744 (java) S 737 740 30712 0 -1 1077944384 1465 0 0 0 5 1 0 0 20 0 15 0 99650633 10916995072 45732 33554432000 4194304 4196468 140732714616272 140494556641808 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=745] ppid=737 vsize=10661128 memory=1576 CPUtime=0.06 cores=0,2,4,6
/proc/740/task/745/stat : 745 (java) S 737 740 30712 0 -1 1077944384 828 0 0 0 5 1 0 0 20 0 15 0 99650633 10916995072 45732 33554432000 4194304 4196468 140732714616272 140494555589008 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=746] ppid=737 vsize=10661128 memory=932 CPUtime=0.06 cores=0,2,4,6
/proc/740/task/746/stat : 746 (java) S 737 740 30712 0 -1 1077944384 1192 0 0 0 5 1 0 0 20 0 15 0 99650633 10916995072 45732 33554432000 4194304 4196468 140732714616272 140494224877840 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=747] ppid=737 vsize=10661128 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/740/task/747/stat : 747 (java) S 737 740 30712 0 -1 1077944384 1849 0 0 0 7 1 0 0 20 0 15 0 99650634 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493724453744 140494621014658 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=748] ppid=737 vsize=10661128 memory=4132 CPUtime=0 cores=0,2,4,6
/proc/740/task/748/stat : 748 (java) S 737 740 30712 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 99650635 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493723399776 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=749] ppid=737 vsize=10661128 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/740/task/749/stat : 749 (java) S 737 740 30712 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 99650635 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493722346864 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=750] ppid=737 vsize=10661128 memory=1852 CPUtime=0 cores=0,2,4,6
/proc/740/task/750/stat : 750 (java) S 737 740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99650637 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493721295184 140494621022107 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=751] ppid=737 vsize=10661128 memory=872 CPUtime=0.57 cores=0,2,4,6
/proc/740/task/751/stat : 751 (java) S 737 740 30712 0 -1 1077944384 4973 0 0 0 57 0 0 0 20 0 15 0 99650637 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493720242544 140494621014658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=752] ppid=737 vsize=10661128 memory=8068 CPUtime=1.06 cores=0,2,4,6
/proc/740/task/752/stat : 752 (java) S 737 740 30712 0 -1 1077944384 6818 0 0 0 106 0 0 0 20 0 15 0 99650637 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493719189744 140494621014658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=753] ppid=737 vsize=10661128 memory=11648 CPUtime=0.27 cores=0,2,4,6
/proc/740/task/753/stat : 753 (java) S 737 740 30712 0 -1 1077944384 2141 0 0 0 27 0 0 0 20 0 15 0 99650637 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493718136944 140494621014658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=754] ppid=737 vsize=10661128 memory=796 CPUtime=0 cores=0,2,4,6
/proc/740/task/754/stat : 754 (java) S 737 740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99650638 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493717084384 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=755] ppid=737 vsize=10661128 memory=182928 CPUtime=0.07 cores=0,2,4,6
/proc/740/task/755/stat : 755 (java) S 737 740 30712 0 -1 1077944384 251 0 0 0 3 4 0 0 20 0 15 0 99650638 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493716032688 140494621014658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
Current children cumulated CPU time: 301.37 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 182928 KiB

[startup+300.001 s]*
/proc/loadavg: 1.51 1.45 1.49 3/214 835
/proc/meminfo: memFree=27676256/32770624 swapFree=67108436/67108860
[pid=740] ppid=737 vsize=10661128 memory=182928 CPUtime=302.18 cores=0,2,4,6
/proc/740/stat : 740 (java) S 737 740 30712 0 -1 1077944320 29985 0 0 0 30203 15 0 0 20 0 15 0 99650632 10916995072 45732 33554432000 4194304 4196468 140732714616272 140732714598816 140494621003511 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
/proc/740/statm: 2665282 45732 3135 1 0 2627263 0
[pid=740/tid=742] ppid=737 vsize=10661128 memory=6935054825532540783 CPUtime=299.78 cores=0,2,4,6
/proc/740/task/742/stat : 742 (java) R 737 740 30712 0 -1 4202560 8557 0 0 0 29974 4 0 0 20 0 15 0 99650632 10916995072 45732 33554432000 4194304 4196468 140732714616272 140494625242672 140494238438361 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=743] ppid=737 vsize=10661128 memory=4126316290023845779 CPUtime=0.06 cores=0,2,4,6
/proc/740/task/743/stat : 743 (java) S 737 740 30712 0 -1 1077944384 493 0 0 0 5 1 0 0 20 0 15 0 99650633 10916995072 45732 33554432000 4194304 4196468 140732714616272 140494557694608 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=744] ppid=737 vsize=10661128 memory=2200 CPUtime=0.06 cores=0,2,4,6
/proc/740/task/744/stat : 744 (java) S 737 740 30712 0 -1 1077944384 1465 0 0 0 5 1 0 0 20 0 15 0 99650633 10916995072 45732 33554432000 4194304 4196468 140732714616272 140494556641808 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=745] ppid=737 vsize=10661128 memory=7532 CPUtime=0.06 cores=0,2,4,6
/proc/740/task/745/stat : 745 (java) S 737 740 30712 0 -1 1077944384 828 0 0 0 5 1 0 0 20 0 15 0 99650633 10916995072 45732 33554432000 4194304 4196468 140732714616272 140494555589008 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=746] ppid=737 vsize=10661128 memory=840 CPUtime=0.06 cores=0,2,4,6
/proc/740/task/746/stat : 746 (java) S 737 740 30712 0 -1 1077944384 1192 0 0 0 5 1 0 0 20 0 15 0 99650633 10916995072 45732 33554432000 4194304 4196468 140732714616272 140494224877840 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=747] ppid=737 vsize=10661128 memory=1696 CPUtime=0.08 cores=0,2,4,6
/proc/740/task/747/stat : 747 (java) S 737 740 30712 0 -1 1077944384 1849 0 0 0 7 1 0 0 20 0 15 0 99650634 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493724453744 140494621014658 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=748] ppid=737 vsize=10661128 memory=920 CPUtime=0 cores=0,2,4,6
/proc/740/task/748/stat : 748 (java) S 737 740 30712 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 99650635 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493723399776 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=749] ppid=737 vsize=10661128 memory=3852 CPUtime=0 cores=0,2,4,6
/proc/740/task/749/stat : 749 (java) S 737 740 30712 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 99650635 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493722346864 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=750] ppid=737 vsize=10661128 memory=2856 CPUtime=0 cores=0,2,4,6
/proc/740/task/750/stat : 750 (java) S 737 740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99650637 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493721295184 140494621022107 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=751] ppid=737 vsize=10661128 memory=2892 CPUtime=0.57 cores=0,2,4,6
/proc/740/task/751/stat : 751 (java) S 737 740 30712 0 -1 1077944384 4973 0 0 0 57 0 0 0 20 0 15 0 99650637 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493720242544 140494621014658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=752] ppid=737 vsize=10661128 memory=4140 CPUtime=1.06 cores=0,2,4,6
/proc/740/task/752/stat : 752 (java) S 737 740 30712 0 -1 1077944384 6818 0 0 0 106 0 0 0 20 0 15 0 99650637 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493719189744 140494621014658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=753] ppid=737 vsize=10661128 memory=28660 CPUtime=0.27 cores=0,2,4,6
/proc/740/task/753/stat : 753 (java) S 737 740 30712 0 -1 1077944384 2141 0 0 0 27 0 0 0 20 0 15 0 99650637 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493718136944 140494621014658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=754] ppid=737 vsize=10661128 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/740/task/754/stat : 754 (java) S 737 740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99650638 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493717084384 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=755] ppid=737 vsize=10661128 memory=2412 CPUtime=0.07 cores=0,2,4,6
/proc/740/task/755/stat : 755 (java) S 737 740 30712 0 -1 1077944384 251 0 0 0 3 4 0 0 20 0 15 0 99650638 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493716032688 140494621014658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
Current children cumulated CPU time: 302.18 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 182928 KiB

[startup+300.201 s]
/proc/loadavg: 1.51 1.45 1.49 3/214 835
/proc/meminfo: memFree=27676256/32770624 swapFree=67108436/67108860
[pid=740] ppid=737 vsize=10661128 memory=182928 CPUtime=302.37 cores=0,2,4,6
/proc/740/stat : 740 (java) S 737 740 30712 0 -1 1077944320 29987 0 0 0 30222 15 0 0 20 0 15 0 99650632 10916995072 45732 33554432000 4194304 4196468 140732714616272 140732714598816 140494621003511 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
/proc/740/statm: 2665282 45732 3135 1 0 2627263 0
[pid=740/tid=742] ppid=737 vsize=10661128 memory=288230596050944315 CPUtime=299.97 cores=0,2,4,6
/proc/740/task/742/stat : 742 (java) R 737 740 30712 0 -1 4202560 8558 0 0 0 29993 4 0 0 20 0 15 0 99650632 10916995072 45732 33554432000 4194304 4196468 140732714616272 140494625242912 140494238748166 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=743] ppid=737 vsize=10661128 memory=14413709204260251 CPUtime=0.06 cores=0,2,4,6
/proc/740/task/743/stat : 743 (java) S 737 740 30712 0 -1 1077944384 493 0 0 0 5 1 0 0 20 0 15 0 99650633 10916995072 45732 33554432000 4194304 4196468 140732714616272 140494557694608 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=744] ppid=737 vsize=10661128 memory=3068 CPUtime=0.06 cores=0,2,4,6
/proc/740/task/744/stat : 744 (java) S 737 740 30712 0 -1 1077944384 1465 0 0 0 5 1 0 0 20 0 15 0 99650633 10916995072 45732 33554432000 4194304 4196468 140732714616272 140494556641808 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=745] ppid=737 vsize=10661128 memory=182912 CPUtime=0.06 cores=0,2,4,6
/proc/740/task/745/stat : 745 (java) S 737 740 30712 0 -1 1077944384 829 0 0 0 5 1 0 0 20 0 15 0 99650633 10916995072 45732 33554432000 4194304 4196468 140732714616272 140494555589008 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=746] ppid=737 vsize=10661128 memory=1404 CPUtime=0.06 cores=0,2,4,6
/proc/740/task/746/stat : 746 (java) S 737 740 30712 0 -1 1077944384 1192 0 0 0 5 1 0 0 20 0 15 0 99650633 10916995072 45732 33554432000 4194304 4196468 140732714616272 140494224877840 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=747] ppid=737 vsize=10661128 memory=11648 CPUtime=0.08 cores=0,2,4,6
/proc/740/task/747/stat : 747 (java) S 737 740 30712 0 -1 1077944384 1849 0 0 0 7 1 0 0 20 0 15 0 99650634 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493724453744 140494621014658 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=748] ppid=737 vsize=10661128 memory=796 CPUtime=0 cores=0,2,4,6
/proc/740/task/748/stat : 748 (java) S 737 740 30712 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 99650635 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493723399776 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=749] ppid=737 vsize=10661128 memory=7302135314614015845 CPUtime=0 cores=0,2,4,6
/proc/740/task/749/stat : 749 (java) S 737 740 30712 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 99650635 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493722346864 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=750] ppid=737 vsize=10661128 memory=7595725831727968097 CPUtime=0 cores=0,2,4,6
/proc/740/task/750/stat : 750 (java) S 737 740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99650637 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493721295184 140494621022107 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=751] ppid=737 vsize=10661128 memory=5788626802952987989 CPUtime=0.57 cores=0,2,4,6
/proc/740/task/751/stat : 751 (java) S 737 740 30712 0 -1 1077944384 4973 0 0 0 57 0 0 0 20 0 15 0 99650637 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493720242544 140494621014658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=752] ppid=737 vsize=10661128 memory=7013909268021665856 CPUtime=1.06 cores=0,2,4,6
/proc/740/task/752/stat : 752 (java) S 737 740 30712 0 -1 1077944384 6818 0 0 0 106 0 0 0 20 0 15 0 99650637 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493719189744 140494621014658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=753] ppid=737 vsize=10661128 memory=7738711838138986083 CPUtime=0.27 cores=0,2,4,6
/proc/740/task/753/stat : 753 (java) S 737 740 30712 0 -1 1077944384 2141 0 0 0 27 0 0 0 20 0 15 0 99650637 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493718136944 140494621014658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=754] ppid=737 vsize=10661128 memory=4498404016631593313 CPUtime=0 cores=0,2,4,6
/proc/740/task/754/stat : 754 (java) S 737 740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99650638 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493717084384 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=755] ppid=737 vsize=10661128 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/740/task/755/stat : 755 (java) S 737 740 30712 0 -1 1077944384 251 0 0 0 3 4 0 0 20 0 15 0 99650638 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493716032688 140494621014658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
Current children cumulated CPU time: 302.37 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 182928 KiB

[startup+300.301 s]
/proc/loadavg: 1.51 1.45 1.49 3/214 835
/proc/meminfo: memFree=27676256/32770624 swapFree=67108436/67108860
[pid=740] ppid=737 vsize=10661128 memory=182928 CPUtime=302.47 cores=0,2,4,6
/proc/740/stat : 740 (java) S 737 740 30712 0 -1 1077944320 29989 0 0 0 30232 15 0 0 20 0 15 0 99650632 10916995072 45732 33554432000 4194304 4196468 140732714616272 140732714598816 140494621003511 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
/proc/740/statm: 2665282 45732 3135 1 0 2627263 0
[pid=740/tid=742] ppid=737 vsize=10661128 memory=182912 CPUtime=300.07 cores=0,2,4,6
/proc/740/task/742/stat : 742 (java) R 737 740 30712 0 -1 4202560 8558 0 0 0 30003 4 0 0 20 0 15 0 99650632 10916995072 45732 33554432000 4194304 4196468 140732714616272 140494625242912 140494238748707 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=743] ppid=737 vsize=10661128 memory=100 CPUtime=0.06 cores=0,2,4,6
/proc/740/task/743/stat : 743 (java) S 737 740 30712 0 -1 1077944384 493 0 0 0 5 1 0 0 20 0 15 0 99650633 10916995072 45732 33554432000 4194304 4196468 140732714616272 140494557694608 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=744] ppid=737 vsize=10661128 memory=182912 CPUtime=0.06 cores=0,2,4,6
/proc/740/task/744/stat : 744 (java) S 737 740 30712 0 -1 1077944384 1465 0 0 0 5 1 0 0 20 0 15 0 99650633 10916995072 45732 33554432000 4194304 4196468 140732714616272 140494556641808 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=745] ppid=737 vsize=10661128 memory=182912 CPUtime=0.06 cores=0,2,4,6
/proc/740/task/745/stat : 745 (java) S 737 740 30712 0 -1 1077944384 829 0 0 0 5 1 0 0 20 0 15 0 99650633 10916995072 45732 33554432000 4194304 4196468 140732714616272 140494555589008 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=746] ppid=737 vsize=10661128 memory=182928 CPUtime=0.06 cores=0,2,4,6
/proc/740/task/746/stat : 746 (java) S 737 740 30712 0 -1 1077944384 1192 0 0 0 5 1 0 0 20 0 15 0 99650633 10916995072 45732 33554432000 4194304 4196468 140732714616272 140494224877840 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=747] ppid=737 vsize=10661128 memory=182928 CPUtime=0.08 cores=0,2,4,6
/proc/740/task/747/stat : 747 (java) S 737 740 30712 0 -1 1077944384 1849 0 0 0 7 1 0 0 20 0 15 0 99650634 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493724453744 140494621014658 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=748] ppid=737 vsize=10661128 memory=182928 CPUtime=0 cores=0,2,4,6
/proc/740/task/748/stat : 748 (java) S 737 740 30712 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 99650635 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493723399776 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=749] ppid=737 vsize=10661128 memory=182912 CPUtime=0 cores=0,2,4,6
/proc/740/task/749/stat : 749 (java) S 737 740 30712 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 99650635 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493722346864 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=750] ppid=737 vsize=10661128 memory=182912 CPUtime=0 cores=0,2,4,6
/proc/740/task/750/stat : 750 (java) S 737 740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99650637 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493721295184 140494621022107 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=751] ppid=737 vsize=10661128 memory=28660 CPUtime=0.57 cores=0,2,4,6
/proc/740/task/751/stat : 751 (java) S 737 740 30712 0 -1 1077944384 4973 0 0 0 57 0 0 0 20 0 15 0 99650637 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493720242544 140494621014658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=752] ppid=737 vsize=10661128 memory=182928 CPUtime=1.06 cores=0,2,4,6
/proc/740/task/752/stat : 752 (java) S 737 740 30712 0 -1 1077944384 6819 0 0 0 106 0 0 0 20 0 15 0 99650637 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493719189744 140494621014658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=753] ppid=737 vsize=10661128 memory=4140 CPUtime=0.27 cores=0,2,4,6
/proc/740/task/753/stat : 753 (java) S 737 740 30712 0 -1 1077944384 2142 0 0 0 27 0 0 0 20 0 15 0 99650637 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493718136944 140494621014658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=754] ppid=737 vsize=10661128 memory=182928 CPUtime=0 cores=0,2,4,6
/proc/740/task/754/stat : 754 (java) S 737 740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99650638 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493717084384 140494621013717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
[pid=740/tid=755] ppid=737 vsize=10661128 memory=960 CPUtime=0.07 cores=0,2,4,6
/proc/740/task/755/stat : 755 (java) S 737 740 30712 0 -1 1077944384 251 0 0 0 3 4 0 0 20 0 15 0 99650638 10916995072 45732 33554432000 4194304 4196468 140732714616272 140493716032688 140494621014658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140732714624138 140732714624265 140732714624265 140732714627023 0
Current children cumulated CPU time: 302.47 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 182928 KiB

Child status: 0
Real time (s): 300.369
CPU time (s): 302.555
CPU user time (s): 302.393
CPU system time (s): 0.162081
CPU usage (%): 100.728
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 199792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 302.393
system time used= 0.162081
maximum resident set size= 200312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30493
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= 10186
involuntary context switches= 336


# summary of solver processes directly reported to runsolver:
#   pid: 740
#   total CPU time (s): 302.555
#   total CPU user time (s): 302.393
#   total CPU system time (s): 0.162081

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.68158 second user time and 2.65372 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-29 01:34:35
IDJOB=4299428
IDBENCH=141375
IDSOLVER=2767
FILE ID=node137/4299428-1532820875
RUNJOBID= node137-1532808776-30743
PBS_JOBID= 21022474
Free space on /tmp= 48156 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-11_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299428-1532820875/watcher-4299428-1532820875 -o /tmp/evaluation-result-4299428-1532820875/solver-4299428-1532820875 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532808776-30743 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4299428-1532820875.xml

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

MD5SUM BENCH= d48530cddaac7c3de8b9754209410058
RANDOM SEED=303278639

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27868916 kB
MemAvailable:   31756508 kB
Buffers:          199520 kB
Cached:          3921224 kB
SwapCached:           32 kB
Active:          1986920 kB
Inactive:        2363604 kB
Active(anon):     177348 kB
Inactive(anon):    80052 kB
Active(file):    1809572 kB
Inactive(file):  2283552 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:              1232 kB
Writeback:             0 kB
AnonPages:        364120 kB
Mapped:            53172 kB
Shmem:             25052 kB
Slab:             248328 kB
SReclaimable:     220604 kB
SUnreclaim:        27724 kB
KernelStack:        3824 kB
PageTables:         5692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1136340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    272384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48156 MiB
End job on node137 at 2018-07-29 01:39:35