Trace number 4290369

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
OscaR - Conflict Ordering with restarts 2018-07-02SAT (TO)22 2400.05 2392.52

General information on the benchmark

NamePseudoBoolean-opt/
Pb-garden-9x9_c18.xml
MD5SUMcd5af6f5844e22b939db4ffe1efd4e73
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark0.916551
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints81
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":81}]
Minimum variable degree4
Maximum variable degree6
Distribution of variable degrees[{"degree":4,"count":4},{"degree":5,"count":28},{"degree":6,"count":49}]
Minimum constraint arity3
Maximum constraint arity5
Distribution of constraint arities[{"arity":3,"count":4},{"arity":4,"count":28},{"arity":5,"count":49}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":81}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.67/0.56	c version: 2018-07-02
0.67/0.56	c seed: 2035916181
0.67/0.56	c timeout: 2400
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.59	c Parsing instance...
1.54/1.07	c Parsing done, starting search...
1.72/1.11	o 38
1.72/1.13	o 37
1.72/1.13	o 36
1.72/1.13	o 35
1.72/1.16	o 34
1.72/1.16	o 33
2.01/1.23	o 32
2.01/1.25	o 31
2.31/1.39	o 30
2.62/1.52	o 29
2.73/1.60	o 28
9.95/8.68	o 27
12.97/11.68	o 26
14.28/12.97	o 25
14.98/13.67	o 24
41.63/40.22	o 23
610.61/607.96	o 22
2400.03/2392.50	s SATISFIABLE
2400.03/2392.50	v <instantiation>
2400.03/2392.50	v 	<list>
2400.03/2392.50	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80]
2400.03/2392.50	v 	</list>
2400.03/2392.50	v 	<values>
2400.03/2392.50	v 		0 1 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 1 0 0 1 0 0 
2400.03/2392.50	v 	</values>
2400.03/2392.50	v </instantiation>

Verifier Data

OK	22

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290369-1532231976/watcher-4290369-1532231976 -o /tmp/evaluation-result-4290369-1532231976/solver-4290369-1532231976 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532224835-1956 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 2035916181 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290369-1532231976.xml 

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

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


[startup+0.108335 s]*
/proc/loadavg: 1.52 1.45 1.42 3/219 2763
/proc/meminfo: memFree=26778548/32770624 swapFree=67108860/67108860
[pid=2748] ppid=2745 vsize=14082740 memory=32220 CPUtime=0.13 cores=1,3,5,7
/proc/2748/stat : 2748 (java) S 2745 2748 1924 0 -1 1077944320 6981 0 0 0 12 1 0 0 20 0 15 0 40760788 14420725760 8055 33554432000 4194304 4196468 140736565091152 140736565073696 139900009844471 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
/proc/2748/statm: 3520685 8055 3161 1 0 3482761 0
[pid=2748/tid=2750] ppid=2745 vsize=14082740 memory=-8969869150320948416 CPUtime=0.1 cores=1,3,5,7
/proc/2748/task/2750/stat : 2750 (java) R 2745 2748 1924 0 -1 4202560 5223 0 0 0 9 1 0 0 20 0 15 0 40760789 14420725760 8253 33554432000 4194304 4196468 140736565091152 139900014058896 139899990120285 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2751] ppid=2745 vsize=14082740 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2751/stat : 2751 (java) S 2745 2748 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40760789 14420725760 8253 33554432000 4194304 4196468 140736565091152 139899970804368 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2752] ppid=2745 vsize=14082740 memory=140423159957120 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2752/stat : 2752 (java) S 2745 2748 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40760789 14420725760 8319 33554432000 4194304 4196468 140736565091152 139899605068304 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2753] ppid=2745 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2753/stat : 2753 (java) S 2745 2748 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40760789 14420725760 8319 33554432000 4194304 4196468 140736565091152 139899604015504 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2754] ppid=2745 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2754/stat : 2754 (java) S 2745 2748 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40760789 14420725760 8319 33554432000 4194304 4196468 140736565091152 139899602962704 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2755] ppid=2745 vsize=14082740 memory=140423159957120 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2755/stat : 2755 (java) S 2745 2748 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40760791 14420725760 8319 33554432000 4194304 4196468 140736565091152 139899484175216 139900009855618 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2756] ppid=2745 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2756/stat : 2756 (java) S 2745 2748 1924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40760791 14420725760 8319 33554432000 4194304 4196468 140736565091152 139899483121184 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2757] ppid=2745 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2757/stat : 2757 (java) S 2745 2748 1924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40760791 14420725760 8319 33554432000 4194304 4196468 140736565091152 139899482068336 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2758] ppid=2745 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2758/stat : 2758 (java) S 2745 2748 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40760794 14420725760 8319 33554432000 4194304 4196468 140736565091152 139899481016656 139900009863067 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2759] ppid=2745 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2759/stat : 2759 (java) S 2745 2748 1924 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 40760794 14420725760 8319 33554432000 4194304 4196468 140736565091152 139899479964016 139900009855618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2760] ppid=2745 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2760/stat : 2760 (java) R 2745 2748 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40760794 14420725760 8319 33554432000 4194304 4196468 140736565091152 139899478911216 139900009855618 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2761] ppid=2745 vsize=14082740 memory=140423159957120 CPUtime=0.01 cores=1,3,5,7
/proc/2748/task/2761/stat : 2761 (java) S 2745 2748 1924 0 -1 1077944384 283 0 0 0 1 0 0 0 20 0 15 0 40760794 14420725760 8319 33554432000 4194304 4196468 140736565091152 139899477858416 139900009855618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2762] ppid=2745 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2762/stat : 2762 (java) S 2745 2748 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40760794 14420725760 8319 33554432000 4194304 4196468 140736565091152 139899476805856 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2763] ppid=2745 vsize=14082740 memory=140423159957120 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2763/stat : 2763 (java) S 2745 2748 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40760794 14420725760 8319 33554432000 4194304 4196468 140736565091152 139899475754160 139900009855618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 32220 KiB

[startup+0.212273 s]*
/proc/loadavg: 1.52 1.45 1.42 5/219 2763
/proc/meminfo: memFree=26763664/32770624 swapFree=67108860/67108860
[pid=2748] ppid=2745 vsize=14082740 memory=47284 CPUtime=0.3 cores=1,3,5,7
/proc/2748/stat : 2748 (java) S 2745 2748 1924 0 -1 1077944320 10408 0 0 0 28 2 0 0 20 0 15 0 40760788 14420725760 11821 33554432000 4194304 4196468 140736565091152 140736565073696 139900009844471 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
/proc/2748/statm: 3520685 11821 3387 1 0 3482761 0
[pid=2748/tid=2750] ppid=2745 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/2748/task/2750/stat : 2750 (java) R 2745 2748 1924 0 -1 4202560 8094 0 0 0 18 2 0 0 20 0 15 0 40760789 14420725760 11821 33554432000 4194304 4196468 140736565091152 139900014065968 139899646647534 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2751] ppid=2745 vsize=14082740 memory=345 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2751/stat : 2751 (java) S 2745 2748 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40760789 14420725760 11821 33554432000 4194304 4196468 140736565091152 139899970804368 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2752] ppid=2745 vsize=14082740 memory=140423159960122 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2752/stat : 2752 (java) S 2745 2748 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40760789 14420725760 11821 33554432000 4194304 4196468 140736565091152 139899605068304 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2753] ppid=2745 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2753/stat : 2753 (java) S 2745 2748 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40760789 14420725760 11821 33554432000 4194304 4196468 140736565091152 139899604015504 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2754] ppid=2745 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2754/stat : 2754 (java) S 2745 2748 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40760789 14420725760 11821 33554432000 4194304 4196468 140736565091152 139899602962704 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2755] ppid=2745 vsize=14082740 memory=140423159957120 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2755/stat : 2755 (java) S 2745 2748 1924 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40760791 14420725760 11821 33554432000 4194304 4196468 140736565091152 139899484175216 139900009855618 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2756] ppid=2745 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2756/stat : 2756 (java) S 2745 2748 1924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40760791 14420725760 11821 33554432000 4194304 4196468 140736565091152 139899483121184 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2757] ppid=2745 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2757/stat : 2757 (java) S 2745 2748 1924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40760791 14420725760 11821 33554432000 4194304 4196468 140736565091152 139899482068336 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2758] ppid=2745 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2758/stat : 2758 (java) S 2745 2748 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40760794 14420725760 11821 33554432000 4194304 4196468 140736565091152 139899481016656 139900009863067 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2759] ppid=2745 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2748/task/2759/stat : 2759 (java) S 2745 2748 1924 0 -1 1077944384 543 0 0 0 2 0 0 0 20 0 15 0 40760794 14420725760 11821 33554432000 4194304 4196468 140736565091152 139899479964016 139900009855618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2760] ppid=2745 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/2748/task/2760/stat : 2760 (java) R 2745 2748 1924 0 -1 4202560 59 0 0 0 1 0 0 0 20 0 15 0 40760794 14420725760 11821 33554432000 4194304 4196468 140736565091152 139899478911216 139899995908457 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2761] ppid=2745 vsize=14082740 memory=140423159957120 CPUtime=0.05 cores=1,3,5,7
/proc/2748/task/2761/stat : 2761 (java) R 2745 2748 1924 0 -1 1077944384 331 0 0 0 5 0 0 0 20 0 15 0 40760794 14420725760 11821 33554432000 4194304 4196468 140736565091152 139899477856208 139900009854677 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2762] ppid=2745 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2762/stat : 2762 (java) S 2745 2748 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40760794 14420725760 11821 33554432000 4194304 4196468 140736565091152 139899476805856 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2763] ppid=2745 vsize=14082740 memory=140423159957120 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2763/stat : 2763 (java) S 2745 2748 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40760794 14420725760 11821 33554432000 4194304 4196468 140736565091152 139899475754160 139900009855618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47284 KiB

[startup+0.310807 s]*
/proc/loadavg: 1.52 1.45 1.42 3/219 2763
/proc/meminfo: memFree=26759880/32770624 swapFree=67108860/67108860
[pid=2748] ppid=2745 vsize=14082740 memory=50836 CPUtime=0.44 cores=1,3,5,7
/proc/2748/stat : 2748 (java) S 2745 2748 1924 0 -1 1077944320 10808 0 0 0 42 2 0 0 20 0 15 0 40760788 14420725760 12709 33554432000 4194304 4196468 140736565091152 140736565073696 139900009844471 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
/proc/2748/statm: 3520685 12709 3423 1 0 3482761 0
[pid=2748/tid=2750] ppid=2745 vsize=14082740 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/2748/task/2750/stat : 2750 (java) R 2745 2748 1924 0 -1 4202560 8457 0 0 0 28 2 0 0 20 0 15 0 40760789 14420725760 12709 33554432000 4194304 4196468 140736565091152 139900014062384 139900002081598 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2751] ppid=2745 vsize=14082740 memory=4294980951 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2751/stat : 2751 (java) S 2745 2748 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40760789 14420725760 12709 33554432000 4194304 4196468 140736565091152 139899970804368 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2752] ppid=2745 vsize=14082740 memory=140423160190789 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2752/stat : 2752 (java) S 2745 2748 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40760789 14420725760 12709 33554432000 4194304 4196468 140736565091152 139899605068304 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2753] ppid=2745 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2753/stat : 2753 (java) S 2745 2748 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40760789 14420725760 12709 33554432000 4194304 4196468 140736565091152 139899604015504 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2754] ppid=2745 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2754/stat : 2754 (java) S 2745 2748 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40760789 14420725760 12709 33554432000 4194304 4196468 140736565091152 139899602962704 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2755] ppid=2745 vsize=14082740 memory=140423159957120 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2755/stat : 2755 (java) S 2745 2748 1924 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40760791 14420725760 12709 33554432000 4194304 4196468 140736565091152 139899484175216 139900009855618 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2756] ppid=2745 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2756/stat : 2756 (java) S 2745 2748 1924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40760791 14420725760 12709 33554432000 4194304 4196468 140736565091152 139899483121184 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2757] ppid=2745 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2757/stat : 2757 (java) S 2745 2748 1924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40760791 14420725760 12709 33554432000 4194304 4196468 140736565091152 139899482068336 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2758] ppid=2745 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2758/stat : 2758 (java) S 2745 2748 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40760794 14420725760 12709 33554432000 4194304 4196468 140736565091152 139899481016656 139900009863067 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2759] ppid=2745 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2748/task/2759/stat : 2759 (java) S 2745 2748 1924 0 -1 1077944384 548 0 0 0 2 0 0 0 20 0 15 0 40760794 14420725760 12709 33554432000 4194304 4196468 140736565091152 139899479964016 139900009855618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2760] ppid=2745 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/2748/task/2760/stat : 2760 (java) S 2745 2748 1924 0 -1 1077944384 74 0 0 0 2 0 0 0 20 0 15 0 40760794 14420725760 12709 33554432000 4194304 4196468 140736565091152 139899478911216 139900009855618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2761] ppid=2745 vsize=14082740 memory=140423159957120 CPUtime=0.07 cores=1,3,5,7
/proc/2748/task/2761/stat : 2761 (java) S 2745 2748 1924 0 -1 1077944384 349 0 0 0 7 0 0 0 20 0 15 0 40760794 14420725760 12709 33554432000 4194304 4196468 140736565091152 139899477858416 139900009855618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2762] ppid=2745 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2762/stat : 2762 (java) S 2745 2748 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40760794 14420725760 12709 33554432000 4194304 4196468 140736565091152 139899476805856 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2763] ppid=2745 vsize=14082740 memory=140423159957120 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2763/stat : 2763 (java) S 2745 2748 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40760794 14420725760 12709 33554432000 4194304 4196468 140736565091152 139899475754160 139900009855618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50836 KiB

[startup+0.700707 s]
/proc/loadavg: 1.52 1.45 1.42 3/219 2763
/proc/meminfo: memFree=26736068/32770624 swapFree=67108860/67108860
[pid=2748] ppid=2745 vsize=14084808 memory=88908 CPUtime=0.98 cores=1,3,5,7
/proc/2748/stat : 2748 (java) S 2745 2748 1924 0 -1 1077944320 17575 0 0 0 94 4 0 0 20 0 15 0 40760788 14422843392 22227 33554432000 4194304 4196468 140736565091152 140736565073696 139900009844471 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
/proc/2748/statm: 3521202 22227 3500 1 0 3483273 0
[pid=2748/tid=2750] ppid=2745 vsize=14084808 memory=1236 CPUtime=0.67 cores=1,3,5,7
/proc/2748/task/2750/stat : 2750 (java) R 2745 2748 1924 0 -1 4202560 14886 0 0 0 64 3 0 0 20 0 15 0 40760789 14422843392 22227 33554432000 4194304 4196468 140736565091152 139900014067072 139900009866397 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2751] ppid=2745 vsize=14084808 memory=8808 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2751/stat : 2751 (java) S 2745 2748 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40760789 14422843392 22227 33554432000 4194304 4196468 140736565091152 139899970804368 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2752] ppid=2745 vsize=14084808 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2752/stat : 2752 (java) S 2745 2748 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40760789 14422843392 22227 33554432000 4194304 4196468 140736565091152 139899605068304 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2753] ppid=2745 vsize=14084808 memory=644 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2753/stat : 2753 (java) S 2745 2748 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40760789 14422843392 22227 33554432000 4194304 4196468 140736565091152 139899604015504 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2754] ppid=2745 vsize=14084808 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2754/stat : 2754 (java) S 2745 2748 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40760789 14422843392 22227 33554432000 4194304 4196468 140736565091152 139899602962704 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2755] ppid=2745 vsize=14084808 memory=956 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2755/stat : 2755 (java) S 2745 2748 1924 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40760791 14422843392 22227 33554432000 4194304 4196468 140736565091152 139899484175216 139900009855618 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2756] ppid=2745 vsize=14084808 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2756/stat : 2756 (java) S 2745 2748 1924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40760791 14422843392 22227 33554432000 4194304 4196468 140736565091152 139899483121184 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2757] ppid=2745 vsize=14084808 memory=928 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2757/stat : 2757 (java) S 2745 2748 1924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40760791 14422843392 22227 33554432000 4194304 4196468 140736565091152 139899482068336 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2758] ppid=2745 vsize=14084808 memory=6153431502485415525 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2758/stat : 2758 (java) S 2745 2748 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40760794 14422843392 22227 33554432000 4194304 4196468 140736565091152 139899481016656 139900009863067 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2759] ppid=2745 vsize=14084808 memory=7450757349647805273 CPUtime=0.07 cores=1,3,5,7
/proc/2748/task/2759/stat : 2759 (java) S 2745 2748 1924 0 -1 1077944384 678 0 0 0 7 0 0 0 20 0 15 0 40760794 14422843392 22227 33554432000 4194304 4196468 140736565091152 139899479964016 139900009855618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2760] ppid=2745 vsize=14084808 memory=6300092137356946789 CPUtime=0.07 cores=1,3,5,7
/proc/2748/task/2760/stat : 2760 (java) S 2745 2748 1924 0 -1 1077944384 223 0 0 0 7 0 0 0 20 0 15 0 40760794 14422843392 22227 33554432000 4194304 4196468 140736565091152 139899478911216 139900009855618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2761] ppid=2745 vsize=14084808 memory=4638778411218063696 CPUtime=0.14 cores=1,3,5,7
/proc/2748/task/2761/stat : 2761 (java) S 2745 2748 1924 0 -1 1077944384 406 0 0 0 14 0 0 0 20 0 15 0 40760794 14422843392 22227 33554432000 4194304 4196468 140736565091152 139899477858416 139900009855618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2762] ppid=2745 vsize=14084808 memory=7450194455394603878 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2762/stat : 2762 (java) S 2745 2748 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40760794 14422843392 22227 33554432000 4194304 4196468 140736565091152 139899476805856 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2763] ppid=2745 vsize=14084808 memory=10416 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2763/stat : 2763 (java) S 2745 2748 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40760794 14422843392 22227 33554432000 4194304 4196468 140736565091152 139899475754160 139900009855618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88908 KiB

[startup+1.50074 s]
/proc/loadavg: 1.52 1.45 1.42 4/219 2763
/proc/meminfo: memFree=26705484/32770624 swapFree=67108860/67108860
[pid=2748] ppid=2745 vsize=14090952 memory=141180 CPUtime=2.62 cores=1,3,5,7
/proc/2748/stat : 2748 (java) S 2745 2748 1924 0 -1 1077944320 25165 0 0 0 255 7 0 0 20 0 15 0 40760788 14429134848 35295 33554432000 4194304 4196468 140736565091152 140736565073696 139900009844471 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
/proc/2748/statm: 3522738 35295 3540 1 0 3484809 0
[pid=2748/tid=2750] ppid=2745 vsize=14090952 memory=124792 CPUtime=1.47 cores=1,3,5,7
/proc/2748/task/2750/stat : 2750 (java) R 2745 2748 1924 0 -1 4202560 19744 0 0 0 142 5 0 0 20 0 15 0 40760789 14429134848 35295 33554432000 4194304 4196468 140736565091152 139900014079040 139899650636999 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2751] ppid=2745 vsize=14090952 memory=164 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2751/stat : 2751 (java) S 2745 2748 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40760789 14429134848 35295 33554432000 4194304 4196468 140736565091152 139899970804368 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2752] ppid=2745 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2752/stat : 2752 (java) S 2745 2748 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40760789 14429134848 35295 33554432000 4194304 4196468 140736565091152 139899605068304 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2753] ppid=2745 vsize=14090952 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2753/stat : 2753 (java) S 2745 2748 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40760789 14429134848 35295 33554432000 4194304 4196468 140736565091152 139899604015504 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2754] ppid=2745 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2754/stat : 2754 (java) S 2745 2748 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40760789 14429134848 35295 33554432000 4194304 4196468 140736565091152 139899602962704 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2755] ppid=2745 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2755/stat : 2755 (java) S 2745 2748 1924 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 40760791 14429134848 35295 33554432000 4194304 4196468 140736565091152 139899484175216 139900009855618 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0

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

/proc/2748/task/2750/stat : 2750 (java) R 2745 2748 1924 0 -1 4202560 34751 0 0 0 225610 14 0 0 20 0 15 0 40760789 14429134848 53943 33554432000 4194304 4196468 140736565091152 139900014082672 139899651001920 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2751] ppid=2745 vsize=14090952 memory=14133333739177381 CPUtime=2.21 cores=1,3,5,7
/proc/2748/task/2751/stat : 2751 (java) S 2745 2748 1924 0 -1 1077944384 2606 0 0 0 203 18 0 0 20 0 15 0 40760789 14429134848 53943 33554432000 4194304 4196468 140736565091152 139899970804368 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2752] ppid=2745 vsize=14090952 memory=-6733704525061579059 CPUtime=2.19 cores=1,3,5,7
/proc/2748/task/2752/stat : 2752 (java) S 2745 2748 1924 0 -1 1077944384 2023 0 0 0 200 19 0 0 20 0 15 0 40760789 14429134848 53943 33554432000 4194304 4196468 140736565091152 139899605068304 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2753] ppid=2745 vsize=14090952 memory=4126316290023845779 CPUtime=2.22 cores=1,3,5,7
/proc/2748/task/2753/stat : 2753 (java) S 2745 2748 1924 0 -1 1077944384 3182 0 0 0 203 19 0 0 20 0 15 0 40760789 14429134848 53943 33554432000 4194304 4196468 140736565091152 139899604015504 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2754] ppid=2745 vsize=14090952 memory=956 CPUtime=2.2 cores=1,3,5,7
/proc/2748/task/2754/stat : 2754 (java) S 2745 2748 1924 0 -1 1077944384 2228 0 0 0 199 21 0 0 20 0 15 0 40760789 14429134848 53943 33554432000 4194304 4196468 140736565091152 139899602962704 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2755] ppid=2745 vsize=14090952 memory=2340 CPUtime=2.42 cores=1,3,5,7
/proc/2748/task/2755/stat : 2755 (java) S 2745 2748 1924 0 -1 1077944384 5063 0 0 0 225 17 0 0 20 0 15 0 40760791 14429134848 53943 33554432000 4194304 4196468 140736565091152 139899484175216 139900009855618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2756] ppid=2745 vsize=14090952 memory=928 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2756/stat : 2756 (java) S 2745 2748 1924 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 40760791 14429134848 53943 33554432000 4194304 4196468 140736565091152 139899483121248 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2757] ppid=2745 vsize=14090952 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2757/stat : 2757 (java) S 2745 2748 1924 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 40760791 14429134848 53943 33554432000 4194304 4196468 140736565091152 139899482068352 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2758] ppid=2745 vsize=14090952 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2758/stat : 2758 (java) S 2745 2748 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40760794 14429134848 53943 33554432000 4194304 4196468 140736565091152 139899481016656 139900009863067 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2759] ppid=2745 vsize=14090952 memory=920 CPUtime=0.47 cores=1,3,5,7
/proc/2748/task/2759/stat : 2759 (java) S 2745 2748 1924 0 -1 1077944384 2597 0 0 0 47 0 0 0 20 0 15 0 40760794 14429134848 53943 33554432000 4194304 4196468 140736565091152 139899479964016 139900009855618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2760] ppid=2745 vsize=14090952 memory=3852 CPUtime=0.46 cores=1,3,5,7
/proc/2748/task/2760/stat : 2760 (java) S 2745 2748 1924 0 -1 1077944384 1995 0 0 0 46 0 0 0 20 0 15 0 40760794 14429134848 53943 33554432000 4194304 4196468 140736565091152 139899478911216 139900009855618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2761] ppid=2745 vsize=14090952 memory=2592 CPUtime=0.43 cores=1,3,5,7
/proc/2748/task/2761/stat : 2761 (java) S 2745 2748 1924 0 -1 1077944384 3877 0 0 0 43 0 0 0 20 0 15 0 40760794 14429134848 53943 33554432000 4194304 4196468 140736565091152 139899477858416 139900009855618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2762] ppid=2745 vsize=14090952 memory=2592 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2762/stat : 2762 (java) S 2745 2748 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40760794 14429134848 53943 33554432000 4194304 4196468 140736565091152 139899476805856 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2763] ppid=2745 vsize=14090952 memory=6655300316396806240 CPUtime=0.49 cores=1,3,5,7
/proc/2748/task/2763/stat : 2763 (java) S 2745 2748 1924 0 -1 1077944384 1299 0 0 0 21 28 0 0 20 0 15 0 40760794 14429134848 53943 33554432000 4194304 4196468 140736565091152 139899475754160 139900009855618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 37 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
Current children cumulated CPU time: 2269.44 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 215772 KiB

[startup+2322.3 s]
/proc/loadavg: 1.44 1.35 1.41 3/218 2943
/proc/meminfo: memFree=26503844/32770624 swapFree=67108860/67108860
[pid=2748] ppid=2745 vsize=14090952 memory=217864 CPUtime=2329.63 cores=1,3,5,7
/proc/2748/stat : 2748 (java) S 2745 2748 1924 0 -1 1077944320 61808 0 0 0 232854 109 0 0 20 0 15 0 40760788 14429134848 54466 33554432000 4194304 4196468 140736565091152 140736565073696 139900009844471 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
/proc/2748/statm: 3522738 54466 3569 1 0 3484809 0
[pid=2748/tid=2750] ppid=2745 vsize=14090952 memory=288230583166042426 CPUtime=2316.11 cores=1,3,5,7
/proc/2748/task/2750/stat : 2750 (java) R 2745 2748 1924 0 -1 4202560 35122 0 0 0 231596 15 0 0 20 0 15 0 40760789 14429134848 54466 33554432000 4194304 4196468 140736565091152 139900014082672 139899651215829 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2751] ppid=2745 vsize=14090952 memory=14133333739177381 CPUtime=2.27 cores=1,3,5,7
/proc/2748/task/2751/stat : 2751 (java) S 2745 2748 1924 0 -1 1077944384 2624 0 0 0 209 18 0 0 20 0 15 0 40760789 14429134848 54466 33554432000 4194304 4196468 140736565091152 139899970804368 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2752] ppid=2745 vsize=14090952 memory=1800 CPUtime=2.25 cores=1,3,5,7
/proc/2748/task/2752/stat : 2752 (java) S 2745 2748 1924 0 -1 1077944384 2048 0 0 0 205 20 0 0 20 0 15 0 40760789 14429134848 54466 33554432000 4194304 4196468 140736565091152 139899605068304 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2753] ppid=2745 vsize=14090952 memory=956 CPUtime=2.29 cores=1,3,5,7
/proc/2748/task/2753/stat : 2753 (java) S 2745 2748 1924 0 -1 1077944384 3231 0 0 0 209 20 0 0 20 0 15 0 40760789 14429134848 54466 33554432000 4194304 4196468 140736565091152 139899604015504 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2754] ppid=2745 vsize=14090952 memory=2340 CPUtime=2.26 cores=1,3,5,7
/proc/2748/task/2754/stat : 2754 (java) S 2745 2748 1924 0 -1 1077944384 2330 0 0 0 204 22 0 0 20 0 15 0 40760789 14429134848 54466 33554432000 4194304 4196468 140736565091152 139899602962704 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2755] ppid=2745 vsize=14090952 memory=928 CPUtime=2.48 cores=1,3,5,7
/proc/2748/task/2755/stat : 2755 (java) S 2745 2748 1924 0 -1 1077944384 5243 0 0 0 231 17 0 0 20 0 15 0 40760791 14429134848 54466 33554432000 4194304 4196468 140736565091152 139899484175216 139900009855618 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2756] ppid=2745 vsize=14090952 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2756/stat : 2756 (java) S 2745 2748 1924 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 40760791 14429134848 54466 33554432000 4194304 4196468 140736565091152 139899483121248 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2757] ppid=2745 vsize=14090952 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2757/stat : 2757 (java) S 2745 2748 1924 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 40760791 14429134848 54466 33554432000 4194304 4196468 140736565091152 139899482068352 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2758] ppid=2745 vsize=14090952 memory=920 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2758/stat : 2758 (java) S 2745 2748 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40760794 14429134848 54466 33554432000 4194304 4196468 140736565091152 139899481016656 139900009863067 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2759] ppid=2745 vsize=14090952 memory=3852 CPUtime=0.47 cores=1,3,5,7
/proc/2748/task/2759/stat : 2759 (java) S 2745 2748 1924 0 -1 1077944384 2599 0 0 0 47 0 0 0 20 0 15 0 40760794 14429134848 54466 33554432000 4194304 4196468 140736565091152 139899479964016 139900009855618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2760] ppid=2745 vsize=14090952 memory=2592 CPUtime=0.47 cores=1,3,5,7
/proc/2748/task/2760/stat : 2760 (java) S 2745 2748 1924 0 -1 1077944384 1997 0 0 0 47 0 0 0 20 0 15 0 40760794 14429134848 54466 33554432000 4194304 4196468 140736565091152 139899478911216 139900009855618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2761] ppid=2745 vsize=14090952 memory=2592 CPUtime=0.43 cores=1,3,5,7
/proc/2748/task/2761/stat : 2761 (java) S 2745 2748 1924 0 -1 1077944384 3879 0 0 0 43 0 0 0 20 0 15 0 40760794 14429134848 54466 33554432000 4194304 4196468 140736565091152 139899477858416 139900009855618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2762] ppid=2745 vsize=14090952 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2762/stat : 2762 (java) S 2745 2748 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40760794 14429134848 54466 33554432000 4194304 4196468 140736565091152 139899476805856 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2763] ppid=2745 vsize=14090952 memory=14133333739177381 CPUtime=0.5 cores=1,3,5,7
/proc/2748/task/2763/stat : 2763 (java) S 2745 2748 1924 0 -1 1077944384 1317 0 0 0 21 29 0 0 20 0 15 0 40760794 14429134848 54466 33554432000 4194304 4196468 140736565091152 139899475754160 139900009855618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 37 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
Current children cumulated CPU time: 2329.63 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 217864 KiB

[startup+2382.3 s]
/proc/loadavg: 1.19 1.30 1.39 3/218 2944
/proc/meminfo: memFree=26503652/32770624 swapFree=67108860/67108860
[pid=2748] ppid=2745 vsize=14090952 memory=217908 CPUtime=2389.8 cores=1,3,5,7
/proc/2748/stat : 2748 (java) S 2745 2748 1924 0 -1 1077944320 61954 0 0 0 238869 111 0 0 20 0 15 0 40760788 14429134848 54477 33554432000 4194304 4196468 140736565091152 140736565073696 139900009844471 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
/proc/2748/statm: 3522738 54477 3569 1 0 3484809 0
[pid=2748/tid=2750] ppid=2745 vsize=14090952 memory=288230583166042426 CPUtime=2375.96 cores=1,3,5,7
/proc/2748/task/2750/stat : 2750 (java) R 2745 2748 1924 0 -1 4202560 35235 0 0 0 237581 15 0 0 20 0 15 0 40760789 14429134848 54477 33554432000 4194304 4196468 140736565091152 139900014082848 139899651059980 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2751] ppid=2745 vsize=14090952 memory=14133333739177381 CPUtime=2.33 cores=1,3,5,7
/proc/2748/task/2751/stat : 2751 (java) S 2745 2748 1924 0 -1 1077944384 2647 0 0 0 214 19 0 0 20 0 15 0 40760789 14429134848 54477 33554432000 4194304 4196468 140736565091152 139899970804368 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2752] ppid=2745 vsize=14090952 memory=14133333739177381 CPUtime=2.32 cores=1,3,5,7
/proc/2748/task/2752/stat : 2752 (java) S 2745 2748 1924 0 -1 1077944384 2050 0 0 0 211 21 0 0 20 0 15 0 40760789 14429134848 54477 33554432000 4194304 4196468 140736565091152 139899605068304 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2753] ppid=2745 vsize=14090952 memory=3236 CPUtime=2.35 cores=1,3,5,7
/proc/2748/task/2753/stat : 2753 (java) S 2745 2748 1924 0 -1 1077944384 3231 0 0 0 215 20 0 0 20 0 15 0 40760789 14429134848 54477 33554432000 4194304 4196468 140736565091152 139899604015504 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2754] ppid=2745 vsize=14090952 memory=0 CPUtime=2.32 cores=1,3,5,7
/proc/2748/task/2754/stat : 2754 (java) S 2745 2748 1924 0 -1 1077944384 2330 0 0 0 210 22 0 0 20 0 15 0 40760789 14429134848 54477 33554432000 4194304 4196468 140736565091152 139899602962704 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2755] ppid=2745 vsize=14090952 memory=280846034395616 CPUtime=2.54 cores=1,3,5,7
/proc/2748/task/2755/stat : 2755 (java) S 2745 2748 1924 0 -1 1077944384 5247 0 0 0 237 17 0 0 20 0 15 0 40760791 14429134848 54477 33554432000 4194304 4196468 140736565091152 139899484175216 139900009855618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2756] ppid=2745 vsize=14090952 memory=280846034414048 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2756/stat : 2756 (java) S 2745 2748 1924 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 40760791 14429134848 54477 33554432000 4194304 4196468 140736565091152 139899483121248 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2757] ppid=2745 vsize=14090952 memory=665094721491806003 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2757/stat : 2757 (java) S 2745 2748 1924 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 40760791 14429134848 54477 33554432000 4194304 4196468 140736565091152 139899482068352 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2758] ppid=2745 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2758/stat : 2758 (java) S 2745 2748 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40760794 14429134848 54477 33554432000 4194304 4196468 140736565091152 139899481016656 139900009863067 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2759] ppid=2745 vsize=14090952 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/2748/task/2759/stat : 2759 (java) S 2745 2748 1924 0 -1 1077944384 2599 0 0 0 47 0 0 0 20 0 15 0 40760794 14429134848 54477 33554432000 4194304 4196468 140736565091152 139899479964016 139900009855618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2760] ppid=2745 vsize=14090952 memory=4629771062077588875 CPUtime=0.47 cores=1,3,5,7
/proc/2748/task/2760/stat : 2760 (java) S 2745 2748 1924 0 -1 1077944384 1997 0 0 0 47 0 0 0 20 0 15 0 40760794 14429134848 54477 33554432000 4194304 4196468 140736565091152 139899478911216 139900009855618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2761] ppid=2745 vsize=14090952 memory=-8961168018402230209 CPUtime=0.43 cores=1,3,5,7
/proc/2748/task/2761/stat : 2761 (java) S 2745 2748 1924 0 -1 1077944384 3879 0 0 0 43 0 0 0 20 0 15 0 40760794 14429134848 54477 33554432000 4194304 4196468 140736565091152 139899477858416 139900009855618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2762] ppid=2745 vsize=14090952 memory=-8253362762722141311 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2762/stat : 2762 (java) S 2745 2748 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40760794 14429134848 54477 33554432000 4194304 4196468 140736565091152 139899476805856 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2763] ppid=2745 vsize=14090952 memory=288230574492221466 CPUtime=0.51 cores=1,3,5,7
/proc/2748/task/2763/stat : 2763 (java) S 2745 2748 1924 0 -1 1077944384 1321 0 0 0 22 29 0 0 20 0 15 0 40760794 14429134848 54477 33554432000 4194304 4196468 140736565091152 139899475754160 139900009855618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 37 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
Current children cumulated CPU time: 2389.8 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 217908 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2392.5 s]
/proc/loadavg: 1.32 1.32 1.40 3/218 2944
/proc/meminfo: memFree=26503652/32770624 swapFree=67108860/67108860
[pid=2748] ppid=2745 vsize=14090952 memory=217908 CPUtime=2400.03 cores=1,3,5,7
/proc/2748/stat : 2748 (java) S 2745 2748 1924 0 -1 1077944320 61974 0 0 0 239891 112 0 0 20 0 15 0 40760788 14429134848 54477 33554432000 4194304 4196468 140736565091152 140736565073696 139900009844471 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
/proc/2748/statm: 3522738 54477 3569 1 0 3484809 0
[pid=2748/tid=2750] ppid=2745 vsize=14090952 memory=3852 CPUtime=2386.14 cores=1,3,5,7
/proc/2748/task/2750/stat : 2750 (java) R 2745 2748 1924 0 -1 4202560 35253 0 0 0 238599 15 0 0 20 0 15 0 40760789 14429134848 54477 33554432000 4194304 4196468 140736565091152 139900014082736 139899651065462 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2751] ppid=2745 vsize=14090952 memory=2592 CPUtime=2.34 cores=1,3,5,7
/proc/2748/task/2751/stat : 2751 (java) S 2745 2748 1924 0 -1 1077944384 2648 0 0 0 215 19 0 0 20 0 15 0 40760789 14429134848 54477 33554432000 4194304 4196468 140736565091152 139899970804368 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2752] ppid=2745 vsize=14090952 memory=8112282956445269571 CPUtime=2.32 cores=1,3,5,7
/proc/2748/task/2752/stat : 2752 (java) S 2745 2748 1924 0 -1 1077944384 2051 0 0 0 211 21 0 0 20 0 15 0 40760789 14429134848 54477 33554432000 4194304 4196468 140736565091152 139899605068304 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2753] ppid=2745 vsize=14090952 memory=18476 CPUtime=2.36 cores=1,3,5,7
/proc/2748/task/2753/stat : 2753 (java) S 2745 2748 1924 0 -1 1077944384 3231 0 0 0 216 20 0 0 20 0 15 0 40760789 14429134848 54477 33554432000 4194304 4196468 140736565091152 139899604015504 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2754] ppid=2745 vsize=14090952 memory=1236 CPUtime=2.33 cores=1,3,5,7
/proc/2748/task/2754/stat : 2754 (java) S 2745 2748 1924 0 -1 1077944384 2330 0 0 0 211 22 0 0 20 0 15 0 40760789 14429134848 54477 33554432000 4194304 4196468 140736565091152 139899602962704 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2755] ppid=2745 vsize=14090952 memory=8836 CPUtime=2.55 cores=1,3,5,7
/proc/2748/task/2755/stat : 2755 (java) S 2745 2748 1924 0 -1 1077944384 5247 0 0 0 238 17 0 0 20 0 15 0 40760791 14429134848 54477 33554432000 4194304 4196468 140736565091152 139899484175216 139900009855618 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2756] ppid=2745 vsize=14090952 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2756/stat : 2756 (java) S 2745 2748 1924 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 40760791 14429134848 54477 33554432000 4194304 4196468 140736565091152 139899483121248 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2757] ppid=2745 vsize=14090952 memory=644 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2757/stat : 2757 (java) S 2745 2748 1924 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 40760791 14429134848 54477 33554432000 4194304 4196468 140736565091152 139899482068352 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2758] ppid=2745 vsize=14090952 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2758/stat : 2758 (java) S 2745 2748 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40760794 14429134848 54477 33554432000 4194304 4196468 140736565091152 139899481016656 139900009863067 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2759] ppid=2745 vsize=14090952 memory=956 CPUtime=0.47 cores=1,3,5,7
/proc/2748/task/2759/stat : 2759 (java) S 2745 2748 1924 0 -1 1077944384 2599 0 0 0 47 0 0 0 20 0 15 0 40760794 14429134848 54477 33554432000 4194304 4196468 140736565091152 139899479964016 139900009855618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2760] ppid=2745 vsize=14090952 memory=2340 CPUtime=0.47 cores=1,3,5,7
/proc/2748/task/2760/stat : 2760 (java) S 2745 2748 1924 0 -1 1077944384 1997 0 0 0 47 0 0 0 20 0 15 0 40760794 14429134848 54477 33554432000 4194304 4196468 140736565091152 139899478911216 139900009855618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2761] ppid=2745 vsize=14090952 memory=928 CPUtime=0.43 cores=1,3,5,7
/proc/2748/task/2761/stat : 2761 (java) S 2745 2748 1924 0 -1 1077944384 3879 0 0 0 43 0 0 0 20 0 15 0 40760794 14429134848 54477 33554432000 4194304 4196468 140736565091152 139899477858416 139900009855618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2762] ppid=2745 vsize=14090952 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/2748/task/2762/stat : 2762 (java) S 2745 2748 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40760794 14429134848 54477 33554432000 4194304 4196468 140736565091152 139899476805856 139900009854677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
[pid=2748/tid=2763] ppid=2745 vsize=14090952 memory=1696 CPUtime=0.51 cores=1,3,5,7
/proc/2748/task/2763/stat : 2763 (java) S 2745 2748 1924 0 -1 1077944384 1321 0 0 0 22 29 0 0 20 0 15 0 40760794 14429134848 54477 33554432000 4194304 4196468 140736565091152 139899475754160 139900009855618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 37 0 0 6293624 6294260 22847488 140736565097544 140736565097737 140736565097737 140736565100495 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 217908 KiB

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

[startup+2392.52 s]
# the end of solver process 2748 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.93 s, system=1.1224 s

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

Child status: 143
Real time (s): 2392.52
CPU time (s): 2400.05
CPU user time (s): 2398.93
CPU system time (s): 1.1224
CPU usage (%): 100.315
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 228248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.93
system time used= 1.1224
maximum resident set size= 230032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62329
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120253
involuntary context switches= 4710


# summary of solver processes directly reported to runsolver:
#   pid: 2748
#   total CPU time (s): 2400.05
#   total CPU user time (s): 2398.93
#   total CPU system time (s): 1.1224

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.833 second user time and 21.2666 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-22 05:59:36
IDJOB=4290369
IDBENCH=141117
IDSOLVER=2743
FILE ID=node134/4290369-1532231976
RUNJOBID= node134-1532224835-1956
PBS_JOBID= 21018943
Free space on /tmp= 55960 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-garden-9x9_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290369-1532231976/watcher-4290369-1532231976 -o /tmp/evaluation-result-4290369-1532231976/solver-4290369-1532231976 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532224835-1956 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 2035916181 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290369-1532231976.xml

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

MD5SUM BENCH= cd5af6f5844e22b939db4ffe1efd4e73
RANDOM SEED=2035916181

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26796980 kB
MemAvailable:   31220256 kB
Buffers:          145040 kB
Cached:          4543304 kB
SwapCached:            0 kB
Active:          2156480 kB
Inactive:        3345556 kB
Active(anon):     763040 kB
Inactive(anon):    70372 kB
Active(file):    1393440 kB
Inactive(file):  3275184 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35736 kB
Writeback:             0 kB
AnonPages:        818676 kB
Mapped:            48756 kB
Shmem:             17056 kB
Slab:             168504 kB
SReclaimable:     140972 kB
SUnreclaim:        27532 kB
KernelStack:        3744 kB
PageTables:         7136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1587288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    741376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55924 MiB
End job on node134 at 2018-07-22 06:39:28