Trace number 4291368

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 NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2018-07-02SAT 123.158 18.2232

General information on the benchmark

NameFrb/
frb-35-17-1_c18.xml
MD5SUM938558367576662423373d61b63119a7
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark13.7294
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints346
Number of domains1
Minimum domain size17
Maximum domain size17
Distribution of domain sizes[{"size":17,"count":35}]
Minimum variable degree12
Maximum variable degree28
Distribution of variable degrees[{"degree":12,"count":3},{"degree":13,"count":3},{"degree":14,"count":1},{"degree":15,"count":1},{"degree":16,"count":1},{"degree":17,"count":1},{"degree":18,"count":3},{"degree":19,"count":2},{"degree":20,"count":2},{"degree":21,"count":4},{"degree":22,"count":3},{"degree":23,"count":4},{"degree":24,"count":1},{"degree":25,"count":3},{"degree":26,"count":1},{"degree":28,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":346}]
Number of extensional constraints346
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":346}]
Optimization problemNO
Type of objective

Solver Data

0.68/0.55	c version: 2018-07-02
0.68/0.55	c seed: 2030886279
0.68/0.55	c timeout: 20160
0.68/0.55	c memlimit: 22000
0.68/0.55	c nbcore: 8
0.68/0.58	c Parsing instance...
2.12/1.04	c Parsing done, starting search...
122.66/18.19	s SATISFIABLE
122.66/18.19	v <instantiation>
122.66/18.19	v 	<list>
122.66/18.19	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34]
122.66/18.19	v 	</list>
122.66/18.19	v 	<values>
122.66/18.19	v 		4 4 6 10 15 3 7 15 2 7 9 1 6 11 0 1 1 14 10 9 15 15 6 5 3 9 6 6 6 7 2 10 12 5 14 
122.66/18.19	v 	</values>
122.66/18.19	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291368-1532676211/watcher-4291368-1532676211 -o /tmp/evaluation-result-4291368-1532676211/solver-4291368-1532676211 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node133-1532673690-11357 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 2030886279 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291368-1532676211.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
solver pid=11545, runsolver pid=11542
Current StackSize limit: 8192 KiB


[startup+0.100137 s]*
/proc/loadavg: 8.67 8.83 8.84 2/203 11565
/proc/meminfo: memFree=27514792/32770624 swapFree=67108856/67108860
[pid=11545] ppid=11542 vsize=26103424 memory=31548 CPUtime=0.12 cores=0-7
/proc/11545/stat : 11545 (java) S 11542 11545 11330 0 -1 1077944320 7325 0 0 0 11 1 0 0 20 0 20 0 85184290 26729906176 7887 33554432000 4194304 4196468 140735874410448 140735874392992 140199939460855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
/proc/11545/statm: 6525856 7887 3143 1 0 6487932 0
[pid=11545/tid=11547] ppid=11542 vsize=26103424 memory=8040502517855854235 CPUtime=0.09 cores=0-7
/proc/11545/task/11547/stat : 11547 (java) R 11542 11545 11330 0 -1 4202560 5538 0 0 0 9 0 0 0 20 0 20 0 85184290 26729906176 8019 33554432000 4194304 4196468 140735874410448 140199943663984 140199919736669 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11548] ppid=11542 vsize=26103424 memory=732370397166255077 CPUtime=0 cores=0-7
/proc/11545/task/11548/stat : 11548 (java) S 11542 11545 11330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85184291 26729906176 8019 33554432000 4194304 4196468 140735874410448 140199892081680 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11549] ppid=11542 vsize=26103424 memory=140258828801664 CPUtime=0 cores=0-7
/proc/11545/task/11549/stat : 11549 (java) S 11542 11545 11330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85184291 26729906176 8019 33554432000 4194304 4196468 140735874410448 140199891029136 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11550] ppid=11542 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11550/stat : 11550 (java) S 11542 11545 11330 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85184291 26729906176 8019 33554432000 4194304 4196468 140735874410448 140199889976080 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11551] ppid=11542 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11551/stat : 11551 (java) S 11542 11545 11330 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85184291 26729906176 8019 33554432000 4194304 4196468 140735874410448 140199888923536 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11552] ppid=11542 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11552/stat : 11552 (java) S 11542 11545 11330 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85184291 26729906176 8019 33554432000 4194304 4196468 140735874410448 140199887870480 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11553] ppid=11542 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/11545/task/11553/stat : 11553 (java) S 11542 11545 11330 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85184291 26729906176 8019 33554432000 4194304 4196468 140735874410448 140199886817936 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11554] ppid=11542 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11554/stat : 11554 (java) S 11542 11545 11330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85184291 26729906176 8085 33554432000 4194304 4196468 140735874410448 140199885764880 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11555] ppid=11542 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11555/stat : 11555 (java) S 11542 11545 11330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 85184291 26729906176 8085 33554432000 4194304 4196468 140735874410448 140199884712336 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11556] ppid=11542 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11556/stat : 11556 (java) S 11542 11545 11330 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85184292 26729906176 8085 33554432000 4194304 4196468 140735874410448 140199066565360 140199939472002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11557] ppid=11542 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11557/stat : 11557 (java) S 11542 11545 11330 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 85184293 26729906176 8085 33554432000 4194304 4196468 140735874410448 140199065511584 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11558] ppid=11542 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11558/stat : 11558 (java) S 11542 11545 11330 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 85184293 26729906176 8085 33554432000 4194304 4196468 140735874410448 140199064458480 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11559] ppid=11542 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11559/stat : 11559 (java) S 11542 11545 11330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85184296 26729906176 8085 33554432000 4194304 4196468 140735874410448 140199063407056 140199939479451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11560] ppid=11542 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11560/stat : 11560 (java) S 11542 11545 11330 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 20 0 85184296 26729906176 8085 33554432000 4194304 4196468 140735874410448 140199062354160 140199939472002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11561] ppid=11542 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11561/stat : 11561 (java) S 11542 11545 11330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85184296 26729906176 8085 33554432000 4194304 4196468 140735874410448 140199061301616 140199939472002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11562] ppid=11542 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11562/stat : 11562 (java) S 11542 11545 11330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 85184296 26729906176 8085 33554432000 4194304 4196468 140735874410448 140199060248560 140199939472002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11563] ppid=11542 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/11545/task/11563/stat : 11563 (java) S 11542 11545 11330 0 -1 1077944384 240 0 0 0 1 0 0 0 20 0 20 0 85184296 26729906176 8085 33554432000 4194304 4196468 140735874410448 140199059196016 140199939472002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11564] ppid=11542 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11564/stat : 11564 (java) S 11542 11545 11330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 85184296 26729906176 8085 33554432000 4194304 4196468 140735874410448 140199058144224 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11565] ppid=11542 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/11545/task/11565/stat : 11565 (java) S 11542 11545 11330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85184296 26729906176 8085 33554432000 4194304 4196468 140735874410448 140199057091760 140199939472002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 31548 KiB

[startup+0.210515 s]*
/proc/loadavg: 8.67 8.83 8.84 3/203 11565
/proc/meminfo: memFree=27501460/32770624 swapFree=67108856/67108860
[pid=11545] ppid=11542 vsize=26103424 memory=43324 CPUtime=0.3 cores=0-7
/proc/11545/stat : 11545 (java) S 11542 11545 11330 0 -1 1077944320 10480 0 0 0 28 2 0 0 20 0 20 0 85184290 26729906176 10831 33554432000 4194304 4196468 140735874410448 140735874392992 140199939460855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
/proc/11545/statm: 6525856 10831 3318 1 0 6487932 0
[pid=11545/tid=11547] ppid=11542 vsize=26103424 memory=32758254098972862 CPUtime=0.2 cores=0-7
/proc/11545/task/11547/stat : 11547 (java) R 11542 11545 11330 0 -1 4202560 8284 0 0 0 19 1 0 0 20 0 20 0 85184290 26729906176 10831 33554432000 4194304 4196468 140735874410448 140199943688896 140199939482781 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11548] ppid=11542 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11548/stat : 11548 (java) S 11542 11545 11330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85184291 26729906176 10831 33554432000 4194304 4196468 140735874410448 140199892081680 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11549] ppid=11542 vsize=26103424 memory=288370634980513408 CPUtime=0 cores=0-7
/proc/11545/task/11549/stat : 11549 (java) S 11542 11545 11330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85184291 26729906176 10831 33554432000 4194304 4196468 140735874410448 140199891029136 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11550] ppid=11542 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11550/stat : 11550 (java) S 11542 11545 11330 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85184291 26729906176 10831 33554432000 4194304 4196468 140735874410448 140199889976080 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11551] ppid=11542 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11551/stat : 11551 (java) S 11542 11545 11330 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85184291 26729906176 10831 33554432000 4194304 4196468 140735874410448 140199888923536 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11552] ppid=11542 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11552/stat : 11552 (java) S 11542 11545 11330 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85184291 26729906176 10831 33554432000 4194304 4196468 140735874410448 140199887870480 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11553] ppid=11542 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/11545/task/11553/stat : 11553 (java) S 11542 11545 11330 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85184291 26729906176 10831 33554432000 4194304 4196468 140735874410448 140199886817936 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11554] ppid=11542 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11554/stat : 11554 (java) S 11542 11545 11330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85184291 26729906176 10831 33554432000 4194304 4196468 140735874410448 140199885764880 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11555] ppid=11542 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11555/stat : 11555 (java) S 11542 11545 11330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 85184291 26729906176 10831 33554432000 4194304 4196468 140735874410448 140199884712336 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11556] ppid=11542 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11556/stat : 11556 (java) S 11542 11545 11330 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85184292 26729906176 10831 33554432000 4194304 4196468 140735874410448 140199066565360 140199939472002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11557] ppid=11542 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11557/stat : 11557 (java) S 11542 11545 11330 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 85184293 26729906176 10831 33554432000 4194304 4196468 140735874410448 140199065511584 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11558] ppid=11542 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11558/stat : 11558 (java) S 11542 11545 11330 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 85184293 26729906176 10831 33554432000 4194304 4196468 140735874410448 140199064458480 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11559] ppid=11542 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11559/stat : 11559 (java) S 11542 11545 11330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85184296 26729906176 10831 33554432000 4194304 4196468 140735874410448 140199063407056 140199939479451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11560] ppid=11542 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/11545/task/11560/stat : 11560 (java) S 11542 11545 11330 0 -1 1077944384 352 0 0 0 1 0 0 0 20 0 20 0 85184296 26729906176 10831 33554432000 4194304 4196468 140735874410448 140199062354160 140199939472002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11561] ppid=11542 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11561/stat : 11561 (java) S 11542 11545 11330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85184296 26729906176 10831 33554432000 4194304 4196468 140735874410448 140199061301616 140199939472002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11562] ppid=11542 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11562/stat : 11562 (java) S 11542 11545 11330 0 -1 1077944384 177 0 0 0 0 0 0 0 20 0 20 0 85184296 26729906176 10831 33554432000 4194304 4196468 140735874410448 140199060248560 140199939472002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11563] ppid=11542 vsize=26103424 memory=0 CPUtime=0.06 cores=0-7
/proc/11545/task/11563/stat : 11563 (java) S 11542 11545 11330 0 -1 1077944384 283 0 0 0 6 0 0 0 20 0 20 0 85184296 26729906176 10831 33554432000 4194304 4196468 140735874410448 140199059196016 140199939472002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11564] ppid=11542 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11564/stat : 11564 (java) S 11542 11545 11330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 85184296 26729906176 10831 33554432000 4194304 4196468 140735874410448 140199058144224 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11565] ppid=11542 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/11545/task/11565/stat : 11565 (java) S 11542 11545 11330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85184296 26729906176 10831 33554432000 4194304 4196468 140735874410448 140199057091760 140199939472002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 43324 KiB

[startup+0.310623 s]*
/proc/loadavg: 8.67 8.83 8.84 3/203 11565
/proc/meminfo: memFree=27498064/32770624 swapFree=67108856/67108860
[pid=11545] ppid=11542 vsize=26103424 memory=46880 CPUtime=0.43 cores=0-7
/proc/11545/stat : 11545 (java) S 11542 11545 11330 0 -1 1077944320 10904 0 0 0 41 2 0 0 20 0 20 0 85184290 26729906176 11720 33554432000 4194304 4196468 140735874410448 140735874392992 140199939460855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
/proc/11545/statm: 6525856 11720 3372 1 0 6487932 0
[pid=11545/tid=11547] ppid=11542 vsize=26103424 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/11545/task/11547/stat : 11547 (java) R 11542 11545 11330 0 -1 4202560 8615 0 0 0 28 1 0 0 20 0 20 0 85184290 26729906176 11720 33554432000 4194304 4196468 140735874410448 140199943622592 140199923541342 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11548] ppid=11542 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11548/stat : 11548 (java) S 11542 11545 11330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85184291 26729906176 11720 33554432000 4194304 4196468 140735874410448 140199892081680 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11549] ppid=11542 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11549/stat : 11549 (java) S 11542 11545 11330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85184291 26729906176 11720 33554432000 4194304 4196468 140735874410448 140199891029136 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11550] ppid=11542 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11550/stat : 11550 (java) S 11542 11545 11330 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85184291 26729906176 11720 33554432000 4194304 4196468 140735874410448 140199889976080 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11551] ppid=11542 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11551/stat : 11551 (java) S 11542 11545 11330 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85184291 26729906176 11720 33554432000 4194304 4196468 140735874410448 140199888923536 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11552] ppid=11542 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/11545/task/11552/stat : 11552 (java) S 11542 11545 11330 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85184291 26729906176 11720 33554432000 4194304 4196468 140735874410448 140199887870480 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11553] ppid=11542 vsize=26103424 memory=140258666705839 CPUtime=0 cores=0-7
/proc/11545/task/11553/stat : 11553 (java) S 11542 11545 11330 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85184291 26729906176 11720 33554432000 4194304 4196468 140735874410448 140199886817936 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11554] ppid=11542 vsize=26103424 memory=140258666708144 CPUtime=0 cores=0-7
/proc/11545/task/11554/stat : 11554 (java) S 11542 11545 11330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85184291 26729906176 11720 33554432000 4194304 4196468 140735874410448 140199885764880 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11555] ppid=11542 vsize=26103424 memory=140258666710448 CPUtime=0 cores=0-7
/proc/11545/task/11555/stat : 11555 (java) S 11542 11545 11330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 85184291 26729906176 11720 33554432000 4194304 4196468 140735874410448 140199884712336 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11556] ppid=11542 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11556/stat : 11556 (java) S 11542 11545 11330 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85184292 26729906176 11720 33554432000 4194304 4196468 140735874410448 140199066565360 140199939472002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11557] ppid=11542 vsize=26103424 memory=280517333427856 CPUtime=0 cores=0-7
/proc/11545/task/11557/stat : 11557 (java) S 11542 11545 11330 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 85184293 26729906176 11720 33554432000 4194304 4196468 140735874410448 140199065511584 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11558] ppid=11542 vsize=26103424 memory=280517333434768 CPUtime=0 cores=0-7
/proc/11545/task/11558/stat : 11558 (java) S 11542 11545 11330 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 85184293 26729906176 11720 33554432000 4194304 4196468 140735874410448 140199064458480 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11559] ppid=11542 vsize=26103424 memory=280517333376048 CPUtime=0 cores=0-7
/proc/11545/task/11559/stat : 11559 (java) S 11542 11545 11330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85184296 26729906176 11720 33554432000 4194304 4196468 140735874410448 140199063407056 140199939479451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11560] ppid=11542 vsize=26103424 memory=280517333448592 CPUtime=0.01 cores=0-7
/proc/11545/task/11560/stat : 11560 (java) S 11542 11545 11330 0 -1 1077944384 361 0 0 0 1 0 0 0 20 0 20 0 85184296 26729906176 11720 33554432000 4194304 4196468 140735874410448 140199062354160 140199939472002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11561] ppid=11542 vsize=26103424 memory=280517333455504 CPUtime=0 cores=0-7
/proc/11545/task/11561/stat : 11561 (java) S 11542 11545 11330 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 85184296 26729906176 11720 33554432000 4194304 4196468 140735874410448 140199061301616 140199939472002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11562] ppid=11542 vsize=26103424 memory=280517333453200 CPUtime=0.01 cores=0-7
/proc/11545/task/11562/stat : 11562 (java) S 11542 11545 11330 0 -1 1077944384 257 0 0 0 1 0 0 0 20 0 20 0 85184296 26729906176 11720 33554432000 4194304 4196468 140735874410448 140199060248560 140199939472002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11563] ppid=11542 vsize=26103424 memory=280517333469760 CPUtime=0.07 cores=0-7
/proc/11545/task/11563/stat : 11563 (java) S 11542 11545 11330 0 -1 1077944384 290 0 0 0 7 0 0 0 20 0 20 0 85184296 26729906176 11720 33554432000 4194304 4196468 140735874410448 140199059196016 140199939472002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11564] ppid=11542 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11564/stat : 11564 (java) S 11542 11545 11330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 85184296 26729906176 11720 33554432000 4194304 4196468 140735874410448 140199058144224 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11565] ppid=11542 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/11545/task/11565/stat : 11565 (java) S 11542 11545 11330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85184296 26729906176 11720 33554432000 4194304 4196468 140735874410448 140199057091760 140199939472002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 46880 KiB

[startup+0.7009 s]
/proc/loadavg: 8.67 8.83 8.84 3/203 11565
/proc/meminfo: memFree=27473880/32770624 swapFree=67108856/67108860
[pid=11545] ppid=11542 vsize=26105492 memory=85612 CPUtime=0.99 cores=0-7
/proc/11545/stat : 11545 (java) S 11542 11545 11330 0 -1 1077944320 17867 0 0 0 94 5 0 0 20 0 20 0 85184290 26732023808 21403 33554432000 4194304 4196468 140735874410448 140735874392992 140199939460855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
/proc/11545/statm: 6526373 21403 3498 1 0 6488444 0
[pid=11545/tid=11547] ppid=11542 vsize=26105492 memory=7230638415873141335 CPUtime=0.67 cores=0-7
/proc/11545/task/11547/stat : 11547 (java) R 11542 11545 11330 0 -1 4202560 15061 0 0 0 64 3 0 0 20 0 20 0 85184290 26732023808 21403 33554432000 4194304 4196468 140735874410448 140199943685024 140199923541342 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11548] ppid=11542 vsize=26105492 memory=49667001834072 CPUtime=0 cores=0-7
/proc/11545/task/11548/stat : 11548 (java) S 11542 11545 11330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85184291 26732023808 21403 33554432000 4194304 4196468 140735874410448 140199892081680 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11549] ppid=11542 vsize=26105492 memory=140258666719570 CPUtime=0 cores=0-7
/proc/11545/task/11549/stat : 11549 (java) S 11542 11545 11330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85184291 26732023808 21403 33554432000 4194304 4196468 140735874410448 140199891029136 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11550] ppid=11542 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11550/stat : 11550 (java) S 11542 11545 11330 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85184291 26732023808 21403 33554432000 4194304 4196468 140735874410448 140199889976080 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11551] ppid=11542 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11551/stat : 11551 (java) S 11542 11545 11330 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85184291 26732023808 21403 33554432000 4194304 4196468 140735874410448 140199888923536 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11552] ppid=11542 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11552/stat : 11552 (java) S 11542 11545 11330 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85184291 26732023808 21403 33554432000 4194304 4196468 140735874410448 140199887870480 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11553] ppid=11542 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11553/stat : 11553 (java) S 11542 11545 11330 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85184291 26732023808 21403 33554432000 4194304 4196468 140735874410448 140199886817936 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11554] ppid=11542 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11554/stat : 11554 (java) S 11542 11545 11330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85184291 26732023808 21403 33554432000 4194304 4196468 140735874410448 140199885764880 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11555] ppid=11542 vsize=26105492 memory=1804 CPUtime=0 cores=0-7
/proc/11545/task/11555/stat : 11555 (java) S 11542 11545 11330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 85184291 26732023808 21403 33554432000 4194304 4196468 140735874410448 140199884712336 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11556] ppid=11542 vsize=26105492 memory=796 CPUtime=0 cores=0-7
/proc/11545/task/11556/stat : 11556 (java) S 11542 11545 11330 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85184292 26732023808 21403 33554432000 4194304 4196468 140735874410448 140199066565360 140199939472002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0

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

[pid=11545/tid=11579] ppid=11542 vsize=27584272 memory=1232 CPUtime=4.08 cores=0-7
/proc/11545/task/11579/stat : 11579 (java) R 11542 11545 11330 0 -1 4202560 148 0 0 0 407 1 0 0 20 0 42 0 85184654 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199025765200 140199568889222 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11580] ppid=11542 vsize=27584272 memory=1012 CPUtime=7.46 cores=0-7
/proc/11545/task/11580/stat : 11580 (java) R 11542 11545 11330 0 -1 4202560 435 0 0 0 744 2 0 0 20 0 42 0 85184655 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199022579152 140199571793620 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11581] ppid=11542 vsize=27584272 memory=1948 CPUtime=2.73 cores=0-7
/proc/11545/task/11581/stat : 11581 (java) R 11542 11545 11330 0 -1 4202560 289 0 0 0 273 0 0 0 20 0 42 0 85184655 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199021526608 140199568424031 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11582] ppid=11542 vsize=27584272 memory=15620 CPUtime=9.49 cores=0-7
/proc/11545/task/11582/stat : 11582 (java) R 11542 11545 11330 0 -1 4202560 739 0 0 0 946 3 0 0 20 0 42 0 85184656 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199020473552 140199572535530 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11583] ppid=11542 vsize=27584272 memory=0 CPUtime=5.87 cores=0-7
/proc/11545/task/11583/stat : 11583 (java) S 11542 11545 11330 0 -1 1077944384 214 0 0 0 585 2 0 0 20 0 42 0 85184656 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199019423248 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11584] ppid=11542 vsize=27584272 memory=0 CPUtime=4.58 cores=0-7
/proc/11545/task/11584/stat : 11584 (java) S 11542 11545 11330 0 -1 1077944384 899 0 0 0 457 1 0 0 20 0 42 0 85184876 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199018370192 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11585] ppid=11542 vsize=27584272 memory=7649399375725408511 CPUtime=3.94 cores=0-7
/proc/11545/task/11585/stat : 11585 (java) S 11542 11545 11330 0 -1 1077944384 379 0 0 0 394 0 0 0 20 0 42 0 85185365 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199017317648 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11586] ppid=11542 vsize=27584272 memory=7649399375725408512 CPUtime=1.19 cores=0-7
/proc/11545/task/11586/stat : 11586 (java) R 11542 11545 11330 0 -1 4202560 71 0 0 0 119 0 0 0 20 0 42 0 85185367 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199016262352 140199571794144 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11587] ppid=11542 vsize=27584272 memory=7649399380020375857 CPUtime=6.26 cores=0-7
/proc/11545/task/11587/stat : 11587 (java) R 11542 11545 11330 0 -1 4202560 373 0 0 0 625 1 0 0 20 0 42 0 85185367 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199015209808 140199566121258 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
Current children cumulated CPU time: 118.69 s
Current children cumulated vsize: 27584272 KiB
Current children cumulated memory: 1927124 KiB

[startup+18.0022 s]*
/proc/loadavg: 8.70 8.81 8.83 9/225 11587
/proc/meminfo: memFree=25616740/32770624 swapFree=67108856/67108860
[pid=11545] ppid=11542 vsize=27584272 memory=1927124 CPUtime=121.9 cores=0-7
/proc/11545/stat : 11545 (java) S 11542 11545 11330 0 -1 1077944320 65482 0 0 0 12091 99 0 0 20 0 42 0 85184290 28246294528 481781 33554432000 4194304 4196468 140735874410448 140735874392992 140199939460855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
/proc/11545/statm: 6896068 481781 3623 1 0 6857618 0
[pid=11545/tid=11547] ppid=11542 vsize=27584272 memory=280517333224944 CPUtime=3.41 cores=0-7
/proc/11545/task/11547/stat : 11547 (java) S 11542 11545 11330 0 -1 1077944384 21782 0 0 0 335 6 0 0 20 0 42 0 85184290 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199943698320 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11548] ppid=11542 vsize=27584272 memory=140258828801664 CPUtime=0.12 cores=0-7
/proc/11545/task/11548/stat : 11548 (java) S 11542 11545 11330 0 -1 1077944384 192 0 0 0 8 4 0 0 20 0 42 0 85184291 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199892081680 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11549] ppid=11542 vsize=27584272 memory=280517495447248 CPUtime=0.11 cores=0-7
/proc/11545/task/11549/stat : 11549 (java) S 11542 11545 11330 0 -1 1077944384 190 0 0 0 7 4 0 0 20 0 42 0 85184291 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199891029136 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11550] ppid=11542 vsize=27584272 memory=-7003737579269690708 CPUtime=0.13 cores=0-7
/proc/11545/task/11550/stat : 11550 (java) S 11542 11545 11330 0 -1 1077944384 509 0 0 0 8 5 0 0 20 0 42 0 85184291 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199889976080 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11551] ppid=11542 vsize=27584272 memory=0 CPUtime=0.13 cores=0-7
/proc/11545/task/11551/stat : 11551 (java) S 11542 11545 11330 0 -1 1077944384 1127 0 0 0 8 5 0 0 20 0 42 0 85184291 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199888923536 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11552] ppid=11542 vsize=27584272 memory=0 CPUtime=0.12 cores=0-7
/proc/11545/task/11552/stat : 11552 (java) S 11542 11545 11330 0 -1 1077944384 937 0 0 0 7 5 0 0 20 0 42 0 85184291 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199887870480 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11553] ppid=11542 vsize=27584272 memory=0 CPUtime=0.11 cores=0-7
/proc/11545/task/11553/stat : 11553 (java) S 11542 11545 11330 0 -1 1077944384 192 0 0 0 7 4 0 0 20 0 42 0 85184291 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199886817936 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11554] ppid=11542 vsize=27584272 memory=0 CPUtime=0.12 cores=0-7
/proc/11545/task/11554/stat : 11554 (java) S 11542 11545 11330 0 -1 1077944384 1144 0 0 0 8 4 0 0 20 0 42 0 85184291 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199885764880 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11555] ppid=11542 vsize=27584272 memory=0 CPUtime=0.12 cores=0-7
/proc/11545/task/11555/stat : 11555 (java) S 11542 11545 11330 0 -1 1077944384 260 0 0 0 7 5 0 0 20 0 42 0 85184291 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199884712336 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11556] ppid=11542 vsize=27584272 memory=0 CPUtime=0.04 cores=0-7
/proc/11545/task/11556/stat : 11556 (java) S 11542 11545 11330 0 -1 1077944384 2799 0 0 0 4 0 0 0 20 0 42 0 85184292 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199066565360 140199939472002 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11557] ppid=11542 vsize=27584272 memory=4049922683741681974 CPUtime=0 cores=0-7
/proc/11545/task/11557/stat : 11557 (java) S 11542 11545 11330 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 42 0 85184293 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199065511648 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11558] ppid=11542 vsize=27584272 memory=7018971445428972654 CPUtime=0 cores=0-7
/proc/11545/task/11558/stat : 11558 (java) S 11542 11545 11330 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 42 0 85184293 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199064458496 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11559] ppid=11542 vsize=27584272 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11559/stat : 11559 (java) S 11542 11545 11330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 42 0 85184296 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199063407056 140199939479451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11560] ppid=11542 vsize=27584272 memory=0 CPUtime=1.43 cores=0-7
/proc/11545/task/11560/stat : 11560 (java) S 11542 11545 11330 0 -1 1077944384 4937 0 0 0 142 1 0 0 20 0 42 0 85184296 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199062354160 140199939472002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11561] ppid=11542 vsize=27584272 memory=0 CPUtime=1.39 cores=0-7
/proc/11545/task/11561/stat : 11561 (java) S 11542 11545 11330 0 -1 1077944384 3553 0 0 0 137 2 0 0 20 0 42 0 85184296 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199061301616 140199939472002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11562] ppid=11542 vsize=27584272 memory=0 CPUtime=1.39 cores=0-7
/proc/11545/task/11562/stat : 11562 (java) S 11542 11545 11330 0 -1 1077944384 3505 0 0 0 139 0 0 0 20 0 42 0 85184296 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199060248560 140199939472002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11563] ppid=11542 vsize=27584272 memory=0 CPUtime=1.13 cores=0-7
/proc/11545/task/11563/stat : 11563 (java) S 11542 11545 11330 0 -1 1077944384 12466 0 0 0 110 3 0 0 20 0 42 0 85184296 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199059196016 140199939472002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11564] ppid=11542 vsize=27584272 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11564/stat : 11564 (java) S 11542 11545 11330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 42 0 85184296 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199058144224 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11565] ppid=11542 vsize=27584272 memory=-1 CPUtime=0 cores=0-7
/proc/11545/task/11565/stat : 11565 (java) S 11542 11545 11330 0 -1 1077944384 460 0 0 0 0 0 0 0 20 0 42 0 85184296 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199057091760 140199939472002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11566] ppid=11542 vsize=27584272 memory=-1 CPUtime=0.04 cores=0-7
/proc/11545/task/11566/stat : 11566 (java) S 11542 11545 11330 0 -1 1077944384 326 0 0 0 4 0 0 0 20 0 42 0 85184595 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199045743568 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11567] ppid=11542 vsize=27584272 memory=0 CPUtime=0.05 cores=0-7
/proc/11545/task/11567/stat : 11567 (java) S 11542 11545 11330 0 -1 1077944384 910 0 0 0 3 2 0 0 20 0 42 0 85184612 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199042594064 140199939472002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11568] ppid=11542 vsize=27584272 memory=0 CPUtime=3.14 cores=0-7
/proc/11545/task/11568/stat : 11568 (java) S 11542 11545 11330 0 -1 1077944384 376 0 0 0 313 1 0 0 20 0 42 0 85184634 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199039444112 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11569] ppid=11542 vsize=27584272 memory=0 CPUtime=7.02 cores=0-7
/proc/11545/task/11569/stat : 11569 (java) S 11542 11545 11330 0 -1 1077944384 483 0 0 0 700 2 0 0 20 0 42 0 85184635 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199038391568 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11570] ppid=11542 vsize=27584272 memory=0 CPUtime=5.14 cores=0-7
/proc/11545/task/11570/stat : 11570 (java) S 11542 11545 11330 0 -1 1077944384 534 0 0 0 511 3 0 0 20 0 42 0 85184635 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199037338512 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11571] ppid=11542 vsize=27584272 memory=0 CPUtime=10.44 cores=0-7
/proc/11545/task/11571/stat : 11571 (java) S 11542 11545 11330 0 -1 1077944384 903 0 0 0 1040 4 0 0 20 0 42 0 85184642 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199034188816 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11572] ppid=11542 vsize=27584272 memory=0 CPUtime=4.87 cores=0-7
/proc/11545/task/11572/stat : 11572 (java) S 11542 11545 11330 0 -1 1077944384 196 0 0 0 486 1 0 0 20 0 42 0 85184642 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199033136784 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11573] ppid=11542 vsize=27584272 memory=0 CPUtime=7.01 cores=0-7
/proc/11545/task/11573/stat : 11573 (java) S 11542 11545 11330 0 -1 1077944384 512 0 0 0 698 3 0 0 20 0 42 0 85184642 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199032084240 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11574] ppid=11542 vsize=27584272 memory=0 CPUtime=6.38 cores=0-7
/proc/11545/task/11574/stat : 11574 (java) S 11542 11545 11330 0 -1 1077944384 453 0 0 0 636 2 0 0 20 0 42 0 85184642 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199031031184 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11575] ppid=11542 vsize=27584272 memory=0 CPUtime=2.14 cores=0-7
/proc/11545/task/11575/stat : 11575 (java) S 11542 11545 11330 0 -1 1077944384 228 0 0 0 212 2 0 0 20 0 42 0 85184642 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199029978640 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11576] ppid=11542 vsize=27584272 memory=0 CPUtime=3.05 cores=0-7
/proc/11545/task/11576/stat : 11576 (java) S 11542 11545 11330 0 -1 1077944384 202 0 0 0 304 1 0 0 20 0 42 0 85184642 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199028925584 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11577] ppid=11542 vsize=27584272 memory=0 CPUtime=6.95 cores=0-7
/proc/11545/task/11577/stat : 11577 (java) R 11542 11545 11330 0 -1 4202560 691 0 0 0 691 4 0 0 20 0 42 0 85184644 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199027870800 140199566290520 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11578] ppid=11542 vsize=27584272 memory=-7003737579269690708 CPUtime=7.7 cores=0-7
/proc/11545/task/11578/stat : 11578 (java) R 11542 11545 11330 0 -1 4202560 408 0 0 0 768 2 0 0 20 0 42 0 85184653 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199026817744 140199571791624 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11579] ppid=11542 vsize=27584272 memory=0 CPUtime=4.45 cores=0-7
/proc/11545/task/11579/stat : 11579 (java) R 11542 11545 11330 0 -1 4202560 181 0 0 0 444 1 0 0 20 0 42 0 85184654 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199025765200 140199568424003 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11580] ppid=11542 vsize=27584272 memory=0 CPUtime=7.68 cores=0-7
/proc/11545/task/11580/stat : 11580 (java) S 11542 11545 11330 0 -1 1077944384 454 0 0 0 766 2 0 0 20 0 42 0 85184655 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199022581392 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11581] ppid=11542 vsize=27584272 memory=0 CPUtime=3.14 cores=0-7
/proc/11545/task/11581/stat : 11581 (java) R 11542 11545 11330 0 -1 4202560 333 0 0 0 314 0 0 0 20 0 42 0 85184655 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199021526608 140199571795688 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11582] ppid=11542 vsize=27584272 memory=3472592183261933599 CPUtime=9.89 cores=0-7
/proc/11545/task/11582/stat : 11582 (java) R 11542 11545 11330 0 -1 4202560 774 0 0 0 986 3 0 0 20 0 42 0 85184656 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199020473552 140199571791573 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11583] ppid=11542 vsize=27584272 memory=3834587725191723057 CPUtime=5.92 cores=0-7
/proc/11545/task/11583/stat : 11583 (java) R 11542 11545 11330 0 -1 4202560 221 0 0 0 590 2 0 0 20 0 42 0 85184656 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199019421008 140199566290600 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11584] ppid=11542 vsize=27584272 memory=7234030490512353113 CPUtime=4.58 cores=0-7
/proc/11545/task/11584/stat : 11584 (java) S 11542 11545 11330 0 -1 1077944384 899 0 0 0 457 1 0 0 20 0 42 0 85184876 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199018370192 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11585] ppid=11542 vsize=27584272 memory=7522514879990492769 CPUtime=3.94 cores=0-7
/proc/11545/task/11585/stat : 11585 (java) S 11542 11545 11330 0 -1 1077944384 379 0 0 0 394 0 0 0 20 0 42 0 85185365 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199017317648 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11586] ppid=11542 vsize=27584272 memory=7016714190785702558 CPUtime=1.6 cores=0-7
/proc/11545/task/11586/stat : 11586 (java) R 11542 11545 11330 0 -1 4202560 122 0 0 0 160 0 0 0 20 0 42 0 85185367 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199016262352 140199566290397 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11587] ppid=11542 vsize=27584272 memory=-7595761213635136096 CPUtime=6.67 cores=0-7
/proc/11545/task/11587/stat : 11587 (java) R 11542 11545 11330 0 -1 4202560 410 0 0 0 666 1 0 0 20 0 42 0 85185367 28246294528 481781 33554432000 4194304 4196468 140735874410448 140199015209808 140199566290603 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
Current children cumulated CPU time: 121.9 s
Current children cumulated vsize: 27584272 KiB
Current children cumulated memory: 1927124 KiB

[startup+18.2015 s]
/proc/loadavg: 8.70 8.81 8.83 9/225 11587
/proc/meminfo: memFree=25616740/32770624 swapFree=67108856/67108860
[pid=11545] ppid=11542 vsize=27584272 memory=1929112 CPUtime=123.13 cores=0-7
/proc/11545/stat : 11545 (java) S 11542 11545 11330 0 -1 1077944320 73729 0 0 0 12211 102 0 0 20 0 19 0 85184290 28246294528 482278 33554432000 4194304 4196468 140735874410448 140735874392992 140199939460855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
/proc/11545/statm: 6896068 482278 3625 1 0 6857618 0
[pid=11545/tid=11547] ppid=11542 vsize=27584272 memory=288286675405373997 CPUtime=3.41 cores=0-7
/proc/11545/task/11547/stat : 11547 (java) S 11542 11545 11330 0 -1 1077944384 21982 0 0 0 335 6 0 0 20 0 19 0 85184290 28246294528 482278 33554432000 4194304 4196468 140735874410448 140199943703696 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11548] ppid=11542 vsize=27584272 memory=3545797667504532958 CPUtime=0.12 cores=0-7
/proc/11545/task/11548/stat : 11548 (java) S 11542 11545 11330 0 -1 1077944384 192 0 0 0 8 4 0 0 20 0 19 0 85184291 28246294528 482278 33554432000 4194304 4196468 140735874410448 140199892081680 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11549] ppid=11542 vsize=27584272 memory=6944656575208382560 CPUtime=0.11 cores=0-7
/proc/11545/task/11549/stat : 11549 (java) S 11542 11545 11330 0 -1 1077944384 190 0 0 0 7 4 0 0 20 0 19 0 85184291 28246294528 482278 33554432000 4194304 4196468 140735874410448 140199891029136 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11550] ppid=11542 vsize=27584272 memory=6944656592387989600 CPUtime=0.13 cores=0-7
/proc/11545/task/11550/stat : 11550 (java) S 11542 11545 11330 0 -1 1077944384 509 0 0 0 8 5 0 0 20 0 19 0 85184291 28246294528 482278 33554432000 4194304 4196468 140735874410448 140199889976080 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11551] ppid=11542 vsize=27584272 memory=6944656592387989600 CPUtime=0.13 cores=0-7
/proc/11545/task/11551/stat : 11551 (java) S 11542 11545 11330 0 -1 1077944384 1127 0 0 0 8 5 0 0 20 0 19 0 85184291 28246294528 482278 33554432000 4194304 4196468 140735874410448 140199888923536 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11552] ppid=11542 vsize=27584272 memory=-8253362762724047225 CPUtime=0.12 cores=0-7
/proc/11545/task/11552/stat : 11552 (java) S 11542 11545 11330 0 -1 1077944384 937 0 0 0 7 5 0 0 20 0 19 0 85184291 28246294528 482278 33554432000 4194304 4196468 140735874410448 140199887870480 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11553] ppid=11542 vsize=27584272 memory=-9062862659931694204 CPUtime=0.11 cores=0-7
/proc/11545/task/11553/stat : 11553 (java) S 11542 11545 11330 0 -1 1077944384 192 0 0 0 7 4 0 0 20 0 19 0 85184291 28246294528 482278 33554432000 4194304 4196468 140735874410448 140199886817936 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11554] ppid=11542 vsize=27584272 memory=-7173504570862900581 CPUtime=0.12 cores=0-7
/proc/11545/task/11554/stat : 11554 (java) S 11542 11545 11330 0 -1 1077944384 1144 0 0 0 8 4 0 0 20 0 19 0 85184291 28246294528 482278 33554432000 4194304 4196468 140735874410448 140199885764880 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11555] ppid=11542 vsize=27584272 memory=4783210246294220858 CPUtime=0.12 cores=0-7
/proc/11545/task/11555/stat : 11555 (java) S 11542 11545 11330 0 -1 1077944384 260 0 0 0 7 5 0 0 20 0 19 0 85184291 28246294528 482278 33554432000 4194304 4196468 140735874410448 140199884712336 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11556] ppid=11542 vsize=27584272 memory=6944656425122961013 CPUtime=0.04 cores=0-7
/proc/11545/task/11556/stat : 11556 (java) S 11542 11545 11330 0 -1 1077944384 2910 0 0 0 4 0 0 0 20 0 19 0 85184292 28246294528 482278 33554432000 4194304 4196468 140735874410448 140199066565568 140199939472002 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11557] ppid=11542 vsize=27584272 memory=-8990767739041718176 CPUtime=0 cores=0-7
/proc/11545/task/11557/stat : 11557 (java) S 11542 11545 11330 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 19 0 85184293 28246294528 482278 33554432000 4194304 4196468 140735874410448 140199065511648 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11558] ppid=11542 vsize=27584272 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11558/stat : 11558 (java) S 11542 11545 11330 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 85184293 28246294528 482278 33554432000 4194304 4196468 140735874410448 140199064458496 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11559] ppid=11542 vsize=27584272 memory=0 CPUtime=0 cores=0-7
/proc/11545/task/11559/stat : 11559 (java) S 11542 11545 11330 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 85184296 28246294528 482278 33554432000 4194304 4196468 140735874410448 140199063406704 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11560] ppid=11542 vsize=27584272 memory=-3004951213568567854 CPUtime=1.47 cores=0-7
/proc/11545/task/11560/stat : 11560 (java) S 11542 11545 11330 0 -1 1077944384 5500 0 0 0 145 2 0 0 20 0 19 0 85184296 28246294528 482278 33554432000 4194304 4196468 140735874410448 140199062354160 140199939472002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11561] ppid=11542 vsize=27584272 memory=-2605811476043407915 CPUtime=1.42 cores=0-7
/proc/11545/task/11561/stat : 11561 (java) S 11542 11545 11330 0 -1 1077944384 4013 0 0 0 140 2 0 0 20 0 19 0 85184296 28246294528 482278 33554432000 4194304 4196468 140735874410448 140199061287408 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11562] ppid=11542 vsize=27584272 memory=-3284643825843719562 CPUtime=1.43 cores=0-7
/proc/11545/task/11562/stat : 11562 (java) S 11542 11545 11330 0 -1 1077944384 4102 0 0 0 143 0 0 0 20 0 19 0 85184296 28246294528 482278 33554432000 4194304 4196468 140735874410448 140199060229776 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11563] ppid=11542 vsize=27584272 memory=-8382737541924953461 CPUtime=1.17 cores=0-7
/proc/11545/task/11563/stat : 11563 (java) S 11542 11545 11330 0 -1 1077944384 13644 0 0 0 114 3 0 0 20 0 19 0 85184296 28246294528 482278 33554432000 4194304 4196468 140735874410448 140199059191392 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
[pid=11545/tid=11564] ppid=11542 vsize=27584272 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/11545/task/11564/stat : 11564 (java) S 11542 11545 11330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 85184296 28246294528 482278 33554432000 4194304 4196468 140735874410448 140199058144224 140199939471061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26394624 140735874417741 140735874417925 140735874417925 140735874420687 0
Current children cumulated CPU time: 123.13 s
Current children cumulated vsize: 27584272 KiB
Current children cumulated memory: 1929112 KiB

Child status: 0
Real time (s): 18.2232
CPU time (s): 123.158
CPU user time (s): 122.12
CPU system time (s): 1.03805
CPU usage (%): 675.831
Max. virtual memory (cumulated for all children) (KiB): 27584272
Max. memory (cumulated for all children) (KiB): 1929112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 122.12
system time used= 1.03805
maximum resident set size= 1930384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73772
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= 13725
involuntary context switches= 6139


# summary of solver processes directly reported to runsolver:
#   pid: 11545
#   total CPU time (s): 123.158
#   total CPU user time (s): 122.12
#   total CPU system time (s): 1.03805

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.20229 second user time and 0.271583 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-27 09:23:31
IDJOB=4291368
IDBENCH=141582
IDSOLVER=2745
FILE ID=node133/4291368-1532676211
RUNJOBID= node133-1532673690-11357
PBS_JOBID= 21022248
Free space on /tmp= 48252 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
BENCH NAME= XCSP18/Frb/frb-35-17-1_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-4291368-1532676211/watcher-4291368-1532676211 -o /tmp/evaluation-result-4291368-1532676211/solver-4291368-1532676211 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node133-1532673690-11357 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 2030886279 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291368-1532676211.xml

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

MD5SUM BENCH= 938558367576662423373d61b63119a7
RANDOM SEED=2030886279

node133.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.24
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.24
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.24
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.24
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:        27533224 kB
MemAvailable:   31947180 kB
Buffers:          144176 kB
Cached:          4518500 kB
SwapCached:            0 kB
Active:          2123648 kB
Inactive:        2590908 kB
Active(anon):       3300 kB
Inactive(anon):    76796 kB
Active(file):    2120348 kB
Inactive(file):  2514112 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:             35824 kB
Writeback:             0 kB
AnonPages:         59168 kB
Mapped:            39360 kB
Shmem:             25244 kB
Slab:             217740 kB
SReclaimable:     190660 kB
SUnreclaim:        27080 kB
KernelStack:        3216 kB
PageTables:         4644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325020 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:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48216 MiB
End job on node133 at 2018-07-27 09:23:50