Trace number 4308831

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 2018-08-14OPT210 471.142 61.0854

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-10a_c18.xml
MD5SUMa5c040ab978d2252c9b6b6d47e833d0a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark210
Best CPU time to get the best result obtained on this benchmark12.7183
Satisfiable
(Un)Satisfiability was proved
Number of variables38
Number of constraints82
Number of domains17
Minimum domain size1
Maximum domain size19
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":21},{"size":3,"count":3},{"size":4,"count":2},{"size":19,"count":10}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":28},{"degree":28,"count":10}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":64},{"arity":11,"count":18}]
Number of extensional constraints0
Number of intensional constraints64
Distribution of constraint types[{"type":"intension","count":64},{"type":"count","count":18}]
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.55	c version: 2018-08-14
0.67/0.55	c seed: 1526625753
0.67/0.55	c timeout: 20160
0.67/0.55	c memlimit: 22000
0.67/0.55	c nbcore: 8
0.67/0.58	c Parsing instance...
1.39/0.93	c Parsing done, starting search...
339.61/44.46	o 550
339.61/44.46	o 520
442.03/57.30	o 510
442.03/57.30	o 480
442.82/57.41	o 460
442.82/57.44	o 450
445.99/57.80	o 430
445.99/57.83	o 410
445.99/57.84	o 400
445.99/57.85	o 390
445.99/57.87	o 380
445.99/57.89	o 370
446.79/57.91	o 350
446.79/57.93	o 340
446.79/57.95	o 310
446.79/57.95	o 300
446.79/57.98	o 280
446.79/57.98	o 260
446.79/57.99	o 250
447.62/58.06	o 240
447.62/58.08	o 230
448.40/58.14	o 220
454.75/58.93	o 210
470.99/61.03	s OPTIMUM FOUND
470.99/61.03	v <instantiation>
470.99/61.03	v 	<list>
470.99/61.03	v 		v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9]
470.99/61.03	v 	</list>
470.99/61.03	v 	<values>
470.99/61.03	v 		-2 -2 -1 1 1 4 2 2 2 0 1 2 0 0 0 0 0 0 0 2 3 0 1 0 0 0 0 0 50 60 90 0 0 0 0 0 0 10 
470.99/61.03	v 	</values>
470.99/61.03	v </instantiation>

Verifier Data

OK	210

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308831-1534374968/watcher-4308831-1534374968 -o /tmp/evaluation-result-4308831-1534374968/solver-4308831-1534374968 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node136-1534374909-1931 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1526625753 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308831-1534374968.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=2036, runsolver pid=2033

[startup+0.100121 s]*
/proc/loadavg: 4.76 7.47 8.36 2/200 2056
/proc/meminfo: memFree=24735992/32770624 swapFree=67107648/67108860
[pid=2036] ppid=2033 vsize=26103420 memory=30128 CPUtime=0.11 cores=0-7
/proc/2036/stat : 2036 (java) S 2033 2036 1904 0 -1 1077944320 6979 0 0 0 10 1 0 0 20 0 20 0 255059968 26729902080 7532 33554432000 4194304 4196468 140730410334080 140730410316624 140136577384183 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
/proc/2036/statm: 6525855 7532 3138 1 0 6487932 0
[pid=2036/tid=2038] ppid=2033 vsize=26103420 memory=1399051139730258233 CPUtime=0.09 cores=0-7
/proc/2036/task/2038/stat : 2038 (java) R 2033 2036 1904 0 -1 4202560 5381 0 0 0 8 1 0 0 20 0 20 0 255059968 26729902080 7862 33554432000 4194304 4196468 140730410334080 140136581609872 140136557659997 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2039] ppid=2033 vsize=26103420 memory=3677534773662714415 CPUtime=0 cores=0-7
/proc/2036/task/2039/stat : 2039 (java) S 2033 2036 1904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255059969 26729902080 7862 33554432000 4194304 4196468 140730410334080 140136530004624 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2040] ppid=2033 vsize=26103420 memory=139631985878656 CPUtime=0 cores=0-7
/proc/2036/task/2040/stat : 2040 (java) S 2033 2036 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255059969 26729902080 7862 33554432000 4194304 4196468 140730410334080 140136134605328 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2041] ppid=2033 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2036/task/2041/stat : 2041 (java) S 2033 2036 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255059969 26729902080 7862 33554432000 4194304 4196468 140730410334080 140136133552528 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2042] ppid=2033 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2036/task/2042/stat : 2042 (java) S 2033 2036 1904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255059969 26729902080 7862 33554432000 4194304 4196468 140730410334080 140136132499728 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2043] ppid=2033 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2036/task/2043/stat : 2043 (java) S 2033 2036 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255059969 26729902080 7862 33554432000 4194304 4196468 140730410334080 140136131447952 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2044] ppid=2033 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/2036/task/2044/stat : 2044 (java) S 2033 2036 1904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255059969 26729902080 7862 33554432000 4194304 4196468 140730410334080 140136130395152 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2045] ppid=2033 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2036/task/2045/stat : 2045 (java) S 2033 2036 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255059969 26729902080 7928 33554432000 4194304 4196468 140730410334080 140136129342352 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2046] ppid=2033 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2036/task/2046/stat : 2046 (java) S 2033 2036 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255059969 26729902080 7928 33554432000 4194304 4196468 140730410334080 140136128289552 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2047] ppid=2033 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2036/task/2047/stat : 2047 (java) S 2033 2036 1904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255059970 26729902080 7928 33554432000 4194304 4196468 140730410334080 140135117080944 140136577395330 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2048] ppid=2033 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2036/task/2048/stat : 2048 (java) S 2033 2036 1904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255059971 26729902080 7928 33554432000 4194304 4196468 140730410334080 140135116026912 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2049] ppid=2033 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2036/task/2049/stat : 2049 (java) S 2033 2036 1904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255059971 26729902080 7928 33554432000 4194304 4196468 140730410334080 140135114974064 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2050] ppid=2033 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2036/task/2050/stat : 2050 (java) S 2033 2036 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255059973 26729902080 7928 33554432000 4194304 4196468 140730410334080 140135113922384 140136577402779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2051] ppid=2033 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2036/task/2051/stat : 2051 (java) S 2033 2036 1904 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 20 0 255059973 26729902080 7928 33554432000 4194304 4196468 140730410334080 140135112870768 140136577395330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2052] ppid=2033 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2036/task/2052/stat : 2052 (java) S 2033 2036 1904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255059973 26729902080 7928 33554432000 4194304 4196468 140730410334080 140135111817968 140136577395330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2053] ppid=2033 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2036/task/2053/stat : 2053 (java) S 2033 2036 1904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255059973 26729902080 7928 33554432000 4194304 4196468 140730410334080 140135110765168 140136577395330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2054] ppid=2033 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2036/task/2054/stat : 2054 (java) S 2033 2036 1904 0 -1 1077944384 228 0 0 0 0 0 0 0 20 0 20 0 255059974 26729902080 7928 33554432000 4194304 4196468 140730410334080 140135109712368 140136577395330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2055] ppid=2033 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2036/task/2055/stat : 2055 (java) S 2033 2036 1904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255059974 26729902080 7928 33554432000 4194304 4196468 140730410334080 140135108659808 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2056] ppid=2033 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/2036/task/2056/stat : 2056 (java) S 2033 2036 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255059974 26729902080 7994 33554432000 4194304 4196468 140730410334080 140135107607088 140136577395330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 30128 KiB

[startup+0.209995 s]*
/proc/loadavg: 4.76 7.47 8.36 3/200 2056
/proc/meminfo: memFree=24722520/32770624 swapFree=67107648/67108860
[pid=2036] ppid=2033 vsize=26103420 memory=43188 CPUtime=0.3 cores=0-7
/proc/2036/stat : 2036 (java) S 2033 2036 1904 0 -1 1077944320 10407 0 0 0 28 2 0 0 20 0 20 0 255059968 26729902080 10797 33554432000 4194304 4196468 140730410334080 140730410316624 140136577384183 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
/proc/2036/statm: 6525855 10797 3351 1 0 6487932 0
[pid=2036/tid=2038] ppid=2033 vsize=26103420 memory=32758254098972862 CPUtime=0.19 cores=0-7
/proc/2036/task/2038/stat : 2038 (java) R 2033 2036 1904 0 -1 4202560 8212 0 0 0 18 1 0 0 20 0 20 0 255059968 26729902080 10797 33554432000 4194304 4196468 140730410334080 140136581610080 140136561464670 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2039] ppid=2033 vsize=26103420 memory=288230608969400343 CPUtime=0 cores=0-7
/proc/2036/task/2039/stat : 2039 (java) S 2033 2036 1904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255059969 26729902080 10797 33554432000 4194304 4196468 140730410334080 140136530004624 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2040] ppid=2033 vsize=26103420 memory=15398874238609048 CPUtime=0 cores=0-7
/proc/2036/task/2040/stat : 2040 (java) S 2033 2036 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255059969 26729902080 10797 33554432000 4194304 4196468 140730410334080 140136134605328 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2041] ppid=2033 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2036/task/2041/stat : 2041 (java) S 2033 2036 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255059969 26729902080 10797 33554432000 4194304 4196468 140730410334080 140136133552528 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2042] ppid=2033 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/2036/task/2042/stat : 2042 (java) S 2033 2036 1904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255059969 26729902080 10797 33554432000 4194304 4196468 140730410334080 140136132499728 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2043] ppid=2033 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2036/task/2043/stat : 2043 (java) S 2033 2036 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255059969 26729902080 10797 33554432000 4194304 4196468 140730410334080 140136131447952 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2044] ppid=2033 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/2036/task/2044/stat : 2044 (java) S 2033 2036 1904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255059969 26729902080 10797 33554432000 4194304 4196468 140730410334080 140136130395152 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2045] ppid=2033 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2036/task/2045/stat : 2045 (java) S 2033 2036 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255059969 26729902080 10797 33554432000 4194304 4196468 140730410334080 140136129342352 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2046] ppid=2033 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2036/task/2046/stat : 2046 (java) S 2033 2036 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255059969 26729902080 10797 33554432000 4194304 4196468 140730410334080 140136128289552 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2047] ppid=2033 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2036/task/2047/stat : 2047 (java) S 2033 2036 1904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255059970 26729902080 10797 33554432000 4194304 4196468 140730410334080 140135117080944 140136577395330 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2048] ppid=2033 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2036/task/2048/stat : 2048 (java) S 2033 2036 1904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255059971 26729902080 10797 33554432000 4194304 4196468 140730410334080 140135116026912 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2049] ppid=2033 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2036/task/2049/stat : 2049 (java) S 2033 2036 1904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255059971 26729902080 10797 33554432000 4194304 4196468 140730410334080 140135114974064 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2050] ppid=2033 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2036/task/2050/stat : 2050 (java) S 2033 2036 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255059973 26729902080 10797 33554432000 4194304 4196468 140730410334080 140135113922384 140136577402779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2051] ppid=2033 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2036/task/2051/stat : 2051 (java) S 2033 2036 1904 0 -1 1077944384 484 0 0 0 0 0 0 0 20 0 20 0 255059973 26729902080 10797 33554432000 4194304 4196468 140730410334080 140135112870768 140136577395330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2052] ppid=2033 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/2036/task/2052/stat : 2052 (java) S 2033 2036 1904 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 20 0 255059973 26729902080 10797 33554432000 4194304 4196468 140730410334080 140135111817968 140136577395330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2053] ppid=2033 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2036/task/2053/stat : 2053 (java) S 2033 2036 1904 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 255059973 26729902080 10797 33554432000 4194304 4196468 140730410334080 140135110765168 140136577395330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2054] ppid=2033 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/2036/task/2054/stat : 2054 (java) R 2033 2036 1904 0 -1 4202560 278 0 0 0 6 0 0 0 20 0 20 0 255059974 26729902080 10797 33554432000 4194304 4196468 140730410334080 140135109712368 140136563708537 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2055] ppid=2033 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2036/task/2055/stat : 2055 (java) S 2033 2036 1904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255059974 26729902080 10797 33554432000 4194304 4196468 140730410334080 140135108659808 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2056] ppid=2033 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/2036/task/2056/stat : 2056 (java) S 2033 2036 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255059974 26729902080 10797 33554432000 4194304 4196468 140730410334080 140135107607088 140136577395330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43188 KiB

[startup+0.309735 s]*
/proc/loadavg: 4.76 7.47 8.36 3/200 2056
/proc/meminfo: memFree=24719108/32770624 swapFree=67107648/67108860
[pid=2036] ppid=2033 vsize=26103420 memory=46672 CPUtime=0.42 cores=0-7
/proc/2036/stat : 2036 (java) S 2033 2036 1904 0 -1 1077944320 10849 0 0 0 40 2 0 0 20 0 20 0 255059968 26729902080 11668 33554432000 4194304 4196468 140730410334080 140730410316624 140136577384183 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
/proc/2036/statm: 6525855 11668 3385 1 0 6487932 0
[pid=2036/tid=2038] ppid=2033 vsize=26103420 memory=1399051139730258233 CPUtime=0.3 cores=0-7
/proc/2036/task/2038/stat : 2038 (java) R 2033 2036 1904 0 -1 4202560 8552 0 0 0 28 2 0 0 20 0 20 0 255059968 26729902080 11668 33554432000 4194304 4196468 140730410334080 140136581545920 140136558947697 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2039] ppid=2033 vsize=26103420 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/2036/task/2039/stat : 2039 (java) S 2033 2036 1904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255059969 26729902080 11668 33554432000 4194304 4196468 140730410334080 140136530004624 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2040] ppid=2033 vsize=26103420 memory=12552 CPUtime=0 cores=0-7
/proc/2036/task/2040/stat : 2040 (java) S 2033 2036 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255059969 26729902080 11668 33554432000 4194304 4196468 140730410334080 140136134605328 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2041] ppid=2033 vsize=26103420 memory=38252 CPUtime=0 cores=0-7
/proc/2036/task/2041/stat : 2041 (java) S 2033 2036 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255059969 26729902080 11668 33554432000 4194304 4196468 140730410334080 140136133552528 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2042] ppid=2033 vsize=26103420 memory=2324 CPUtime=0 cores=0-7
/proc/2036/task/2042/stat : 2042 (java) S 2033 2036 1904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255059969 26729902080 11668 33554432000 4194304 4196468 140730410334080 140136132499728 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2043] ppid=2033 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2036/task/2043/stat : 2043 (java) S 2033 2036 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255059969 26729902080 11668 33554432000 4194304 4196468 140730410334080 140136131447952 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2044] ppid=2033 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2036/task/2044/stat : 2044 (java) S 2033 2036 1904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255059969 26729902080 11668 33554432000 4194304 4196468 140730410334080 140136130395152 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2045] ppid=2033 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2036/task/2045/stat : 2045 (java) S 2033 2036 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255059969 26729902080 11668 33554432000 4194304 4196468 140730410334080 140136129342352 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2046] ppid=2033 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2036/task/2046/stat : 2046 (java) S 2033 2036 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255059969 26729902080 11668 33554432000 4194304 4196468 140730410334080 140136128289552 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2047] ppid=2033 vsize=26103420 memory=139631869911616 CPUtime=0 cores=0-7
/proc/2036/task/2047/stat : 2047 (java) S 2033 2036 1904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255059970 26729902080 11668 33554432000 4194304 4196468 140730410334080 140135117080944 140136577395330 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2048] ppid=2033 vsize=26103420 memory=139631869916111 CPUtime=0 cores=0-7
/proc/2036/task/2048/stat : 2048 (java) S 2033 2036 1904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255059971 26729902080 11668 33554432000 4194304 4196468 140730410334080 140135116026912 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2049] ppid=2033 vsize=26103420 memory=1970350607106051 CPUtime=0 cores=0-7
/proc/2036/task/2049/stat : 2049 (java) S 2033 2036 1904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255059971 26729902080 11668 33554432000 4194304 4196468 140730410334080 140135114974064 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2050] ppid=2033 vsize=26103420 memory=2109982477022116 CPUtime=0 cores=0-7
/proc/2036/task/2050/stat : 2050 (java) S 2033 2036 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255059973 26729902080 11668 33554432000 4194304 4196468 140730410334080 140135113922384 140136577402779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2051] ppid=2033 vsize=26103420 memory=2109982477024420 CPUtime=0.01 cores=0-7
/proc/2036/task/2051/stat : 2051 (java) S 2033 2036 1904 0 -1 1077944384 549 0 0 0 1 0 0 0 20 0 20 0 255059973 26729902080 11668 33554432000 4194304 4196468 140730410334080 140135112870768 140136577395330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2052] ppid=2033 vsize=26103420 memory=2109982477026724 CPUtime=0.01 cores=0-7
/proc/2036/task/2052/stat : 2052 (java) S 2033 2036 1904 0 -1 1077944384 31 0 0 0 1 0 0 0 20 0 20 0 255059973 26729902080 11668 33554432000 4194304 4196468 140730410334080 140135111817968 140136577395330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2053] ppid=2033 vsize=26103420 memory=2109982477052484 CPUtime=0.01 cores=0-7
/proc/2036/task/2053/stat : 2053 (java) S 2033 2036 1904 0 -1 1077944384 39 0 0 0 1 0 0 0 20 0 20 0 255059973 26729902080 11668 33554432000 4194304 4196468 140730410334080 140135110765168 140136577395330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2054] ppid=2033 vsize=26103420 memory=2109982477052516 CPUtime=0.07 cores=0-7
/proc/2036/task/2054/stat : 2054 (java) S 2033 2036 1904 0 -1 1077944384 295 0 0 0 7 0 0 0 20 0 20 0 255059974 26729902080 11668 33554432000 4194304 4196468 140730410334080 140135109712368 140136577395330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2055] ppid=2033 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2036/task/2055/stat : 2055 (java) S 2033 2036 1904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255059974 26729902080 11668 33554432000 4194304 4196468 140730410334080 140135108659808 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2056] ppid=2033 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/2036/task/2056/stat : 2056 (java) S 2033 2036 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255059974 26729902080 11668 33554432000 4194304 4196468 140730410334080 140135107607088 140136577395330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46672 KiB

[startup+0.700782 s]
/proc/loadavg: 4.46 7.36 8.32 3/200 2056
/proc/meminfo: memFree=24695172/32770624 swapFree=67107648/67108860
[pid=2036] ppid=2033 vsize=26105488 memory=85796 CPUtime=1 cores=0-7
/proc/2036/stat : 2036 (java) S 2033 2036 1904 0 -1 1077944320 17803 0 0 0 94 6 0 0 20 0 20 0 255059968 26732019712 21449 33554432000 4194304 4196468 140730410334080 140730410316624 140136577384183 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
/proc/2036/statm: 6526372 21449 3497 1 0 6488444 0
[pid=2036/tid=2038] ppid=2033 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/2036/task/2038/stat : 2038 (java) R 2033 2036 1904 0 -1 4202560 15050 0 0 0 63 4 0 0 20 0 20 0 255059968 26732019712 21449 33554432000 4194304 4196468 140730410334080 140136581608352 140136561821038 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2039] ppid=2033 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/2036/task/2039/stat : 2039 (java) S 2033 2036 1904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255059969 26732019712 21449 33554432000 4194304 4196468 140730410334080 140136530004624 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2040] ppid=2033 vsize=26105488 memory=17626545786886 CPUtime=0 cores=0-7
/proc/2036/task/2040/stat : 2040 (java) S 2033 2036 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255059969 26732019712 21449 33554432000 4194304 4196468 140730410334080 140136134605328 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2041] ppid=2033 vsize=26105488 memory=279263740049696 CPUtime=0 cores=0-7
/proc/2036/task/2041/stat : 2041 (java) S 2033 2036 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255059969 26732019712 21449 33554432000 4194304 4196468 140730410334080 140136133552528 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2042] ppid=2033 vsize=26105488 memory=1256 CPUtime=0 cores=0-7
/proc/2036/task/2042/stat : 2042 (java) S 2033 2036 1904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255059969 26732019712 21449 33554432000 4194304 4196468 140730410334080 140136132499728 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2043] ppid=2033 vsize=26105488 memory=10424 CPUtime=0 cores=0-7
/proc/2036/task/2043/stat : 2043 (java) S 2033 2036 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255059969 26732019712 21449 33554432000 4194304 4196468 140730410334080 140136131447952 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2044] ppid=2033 vsize=26105488 memory=1600 CPUtime=0 cores=0-7
/proc/2036/task/2044/stat : 2044 (java) S 2033 2036 1904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255059969 26732019712 21961 33554432000 4194304 4196468 140730410334080 140136130395152 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2045] ppid=2033 vsize=26105488 memory=1136 CPUtime=0 cores=0-7
/proc/2036/task/2045/stat : 2045 (java) S 2033 2036 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255059969 26732019712 21961 33554432000 4194304 4196468 140730410334080 140136129342352 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2046] ppid=2033 vsize=26105488 memory=6296683621278634335 CPUtime=0 cores=0-7
/proc/2036/task/2046/stat : 2046 (java) S 2033 2036 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255059969 26732019712 21961 33554432000 4194304 4196468 140730410334080 140136128289552 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2047] ppid=2033 vsize=26105488 memory=7597685182856913236 CPUtime=0 cores=0-7
/proc/2036/task/2047/stat : 2047 (java) S 2033 2036 1904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255059970 26732019712 21961 33554432000 4194304 4196468 140730410334080 140135117080944 140136577395330 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0

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

[pid=2036/tid=2054] ppid=2033 vsize=27850524 memory=8112282956445269571 CPUtime=1.01 cores=0-7
/proc/2036/task/2054/stat : 2054 (java) S 2033 2036 1904 0 -1 1077944384 10520 0 0 0 99 2 0 0 20 0 46 0 255059974 28518936576 1351510 33554432000 4194304 4196468 140730410334080 140135109712368 140136577395330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2055] ppid=2033 vsize=27850524 memory=7451276383208423522 CPUtime=0 cores=0-7
/proc/2036/task/2055/stat : 2055 (java) S 2033 2036 1904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 255059974 28518936576 1351510 33554432000 4194304 4196468 140730410334080 140135108659808 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2056] ppid=2033 vsize=27850524 memory=6363684560971195481 CPUtime=0.03 cores=0-7
/proc/2036/task/2056/stat : 2056 (java) S 2033 2036 1904 0 -1 1077944384 951 0 0 0 0 3 0 0 20 0 46 0 255059974 28518936576 1351510 33554432000 4194304 4196468 140730410334080 140135107607088 140136577395330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 42 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2057] ppid=2033 vsize=27850524 memory=5787231513454335840 CPUtime=0.03 cores=0-7
/proc/2036/task/2057/stat : 2057 (java) S 2033 2036 1904 0 -1 1077944384 234 0 0 0 3 0 0 0 20 0 46 0 255060140 28518936576 1351510 33554432000 4194304 4196468 140730410334080 140135096263248 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2058] ppid=2033 vsize=27850524 memory=6296404258939359312 CPUtime=0.2 cores=0-7
/proc/2036/task/2058/stat : 2058 (java) R 2033 2036 1904 0 -1 1077944384 1157 0 0 0 9 11 0 0 20 0 46 0 255060157 28518936576 1351510 33554432000 4194304 4196468 140730410334080 140135093113488 140136577395330 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2059] ppid=2033 vsize=27850524 memory=7151826543345685101 CPUtime=43.14 cores=0-7
/proc/2036/task/2059/stat : 2059 (java) S 2033 2036 1904 0 -1 1077944384 6373 0 0 0 4290 24 0 0 20 0 46 0 255060178 28518936576 1351510 33554432000 4194304 4196468 140730410334080 140135089964816 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2060] ppid=2033 vsize=27850524 memory=0 CPUtime=54.67 cores=0-7
/proc/2036/task/2060/stat : 2060 (java) R 2033 2036 1904 0 -1 4202560 8507 0 0 0 5450 17 0 0 20 0 46 0 255060179 28518936576 1351510 33554432000 4194304 4196468 140730410334080 140135088909728 140136220553410 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2061] ppid=2033 vsize=27850524 memory=4641330296704291175 CPUtime=52.75 cores=0-7
/proc/2036/task/2061/stat : 2061 (java) S 2033 2036 1904 0 -1 1077944384 9503 0 0 0 5257 18 0 0 20 0 46 0 255060179 28518936576 1351510 33554432000 4194304 4196468 140730410334080 140135087859216 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2062] ppid=2033 vsize=27850524 memory=7451859046977655146 CPUtime=0.81 cores=0-7
/proc/2036/task/2062/stat : 2062 (java) S 2033 2036 1904 0 -1 1077944384 143 0 0 0 81 0 0 0 20 0 46 0 255060186 28518936576 1351510 33554432000 4194304 4196468 140730410334080 140135084709264 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2063] ppid=2033 vsize=27850524 memory=8751464017575819320 CPUtime=1.42 cores=0-7
/proc/2036/task/2063/stat : 2063 (java) S 2033 2036 1904 0 -1 1077944384 430 0 0 0 142 0 0 0 20 0 46 0 255060186 28518936576 1351510 33554432000 4194304 4196468 140730410334080 140135083656464 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2064] ppid=2033 vsize=27850524 memory=3752 CPUtime=56.28 cores=0-7
/proc/2036/task/2064/stat : 2064 (java) S 2033 2036 1904 0 -1 1077944384 10777 0 0 0 5605 23 0 0 20 0 46 0 255060186 28518936576 1351510 33554432000 4194304 4196468 140730410334080 140135082603664 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2065] ppid=2033 vsize=27850524 memory=69600 CPUtime=1.09 cores=0-7
/proc/2036/task/2065/stat : 2065 (java) S 2033 2036 1904 0 -1 1077944384 173 0 0 0 109 0 0 0 20 0 46 0 255060186 28518936576 1351510 33554432000 4194304 4196468 140730410334080 140135081550864 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2066] ppid=2033 vsize=27850524 memory=2148 CPUtime=1.44 cores=0-7
/proc/2036/task/2066/stat : 2066 (java) S 2033 2036 1904 0 -1 1077944384 152 0 0 0 144 0 0 0 20 0 46 0 255060186 28518936576 1351510 33554432000 4194304 4196468 140730410334080 140135080498064 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2067] ppid=2033 vsize=27850524 memory=1196 CPUtime=54.42 cores=0-7
/proc/2036/task/2067/stat : 2067 (java) S 2033 2036 1904 0 -1 1077944384 8971 0 0 0 5418 24 0 0 20 0 46 0 255060186 28518936576 1351510 33554432000 4194304 4196468 140730410334080 140135079446288 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2068] ppid=2033 vsize=27850524 memory=1500 CPUtime=55.39 cores=0-7
/proc/2036/task/2068/stat : 2068 (java) R 2033 2036 1904 0 -1 4202560 5081 0 0 0 5521 18 0 0 20 0 46 0 255060186 28518936576 1351510 33554432000 4194304 4196468 140730410334080 140135078391200 140136219623428 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2069] ppid=2033 vsize=27850524 memory=844 CPUtime=55.24 cores=0-7
/proc/2036/task/2069/stat : 2069 (java) S 2033 2036 1904 0 -1 1077944384 6408 0 0 0 5508 16 0 0 20 0 46 0 255060186 28518936576 1351510 33554432000 4194304 4196468 140730410334080 140135077340688 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2070] ppid=2033 vsize=27850524 memory=3884 CPUtime=41.89 cores=0-7
/proc/2036/task/2070/stat : 2070 (java) R 2033 2036 1904 0 -1 4202560 7112 0 0 0 4167 22 0 0 20 0 46 0 255060189 28518936576 1351510 33554432000 4194304 4196468 140730410334080 140135076285600 140136562594637 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2071] ppid=2033 vsize=27850524 memory=2700 CPUtime=0.46 cores=0-7
/proc/2036/task/2071/stat : 2071 (java) S 2033 2036 1904 0 -1 1077944384 120 0 0 0 46 0 0 0 20 0 46 0 255064414 28518936576 1351510 33554432000 4194304 4196468 140730410334080 140135073101072 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2072] ppid=2033 vsize=27850524 memory=1256 CPUtime=2.03 cores=0-7
/proc/2036/task/2072/stat : 2072 (java) S 2033 2036 1904 0 -1 1077944384 67 0 0 0 203 0 0 0 20 0 46 0 255064415 28518936576 1351510 33554432000 4194304 4196468 140730410334080 140135072048272 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2073] ppid=2033 vsize=27850524 memory=10424 CPUtime=13.74 cores=0-7
/proc/2036/task/2073/stat : 2073 (java) R 2033 2036 1904 0 -1 4202560 767 0 0 0 1374 0 0 0 20 0 46 0 255064415 28518936576 1351510 33554432000 4194304 4196468 140730410334080 140135070993184 140136214079376 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2074] ppid=2033 vsize=27850524 memory=139631985877601 CPUtime=13.92 cores=0-7
/proc/2036/task/2074/stat : 2074 (java) R 2033 2036 1904 0 -1 4202560 1329 0 0 0 1392 0 0 0 20 0 46 0 255064415 28518936576 1351510 33554432000 4194304 4196468 140730410334080 140135069940384 140730410364113 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2075] ppid=2033 vsize=27850524 memory=4774505469681996649 CPUtime=1.24 cores=0-7
/proc/2036/task/2075/stat : 2075 (java) R 2033 2036 1904 0 -1 4202560 117 0 0 0 124 0 0 0 20 0 46 0 255064416 28518936576 1351510 33554432000 4194304 4196468 140730410334080 140135068888608 140136219624158 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2076] ppid=2033 vsize=27850524 memory=1399051139730258233 CPUtime=2.43 cores=0-7
/proc/2036/task/2076/stat : 2076 (java) R 2033 2036 1904 0 -1 4202560 100 0 0 0 243 0 0 0 20 0 46 0 255064417 28518936576 1351510 33554432000 4194304 4196468 140730410334080 140135067835808 140136219624098 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2077] ppid=2033 vsize=27850524 memory=-6733704525061579059 CPUtime=0.23 cores=0-7
/proc/2036/task/2077/stat : 2077 (java) S 2033 2036 1904 0 -1 1077944384 74 0 0 0 23 0 0 0 20 0 46 0 255064423 28518936576 1351510 33554432000 4194304 4196468 140730410334080 140135066785296 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2078] ppid=2033 vsize=27850524 memory=8580318734027995705 CPUtime=1.26 cores=0-7
/proc/2036/task/2078/stat : 2078 (java) R 2033 2036 1904 0 -1 4202560 624 0 0 0 126 0 0 0 20 0 46 0 255064427 28518936576 1351510 33554432000 4194304 4196468 140730410334080 140135065730208 140136216657393 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2079] ppid=2033 vsize=27850524 memory=139631985918849 CPUtime=3.81 cores=0-7
/proc/2036/task/2079/stat : 2079 (java) S 2033 2036 1904 0 -1 1077944384 194 0 0 0 381 0 0 0 20 0 46 0 255064431 28518936576 1351510 33554432000 4194304 4196468 140730410334080 140135064679696 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2080] ppid=2033 vsize=27850524 memory=7234298690216027241 CPUtime=1 cores=0-7
/proc/2036/task/2080/stat : 2080 (java) S 2033 2036 1904 0 -1 1077944384 113 0 0 0 100 0 0 0 20 0 46 0 255064435 28518936576 1351510 33554432000 4194304 4196468 140730410334080 140135063626896 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2081] ppid=2033 vsize=27850524 memory=7811050889924143461 CPUtime=0.22 cores=0-7
/proc/2036/task/2081/stat : 2081 (java) S 2033 2036 1904 0 -1 1077944384 50 0 0 0 22 0 0 0 20 0 46 0 255064438 28518936576 1351510 33554432000 4194304 4196468 140730410334080 140135062574096 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2082] ppid=2033 vsize=27850524 memory=7372504007401689168 CPUtime=0.17 cores=0-7
/proc/2036/task/2082/stat : 2082 (java) S 2033 2036 1904 0 -1 1077944384 126 0 0 0 17 0 0 0 20 0 46 0 255064445 28518936576 1351510 33554432000 4194304 4196468 140730410334080 140135061521296 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
Current children cumulated CPU time: 469.74 s
Current children cumulated vsize: 27850524 KiB
Current children cumulated memory: 5406040 KiB

[startup+61.0017 s]*
/proc/loadavg: 7.33 7.60 8.34 2/226 2082
/proc/meminfo: memFree=19347716/32770624 swapFree=67107648/67108860
[pid=2036] ppid=2033 vsize=27850524 memory=5406092 CPUtime=470.99 cores=0-7
/proc/2036/stat : 2036 (java) S 2033 2036 1904 0 -1 1077944320 141459 0 0 0 46865 234 0 0 20 0 46 0 255059968 28518936576 1351523 33554432000 4194304 4196468 140730410334080 140730410316624 140136577384183 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
/proc/2036/statm: 6962631 1351523 3609 1 0 6924182 0
[pid=2036/tid=2038] ppid=2033 vsize=27850524 memory=1399051139730258233 CPUtime=2.1 cores=0-7
/proc/2036/task/2038/stat : 2038 (java) S 2033 2036 1904 0 -1 1077944384 20823 0 0 0 202 8 0 0 20 0 45 0 255059968 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140136581621648 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2039] ppid=2033 vsize=27850524 memory=4126316290023845779 CPUtime=0.14 cores=0-7
/proc/2036/task/2039/stat : 2039 (java) S 2033 2036 1904 0 -1 1077944384 2116 0 0 0 10 4 0 0 20 0 45 0 255059969 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140136530004624 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2040] ppid=2033 vsize=27850524 memory=17695265263638 CPUtime=0.15 cores=0-7
/proc/2036/task/2040/stat : 2040 (java) S 2033 2036 1904 0 -1 1077944384 333 0 0 0 10 5 0 0 20 0 45 0 255059969 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140136134605328 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2041] ppid=2033 vsize=27850524 memory=496 CPUtime=0.16 cores=0-7
/proc/2036/task/2041/stat : 2041 (java) S 2033 2036 1904 0 -1 1077944384 3731 0 0 0 11 5 0 0 20 0 45 0 255059969 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140136133552528 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2042] ppid=2033 vsize=27850524 memory=928 CPUtime=0.15 cores=0-7
/proc/2036/task/2042/stat : 2042 (java) S 2033 2036 1904 0 -1 1077944384 276 0 0 0 11 4 0 0 20 0 45 0 255059969 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140136132499728 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2043] ppid=2033 vsize=27850524 memory=1172 CPUtime=0.16 cores=0-7
/proc/2036/task/2043/stat : 2043 (java) S 2033 2036 1904 0 -1 1077944384 553 0 0 0 11 5 0 0 20 0 45 0 255059969 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140136131447952 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2044] ppid=2033 vsize=27850524 memory=1964 CPUtime=0.14 cores=0-7
/proc/2036/task/2044/stat : 2044 (java) S 2033 2036 1904 0 -1 1077944384 1933 0 0 0 10 4 0 0 20 0 45 0 255059969 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140136130395152 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2045] ppid=2033 vsize=27850524 memory=0 CPUtime=0.16 cores=0-7
/proc/2036/task/2045/stat : 2045 (java) S 2033 2036 1904 0 -1 1077944384 415 0 0 0 11 5 0 0 20 0 45 0 255059969 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140136129342352 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2046] ppid=2033 vsize=27850524 memory=6944656575208382560 CPUtime=0.15 cores=0-7
/proc/2036/task/2046/stat : 2046 (java) S 2033 2036 1904 0 -1 1077944384 712 0 0 0 10 5 0 0 20 0 45 0 255059969 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140136128289552 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2047] ppid=2033 vsize=27850524 memory=6944656575208382560 CPUtime=0.09 cores=0-7
/proc/2036/task/2047/stat : 2047 (java) S 2033 2036 1904 0 -1 1077944384 5276 0 0 0 7 2 0 0 20 0 45 0 255059970 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135117080944 140136577395330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2048] ppid=2033 vsize=27850524 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/2036/task/2048/stat : 2048 (java) S 2033 2036 1904 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 45 0 255059971 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135116026976 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2049] ppid=2033 vsize=27850524 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/2036/task/2049/stat : 2049 (java) S 2033 2036 1904 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 45 0 255059971 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135114974080 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2050] ppid=2033 vsize=27850524 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/2036/task/2050/stat : 2050 (java) S 2033 2036 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 45 0 255059973 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135113922384 140136577402779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2051] ppid=2033 vsize=27850524 memory=6944656575208382560 CPUtime=2 cores=0-7
/proc/2036/task/2051/stat : 2051 (java) S 2033 2036 1904 0 -1 1077944384 9500 0 0 0 197 3 0 0 20 0 45 0 255059973 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135112870768 140136577395330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2052] ppid=2033 vsize=27850524 memory=6943526294502006880 CPUtime=1.73 cores=0-7
/proc/2036/task/2052/stat : 2052 (java) S 2033 2036 1904 0 -1 1077944384 5825 0 0 0 172 1 0 0 20 0 45 0 255059973 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135111817968 140136577395330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 30 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2053] ppid=2033 vsize=27850524 memory=6944656592455359580 CPUtime=1.97 cores=0-7
/proc/2036/task/2053/stat : 2053 (java) S 2033 2036 1904 0 -1 1077944384 7454 0 0 0 194 3 0 0 20 0 45 0 255059973 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135110765168 140136577395330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2054] ppid=2033 vsize=27850524 memory=6944652177228980320 CPUtime=1.01 cores=0-7
/proc/2036/task/2054/stat : 2054 (java) R 2033 2036 1904 0 -1 4202560 10526 0 0 0 99 2 0 0 20 0 45 0 255059974 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135109708240 140136563064881 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2055] ppid=2033 vsize=27850524 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/2036/task/2055/stat : 2055 (java) S 2033 2036 1904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 45 0 255059974 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135108659808 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2056] ppid=2033 vsize=27850524 memory=6655300316396806240 CPUtime=0.03 cores=0-7
/proc/2036/task/2056/stat : 2056 (java) S 2033 2036 1904 0 -1 1077944384 951 0 0 0 0 3 0 0 20 0 45 0 255059974 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135107607088 140136577395330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 42 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2058] ppid=2033 vsize=27850524 memory=0 CPUtime=0.2 cores=0-7
/proc/2036/task/2058/stat : 2058 (java) S 2033 2036 1904 0 -1 1077944384 1157 0 0 0 9 11 0 0 20 0 45 0 255060157 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135093113488 140136577395330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2059] ppid=2033 vsize=27850524 memory=0 CPUtime=43.14 cores=0-7
/proc/2036/task/2059/stat : 2059 (java) S 2033 2036 1904 0 -1 1077944384 6373 0 0 0 4290 24 0 0 20 0 45 0 255060178 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135089964816 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2060] ppid=2033 vsize=27850524 memory=5404776 CPUtime=54.81 cores=0-7
/proc/2036/task/2060/stat : 2060 (java) S 2033 2036 1904 0 -1 1077944384 8531 0 0 0 5464 17 0 0 20 0 45 0 255060179 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135088904512 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2061] ppid=2033 vsize=27850524 memory=1136 CPUtime=52.75 cores=0-7
/proc/2036/task/2061/stat : 2061 (java) S 2033 2036 1904 0 -1 1077944384 9503 0 0 0 5257 18 0 0 20 0 45 0 255060179 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135087859216 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2062] ppid=2033 vsize=27850524 memory=1828 CPUtime=0.81 cores=0-7
/proc/2036/task/2062/stat : 2062 (java) S 2033 2036 1904 0 -1 1077944384 143 0 0 0 81 0 0 0 20 0 45 0 255060186 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135084709264 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2063] ppid=2033 vsize=27850524 memory=1020 CPUtime=1.42 cores=0-7
/proc/2036/task/2063/stat : 2063 (java) S 2033 2036 1904 0 -1 1077944384 430 0 0 0 142 0 0 0 20 0 45 0 255060186 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135083656464 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2064] ppid=2033 vsize=27850524 memory=5672 CPUtime=56.28 cores=0-7
/proc/2036/task/2064/stat : 2064 (java) S 2033 2036 1904 0 -1 1077944384 10777 0 0 0 5605 23 0 0 20 0 45 0 255060186 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135082603664 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2065] ppid=2033 vsize=27850524 memory=756 CPUtime=1.09 cores=0-7
/proc/2036/task/2065/stat : 2065 (java) S 2033 2036 1904 0 -1 1077944384 173 0 0 0 109 0 0 0 20 0 45 0 255060186 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135081550864 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2066] ppid=2033 vsize=27850524 memory=13940 CPUtime=1.44 cores=0-7
/proc/2036/task/2066/stat : 2066 (java) S 2033 2036 1904 0 -1 1077944384 152 0 0 0 144 0 0 0 20 0 45 0 255060186 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135080498064 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2067] ppid=2033 vsize=27850524 memory=12552 CPUtime=54.42 cores=0-7
/proc/2036/task/2067/stat : 2067 (java) S 2033 2036 1904 0 -1 1077944384 8971 0 0 0 5418 24 0 0 20 0 45 0 255060186 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135079446288 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2068] ppid=2033 vsize=27850524 memory=38252 CPUtime=55.56 cores=0-7
/proc/2036/task/2068/stat : 2068 (java) R 2033 2036 1904 0 -1 4202560 5121 0 0 0 5538 18 0 0 20 0 45 0 255060186 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135078389936 140136577396118 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2069] ppid=2033 vsize=27850524 memory=2324 CPUtime=55.25 cores=0-7
/proc/2036/task/2069/stat : 2069 (java) S 2033 2036 1904 0 -1 1077944384 6419 0 0 0 5509 16 0 0 20 0 45 0 255060186 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135077334272 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2070] ppid=2033 vsize=27850524 memory=1580 CPUtime=42.03 cores=0-7
/proc/2036/task/2070/stat : 2070 (java) S 2033 2036 1904 0 -1 1077944384 7151 0 0 0 4181 22 0 0 20 0 45 0 255060189 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135076281472 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2071] ppid=2033 vsize=27850524 memory=496 CPUtime=0.46 cores=0-7
/proc/2036/task/2071/stat : 2071 (java) S 2033 2036 1904 0 -1 1077944384 139 0 0 0 46 0 0 0 20 0 45 0 255064414 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135073094560 140136577395330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2072] ppid=2033 vsize=27850524 memory=928 CPUtime=2.03 cores=0-7
/proc/2036/task/2072/stat : 2072 (java) S 2033 2036 1904 0 -1 1077944384 67 0 0 0 203 0 0 0 20 0 45 0 255064415 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135072048272 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2073] ppid=2033 vsize=27850524 memory=1172 CPUtime=13.88 cores=0-7
/proc/2036/task/2073/stat : 2073 (java) R 2033 2036 1904 0 -1 4202560 782 0 0 0 1388 0 0 0 20 0 45 0 255064415 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135070987040 140136577396118 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2074] ppid=2033 vsize=27850524 memory=1964 CPUtime=14.02 cores=0-7
/proc/2036/task/2074/stat : 2074 (java) R 2033 2036 1904 0 -1 4202560 1602 0 0 0 1402 0 0 0 20 0 45 0 255064415 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135069939504 140136561885541 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2075] ppid=2033 vsize=27850524 memory=1399103955520229747 CPUtime=1.44 cores=0-7
/proc/2036/task/2075/stat : 2075 (java) R 2033 2036 1904 0 -1 4202560 655 0 0 0 144 0 0 0 20 0 45 0 255064416 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135068870592 140730410363270 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2076] ppid=2033 vsize=27850524 memory=7738144481834656081 CPUtime=2.6 cores=0-7
/proc/2036/task/2076/stat : 2076 (java) S 2033 2036 1904 0 -1 1077944384 125 0 0 0 260 0 0 0 20 0 45 0 255064417 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135067835584 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2077] ppid=2033 vsize=27850524 memory=6442772431768477777 CPUtime=0.23 cores=0-7
/proc/2036/task/2077/stat : 2077 (java) S 2033 2036 1904 0 -1 1077944384 74 0 0 0 23 0 0 0 20 0 45 0 255064423 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135066785296 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2078] ppid=2033 vsize=27850524 memory=0 CPUtime=1.42 cores=0-7
/proc/2036/task/2078/stat : 2078 (java) S 2033 2036 1904 0 -1 1077944384 644 0 0 0 142 0 0 0 20 0 45 0 255064427 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135065732496 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2079] ppid=2033 vsize=27850524 memory=279263742756224 CPUtime=3.81 cores=0-7
/proc/2036/task/2079/stat : 2079 (java) S 2033 2036 1904 0 -1 1077944384 194 0 0 0 381 0 0 0 20 0 45 0 255064431 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135064679696 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2080] ppid=2033 vsize=27850524 memory=279263742756288 CPUtime=1 cores=0-7
/proc/2036/task/2080/stat : 2080 (java) S 2033 2036 1904 0 -1 1077944384 113 0 0 0 100 0 0 0 20 0 45 0 255064435 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135063626896 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2081] ppid=2033 vsize=27850524 memory=279263742756352 CPUtime=0.22 cores=0-7
/proc/2036/task/2081/stat : 2081 (java) S 2033 2036 1904 0 -1 1077944384 50 0 0 0 22 0 0 0 20 0 45 0 255064438 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135062574096 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
[pid=2036/tid=2082] ppid=2033 vsize=27850524 memory=279263742756416 CPUtime=0.17 cores=0-7
/proc/2036/task/2082/stat : 2082 (java) S 2033 2036 1904 0 -1 1077944384 126 0 0 0 17 0 0 0 20 0 45 0 255064445 28518936576 1351524 33554432000 4194304 4196468 140730410334080 140135061521296 140136577394389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34041856 140730410341453 140730410341637 140730410341637 140730410344399 0
Current children cumulated CPU time: 470.99 s
Current children cumulated vsize: 27850524 KiB
Current children cumulated memory: 5406092 KiB

Child status: 0
Real time (s): 61.0854
CPU time (s): 471.142
CPU user time (s): 468.76
CPU system time (s): 2.38236
CPU usage (%): 771.285
Max. virtual memory (cumulated for all children) (KiB): 27850524
Max. memory (cumulated for all children) (KiB): 5406708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 468.76
system time used= 2.38236
maximum resident set size= 5408004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143175
page faults= 0
swaps= 0
block input operations= 0
block output operations= 256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20834
involuntary context switches= 11373


# summary of solver processes directly reported to runsolver:
#   pid: 2036
#   total CPU time (s): 471.142
#   total CPU user time (s): 468.76
#   total CPU system time (s): 2.38236

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.590356 second user time and 0.839947 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-16 01:16:08
IDJOB=4308831
IDBENCH=141317
IDSOLVER=2793
FILE ID=node136/4308831-1534374968
RUNJOBID= node136-1534374909-1931
PBS_JOBID= 21038296
Free space on /tmp= 46332 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-10a_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308831-1534374968/watcher-4308831-1534374968 -o /tmp/evaluation-result-4308831-1534374968/solver-4308831-1534374968 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node136-1534374909-1931 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1526625753 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308831-1534374968.xml

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

MD5SUM BENCH= a5c040ab978d2252c9b6b6d47e833d0a
RANDOM SEED=1526625753

node136.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.50
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.50
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.50
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.50
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:        24751640 kB
MemAvailable:   31896372 kB
Buffers:          140316 kB
Cached:          7253472 kB
SwapCached:           44 kB
Active:          3762116 kB
Inactive:        3685884 kB
Active(anon):       4120 kB
Inactive(anon):   110124 kB
Active(file):    3757996 kB
Inactive(file):  3575760 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108860 kB
SwapFree:       67107648 kB
Dirty:             35496 kB
Writeback:             0 kB
AnonPages:         59920 kB
Mapped:            55608 kB
Shmem:             57664 kB
Slab:             267592 kB
SReclaimable:     239436 kB
SUnreclaim:        28156 kB
KernelStack:        3232 kB
PageTables:         5704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     358384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 46300 MiB
End job on node136 at 2018-08-16 01:17:09