Trace number 4275467

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 2017-07-26UNSAT 2236.8 378.20599

General information on the benchmark

NameMixed/Mixed-xcsp2-nengfa/
color_X2.xml
MD5SUM3d90545a2544e89e20aca976efad7b9e
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 benchmark4.7054601
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints12458
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":500}]
Minimum variable degree34
Maximum variable degree68
Distribution of variable degrees[{"degree":34,"count":1},{"degree":35,"count":4},{"degree":36,"count":1},{"degree":37,"count":6},{"degree":38,"count":5},{"degree":39,"count":13},{"degree":40,"count":10},{"degree":41,"count":15},{"degree":42,"count":17},{"degree":43,"count":22},{"degree":44,"count":21},{"degree":45,"count":21},{"degree":46,"count":22},{"degree":47,"count":25},{"degree":48,"count":32},{"degree":49,"count":36},{"degree":50,"count":24},{"degree":51,"count":27},{"degree":52,"count":25},{"degree":53,"count":26},{"degree":54,"count":26},{"degree":55,"count":21},{"degree":56,"count":23},{"degree":57,"count":9},{"degree":58,"count":15},{"degree":59,"count":14},{"degree":60,"count":9},{"degree":61,"count":4},{"degree":62,"count":8},{"degree":63,"count":6},{"degree":64,"count":4},{"degree":65,"count":3},{"degree":66,"count":1},{"degree":67,"count":2},{"degree":68,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":12458}]
Number of extensional constraints0
Number of intensional constraints12458
Distribution of constraint types[{"type":"intension","count":12458}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-07-26
0.30/0.25	c seed: 365633879
0.30/0.25	c timeout: 20160
0.30/0.25	c memlimit: 11000
0.30/0.25	c nbcore: 8
0.30/0.28	c Parsing instance...
3.23/1.13	c Parsing done, starting search...
2236.66/378.17	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 (12246 MiB free)
  memory of node 1: 16384 MiB (13577 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275467-1502687089/watcher-4275467-1502687089 -o /tmp/evaluation-result-4275467-1502687089/solver-4275467-1502687089 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1502680975-372 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 365633879 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275467-1502687089.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=1400, runsolver pid=1397

[startup+0.100131 s]*
/proc/loadavg: 8.23 8.12 8.15 2/199 1420
/proc/meminfo: memFree=26423028/32770624 swapFree=67108860/67108860
[pid=1400] ppid=1397 vsize=14325320 memory=36508 CPUtime=0.12 cores=0-7
/proc/1400/stat : 1400 (java) S 1397 1400 345 0 -1 1077944320 7993 0 0 0 9 3 0 0 20 0 20 0 101780516 14669127680 9127 33554432000 4194304 4196468 140736210219280 140736210201824 139748971532023 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
/proc/1400/statm: 3581330 9127 3406 1 0 3569050 0
[pid=1400/tid=1402] ppid=1397 vsize=14325320 memory=1399051139730258233 CPUtime=0.09 cores=0-7
/proc/1400/task/1402/stat : 1402 (java) R 1397 1400 345 0 -1 4202560 5942 0 0 0 7 2 0 0 20 0 20 0 101780517 14669127680 9127 33554432000 4194304 4196468 140736210219280 139748975748704 139748590093939 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1403] ppid=1397 vsize=14325320 memory=3677534773662714415 CPUtime=0 cores=0-7
/proc/1400/task/1403/stat : 1403 (java) S 1397 1400 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780517 14669127680 9127 33554432000 4194304 4196468 140736210219280 139748909132944 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1404] ppid=1397 vsize=14325320 memory=139755352938112 CPUtime=0 cores=0-7
/proc/1400/task/1404/stat : 1404 (java) S 1397 1400 345 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101780517 14669127680 9127 33554432000 4194304 4196468 140736210219280 139748566375440 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1405] ppid=1397 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1405/stat : 1405 (java) S 1397 1400 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101780517 14669127680 9127 33554432000 4194304 4196468 140736210219280 139748565322640 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1406] ppid=1397 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1406/stat : 1406 (java) S 1397 1400 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101780517 14669127680 9127 33554432000 4194304 4196468 140736210219280 139748564269840 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1407] ppid=1397 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1407/stat : 1407 (java) S 1397 1400 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780518 14669127680 9127 33554432000 4194304 4196468 140736210219280 139748563217040 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1408] ppid=1397 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/1400/task/1408/stat : 1408 (java) S 1397 1400 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101780518 14669127680 9127 33554432000 4194304 4196468 140736210219280 139748562164240 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1409] ppid=1397 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1409/stat : 1409 (java) S 1397 1400 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780518 14669127680 9127 33554432000 4194304 4196468 140736210219280 139748561111440 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1410] ppid=1397 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1410/stat : 1410 (java) S 1397 1400 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780518 14669127680 9127 33554432000 4194304 4196468 140736210219280 139748560058640 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1411] ppid=1397 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1411/stat : 1411 (java) S 1397 1400 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101780519 14669127680 9127 33554432000 4194304 4196468 140736210219280 139747934497648 139748971543170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1412] ppid=1397 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1412/stat : 1412 (java) S 1397 1400 345 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101780519 14669127680 9127 33554432000 4194304 4196468 140736210219280 139747933443616 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1413] ppid=1397 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1413/stat : 1413 (java) S 1397 1400 345 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101780520 14669127680 9127 33554432000 4194304 4196468 140736210219280 139747932390768 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1414] ppid=1397 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1414/stat : 1414 (java) S 1397 1400 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780522 14669127680 9127 33554432000 4194304 4196468 140736210219280 139747931339088 139748971550619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1415] ppid=1397 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1415/stat : 1415 (java) S 1397 1400 345 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 101780522 14669127680 9127 33554432000 4194304 4196468 140736210219280 139747930286448 139748971543170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1416] ppid=1397 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1416/stat : 1416 (java) S 1397 1400 345 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101780522 14669127680 9127 33554432000 4194304 4196468 140736210219280 139747929233648 139748971543170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1417] ppid=1397 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1417/stat : 1417 (java) S 1397 1400 345 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101780522 14669127680 9127 33554432000 4194304 4196468 140736210219280 139747928180848 139748971543170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1418] ppid=1397 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/1400/task/1418/stat : 1418 (java) S 1397 1400 345 0 -1 1077944384 378 0 0 0 2 0 0 0 20 0 20 0 101780522 14669127680 9127 33554432000 4194304 4196468 140736210219280 139747927128048 139748971543170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1419] ppid=1397 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1419/stat : 1419 (java) S 1397 1400 345 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101780522 14669127680 9127 33554432000 4194304 4196468 140736210219280 139747926076512 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1420] ppid=1397 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/1400/task/1420/stat : 1420 (java) S 1397 1400 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780523 14669127680 9127 33554432000 4194304 4196468 140736210219280 139747925023792 139748971543170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 36508 KiB

[startup+0.214604 s]*
/proc/loadavg: 8.23 8.12 8.15 2/199 1420
/proc/meminfo: memFree=26414156/32770624 swapFree=67108860/67108860
[pid=1400] ppid=1397 vsize=14325320 memory=45840 CPUtime=0.3 cores=0-7
/proc/1400/stat : 1400 (java) S 1397 1400 345 0 -1 1077944320 9045 0 0 0 27 3 0 0 20 0 20 0 101780516 14669127680 11460 33554432000 4194304 4196468 140736210219280 140736210201824 139748971532023 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
/proc/1400/statm: 3581330 11460 3613 1 0 3569050 0
[pid=1400/tid=1402] ppid=1397 vsize=14325320 memory=7310027617963868211 CPUtime=0.2 cores=0-7
/proc/1400/task/1402/stat : 1402 (java) R 1397 1400 345 0 -1 4202560 6623 0 0 0 18 2 0 0 20 0 20 0 101780517 14669127680 11460 33554432000 4194304 4196468 140736210219280 139748975741104 139748971553949 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1403] ppid=1397 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1403/stat : 1403 (java) S 1397 1400 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780517 14669127680 11460 33554432000 4194304 4196468 140736210219280 139748909132944 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1404] ppid=1397 vsize=14325320 memory=288370131504649856 CPUtime=0 cores=0-7
/proc/1400/task/1404/stat : 1404 (java) S 1397 1400 345 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101780517 14669127680 11460 33554432000 4194304 4196468 140736210219280 139748566375440 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1405] ppid=1397 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1405/stat : 1405 (java) S 1397 1400 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101780517 14669127680 11460 33554432000 4194304 4196468 140736210219280 139748565322640 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1406] ppid=1397 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1406/stat : 1406 (java) S 1397 1400 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101780517 14669127680 11460 33554432000 4194304 4196468 140736210219280 139748564269840 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1407] ppid=1397 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1407/stat : 1407 (java) S 1397 1400 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780518 14669127680 11460 33554432000 4194304 4196468 140736210219280 139748563217040 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1408] ppid=1397 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/1400/task/1408/stat : 1408 (java) S 1397 1400 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101780518 14669127680 11460 33554432000 4194304 4196468 140736210219280 139748562164240 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1409] ppid=1397 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1409/stat : 1409 (java) S 1397 1400 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780518 14669127680 11460 33554432000 4194304 4196468 140736210219280 139748561111440 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1410] ppid=1397 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1410/stat : 1410 (java) S 1397 1400 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780518 14669127680 11460 33554432000 4194304 4196468 140736210219280 139748560058640 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1411] ppid=1397 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1411/stat : 1411 (java) S 1397 1400 345 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101780519 14669127680 11460 33554432000 4194304 4196468 140736210219280 139747934497648 139748971543170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1412] ppid=1397 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1412/stat : 1412 (java) S 1397 1400 345 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101780519 14669127680 11460 33554432000 4194304 4196468 140736210219280 139747933443616 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1413] ppid=1397 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1413/stat : 1413 (java) S 1397 1400 345 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101780520 14669127680 11460 33554432000 4194304 4196468 140736210219280 139747932390768 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1414] ppid=1397 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1414/stat : 1414 (java) S 1397 1400 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780522 14669127680 11460 33554432000 4194304 4196468 140736210219280 139747931339088 139748971550619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1415] ppid=1397 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/1400/task/1415/stat : 1415 (java) S 1397 1400 345 0 -1 1077944384 578 0 0 0 1 0 0 0 20 0 20 0 101780522 14669127680 11460 33554432000 4194304 4196468 140736210219280 139747930286448 139748971543170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1416] ppid=1397 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/1400/task/1416/stat : 1416 (java) S 1397 1400 345 0 -1 1077944384 40 0 0 0 1 0 0 0 20 0 20 0 101780522 14669127680 11460 33554432000 4194304 4196468 140736210219280 139747929233648 139748971543170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1417] ppid=1397 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/1400/task/1417/stat : 1417 (java) R 1397 1400 345 0 -1 4202560 44 0 0 0 1 0 0 0 20 0 20 0 101780522 14669127680 11460 33554432000 4194304 4196468 140736210219280 139747928180848 139748952232320 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1418] ppid=1397 vsize=14325320 memory=-1 CPUtime=0.06 cores=0-7
/proc/1400/task/1418/stat : 1418 (java) R 1397 1400 345 0 -1 4202560 409 0 0 0 6 0 0 0 20 0 20 0 101780522 14669127680 11460 33554432000 4194304 4196468 140736210219280 139747927128048 139748971543958 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1419] ppid=1397 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1419/stat : 1419 (java) S 1397 1400 345 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101780522 14669127680 11460 33554432000 4194304 4196468 140736210219280 139747926076512 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1420] ppid=1397 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/1400/task/1420/stat : 1420 (java) S 1397 1400 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780523 14669127680 11460 33554432000 4194304 4196468 140736210219280 139747925023792 139748971543170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 45840 KiB

[startup+0.310284 s]*
/proc/loadavg: 8.23 8.12 8.15 3/199 1420
/proc/meminfo: memFree=26383408/32770624 swapFree=67108860/67108860
[pid=1400] ppid=1397 vsize=14325340 memory=53052 CPUtime=0.48 cores=0-7
/proc/1400/stat : 1400 (java) S 1397 1400 345 0 -1 1077944320 10040 0 0 0 44 4 0 0 20 0 20 0 101780516 14669148160 13263 33554432000 4194304 4196468 140736210219280 140736210201824 139748971532023 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
/proc/1400/statm: 3581335 13263 3704 1 0 3569050 0
[pid=1400/tid=1402] ppid=1397 vsize=14325340 memory=1399051139730258233 CPUtime=0.29 cores=0-7
/proc/1400/task/1402/stat : 1402 (java) R 1397 1400 345 0 -1 4202560 7139 0 0 0 26 3 0 0 20 0 20 0 101780517 14669148160 13328 33554432000 4194304 4196468 140736210219280 139748975754864 139748971543958 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1403] ppid=1397 vsize=14325340 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/1400/task/1403/stat : 1403 (java) S 1397 1400 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780517 14669148160 13328 33554432000 4194304 4196468 140736210219280 139748909132944 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1404] ppid=1397 vsize=14325340 memory=5300 CPUtime=0 cores=0-7
/proc/1400/task/1404/stat : 1404 (java) S 1397 1400 345 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101780517 14669148160 13328 33554432000 4194304 4196468 140736210219280 139748566375440 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1405] ppid=1397 vsize=14325340 memory=4616 CPUtime=0 cores=0-7
/proc/1400/task/1405/stat : 1405 (java) S 1397 1400 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101780517 14669148160 13328 33554432000 4194304 4196468 140736210219280 139748565322640 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1406] ppid=1397 vsize=14325340 memory=1928 CPUtime=0 cores=0-7
/proc/1400/task/1406/stat : 1406 (java) S 1397 1400 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101780517 14669148160 13328 33554432000 4194304 4196468 140736210219280 139748564269840 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1407] ppid=1397 vsize=14325340 memory=1428 CPUtime=0 cores=0-7
/proc/1400/task/1407/stat : 1407 (java) S 1397 1400 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780518 14669148160 13328 33554432000 4194304 4196468 140736210219280 139748563217040 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1408] ppid=1397 vsize=14325340 memory=1196 CPUtime=0 cores=0-7
/proc/1400/task/1408/stat : 1408 (java) S 1397 1400 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101780518 14669148160 13328 33554432000 4194304 4196468 140736210219280 139748562164240 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1409] ppid=1397 vsize=14325340 memory=10644 CPUtime=0 cores=0-7
/proc/1400/task/1409/stat : 1409 (java) S 1397 1400 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780518 14669148160 13328 33554432000 4194304 4196468 140736210219280 139748561111440 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1410] ppid=1397 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1410/stat : 1410 (java) S 1397 1400 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780518 14669148160 13328 33554432000 4194304 4196468 140736210219280 139748560058640 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1411] ppid=1397 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1411/stat : 1411 (java) S 1397 1400 345 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101780519 14669148160 13328 33554432000 4194304 4196468 140736210219280 139747934497648 139748971543170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1412] ppid=1397 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1412/stat : 1412 (java) S 1397 1400 345 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101780519 14669148160 13328 33554432000 4194304 4196468 140736210219280 139747933443616 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1413] ppid=1397 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1413/stat : 1413 (java) S 1397 1400 345 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101780520 14669148160 13328 33554432000 4194304 4196468 140736210219280 139747932390768 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1414] ppid=1397 vsize=14325340 memory=139755216012751 CPUtime=0 cores=0-7
/proc/1400/task/1414/stat : 1414 (java) S 1397 1400 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780522 14669148160 13328 33554432000 4194304 4196468 140736210219280 139747931339088 139748971550619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1415] ppid=1397 vsize=14325340 memory=67 CPUtime=0.04 cores=0-7
/proc/1400/task/1415/stat : 1415 (java) S 1397 1400 345 0 -1 1077944384 815 0 0 0 4 0 0 0 20 0 20 0 101780522 14669148160 13328 33554432000 4194304 4196468 140736210219280 139747930286448 139748971543170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1416] ppid=1397 vsize=14325340 memory=51172 CPUtime=0.01 cores=0-7
/proc/1400/task/1416/stat : 1416 (java) S 1397 1400 345 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 20 0 101780522 14669148160 13328 33554432000 4194304 4196468 140736210219280 139747929233648 139748971543170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1417] ppid=1397 vsize=14325340 memory=53476 CPUtime=0.03 cores=0-7
/proc/1400/task/1417/stat : 1417 (java) S 1397 1400 345 0 -1 1077944384 162 0 0 0 3 0 0 0 20 0 20 0 101780522 14669148160 13328 33554432000 4194304 4196468 140736210219280 139747928180848 139748971543170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1418] ppid=1397 vsize=14325340 memory=55780 CPUtime=0.08 cores=0-7
/proc/1400/task/1418/stat : 1418 (java) R 1397 1400 345 0 -1 4202560 497 0 0 0 8 0 0 0 20 0 20 0 101780522 14669148160 13328 33554432000 4194304 4196468 140736210219280 139747927128048 139748950198472 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1419] ppid=1397 vsize=14325340 memory=110297088 CPUtime=0 cores=0-7
/proc/1400/task/1419/stat : 1419 (java) S 1397 1400 345 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101780522 14669148160 13328 33554432000 4194304 4196468 140736210219280 139747926076512 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1420] ppid=1397 vsize=14325340 memory=14669127679 CPUtime=0 cores=0-7
/proc/1400/task/1420/stat : 1420 (java) S 1397 1400 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101780523 14669148160 13328 33554432000 4194304 4196468 140736210219280 139747925023792 139748971543170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 53052 KiB

[startup+0.710205 s]
/proc/loadavg: 8.23 8.12 8.15 4/199 1420
/proc/meminfo: memFree=26371252/32770624 swapFree=67108860/67108860
[pid=1400] ppid=1397 vsize=14327388 memory=113212 CPUtime=1.68 cores=0-7
/proc/1400/stat : 1400 (java) S 1397 1400 345 0 -1 1077944320 14291 0 0 0 161 7 0 0 20 0 20 0 101780516 14671245312 28303 33554432000 4194304 4196468 140736210219280 140736210201824 139748971532023 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
/proc/1400/statm: 3581847 28303 3774 1 0 3569562 0
[pid=1400/tid=1402] ppid=1397 vsize=14327388 memory=290763870908449123 CPUtime=0.68 cores=0-7
/proc/1400/task/1402/stat : 1402 (java) R 1397 1400 345 0 -1 4202560 7748 0 0 0 64 4 0 0 20 0 20 0 101780517 14671245312 28303 33554432000 4194304 4196468 140736210219280 139748975767504 139748592388995 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1403] ppid=1397 vsize=14327388 memory=288230376151844520 CPUtime=0 cores=0-7
/proc/1400/task/1403/stat : 1403 (java) S 1397 1400 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780517 14671245312 28303 33554432000 4194304 4196468 140736210219280 139748909132944 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1404] ppid=1397 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1404/stat : 1404 (java) S 1397 1400 345 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101780517 14671245312 28303 33554432000 4194304 4196468 140736210219280 139748566375440 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1405] ppid=1397 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1405/stat : 1405 (java) S 1397 1400 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101780517 14671245312 28303 33554432000 4194304 4196468 140736210219280 139748565322640 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1406] ppid=1397 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1406/stat : 1406 (java) S 1397 1400 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101780517 14671245312 28303 33554432000 4194304 4196468 140736210219280 139748564269840 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1407] ppid=1397 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1407/stat : 1407 (java) S 1397 1400 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780518 14671245312 28303 33554432000 4194304 4196468 140736210219280 139748563217040 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1408] ppid=1397 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1408/stat : 1408 (java) S 1397 1400 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101780518 14671245312 28303 33554432000 4194304 4196468 140736210219280 139748562164240 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1409] ppid=1397 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1409/stat : 1409 (java) S 1397 1400 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780518 14671245312 28303 33554432000 4194304 4196468 140736210219280 139748561111440 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1410] ppid=1397 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1410/stat : 1410 (java) S 1397 1400 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101780518 14671245312 28303 33554432000 4194304 4196468 140736210219280 139748560058640 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1411] ppid=1397 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/1400/task/1411/stat : 1411 (java) S 1397 1400 345 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101780519 14671245312 28303 33554432000 4194304 4196468 140736210219280 139747934497648 139748971543170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0

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

[pid=1400/tid=1403] ppid=1397 vsize=15535816 memory=2969632 CPUtime=2.09 cores=0-7
/proc/1400/task/1403/stat : 1403 (java) S 1397 1400 345 0 -1 1077944384 8034 0 0 0 195 14 0 0 20 0 38 0 101780517 15908675584 740483 33554432000 4194304 4196468 140736210219280 139748909132944 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1404] ppid=1397 vsize=15535816 memory=960 CPUtime=2.11 cores=0-7
/proc/1400/task/1404/stat : 1404 (java) S 1397 1400 345 0 -1 1077944384 8315 0 0 0 198 13 0 0 20 0 38 0 101780517 15908675584 740483 33554432000 4194304 4196468 140736210219280 139748566375440 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1405] ppid=1397 vsize=15535816 memory=1236 CPUtime=2.12 cores=0-7
/proc/1400/task/1405/stat : 1405 (java) S 1397 1400 345 0 -1 1077944384 9289 0 0 0 198 14 0 0 20 0 38 0 101780517 15908675584 740483 33554432000 4194304 4196468 140736210219280 139748565322640 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1406] ppid=1397 vsize=15535816 memory=1152 CPUtime=2.07 cores=0-7
/proc/1400/task/1406/stat : 1406 (java) S 1397 1400 345 0 -1 1077944384 8882 0 0 0 195 12 0 0 20 0 38 0 101780517 15908675584 740483 33554432000 4194304 4196468 140736210219280 139748564269840 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1407] ppid=1397 vsize=15535816 memory=4252 CPUtime=2.08 cores=0-7
/proc/1400/task/1407/stat : 1407 (java) S 1397 1400 345 0 -1 1077944384 9677 0 0 0 196 12 0 0 20 0 38 0 101780518 15908675584 740483 33554432000 4194304 4196468 140736210219280 139748563217040 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1408] ppid=1397 vsize=15535816 memory=2962960 CPUtime=2.05 cores=0-7
/proc/1400/task/1408/stat : 1408 (java) S 1397 1400 345 0 -1 1077944384 9905 0 0 0 195 10 0 0 20 0 38 0 101780518 15908675584 740483 33554432000 4194304 4196468 140736210219280 139748562164240 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1409] ppid=1397 vsize=15535816 memory=2344 CPUtime=2.07 cores=0-7
/proc/1400/task/1409/stat : 1409 (java) S 1397 1400 345 0 -1 1077944384 10446 0 0 0 196 11 0 0 20 0 38 0 101780518 15908675584 740483 33554432000 4194304 4196468 140736210219280 139748561111440 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1410] ppid=1397 vsize=15535816 memory=1576 CPUtime=2.07 cores=0-7
/proc/1400/task/1410/stat : 1410 (java) S 1397 1400 345 0 -1 1077944384 8605 0 0 0 196 11 0 0 20 0 38 0 101780518 15908675584 740483 33554432000 4194304 4196468 140736210219280 139748560058640 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1411] ppid=1397 vsize=15535816 memory=928 CPUtime=0.24 cores=0-7
/proc/1400/task/1411/stat : 1411 (java) S 1397 1400 345 0 -1 1077944384 15282 0 0 0 17 7 0 0 20 0 38 0 101780519 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747934497648 139748971543170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1412] ppid=1397 vsize=15535816 memory=2240 CPUtime=0 cores=0-7
/proc/1400/task/1412/stat : 1412 (java) S 1397 1400 345 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 38 0 101780519 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747933443680 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1413] ppid=1397 vsize=15535816 memory=4128 CPUtime=0 cores=0-7
/proc/1400/task/1413/stat : 1413 (java) S 1397 1400 345 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 38 0 101780520 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747932390784 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1414] ppid=1397 vsize=15535816 memory=2200 CPUtime=0 cores=0-7
/proc/1400/task/1414/stat : 1414 (java) S 1397 1400 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 38 0 101780522 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747931339088 139748971550619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1415] ppid=1397 vsize=15535816 memory=6508 CPUtime=2.01 cores=0-7
/proc/1400/task/1415/stat : 1415 (java) S 1397 1400 345 0 -1 1077944384 10879 0 0 0 198 3 0 0 20 0 38 0 101780522 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747930286448 139748971543170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1416] ppid=1397 vsize=15535816 memory=840 CPUtime=1.69 cores=0-7
/proc/1400/task/1416/stat : 1416 (java) S 1397 1400 345 0 -1 1077944384 8236 0 0 0 167 2 0 0 20 0 38 0 101780522 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747929233648 139748971543170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1417] ppid=1397 vsize=15535816 memory=796 CPUtime=1.9 cores=0-7
/proc/1400/task/1417/stat : 1417 (java) S 1397 1400 345 0 -1 1077944384 10127 0 0 0 187 3 0 0 20 0 38 0 101780522 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747928180848 139748971543170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1418] ppid=1397 vsize=15535816 memory=8112282956445269571 CPUtime=1.04 cores=0-7
/proc/1400/task/1418/stat : 1418 (java) S 1397 1400 345 0 -1 1077944384 19314 0 0 0 100 4 0 0 20 0 38 0 101780522 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747927128048 139748971543170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1419] ppid=1397 vsize=15535816 memory=16312 CPUtime=0 cores=0-7
/proc/1400/task/1419/stat : 1419 (java) S 1397 1400 345 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 38 0 101780522 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747926076512 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1420] ppid=1397 vsize=15535816 memory=16432 CPUtime=0.2 cores=0-7
/proc/1400/task/1420/stat : 1420 (java) S 1397 1400 345 0 -1 1077944384 1751 0 0 0 10 10 0 0 20 0 38 0 101780523 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747925023792 139748971543170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1421] ppid=1397 vsize=15535816 memory=4040 CPUtime=0.11 cores=0-7
/proc/1400/task/1421/stat : 1421 (java) S 1397 1400 345 0 -1 1077944384 1883 0 0 0 5 6 0 0 20 0 38 0 101780795 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747914736720 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1422] ppid=1397 vsize=15535816 memory=1792 CPUtime=1.35 cores=0-7
/proc/1400/task/1422/stat : 1422 (java) S 1397 1400 345 0 -1 1077944384 4696 0 0 0 78 57 0 0 20 0 38 0 101780807 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747911586880 139748971543170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1423] ppid=1397 vsize=15535816 memory=640 CPUtime=139.59 cores=0-7
/proc/1400/task/1423/stat : 1423 (java) S 1397 1400 345 0 -1 1077944384 7857 0 0 0 13945 14 0 0 20 0 38 0 101780817 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747910534416 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1424] ppid=1397 vsize=15535816 memory=2961932 CPUtime=161.91 cores=0-7
/proc/1400/task/1424/stat : 1424 (java) S 1397 1400 345 0 -1 1077944384 7026 0 0 0 16167 24 0 0 20 0 38 0 101780818 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747909481616 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1425] ppid=1397 vsize=15535816 memory=2962448 CPUtime=295.13 cores=0-7
/proc/1400/task/1425/stat : 1425 (java) S 1397 1400 345 0 -1 1077944384 16684 0 0 0 29477 36 0 0 20 0 38 0 101780818 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747908428816 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1426] ppid=1397 vsize=15535816 memory=2344 CPUtime=4.4 cores=0-7
/proc/1400/task/1426/stat : 1426 (java) S 1397 1400 345 0 -1 1077944384 426 0 0 0 439 1 0 0 20 0 38 0 101780818 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747907376016 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1427] ppid=1397 vsize=15535816 memory=928 CPUtime=224.57 cores=0-7
/proc/1400/task/1427/stat : 1427 (java) S 1397 1400 345 0 -1 1077944384 10481 0 0 0 22426 31 0 0 20 0 38 0 101780818 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747906324240 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1428] ppid=1397 vsize=15535816 memory=2240 CPUtime=147.35 cores=0-7
/proc/1400/task/1428/stat : 1428 (java) S 1397 1400 345 0 -1 1077944384 6710 0 0 0 14726 9 0 0 20 0 38 0 101780820 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747903174288 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1429] ppid=1397 vsize=15535816 memory=8112282956445269571 CPUtime=106.45 cores=0-7
/proc/1400/task/1429/stat : 1429 (java) S 1397 1400 345 0 -1 1077944384 6348 0 0 0 10632 13 0 0 20 0 38 0 101780820 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747902121488 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1430] ppid=1397 vsize=15535816 memory=2200 CPUtime=110.23 cores=0-7
/proc/1400/task/1430/stat : 1430 (java) S 1397 1400 345 0 -1 1077944384 10253 0 0 0 11006 17 0 0 20 0 38 0 101780821 15908675584 740483 33554432000 4194304 4196468 140736210219280 139746290427280 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1431] ppid=1397 vsize=15535816 memory=6508 CPUtime=0 cores=0-7
/proc/1400/task/1431/stat : 1431 (java) S 1397 1400 345 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 38 0 101780821 15908675584 740483 33554432000 4194304 4196468 140736210219280 139746289374256 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1432] ppid=1397 vsize=15535816 memory=1228 CPUtime=224.42 cores=0-7
/proc/1400/task/1432/stat : 1432 (java) S 1397 1400 345 0 -1 1077944384 7881 0 0 0 22413 29 0 0 20 0 38 0 101780821 15908675584 740483 33554432000 4194304 4196468 140736210219280 139746288321680 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1433] ppid=1397 vsize=15535816 memory=5300 CPUtime=13.88 cores=0-7
/proc/1400/task/1433/stat : 1433 (java) S 1397 1400 345 0 -1 1077944384 774 0 0 0 1384 4 0 0 20 0 38 0 101780837 15908675584 740483 33554432000 4194304 4196468 140736210219280 139746287268880 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1434] ppid=1397 vsize=15535816 memory=4616 CPUtime=96.01 cores=0-7
/proc/1400/task/1434/stat : 1434 (java) S 1397 1400 345 0 -1 1077944384 5654 0 0 0 9579 22 0 0 20 0 38 0 101780837 15908675584 740483 33554432000 4194304 4196468 140736210219280 139746286216080 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1435] ppid=1397 vsize=15535816 memory=1928 CPUtime=0 cores=0-7
/proc/1400/task/1435/stat : 1435 (java) S 1397 1400 345 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 38 0 101780837 15908675584 740483 33554432000 4194304 4196468 140736210219280 139746285164304 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1436] ppid=1397 vsize=15535816 memory=1428 CPUtime=214.73 cores=0-7
/proc/1400/task/1436/stat : 1436 (java) S 1397 1400 345 0 -1 1077944384 14273 0 0 0 21453 20 0 0 20 0 38 0 101780837 15908675584 740483 33554432000 4194304 4196468 140736210219280 139746284111504 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1437] ppid=1397 vsize=15535816 memory=1196 CPUtime=209.6 cores=0-7
/proc/1400/task/1437/stat : 1437 (java) R 1397 1400 345 0 -1 4202560 10651 0 0 0 20941 19 0 0 20 0 38 0 101780837 15908675584 740483 33554432000 4194304 4196468 140736210219280 139746283054992 139748597573850 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1438] ppid=1397 vsize=15535816 memory=10644 CPUtime=259.57 cores=0-7
/proc/1400/task/1438/stat : 1438 (java) S 1397 1400 345 0 -1 1077944384 13466 0 0 0 25938 19 0 0 20 0 38 0 101780837 15908675584 740483 33554432000 4194304 4196468 140736210219280 139746282005904 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
Current children cumulated CPU time: 2236.25 s
Current children cumulated vsize: 15535816 KiB
Current children cumulated memory: 2961932 KiB

[startup+378.101 s]*
/proc/loadavg: 2.35 6.20 7.49 2/216 1439
/proc/meminfo: memFree=23492504/32770624 swapFree=67108860/67108860
[pid=1400] ppid=1397 vsize=15535816 memory=2961932 CPUtime=2236.66 cores=0-7
/proc/1400/stat : 1400 (java) S 1397 1400 345 0 -1 1077944320 278203 0 0 0 223249 417 0 0 20 0 38 0 101780516 15908675584 740483 33554432000 4194304 4196468 140736210219280 140736210201824 139748971532023 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
/proc/1400/statm: 3883954 740483 3846 1 0 3871148 0
[pid=1400/tid=1402] ppid=1397 vsize=15535816 memory=1196 CPUtime=2.96 cores=0-7
/proc/1400/task/1402/stat : 1402 (java) S 1397 1400 345 0 -1 1077944384 12893 0 0 0 289 7 0 0 20 0 38 0 101780517 15908675584 740483 33554432000 4194304 4196468 140736210219280 139748975769728 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1403] ppid=1397 vsize=15535816 memory=10644 CPUtime=2.09 cores=0-7
/proc/1400/task/1403/stat : 1403 (java) S 1397 1400 345 0 -1 1077944384 8034 0 0 0 195 14 0 0 20 0 38 0 101780517 15908675584 740483 33554432000 4194304 4196468 140736210219280 139748909132944 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1404] ppid=1397 vsize=15535816 memory=15876 CPUtime=2.11 cores=0-7
/proc/1400/task/1404/stat : 1404 (java) S 1397 1400 345 0 -1 1077944384 8315 0 0 0 198 13 0 0 20 0 38 0 101780517 15908675584 740483 33554432000 4194304 4196468 140736210219280 139748566375440 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1405] ppid=1397 vsize=15535816 memory=4126316290023845779 CPUtime=2.12 cores=0-7
/proc/1400/task/1405/stat : 1405 (java) S 1397 1400 345 0 -1 1077944384 9289 0 0 0 198 14 0 0 20 0 38 0 101780517 15908675584 740483 33554432000 4194304 4196468 140736210219280 139748565322640 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1406] ppid=1397 vsize=15535816 memory=4040 CPUtime=2.07 cores=0-7
/proc/1400/task/1406/stat : 1406 (java) S 1397 1400 345 0 -1 1077944384 8882 0 0 0 195 12 0 0 20 0 38 0 101780517 15908675584 740483 33554432000 4194304 4196468 140736210219280 139748564269840 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1407] ppid=1397 vsize=15535816 memory=1792 CPUtime=2.08 cores=0-7
/proc/1400/task/1407/stat : 1407 (java) S 1397 1400 345 0 -1 1077944384 9677 0 0 0 196 12 0 0 20 0 38 0 101780518 15908675584 740483 33554432000 4194304 4196468 140736210219280 139748563217040 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1408] ppid=1397 vsize=15535816 memory=2962960 CPUtime=2.05 cores=0-7
/proc/1400/task/1408/stat : 1408 (java) S 1397 1400 345 0 -1 1077944384 9905 0 0 0 195 10 0 0 20 0 38 0 101780518 15908675584 740483 33554432000 4194304 4196468 140736210219280 139748562164240 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1409] ppid=1397 vsize=15535816 memory=960 CPUtime=2.07 cores=0-7
/proc/1400/task/1409/stat : 1409 (java) S 1397 1400 345 0 -1 1077944384 10446 0 0 0 196 11 0 0 20 0 38 0 101780518 15908675584 740483 33554432000 4194304 4196468 140736210219280 139748561111440 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1410] ppid=1397 vsize=15535816 memory=1236 CPUtime=2.07 cores=0-7
/proc/1400/task/1410/stat : 1410 (java) S 1397 1400 345 0 -1 1077944384 8605 0 0 0 196 11 0 0 20 0 38 0 101780518 15908675584 740483 33554432000 4194304 4196468 140736210219280 139748560058640 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1411] ppid=1397 vsize=15535816 memory=1152 CPUtime=0.24 cores=0-7
/proc/1400/task/1411/stat : 1411 (java) S 1397 1400 345 0 -1 1077944384 15282 0 0 0 17 7 0 0 20 0 38 0 101780519 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747934497648 139748971543170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1412] ppid=1397 vsize=15535816 memory=4252 CPUtime=0 cores=0-7
/proc/1400/task/1412/stat : 1412 (java) S 1397 1400 345 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 38 0 101780519 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747933443680 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1413] ppid=1397 vsize=15535816 memory=2964500 CPUtime=0 cores=0-7
/proc/1400/task/1413/stat : 1413 (java) S 1397 1400 345 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 38 0 101780520 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747932390784 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1414] ppid=1397 vsize=15535816 memory=2344 CPUtime=0 cores=0-7
/proc/1400/task/1414/stat : 1414 (java) S 1397 1400 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 38 0 101780522 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747931339088 139748971550619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1415] ppid=1397 vsize=15535816 memory=1576 CPUtime=2.01 cores=0-7
/proc/1400/task/1415/stat : 1415 (java) S 1397 1400 345 0 -1 1077944384 10879 0 0 0 198 3 0 0 20 0 38 0 101780522 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747930286448 139748971543170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1416] ppid=1397 vsize=15535816 memory=928 CPUtime=1.69 cores=0-7
/proc/1400/task/1416/stat : 1416 (java) S 1397 1400 345 0 -1 1077944384 8236 0 0 0 167 2 0 0 20 0 38 0 101780522 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747929233648 139748971543170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1417] ppid=1397 vsize=15535816 memory=8112282956445269571 CPUtime=1.9 cores=0-7
/proc/1400/task/1417/stat : 1417 (java) S 1397 1400 345 0 -1 1077944384 10127 0 0 0 187 3 0 0 20 0 38 0 101780522 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747928180848 139748971543170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1418] ppid=1397 vsize=15535816 memory=4128 CPUtime=1.04 cores=0-7
/proc/1400/task/1418/stat : 1418 (java) S 1397 1400 345 0 -1 1077944384 19314 0 0 0 100 4 0 0 20 0 38 0 101780522 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747927128048 139748971543170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1419] ppid=1397 vsize=15535816 memory=2200 CPUtime=0 cores=0-7
/proc/1400/task/1419/stat : 1419 (java) S 1397 1400 345 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 38 0 101780522 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747926076512 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1420] ppid=1397 vsize=15535816 memory=6508 CPUtime=0.2 cores=0-7
/proc/1400/task/1420/stat : 1420 (java) S 1397 1400 345 0 -1 1077944384 1751 0 0 0 10 10 0 0 20 0 38 0 101780523 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747925023792 139748971543170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1421] ppid=1397 vsize=15535816 memory=840 CPUtime=0.11 cores=0-7
/proc/1400/task/1421/stat : 1421 (java) S 1397 1400 345 0 -1 1077944384 1883 0 0 0 5 6 0 0 20 0 38 0 101780795 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747914736720 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1422] ppid=1397 vsize=15535816 memory=1236 CPUtime=1.35 cores=0-7
/proc/1400/task/1422/stat : 1422 (java) S 1397 1400 345 0 -1 1077944384 4698 0 0 0 78 57 0 0 20 0 38 0 101780807 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747911586880 139748971543170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1423] ppid=1397 vsize=15535816 memory=1152 CPUtime=139.59 cores=0-7
/proc/1400/task/1423/stat : 1423 (java) S 1397 1400 345 0 -1 1077944384 7857 0 0 0 13945 14 0 0 20 0 38 0 101780817 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747910534416 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1424] ppid=1397 vsize=15535816 memory=4252 CPUtime=161.91 cores=0-7
/proc/1400/task/1424/stat : 1424 (java) S 1397 1400 345 0 -1 1077944384 7026 0 0 0 16167 24 0 0 20 0 38 0 101780818 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747909481616 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1425] ppid=1397 vsize=15535816 memory=4012 CPUtime=295.13 cores=0-7
/proc/1400/task/1425/stat : 1425 (java) S 1397 1400 345 0 -1 1077944384 16684 0 0 0 29477 36 0 0 20 0 38 0 101780818 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747908428816 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1426] ppid=1397 vsize=15535816 memory=1696 CPUtime=4.4 cores=0-7
/proc/1400/task/1426/stat : 1426 (java) S 1397 1400 345 0 -1 1077944384 426 0 0 0 439 1 0 0 20 0 38 0 101780818 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747907376016 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1427] ppid=1397 vsize=15535816 memory=920 CPUtime=224.57 cores=0-7
/proc/1400/task/1427/stat : 1427 (java) S 1397 1400 345 0 -1 1077944384 10481 0 0 0 22426 31 0 0 20 0 38 0 101780818 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747906324240 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1428] ppid=1397 vsize=15535816 memory=4468 CPUtime=147.35 cores=0-7
/proc/1400/task/1428/stat : 1428 (java) S 1397 1400 345 0 -1 1077944384 6710 0 0 0 14726 9 0 0 20 0 38 0 101780820 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747903174288 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1429] ppid=1397 vsize=15535816 memory=29104 CPUtime=106.45 cores=0-7
/proc/1400/task/1429/stat : 1429 (java) S 1397 1400 345 0 -1 1077944384 6348 0 0 0 10632 13 0 0 20 0 38 0 101780820 15908675584 740483 33554432000 4194304 4196468 140736210219280 139747902121488 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1430] ppid=1397 vsize=15535816 memory=1296 CPUtime=110.23 cores=0-7
/proc/1400/task/1430/stat : 1430 (java) S 1397 1400 345 0 -1 1077944384 10253 0 0 0 11006 17 0 0 20 0 38 0 101780821 15908675584 740483 33554432000 4194304 4196468 140736210219280 139746290427280 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1431] ppid=1397 vsize=15535816 memory=2400 CPUtime=0 cores=0-7
/proc/1400/task/1431/stat : 1431 (java) S 1397 1400 345 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 38 0 101780821 15908675584 740483 33554432000 4194304 4196468 140736210219280 139746289374256 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1432] ppid=1397 vsize=15535816 memory=4108 CPUtime=224.42 cores=0-7
/proc/1400/task/1432/stat : 1432 (java) S 1397 1400 345 0 -1 1077944384 7881 0 0 0 22413 29 0 0 20 0 38 0 101780821 15908675584 740483 33554432000 4194304 4196468 140736210219280 139746288321680 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1433] ppid=1397 vsize=15535816 memory=1728 CPUtime=13.88 cores=0-7
/proc/1400/task/1433/stat : 1433 (java) S 1397 1400 345 0 -1 1077944384 774 0 0 0 1384 4 0 0 20 0 38 0 101780837 15908675584 740483 33554432000 4194304 4196468 140736210219280 139746287268880 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1434] ppid=1397 vsize=15535816 memory=12032 CPUtime=96.01 cores=0-7
/proc/1400/task/1434/stat : 1434 (java) S 1397 1400 345 0 -1 1077944384 5654 0 0 0 9579 22 0 0 20 0 38 0 101780837 15908675584 740483 33554432000 4194304 4196468 140736210219280 139746286216080 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1435] ppid=1397 vsize=15535816 memory=1708 CPUtime=0 cores=0-7
/proc/1400/task/1435/stat : 1435 (java) S 1397 1400 345 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 38 0 101780837 15908675584 740483 33554432000 4194304 4196468 140736210219280 139746285164304 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1436] ppid=1397 vsize=15535816 memory=1012 CPUtime=214.73 cores=0-7
/proc/1400/task/1436/stat : 1436 (java) S 1397 1400 345 0 -1 1077944384 14273 0 0 0 21453 20 0 0 20 0 38 0 101780837 15908675584 740483 33554432000 4194304 4196468 140736210219280 139746284111504 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1437] ppid=1397 vsize=15535816 memory=796 CPUtime=210.01 cores=0-7
/proc/1400/task/1437/stat : 1437 (java) R 1397 1400 345 0 -1 4202560 10688 0 0 0 20982 19 0 0 20 0 38 0 101780837 15908675584 740483 33554432000 4194304 4196468 140736210219280 139746283054992 139748597795590 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
[pid=1400/tid=1438] ppid=1397 vsize=15535816 memory=2961932 CPUtime=259.57 cores=0-7
/proc/1400/task/1438/stat : 1438 (java) S 1397 1400 345 0 -1 1077944384 13466 0 0 0 25938 19 0 0 20 0 38 0 101780837 15908675584 740483 33554432000 4194304 4196468 140736210219280 139746282005904 139748971542229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 9560064 140736210228322 140736210228507 140736210228507 140736210231247 0
Current children cumulated CPU time: 2236.66 s
Current children cumulated vsize: 15535816 KiB
Current children cumulated memory: 2961932 KiB

Child status: 0
Real time (s): 378.206
CPU time (s): 2236.8
CPU user time (s): 2232.59
CPU system time (s): 4.20994
CPU usage (%): 591.424
Max. virtual memory (cumulated for all children) (KiB): 15535816
Max. memory (cumulated for all children) (KiB): 3839112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2232.59
system time used= 4.20994
maximum resident set size= 3842132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 283406
page faults= 0
swaps= 0
block input operations= 0
block output operations= 704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 65930
involuntary context switches= 44391


# summary of solver processes directly reported to runsolver:
#   pid: 1400
#   total CPU time (s): 2236.8
#   total CPU user time (s): 2232.59
#   total CPU system time (s): 4.20994

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.48096 second user time and 5.22708 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-14 06:50:30
IDJOB=4275467
IDBENCH=122864
IDSOLVER=2668
FILE ID=node105/4275467-1502687089
RUNJOBID= node105-1502680975-372
PBS_JOBID= 20628988
Free space on /tmp= 60664 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/Mixed/Mixed-xcsp2-nengfa/color_X2.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275467-1502687089/watcher-4275467-1502687089 -o /tmp/evaluation-result-4275467-1502687089/solver-4275467-1502687089 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1502680975-372 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 365633879 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275467-1502687089.xml

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

MD5SUM BENCH= 3d90545a2544e89e20aca976efad7b9e
RANDOM SEED=365633879

node105.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.17
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.17
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.17
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.17
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:        26445068 kB
MemAvailable:   31971692 kB
Buffers:          197648 kB
Cached:          5602952 kB
SwapCached:            0 kB
Active:           765056 kB
Inactive:        5089604 kB
Active(anon):      56728 kB
Inactive(anon):    25060 kB
Active(file):     708328 kB
Inactive(file):  5064544 kB
Unevictable:        6248 kB
Mlocked:            6248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42920 kB
Writeback:             0 kB
AnonPages:         59624 kB
Mapped:            44340 kB
Shmem:             25228 kB
Slab:             164988 kB
SReclaimable:     139176 kB
SUnreclaim:        25812 kB
KernelStack:        3360 kB
PageTables:         5096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60620 MiB
End job on node105 at 2017-08-14 06:56:49