Trace number 4285389

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-08-22UNSAT 116.115 20.435699

General information on the benchmark

NameQueensKnights/QueensKnights-m1-s1/
QueensKnights-015-05-mul.xml
MD5SUM86dd28169af4ac3903c2f1c5f979bbc0
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 benchmark0.42365101
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints190
Number of domains2
Minimum domain size15
Maximum domain size225
Distribution of domain sizes[{"size":15,"count":15},{"size":225,"count":5}]
Minimum variable degree19
Maximum variable degree19
Distribution of variable degrees[{"degree":19,"count":20}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":190}]
Number of extensional constraints0
Number of intensional constraints190
Distribution of constraint types[{"type":"intension","count":190}]
Optimization problemNO
Type of objective

Solver Data

0.26/0.38	c version: 2017-08-22
0.26/0.38	c seed: 935919466
0.26/0.38	c timeout: 20160
0.26/0.38	c memlimit: 22000
0.26/0.38	c nbcore: 8
0.26/0.41	c Parsing instance...
1.51/0.93	c Parsing done, starting search...
116.07/20.40	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 (15263 MiB free)
  memory of node 1: 16384 MiB (15224 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285389-1503419685/watcher-4285389-1503419685 -o /tmp/evaluation-result-4285389-1503419685/solver-4285389-1503419685 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node126-1503398604-6745 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 935919466 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285389-1503419685.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=9748, runsolver pid=9745
Current StackSize limit: 8192 KiB


[startup+0.100151 s]*
/proc/loadavg: 6.67 8.27 8.64 2/178 9750
/proc/meminfo: memFree=31215656/32770624 swapFree=67105588/67108860
[pid=9748] ppid=9745 vsize=25300336 memory=16240 CPUtime=0 cores=0-7
/proc/9748/stat : 9748 (java) S 9745 9748 6689 0 -1 1077944320 3384 0 0 0 0 0 0 0 20 0 10 0 144163399 25907544064 4060 18446744073709551615 4194304 4196468 140725285373696 140725285356240 139755255123703 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
/proc/9748/statm: 6325084 4060 1905 1 0 6314581 0
[pid=9748/tid=9750] ppid=9745 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/9748/task/9750/stat : 9750 (java) R 9745 9748 6689 0 -1 4202560 2074 0 0 0 0 0 0 0 20 0 10 0 144163408 25907544064 4060 18446744073709551615 4194304 4196468 140725285373696 139755259359824 139755240806195 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9751] ppid=9745 vsize=25300336 memory=140467584370304 CPUtime=0 cores=0-7
/proc/9748/task/9751/stat : 9751 (java) S 9745 9748 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 144163409 25907544064 4060 18446744073709551615 4194304 4196468 140725285373696 139754818108048 139755255133909 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9752] ppid=9745 vsize=25300336 memory=140467584370304 CPUtime=0 cores=0-7
/proc/9748/task/9752/stat : 9752 (java) S 9745 9748 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 144163409 25907544064 4060 18446744073709551615 4194304 4196468 140725285373696 139754817055248 139755255133909 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9753] ppid=9745 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/9748/task/9753/stat : 9753 (java) S 9745 9748 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 144163409 25907544064 4060 18446744073709551615 4194304 4196468 140725285373696 139754816002448 139755255133909 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9754] ppid=9745 vsize=25300336 memory=-1807685287725067651 CPUtime=0 cores=0-7
/proc/9748/task/9754/stat : 9754 (java) S 9745 9748 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 10 0 144163409 25907544064 4060 18446744073709551615 4194304 4196468 140725285373696 139754814949648 139755255133909 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9755] ppid=9745 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/9748/task/9755/stat : 9755 (java) S 9745 9748 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 144163409 25907544064 4060 18446744073709551615 4194304 4196468 140725285373696 139754813897872 139755255133909 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9756] ppid=9745 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/9748/task/9756/stat : 9756 (java) S 9745 9748 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 144163409 25907544064 4060 18446744073709551615 4194304 4196468 140725285373696 139754812845072 139755255133909 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9757] ppid=9745 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/9748/task/9757/stat : 9757 (java) S 9745 9748 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 144163409 25907544064 4060 18446744073709551615 4194304 4196468 140725285373696 139754811792272 139755255133909 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9758] ppid=9745 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/9748/task/9758/stat : 9758 (java) S 9745 9748 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 144163409 25907544064 4060 18446744073709551615 4194304 4196468 140725285373696 139754810739472 139755255133909 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 25300336 KiB
Current children cumulated memory: 16240 KiB

[startup+0.210919 s]*
/proc/loadavg: 6.67 8.27 8.64 3/196 9768
/proc/meminfo: memFree=31206172/32770624 swapFree=67105588/67108860
[pid=9748] ppid=9745 vsize=25997632 memory=29236 CPUtime=0.1 cores=0-7
/proc/9748/stat : 9748 (java) S 9745 9748 6689 0 -1 1077944320 7141 0 0 0 9 1 0 0 20 0 20 0 144163399 26621575168 7309 18446744073709551615 4194304 4196468 140725285373696 140725285356240 139755255123703 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
/proc/9748/statm: 6499408 7309 3365 1 0 6488186 0
[pid=9748/tid=9750] ppid=9745 vsize=25997632 memory=0 CPUtime=0.08 cores=0-7
/proc/9748/task/9750/stat : 9750 (java) R 9745 9748 6689 0 -1 4202560 5188 0 0 0 7 1 0 0 20 0 20 0 144163408 26621575168 7441 18446744073709551615 4194304 4196468 140725285373696 139755259340384 139755247803421 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9751] ppid=9745 vsize=25997632 memory=140467584370304 CPUtime=0 cores=0-7
/proc/9748/task/9751/stat : 9751 (java) S 9745 9748 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144163409 26621575168 7441 18446744073709551615 4194304 4196468 140725285373696 139754818108048 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9752] ppid=9745 vsize=25997632 memory=140467584370304 CPUtime=0 cores=0-7
/proc/9748/task/9752/stat : 9752 (java) S 9745 9748 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144163409 26621575168 7441 18446744073709551615 4194304 4196468 140725285373696 139754817055248 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9753] ppid=9745 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/9748/task/9753/stat : 9753 (java) S 9745 9748 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144163409 26621575168 7441 18446744073709551615 4194304 4196468 140725285373696 139754816002448 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9754] ppid=9745 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/9748/task/9754/stat : 9754 (java) S 9745 9748 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144163409 26621575168 7441 18446744073709551615 4194304 4196468 140725285373696 139754814949648 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9755] ppid=9745 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/9748/task/9755/stat : 9755 (java) S 9745 9748 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144163409 26621575168 7441 18446744073709551615 4194304 4196468 140725285373696 139754813897872 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9756] ppid=9745 vsize=25997632 memory=-1 CPUtime=0 cores=0-7
/proc/9748/task/9756/stat : 9756 (java) S 9745 9748 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144163409 26621575168 7441 18446744073709551615 4194304 4196468 140725285373696 139754812845072 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9757] ppid=9745 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/9748/task/9757/stat : 9757 (java) S 9745 9748 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144163409 26621575168 7441 18446744073709551615 4194304 4196468 140725285373696 139754811792272 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9758] ppid=9745 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/9748/task/9758/stat : 9758 (java) S 9745 9748 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144163409 26621575168 7441 18446744073709551615 4194304 4196468 140725285373696 139754810739472 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9759] ppid=9745 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/9748/task/9759/stat : 9759 (java) S 9745 9748 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144163411 26621575168 7441 18446744073709551615 4194304 4196468 140725285373696 139753867413872 139755255134850 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9760] ppid=9745 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/9748/task/9760/stat : 9760 (java) S 9745 9748 6689 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 144163411 26621575168 7441 18446744073709551615 4194304 4196468 140725285373696 139753866359840 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9761] ppid=9745 vsize=25998592 memory=0 CPUtime=0 cores=0-7
/proc/9748/task/9761/stat : 9761 (java) S 9745 9748 6689 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 144163411 26622558208 7441 18446744073709551615 4194304 4196468 140725285373696 139753865306992 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9762] ppid=9745 vsize=25998592 memory=0 CPUtime=0 cores=0-7
/proc/9748/task/9762/stat : 9762 (java) S 9745 9748 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144163414 26622558208 7441 18446744073709551615 4194304 4196468 140725285373696 139753864255312 139755255142299 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9763] ppid=9745 vsize=25998592 memory=0 CPUtime=0 cores=0-7
/proc/9748/task/9763/stat : 9763 (java) S 9745 9748 6689 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 20 0 144163414 26622558208 7441 18446744073709551615 4194304 4196468 140725285373696 139753863203696 139755255134850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9764] ppid=9745 vsize=25998592 memory=0 CPUtime=0 cores=0-7
/proc/9748/task/9764/stat : 9764 (java) S 9745 9748 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144163414 26622558208 7507 18446744073709551615 4194304 4196468 140725285373696 139753862150896 139755255134850 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9765] ppid=9745 vsize=25998592 memory=0 CPUtime=0 cores=0-7
/proc/9748/task/9765/stat : 9765 (java) S 9745 9748 6689 0 -1 1077944384 276 0 0 0 0 0 0 0 20 0 20 0 144163414 26622558208 7507 18446744073709551615 4194304 4196468 140725285373696 139753861098096 139755255134850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9766] ppid=9745 vsize=25998592 memory=0 CPUtime=0.01 cores=0-7
/proc/9748/task/9766/stat : 9766 (java) S 9745 9748 6689 0 -1 1077944384 383 0 0 0 1 0 0 0 20 0 20 0 144163414 26622558208 7507 18446744073709551615 4194304 4196468 140725285373696 139753860045296 139755255134850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9767] ppid=9745 vsize=25998592 memory=0 CPUtime=0 cores=0-7
/proc/9748/task/9767/stat : 9767 (java) S 9745 9748 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144163414 26622558208 7507 18446744073709551615 4194304 4196468 140725285373696 139753858992736 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9768] ppid=9745 vsize=25998592 memory=-1 CPUtime=0 cores=0-7
/proc/9748/task/9768/stat : 9768 (java) S 9745 9748 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144163417 26622558208 7507 18446744073709551615 4194304 4196468 140725285373696 139753857940016 139755255134850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 25997632 KiB
Current children cumulated memory: 29236 KiB

[startup+0.310193 s]*
/proc/loadavg: 6.67 8.27 8.64 2/196 9768
/proc/meminfo: memFree=31195376/32770624 swapFree=67105588/67108860
[pid=9748] ppid=9745 vsize=25996608 memory=37640 CPUtime=0.26 cores=0-7
/proc/9748/stat : 9748 (java) S 9745 9748 6689 0 -1 1077944320 10703 0 0 0 23 3 0 0 20 0 20 0 144163399 26620526592 9410 18446744073709551615 4194304 4196468 140725285373696 140725285356240 139755255123703 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
/proc/9748/statm: 6499152 9410 3496 1 0 6487930 0
[pid=9748/tid=9750] ppid=9745 vsize=25996608 memory=7680170660397595203 CPUtime=0.18 cores=0-7
/proc/9748/task/9750/stat : 9750 (java) R 9745 9748 6689 0 -1 4202560 8382 0 0 0 15 3 0 0 20 0 20 0 144163408 26620526592 9442 18446744073709551615 4194304 4196468 140725285373696 139755259316304 139755239167333 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9751] ppid=9745 vsize=25996608 memory=-7003737579269690708 CPUtime=0 cores=0-7
/proc/9748/task/9751/stat : 9751 (java) S 9745 9748 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144163409 26620526592 9442 18446744073709551615 4194304 4196468 140725285373696 139754818108048 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9752] ppid=9745 vsize=25996608 memory=4137548663497135221 CPUtime=0 cores=0-7
/proc/9748/task/9752/stat : 9752 (java) S 9745 9748 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144163409 26620526592 9442 18446744073709551615 4194304 4196468 140725285373696 139754817055248 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9753] ppid=9745 vsize=25996608 memory=7684433391216329786 CPUtime=0 cores=0-7
/proc/9748/task/9753/stat : 9753 (java) S 9745 9748 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144163409 26620526592 9442 18446744073709551615 4194304 4196468 140725285373696 139754816002448 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9754] ppid=9745 vsize=25996608 memory=-7385037593950845031 CPUtime=0 cores=0-7
/proc/9748/task/9754/stat : 9754 (java) S 9745 9748 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144163409 26620526592 9442 18446744073709551615 4194304 4196468 140725285373696 139754814949648 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9755] ppid=9745 vsize=25996608 memory=8514701219781834910 CPUtime=0 cores=0-7
/proc/9748/task/9755/stat : 9755 (java) S 9745 9748 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144163409 26620526592 9442 18446744073709551615 4194304 4196468 140725285373696 139754813897872 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9756] ppid=9745 vsize=25996608 memory=7391413433648273289 CPUtime=0 cores=0-7
/proc/9748/task/9756/stat : 9756 (java) S 9745 9748 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144163409 26620526592 9442 18446744073709551615 4194304 4196468 140725285373696 139754812845072 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9757] ppid=9745 vsize=25996608 memory=7681649517364344339 CPUtime=0 cores=0-7
/proc/9748/task/9757/stat : 9757 (java) S 9745 9748 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144163409 26620526592 9442 18446744073709551615 4194304 4196468 140725285373696 139754811792272 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9758] ppid=9745 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/9748/task/9758/stat : 9758 (java) S 9745 9748 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144163409 26620526592 9442 18446744073709551615 4194304 4196468 140725285373696 139754810739472 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9759] ppid=9745 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/9748/task/9759/stat : 9759 (java) S 9745 9748 6689 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 144163411 26620526592 9442 18446744073709551615 4194304 4196468 140725285373696 139753867413872 139755255134850 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9760] ppid=9745 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/9748/task/9760/stat : 9760 (java) S 9745 9748 6689 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 144163411 26620526592 9442 18446744073709551615 4194304 4196468 140725285373696 139753866359840 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9761] ppid=9745 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/9748/task/9761/stat : 9761 (java) S 9745 9748 6689 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 144163411 26620526592 9442 18446744073709551615 4194304 4196468 140725285373696 139753865306992 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9762] ppid=9745 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/9748/task/9762/stat : 9762 (java) S 9745 9748 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144163414 26620526592 9442 18446744073709551615 4194304 4196468 140725285373696 139753864255312 139755255142299 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9763] ppid=9745 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/9748/task/9763/stat : 9763 (java) S 9745 9748 6689 0 -1 1077944384 194 0 0 0 0 0 0 0 20 0 20 0 144163414 26620526592 9442 18446744073709551615 4194304 4196468 140725285373696 139753863203696 139755255134850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9764] ppid=9745 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/9748/task/9764/stat : 9764 (java) S 9745 9748 6689 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 144163414 26620526592 9442 18446744073709551615 4194304 4196468 140725285373696 139753862150896 139755255134850 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9765] ppid=9745 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/9748/task/9765/stat : 9765 (java) S 9745 9748 6689 0 -1 1077944384 290 0 0 0 0 0 0 0 20 0 20 0 144163414 26620526592 9442 18446744073709551615 4194304 4196468 140725285373696 139753861098096 139755255134850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9766] ppid=9745 vsize=25996608 memory=0 CPUtime=0.05 cores=0-7
/proc/9748/task/9766/stat : 9766 (java) S 9745 9748 6689 0 -1 1077944384 425 0 0 0 5 0 0 0 20 0 20 0 144163414 26620526592 9442 18446744073709551615 4194304 4196468 140725285373696 139753860045296 139755255134850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9767] ppid=9745 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/9748/task/9767/stat : 9767 (java) S 9745 9748 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144163414 26620526592 9442 18446744073709551615 4194304 4196468 140725285373696 139753858992736 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9768] ppid=9745 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/9748/task/9768/stat : 9768 (java) S 9745 9748 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144163417 26620526592 9442 18446744073709551615 4194304 4196468 140725285373696 139753857940016 139755255134850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 37640 KiB

[startup+0.700935 s]
/proc/loadavg: 6.67 8.27 8.64 4/196 9768
/proc/meminfo: memFree=31180692/32770624 swapFree=67105588/67108860
[pid=9748] ppid=9745 vsize=25998676 memory=65464 CPUtime=0.99 cores=0-7
/proc/9748/stat : 9748 (java) S 9745 9748 6689 0 -1 1077944320 14171 0 0 0 93 6 0 0 20 0 20 0 144163399 26622644224 16366 18446744073709551615 4194304 4196468 140725285373696 140725285356240 139755255123703 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
/proc/9748/statm: 6499669 16366 3728 1 0 6488442 0
[pid=9748/tid=9750] ppid=9745 vsize=25998676 memory=215299953 CPUtime=0.55 cores=0-7
/proc/9748/task/9750/stat : 9750 (java) R 9745 9748 6689 0 -1 4202560 10651 0 0 0 51 4 0 0 20 0 20 0 144163408 26622644224 16366 18446744073709551615 4194304 4196468 140725285373696 139755259358496 139755255145629 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9751] ppid=9745 vsize=25998676 memory=77340 CPUtime=0 cores=0-7
/proc/9748/task/9751/stat : 9751 (java) S 9745 9748 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144163409 26622644224 16366 18446744073709551615 4194304 4196468 140725285373696 139754818108048 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9752] ppid=9745 vsize=25998676 memory=1240 CPUtime=0 cores=0-7
/proc/9748/task/9752/stat : 9752 (java) S 9745 9748 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144163409 26622644224 16366 18446744073709551615 4194304 4196468 140725285373696 139754817055248 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9753] ppid=9745 vsize=25998676 memory=2384 CPUtime=0 cores=0-7
/proc/9748/task/9753/stat : 9753 (java) S 9745 9748 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144163409 26622644224 16366 18446744073709551615 4194304 4196468 140725285373696 139754816002448 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9754] ppid=9745 vsize=25998676 memory=140471879337599 CPUtime=0 cores=0-7
/proc/9748/task/9754/stat : 9754 (java) S 9745 9748 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144163409 26622644224 16366 18446744073709551615 4194304 4196468 140725285373696 139754814949648 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9755] ppid=9745 vsize=25998676 memory=8761640388318109335 CPUtime=0 cores=0-7
/proc/9748/task/9755/stat : 9755 (java) S 9745 9748 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144163409 26622644224 16366 18446744073709551615 4194304 4196468 140725285373696 139754813897872 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9756] ppid=9745 vsize=25998676 memory=7007712420471858773 CPUtime=0 cores=0-7
/proc/9748/task/9756/stat : 9756 (java) S 9745 9748 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144163409 26622644224 16366 18446744073709551615 4194304 4196468 140725285373696 139754812845072 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9757] ppid=9745 vsize=25998676 memory=5859853075905800022 CPUtime=0 cores=0-7
/proc/9748/task/9757/stat : 9757 (java) S 9745 9748 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144163409 26622644224 16366 18446744073709551615 4194304 4196468 140725285373696 139754811792272 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9758] ppid=9745 vsize=25998676 memory=7372786582024121444 CPUtime=0 cores=0-7
/proc/9748/task/9758/stat : 9758 (java) S 9745 9748 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144163409 26622644224 16366 18446744073709551615 4194304 4196468 140725285373696 139754810739472 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9759] ppid=9745 vsize=25998676 memory=1232 CPUtime=0 cores=0-7
/proc/9748/task/9759/stat : 9759 (java) S 9745 9748 6689 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 144163411 26622644224 16366 18446744073709551615 4194304 4196468 140725285373696 139753867413872 139755255134850 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9760] ppid=9745 vsize=25998676 memory=2240 CPUtime=0 cores=0-7
/proc/9748/task/9760/stat : 9760 (java) S 9745 9748 6689 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 144163411 26622644224 16366 18446744073709551615 4194304 4196468 140725285373696 139753866359840 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9761] ppid=9745 vsize=25998676 memory=4304 CPUtime=0 cores=0-7
/proc/9748/task/9761/stat : 9761 (java) S 9745 9748 6689 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 144163411 26622644224 16366 18446744073709551615 4194304 4196468 140725285373696 139753865306992 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9762] ppid=9745 vsize=25998676 memory=1620 CPUtime=0 cores=0-7
/proc/9748/task/9762/stat : 9762 (java) S 9745 9748 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144163414 26622644224 16366 18446744073709551615 4194304 4196468 140725285373696 139753864255312 139755255142299 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9763] ppid=9745 vsize=25998676 memory=920 CPUtime=0.07 cores=0-7
/proc/9748/task/9763/stat : 9763 (java) S 9745 9748 6689 0 -1 1077944384 550 0 0 0 7 0 0 0 20 0 20 0 144163414 26622644224 16366 18446744073709551615 4194304 4196468 140725285373696 139753863203696 139755255134850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9764] ppid=9745 vsize=25998676 memory=2032 CPUtime=0.05 cores=0-7
/proc/9748/task/9764/stat : 9764 (java) S 9745 9748 6689 0 -1 1077944384 168 0 0 0 5 0 0 0 20 0 20 0 144163414 26622644224 16366 18446744073709551615 4194304 4196468 140725285373696 139753862150896 139755255134850 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9765] ppid=9745 vsize=25998676 memory=832 CPUtime=0.08 cores=0-7
/proc/9748/task/9765/stat : 9765 (java) S 9745 9748 6689 0 -1 1077944384 580 0 0 0 8 0 0 0 20 0 20 0 144163414 26622644224 16366 18446744073709551615 4194304 4196468 140725285373696 139753861098096 139755255134850 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9766] ppid=9745 vsize=25998676 memory=16436 CPUtime=0.2 cores=0-7
/proc/9748/task/9766/stat : 9766 (java) S 9745 9748 6689 0 -1 1077944384 840 0 0 0 20 0 0 0 20 0 20 0 144163414 26622644224 16366 18446744073709551615 4194304 4196468 140725285373696 139753860045296 139755255134850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9767] ppid=9745 vsize=25998676 memory=6008 CPUtime=0 cores=0-7
/proc/9748/task/9767/stat : 9767 (java) S 9745 9748 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144163414 26622644224 16366 18446744073709551615 4194304 4196468 140725285373696 139753858992736 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9768] ppid=9745 vsize=25998676 memory=4064 CPUtime=0 cores=0-7
/proc/9748/task/9768/stat : 9768 (java) S 9745 9748 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144163417 26622644224 16366 18446744073709551615 4194304 4196468 140725285373696 139753857940016 139755255134850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 25998676 KiB

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

[pid=9748/tid=9758] ppid=9745 vsize=27473360 memory=6656426216303648864 CPUtime=0.43 cores=0-7
/proc/9748/task/9758/stat : 9758 (java) S 9745 9748 6689 0 -1 1077944384 572 0 0 0 31 12 0 0 20 0 42 0 144163409 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139754810739472 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9759] ppid=9745 vsize=27473360 memory=-1751206657426859557 CPUtime=0.07 cores=0-7
/proc/9748/task/9759/stat : 9759 (java) S 9745 9748 6689 0 -1 1077944384 2936 0 0 0 6 1 0 0 20 0 42 0 144163411 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139753867413872 139755255134850 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9760] ppid=9745 vsize=27473360 memory=-3123010188551861097 CPUtime=0 cores=0-7
/proc/9748/task/9760/stat : 9760 (java) S 9745 9748 6689 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 42 0 144163411 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139753866359904 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9761] ppid=9745 vsize=27473360 memory=-7385037615208631145 CPUtime=0 cores=0-7
/proc/9748/task/9761/stat : 9761 (java) S 9745 9748 6689 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 42 0 144163411 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139753865307008 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9762] ppid=9745 vsize=27473360 memory=6720696446780543624 CPUtime=0 cores=0-7
/proc/9748/task/9762/stat : 9762 (java) S 9745 9748 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 42 0 144163414 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139753864255312 139755255142299 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9763] ppid=9745 vsize=27473360 memory=-7028383565733675155 CPUtime=1.68 cores=0-7
/proc/9748/task/9763/stat : 9763 (java) S 9745 9748 6689 0 -1 1077944384 7090 0 0 0 165 3 0 0 20 0 42 0 144163414 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139753863203696 139755255134850 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9764] ppid=9745 vsize=27473360 memory=4949696295907665030 CPUtime=1.82 cores=0-7
/proc/9748/task/9764/stat : 9764 (java) S 9745 9748 6689 0 -1 1077944384 6693 0 0 0 180 2 0 0 20 0 42 0 144163414 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139753862150896 139755255134850 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9765] ppid=9745 vsize=27473360 memory=4855596456250154900 CPUtime=1.82 cores=0-7
/proc/9748/task/9765/stat : 9765 (java) S 9745 9748 6689 0 -1 1077944384 5600 0 0 0 180 2 0 0 20 0 42 0 144163414 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139753861098096 139755255134850 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9766] ppid=9745 vsize=27473360 memory=8324521927899786424 CPUtime=0.95 cores=0-7
/proc/9748/task/9766/stat : 9766 (java) S 9745 9748 6689 0 -1 1077944384 8480 0 0 0 92 3 0 0 20 0 42 0 144163414 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139753860045296 139755255134850 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9767] ppid=9745 vsize=27473360 memory=2608 CPUtime=0 cores=0-7
/proc/9748/task/9767/stat : 9767 (java) S 9745 9748 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 42 0 144163414 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139753858992736 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9768] ppid=9745 vsize=27473360 memory=7595154102809679974 CPUtime=0 cores=0-7
/proc/9748/task/9768/stat : 9768 (java) S 9745 9748 6689 0 -1 1077944384 678 0 0 0 0 0 0 0 20 0 42 0 144163417 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139753857940016 139755255134850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9769] ppid=9745 vsize=27473360 memory=182321361734707 CPUtime=0.06 cores=0-7
/proc/9748/task/9769/stat : 9769 (java) S 9745 9748 6689 0 -1 1077944384 363 0 0 0 4 2 0 0 20 0 42 0 144164061 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139753847648848 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9770] ppid=9745 vsize=27473360 memory=182321361734708 CPUtime=0.04 cores=0-7
/proc/9748/task/9770/stat : 9770 (java) S 9745 9748 6689 0 -1 1077944384 1901 0 0 0 0 4 0 0 20 0 42 0 144164073 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139753844499088 139755255134850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9771] ppid=9745 vsize=27473360 memory=182321361734709 CPUtime=6.53 cores=0-7
/proc/9748/task/9771/stat : 9771 (java) R 9745 9748 6689 0 -1 4202560 386 0 0 0 652 1 0 0 20 0 42 0 144164083 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139753841349504 139754906715101 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9772] ppid=9745 vsize=27473360 memory=182321361734710 CPUtime=0.92 cores=0-7
/proc/9748/task/9772/stat : 9772 (java) R 9745 9748 6689 0 -1 1077944384 166 0 0 0 92 0 0 0 20 0 42 0 144164084 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139753840297616 139755255133909 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9773] ppid=9745 vsize=27473360 memory=182321361734711 CPUtime=7.78 cores=0-7
/proc/9748/task/9773/stat : 9773 (java) S 9745 9748 6689 0 -1 1077944384 535 0 0 0 776 2 0 0 20 0 42 0 144164085 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139753839244816 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9774] ppid=9745 vsize=27473360 memory=182321361734712 CPUtime=6.95 cores=0-7
/proc/9748/task/9774/stat : 9774 (java) R 9745 9748 6689 0 -1 1077944384 597 0 0 0 693 2 0 0 20 0 42 0 144164087 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139753838192016 139755255133909 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9775] ppid=9745 vsize=27473360 memory=182321361734713 CPUtime=6.15 cores=0-7
/proc/9748/task/9775/stat : 9775 (java) R 9745 9748 6689 0 -1 4202560 568 0 0 0 614 1 0 0 20 0 42 0 144164087 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139753837138304 139754906912870 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9776] ppid=9745 vsize=27473360 memory=182321361734714 CPUtime=6.06 cores=0-7
/proc/9748/task/9776/stat : 9776 (java) R 9745 9748 6689 0 -1 4202560 771 0 0 0 604 2 0 0 20 0 42 0 144164087 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139753836085504 139754906911411 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9777] ppid=9745 vsize=27473360 memory=182321361734715 CPUtime=5.55 cores=0-7
/proc/9748/task/9777/stat : 9777 (java) R 9745 9748 6689 0 -1 4202560 704 0 0 0 553 2 0 0 20 0 42 0 144164087 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139753835032704 139754904027685 0 4 1 16800974 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9778] ppid=9745 vsize=27473360 memory=182321361734716 CPUtime=5.43 cores=0-7
/proc/9748/task/9778/stat : 9778 (java) R 9745 9748 6689 0 -1 4202560 395 0 0 0 542 1 0 0 20 0 42 0 144164087 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139753833979904 140725285619650 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9779] ppid=9745 vsize=27473360 memory=182321361734717 CPUtime=5.95 cores=0-7
/proc/9748/task/9779/stat : 9779 (java) S 9745 9748 6689 0 -1 1077944384 397 0 0 0 594 1 0 0 20 0 42 0 144164087 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139753832929040 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9780] ppid=9745 vsize=27473360 memory=182321361734718 CPUtime=4.23 cores=0-7
/proc/9748/task/9780/stat : 9780 (java) S 9745 9748 6689 0 -1 1077944384 203 0 0 0 423 0 0 0 20 0 42 0 144164087 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139753831876240 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9781] ppid=9745 vsize=27473360 memory=182321361734719 CPUtime=5.6 cores=0-7
/proc/9748/task/9781/stat : 9781 (java) S 9745 9748 6689 0 -1 1077944384 350 0 0 0 558 2 0 0 20 0 42 0 144164115 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139753830823440 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9782] ppid=9745 vsize=27473360 memory=182321361734720 CPUtime=5.04 cores=0-7
/proc/9748/task/9782/stat : 9782 (java) S 9745 9748 6689 0 -1 1077944384 271 0 0 0 502 2 0 0 20 0 42 0 144164115 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139753829770640 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9783] ppid=9745 vsize=27473360 memory=0 CPUtime=4.21 cores=0-7
/proc/9748/task/9783/stat : 9783 (java) R 9745 9748 6689 0 -1 4202560 288 0 0 0 420 1 0 0 20 0 42 0 144164115 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139753828716928 139754906914849 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9784] ppid=9745 vsize=27473360 memory=0 CPUtime=6.64 cores=0-7
/proc/9748/task/9784/stat : 9784 (java) S 9745 9748 6689 0 -1 1077944384 386 0 0 0 662 2 0 0 20 0 42 0 144164115 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139753827665040 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9785] ppid=9745 vsize=27473360 memory=0 CPUtime=5.13 cores=0-7
/proc/9748/task/9785/stat : 9785 (java) R 9745 9748 6689 0 -1 1077944384 593 0 0 0 511 2 0 0 20 0 42 0 144164115 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139753826612240 139755255133909 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9786] ppid=9745 vsize=27473360 memory=0 CPUtime=0.64 cores=0-7
/proc/9748/task/9786/stat : 9786 (java) S 9745 9748 6689 0 -1 1077944384 70 0 0 0 64 0 0 0 20 0 42 0 144164115 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139753825559440 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9787] ppid=9745 vsize=27473360 memory=0 CPUtime=4.94 cores=0-7
/proc/9748/task/9787/stat : 9787 (java) R 9745 9748 6689 0 -1 4202560 358 0 0 0 493 1 0 0 20 0 42 0 144164115 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139753824506752 139754906910781 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9788] ppid=9745 vsize=27473360 memory=0 CPUtime=4.98 cores=0-7
/proc/9748/task/9788/stat : 9788 (java) R 9745 9748 6689 0 -1 4202560 374 0 0 0 497 1 0 0 20 0 42 0 144164365 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139753821319936 139754906712513 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9789] ppid=9745 vsize=27473360 memory=0 CPUtime=0 cores=0-7
/proc/9748/task/9789/stat : 9789 (java) S 9745 9748 6689 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 42 0 144164409 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139753820268048 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9790] ppid=9745 vsize=27473360 memory=0 CPUtime=3.89 cores=0-7
/proc/9748/task/9790/stat : 9790 (java) S 9745 9748 6689 0 -1 1077944384 340 0 0 0 388 1 0 0 20 0 42 0 144164428 28132720640 341405 18446744073709551615 4194304 4196468 140725285373696 139753819215248 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
Current children cumulated CPU time: 113.43 s
Current children cumulated vsize: 27473360 KiB
Current children cumulated memory: 1365620 KiB

[startup+20.4017 s]
/proc/loadavg: 7.61 8.36 8.66 13/218 9791
/proc/meminfo: memFree=29869320/32770624 swapFree=67105588/67108860
[pid=9748] ppid=9745 vsize=27473360 memory=1366232 CPUtime=116.07 cores=0-7
/proc/9748/stat : 9748 (java) S 9745 9748 6689 0 -1 1077944320 71441 0 0 0 11455 152 0 0 20 0 41 0 144163399 28132720640 341558 18446744073709551615 4194304 4196468 140725285373696 140725285356240 139755255123703 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
/proc/9748/statm: 6868340 341558 3844 1 0 6856592 0
[pid=9748/tid=9750] ppid=9745 vsize=27473360 memory=0 CPUtime=6.68 cores=0-7
/proc/9748/task/9750/stat : 9750 (java) S 9745 9748 6689 0 -1 1077944384 17300 0 0 0 661 7 0 0 20 0 41 0 144163408 28132720640 341558 18446744073709551615 4194304 4196468 140725285373696 139755259361408 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9751] ppid=9745 vsize=27473360 memory=0 CPUtime=0.42 cores=0-7
/proc/9748/task/9751/stat : 9751 (java) S 9745 9748 6689 0 -1 1077944384 707 0 0 0 30 12 0 0 20 0 41 0 144163409 28132720640 341558 18446744073709551615 4194304 4196468 140725285373696 139754818108048 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9752] ppid=9745 vsize=27473360 memory=0 CPUtime=0.41 cores=0-7
/proc/9748/task/9752/stat : 9752 (java) S 9745 9748 6689 0 -1 1077944384 1045 0 0 0 30 11 0 0 20 0 41 0 144163409 28132720640 341558 18446744073709551615 4194304 4196468 140725285373696 139754817055248 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9753] ppid=9745 vsize=27473360 memory=0 CPUtime=0.42 cores=0-7
/proc/9748/task/9753/stat : 9753 (java) S 9745 9748 6689 0 -1 1077944384 1159 0 0 0 31 11 0 0 20 0 41 0 144163409 28132720640 341558 18446744073709551615 4194304 4196468 140725285373696 139754816002448 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9754] ppid=9745 vsize=27473360 memory=-1088251628401078322 CPUtime=0.41 cores=0-7
/proc/9748/task/9754/stat : 9754 (java) S 9745 9748 6689 0 -1 1077944384 664 0 0 0 30 11 0 0 20 0 41 0 144163409 28132720640 341558 18446744073709551615 4194304 4196468 140725285373696 139754814949648 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9755] ppid=9745 vsize=27473360 memory=6943526294502006880 CPUtime=0.41 cores=0-7
/proc/9748/task/9755/stat : 9755 (java) S 9745 9748 6689 0 -1 1077944384 1632 0 0 0 29 12 0 0 20 0 41 0 144163409 28132720640 341558 18446744073709551615 4194304 4196468 140725285373696 139754813897872 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9756] ppid=9745 vsize=27473360 memory=6944656592455097440 CPUtime=0.42 cores=0-7
/proc/9748/task/9756/stat : 9756 (java) S 9745 9748 6689 0 -1 1077944384 582 0 0 0 30 12 0 0 20 0 41 0 144163409 28132720640 341558 18446744073709551615 4194304 4196468 140725285373696 139754812845072 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9757] ppid=9745 vsize=27473360 memory=6656426216303648864 CPUtime=0.42 cores=0-7
/proc/9748/task/9757/stat : 9757 (java) S 9745 9748 6689 0 -1 1077944384 486 0 0 0 31 11 0 0 20 0 41 0 144163409 28132720640 341558 18446744073709551615 4194304 4196468 140725285373696 139754811792272 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9758] ppid=9745 vsize=27473360 memory=140471879337599 CPUtime=0.43 cores=0-7
/proc/9748/task/9758/stat : 9758 (java) S 9745 9748 6689 0 -1 1077944384 572 0 0 0 31 12 0 0 20 0 41 0 144163409 28132720640 341558 18446744073709551615 4194304 4196468 140725285373696 139754810739472 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9759] ppid=9745 vsize=27473360 memory=5866047818991430753 CPUtime=0.07 cores=0-7
/proc/9748/task/9759/stat : 9759 (java) S 9745 9748 6689 0 -1 1077944384 3063 0 0 0 6 1 0 0 20 0 41 0 144163411 28132720640 341558 18446744073709551615 4194304 4196468 140725285373696 139753867413872 139755255134850 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9760] ppid=9745 vsize=27473360 memory=6082789035713259625 CPUtime=0 cores=0-7
/proc/9748/task/9760/stat : 9760 (java) S 9745 9748 6689 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 41 0 144163411 28132720640 341558 18446744073709551615 4194304 4196468 140725285373696 139753866359904 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9761] ppid=9745 vsize=27473360 memory=7810130297536786745 CPUtime=0 cores=0-7
/proc/9748/task/9761/stat : 9761 (java) S 9745 9748 6689 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 41 0 144163411 28132720640 341558 18446744073709551615 4194304 4196468 140725285373696 139753865307008 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9762] ppid=9745 vsize=27473360 memory=43828 CPUtime=0 cores=0-7
/proc/9748/task/9762/stat : 9762 (java) S 9745 9748 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 41 0 144163414 28132720640 341558 18446744073709551615 4194304 4196468 140725285373696 139753864255312 139755255142299 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9763] ppid=9745 vsize=27473360 memory=7517167924979854447 CPUtime=1.68 cores=0-7
/proc/9748/task/9763/stat : 9763 (java) R 9745 9748 6689 0 -1 1077944384 7156 0 0 0 165 3 0 0 20 0 41 0 144163414 28132720640 341558 18446744073709551615 4194304 4196468 140725285373696 139753863192128 139755255133909 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9764] ppid=9745 vsize=27473360 memory=6010425776822829156 CPUtime=1.82 cores=0-7
/proc/9748/task/9764/stat : 9764 (java) R 9745 9748 6689 0 -1 4202560 6783 0 0 0 180 2 0 0 20 0 41 0 144163414 28132720640 341558 18446744073709551615 4194304 4196468 140725285373696 139753862150896 139755239520908 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9765] ppid=9745 vsize=27473360 memory=7517167924979854447 CPUtime=1.83 cores=0-7
/proc/9748/task/9765/stat : 9765 (java) R 9745 9748 6689 0 -1 4202560 5661 0 0 0 181 2 0 0 20 0 41 0 144163414 28132720640 341558 18446744073709551615 4194304 4196468 140725285373696 139753861098192 139755247364317 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9766] ppid=9745 vsize=27473360 memory=7517167924979854447 CPUtime=0.96 cores=0-7
/proc/9748/task/9766/stat : 9766 (java) S 9745 9748 6689 0 -1 1077944384 9952 0 0 0 93 3 0 0 20 0 41 0 144163414 28132720640 341558 18446744073709551615 4194304 4196468 140725285373696 139753860043696 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9767] ppid=9745 vsize=27473360 memory=6010425776822829157 CPUtime=0 cores=0-7
/proc/9748/task/9767/stat : 9767 (java) S 9745 9748 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 41 0 144163414 28132720640 341558 18446744073709551615 4194304 4196468 140725285373696 139753858992736 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9768] ppid=9745 vsize=27473360 memory=280934885105040 CPUtime=0 cores=0-7
/proc/9748/task/9768/stat : 9768 (java) S 9745 9748 6689 0 -1 1077944384 756 0 0 0 0 0 0 0 20 0 41 0 144163417 28132720640 341558 18446744073709551615 4194304 4196468 140725285373696 139753857940016 139755255134850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9770] ppid=9745 vsize=27473360 memory=7451599571208135763 CPUtime=0.05 cores=0-7
/proc/9748/task/9770/stat : 9770 (java) S 9745 9748 6689 0 -1 1077944384 1994 0 0 0 1 4 0 0 20 0 41 0 144164073 28132720640 341558 18446744073709551615 4194304 4196468 140725285373696 139753844499424 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9771] ppid=9745 vsize=27473360 memory=0 CPUtime=6.79 cores=0-7
/proc/9748/task/9771/stat : 9771 (java) S 9745 9748 6689 0 -1 1077944384 455 0 0 0 678 1 0 0 20 0 41 0 144164083 28132720640 341558 18446744073709551615 4194304 4196468 140725285373696 139753841350416 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9772] ppid=9745 vsize=27473360 memory=2308 CPUtime=0.93 cores=0-7
/proc/9748/task/9772/stat : 9772 (java) S 9745 9748 6689 0 -1 1077944384 240 0 0 0 93 0 0 0 20 0 41 0 144164084 28132720640 341558 18446744073709551615 4194304 4196468 140725285373696 139753840297616 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9773] ppid=9745 vsize=27473360 memory=280934885127712 CPUtime=7.78 cores=0-7
/proc/9748/task/9773/stat : 9773 (java) S 9745 9748 6689 0 -1 1077944384 535 0 0 0 776 2 0 0 20 0 41 0 144164085 28132720640 341558 18446744073709551615 4194304 4196468 140725285373696 139753839244816 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9774] ppid=9745 vsize=27473360 memory=6944656592455097440 CPUtime=6.95 cores=0-7
/proc/9748/task/9774/stat : 9774 (java) S 9745 9748 6689 0 -1 1077944384 597 0 0 0 693 2 0 0 20 0 41 0 144164087 28132720640 341558 18446744073709551615 4194304 4196468 140725285373696 139753838192016 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9775] ppid=9745 vsize=27473360 memory=6656426216303648864 CPUtime=6.45 cores=0-7
/proc/9748/task/9775/stat : 9775 (java) S 9745 9748 6689 0 -1 1077944384 617 0 0 0 644 1 0 0 20 0 41 0 144164087 28132720640 341558 18446744073709551615 4194304 4196468 140725285373696 139753837139216 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9776] ppid=9745 vsize=27473360 memory=6944656592387989600 CPUtime=6.38 cores=0-7
/proc/9748/task/9776/stat : 9776 (java) S 9745 9748 6689 0 -1 1077944384 1056 0 0 0 636 2 0 0 20 0 41 0 144164087 28132720640 341558 18446744073709551615 4194304 4196468 140725285373696 139753836086160 139755255134850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9777] ppid=9745 vsize=27473360 memory=280934884573424 CPUtime=5.71 cores=0-7
/proc/9748/task/9777/stat : 9777 (java) S 9745 9748 6689 0 -1 1077944384 752 0 0 0 569 2 0 0 20 0 41 0 144164087 28132720640 341558 18446744073709551615 4194304 4196468 140725285373696 139753835033616 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9778] ppid=9745 vsize=27473360 memory=4642197910265684584 CPUtime=5.77 cores=0-7
/proc/9748/task/9778/stat : 9778 (java) S 9745 9748 6689 0 -1 1077944384 434 0 0 0 576 1 0 0 20 0 41 0 144164087 28132720640 341560 18446744073709551615 4194304 4196468 140725285373696 139753833980816 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9779] ppid=9745 vsize=27473360 memory=7680170660397595203 CPUtime=5.95 cores=0-7
/proc/9748/task/9779/stat : 9779 (java) S 9745 9748 6689 0 -1 1077944384 397 0 0 0 594 1 0 0 20 0 41 0 144164087 28132720640 341560 18446744073709551615 4194304 4196468 140725285373696 139753832929040 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9780] ppid=9745 vsize=27473360 memory=0 CPUtime=4.43 cores=0-7
/proc/9748/task/9780/stat : 9780 (java) S 9745 9748 6689 0 -1 1077944384 1470 0 0 0 443 0 0 0 20 0 41 0 144164087 28132720640 341541 18446744073709551615 4194304 4196468 140725285373696 139753831876240 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9781] ppid=9745 vsize=27473360 memory=0 CPUtime=5.72 cores=0-7
/proc/9748/task/9781/stat : 9781 (java) S 9745 9748 6689 0 -1 1077944384 403 0 0 0 570 2 0 0 20 0 41 0 144164115 28132720640 341541 18446744073709551615 4194304 4196468 140725285373696 139753830823440 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9782] ppid=9745 vsize=27473360 memory=3473317625319324885 CPUtime=5.04 cores=0-7
/proc/9748/task/9782/stat : 9782 (java) S 9745 9748 6689 0 -1 1077944384 271 0 0 0 502 2 0 0 20 0 40 0 144164115 28132720640 341541 18446744073709551615 4194304 4196468 140725285373696 139753829770640 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9783] ppid=9745 vsize=27473360 memory=7378983553979662441 CPUtime=4.43 cores=0-7
/proc/9748/task/9783/stat : 9783 (java) S 9745 9748 6689 0 -1 1077944384 291 0 0 0 442 1 0 0 20 0 40 0 144164115 28132720640 341541 18446744073709551615 4194304 4196468 140725285373696 139753828717840 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9784] ppid=9745 vsize=27473360 memory=7378983553979662441 CPUtime=6.64 cores=0-7
/proc/9748/task/9784/stat : 9784 (java) S 9745 9748 6689 0 -1 1077944384 386 0 0 0 662 2 0 0 20 0 40 0 144164115 28132720640 341541 18446744073709551615 4194304 4196468 140725285373696 139753827665040 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9785] ppid=9745 vsize=27473360 memory=4641332495391936612 CPUtime=5.13 cores=0-7
/proc/9748/task/9785/stat : 9785 (java) S 9745 9748 6689 0 -1 1077944384 815 0 0 0 511 2 0 0 20 0 40 0 144164115 28132720640 341541 18446744073709551615 4194304 4196468 140725285373696 139753826612240 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9786] ppid=9745 vsize=27473360 memory=0 CPUtime=0.64 cores=0-7
/proc/9748/task/9786/stat : 9786 (java) S 9745 9748 6689 0 -1 1077944384 70 0 0 0 64 0 0 0 20 0 40 0 144164115 28132720640 341541 18446744073709551615 4194304 4196468 140725285373696 139753825559440 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9787] ppid=9745 vsize=27473360 memory=0 CPUtime=5.27 cores=0-7
/proc/9748/task/9787/stat : 9787 (java) R 9745 9748 6689 0 -1 4202560 633 0 0 0 526 1 0 0 20 0 40 0 144164115 28132720640 341541 18446744073709551615 4194304 4196468 140725285373696 139753824504512 139755234656129 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9788] ppid=9745 vsize=27473360 memory=8443538352883892301 CPUtime=5.29 cores=0-7
/proc/9748/task/9788/stat : 9788 (java) S 9745 9748 6689 0 -1 1077944384 380 0 0 0 528 1 0 0 20 0 40 0 144164365 28132720640 341541 18446744073709551615 4194304 4196468 140725285373696 139753821320848 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9789] ppid=9745 vsize=27473360 memory=288285571649110733 CPUtime=0 cores=0-7
/proc/9748/task/9789/stat : 9789 (java) S 9745 9748 6689 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 40 0 144164409 28132720640 341541 18446744073709551615 4194304 4196468 140725285373696 139753820268048 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
[pid=9748/tid=9790] ppid=9745 vsize=27473360 memory=0 CPUtime=3.95 cores=0-7
/proc/9748/task/9790/stat : 9790 (java) S 9745 9748 6689 0 -1 1077944384 344 0 0 0 394 1 0 0 20 0 40 0 144164428 28132720640 341541 18446744073709551615 4194304 4196468 140725285373696 139753819215248 139755255133909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140725285376364 140725285376549 140725285376549 140725285380047 0
Current children cumulated CPU time: 116.07 s
Current children cumulated vsize: 27473360 KiB
Current children cumulated memory: 1366232 KiB

Child status: 0
Real time (s): 20.4357
CPU time (s): 116.115
CPU user time (s): 114.567
CPU system time (s): 1.54745
CPU usage (%): 568.195
Max. virtual memory (cumulated for all children) (KiB): 27473360
Max. memory (cumulated for all children) (KiB): 1366232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 114.567
system time used= 1.54745
maximum resident set size= 1366464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72232
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14924
involuntary context switches= 6450


# summary of solver processes directly reported to runsolver:
#   pid: 9748
#   total CPU time (s): 116.115
#   total CPU user time (s): 114.567
#   total CPU system time (s): 1.54745

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.21219 second user time and 0.289957 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-22 18:20:38
IDJOB=4285389
IDBENCH=120898
IDSOLVER=2681
FILE ID=node126/4285389-1503419685
RUNJOBID= node126-1503398604-6745
PBS_JOBID= 
Free space on /tmp= 62032 MiB

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

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

MD5SUM BENCH= 86dd28169af4ac3903c2f1c5f979bbc0
RANDOM SEED=935919466

node126.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31220056 kB
MemAvailable:   31932924 kB
Buffers:          335748 kB
Cached:           674748 kB
SwapCached:          524 kB
Active:           667640 kB
Inactive:         402836 kB
Active(anon):      15968 kB
Inactive(anon):   102028 kB
Active(file):     651672 kB
Inactive(file):   300808 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             42844 kB
Writeback:             0 kB
AnonPages:         59516 kB
Mapped:            66836 kB
Shmem:             58016 kB
Slab:             179048 kB
SReclaimable:     152444 kB
SUnreclaim:        26604 kB
KernelStack:        3184 kB
PageTables:         4452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     334016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61988 MiB
End job on node126 at 2017-08-22 18:20:59