Trace number 4275061

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 - Parallel with EPS 2017-07-26OPT11 13.3599 3.0210099

General information on the benchmark

NamePseudoBoolean/
PseudoBoolean-opt-gr/Pb-gr-05.xml
MD5SUMe9813c111db0babccd5c24a1dd850827
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark0.031037999
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of constraints104
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":75}]
Minimum variable degree2
Maximum variable degree62
Distribution of variable degrees[{"degree":2,"count":50},{"degree":61,"count":5},{"degree":62,"count":20}]
Minimum constraint arity10
Maximum constraint arity21
Distribution of constraint arities[{"arity":10,"count":4},{"arity":11,"count":20},{"arity":16,"count":60},{"arity":21,"count":20}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":104}]
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.29/0.26	c version: 2017-07-26
0.66/0.67	c seed: 1476482381
0.66/0.67	c timeout: 20160
0.66/0.67	c memlimit: 11000
0.66/0.67	c nbcore: 8
0.66/0.67	c Parsing instance...
0.91/0.84	c Parsing done, starting search...
4.06/1.86	o 23
4.06/1.86	o 21
4.06/1.89	o 19
4.06/1.89	o 17
4.06/1.89	o 15
6.51/2.14	o 13
10.31/2.66	o 11
12.66/3.00	s OPTIMUM FOUND
12.66/3.01	v <instantiation>
12.66/3.01	v 	<list>
12.66/3.01	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]
12.66/3.01	v 	</list>
12.66/3.01	v 	<values>
12.66/3.01	v 		1 1 0 1 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 0 1 0 0 0 1 1 0 0 1 1 1 0 1 1 0 1 0 0 0 1 0 0 0 0 0 0 0 1 
12.66/3.01	v 	</values>
12.66/3.01	v </instantiation>

Verifier Data

OK	11

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275061-1502775007/watcher-4275061-1502775007 -o /tmp/evaluation-result-4275061-1502775007/solver-4275061-1502775007 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1502767545-20967 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1476482381 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275061-1502775007.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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

solver pid=22294, runsolver pid=22291

[startup+0.100093 s]*
/proc/loadavg: 8.12 8.66 8.48 2/198 22314
/proc/meminfo: memFree=31451356/32770624 swapFree=67108860/67108860
[pid=22294] ppid=22291 vsize=14325320 memory=34520 CPUtime=0.13 cores=0-7
/proc/22294/stat : 22294 (java) S 22291 22294 20940 0 -1 1077944320 8017 0 0 0 11 2 0 0 20 0 20 0 110588891 14669127680 8630 33554432000 4194304 4196468 140736394120304 140736394102848 140013159780087 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
/proc/22294/statm: 3581330 8630 3411 1 0 3569050 0
[pid=22294/tid=22296] ppid=22291 vsize=14325320 memory=7824612310230408608 CPUtime=0.09 cores=0-7
/proc/22294/task/22296/stat : 22296 (java) R 22291 22294 20940 0 -1 4202560 5955 0 0 0 8 1 0 0 20 0 20 0 110588891 14669127680 8630 33554432000 4194304 4196468 140736394120304 140013163968000 140013143860574 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22297] ppid=22291 vsize=14325320 memory=732370339917495269 CPUtime=0 cores=0-7
/proc/22294/task/22297/stat : 22297 (java) S 22291 22294 20940 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110588892 14669127680 8630 33554432000 4194304 4196468 140736394120304 140013116332432 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22298] ppid=22291 vsize=14325320 memory=140201580041856 CPUtime=0 cores=0-7
/proc/22294/task/22298/stat : 22298 (java) S 22291 22294 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110588892 14669127680 8630 33554432000 4194304 4196468 140736394120304 140012755020048 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22299] ppid=22291 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22299/stat : 22299 (java) S 22291 22294 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110588892 14669127680 8630 33554432000 4194304 4196468 140736394120304 140012753967760 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22300] ppid=22291 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22300/stat : 22300 (java) S 22291 22294 20940 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110588892 14669127680 8630 33554432000 4194304 4196468 140736394120304 140012752914960 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22301] ppid=22291 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22301/stat : 22301 (java) S 22291 22294 20940 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110588892 14669127680 8630 33554432000 4194304 4196468 140736394120304 140012751862672 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22302] ppid=22291 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/22294/task/22302/stat : 22302 (java) S 22291 22294 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110588892 14669127680 8630 33554432000 4194304 4196468 140736394120304 140012750809872 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22303] ppid=22291 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22303/stat : 22303 (java) S 22291 22294 20940 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110588892 14669127680 8630 33554432000 4194304 4196468 140736394120304 140012749757584 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22304] ppid=22291 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22304/stat : 22304 (java) S 22291 22294 20940 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110588892 14669127680 8630 33554432000 4194304 4196468 140736394120304 140012748704784 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22305] ppid=22291 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22305/stat : 22305 (java) S 22291 22294 20940 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110588893 14669127680 8630 33554432000 4194304 4196468 140736394120304 140012324747376 140013159791234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22306] ppid=22291 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22306/stat : 22306 (java) S 22291 22294 20940 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 110588894 14669127680 8630 33554432000 4194304 4196468 140736394120304 140012323693344 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22307] ppid=22291 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22307/stat : 22307 (java) S 22291 22294 20940 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 110588894 14669127680 8630 33554432000 4194304 4196468 140736394120304 140012322641008 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22308] ppid=22291 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22308/stat : 22308 (java) S 22291 22294 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110588896 14669127680 8630 33554432000 4194304 4196468 140736394120304 140012321589328 140013159798683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22309] ppid=22291 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22309/stat : 22309 (java) S 22291 22294 20940 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 110588896 14669127680 8630 33554432000 4194304 4196468 140736394120304 140012320537200 140013159791234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22310] ppid=22291 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22310/stat : 22310 (java) S 22291 22294 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110588896 14669127680 8630 33554432000 4194304 4196468 140736394120304 140012319484400 140013159791234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22311] ppid=22291 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22311/stat : 22311 (java) S 22291 22294 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110588896 14669127680 8630 33554432000 4194304 4196468 140736394120304 140012318432112 140013159791234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22312] ppid=22291 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/22294/task/22312/stat : 22312 (java) R 22291 22294 20940 0 -1 4202560 379 0 0 0 1 0 0 0 20 0 20 0 110588896 14669127680 8630 33554432000 4194304 4196468 140736394120304 140012317379312 140013138649569 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22313] ppid=22291 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22313/stat : 22313 (java) S 22291 22294 20940 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110588896 14669127680 8630 33554432000 4194304 4196468 140736394120304 140012316326240 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22314] ppid=22291 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/22294/task/22314/stat : 22314 (java) S 22291 22294 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110588897 14669127680 8630 33554432000 4194304 4196468 140736394120304 140012315273520 140013159791234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 34520 KiB

[startup+0.210186 s]*
/proc/loadavg: 8.12 8.66 8.48 3/198 22314
/proc/meminfo: memFree=31422896/32770624 swapFree=67108860/67108860
[pid=22294] ppid=22291 vsize=14325320 memory=43352 CPUtime=0.29 cores=0-7
/proc/22294/stat : 22294 (java) S 22291 22294 20940 0 -1 1077944320 8982 0 0 0 26 3 0 0 20 0 20 0 110588891 14669127680 10838 33554432000 4194304 4196468 140736394120304 140736394102848 140013159780087 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
/proc/22294/statm: 3581330 10838 3589 1 0 3569050 0
[pid=22294/tid=22296] ppid=22291 vsize=14325320 memory=29681743523217448 CPUtime=0.19 cores=0-7
/proc/22294/task/22296/stat : 22296 (java) R 22291 22294 20940 0 -1 4202560 6559 0 0 0 18 1 0 0 20 0 20 0 110588891 14669127680 10838 33554432000 4194304 4196468 140736394120304 140013163995104 140013145460240 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22297] ppid=22291 vsize=14325320 memory=288230600379466064 CPUtime=0 cores=0-7
/proc/22294/task/22297/stat : 22297 (java) S 22291 22294 20940 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110588892 14669127680 10838 33554432000 4194304 4196468 140736394120304 140013116332432 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22298] ppid=22291 vsize=14325320 memory=3473603193838245536 CPUtime=0 cores=0-7
/proc/22294/task/22298/stat : 22298 (java) S 22291 22294 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110588892 14669127680 10838 33554432000 4194304 4196468 140736394120304 140012755020048 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22299] ppid=22291 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/22294/task/22299/stat : 22299 (java) S 22291 22294 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110588892 14669127680 10838 33554432000 4194304 4196468 140736394120304 140012753967760 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22300] ppid=22291 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22300/stat : 22300 (java) S 22291 22294 20940 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110588892 14669127680 10838 33554432000 4194304 4196468 140736394120304 140012752914960 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22301] ppid=22291 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22301/stat : 22301 (java) S 22291 22294 20940 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110588892 14669127680 10838 33554432000 4194304 4196468 140736394120304 140012751862672 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22302] ppid=22291 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/22294/task/22302/stat : 22302 (java) S 22291 22294 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110588892 14669127680 10838 33554432000 4194304 4196468 140736394120304 140012750809872 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22303] ppid=22291 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22303/stat : 22303 (java) S 22291 22294 20940 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110588892 14669127680 10838 33554432000 4194304 4196468 140736394120304 140012749757584 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22304] ppid=22291 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22304/stat : 22304 (java) S 22291 22294 20940 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110588892 14669127680 10838 33554432000 4194304 4196468 140736394120304 140012748704784 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22305] ppid=22291 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22305/stat : 22305 (java) S 22291 22294 20940 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 110588893 14669127680 10838 33554432000 4194304 4196468 140736394120304 140012324747376 140013159791234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22306] ppid=22291 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22306/stat : 22306 (java) S 22291 22294 20940 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 110588894 14669127680 10838 33554432000 4194304 4196468 140736394120304 140012323693344 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22307] ppid=22291 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22307/stat : 22307 (java) S 22291 22294 20940 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 110588894 14669127680 10838 33554432000 4194304 4196468 140736394120304 140012322641008 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22308] ppid=22291 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22308/stat : 22308 (java) S 22291 22294 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110588896 14669127680 10838 33554432000 4194304 4196468 140736394120304 140012321589328 140013159798683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22309] ppid=22291 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22309/stat : 22309 (java) S 22291 22294 20940 0 -1 1077944384 326 0 0 0 0 0 0 0 20 0 20 0 110588896 14669127680 10838 33554432000 4194304 4196468 140736394120304 140012320537200 140013159791234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22310] ppid=22291 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/22294/task/22310/stat : 22310 (java) S 22291 22294 20940 0 -1 1077944384 262 0 0 0 1 0 0 0 20 0 20 0 110588896 14669127680 10838 33554432000 4194304 4196468 140736394120304 140012319484400 140013159791234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22311] ppid=22291 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22311/stat : 22311 (java) R 22291 22294 20940 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 20 0 110588896 14669127680 10851 33554432000 4194304 4196468 140736394120304 140012318432112 140013140480384 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22312] ppid=22291 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/22294/task/22312/stat : 22312 (java) S 22291 22294 20940 0 -1 1077944384 405 0 0 0 5 0 0 0 20 0 20 0 110588896 14669127680 10851 33554432000 4194304 4196468 140736394120304 140012317379312 140013159791234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22313] ppid=22291 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22313/stat : 22313 (java) S 22291 22294 20940 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110588896 14669127680 10851 33554432000 4194304 4196468 140736394120304 140012316326240 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22314] ppid=22291 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/22294/task/22314/stat : 22314 (java) S 22291 22294 20940 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110588897 14669127680 10851 33554432000 4194304 4196468 140736394120304 140012315273520 140013159791234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 43352 KiB

[startup+0.309311 s]*
/proc/loadavg: 8.12 8.66 8.48 2/198 22314
/proc/meminfo: memFree=31418444/32770624 swapFree=67108860/67108860
[pid=22294] ppid=22291 vsize=14325340 memory=51092 CPUtime=0.49 cores=0-7
/proc/22294/stat : 22294 (java) S 22291 22294 20940 0 -1 1077944320 10033 0 0 0 45 4 0 0 20 0 20 0 110588891 14669148160 12773 33554432000 4194304 4196468 140736394120304 140736394102848 140013159780087 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
/proc/22294/statm: 3581335 12773 3707 1 0 3569050 0
[pid=22294/tid=22296] ppid=22291 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/22294/task/22296/stat : 22296 (java) R 22291 22294 20940 0 -1 4202560 7147 0 0 0 27 2 0 0 20 0 20 0 110588891 14669148160 12773 33554432000 4194304 4196468 140736394120304 140013164010688 140013145505790 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22297] ppid=22291 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22297/stat : 22297 (java) S 22291 22294 20940 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110588892 14669148160 12773 33554432000 4194304 4196468 140736394120304 140013116332432 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22298] ppid=22291 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22298/stat : 22298 (java) S 22291 22294 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110588892 14669148160 12773 33554432000 4194304 4196468 140736394120304 140012755020048 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22299] ppid=22291 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22299/stat : 22299 (java) S 22291 22294 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110588892 14669148160 12773 33554432000 4194304 4196468 140736394120304 140012753967760 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22300] ppid=22291 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22300/stat : 22300 (java) S 22291 22294 20940 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110588892 14669148160 12773 33554432000 4194304 4196468 140736394120304 140012752914960 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22301] ppid=22291 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/22294/task/22301/stat : 22301 (java) S 22291 22294 20940 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110588892 14669148160 12773 33554432000 4194304 4196468 140736394120304 140012751862672 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22302] ppid=22291 vsize=14325340 memory=140201422844847 CPUtime=0 cores=0-7
/proc/22294/task/22302/stat : 22302 (java) S 22291 22294 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110588892 14669148160 12773 33554432000 4194304 4196468 140736394120304 140012750809872 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22303] ppid=22291 vsize=14325340 memory=140201422847152 CPUtime=0 cores=0-7
/proc/22294/task/22303/stat : 22303 (java) S 22291 22294 20940 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110588892 14669148160 12773 33554432000 4194304 4196468 140736394120304 140012749757584 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22304] ppid=22291 vsize=14325340 memory=140201422849456 CPUtime=0 cores=0-7
/proc/22294/task/22304/stat : 22304 (java) S 22291 22294 20940 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110588892 14669148160 12773 33554432000 4194304 4196468 140736394120304 140012748704784 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22305] ppid=22291 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22305/stat : 22305 (java) S 22291 22294 20940 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 110588893 14669148160 12773 33554432000 4194304 4196468 140736394120304 140012324747376 140013159791234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22306] ppid=22291 vsize=14325340 memory=280402845705872 CPUtime=0 cores=0-7
/proc/22294/task/22306/stat : 22306 (java) S 22291 22294 20940 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 110588894 14669148160 12773 33554432000 4194304 4196468 140736394120304 140012323693344 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22307] ppid=22291 vsize=14325340 memory=280402845712784 CPUtime=0 cores=0-7
/proc/22294/task/22307/stat : 22307 (java) S 22291 22294 20940 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 110588894 14669148160 12773 33554432000 4194304 4196468 140736394120304 140012322641008 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22308] ppid=22291 vsize=14325340 memory=280402845654064 CPUtime=0 cores=0-7
/proc/22294/task/22308/stat : 22308 (java) S 22291 22294 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110588896 14669148160 12773 33554432000 4194304 4196468 140736394120304 140012321589328 140013159798683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22309] ppid=22291 vsize=14325340 memory=280402845726608 CPUtime=0.03 cores=0-7
/proc/22294/task/22309/stat : 22309 (java) S 22291 22294 20940 0 -1 1077944384 526 0 0 0 3 0 0 0 20 0 20 0 110588896 14669148160 12773 33554432000 4194304 4196468 140736394120304 140012320537200 140013159791234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22310] ppid=22291 vsize=14325340 memory=280402845733520 CPUtime=0.02 cores=0-7
/proc/22294/task/22310/stat : 22310 (java) S 22291 22294 20940 0 -1 1077944384 279 0 0 0 2 0 0 0 20 0 20 0 110588896 14669148160 12773 33554432000 4194304 4196468 140736394120304 140012319484400 140013159791234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22311] ppid=22291 vsize=14325340 memory=280402845731216 CPUtime=0.04 cores=0-7
/proc/22294/task/22311/stat : 22311 (java) S 22291 22294 20940 0 -1 1077944384 210 0 0 0 4 0 0 0 20 0 20 0 110588896 14669148160 12773 33554432000 4194304 4196468 140736394120304 140012318432112 140013159791234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22312] ppid=22291 vsize=14325340 memory=280402845747776 CPUtime=0.08 cores=0-7
/proc/22294/task/22312/stat : 22312 (java) S 22291 22294 20940 0 -1 1077944384 483 0 0 0 8 0 0 0 20 0 20 0 110588896 14669148160 12773 33554432000 4194304 4196468 140736394120304 140012317379312 140013159791234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22313] ppid=22291 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22313/stat : 22313 (java) S 22291 22294 20940 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110588896 14669148160 12773 33554432000 4194304 4196468 140736394120304 140012316326240 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22314] ppid=22291 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/22294/task/22314/stat : 22314 (java) S 22291 22294 20940 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110588897 14669148160 12773 33554432000 4194304 4196468 140736394120304 140012315273520 140013159791234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 51092 KiB

[startup+0.700825 s]
/proc/loadavg: 8.12 8.66 8.48 1/198 22314
/proc/meminfo: memFree=31420572/32770624 swapFree=67108860/67108860
[pid=22294] ppid=22291 vsize=14325340 memory=60024 CPUtime=0.71 cores=0-7
/proc/22294/stat : 22294 (java) S 22291 22294 20940 0 -1 1077944320 10671 0 0 0 66 5 0 0 20 0 20 0 110588891 14669148160 15006 33554432000 4194304 4196468 140736394120304 140736394102848 140013159780087 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
/proc/22294/statm: 3581335 15006 3731 1 0 3569050 0
[pid=22294/tid=22296] ppid=22291 vsize=14325340 memory=7230638416007752791 CPUtime=0.41 cores=0-7
/proc/22294/task/22296/stat : 22296 (java) R 22291 22294 20940 0 -1 4202560 7548 0 0 0 39 2 0 0 20 0 20 0 110588891 14669148160 15006 33554432000 4194304 4196468 140736394120304 140013164016848 140013159802013 0 4 0 16800975 0 0 0 -1 4 0 0 25 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22297] ppid=22291 vsize=14325340 memory=95833605320274 CPUtime=0 cores=0-7
/proc/22294/task/22297/stat : 22297 (java) S 22291 22294 20940 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110588892 14669148160 15006 33554432000 4194304 4196468 140736394120304 140013116332432 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22298] ppid=22291 vsize=14325340 memory=140201422869327 CPUtime=0 cores=0-7
/proc/22294/task/22298/stat : 22298 (java) S 22291 22294 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110588892 14669148160 15006 33554432000 4194304 4196468 140736394120304 140012755020048 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22299] ppid=22291 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22299/stat : 22299 (java) S 22291 22294 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110588892 14669148160 15006 33554432000 4194304 4196468 140736394120304 140012753967760 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22300] ppid=22291 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22300/stat : 22300 (java) S 22291 22294 20940 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110588892 14669148160 15006 33554432000 4194304 4196468 140736394120304 140012752914960 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22301] ppid=22291 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22301/stat : 22301 (java) S 22291 22294 20940 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110588892 14669148160 15006 33554432000 4194304 4196468 140736394120304 140012751862672 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22302] ppid=22291 vsize=14325340 memory=2353 CPUtime=0 cores=0-7
/proc/22294/task/22302/stat : 22302 (java) S 22291 22294 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110588892 14669148160 15006 33554432000 4194304 4196468 140736394120304 140012750809872 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22303] ppid=22291 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22303/stat : 22303 (java) S 22291 22294 20940 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110588892 14669148160 15006 33554432000 4194304 4196468 140736394120304 140012749757584 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22304] ppid=22291 vsize=14325340 memory=1724 CPUtime=0 cores=0-7
/proc/22294/task/22304/stat : 22304 (java) S 22291 22294 20940 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110588892 14669148160 15006 33554432000 4194304 4196468 140736394120304 140012748704784 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22305] ppid=22291 vsize=14325340 memory=1012 CPUtime=0 cores=0-7
/proc/22294/task/22305/stat : 22305 (java) S 22291 22294 20940 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 110588893 14669148160 15006 33554432000 4194304 4196468 140736394120304 140012324747376 140013159791234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0

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

[pid=22294/tid=22331] ppid=22291 vsize=16002792 memory=8533880862322279425 CPUtime=0 cores=0-7
/proc/22294/task/22331/stat : 22331 (java) R 22291 22294 20940 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 46 0 110589080 16386859008 63399 33554432000 4194304 4196468 140736394120304 140011946009648 140013159790293 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22332] ppid=22291 vsize=16002792 memory=-7880843606118635149 CPUtime=0.01 cores=0-7
/proc/22294/task/22332/stat : 22332 (java) R 22291 22294 20940 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 46 0 110589082 16386859008 63399 33554432000 4194304 4196468 140736394120304 140011944956672 140012805492956 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22333] ppid=22291 vsize=16002792 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/22294/task/22333/stat : 22333 (java) R 22291 22294 20940 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 46 0 110589083 16386859008 63399 33554432000 4194304 4196468 140736394120304 140011943904528 140013159790293 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22334] ppid=22291 vsize=16002792 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/22294/task/22334/stat : 22334 (java) R 22291 22294 20940 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 46 0 110589085 16386859008 63399 33554432000 4194304 4196468 140736394120304 140011942851760 140013159790293 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22335] ppid=22291 vsize=16002792 memory=140205875009151 CPUtime=0 cores=0-7
/proc/22294/task/22335/stat : 22335 (java) R 22291 22294 20940 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 46 0 110589087 16386859008 63399 33554432000 4194304 4196468 140736394120304 140011941799472 140013159790293 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22336] ppid=22291 vsize=16002792 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22336/stat : 22336 (java) R 22291 22294 20940 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 46 0 110589088 16386859008 63399 33554432000 4194304 4196468 140736394120304 140011940746672 140013159790293 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22337] ppid=22291 vsize=16002792 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22337/stat : 22337 (java) R 22291 22294 20940 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 46 0 110589090 16386859008 63399 33554432000 4194304 4196468 140736394120304 140011939693360 140013159790293 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
Current children cumulated CPU time: 8.77 s
Current children cumulated vsize: 16002792 KiB
Current children cumulated memory: 253596 KiB

[startup+2.80199 s]
/proc/loadavg: 8.12 8.66 8.48 14/221 22337
/proc/meminfo: memFree=31242752/32770624 swapFree=67108860/67108860
[pid=22294] ppid=22291 vsize=16068328 memory=257072 CPUtime=11.86 cores=0-7
/proc/22294/stat : 22294 (java) S 22291 22294 20940 0 -1 1077944320 39019 0 0 0 1168 18 0 0 20 0 46 0 110588891 16453967872 64268 33554432000 4194304 4196468 140736394120304 140736394102848 140013159780087 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
/proc/22294/statm: 4017082 64268 3837 1 0 4004276 0
[pid=22294/tid=22296] ppid=22291 vsize=16068328 memory=191710160268890 CPUtime=1.45 cores=0-7
/proc/22294/task/22296/stat : 22296 (java) S 22291 22294 20940 0 -1 1077944384 12166 0 0 0 139 6 0 0 20 0 46 0 110588891 16453967872 64268 33554432000 4194304 4196468 140736394120304 140013164017792 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 25 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22297] ppid=22291 vsize=16068328 memory=0 CPUtime=0.01 cores=0-7
/proc/22294/task/22297/stat : 22297 (java) S 22291 22294 20940 0 -1 1077944384 459 0 0 0 1 0 0 0 20 0 46 0 110588892 16453967872 64268 33554432000 4194304 4196468 140736394120304 140013116332432 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22298] ppid=22291 vsize=16068328 memory=0 CPUtime=0.01 cores=0-7
/proc/22294/task/22298/stat : 22298 (java) S 22291 22294 20940 0 -1 1077944384 158 0 0 0 1 0 0 0 20 0 46 0 110588892 16453967872 64268 33554432000 4194304 4196468 140736394120304 140012755020048 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22299] ppid=22291 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22299/stat : 22299 (java) S 22291 22294 20940 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 46 0 110588892 16453967872 64268 33554432000 4194304 4196468 140736394120304 140012753967760 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22300] ppid=22291 vsize=16068328 memory=0 CPUtime=0.01 cores=0-7
/proc/22294/task/22300/stat : 22300 (java) S 22291 22294 20940 0 -1 1077944384 51 0 0 0 1 0 0 0 20 0 46 0 110588892 16453967872 64268 33554432000 4194304 4196468 140736394120304 140012752914960 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22301] ppid=22291 vsize=16068328 memory=0 CPUtime=0.01 cores=0-7
/proc/22294/task/22301/stat : 22301 (java) S 22291 22294 20940 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 46 0 110588892 16453967872 64268 33554432000 4194304 4196468 140736394120304 140012751862672 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22302] ppid=22291 vsize=16068328 memory=0 CPUtime=0.01 cores=0-7
/proc/22294/task/22302/stat : 22302 (java) S 22291 22294 20940 0 -1 1077944384 85 0 0 0 1 0 0 0 20 0 46 0 110588892 16453967872 64268 33554432000 4194304 4196468 140736394120304 140012750809872 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22303] ppid=22291 vsize=16068328 memory=0 CPUtime=0.01 cores=0-7
/proc/22294/task/22303/stat : 22303 (java) S 22291 22294 20940 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 46 0 110588892 16453967872 64268 33554432000 4194304 4196468 140736394120304 140012749757584 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22304] ppid=22291 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22304/stat : 22304 (java) S 22291 22294 20940 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 46 0 110588892 16453967872 64268 33554432000 4194304 4196468 140736394120304 140012748704784 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22305] ppid=22291 vsize=16068328 memory=0 CPUtime=0.01 cores=0-7
/proc/22294/task/22305/stat : 22305 (java) S 22291 22294 20940 0 -1 1077944384 197 0 0 0 1 0 0 0 20 0 46 0 110588893 16453967872 64268 33554432000 4194304 4196468 140736394120304 140012324747376 140013159791234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22306] ppid=22291 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22306/stat : 22306 (java) S 22291 22294 20940 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 46 0 110588894 16453967872 64268 33554432000 4194304 4196468 140736394120304 140012323693408 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22307] ppid=22291 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22307/stat : 22307 (java) S 22291 22294 20940 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 46 0 110588894 16453967872 64268 33554432000 4194304 4196468 140736394120304 140012322641024 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22308] ppid=22291 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22308/stat : 22308 (java) S 22291 22294 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 110588896 16453967872 64268 33554432000 4194304 4196468 140736394120304 140012321589328 140013159798683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22309] ppid=22291 vsize=16068328 memory=0 CPUtime=1.1 cores=0-7
/proc/22294/task/22309/stat : 22309 (java) S 22291 22294 20940 0 -1 1077944384 5350 0 0 0 109 1 0 0 20 0 46 0 110588896 16453967872 64268 33554432000 4194304 4196468 140736394120304 140012320537200 140013159791234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22310] ppid=22291 vsize=16068328 memory=0 CPUtime=1.21 cores=0-7
/proc/22294/task/22310/stat : 22310 (java) R 22291 22294 20940 0 -1 4202560 4935 0 0 0 120 1 0 0 20 0 46 0 110588896 16453967872 64268 33554432000 4194304 4196468 140736394120304 140012319484696 140013143276871 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22311] ppid=22291 vsize=16068328 memory=0 CPUtime=1.08 cores=0-7
/proc/22294/task/22311/stat : 22311 (java) R 22291 22294 20940 0 -1 4202560 4697 0 0 0 107 1 0 0 20 0 46 0 110588896 16453967872 64268 33554432000 4194304 4196468 140736394120304 140012318432408 140013143676253 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22312] ppid=22291 vsize=16068328 memory=0 CPUtime=0.76 cores=0-7
/proc/22294/task/22312/stat : 22312 (java) S 22291 22294 20940 0 -1 1077944384 7618 0 0 0 74 2 0 0 20 0 46 0 110588896 16453967872 64268 33554432000 4194304 4196468 140736394120304 140012317379312 140013159791234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22313] ppid=22291 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22313/stat : 22313 (java) S 22291 22294 20940 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 110588896 16453967872 64268 33554432000 4194304 4196468 140736394120304 140012316326240 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22314] ppid=22291 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22314/stat : 22314 (java) S 22291 22294 20940 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 46 0 110588897 16453967872 64268 33554432000 4194304 4196468 140736394120304 140012315273520 140013159791234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22315] ppid=22291 vsize=16068328 memory=0 CPUtime=0.01 cores=0-7
/proc/22294/task/22315/stat : 22315 (java) R 22291 22294 20940 0 -1 1077944384 52 0 0 0 1 0 0 0 20 0 46 0 110589038 16453967872 64268 33554432000 4194304 4196468 140736394120304 140012311278384 140013159790293 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22316] ppid=22291 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22316/stat : 22316 (java) S 22291 22294 20940 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 46 0 110589050 16453967872 64268 33554432000 4194304 4196468 140736394120304 140011966030672 140013159791234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22317] ppid=22291 vsize=16068328 memory=0 CPUtime=0.48 cores=0-7
/proc/22294/task/22317/stat : 22317 (java) R 22291 22294 20940 0 -1 4202560 200 0 0 0 48 0 0 0 20 0 46 0 110589060 16453967872 64268 33554432000 4194304 4196468 140736394120304 140011964977584 140012805491474 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22318] ppid=22291 vsize=16068328 memory=0 CPUtime=0.51 cores=0-7
/proc/22294/task/22318/stat : 22318 (java) R 22291 22294 20940 0 -1 1077944384 160 0 0 0 51 0 0 0 20 0 46 0 110589061 16453967872 64268 33554432000 4194304 4196468 140736394120304 140011963925696 140013159790293 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22319] ppid=22291 vsize=16068328 memory=0 CPUtime=0.1 cores=0-7
/proc/22294/task/22319/stat : 22319 (java) R 22291 22294 20940 0 -1 4202560 107 0 0 0 10 0 0 0 20 0 46 0 110589061 16453967872 64268 33554432000 4194304 4196468 140736394120304 140011962873616 140736394180546 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22320] ppid=22291 vsize=16068328 memory=0 CPUtime=0.62 cores=0-7
/proc/22294/task/22320/stat : 22320 (java) R 22291 22294 20940 0 -1 1077944384 216 0 0 0 62 0 0 0 20 0 46 0 110589061 16453967872 64268 33554432000 4194304 4196468 140736394120304 140011961820608 140013159790293 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22321] ppid=22291 vsize=16068328 memory=0 CPUtime=0.52 cores=0-7
/proc/22294/task/22321/stat : 22321 (java) R 22291 22294 20940 0 -1 1077944384 52 0 0 0 52 0 0 0 20 0 46 0 110589061 16453967872 64268 33554432000 4194304 4196468 140736394120304 140011960767296 140013159790293 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22322] ppid=22291 vsize=16068328 memory=0 CPUtime=0.45 cores=0-7
/proc/22294/task/22322/stat : 22322 (java) R 22291 22294 20940 0 -1 1077944384 115 0 0 0 45 0 0 0 20 0 46 0 110589064 16453967872 64268 33554432000 4194304 4196468 140736394120304 140011957617344 140013159790293 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22323] ppid=22291 vsize=16068328 memory=0 CPUtime=0.62 cores=0-7
/proc/22294/task/22323/stat : 22323 (java) R 22291 22294 20940 0 -1 4202560 48 0 0 0 62 0 0 0 20 0 46 0 110589064 16453967872 64268 33554432000 4194304 4196468 140736394120304 140011956565056 140012805492694 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22324] ppid=22291 vsize=16068328 memory=0 CPUtime=0.19 cores=0-7
/proc/22294/task/22324/stat : 22324 (java) R 22291 22294 20940 0 -1 1077944384 56 0 0 0 19 0 0 0 20 0 46 0 110589065 16453967872 64268 33554432000 4194304 4196468 140736394120304 140011955512464 140013159790293 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22325] ppid=22291 vsize=16068328 memory=0 CPUtime=0.08 cores=0-7
/proc/22294/task/22325/stat : 22325 (java) R 22291 22294 20940 0 -1 1077944384 50 0 0 0 8 0 0 0 20 0 46 0 110589065 16453967872 64268 33554432000 4194304 4196468 140736394120304 140011954459968 140013159790293 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22326] ppid=22291 vsize=16068328 memory=0 CPUtime=0.48 cores=0-7
/proc/22294/task/22326/stat : 22326 (java) R 22291 22294 20940 0 -1 4202560 46 0 0 0 48 0 0 0 20 0 46 0 110589066 16453967872 64268 33554432000 4194304 4196468 140736394120304 140011953406256 140012806425383 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22327] ppid=22291 vsize=16068328 memory=0 CPUtime=0.6 cores=0-7
/proc/22294/task/22327/stat : 22327 (java) R 22291 22294 20940 0 -1 1077944384 48 0 0 0 60 0 0 0 20 0 46 0 110589066 16453967872 64268 33554432000 4194304 4196468 140736394120304 140011952355088 140013159790293 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22328] ppid=22291 vsize=16068328 memory=0 CPUtime=0.03 cores=0-7
/proc/22294/task/22328/stat : 22328 (java) R 22291 22294 20940 0 -1 1077944384 28 0 0 0 3 0 0 0 20 0 46 0 110589077 16453967872 64268 33554432000 4194304 4196468 140736394120304 140011949168064 140013159790293 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22329] ppid=22291 vsize=16068328 memory=0 CPUtime=0.12 cores=0-7
/proc/22294/task/22329/stat : 22329 (java) R 22291 22294 20940 0 -1 4202560 37 0 0 0 12 0 0 0 20 0 46 0 110589077 16453967872 64268 33554432000 4194304 4196468 140736394120304 140011948113840 140012805492394 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22330] ppid=22291 vsize=16068328 memory=0 CPUtime=0.08 cores=0-7
/proc/22294/task/22330/stat : 22330 (java) R 22291 22294 20940 0 -1 1077944384 40 0 0 0 8 0 0 0 20 0 46 0 110589078 16453967872 64268 33554432000 4194304 4196468 140736394120304 140011947062032 140013159790293 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22331] ppid=22291 vsize=16068328 memory=0 CPUtime=0.08 cores=0-7
/proc/22294/task/22331/stat : 22331 (java) R 22291 22294 20940 0 -1 1077944384 28 0 0 0 8 0 0 0 20 0 46 0 110589080 16453967872 64268 33554432000 4194304 4196468 140736394120304 140011946009664 140013159790293 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22332] ppid=22291 vsize=16068328 memory=0 CPUtime=0.03 cores=0-7
/proc/22294/task/22332/stat : 22332 (java) R 22291 22294 20940 0 -1 1077944384 32 0 0 0 3 0 0 0 20 0 46 0 110589082 16453967872 64268 33554432000 4194304 4196468 140736394120304 140011944956864 140013159790293 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22333] ppid=22291 vsize=16068328 memory=0 CPUtime=0.05 cores=0-7
/proc/22294/task/22333/stat : 22333 (java) R 22291 22294 20940 0 -1 1077944384 27 0 0 0 5 0 0 0 20 0 46 0 110589083 16453967872 64268 33554432000 4194304 4196468 140736394120304 140011943904784 140013159790293 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22334] ppid=22291 vsize=16068328 memory=0 CPUtime=0.16 cores=0-7
/proc/22294/task/22334/stat : 22334 (java) R 22291 22294 20940 0 -1 4202560 34 0 0 0 16 0 0 0 20 0 46 0 110589085 16453967872 64268 33554432000 4194304 4196468 140736394120304 140011942850864 140012805492498 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22335] ppid=22291 vsize=16068328 memory=0 CPUtime=0.08 cores=0-7
/proc/22294/task/22335/stat : 22335 (java) R 22291 22294 20940 0 -1 1077944384 43 0 0 0 8 0 0 0 20 0 46 0 110589087 16453967872 64268 33554432000 4194304 4196468 140736394120304 140011941799488 140013159790293 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22336] ppid=22291 vsize=16068328 memory=0 CPUtime=0.11 cores=0-7
/proc/22294/task/22336/stat : 22336 (java) R 22291 22294 20940 0 -1 1077944384 32 0 0 0 11 0 0 0 20 0 46 0 110589088 16453967872 64268 33554432000 4194304 4196468 140736394120304 140011940746896 140013159790293 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22337] ppid=22291 vsize=16068328 memory=0 CPUtime=0.14 cores=0-7
/proc/22294/task/22337/stat : 22337 (java) R 22291 22294 20940 0 -1 4202560 178 0 0 0 14 0 0 0 20 0 46 0 110589090 16453967872 64268 33554432000 4194304 4196468 140736394120304 140011939692464 140012805492018 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
Current children cumulated CPU time: 11.86 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 257072 KiB

[startup+3.00144 s]*
/proc/loadavg: 8.03 8.63 8.47 2/223 22340
/proc/meminfo: memFree=31225536/32770624 swapFree=67108860/67108860
[pid=22294] ppid=22291 vsize=16068328 memory=258060 CPUtime=13.34 cores=0-7
/proc/22294/stat : 22294 (java) S 22291 22294 20940 0 -1 1077944320 39569 0 0 0 1315 19 0 0 20 0 33 0 110588891 16453967872 64534 33554432000 4194304 4196468 140736394120304 140736394102848 140013159780087 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
/proc/22294/statm: 4017082 64534 3839 1 0 4004276 0
[pid=22294/tid=22296] ppid=22291 vsize=16068328 memory=0 CPUtime=1.45 cores=0-7
/proc/22294/task/22296/stat : 22296 (java) R 22291 22294 20940 0 -1 4202560 12196 0 0 0 139 6 0 0 20 0 20 0 110588891 16453967872 64493 33554432000 4194304 4196468 140736394120304 140013164017600 140013152497239 0 4 0 16800975 0 0 0 -1 3 0 0 25 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22297] ppid=22291 vsize=16068328 memory=140201580041856 CPUtime=0.01 cores=0-7
/proc/22294/task/22297/stat : 22297 (java) S 22291 22294 20940 0 -1 1077944384 459 0 0 0 1 0 0 0 20 0 20 0 110588892 16453967872 64493 33554432000 4194304 4196468 140736394120304 140013116332432 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22298] ppid=22291 vsize=16068328 memory=140201580041856 CPUtime=0.01 cores=0-7
/proc/22294/task/22298/stat : 22298 (java) S 22291 22294 20940 0 -1 1077944384 158 0 0 0 1 0 0 0 20 0 20 0 110588892 16453967872 64493 33554432000 4194304 4196468 140736394120304 140012755020048 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22299] ppid=22291 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22299/stat : 22299 (java) S 22291 22294 20940 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 110588892 16453967872 64493 33554432000 4194304 4196468 140736394120304 140012753967760 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22300] ppid=22291 vsize=16068328 memory=0 CPUtime=0.01 cores=0-7
/proc/22294/task/22300/stat : 22300 (java) S 22291 22294 20940 0 -1 1077944384 51 0 0 0 1 0 0 0 20 0 20 0 110588892 16453967872 64493 33554432000 4194304 4196468 140736394120304 140012752914960 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22301] ppid=22291 vsize=16068328 memory=0 CPUtime=0.01 cores=0-7
/proc/22294/task/22301/stat : 22301 (java) S 22291 22294 20940 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 20 0 110588892 16453967872 64493 33554432000 4194304 4196468 140736394120304 140012751862672 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22302] ppid=22291 vsize=16068328 memory=-1 CPUtime=0.01 cores=0-7
/proc/22294/task/22302/stat : 22302 (java) S 22291 22294 20940 0 -1 1077944384 85 0 0 0 1 0 0 0 20 0 20 0 110588892 16453967872 64493 33554432000 4194304 4196468 140736394120304 140012750809872 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22303] ppid=22291 vsize=16068328 memory=0 CPUtime=0.01 cores=0-7
/proc/22294/task/22303/stat : 22303 (java) S 22291 22294 20940 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 20 0 110588892 16453967872 64493 33554432000 4194304 4196468 140736394120304 140012749757584 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22304] ppid=22291 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22304/stat : 22304 (java) S 22291 22294 20940 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 110588892 16453967872 64493 33554432000 4194304 4196468 140736394120304 140012748704784 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22305] ppid=22291 vsize=16068328 memory=0 CPUtime=0.01 cores=0-7
/proc/22294/task/22305/stat : 22305 (java) S 22291 22294 20940 0 -1 1077944384 197 0 0 0 1 0 0 0 20 0 20 0 110588893 16453967872 64493 33554432000 4194304 4196468 140736394120304 140012324747376 140013159791234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22306] ppid=22291 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22306/stat : 22306 (java) S 22291 22294 20940 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 21 0 110588894 16453967872 64493 33554432000 4194304 4196468 140736394120304 140012323693408 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22307] ppid=22291 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22307/stat : 22307 (java) S 22291 22294 20940 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 21 0 110588894 16453967872 64493 33554432000 4194304 4196468 140736394120304 140012322641024 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22308] ppid=22291 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22308/stat : 22308 (java) S 22291 22294 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 110588896 16453967872 64493 33554432000 4194304 4196468 140736394120304 140012321589328 140013159798683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22309] ppid=22291 vsize=16068328 memory=0 CPUtime=1.18 cores=0-7
/proc/22294/task/22309/stat : 22309 (java) S 22291 22294 20940 0 -1 1077944384 5379 0 0 0 117 1 0 0 20 0 21 0 110588896 16453967872 64493 33554432000 4194304 4196468 140736394120304 140012320537200 140013159791234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22310] ppid=22291 vsize=16068328 memory=0 CPUtime=1.28 cores=0-7
/proc/22294/task/22310/stat : 22310 (java) S 22291 22294 20940 0 -1 1077944384 4945 0 0 0 127 1 0 0 20 0 21 0 110588896 16453967872 64493 33554432000 4194304 4196468 140736394120304 140012319484400 140013159791234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22311] ppid=22291 vsize=16068328 memory=0 CPUtime=1.13 cores=0-7
/proc/22294/task/22311/stat : 22311 (java) S 22291 22294 20940 0 -1 1077944384 4709 0 0 0 112 1 0 0 20 0 21 0 110588896 16453967872 64493 33554432000 4194304 4196468 140736394120304 140012318432112 140013159791234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22312] ppid=22291 vsize=16068328 memory=0 CPUtime=0.77 cores=0-7
/proc/22294/task/22312/stat : 22312 (java) S 22291 22294 20940 0 -1 1077944384 7634 0 0 0 75 2 0 0 20 0 21 0 110588896 16453967872 64493 33554432000 4194304 4196468 140736394120304 140012317379312 140013159791234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22313] ppid=22291 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/22294/task/22313/stat : 22313 (java) S 22291 22294 20940 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 110588896 16453967872 64509 33554432000 4194304 4196468 140736394120304 140012316326240 140013159790293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
[pid=22294/tid=22314] ppid=22291 vsize=16068328 memory=-1 CPUtime=0 cores=0-7
/proc/22294/task/22314/stat : 22314 (java) R 22291 22294 20940 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 110588897 16453967872 64493 33554432000 4194304 4196468 140736394120304 140012315273520 140013159792022 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13565952 140736394122337 140736394122523 140736394122523 140736394125263 0
Current children cumulated CPU time: 13.34 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 258060 KiB

Child status: 0
Real time (s): 3.02101
CPU time (s): 13.3599
CPU user time (s): 13.155
CPU system time (s): 0.204949
CPU usage (%): 442.233
Max. virtual memory (cumulated for all children) (KiB): 16068328
Max. memory (cumulated for all children) (KiB): 258060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.155
system time used= 0.204949
maximum resident set size= 259120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39647
page faults= 0
swaps= 0
block input operations= 0
block output operations= 120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7140
involuntary context switches= 644


# summary of solver processes directly reported to runsolver:
#   pid: 22294
#   total CPU time (s): 13.3599
#   total CPU user time (s): 13.155
#   total CPU system time (s): 0.204949

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.044135 second user time and 0.077763 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-15 07:15:48
IDJOB=4275061
IDBENCH=135467
IDSOLVER=2668
FILE ID=node103/4275061-1502775007
RUNJOBID= node103-1502767545-20967
PBS_JOBID= 20629098
Free space on /tmp= 61796 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-gr/Pb-gr-05.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275061-1502775007/watcher-4275061-1502775007 -o /tmp/evaluation-result-4275061-1502775007/solver-4275061-1502775007 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1502767545-20967 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1476482381 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275061-1502775007.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= e9813c111db0babccd5c24a1dd850827
RANDOM SEED=1476482381

node103.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.56
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.56
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.56
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.56
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:        31472492 kB
MemAvailable:   31982268 kB
Buffers:          173096 kB
Cached:           622696 kB
SwapCached:            0 kB
Active:           619536 kB
Inactive:         231756 kB
Active(anon):       5016 kB
Inactive(anon):    78580 kB
Active(file):     614520 kB
Inactive(file):   153176 kB
Unevictable:        6432 kB
Mlocked:            6432 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42296 kB
Writeback:             0 kB
AnonPages:         62236 kB
Mapped:            45516 kB
Shmem:             25228 kB
Slab:             141824 kB
SReclaimable:     115828 kB
SUnreclaim:        25996 kB
KernelStack:        3168 kB
PageTables:         4656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 61752 MiB
End job on node103 at 2017-08-15 07:15:51