Trace number 4285597

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-08-22OPT2 69.881104 14.6579

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-09.xml
MD5SUMe7a7addaec4b730d6fe0c9469eb0bfe6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.102355
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints84
Number of domains1
Minimum domain size36
Maximum domain size36
Distribution of domain sizes[{"size":36,"count":36}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":45},{"degree":8,"count":36}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":84}]
Number of extensional constraints0
Number of intensional constraints84
Distribution of constraint types[{"type":"intension","count":84}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.26/0.37	c version: 2017-08-22
0.26/0.38	c seed: 1889740842
0.26/0.38	c timeout: 20160
0.26/0.38	c memlimit: 22000
0.26/0.38	c nbcore: 8
0.26/0.40	c Parsing instance...
2.51/1.57	c Parsing done, starting search...
53.52/12.57	o 35
53.94/12.62	o 34
53.94/12.67	o 33
54.73/12.72	o 32
54.73/12.77	o 31
55.56/12.83	o 30
55.56/12.91	o 29
56.38/12.99	o 28
57.28/13.06	o 27
57.28/13.12	o 26
58.21/13.19	o 25
58.73/13.26	o 24
59.54/13.35	o 23
60.28/13.42	o 22
60.28/13.49	o 21
61.09/13.58	o 20
61.87/13.66	o 19
62.67/13.74	o 18
63.43/13.83	o 17
64.23/13.92	o 16
64.23/13.99	o 15
65.09/14.05	o 14
65.09/14.11	o 13
66.00/14.16	o 12
66.60/14.22	o 11
66.60/14.27	o 10
67.44/14.32	o 9
67.44/14.37	o 8
68.18/14.40	o 7
68.18/14.44	o 6
68.18/14.48	o 5
68.18/14.50	o 4
69.03/14.53	o 3
69.03/14.54	o 2
69.76/14.62	s OPTIMUM FOUND
69.76/14.62	v <instantiation>
69.76/14.62	v 	<list>
69.76/14.62	v 		x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][5] x[4][6] x[4][7] x[4][8] x[5][6] x[5][7] x[5][8] x[6][7] x[6][8] x[7][8]
69.76/14.62	v 	</list>
69.76/14.62	v 	<values>
69.76/14.62	v 		2 1 1 2 2 0 1 2 2 1 1 0 2 2 1 2 1 2 0 0 1 2 1 2 0 2 1 1 2 0 2 2 1 1 1 2 
69.76/14.62	v 	</values>
69.76/14.62	v </instantiation>

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285597-1503465983/watcher-4285597-1503465983 -o /tmp/evaluation-result-4285597-1503465983/solver-4285597-1503465983 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node126-1503398604-6745 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1889740842 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285597-1503465983.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=16765, runsolver pid=16762

[startup+0.100158 s]*
/proc/loadavg: 8.85 8.83 8.39 2/184 16776
/proc/meminfo: memFree=31215140/32770624 swapFree=67105588/67108860
[pid=16765] ppid=16762 vsize=25527784 memory=20044 CPUtime=0.02 cores=0-7
/proc/16765/stat : 16765 (java) S 16762 16765 6689 0 -1 1077944320 3860 0 0 0 2 0 0 0 20 0 13 0 148793163 26140450816 5011 18446744073709551615 4194304 4196468 140730303092656 140730303075200 140495022595831 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
/proc/16765/statm: 6381946 5011 2095 1 0 6371443 0
[pid=16765/tid=16767] ppid=16762 vsize=25527784 memory=0 CPUtime=0.02 cores=0-7
/proc/16765/task/16767/stat : 16767 (java) R 16762 16765 6689 0 -1 4202560 2502 0 0 0 2 0 0 0 20 0 13 0 148793170 26140450816 5011 18446744073709551615 4194304 4196468 140730303092656 140495026831976 140495022617757 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16768] ppid=16762 vsize=25527784 memory=139872032958080 CPUtime=0 cores=0-7
/proc/16765/task/16768/stat : 16768 (java) S 16762 16765 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 148793171 26140450816 5011 18446744073709551615 4194304 4196468 140730303092656 140494979562000 140495022606037 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16769] ppid=16762 vsize=25527784 memory=139872032958080 CPUtime=0 cores=0-7
/proc/16765/task/16769/stat : 16769 (java) S 16762 16765 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 148793171 26140450816 5011 18446744073709551615 4194304 4196468 140730303092656 140494978509456 140495022606037 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16770] ppid=16762 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16770/stat : 16770 (java) S 16762 16765 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 148793171 26140450816 5011 18446744073709551615 4194304 4196468 140730303092656 140494977456400 140495022606037 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16771] ppid=16762 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16771/stat : 16771 (java) S 16762 16765 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 148793171 26140450816 5011 18446744073709551615 4194304 4196468 140730303092656 140494976403856 140495022606037 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16772] ppid=16762 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16772/stat : 16772 (java) S 16762 16765 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 148793171 26140450816 5011 18446744073709551615 4194304 4196468 140730303092656 140494975351824 140495022606037 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16773] ppid=16762 vsize=25527784 memory=-1 CPUtime=0 cores=0-7
/proc/16765/task/16773/stat : 16773 (java) S 16762 16765 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 148793171 26140450816 5011 18446744073709551615 4194304 4196468 140730303092656 140494974299280 140495022606037 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16774] ppid=16762 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16774/stat : 16774 (java) S 16762 16765 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 148793171 26140450816 5011 18446744073709551615 4194304 4196468 140730303092656 140494973246224 140495022606037 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16775] ppid=16762 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16775/stat : 16775 (java) S 16762 16765 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 148793171 26140450816 5011 18446744073709551615 4194304 4196468 140730303092656 140494972193680 140495022606037 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16776] ppid=16762 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16776/stat : 16776 (java) S 16762 16765 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 148793173 26140450816 5011 18446744073709551615 4194304 4196468 140730303092656 140494154713328 140495022606978 0 0 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16777] ppid=16762 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16777/stat : 16777 (java) S 16762 16765 6689 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 148793173 26140450816 5011 18446744073709551615 4194304 4196468 140730303092656 140494153659552 140495022606037 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16778] ppid=16762 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16778/stat : 16778 (java) S 16762 16765 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 148793173 26140450816 5011 18446744073709551615 4194304 4196468 140730303092656 140493229384496 140495022606037 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 25527784 KiB
Current children cumulated memory: 20044 KiB

[startup+0.210536 s]*
/proc/loadavg: 8.85 8.83 8.39 2/193 16785
/proc/meminfo: memFree=31208048/32770624 swapFree=67105588/67108860
[pid=16765] ppid=16762 vsize=26000220 memory=33380 CPUtime=0.11 cores=0-7
/proc/16765/stat : 16765 (java) S 16762 16765 6689 0 -1 1077944320 7620 0 0 0 10 1 0 0 20 0 20 0 148793163 26624225280 8279 18446744073709551615 4194304 4196468 140730303092656 140730303075200 140495022595831 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
/proc/16765/statm: 6500055 8345 3387 1 0 6488833 0
[pid=16765/tid=16767] ppid=16762 vsize=26000220 memory=0 CPUtime=0.08 cores=0-7
/proc/16765/task/16767/stat : 16767 (java) R 16762 16765 6689 0 -1 4202560 5781 0 0 0 7 1 0 0 20 0 20 0 148793170 26624225280 8543 18446744073709551615 4194304 4196468 140730303092656 140495026812512 140495015275549 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16768] ppid=16762 vsize=26000220 memory=139872032958080 CPUtime=0 cores=0-7
/proc/16765/task/16768/stat : 16768 (java) S 16762 16765 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148793171 26624225280 8543 18446744073709551615 4194304 4196468 140730303092656 140494979562000 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16769] ppid=16762 vsize=26000220 memory=139872032958080 CPUtime=0 cores=0-7
/proc/16765/task/16769/stat : 16769 (java) S 16762 16765 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148793171 26624225280 8543 18446744073709551615 4194304 4196468 140730303092656 140494978509456 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16770] ppid=16762 vsize=26000220 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16770/stat : 16770 (java) S 16762 16765 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148793171 26624225280 8543 18446744073709551615 4194304 4196468 140730303092656 140494977456400 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16771] ppid=16762 vsize=26000220 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16771/stat : 16771 (java) S 16762 16765 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148793171 26624225280 8543 18446744073709551615 4194304 4196468 140730303092656 140494976403856 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16772] ppid=16762 vsize=26000220 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16772/stat : 16772 (java) S 16762 16765 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148793171 26624225280 8543 18446744073709551615 4194304 4196468 140730303092656 140494975351824 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16773] ppid=16762 vsize=26000220 memory=-1 CPUtime=0 cores=0-7
/proc/16765/task/16773/stat : 16773 (java) S 16762 16765 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148793171 26624225280 8543 18446744073709551615 4194304 4196468 140730303092656 140494974299280 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16774] ppid=16762 vsize=26000220 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16774/stat : 16774 (java) S 16762 16765 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148793171 26624225280 8543 18446744073709551615 4194304 4196468 140730303092656 140494973246224 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16775] ppid=16762 vsize=26000220 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16775/stat : 16775 (java) S 16762 16765 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148793171 26624225280 8543 18446744073709551615 4194304 4196468 140730303092656 140494972193680 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16776] ppid=16762 vsize=26000220 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16776/stat : 16776 (java) S 16762 16765 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148793173 26624225280 8543 18446744073709551615 4194304 4196468 140730303092656 140494154713328 140495022606978 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16777] ppid=16762 vsize=26000220 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16777/stat : 16777 (java) S 16762 16765 6689 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148793173 26624225280 8543 18446744073709551615 4194304 4196468 140730303092656 140494153659552 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16778] ppid=16762 vsize=26000220 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16778/stat : 16778 (java) S 16762 16765 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148793173 26624225280 8543 18446744073709551615 4194304 4196468 140730303092656 140493229384432 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16779] ppid=16762 vsize=26000220 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16779/stat : 16779 (java) S 16762 16765 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148793176 26624225280 8543 18446744073709551615 4194304 4196468 140730303092656 140493228333008 140495022614427 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16780] ppid=16762 vsize=26000220 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16780/stat : 16780 (java) S 16762 16765 6689 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 148793176 26624225280 8543 18446744073709551615 4194304 4196468 140730303092656 140493227281136 140495022606978 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16781] ppid=16762 vsize=26000220 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16781/stat : 16781 (java) S 16762 16765 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148793176 26624225280 8543 18446744073709551615 4194304 4196468 140730303092656 140493226228592 140495022606978 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16782] ppid=16762 vsize=26000220 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16782/stat : 16782 (java) S 16762 16765 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148793176 26624225280 8543 18446744073709551615 4194304 4196468 140730303092656 140493225175536 140495022606978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16783] ppid=16762 vsize=26000220 memory=0 CPUtime=0.01 cores=0-7
/proc/16765/task/16783/stat : 16783 (java) S 16762 16765 6689 0 -1 1077944384 383 0 0 0 1 0 0 0 20 0 20 0 148793176 26624225280 8197 18446744073709551615 4194304 4196468 140730303092656 140493224122992 140495022606978 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16784] ppid=16762 vsize=26000220 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16784/stat : 16784 (java) S 16762 16765 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148793176 26624225280 8197 18446744073709551615 4194304 4196468 140730303092656 140493223070176 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16785] ppid=16762 vsize=25998592 memory=-1 CPUtime=0 cores=0-7
/proc/16765/task/16785/stat : 16785 (java) S 16762 16765 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148793181 26622558208 8197 18446744073709551615 4194304 4196468 140730303092656 140493222017712 140495022606978 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26000220 KiB
Current children cumulated memory: 33380 KiB

[startup+0.310233 s]*
/proc/loadavg: 8.85 8.83 8.39 3/193 16785
/proc/meminfo: memFree=31198248/32770624 swapFree=67105588/67108860
[pid=16765] ppid=16762 vsize=25996608 memory=39808 CPUtime=0.26 cores=0-7
/proc/16765/stat : 16765 (java) S 16762 16765 6689 0 -1 1077944320 10699 0 0 0 24 2 0 0 20 0 20 0 148793163 26620526592 9952 18446744073709551615 4194304 4196468 140730303092656 140730303075200 140495022595831 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
/proc/16765/statm: 6499152 9952 3522 1 0 6487930 0
[pid=16765/tid=16767] ppid=16762 vsize=25996608 memory=-8774313645642428999 CPUtime=0.18 cores=0-7
/proc/16765/task/16767/stat : 16767 (java) R 16762 16765 6689 0 -1 4202560 8389 0 0 0 16 2 0 0 20 0 20 0 148793170 26620526592 9952 18446744073709551615 4194304 4196468 140730303092656 140495026807760 140495006676318 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16768] ppid=16762 vsize=25996608 memory=-7003737579269690708 CPUtime=0 cores=0-7
/proc/16765/task/16768/stat : 16768 (java) S 16762 16765 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148793171 26620526592 9952 18446744073709551615 4194304 4196468 140730303092656 140494979562000 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16769] ppid=16762 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16769/stat : 16769 (java) S 16762 16765 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148793171 26620526592 9952 18446744073709551615 4194304 4196468 140730303092656 140494978509456 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16770] ppid=16762 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16770/stat : 16770 (java) S 16762 16765 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148793171 26620526592 9952 18446744073709551615 4194304 4196468 140730303092656 140494977456400 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16771] ppid=16762 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16771/stat : 16771 (java) S 16762 16765 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148793171 26620526592 9952 18446744073709551615 4194304 4196468 140730303092656 140494976403856 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16772] ppid=16762 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16772/stat : 16772 (java) S 16762 16765 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148793171 26620526592 9952 18446744073709551615 4194304 4196468 140730303092656 140494975351824 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16773] ppid=16762 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16773/stat : 16773 (java) S 16762 16765 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148793171 26620526592 9952 18446744073709551615 4194304 4196468 140730303092656 140494974299280 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16774] ppid=16762 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16774/stat : 16774 (java) S 16762 16765 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148793171 26620526592 9952 18446744073709551615 4194304 4196468 140730303092656 140494973246224 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16775] ppid=16762 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16775/stat : 16775 (java) S 16762 16765 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148793171 26620526592 9952 18446744073709551615 4194304 4196468 140730303092656 140494972193680 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16776] ppid=16762 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16776/stat : 16776 (java) S 16762 16765 6689 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 148793173 26620526592 9952 18446744073709551615 4194304 4196468 140730303092656 140494154713328 140495022606978 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16777] ppid=16762 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16777/stat : 16777 (java) S 16762 16765 6689 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148793173 26620526592 9952 18446744073709551615 4194304 4196468 140730303092656 140494153659552 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16778] ppid=16762 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16778/stat : 16778 (java) S 16762 16765 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148793173 26620526592 9952 18446744073709551615 4194304 4196468 140730303092656 140493229384432 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16779] ppid=16762 vsize=25996608 memory=139872032958079 CPUtime=0 cores=0-7
/proc/16765/task/16779/stat : 16779 (java) S 16762 16765 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148793176 26620526592 9952 18446744073709551615 4194304 4196468 140730303092656 140493228333008 140495022614427 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16780] ppid=16762 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/16765/task/16780/stat : 16780 (java) S 16762 16765 6689 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 20 0 148793176 26620526592 9952 18446744073709551615 4194304 4196468 140730303092656 140493227281136 140495022606978 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16781] ppid=16762 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16781/stat : 16781 (java) S 16762 16765 6689 0 -1 1077944384 171 0 0 0 0 0 0 0 20 0 20 0 148793176 26620526592 9952 18446744073709551615 4194304 4196468 140730303092656 140493226228592 140495022606978 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16782] ppid=16762 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16782/stat : 16782 (java) R 16762 16765 6689 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 20 0 148793176 26620526592 9952 18446744073709551615 4194304 4196468 140730303092656 140493225175536 140495015580873 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16783] ppid=16762 vsize=25996608 memory=0 CPUtime=0.04 cores=0-7
/proc/16765/task/16783/stat : 16783 (java) S 16762 16765 6689 0 -1 1077944384 426 0 0 0 4 0 0 0 20 0 20 0 148793176 26620526592 9952 18446744073709551615 4194304 4196468 140730303092656 140493224122992 140495022606978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16784] ppid=16762 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16784/stat : 16784 (java) S 16762 16765 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148793176 26620526592 9952 18446744073709551615 4194304 4196468 140730303092656 140493223070176 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16785] ppid=16762 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/16765/task/16785/stat : 16785 (java) S 16762 16765 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148793181 26620526592 9952 18446744073709551615 4194304 4196468 140730303092656 140493222017712 140495022606978 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 39808 KiB

[startup+0.700949 s]
/proc/loadavg: 8.85 8.83 8.39 2/193 16785
/proc/meminfo: memFree=31182552/32770624 swapFree=67105588/67108860
[pid=16765] ppid=16762 vsize=25998676 memory=70364 CPUtime=1.01 cores=0-7
/proc/16765/stat : 16765 (java) S 16762 16765 6689 0 -1 1077944320 14333 0 0 0 96 5 0 0 20 0 20 0 148793163 26622644224 17591 18446744073709551615 4194304 4196468 140730303092656 140730303075200 140495022595831 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
/proc/16765/statm: 6499669 17591 3732 1 0 6488442 0
[pid=16765/tid=16767] ppid=16762 vsize=25998676 memory=1672 CPUtime=0.56 cores=0-7
/proc/16765/task/16767/stat : 16767 (java) R 16762 16765 6689 0 -1 4202560 10646 0 0 0 53 3 0 0 20 0 20 0 148793170 26622644224 17591 18446744073709551615 4194304 4196468 140730303092656 140495026830608 140494640933191 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16768] ppid=16762 vsize=25998676 memory=5768 CPUtime=0 cores=0-7
/proc/16765/task/16768/stat : 16768 (java) S 16762 16765 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148793171 26622644224 17591 18446744073709551615 4194304 4196468 140730303092656 140494979562000 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16769] ppid=16762 vsize=25998676 memory=1164 CPUtime=0 cores=0-7
/proc/16765/task/16769/stat : 16769 (java) S 16762 16765 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148793171 26622644224 17591 18446744073709551615 4194304 4196468 140730303092656 140494978509456 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16770] ppid=16762 vsize=25998676 memory=7608 CPUtime=0 cores=0-7
/proc/16765/task/16770/stat : 16770 (java) S 16762 16765 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148793171 26622644224 17591 18446744073709551615 4194304 4196468 140730303092656 140494977456400 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16771] ppid=16762 vsize=25998676 memory=1636 CPUtime=0 cores=0-7
/proc/16765/task/16771/stat : 16771 (java) S 16762 16765 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148793171 26622644224 17591 18446744073709551615 4194304 4196468 140730303092656 140494976403856 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16772] ppid=16762 vsize=25998676 memory=14340 CPUtime=0 cores=0-7
/proc/16765/task/16772/stat : 16772 (java) S 16762 16765 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148793171 26622644224 17591 18446744073709551615 4194304 4196468 140730303092656 140494975351824 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16773] ppid=16762 vsize=25998676 memory=139876327925375 CPUtime=0 cores=0-7
/proc/16765/task/16773/stat : 16773 (java) S 16762 16765 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148793171 26622644224 17591 18446744073709551615 4194304 4196468 140730303092656 140494974299280 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16774] ppid=16762 vsize=25998676 memory=7595418973511903331 CPUtime=0 cores=0-7
/proc/16765/task/16774/stat : 16774 (java) S 16762 16765 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148793171 26622644224 17591 18446744073709551615 4194304 4196468 140730303092656 140494973246224 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16775] ppid=16762 vsize=25998676 memory=7739276948478258790 CPUtime=0 cores=0-7
/proc/16765/task/16775/stat : 16775 (java) S 16762 16765 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148793171 26622644224 17591 18446744073709551615 4194304 4196468 140730303092656 140494972193680 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16776] ppid=16762 vsize=25998676 memory=279743836697424 CPUtime=0 cores=0-7
/proc/16765/task/16776/stat : 16776 (java) S 16762 16765 6689 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 148793173 26622644224 17591 18446744073709551615 4194304 4196468 140730303092656 140494154713328 140495022606978 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16777] ppid=16762 vsize=25998676 memory=1740 CPUtime=0 cores=0-7
/proc/16765/task/16777/stat : 16777 (java) S 16762 16765 6689 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148793173 26622644224 17591 18446744073709551615 4194304 4196468 140730303092656 140494153659552 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16778] ppid=16762 vsize=25998676 memory=956 CPUtime=0 cores=0-7
/proc/16765/task/16778/stat : 16778 (java) S 16762 16765 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148793173 26622644224 17591 18446744073709551615 4194304 4196468 140730303092656 140493229384432 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16779] ppid=16762 vsize=25998676 memory=1232 CPUtime=0 cores=0-7
/proc/16765/task/16779/stat : 16779 (java) S 16762 16765 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148793176 26622644224 17591 18446744073709551615 4194304 4196468 140730303092656 140493228333008 140495022614427 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16780] ppid=16762 vsize=25998676 memory=2240 CPUtime=0.05 cores=0-7
/proc/16765/task/16780/stat : 16780 (java) S 16762 16765 6689 0 -1 1077944384 618 0 0 0 5 0 0 0 20 0 20 0 148793176 26622644224 17591 18446744073709551615 4194304 4196468 140730303092656 140493227281136 140495022606978 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16781] ppid=16762 vsize=25998676 memory=4304 CPUtime=0.06 cores=0-7
/proc/16765/task/16781/stat : 16781 (java) S 16762 16765 6689 0 -1 1077944384 340 0 0 0 6 0 0 0 20 0 20 0 148793176 26622644224 17591 18446744073709551615 4194304 4196468 140730303092656 140493226228592 140495022606978 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16782] ppid=16762 vsize=25998676 memory=1620 CPUtime=0.09 cores=0-7
/proc/16765/task/16782/stat : 16782 (java) R 16762 16765 6689 0 -1 4202560 507 0 0 0 9 0 0 0 20 0 20 0 148793176 26622644224 17591 18446744073709551615 4194304 4196468 140730303092656 140493225175536 140495007520107 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16783] ppid=16762 vsize=25998676 memory=920 CPUtime=0.2 cores=0-7
/proc/16765/task/16783/stat : 16783 (java) S 16762 16765 6689 0 -1 1077944384 853 0 0 0 20 0 0 0 20 0 20 0 148793176 26622644224 17591 18446744073709551615 4194304 4196468 140730303092656 140493224122992 140495022606978 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0

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

[pid=16765/tid=16783] ppid=16762 vsize=27739616 memory=17668 CPUtime=1.01 cores=0-7
/proc/16765/task/16783/stat : 16783 (java) R 16762 16765 6689 0 -1 4202560 9986 0 0 0 97 4 0 0 20 0 46 0 148793176 28405366784 983272 18446744073709551615 4194304 4196468 140730303092656 140493224122992 140495001984992 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16784] ppid=16762 vsize=27739616 memory=19876 CPUtime=0 cores=0-7
/proc/16765/task/16784/stat : 16784 (java) S 16762 16765 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 148793176 28405366784 983272 18446744073709551615 4194304 4196468 140730303092656 140493223070176 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16785] ppid=16762 vsize=27739616 memory=22084 CPUtime=0 cores=0-7
/proc/16765/task/16785/stat : 16785 (java) S 16762 16765 6689 0 -1 1077944384 912 0 0 0 0 0 0 0 20 0 46 0 148793181 28405366784 983272 18446744073709551615 4194304 4196468 140730303092656 140493222017712 140495022606978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16786] ppid=16762 vsize=27739616 memory=24292 CPUtime=0.02 cores=0-7
/proc/16765/task/16786/stat : 16786 (java) R 16762 16765 6689 0 -1 1077944384 64 0 0 0 2 0 0 0 20 0 46 0 148793763 28405366784 983272 18446744073709551615 4194304 4196468 140730303092656 140493213823440 140495022606037 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16787] ppid=16762 vsize=27739616 memory=26500 CPUtime=0.04 cores=0-7
/proc/16765/task/16787/stat : 16787 (java) R 16762 16765 6689 0 -1 1077944384 1800 0 0 0 1 3 0 0 20 0 46 0 148793775 28405366784 983272 18446744073709551615 4194304 4196468 140730303092656 140492603908880 140495022606978 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16788] ppid=16762 vsize=27739616 memory=28708 CPUtime=2.4 cores=0-7
/proc/16765/task/16788/stat : 16788 (java) R 16762 16765 6689 0 -1 4202560 699 0 0 0 235 5 0 0 20 0 46 0 148793785 28405366784 983272 18446744073709551615 4194304 4196468 140730303092656 140492600758088 140495022607766 0 4 1 16800974 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16789] ppid=16762 vsize=27739616 memory=30916 CPUtime=2.28 cores=0-7
/proc/16765/task/16789/stat : 16789 (java) R 16762 16765 6689 0 -1 4202560 1865 0 0 0 221 7 0 0 20 0 46 0 148793786 28405366784 983272 18446744073709551615 4194304 4196468 140730303092656 140492599706448 140494649230368 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16790] ppid=16762 vsize=27739616 memory=33124 CPUtime=2.54 cores=0-7
/proc/16765/task/16790/stat : 16790 (java) R 16762 16765 6689 0 -1 1077944384 711 0 0 0 248 6 0 0 20 0 46 0 148793786 28405366784 983272 18446744073709551615 4194304 4196468 140730303092656 140492598654352 140495022606037 0 4 1 16800974 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16791] ppid=16762 vsize=27739616 memory=35332 CPUtime=2.28 cores=0-7
/proc/16765/task/16791/stat : 16791 (java) R 16762 16765 6689 0 -1 4202560 667 0 0 0 221 7 0 0 20 0 46 0 148793788 28405366784 983272 18446744073709551615 4194304 4196468 140730303092656 140492597600848 140494649231511 0 4 1 16800974 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16792] ppid=16762 vsize=27739616 memory=37540 CPUtime=2.15 cores=0-7
/proc/16765/task/16792/stat : 16792 (java) R 16762 16765 6689 0 -1 1077944384 604 0 0 0 208 7 0 0 20 0 46 0 148793788 28405366784 983272 18446744073709551615 4194304 4196468 140730303092656 140492596548752 140495022606037 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16793] ppid=16762 vsize=27739616 memory=3258044 CPUtime=2.45 cores=0-7
/proc/16765/task/16793/stat : 16793 (java) R 16762 16765 6689 0 -1 4202560 1011 0 0 0 239 6 0 0 20 0 46 0 148793789 28405366784 983272 18446744073709551615 4194304 4196468 140730303092656 140492595496208 140494649231586 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16794] ppid=16762 vsize=27739616 memory=14340 CPUtime=2.83 cores=0-7
/proc/16765/task/16794/stat : 16794 (java) S 16762 16765 6689 0 -1 1077944384 1240 0 0 0 278 5 0 0 20 0 46 0 148793789 28405366784 983272 18446744073709551615 4194304 4196468 140730303092656 140492594443152 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16795] ppid=16762 vsize=27739616 memory=796 CPUtime=0.38 cores=0-7
/proc/16765/task/16795/stat : 16795 (java) R 16762 16765 6689 0 -1 1077944384 107 0 0 0 38 0 0 0 20 0 46 0 148793789 28405366784 983272 18446744073709551615 4194304 4196468 140730303092656 140492593390608 140495022606037 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16796] ppid=16762 vsize=27739616 memory=1228 CPUtime=2.64 cores=0-7
/proc/16765/task/16796/stat : 16796 (java) S 16762 16765 6689 0 -1 1077944384 704 0 0 0 258 6 0 0 20 0 46 0 148793789 28405366784 983272 18446744073709551615 4194304 4196468 140730303092656 140492592338576 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16797] ppid=16762 vsize=27739616 memory=1428 CPUtime=0.53 cores=0-7
/proc/16765/task/16797/stat : 16797 (java) R 16762 16765 6689 0 -1 4202560 287 0 0 0 53 0 0 0 20 0 46 0 148793789 28405366784 983272 18446744073709551615 4194304 4196468 140730303092656 140492591285072 140494649229524 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16798] ppid=16762 vsize=27739616 memory=15348 CPUtime=0.53 cores=0-7
/proc/16765/task/16798/stat : 16798 (java) S 16762 16765 6689 0 -1 1077944384 206 0 0 0 53 0 0 0 20 0 46 0 148794418 28405366784 983272 18446744073709551615 4194304 4196468 140730303092656 140492590232976 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16799] ppid=16762 vsize=27739616 memory=47400 CPUtime=0.44 cores=0-7
/proc/16765/task/16799/stat : 16799 (java) S 16762 16765 6689 0 -1 1077944384 29 0 0 0 44 0 0 0 20 0 46 0 148794418 28405366784 983272 18446744073709551615 4194304 4196468 140730303092656 140492589180432 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16800] ppid=16762 vsize=27739616 memory=-8774313645642428999 CPUtime=0.53 cores=0-7
/proc/16765/task/16800/stat : 16800 (java) S 16762 16765 6689 0 -1 1077944384 30 0 0 0 53 0 0 0 20 0 46 0 148794418 28405366784 983272 18446744073709551615 4194304 4196468 140730303092656 140492588127376 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16801] ppid=16762 vsize=27739616 memory=4304 CPUtime=0.64 cores=0-7
/proc/16765/task/16801/stat : 16801 (java) R 16762 16765 6689 0 -1 4202560 40 0 0 0 64 0 0 0 20 0 46 0 148794418 28405366784 983272 18446744073709551615 4194304 4196468 140730303092656 140492587073872 140494649228276 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16802] ppid=16762 vsize=27739616 memory=0 CPUtime=0.73 cores=0-7
/proc/16765/task/16802/stat : 16802 (java) R 16762 16765 6689 0 -1 4202560 47 0 0 0 73 0 0 0 20 0 46 0 148794418 28405366784 983272 18446744073709551615 4194304 4196468 140730303092656 140492586018304 140495022617178 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16803] ppid=16762 vsize=27739616 memory=0 CPUtime=0.53 cores=0-7
/proc/16765/task/16803/stat : 16803 (java) R 16762 16765 6689 0 -1 4202560 71 0 0 0 53 0 0 0 20 0 46 0 148794418 28405366784 983272 18446744073709551615 4194304 4196468 140730303092656 140492584968272 140494649228303 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16804] ppid=16762 vsize=27739616 memory=0 CPUtime=0.55 cores=0-7
/proc/16765/task/16804/stat : 16804 (java) S 16762 16765 6689 0 -1 1077944384 86 0 0 0 55 0 0 0 20 0 46 0 148794421 28405366784 983272 18446744073709551615 4194304 4196468 140730303092656 140492581783184 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16805] ppid=16762 vsize=27739616 memory=0 CPUtime=0.7 cores=0-7
/proc/16765/task/16805/stat : 16805 (java) S 16762 16765 6689 0 -1 1077944384 31 0 0 0 70 0 0 0 20 0 46 0 148794422 28405366784 983272 18446744073709551615 4194304 4196468 140730303092656 140492580730480 140495022617021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16806] ppid=16762 vsize=27739616 memory=0 CPUtime=0.45 cores=0-7
/proc/16765/task/16806/stat : 16806 (java) R 16762 16765 6689 0 -1 1077944384 31 0 0 0 45 0 0 0 20 0 46 0 148794423 28405366784 983272 18446744073709551615 4194304 4196468 140730303092656 140492579677584 140495022606037 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16807] ppid=16762 vsize=27739616 memory=0 CPUtime=0.61 cores=0-7
/proc/16765/task/16807/stat : 16807 (java) R 16762 16765 6689 0 -1 4202560 27 0 0 0 61 0 0 0 20 0 46 0 148794423 28405366784 983272 18446744073709551615 4194304 4196468 140730303092656 140492578624080 140494649231544 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16808] ppid=16762 vsize=27739616 memory=139871918348300 CPUtime=0.74 cores=0-7
/proc/16765/task/16808/stat : 16808 (java) R 16762 16765 6689 0 -1 1077944384 30 0 0 0 74 0 0 0 20 0 46 0 148794423 28405366784 983272 18446744073709551615 4194304 4196468 140730303092656 140492577571984 140495022606037 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16809] ppid=16762 vsize=27739616 memory=1152 CPUtime=0.33 cores=0-7
/proc/16765/task/16809/stat : 16809 (java) R 16762 16765 6689 0 -1 1077944384 31 0 0 0 33 0 0 0 20 0 46 0 148794423 28405366784 983272 18446744073709551615 4194304 4196468 140730303092656 140492576519440 140495022606037 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16810] ppid=16762 vsize=27739616 memory=2540 CPUtime=0.41 cores=0-7
/proc/16765/task/16810/stat : 16810 (java) R 16762 16765 6689 0 -1 1077944384 33 0 0 0 41 0 0 0 20 0 46 0 148794423 28405366784 983272 18446744073709551615 4194304 4196468 140730303092656 140492575466384 140495022606037 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16811] ppid=16762 vsize=27739616 memory=985240 CPUtime=0.47 cores=0-7
/proc/16765/task/16811/stat : 16811 (java) S 16762 16765 6689 0 -1 1077944384 32 0 0 0 47 0 0 0 20 0 46 0 148794424 28405366784 983272 18446744073709551615 4194304 4196468 140730303092656 140492574413840 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
Current children cumulated CPU time: 68.18 s
Current children cumulated vsize: 27739616 KiB
Current children cumulated memory: 3933088 KiB

[startup+14.6044 s]
/proc/loadavg: 7.11 8.45 8.28 26/219 16811
/proc/meminfo: memFree=27299244/32770624 swapFree=67105588/67108860
[pid=16765] ppid=16762 vsize=27739616 memory=3933496 CPUtime=69.76 cores=0-7
/proc/16765/stat : 16765 (java) S 16762 16765 6689 0 -1 1077944320 89143 0 0 0 6182 794 0 0 20 0 45 0 148793163 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140730303075200 140495022595831 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
/proc/16765/statm: 6934904 983374 3845 1 0 6923156 0
[pid=16765/tid=16767] ppid=16762 vsize=27739616 memory=0 CPUtime=5.22 cores=0-7
/proc/16765/task/16767/stat : 16767 (java) S 16762 16765 6689 0 -1 1077944384 16916 0 0 0 511 11 0 0 20 0 45 0 148793170 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140495026833536 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16768] ppid=16762 vsize=27739616 memory=76 CPUtime=3.46 cores=0-7
/proc/16765/task/16768/stat : 16768 (java) S 16762 16765 6689 0 -1 1077944384 2194 0 0 0 258 88 0 0 20 0 45 0 148793171 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140494979562000 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16769] ppid=16762 vsize=27739616 memory=75 CPUtime=3.43 cores=0-7
/proc/16765/task/16769/stat : 16769 (java) S 16762 16765 6689 0 -1 1077944384 2228 0 0 0 256 87 0 0 20 0 45 0 148793171 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140494978509456 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16770] ppid=16762 vsize=27739616 memory=86 CPUtime=3.46 cores=0-7
/proc/16765/task/16770/stat : 16770 (java) S 16762 16765 6689 0 -1 1077944384 2118 0 0 0 255 91 0 0 20 0 45 0 148793171 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140494977456400 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16771] ppid=16762 vsize=27739616 memory=78 CPUtime=3.43 cores=0-7
/proc/16765/task/16771/stat : 16771 (java) S 16762 16765 6689 0 -1 1077944384 2988 0 0 0 257 86 0 0 20 0 45 0 148793171 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140494976403856 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16772] ppid=16762 vsize=27739616 memory=0 CPUtime=3.49 cores=0-7
/proc/16765/task/16772/stat : 16772 (java) S 16762 16765 6689 0 -1 1077944384 2508 0 0 0 260 89 0 0 20 0 45 0 148793171 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140494975351824 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16773] ppid=16762 vsize=27739616 memory=0 CPUtime=3.45 cores=0-7
/proc/16765/task/16773/stat : 16773 (java) S 16762 16765 6689 0 -1 1077944384 2809 0 0 0 258 87 0 0 20 0 45 0 148793171 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140494974299280 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16774] ppid=16762 vsize=27739616 memory=0 CPUtime=3.49 cores=0-7
/proc/16765/task/16774/stat : 16774 (java) S 16762 16765 6689 0 -1 1077944384 2341 0 0 0 259 90 0 0 20 0 45 0 148793171 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140494973246224 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16775] ppid=16762 vsize=27739616 memory=0 CPUtime=3.43 cores=0-7
/proc/16765/task/16775/stat : 16775 (java) S 16762 16765 6689 0 -1 1077944384 2078 0 0 0 259 84 0 0 20 0 45 0 148793171 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140494972193680 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16776] ppid=16762 vsize=27739616 memory=42 CPUtime=1.47 cores=0-7
/proc/16765/task/16776/stat : 16776 (java) S 16762 16765 6689 0 -1 1077944384 10015 0 0 0 145 2 0 0 20 0 45 0 148793173 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140494154713328 140495022606978 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16777] ppid=16762 vsize=27739616 memory=44 CPUtime=0 cores=0-7
/proc/16765/task/16777/stat : 16777 (java) S 16762 16765 6689 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 45 0 148793173 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140494153659616 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16778] ppid=16762 vsize=27739616 memory=44 CPUtime=0 cores=0-7
/proc/16765/task/16778/stat : 16778 (java) S 16762 16765 6689 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 45 0 148793173 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140493229384448 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16779] ppid=16762 vsize=27739616 memory=41 CPUtime=0 cores=0-7
/proc/16765/task/16779/stat : 16779 (java) S 16762 16765 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 45 0 148793176 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140493228333008 140495022614427 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16780] ppid=16762 vsize=27739616 memory=43 CPUtime=1.51 cores=0-7
/proc/16765/task/16780/stat : 16780 (java) R 16762 16765 6689 0 -1 4202560 6783 0 0 0 149 2 0 0 20 0 45 0 148793176 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140493227281432 140495007477599 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16781] ppid=16762 vsize=27739616 memory=41 CPUtime=1.27 cores=0-7
/proc/16765/task/16781/stat : 16781 (java) R 16762 16765 6689 0 -1 4202560 6469 0 0 0 125 2 0 0 20 0 45 0 148793176 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140493226228888 140495006985949 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16782] ppid=16762 vsize=27739616 memory=31 CPUtime=1.59 cores=0-7
/proc/16765/task/16782/stat : 16782 (java) R 16762 16765 6689 0 -1 4202560 6583 0 0 0 158 1 0 0 20 0 45 0 148793176 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140493225163792 140495006989075 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16783] ppid=16762 vsize=27739616 memory=0 CPUtime=1.03 cores=0-7
/proc/16765/task/16783/stat : 16783 (java) R 16762 16765 6689 0 -1 4202560 10014 0 0 0 99 4 0 0 20 0 45 0 148793176 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140493224122992 140495002908799 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16784] ppid=16762 vsize=27739616 memory=43 CPUtime=0 cores=0-7
/proc/16765/task/16784/stat : 16784 (java) S 16762 16765 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 45 0 148793176 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140493223070176 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16785] ppid=16762 vsize=27739616 memory=0 CPUtime=0 cores=0-7
/proc/16765/task/16785/stat : 16785 (java) S 16762 16765 6689 0 -1 1077944384 912 0 0 0 0 0 0 0 20 0 45 0 148793181 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140493222017712 140495022606978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16787] ppid=16762 vsize=27739616 memory=0 CPUtime=0.04 cores=0-7
/proc/16765/task/16787/stat : 16787 (java) S 16762 16765 6689 0 -1 1077944384 1800 0 0 0 1 3 0 0 20 0 45 0 148793775 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140492603908880 140495022606978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16788] ppid=16762 vsize=27739616 memory=4580 CPUtime=2.54 cores=0-7
/proc/16765/task/16788/stat : 16788 (java) S 16762 16765 6689 0 -1 1077944384 743 0 0 0 249 5 0 0 20 0 45 0 148793785 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140492600759952 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16789] ppid=16762 vsize=27739616 memory=0 CPUtime=2.36 cores=0-7
/proc/16765/task/16789/stat : 16789 (java) S 16762 16765 6689 0 -1 1077944384 1888 0 0 0 229 7 0 0 20 0 45 0 148793786 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140492599707408 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16790] ppid=16762 vsize=27739616 memory=0 CPUtime=2.56 cores=0-7
/proc/16765/task/16790/stat : 16790 (java) S 16762 16765 6689 0 -1 1077944384 711 0 0 0 250 6 0 0 20 0 45 0 148793786 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140492598654352 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16791] ppid=16762 vsize=27739616 memory=0 CPUtime=2.34 cores=0-7
/proc/16765/task/16791/stat : 16791 (java) R 16762 16765 6689 0 -1 1077944384 818 0 0 0 227 7 0 0 20 0 45 0 148793788 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140492597601808 140495022606037 0 4 1 16800974 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16792] ppid=16762 vsize=27739616 memory=0 CPUtime=2.17 cores=0-7
/proc/16765/task/16792/stat : 16792 (java) S 16762 16765 6689 0 -1 1077944384 604 0 0 0 210 7 0 0 20 0 45 0 148793788 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140492596548752 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16793] ppid=16762 vsize=27739616 memory=0 CPUtime=2.47 cores=0-7
/proc/16765/task/16793/stat : 16793 (java) S 16762 16765 6689 0 -1 1077944384 1011 0 0 0 240 7 0 0 20 0 45 0 148793789 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140492595496208 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16794] ppid=16762 vsize=27739616 memory=0 CPUtime=2.91 cores=0-7
/proc/16765/task/16794/stat : 16794 (java) S 16762 16765 6689 0 -1 1077944384 1270 0 0 0 286 5 0 0 20 0 45 0 148793789 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140492594443152 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16795] ppid=16762 vsize=27739616 memory=0 CPUtime=0.48 cores=0-7
/proc/16765/task/16795/stat : 16795 (java) R 16762 16765 6689 0 -1 1077944384 129 0 0 0 48 0 0 0 20 0 45 0 148793789 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140492593390608 140495022606037 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16796] ppid=16762 vsize=27739616 memory=0 CPUtime=2.66 cores=0-7
/proc/16765/task/16796/stat : 16796 (java) S 16762 16765 6689 0 -1 1077944384 704 0 0 0 260 6 0 0 20 0 45 0 148793789 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140492592338576 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16797] ppid=16762 vsize=27739616 memory=0 CPUtime=0.71 cores=0-7
/proc/16765/task/16797/stat : 16797 (java) S 16762 16765 6689 0 -1 1077944384 300 0 0 0 70 1 0 0 20 0 45 0 148793789 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140492591286032 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16798] ppid=16762 vsize=27739616 memory=0 CPUtime=0.53 cores=0-7
/proc/16765/task/16798/stat : 16798 (java) S 16762 16765 6689 0 -1 1077944384 206 0 0 0 53 0 0 0 20 0 45 0 148794418 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140492590232976 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16799] ppid=16762 vsize=27739616 memory=0 CPUtime=0.46 cores=0-7
/proc/16765/task/16799/stat : 16799 (java) S 16762 16765 6689 0 -1 1077944384 29 0 0 0 46 0 0 0 20 0 45 0 148794418 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140492589180432 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16800] ppid=16762 vsize=27739616 memory=139871919075568 CPUtime=0.58 cores=0-7
/proc/16765/task/16800/stat : 16800 (java) S 16762 16765 6689 0 -1 1077944384 30 0 0 0 58 0 0 0 20 0 45 0 148794418 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140492588127376 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16801] ppid=16762 vsize=27739616 memory=0 CPUtime=0.77 cores=0-7
/proc/16765/task/16801/stat : 16801 (java) S 16762 16765 6689 0 -1 1077944384 58 0 0 0 77 0 0 0 20 0 45 0 148794418 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140492587074832 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16802] ppid=16762 vsize=27739616 memory=0 CPUtime=0.8 cores=0-7
/proc/16765/task/16802/stat : 16802 (java) S 16762 16765 6689 0 -1 1077944384 48 0 0 0 80 0 0 0 20 0 45 0 148794418 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140492586021776 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16803] ppid=16762 vsize=27739616 memory=0 CPUtime=0.61 cores=0-7
/proc/16765/task/16803/stat : 16803 (java) S 16762 16765 6689 0 -1 1077944384 71 0 0 0 61 0 0 0 20 0 45 0 148794418 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140492584969232 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16804] ppid=16762 vsize=27739616 memory=0 CPUtime=0.55 cores=0-7
/proc/16765/task/16804/stat : 16804 (java) S 16762 16765 6689 0 -1 1077944384 86 0 0 0 55 0 0 0 20 0 45 0 148794421 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140492581783184 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16805] ppid=16762 vsize=27739616 memory=7077796292425249400 CPUtime=0.82 cores=0-7
/proc/16765/task/16805/stat : 16805 (java) S 16762 16765 6689 0 -1 1077944384 32 0 0 0 82 0 0 0 20 0 45 0 148794422 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140492580730640 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16806] ppid=16762 vsize=27739616 memory=7885356908366292819 CPUtime=0.48 cores=0-7
/proc/16765/task/16806/stat : 16806 (java) R 16762 16765 6689 0 -1 1077944384 50 0 0 0 48 0 0 0 20 0 45 0 148794423 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140492579677584 140495022606037 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16807] ppid=16762 vsize=27739616 memory=0 CPUtime=0.65 cores=0-7
/proc/16765/task/16807/stat : 16807 (java) R 16762 16765 6689 0 -1 4202560 40 0 0 0 65 0 0 0 20 0 45 0 148794423 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140492578625040 140495022617757 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16808] ppid=16762 vsize=27739616 memory=7660742144744843625 CPUtime=0.8 cores=0-7
/proc/16765/task/16808/stat : 16808 (java) S 16762 16765 6689 0 -1 1077944384 31 0 0 0 80 0 0 0 20 0 45 0 148794423 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140492577571984 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16809] ppid=16762 vsize=27739616 memory=7445725894013397385 CPUtime=0.37 cores=0-7
/proc/16765/task/16809/stat : 16809 (java) S 16762 16765 6689 0 -1 1077944384 31 0 0 0 37 0 0 0 20 0 45 0 148794423 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140492576519440 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16810] ppid=16762 vsize=27739616 memory=0 CPUtime=0.45 cores=0-7
/proc/16765/task/16810/stat : 16810 (java) S 16762 16765 6689 0 -1 1077944384 40 0 0 0 45 0 0 0 20 0 45 0 148794423 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140492575466384 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
[pid=16765/tid=16811] ppid=16762 vsize=27739616 memory=6944652177228980320 CPUtime=0.55 cores=0-7
/proc/16765/task/16811/stat : 16811 (java) S 16762 16765 6689 0 -1 1077944384 32 0 0 0 55 0 0 0 20 0 45 0 148794424 28405366784 983374 18446744073709551615 4194304 4196468 140730303092656 140492574413840 140495022606037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33976320 140730303095147 140730303095333 140730303095333 140730303098831 0
Current children cumulated CPU time: 69.76 s
Current children cumulated vsize: 27739616 KiB
Current children cumulated memory: 3933496 KiB

Child status: 0
Real time (s): 14.6579
CPU time (s): 69.8811
CPU user time (s): 61.9077
CPU system time (s): 7.97334
CPU usage (%): 476.748
Max. virtual memory (cumulated for all children) (KiB): 27739616
Max. memory (cumulated for all children) (KiB): 3933496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.9077
system time used= 7.97334
maximum resident set size= 3935008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89412
page faults= 0
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12803
involuntary context switches= 2319


# summary of solver processes directly reported to runsolver:
#   pid: 16765
#   total CPU time (s): 69.8811
#   total CPU user time (s): 61.9077
#   total CPU system time (s): 7.97334

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.149577 second user time and 0.209392 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-23 07:12:16
IDJOB=4285597
IDBENCH=140554
IDSOLVER=2681
FILE ID=node126/4285597-1503465983
RUNJOBID= node126-1503398604-6745
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-09.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4285597-1503465983/watcher-4285597-1503465983 -o /tmp/evaluation-result-4285597-1503465983/solver-4285597-1503465983 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node126-1503398604-6745 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1889740842 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285597-1503465983.xml

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

MD5SUM BENCH= e7a7addaec4b730d6fe0c9469eb0bfe6
RANDOM SEED=1889740842

node126.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.81
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.81
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.81
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.81
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:        31223856 kB
MemAvailable:   31944352 kB
Buffers:          340188 kB
Cached:           683948 kB
SwapCached:          524 kB
Active:           672312 kB
Inactive:         409140 kB
Active(anon):      13216 kB
Inactive(anon):   101988 kB
Active(file):     659096 kB
Inactive(file):   307152 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             42512 kB
Writeback:             0 kB
AnonPages:         89048 kB
Mapped:            67052 kB
Shmem:             58016 kB
Slab:             167460 kB
SReclaimable:     140168 kB
SUnreclaim:        27292 kB
KernelStack:        3552 kB
PageTables:         4776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     329308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     43008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61988 MiB
End job on node126 at 2017-08-23 07:12:31