Trace number 4291796

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-02UNSAT 128.629 20.1006

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f11_c18.xml
MD5SUM495f96cb472313b50d142b917feb6977
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark16.5899
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size33
Distribution of domain sizes[{"size":6,"count":2},{"size":18,"count":4},{"size":22,"count":10},{"size":27,"count":336},{"size":33,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-07-02
0.67/0.55	c seed: 638545190
0.67/0.55	c timeout: 20160
0.67/0.56	c memlimit: 22000
0.67/0.56	c nbcore: 8
0.67/0.58	c Parsing instance...
5.22/1.88	c Parsing done, starting search...
128.39/20.06	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291796-1532638942/watcher-4291796-1532638942 -o /tmp/evaluation-result-4291796-1532638942/solver-4291796-1532638942 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1532633897-12973 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 638545190 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291796-1532638942.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=13357, runsolver pid=13354

[startup+0.100115 s]*
/proc/loadavg: 0.97 1.05 1.68 2/198 13377
/proc/meminfo: memFree=24153888/32770624 swapFree=67077152/67108860
[pid=13357] ppid=13354 vsize=26103424 memory=29584 CPUtime=0.11 cores=0-7
/proc/13357/stat : 13357 (java) S 13354 13357 12946 0 -1 1077944320 6837 0 0 0 10 1 0 0 20 0 20 0 81457434 26729906176 7396 33554432000 4194304 4196468 140728662431456 140728662414000 139978104200951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
/proc/13357/statm: 6525856 7396 3124 1 0 6487932 0
[pid=13357/tid=13359] ppid=13354 vsize=26103424 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/13357/task/13359/stat : 13359 (java) R 13354 13357 12946 0 -1 4202560 5019 0 0 0 8 0 0 0 20 0 20 0 81457434 26729906176 7528 33554432000 4194304 4196468 140728662431456 139978108404080 139978084476711 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13360] ppid=13354 vsize=26103424 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/13357/task/13360/stat : 13360 (java) S 13354 13357 12946 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81457435 26729906176 7528 33554432000 4194304 4196468 140728662431456 139978026781200 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13361] ppid=13354 vsize=26103424 memory=140307617678976 CPUtime=0 cores=0-7
/proc/13357/task/13361/stat : 13361 (java) S 13354 13357 12946 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81457435 26729906176 7528 33554432000 4194304 4196468 140728662431456 139978025728656 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13362] ppid=13354 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13362/stat : 13362 (java) S 13354 13357 12946 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81457435 26729906176 7528 33554432000 4194304 4196468 140728662431456 139978024675600 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13363] ppid=13354 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13363/stat : 13363 (java) S 13354 13357 12946 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81457435 26729906176 7528 33554432000 4194304 4196468 140728662431456 139978023623056 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13364] ppid=13354 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13364/stat : 13364 (java) S 13354 13357 12946 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81457435 26729906176 7528 33554432000 4194304 4196468 140728662431456 139978022571024 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13365] ppid=13354 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/13357/task/13365/stat : 13365 (java) S 13354 13357 12946 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81457435 26729906176 7528 33554432000 4194304 4196468 140728662431456 139978021518480 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13366] ppid=13354 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13366/stat : 13366 (java) S 13354 13357 12946 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81457435 26729906176 7528 33554432000 4194304 4196468 140728662431456 139978020465424 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13367] ppid=13354 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13367/stat : 13367 (java) S 13354 13357 12946 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81457435 26729906176 7528 33554432000 4194304 4196468 140728662431456 139978019412880 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13368] ppid=13354 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13368/stat : 13368 (java) S 13354 13357 12946 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81457437 26729906176 7528 33554432000 4194304 4196468 140728662431456 139976510580976 139978104212098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13369] ppid=13354 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13369/stat : 13369 (java) S 13354 13357 12946 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 81457437 26729906176 7594 33554432000 4194304 4196468 140728662431456 139976509527200 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13370] ppid=13354 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13370/stat : 13370 (java) S 13354 13357 12946 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 81457437 26729906176 7594 33554432000 4194304 4196468 140728662431456 139976508474096 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13371] ppid=13354 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13371/stat : 13371 (java) S 13354 13357 12946 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81457440 26729906176 7594 33554432000 4194304 4196468 140728662431456 139976507422672 139978104219547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13372] ppid=13354 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13372/stat : 13372 (java) S 13354 13357 12946 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 81457440 26729906176 7594 33554432000 4194304 4196468 140728662431456 139976506370800 139978104212098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13373] ppid=13354 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13373/stat : 13373 (java) S 13354 13357 12946 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81457440 26729906176 7594 33554432000 4194304 4196468 140728662431456 139976505318256 139978104212098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13374] ppid=13354 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13374/stat : 13374 (java) S 13354 13357 12946 0 -1 1077944384 282 0 0 0 0 0 0 0 20 0 20 0 81457440 26729906176 7594 33554432000 4194304 4196468 140728662431456 139976504265200 139978104212098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13375] ppid=13354 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/13357/task/13375/stat : 13375 (java) S 13354 13357 12946 0 -1 1077944384 245 0 0 0 1 0 0 0 20 0 20 0 81457440 26729906176 7594 33554432000 4194304 4196468 140728662431456 139976503212656 139978104212098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13376] ppid=13354 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13376/stat : 13376 (java) S 13354 13357 12946 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81457440 26729906176 7594 33554432000 4194304 4196468 140728662431456 139976502159840 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13377] ppid=13354 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/13357/task/13377/stat : 13377 (java) S 13354 13357 12946 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81457440 26729906176 7594 33554432000 4194304 4196468 140728662431456 139976501107376 139978104212098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 29584 KiB

[startup+0.210117 s]*
/proc/loadavg: 0.97 1.05 1.68 3/198 13377
/proc/meminfo: memFree=24140680/32770624 swapFree=67077152/67108860
[pid=13357] ppid=13354 vsize=26103424 memory=43044 CPUtime=0.29 cores=0-7
/proc/13357/stat : 13357 (java) S 13354 13357 12946 0 -1 1077944320 10399 0 0 0 28 1 0 0 20 0 20 0 81457434 26729906176 10761 33554432000 4194304 4196468 140728662431456 140728662414000 139978104200951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
/proc/13357/statm: 6525856 10761 3350 1 0 6487932 0
[pid=13357/tid=13359] ppid=13354 vsize=26103424 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/13357/task/13359/stat : 13359 (java) R 13354 13357 12946 0 -1 4202560 8174 0 0 0 19 1 0 0 20 0 20 0 81457434 26729906176 10761 33554432000 4194304 4196468 140728662431456 139978108428688 139978096438078 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13360] ppid=13354 vsize=26103424 memory=9237 CPUtime=0 cores=0-7
/proc/13357/task/13360/stat : 13360 (java) S 13354 13357 12946 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81457435 26729906176 10761 33554432000 4194304 4196468 140728662431456 139978026781200 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13361] ppid=13354 vsize=26103424 memory=4122966079720523424 CPUtime=0 cores=0-7
/proc/13357/task/13361/stat : 13361 (java) S 13354 13357 12946 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81457435 26729906176 10761 33554432000 4194304 4196468 140728662431456 139978025728656 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13362] ppid=13354 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/13357/task/13362/stat : 13362 (java) S 13354 13357 12946 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81457435 26729906176 10761 33554432000 4194304 4196468 140728662431456 139978024675600 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13363] ppid=13354 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13363/stat : 13363 (java) S 13354 13357 12946 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81457435 26729906176 10761 33554432000 4194304 4196468 140728662431456 139978023623056 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13364] ppid=13354 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13364/stat : 13364 (java) S 13354 13357 12946 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81457435 26729906176 10761 33554432000 4194304 4196468 140728662431456 139978022571024 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13365] ppid=13354 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/13357/task/13365/stat : 13365 (java) S 13354 13357 12946 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81457435 26729906176 10761 33554432000 4194304 4196468 140728662431456 139978021518480 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13366] ppid=13354 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13366/stat : 13366 (java) S 13354 13357 12946 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81457435 26729906176 10761 33554432000 4194304 4196468 140728662431456 139978020465424 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13367] ppid=13354 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13367/stat : 13367 (java) S 13354 13357 12946 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81457435 26729906176 10761 33554432000 4194304 4196468 140728662431456 139978019412880 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13368] ppid=13354 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13368/stat : 13368 (java) S 13354 13357 12946 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81457437 26729906176 10761 33554432000 4194304 4196468 140728662431456 139976510580976 139978104212098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13369] ppid=13354 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13369/stat : 13369 (java) S 13354 13357 12946 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 81457437 26729906176 10761 33554432000 4194304 4196468 140728662431456 139976509527200 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13370] ppid=13354 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13370/stat : 13370 (java) S 13354 13357 12946 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 81457437 26729906176 10761 33554432000 4194304 4196468 140728662431456 139976508474096 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13371] ppid=13354 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13371/stat : 13371 (java) S 13354 13357 12946 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81457440 26729906176 10761 33554432000 4194304 4196468 140728662431456 139976507422672 139978104219547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13372] ppid=13354 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13372/stat : 13372 (java) S 13354 13357 12946 0 -1 1077944384 204 0 0 0 0 0 0 0 20 0 20 0 81457440 26729906176 10761 33554432000 4194304 4196468 140728662431456 139976506370800 139978104212098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13373] ppid=13354 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13373/stat : 13373 (java) S 13354 13357 12946 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 81457440 26729906176 10761 33554432000 4194304 4196468 140728662431456 139976505318256 139978104212098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13374] ppid=13354 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/13357/task/13374/stat : 13374 (java) S 13354 13357 12946 0 -1 1077944384 318 0 0 0 1 0 0 0 20 0 20 0 81457440 26729906176 10761 33554432000 4194304 4196468 140728662431456 139976504265200 139978104212098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13375] ppid=13354 vsize=26103424 memory=0 CPUtime=0.06 cores=0-7
/proc/13357/task/13375/stat : 13375 (java) R 13354 13357 12946 0 -1 4202560 298 0 0 0 6 0 0 0 20 0 20 0 81457440 26729906176 10761 33554432000 4194304 4196468 140728662431456 139976503208416 139978083339534 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13376] ppid=13354 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13376/stat : 13376 (java) S 13354 13357 12946 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81457440 26729906176 10761 33554432000 4194304 4196468 140728662431456 139976502159840 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13377] ppid=13354 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/13357/task/13377/stat : 13377 (java) S 13354 13357 12946 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81457440 26729906176 10761 33554432000 4194304 4196468 140728662431456 139976501107376 139978104212098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 43044 KiB

[startup+0.309931 s]*
/proc/loadavg: 0.97 1.05 1.68 2/198 13377
/proc/meminfo: memFree=24137020/32770624 swapFree=67077152/67108860
[pid=13357] ppid=13354 vsize=26103424 memory=46560 CPUtime=0.42 cores=0-7
/proc/13357/stat : 13357 (java) S 13354 13357 12946 0 -1 1077944320 10840 0 0 0 41 1 0 0 20 0 20 0 81457434 26729906176 11640 33554432000 4194304 4196468 140728662431456 140728662414000 139978104200951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
/proc/13357/statm: 6525856 11640 3374 1 0 6487932 0
[pid=13357/tid=13359] ppid=13354 vsize=26103424 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/13357/task/13359/stat : 13359 (java) R 13354 13357 12946 0 -1 4202560 8525 0 0 0 29 1 0 0 20 0 20 0 81457434 26729906176 11640 33554432000 4194304 4196468 140728662431456 139978108362688 139978084476273 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13360] ppid=13354 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13360/stat : 13360 (java) S 13354 13357 12946 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81457435 26729906176 11640 33554432000 4194304 4196468 140728662431456 139978026781200 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13361] ppid=13354 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13361/stat : 13361 (java) S 13354 13357 12946 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81457435 26729906176 11640 33554432000 4194304 4196468 140728662431456 139978025728656 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13362] ppid=13354 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13362/stat : 13362 (java) S 13354 13357 12946 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81457435 26729906176 11640 33554432000 4194304 4196468 140728662431456 139978024675600 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13363] ppid=13354 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13363/stat : 13363 (java) S 13354 13357 12946 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81457435 26729906176 11640 33554432000 4194304 4196468 140728662431456 139978023623056 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13364] ppid=13354 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/13357/task/13364/stat : 13364 (java) S 13354 13357 12946 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81457435 26729906176 11640 33554432000 4194304 4196468 140728662431456 139978022571024 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13365] ppid=13354 vsize=26103424 memory=140307454849967 CPUtime=0 cores=0-7
/proc/13357/task/13365/stat : 13365 (java) S 13354 13357 12946 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81457435 26729906176 11640 33554432000 4194304 4196468 140728662431456 139978021518480 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13366] ppid=13354 vsize=26103424 memory=140307454852272 CPUtime=0 cores=0-7
/proc/13357/task/13366/stat : 13366 (java) S 13354 13357 12946 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81457435 26729906176 11640 33554432000 4194304 4196468 140728662431456 139978020465424 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13367] ppid=13354 vsize=26103424 memory=140307454854576 CPUtime=0 cores=0-7
/proc/13357/task/13367/stat : 13367 (java) S 13354 13357 12946 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81457435 26729906176 11640 33554432000 4194304 4196468 140728662431456 139978019412880 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13368] ppid=13354 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13368/stat : 13368 (java) S 13354 13357 12946 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81457437 26729906176 11640 33554432000 4194304 4196468 140728662431456 139976510580976 139978104212098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13369] ppid=13354 vsize=26103424 memory=280614909716112 CPUtime=0 cores=0-7
/proc/13357/task/13369/stat : 13369 (java) S 13354 13357 12946 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 81457437 26729906176 11640 33554432000 4194304 4196468 140728662431456 139976509527200 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13370] ppid=13354 vsize=26103424 memory=280614909723024 CPUtime=0 cores=0-7
/proc/13357/task/13370/stat : 13370 (java) S 13354 13357 12946 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 81457437 26729906176 11640 33554432000 4194304 4196468 140728662431456 139976508474096 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13371] ppid=13354 vsize=26103424 memory=280614909664176 CPUtime=0 cores=0-7
/proc/13357/task/13371/stat : 13371 (java) S 13354 13357 12946 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81457440 26729906176 11640 33554432000 4194304 4196468 140728662431456 139976507422672 139978104219547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13372] ppid=13354 vsize=26103424 memory=280614909736848 CPUtime=0 cores=0-7
/proc/13357/task/13372/stat : 13372 (java) S 13354 13357 12946 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 20 0 81457440 26729906176 11640 33554432000 4194304 4196468 140728662431456 139976506370800 139978104212098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13373] ppid=13354 vsize=26103424 memory=280614909743760 CPUtime=0 cores=0-7
/proc/13357/task/13373/stat : 13373 (java) S 13354 13357 12946 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 81457440 26729906176 11640 33554432000 4194304 4196468 140728662431456 139976505318256 139978104212098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13374] ppid=13354 vsize=26103424 memory=280614909741456 CPUtime=0.03 cores=0-7
/proc/13357/task/13374/stat : 13374 (java) S 13354 13357 12946 0 -1 1077944384 379 0 0 0 3 0 0 0 20 0 20 0 81457440 26729906176 11640 33554432000 4194304 4196468 140728662431456 139976504265200 139978104212098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13375] ppid=13354 vsize=26103424 memory=280614909758064 CPUtime=0.07 cores=0-7
/proc/13357/task/13375/stat : 13375 (java) S 13354 13357 12946 0 -1 1077944384 318 0 0 0 7 0 0 0 20 0 20 0 81457440 26729906176 11640 33554432000 4194304 4196468 140728662431456 139976503212656 139978104212098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13376] ppid=13354 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13376/stat : 13376 (java) S 13354 13357 12946 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81457440 26729906176 11640 33554432000 4194304 4196468 140728662431456 139976502159840 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13377] ppid=13354 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/13357/task/13377/stat : 13377 (java) S 13354 13357 12946 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81457440 26729906176 11640 33554432000 4194304 4196468 140728662431456 139976501107376 139978104212098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 46560 KiB

[startup+0.700831 s]
/proc/loadavg: 0.97 1.05 1.68 2/198 13377
/proc/meminfo: memFree=24112904/32770624 swapFree=67077152/67108860
[pid=13357] ppid=13354 vsize=26105492 memory=85668 CPUtime=0.99 cores=0-7
/proc/13357/stat : 13357 (java) S 13354 13357 12946 0 -1 1077944320 17867 0 0 0 95 4 0 0 20 0 20 0 81457434 26732023808 21417 33554432000 4194304 4196468 140728662431456 140728662414000 139978104200951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
/proc/13357/statm: 6526373 21417 3501 1 0 6488444 0
[pid=13357/tid=13359] ppid=13354 vsize=26105492 memory=0 CPUtime=0.67 cores=0-7
/proc/13357/task/13359/stat : 13359 (java) R 13354 13357 12946 0 -1 4202560 15008 0 0 0 64 3 0 0 20 0 20 0 81457434 26732023808 21417 33554432000 4194304 4196468 140728662431456 139978108427552 139978104222877 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13360] ppid=13354 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13360/stat : 13360 (java) S 13354 13357 12946 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81457435 26732023808 21417 33554432000 4194304 4196468 140728662431456 139978026781200 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13361] ppid=13354 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13361/stat : 13361 (java) S 13354 13357 12946 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81457435 26732023808 21417 33554432000 4194304 4196468 140728662431456 139978025728656 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13362] ppid=13354 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13362/stat : 13362 (java) S 13354 13357 12946 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81457435 26732023808 21417 33554432000 4194304 4196468 140728662431456 139978024675600 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13363] ppid=13354 vsize=26105492 memory=3032 CPUtime=0 cores=0-7
/proc/13357/task/13363/stat : 13363 (java) S 13354 13357 12946 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81457435 26732023808 21417 33554432000 4194304 4196468 140728662431456 139978023623056 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13364] ppid=13354 vsize=26105492 memory=2764 CPUtime=0 cores=0-7
/proc/13357/task/13364/stat : 13364 (java) S 13354 13357 12946 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81457435 26732023808 21417 33554432000 4194304 4196468 140728662431456 139978022571024 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13365] ppid=13354 vsize=26105492 memory=796 CPUtime=0 cores=0-7
/proc/13357/task/13365/stat : 13365 (java) S 13354 13357 12946 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81457435 26732023808 21417 33554432000 4194304 4196468 140728662431456 139978021518480 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13366] ppid=13354 vsize=26105492 memory=1008 CPUtime=0 cores=0-7
/proc/13357/task/13366/stat : 13366 (java) S 13354 13357 12946 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81457435 26732023808 21417 33554432000 4194304 4196468 140728662431456 139978020465424 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13367] ppid=13354 vsize=26105492 memory=15316 CPUtime=0 cores=0-7
/proc/13357/task/13367/stat : 13367 (java) S 13354 13357 12946 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81457435 26732023808 21417 33554432000 4194304 4196468 140728662431456 139978019412880 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13368] ppid=13354 vsize=26105492 memory=3604 CPUtime=0 cores=0-7
/proc/13357/task/13368/stat : 13368 (java) S 13354 13357 12946 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81457437 26732023808 21417 33554432000 4194304 4196468 140728662431456 139976510580976 139978104212098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0

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

[pid=13357/tid=13366] ppid=13354 vsize=27519756 memory=5937785454826312272 CPUtime=0.48 cores=0-7
/proc/13357/task/13366/stat : 13366 (java) S 13354 13357 12946 0 -1 1077944384 709 0 0 0 41 7 0 0 20 0 41 0 81457435 28180230144 976884 33554432000 4194304 4196468 140728662431456 139978020465424 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13367] ppid=13354 vsize=27519756 memory=3820708 CPUtime=0.53 cores=0-7
/proc/13357/task/13367/stat : 13367 (java) S 13354 13357 12946 0 -1 1077944384 534 0 0 0 42 11 0 0 20 0 41 0 81457435 28180230144 976884 33554432000 4194304 4196468 140728662431456 139978019412880 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13368] ppid=13354 vsize=27519756 memory=7956005031678667109 CPUtime=0.11 cores=0-7
/proc/13357/task/13368/stat : 13368 (java) S 13354 13357 12946 0 -1 1077944384 4889 0 0 0 10 1 0 0 20 0 41 0 81457437 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976510580976 139978104212098 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13369] ppid=13354 vsize=27519756 memory=4639074098508484692 CPUtime=0 cores=0-7
/proc/13357/task/13369/stat : 13369 (java) S 13354 13357 12946 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 41 0 81457437 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976509527264 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13370] ppid=13354 vsize=27519756 memory=6935653653823705168 CPUtime=0 cores=0-7
/proc/13357/task/13370/stat : 13370 (java) S 13354 13357 12946 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 41 0 81457437 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976508474112 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13371] ppid=13354 vsize=27519756 memory=0 CPUtime=0 cores=0-7
/proc/13357/task/13371/stat : 13371 (java) S 13354 13357 12946 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 41 0 81457440 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976507422672 139978104219547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13372] ppid=13354 vsize=27519756 memory=5935859128087898469 CPUtime=2.84 cores=0-7
/proc/13357/task/13372/stat : 13372 (java) S 13354 13357 12946 0 -1 1077944384 8034 0 0 0 281 3 0 0 20 0 41 0 81457440 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976506370800 139978104212098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 45 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13373] ppid=13354 vsize=27519756 memory=7228952971955694441 CPUtime=2.98 cores=0-7
/proc/13357/task/13373/stat : 13373 (java) S 13354 13357 12946 0 -1 1077944384 9312 0 0 0 296 2 0 0 20 0 41 0 81457440 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976505318256 139978104212098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13374] ppid=13354 vsize=27519756 memory=7156893166009479272 CPUtime=2.75 cores=0-7
/proc/13357/task/13374/stat : 13374 (java) S 13354 13357 12946 0 -1 1077944384 9196 0 0 0 274 1 0 0 20 0 41 0 81457440 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976504265200 139978104212098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13375] ppid=13354 vsize=27519756 memory=7084831199762410088 CPUtime=1.64 cores=0-7
/proc/13357/task/13375/stat : 13375 (java) S 13354 13357 12946 0 -1 1077944384 14600 0 0 0 159 5 0 0 20 0 41 0 81457440 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976503212656 139978104212098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13376] ppid=13354 vsize=27519756 memory=7449325849883143791 CPUtime=0 cores=0-7
/proc/13357/task/13376/stat : 13376 (java) S 13354 13357 12946 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 41 0 81457440 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976502159840 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13377] ppid=13354 vsize=27519756 memory=7661010477155838567 CPUtime=0 cores=0-7
/proc/13357/task/13377/stat : 13377 (java) S 13354 13357 12946 0 -1 1077944384 1455 0 0 0 0 0 0 0 20 0 41 0 81457440 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976501107376 139978104212098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 44 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13378] ppid=13354 vsize=27519756 memory=7012504212574138728 CPUtime=0.04 cores=0-7
/proc/13357/task/13378/stat : 13378 (java) R 13354 13357 12946 0 -1 1077944384 1038 0 0 0 4 0 0 0 20 0 41 0 81457923 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976487662032 139978104211157 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13379] ppid=13354 vsize=27519756 memory=8100683160580877417 CPUtime=0.03 cores=0-7
/proc/13357/task/13379/stat : 13379 (java) S 13354 13357 12946 0 -1 1077944384 951 0 0 0 1 2 0 0 20 0 41 0 81457945 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976484512528 139978104212098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13380] ppid=13354 vsize=27519756 memory=7885916649543919464 CPUtime=6.72 cores=0-7
/proc/13357/task/13380/stat : 13380 (java) R 13354 13357 12946 0 -1 4202560 981 0 0 0 664 8 0 0 20 0 41 0 81457961 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976481361360 139977710947922 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13381] ppid=13354 vsize=27519756 memory=7884513664518088557 CPUtime=9.75 cores=0-7
/proc/13357/task/13381/stat : 13381 (java) R 13354 13357 12946 0 -1 4202560 1661 0 0 0 955 20 0 0 20 0 41 0 81457962 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976480308816 139977705245344 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13382] ppid=13354 vsize=27519756 memory=5793149124378388071 CPUtime=3.69 cores=0-7
/proc/13357/task/13382/stat : 13382 (java) S 13354 13357 12946 0 -1 1077944384 655 0 0 0 369 0 0 0 20 0 41 0 81457962 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976479258000 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13383] ppid=13354 vsize=27519756 memory=5794843446160811622 CPUtime=7.72 cores=0-7
/proc/13357/task/13383/stat : 13383 (java) R 13354 13357 12946 0 -1 4202560 1152 0 0 0 763 9 0 0 20 0 41 0 81457969 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976476106064 139977705245060 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13384] ppid=13354 vsize=27519756 memory=7449325849883143791 CPUtime=7.04 cores=0-7
/proc/13357/task/13384/stat : 13384 (java) R 13354 13357 12946 0 -1 1077944384 2322 0 0 0 690 14 0 0 20 0 41 0 81457969 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976475055248 139978104211157 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13385] ppid=13354 vsize=27519756 memory=7661010477155838567 CPUtime=7.86 cores=0-7
/proc/13357/task/13385/stat : 13385 (java) R 13354 13357 12946 0 -1 1077944384 1034 0 0 0 779 7 0 0 20 0 41 0 81457969 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976406721808 139978104211157 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13386] ppid=13354 vsize=27519756 memory=1008 CPUtime=11.45 cores=0-7
/proc/13357/task/13386/stat : 13386 (java) R 13354 13357 12946 0 -1 4202560 1721 0 0 0 1136 9 0 0 20 0 41 0 81457969 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976405666512 139977705245226 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13387] ppid=13354 vsize=27519756 memory=15316 CPUtime=10.43 cores=0-7
/proc/13357/task/13387/stat : 13387 (java) R 13354 13357 12946 0 -1 1077944384 1333 0 0 0 1032 11 0 0 20 0 41 0 81457969 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976404616208 139978104211157 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13388] ppid=13354 vsize=27519756 memory=3604 CPUtime=0.85 cores=0-7
/proc/13357/task/13388/stat : 13388 (java) S 13354 13357 12946 0 -1 1077944384 480 0 0 0 85 0 0 0 20 0 41 0 81457970 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976403564176 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13389] ppid=13354 vsize=27519756 memory=11272 CPUtime=2.39 cores=0-7
/proc/13357/task/13389/stat : 13389 (java) R 13354 13357 12946 0 -1 4202560 854 0 0 0 239 0 0 0 20 0 41 0 81457970 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976402509392 139977711648968 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13390] ppid=13354 vsize=27519756 memory=15128 CPUtime=2.1 cores=0-7
/proc/13357/task/13390/stat : 13390 (java) S 13354 13357 12946 0 -1 1077944384 438 0 0 0 209 1 0 0 20 0 41 0 81457999 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976401458576 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13391] ppid=13354 vsize=27519756 memory=640 CPUtime=6.77 cores=0-7
/proc/13357/task/13391/stat : 13391 (java) R 13354 13357 12946 0 -1 4202560 1060 0 0 0 666 11 0 0 20 0 41 0 81457999 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976400403792 139977710947819 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13392] ppid=13354 vsize=27519756 memory=1760 CPUtime=0.6 cores=0-7
/proc/13357/task/13392/stat : 13392 (java) S 13354 13357 12946 0 -1 1077944384 119 0 0 0 60 0 0 0 20 0 41 0 81458439 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976397218960 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13393] ppid=13354 vsize=27519756 memory=960 CPUtime=2.68 cores=0-7
/proc/13357/task/13393/stat : 13393 (java) S 13354 13357 12946 0 -1 1077944384 795 0 0 0 268 0 0 0 20 0 41 0 81458445 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976396166416 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13394] ppid=13354 vsize=27519756 memory=1220 CPUtime=4.84 cores=0-7
/proc/13357/task/13394/stat : 13394 (java) R 13354 13357 12946 0 -1 4202560 720 0 0 0 483 1 0 0 20 0 41 0 81458445 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976395111120 139977712066369 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13395] ppid=13354 vsize=27519756 memory=1548 CPUtime=4.72 cores=0-7
/proc/13357/task/13395/stat : 13395 (java) R 13354 13357 12946 0 -1 4202560 731 0 0 0 472 0 0 0 20 0 41 0 81458445 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976394058576 139977706157964 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13396] ppid=13354 vsize=27519756 memory=2164 CPUtime=3.84 cores=0-7
/proc/13357/task/13396/stat : 13396 (java) S 13354 13357 12946 0 -1 1077944384 660 0 0 0 384 0 0 0 20 0 41 0 81458449 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976393008784 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13397] ppid=13354 vsize=27519756 memory=3700 CPUtime=5.85 cores=0-7
/proc/13357/task/13397/stat : 13397 (java) R 13354 13357 12946 0 -1 1077944384 1153 0 0 0 584 1 0 0 20 0 41 0 81458449 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976391956240 139978104211157 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13398] ppid=13354 vsize=27519756 memory=844 CPUtime=6.22 cores=0-7
/proc/13357/task/13398/stat : 13398 (java) R 13354 13357 12946 0 -1 1077944384 837 0 0 0 622 0 0 0 20 0 41 0 81458450 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976390903184 139978104211157 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
Current children cumulated CPU time: 125.2 s
Current children cumulated vsize: 27519756 KiB
Current children cumulated memory: 3907536 KiB

[startup+20.0016 s]*
/proc/loadavg: 2.61 1.39 1.78 7/219 13398
/proc/meminfo: memFree=20266724/32770624 swapFree=67077152/67108860
[pid=13357] ppid=13354 vsize=27519756 memory=3907536 CPUtime=128.39 cores=0-7
/proc/13357/stat : 13357 (java) S 13354 13357 12946 0 -1 1077944320 100832 0 0 0 12625 214 0 0 20 0 41 0 81457434 28180230144 976884 33554432000 4194304 4196468 140728662431456 140728662414000 139978104200951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
/proc/13357/statm: 6879939 976884 3619 1 0 6841489 0
[pid=13357/tid=13359] ppid=13354 vsize=27519756 memory=6791534058613427641 CPUtime=4.71 cores=0-7
/proc/13357/task/13359/stat : 13359 (java) S 13354 13357 12946 0 -1 1077944384 22841 0 0 0 457 14 0 0 20 0 41 0 81457434 28180230144 976884 33554432000 4194304 4196468 140728662431456 139978108438416 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 44 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13360] ppid=13354 vsize=27519756 memory=4126316290023845779 CPUtime=0.53 cores=0-7
/proc/13357/task/13360/stat : 13360 (java) S 13354 13357 12946 0 -1 1077944384 1533 0 0 0 44 9 0 0 20 0 41 0 81457435 28180230144 976884 33554432000 4194304 4196468 140728662431456 139978026781200 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13361] ppid=13354 vsize=27519756 memory=7163085330834339126 CPUtime=0.55 cores=0-7
/proc/13357/task/13361/stat : 13361 (java) S 13354 13357 12946 0 -1 1077944384 495 0 0 0 45 10 0 0 20 0 41 0 81457435 28180230144 976884 33554432000 4194304 4196468 140728662431456 139978025728656 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13362] ppid=13354 vsize=27519756 memory=7526486018442343992 CPUtime=0.55 cores=0-7
/proc/13357/task/13362/stat : 13362 (java) S 13354 13357 12946 0 -1 1077944384 1474 0 0 0 45 10 0 0 20 0 41 0 81457435 28180230144 976884 33554432000 4194304 4196468 140728662431456 139978024675600 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13363] ppid=13354 vsize=27519756 memory=8751464017575687736 CPUtime=0.54 cores=0-7
/proc/13357/task/13363/stat : 13363 (java) S 13354 13357 12946 0 -1 1077944384 579 0 0 0 44 10 0 0 20 0 41 0 81457435 28180230144 976884 33554432000 4194304 4196468 140728662431456 139978023623056 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13364] ppid=13354 vsize=27519756 memory=7959395632135288376 CPUtime=0.52 cores=0-7
/proc/13357/task/13364/stat : 13364 (java) S 13354 13357 12946 0 -1 1077944384 806 0 0 0 41 11 0 0 20 0 41 0 81457435 28180230144 976884 33554432000 4194304 4196468 140728662431456 139978022571024 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13365] ppid=13354 vsize=27519756 memory=7165352523810943801 CPUtime=0.52 cores=0-7
/proc/13357/task/13365/stat : 13365 (java) S 13354 13357 12946 0 -1 1077944384 1388 0 0 0 43 9 0 0 20 0 41 0 81457435 28180230144 976884 33554432000 4194304 4196468 140728662431456 139978021518480 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13366] ppid=13354 vsize=27519756 memory=7165352523811009337 CPUtime=0.48 cores=0-7
/proc/13357/task/13366/stat : 13366 (java) S 13354 13357 12946 0 -1 1077944384 709 0 0 0 41 7 0 0 20 0 41 0 81457435 28180230144 976884 33554432000 4194304 4196468 140728662431456 139978020465424 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13367] ppid=13354 vsize=27519756 memory=7165352523810747961 CPUtime=0.53 cores=0-7
/proc/13357/task/13367/stat : 13367 (java) S 13354 13357 12946 0 -1 1077944384 534 0 0 0 42 11 0 0 20 0 41 0 81457435 28180230144 976884 33554432000 4194304 4196468 140728662431456 139978019412880 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13368] ppid=13354 vsize=27519756 memory=7883313791599390769 CPUtime=0.11 cores=0-7
/proc/13357/task/13368/stat : 13368 (java) S 13354 13357 12946 0 -1 1077944384 4889 0 0 0 10 1 0 0 20 0 41 0 81457437 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976510580976 139978104212098 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13369] ppid=13354 vsize=27519756 memory=8104553123293509169 CPUtime=0 cores=0-7
/proc/13357/task/13369/stat : 13369 (java) S 13354 13357 12946 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 41 0 81457437 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976509527264 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13370] ppid=13354 vsize=27519756 memory=7020451820442702058 CPUtime=0 cores=0-7
/proc/13357/task/13370/stat : 13370 (java) S 13354 13357 12946 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 41 0 81457437 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976508474112 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13371] ppid=13354 vsize=27519756 memory=21308 CPUtime=0 cores=0-7
/proc/13357/task/13371/stat : 13371 (java) S 13354 13357 12946 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 41 0 81457440 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976507422672 139978104219547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13372] ppid=13354 vsize=27519756 memory=776 CPUtime=2.84 cores=0-7
/proc/13357/task/13372/stat : 13372 (java) S 13354 13357 12946 0 -1 1077944384 8034 0 0 0 281 3 0 0 20 0 41 0 81457440 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976506370800 139978104212098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 45 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13373] ppid=13354 vsize=27519756 memory=1876 CPUtime=2.98 cores=0-7
/proc/13357/task/13373/stat : 13373 (java) S 13354 13357 12946 0 -1 1077944384 9312 0 0 0 296 2 0 0 20 0 41 0 81457440 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976505318256 139978104212098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13374] ppid=13354 vsize=27519756 memory=1664 CPUtime=2.76 cores=0-7
/proc/13357/task/13374/stat : 13374 (java) S 13354 13357 12946 0 -1 1077944384 9444 0 0 0 275 1 0 0 20 0 41 0 81457440 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976504265200 139978104212098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13375] ppid=13354 vsize=27519756 memory=1828 CPUtime=1.64 cores=0-7
/proc/13357/task/13375/stat : 13375 (java) S 13354 13357 12946 0 -1 1077944384 14877 0 0 0 159 5 0 0 20 0 41 0 81457440 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976503212656 139978104212098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13376] ppid=13354 vsize=27519756 memory=800 CPUtime=0 cores=0-7
/proc/13357/task/13376/stat : 13376 (java) S 13354 13357 12946 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 41 0 81457440 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976502159840 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13377] ppid=13354 vsize=27519756 memory=5204 CPUtime=0 cores=0-7
/proc/13357/task/13377/stat : 13377 (java) S 13354 13357 12946 0 -1 1077944384 1455 0 0 0 0 0 0 0 20 0 41 0 81457440 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976501107376 139978104212098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 44 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13378] ppid=13354 vsize=27519756 memory=12816 CPUtime=0.04 cores=0-7
/proc/13357/task/13378/stat : 13378 (java) S 13354 13357 12946 0 -1 1077944384 1039 0 0 0 4 0 0 0 20 0 41 0 81457923 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976487662032 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13379] ppid=13354 vsize=27519756 memory=1332 CPUtime=0.03 cores=0-7
/proc/13357/task/13379/stat : 13379 (java) S 13354 13357 12946 0 -1 1077944384 951 0 0 0 1 2 0 0 20 0 41 0 81457945 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976484512528 139978104212098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13380] ppid=13354 vsize=27519756 memory=1508 CPUtime=6.84 cores=0-7
/proc/13357/task/13380/stat : 13380 (java) S 13354 13357 12946 0 -1 1077944384 995 0 0 0 676 8 0 0 20 0 41 0 81457961 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976481363600 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13381] ppid=13354 vsize=27519756 memory=3328 CPUtime=9.92 cores=0-7
/proc/13357/task/13381/stat : 13381 (java) S 13354 13357 12946 0 -1 1077944384 1677 0 0 0 972 20 0 0 20 0 41 0 81457962 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976480311056 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13382] ppid=13354 vsize=27519756 memory=3032 CPUtime=3.87 cores=0-7
/proc/13357/task/13382/stat : 13382 (java) R 13354 13357 12946 0 -1 4202560 677 0 0 0 387 0 0 0 20 0 41 0 81457962 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976479258000 139977700269760 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13383] ppid=13354 vsize=27519756 memory=2764 CPUtime=7.89 cores=0-7
/proc/13357/task/13383/stat : 13383 (java) S 13354 13357 12946 0 -1 1077944384 1170 0 0 0 780 9 0 0 20 0 41 0 81457969 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976476108304 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13384] ppid=13354 vsize=27519756 memory=796 CPUtime=7.4 cores=0-7
/proc/13357/task/13384/stat : 13384 (java) R 13354 13357 12946 0 -1 4202560 2362 0 0 0 726 14 0 0 20 0 41 0 81457969 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976475053008 139977700269077 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13385] ppid=13354 vsize=27519756 memory=0 CPUtime=8.03 cores=0-7
/proc/13357/task/13385/stat : 13385 (java) S 13354 13357 12946 0 -1 1077944384 1052 0 0 0 796 7 0 0 20 0 41 0 81457969 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976406721808 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13386] ppid=13354 vsize=27519756 memory=197658689955947 CPUtime=11.84 cores=0-7
/proc/13357/task/13386/stat : 13386 (java) S 13354 13357 12946 0 -1 1077944384 1763 0 0 0 1175 9 0 0 20 0 41 0 81457969 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976405668752 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13387] ppid=13354 vsize=27519756 memory=197658689955948 CPUtime=10.43 cores=0-7
/proc/13357/task/13387/stat : 13387 (java) S 13354 13357 12946 0 -1 1077944384 1333 0 0 0 1032 11 0 0 20 0 41 0 81457969 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976404616208 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13388] ppid=13354 vsize=27519756 memory=197658689955949 CPUtime=0.85 cores=0-7
/proc/13357/task/13388/stat : 13388 (java) S 13354 13357 12946 0 -1 1077944384 480 0 0 0 85 0 0 0 20 0 41 0 81457970 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976403564176 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13389] ppid=13354 vsize=27519756 memory=197658689955950 CPUtime=2.79 cores=0-7
/proc/13357/task/13389/stat : 13389 (java) R 13354 13357 12946 0 -1 4202560 897 0 0 0 279 0 0 0 20 0 41 0 81457970 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976402509392 139977705245858 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13390] ppid=13354 vsize=27519756 memory=197658689955951 CPUtime=2.1 cores=0-7
/proc/13357/task/13390/stat : 13390 (java) S 13354 13357 12946 0 -1 1077944384 438 0 0 0 209 1 0 0 20 0 41 0 81457999 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976401458576 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13391] ppid=13354 vsize=27519756 memory=197658689955952 CPUtime=7.16 cores=0-7
/proc/13357/task/13391/stat : 13391 (java) S 13354 13357 12946 0 -1 1077944384 1099 0 0 0 705 11 0 0 20 0 41 0 81457999 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976400406032 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13392] ppid=13354 vsize=27519756 memory=197658689955953 CPUtime=0.6 cores=0-7
/proc/13357/task/13392/stat : 13392 (java) S 13354 13357 12946 0 -1 1077944384 119 0 0 0 60 0 0 0 20 0 41 0 81458439 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976397218960 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13393] ppid=13354 vsize=27519756 memory=0 CPUtime=2.68 cores=0-7
/proc/13357/task/13393/stat : 13393 (java) S 13354 13357 12946 0 -1 1077944384 795 0 0 0 268 0 0 0 20 0 41 0 81458445 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976396166416 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13394] ppid=13354 vsize=27519756 memory=0 CPUtime=5.24 cores=0-7
/proc/13357/task/13394/stat : 13394 (java) R 13354 13357 12946 0 -1 4202560 758 0 0 0 523 1 0 0 20 0 41 0 81458445 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976395111120 139977710949820 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13395] ppid=13354 vsize=27519756 memory=0 CPUtime=5.13 cores=0-7
/proc/13357/task/13395/stat : 13395 (java) R 13354 13357 12946 0 -1 4202560 777 0 0 0 513 0 0 0 20 0 41 0 81458445 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976394058576 139977706157752 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13396] ppid=13354 vsize=27519756 memory=0 CPUtime=3.84 cores=0-7
/proc/13357/task/13396/stat : 13396 (java) S 13354 13357 12946 0 -1 1077944384 660 0 0 0 384 0 0 0 20 0 41 0 81458449 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976393008784 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13397] ppid=13354 vsize=27519756 memory=-1 CPUtime=5.85 cores=0-7
/proc/13357/task/13397/stat : 13397 (java) S 13354 13357 12946 0 -1 1077944384 1153 0 0 0 584 1 0 0 20 0 41 0 81458449 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976391956240 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
[pid=13357/tid=13398] ppid=13354 vsize=27519756 memory=5787223722953173056 CPUtime=6.22 cores=0-7
/proc/13357/task/13398/stat : 13398 (java) S 13354 13357 12946 0 -1 1077944384 837 0 0 0 622 0 0 0 20 0 41 0 81458450 28180230144 976884 33554432000 4194304 4196468 140728662431456 139976390903184 139978104211157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140728662438990 140728662439173 140728662439173 140728662441935 0
Current children cumulated CPU time: 128.39 s
Current children cumulated vsize: 27519756 KiB
Current children cumulated memory: 3907536 KiB

Child status: 0
Real time (s): 20.1006
CPU time (s): 128.629
CPU user time (s): 126.447
CPU system time (s): 2.18237
CPU usage (%): 639.927
Max. virtual memory (cumulated for all children) (KiB): 27519756
Max. memory (cumulated for all children) (KiB): 3907536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 126.447
system time used= 2.18237
maximum resident set size= 3909204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106301
page faults= 0
swaps= 0
block input operations= 0
block output operations= 160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16176
involuntary context switches= 6434


# summary of solver processes directly reported to runsolver:
#   pid: 13357
#   total CPU time (s): 128.629
#   total CPU user time (s): 126.447
#   total CPU system time (s): 2.18237

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.214955 second user time and 0.26897 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-26 23:02:23
IDJOB=4291796
IDBENCH=141176
IDSOLVER=2745
FILE ID=node102/4291796-1532638942
RUNJOBID= node102-1532633897-12973
PBS_JOBID= 21022186
Free space on /tmp= 52748 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f11_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-4291796-1532638942/watcher-4291796-1532638942 -o /tmp/evaluation-result-4291796-1532638942/solver-4291796-1532638942 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1532633897-12973 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 638545190 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291796-1532638942.xml

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

MD5SUM BENCH= 495f96cb472313b50d142b917feb6977
RANDOM SEED=638545190

node102.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.51
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.51
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.51
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.51
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:        24171528 kB
MemAvailable:   31962872 kB
Buffers:          200788 kB
Cached:          7826580 kB
SwapCached:         5176 kB
Active:          1380600 kB
Inactive:        6680068 kB
Active(anon):       4400 kB
Inactive(anon):    53672 kB
Active(file):    1376200 kB
Inactive(file):  6626396 kB
Unevictable:        6616 kB
Mlocked:            6616 kB
SwapTotal:      67108860 kB
SwapFree:       67077152 kB
Dirty:             35716 kB
Writeback:            32 kB
AnonPages:         35204 kB
Mapped:            34196 kB
Shmem:             22072 kB
Slab:             236604 kB
SReclaimable:     209164 kB
SUnreclaim:        27440 kB
KernelStack:        3184 kB
PageTables:         4676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52712 MiB
End job on node102 at 2018-07-26 23:02:43