Trace number 4285755

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Parallel with EPS 2017-08-22SAT (TO)496 1954.96 252.076

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-12-a3.xml
MD5SUM0a01517bf7d7882ddb7c2c03c4be0b51
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark85
Best CPU time to get the best result obtained on this benchmark1999.78
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints69
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":66},{"size":501,"count":12}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":78},{"degree":2,"count":66},{"degree":12,"count":10},{"degree":13,"count":2}]
Minimum constraint arity1
Maximum constraint arity66
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":66},{"arity":12,"count":1},{"arity":66,"count":1}]
Number of extensional constraints0
Number of intensional constraints67
Distribution of constraint types[{"type":"intension","count":67},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.30/0.25	c version: 2017-08-22
0.30/0.25	c seed: 2061054185
0.30/0.25	c timeout: 2016
0.30/0.25	c memlimit: 22000
0.30/0.25	c nbcore: 8
0.30/0.28	c Parsing instance...
0.85/0.56	c Parsing done, starting search...
796.87/105.32	o 500
974.69/127.82	o 498
1847.76/238.44	o 496
1954.61/252.05	s SATISFIABLE
1954.61/252.05	v <instantiation>
1954.61/252.05	v 	<list>
1954.61/252.05	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[0][11] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[1][11] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[2][11] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[3][11] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[4][11] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[7][8] y[7][9] y[7][10] y[7][11] y[8][9] y[8][10] y[8][11] y[9][10] y[9][11] y[10][11]
1954.61/252.05	v 	</list>
1954.61/252.05	v 	<values>
1954.61/252.05	v 		0 2 8 18 25 39 44 59 68 71 72 496 2 8 18 25 39 44 59 68 71 72 496 6 16 23 37 42 57 66 69 70 494 10 17 31 36 51 60 63 64 488 7 21 26 41 50 53 54 478 14 19 34 43 46 47 471 5 20 29 32 33 457 15 24 27 28 452 9 12 13 437 3 4 428 1 425 424 
1954.61/252.05	v 	</values>
1954.61/252.05	v </instantiation>

Verifier Data

OK	496

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285755-1503442544/watcher-4285755-1503442544 -o /tmp/evaluation-result-4285755-1503442544/solver-4285755-1503442544 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node105-1503428475-6978 --watchdog 312 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 2061054185 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4285755-1503442544.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=8548, runsolver pid=8545

[startup+0.100161 s]*
/proc/loadavg: 8.94 7.28 4.70 2/200 8568
/proc/meminfo: memFree=21838024/32770624 swapFree=67108860/67108860
[pid=8548] ppid=8545 vsize=26000852 memory=31556 CPUtime=0.12 cores=0-7
/proc/8548/stat : 8548 (java) S 8545 8548 6951 0 -1 1077944320 8300 0 0 0 11 1 0 0 20 0 20 0 177325789 26624872448 7889 33554432000 4194304 4196468 140726844193472 140726844176016 139853389262583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
/proc/8548/statm: 6500213 7889 3413 1 0 6487932 0
[pid=8548/tid=8550] ppid=8545 vsize=26000852 memory=4426928974881518495 CPUtime=0.09 cores=0-7
/proc/8548/task/8550/stat : 8550 (java) R 8545 8548 6951 0 -1 4202560 6237 0 0 0 8 1 0 0 20 0 20 0 177325789 26624872448 7889 33554432000 4194304 4196468 140726844193472 139853393441456 139853373343070 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8551] ppid=8545 vsize=26000852 memory=732370039341751269 CPUtime=0 cores=0-7
/proc/8548/task/8551/stat : 8551 (java) S 8545 8548 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177325790 26624872448 7889 33554432000 4194304 4196468 140726844193472 139853341883024 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8552] ppid=8545 vsize=26000852 memory=139901004297856 CPUtime=0 cores=0-7
/proc/8548/task/8552/stat : 8552 (java) S 8545 8548 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177325790 26624872448 7889 33554432000 4194304 4196468 140726844193472 139853340830224 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8553] ppid=8545 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8553/stat : 8553 (java) S 8545 8548 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177325790 26624872448 7889 33554432000 4194304 4196468 140726844193472 139853339777424 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8554] ppid=8545 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8554/stat : 8554 (java) S 8545 8548 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177325790 26624872448 7889 33554432000 4194304 4196468 140726844193472 139853338724624 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8555] ppid=8545 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8555/stat : 8555 (java) S 8545 8548 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177325790 26624872448 7889 33554432000 4194304 4196468 140726844193472 139853337672848 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8556] ppid=8545 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/8548/task/8556/stat : 8556 (java) S 8545 8548 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177325790 26624872448 7889 33554432000 4194304 4196468 140726844193472 139853336620048 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8557] ppid=8545 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8557/stat : 8557 (java) S 8545 8548 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177325790 26624872448 7889 33554432000 4194304 4196468 140726844193472 139853335567248 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8558] ppid=8545 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8558/stat : 8558 (java) S 8545 8548 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177325790 26624872448 7889 33554432000 4194304 4196468 140726844193472 139853334514448 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8559] ppid=8545 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8559/stat : 8559 (java) S 8545 8548 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177325791 26624872448 7889 33554432000 4194304 4196468 140726844193472 139852132436336 139853389273730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8560] ppid=8545 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8560/stat : 8560 (java) S 8545 8548 6951 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177325792 26624872448 7889 33554432000 4194304 4196468 140726844193472 139852131382304 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8561] ppid=8545 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8561/stat : 8561 (java) S 8545 8548 6951 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177325792 26624872448 7889 33554432000 4194304 4196468 140726844193472 139852130329456 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8562] ppid=8545 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8562/stat : 8562 (java) S 8545 8548 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177325794 26624872448 7889 33554432000 4194304 4196468 140726844193472 139852129277776 139853389281179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8563] ppid=8545 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8563/stat : 8563 (java) S 8545 8548 6951 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 20 0 177325794 26624872448 7889 33554432000 4194304 4196468 140726844193472 139852128226160 139853389273730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8564] ppid=8545 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8564/stat : 8564 (java) S 8545 8548 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177325794 26624872448 7889 33554432000 4194304 4196468 140726844193472 139852127173360 139853389273730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8565] ppid=8545 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8565/stat : 8565 (java) S 8545 8548 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177325794 26624872448 7889 33554432000 4194304 4196468 140726844193472 139852126120560 139853389273730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8566] ppid=8545 vsize=26000852 memory=0 CPUtime=0.02 cores=0-7
/proc/8548/task/8566/stat : 8566 (java) S 8545 8548 6951 0 -1 1077944384 370 0 0 0 2 0 0 0 20 0 20 0 177325794 26624872448 7889 33554432000 4194304 4196468 140726844193472 139852125067760 139853389273730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8567] ppid=8545 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8567/stat : 8567 (java) S 8545 8548 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177325795 26624872448 7889 33554432000 4194304 4196468 140726844193472 139852124015200 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8568] ppid=8545 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/8548/task/8568/stat : 8568 (java) S 8545 8548 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177325795 26624872448 7889 33554432000 4194304 4196468 140726844193472 139852122962480 139853389273730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 31556 KiB

[startup+0.20972 s]*
/proc/loadavg: 8.94 7.28 4.70 3/200 8568
/proc/meminfo: memFree=21829100/32770624 swapFree=67108860/67108860
[pid=8548] ppid=8545 vsize=26000852 memory=41144 CPUtime=0.3 cores=0-7
/proc/8548/stat : 8548 (java) S 8545 8548 6951 0 -1 1077944320 9415 0 0 0 28 2 0 0 20 0 20 0 177325789 26624872448 10286 33554432000 4194304 4196468 140726844193472 140726844176016 139853389262583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
/proc/8548/statm: 6500213 10286 3619 1 0 6487932 0
[pid=8548/tid=8550] ppid=8545 vsize=26000852 memory=32758254098972862 CPUtime=0.19 cores=0-7
/proc/8548/task/8550/stat : 8550 (java) R 8545 8548 6951 0 -1 4202560 6919 0 0 0 18 1 0 0 20 0 20 0 177325789 26624872448 10286 33554432000 4194304 4196468 140726844193472 139853393477600 139853373343070 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8551] ppid=8545 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8551/stat : 8551 (java) S 8545 8548 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177325790 26624872448 10286 33554432000 4194304 4196468 140726844193472 139853341883024 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8552] ppid=8545 vsize=26000852 memory=139901005149399 CPUtime=0 cores=0-7
/proc/8548/task/8552/stat : 8552 (java) S 8545 8548 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177325790 26624872448 10286 33554432000 4194304 4196468 140726844193472 139853340830224 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8553] ppid=8545 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8553/stat : 8553 (java) S 8545 8548 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177325790 26624872448 10286 33554432000 4194304 4196468 140726844193472 139853339777424 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8554] ppid=8545 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8554/stat : 8554 (java) S 8545 8548 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177325790 26624872448 10286 33554432000 4194304 4196468 140726844193472 139853338724624 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8555] ppid=8545 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8555/stat : 8555 (java) S 8545 8548 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177325790 26624872448 10286 33554432000 4194304 4196468 140726844193472 139853337672848 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8556] ppid=8545 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/8548/task/8556/stat : 8556 (java) S 8545 8548 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177325790 26624872448 10286 33554432000 4194304 4196468 140726844193472 139853336620048 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8557] ppid=8545 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8557/stat : 8557 (java) S 8545 8548 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177325790 26624872448 10286 33554432000 4194304 4196468 140726844193472 139853335567248 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8558] ppid=8545 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8558/stat : 8558 (java) S 8545 8548 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177325790 26624872448 10286 33554432000 4194304 4196468 140726844193472 139853334514448 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8559] ppid=8545 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8559/stat : 8559 (java) S 8545 8548 6951 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 177325791 26624872448 10286 33554432000 4194304 4196468 140726844193472 139852132436336 139853389273730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8560] ppid=8545 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8560/stat : 8560 (java) S 8545 8548 6951 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177325792 26624872448 10286 33554432000 4194304 4196468 140726844193472 139852131382304 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8561] ppid=8545 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8561/stat : 8561 (java) S 8545 8548 6951 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177325792 26624872448 10286 33554432000 4194304 4196468 140726844193472 139852130329456 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8562] ppid=8545 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8562/stat : 8562 (java) S 8545 8548 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177325794 26624872448 10286 33554432000 4194304 4196468 140726844193472 139852129277776 139853389281179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8563] ppid=8545 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/8548/task/8563/stat : 8563 (java) S 8545 8548 6951 0 -1 1077944384 374 0 0 0 1 0 0 0 20 0 20 0 177325794 26624872448 10286 33554432000 4194304 4196468 140726844193472 139852128226160 139853389273730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8564] ppid=8545 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/8548/task/8564/stat : 8564 (java) S 8545 8548 6951 0 -1 1077944384 135 0 0 0 1 0 0 0 20 0 20 0 177325794 26624872448 10286 33554432000 4194304 4196468 140726844193472 139852127173360 139853389273730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8565] ppid=8545 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8565/stat : 8565 (java) S 8545 8548 6951 0 -1 1077944384 171 0 0 0 0 0 0 0 20 0 20 0 177325794 26624872448 10286 33554432000 4194304 4196468 140726844193472 139852126120560 139853389273730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8566] ppid=8545 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/8548/task/8566/stat : 8566 (java) R 8545 8548 6951 0 -1 4202560 431 0 0 0 5 0 0 0 20 0 20 0 177325794 26624872448 10286 33554432000 4194304 4196468 140726844193472 139852125067760 139853367922373 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8567] ppid=8545 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8567/stat : 8567 (java) S 8545 8548 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177325795 26624872448 10286 33554432000 4194304 4196468 140726844193472 139852124015200 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8568] ppid=8545 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/8548/task/8568/stat : 8568 (java) S 8545 8548 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177325795 26624872448 10286 33554432000 4194304 4196468 140726844193472 139852122962480 139853389273730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 41144 KiB

[startup+0.309554 s]*
/proc/loadavg: 8.94 7.28 4.70 3/200 8568
/proc/meminfo: memFree=21821408/32770624 swapFree=67108860/67108860
[pid=8548] ppid=8545 vsize=26000872 memory=49480 CPUtime=0.48 cores=0-7
/proc/8548/stat : 8548 (java) S 8545 8548 6951 0 -1 1077944320 10587 0 0 0 45 3 0 0 20 0 20 0 177325789 26624892928 12370 33554432000 4194304 4196468 140726844193472 140726844176016 139853389262583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
/proc/8548/statm: 6500218 12370 3709 1 0 6487932 0
[pid=8548/tid=8550] ppid=8545 vsize=26000872 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/8548/task/8550/stat : 8550 (java) R 8545 8548 6951 0 -1 4202560 7657 0 0 0 27 2 0 0 20 0 20 0 177325789 26624892928 12370 33554432000 4194304 4196468 140726844193472 139853393491728 139853389274518 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8551] ppid=8545 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8551/stat : 8551 (java) S 8545 8548 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177325790 26624892928 12370 33554432000 4194304 4196468 140726844193472 139853341883024 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8552] ppid=8545 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8552/stat : 8552 (java) S 8545 8548 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177325790 26624892928 12370 33554432000 4194304 4196468 140726844193472 139853340830224 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8553] ppid=8545 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8553/stat : 8553 (java) S 8545 8548 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177325790 26624892928 12370 33554432000 4194304 4196468 140726844193472 139853339777424 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8554] ppid=8545 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8554/stat : 8554 (java) S 8545 8548 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177325790 26624892928 12370 33554432000 4194304 4196468 140726844193472 139853338724624 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8555] ppid=8545 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/8548/task/8555/stat : 8555 (java) S 8545 8548 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177325790 26624892928 12370 33554432000 4194304 4196468 140726844193472 139853337672848 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8556] ppid=8545 vsize=26000872 memory=139900842242991 CPUtime=0 cores=0-7
/proc/8548/task/8556/stat : 8556 (java) S 8545 8548 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177325790 26624892928 12370 33554432000 4194304 4196468 140726844193472 139853336620048 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8557] ppid=8545 vsize=26000872 memory=139900842245296 CPUtime=0 cores=0-7
/proc/8548/task/8557/stat : 8557 (java) S 8545 8548 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177325790 26624892928 12370 33554432000 4194304 4196468 140726844193472 139853335567248 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8558] ppid=8545 vsize=26000872 memory=139900842247600 CPUtime=0 cores=0-7
/proc/8548/task/8558/stat : 8558 (java) S 8545 8548 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177325790 26624892928 12370 33554432000 4194304 4196468 140726844193472 139853334514448 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8559] ppid=8545 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8559/stat : 8559 (java) S 8545 8548 6951 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 177325791 26624892928 12370 33554432000 4194304 4196468 140726844193472 139852132436336 139853389273730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8560] ppid=8545 vsize=26000872 memory=279801684502160 CPUtime=0 cores=0-7
/proc/8548/task/8560/stat : 8560 (java) S 8545 8548 6951 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177325792 26624892928 12370 33554432000 4194304 4196468 140726844193472 139852131382304 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8561] ppid=8545 vsize=26000872 memory=279801684509072 CPUtime=0 cores=0-7
/proc/8548/task/8561/stat : 8561 (java) S 8545 8548 6951 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177325792 26624892928 12370 33554432000 4194304 4196468 140726844193472 139852130329456 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8562] ppid=8545 vsize=26000872 memory=279801684450352 CPUtime=0 cores=0-7
/proc/8548/task/8562/stat : 8562 (java) S 8545 8548 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177325794 26624892928 12370 33554432000 4194304 4196468 140726844193472 139852129277776 139853389281179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8563] ppid=8545 vsize=26000872 memory=279801684522896 CPUtime=0.01 cores=0-7
/proc/8548/task/8563/stat : 8563 (java) S 8545 8548 6951 0 -1 1077944384 381 0 0 0 1 0 0 0 20 0 20 0 177325794 26624892928 12370 33554432000 4194304 4196468 140726844193472 139852128226160 139853389273730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8564] ppid=8545 vsize=26000872 memory=279801684529808 CPUtime=0.03 cores=0-7
/proc/8548/task/8564/stat : 8564 (java) S 8545 8548 6951 0 -1 1077944384 278 0 0 0 3 0 0 0 20 0 20 0 177325794 26624892928 12370 33554432000 4194304 4196468 140726844193472 139852127173360 139853389273730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8565] ppid=8545 vsize=26000872 memory=279801684527504 CPUtime=0.04 cores=0-7
/proc/8548/task/8565/stat : 8565 (java) S 8545 8548 6951 0 -1 1077944384 417 0 0 0 4 0 0 0 20 0 20 0 177325794 26624892928 12370 33554432000 4194304 4196468 140726844193472 139852126120560 139853389273730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8566] ppid=8545 vsize=26000872 memory=279801684544064 CPUtime=0.08 cores=0-7
/proc/8548/task/8566/stat : 8566 (java) R 8545 8548 6951 0 -1 4202560 467 0 0 0 8 0 0 0 20 0 20 0 177325794 26624892928 12370 33554432000 4194304 4196468 140726844193472 139852125067760 139853367793576 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8567] ppid=8545 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8567/stat : 8567 (java) S 8545 8548 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177325795 26624892928 12370 33554432000 4194304 4196468 140726844193472 139852124015200 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8568] ppid=8545 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/8548/task/8568/stat : 8568 (java) S 8545 8548 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177325795 26624892928 12370 33554432000 4194304 4196468 140726844193472 139852122962480 139853389273730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 49480 KiB

[startup+0.700913 s]
/proc/loadavg: 8.94 7.28 4.70 4/200 8568
/proc/meminfo: memFree=21808396/32770624 swapFree=67108860/67108860
[pid=8548] ppid=8545 vsize=26004968 memory=77276 CPUtime=1.15 cores=0-7
/proc/8548/stat : 8548 (java) S 8545 8548 6951 0 -1 1077944320 12912 0 0 0 110 5 0 0 20 0 20 0 177325789 26629087232 19319 33554432000 4194304 4196468 140726844193472 140726844176016 139853389262583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
/proc/8548/statm: 6501242 19319 3763 1 0 6488956 0
[pid=8548/tid=8550] ppid=8545 vsize=26004968 memory=7300448522226656084 CPUtime=0.67 cores=0-7
/proc/8548/task/8550/stat : 8550 (java) R 8545 8548 6951 0 -1 4202560 9310 0 0 0 64 3 0 0 20 0 20 0 177325789 26629087232 19319 33554432000 4194304 4196468 140726844193472 139853393490352 139853373343070 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8551] ppid=8545 vsize=26004968 memory=36794984841966 CPUtime=0 cores=0-7
/proc/8548/task/8551/stat : 8551 (java) S 8545 8548 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177325790 26629087232 19319 33554432000 4194304 4196468 140726844193472 139853341883024 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8552] ppid=8545 vsize=26004968 memory=139900842253725 CPUtime=0 cores=0-7
/proc/8548/task/8552/stat : 8552 (java) S 8545 8548 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177325790 26629087232 19319 33554432000 4194304 4196468 140726844193472 139853340830224 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8553] ppid=8545 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8553/stat : 8553 (java) S 8545 8548 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177325790 26629087232 19319 33554432000 4194304 4196468 140726844193472 139853339777424 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8554] ppid=8545 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8554/stat : 8554 (java) S 8545 8548 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177325790 26629087232 19319 33554432000 4194304 4196468 140726844193472 139853338724624 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8555] ppid=8545 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8555/stat : 8555 (java) S 8545 8548 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177325790 26629087232 19319 33554432000 4194304 4196468 140726844193472 139853337672848 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8556] ppid=8545 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8556/stat : 8556 (java) S 8545 8548 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177325790 26629087232 19319 33554432000 4194304 4196468 140726844193472 139853336620048 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8557] ppid=8545 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8557/stat : 8557 (java) S 8545 8548 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177325790 26629087232 19319 33554432000 4194304 4196468 140726844193472 139853335567248 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8558] ppid=8545 vsize=26004968 memory=1840 CPUtime=0 cores=0-7
/proc/8548/task/8558/stat : 8558 (java) S 8545 8548 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177325790 26629087232 19319 33554432000 4194304 4196468 140726844193472 139853334514448 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8559] ppid=8545 vsize=26004968 memory=12136 CPUtime=0 cores=0-7
/proc/8548/task/8559/stat : 8559 (java) S 8545 8548 6951 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 177325791 26629087232 19319 33554432000 4194304 4196468 140726844193472 139852132436336 139853389273730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0

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

/proc/8548/task/8562/stat : 8562 (java) S 8545 8548 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 40 0 177325794 28000743424 623768 33554432000 4194304 4196468 140726844193472 139852129277776 139853389281179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8563] ppid=8545 vsize=27344476 memory=6656426216303648864 CPUtime=1.18 cores=0-7
/proc/8548/task/8563/stat : 8563 (java) S 8545 8548 6951 0 -1 1077944384 6321 0 0 0 116 2 0 0 20 0 40 0 177325794 28000743424 623768 33554432000 4194304 4196468 140726844193472 139852128226160 139853389273730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8564] ppid=8545 vsize=27344476 memory=8112282956445269571 CPUtime=1.23 cores=0-7
/proc/8548/task/8564/stat : 8564 (java) S 8545 8548 6951 0 -1 1077944384 6187 0 0 0 121 2 0 0 20 0 40 0 177325794 28000743424 623768 33554432000 4194304 4196468 140726844193472 139852127173360 139853389273730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8565] ppid=8545 vsize=27344476 memory=8112282956445269571 CPUtime=1.33 cores=0-7
/proc/8548/task/8565/stat : 8565 (java) S 8545 8548 6951 0 -1 1077944384 6673 0 0 0 131 2 0 0 20 0 40 0 177325794 28000743424 623768 33554432000 4194304 4196468 140726844193472 139852126120560 139853389273730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8566] ppid=8545 vsize=27344476 memory=1928 CPUtime=0.76 cores=0-7
/proc/8548/task/8566/stat : 8566 (java) S 8545 8548 6951 0 -1 1077944384 14544 0 0 0 74 2 0 0 20 0 40 0 177325794 28000743424 623768 33554432000 4194304 4196468 140726844193472 139852125067760 139853389273730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 58 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8567] ppid=8545 vsize=27344476 memory=1428 CPUtime=0 cores=0-7
/proc/8548/task/8567/stat : 8567 (java) S 8545 8548 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 40 0 177325795 28000743424 623768 33554432000 4194304 4196468 140726844193472 139852124015200 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8568] ppid=8545 vsize=27344476 memory=139900843589412 CPUtime=0.05 cores=0-7
/proc/8548/task/8568/stat : 8568 (java) S 8545 8548 6951 0 -1 1077944384 2683 0 0 0 0 5 0 0 20 0 40 0 177325795 28000743424 623768 33554432000 4194304 4196468 140726844193472 139852122962480 139853389273730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 57 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8569] ppid=8545 vsize=27344476 memory=7084531999336523552 CPUtime=0 cores=0-7
/proc/8548/task/8569/stat : 8569 (java) S 8545 8548 6951 0 -1 1077944384 521 0 0 0 0 0 0 0 20 0 40 0 177326403 28000743424 623768 33554432000 4194304 4196468 140726844193472 139852044759680 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8570] ppid=8545 vsize=27344476 memory=279801685030048 CPUtime=0.22 cores=0-7
/proc/8548/task/8570/stat : 8570 (java) S 8545 8548 6951 0 -1 1077944384 5333 0 0 0 12 10 0 0 20 0 40 0 177326415 28000743424 623768 33554432000 4194304 4196468 140726844193472 139852041609904 139853389273730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8571] ppid=8545 vsize=27344476 memory=6943526294502006880 CPUtime=115.3 cores=0-7
/proc/8548/task/8571/stat : 8571 (java) S 8545 8548 6951 0 -1 1077944384 8407 0 0 0 11520 10 0 0 20 0 40 0 177326425 28000743424 623768 33554432000 4194304 4196468 140726844193472 139852040558128 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8572] ppid=8545 vsize=27344476 memory=7014751519600171367 CPUtime=213.03 cores=0-7
/proc/8548/task/8572/stat : 8572 (java) R 8545 8548 6951 0 -1 4202560 12361 0 0 0 21289 14 0 0 20 0 40 0 177326426 28000743424 623768 33554432000 4194304 4196468 140726844193472 139852039498728 139853019320793 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8573] ppid=8545 vsize=27344476 memory=2495072 CPUtime=0.05 cores=0-7
/proc/8548/task/8573/stat : 8573 (java) S 8545 8548 6951 0 -1 1077944384 98 0 0 0 5 0 0 0 20 0 40 0 177326426 28000743424 623768 33554432000 4194304 4196468 140726844193472 139852036355376 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8574] ppid=8545 vsize=27344476 memory=2493016 CPUtime=0.08 cores=0-7
/proc/8548/task/8574/stat : 8574 (java) S 8545 8548 6951 0 -1 1077944384 113 0 0 0 8 0 0 0 20 0 40 0 177326428 28000743424 623768 33554432000 4194304 4196468 140726844193472 139852035302576 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8575] ppid=8545 vsize=27344476 memory=2484624 CPUtime=212.91 cores=0-7
/proc/8548/task/8575/stat : 8575 (java) R 8545 8548 6951 0 -1 4202560 14963 0 0 0 21273 18 0 0 20 0 40 0 177326428 28000743424 623768 33554432000 4194304 4196468 140726844193472 139852034246080 139853019471552 0 4 0 16800975 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8576] ppid=8545 vsize=27344476 memory=48812 CPUtime=97.6 cores=0-7
/proc/8548/task/8576/stat : 8576 (java) R 8545 8548 6951 0 -1 4202560 5243 0 0 0 9758 2 0 0 20 0 40 0 177326428 28000743424 623768 33554432000 4194304 4196468 140726844193472 139852033190968 139853019336015 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8577] ppid=8545 vsize=27344476 memory=1296 CPUtime=213.15 cores=0-7
/proc/8548/task/8577/stat : 8577 (java) R 8545 8548 6951 0 -1 4202560 13214 0 0 0 21300 15 0 0 20 0 40 0 177326428 28000743424 623768 33554432000 4194304 4196468 140726844193472 139852032137752 139853019729368 0 4 0 16800975 0 0 0 -1 6 0 0 5 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8578] ppid=8545 vsize=27344476 memory=2400 CPUtime=212.95 cores=0-7
/proc/8548/task/8578/stat : 8578 (java) R 8545 8548 6951 0 -1 4202560 12902 0 0 0 21279 16 0 0 20 0 40 0 177326428 28000743424 623768 33554432000 4194304 4196468 140726844193472 139852031085352 139853013578619 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8579] ppid=8545 vsize=27344476 memory=2486680 CPUtime=213.59 cores=0-7
/proc/8548/task/8579/stat : 8579 (java) R 8545 8548 6951 0 -1 4202560 14159 0 0 0 21346 13 0 0 20 0 40 0 177326428 28000743424 623768 33554432000 4194304 4196468 140726844193472 139852030033176 139853370102069 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8580] ppid=8545 vsize=27344476 memory=2486680 CPUtime=212.23 cores=0-7
/proc/8548/task/8580/stat : 8580 (java) R 8545 8548 6951 0 -1 4202560 13887 0 0 0 21212 11 0 0 20 0 40 0 177326428 28000743424 623768 33554432000 4194304 4196468 140726844193472 139852028980200 139853019369300 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8581] ppid=8545 vsize=27344476 memory=2484592 CPUtime=213.04 cores=0-7
/proc/8548/task/8581/stat : 8581 (java) R 8545 8548 6951 0 -1 4202560 16233 0 0 0 21289 15 0 0 20 0 40 0 177326429 28000743424 623768 33554432000 4194304 4196468 140726844193472 139852027927592 139853370668882 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8582] ppid=8545 vsize=27344476 memory=4012 CPUtime=0 cores=0-7
/proc/8548/task/8582/stat : 8582 (java) S 8545 8548 6951 0 -1 1077944384 230 0 0 0 0 0 0 0 20 0 40 0 177326429 28000743424 623768 33554432000 4194304 4196468 140726844193472 139852026881200 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8583] ppid=8545 vsize=27344476 memory=4012 CPUtime=0 cores=0-7
/proc/8548/task/8583/stat : 8583 (java) S 8545 8548 6951 0 -1 1077944384 224 0 0 0 0 0 0 0 20 0 40 0 177326439 28000743424 623768 33554432000 4194304 4196468 140726844193472 139852025828400 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8584] ppid=8545 vsize=27344476 memory=48812 CPUtime=0 cores=0-7
/proc/8548/task/8584/stat : 8584 (java) S 8545 8548 6951 0 -1 1077944384 443 0 0 0 0 0 0 0 20 0 40 0 177326439 28000743424 623768 33554432000 4194304 4196468 140726844193472 139852024775600 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8585] ppid=8545 vsize=27344476 memory=1296 CPUtime=0 cores=0-7
/proc/8548/task/8585/stat : 8585 (java) S 8545 8548 6951 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 40 0 177336321 28000743424 623768 33554432000 4194304 4196468 140726844193472 139852021588784 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8586] ppid=8545 vsize=27344476 memory=2400 CPUtime=0 cores=0-7
/proc/8548/task/8586/stat : 8586 (java) S 8545 8548 6951 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 40 0 177336321 28000743424 623768 33554432000 4194304 4196468 140726844193472 139852020535984 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8587] ppid=8545 vsize=27344476 memory=48812 CPUtime=0 cores=0-7
/proc/8548/task/8587/stat : 8587 (java) S 8545 8548 6951 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 40 0 177336322 28000743424 623768 33554432000 4194304 4196468 140726844193472 139852019484208 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8588] ppid=8545 vsize=27344476 memory=1296 CPUtime=0 cores=0-7
/proc/8548/task/8588/stat : 8588 (java) S 8545 8548 6951 0 -1 1077944384 238 0 0 0 0 0 0 0 20 0 40 0 177336325 28000743424 623768 33554432000 4194304 4196468 140726844193472 139852018431408 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
Current children cumulated CPU time: 1720.78 s
Current children cumulated vsize: 27344476 KiB
Current children cumulated memory: 2495072 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.006 s]*
/proc/loadavg: 8.65 8.03 5.61 10/218 8588
/proc/meminfo: memFree=19365036/32770624 swapFree=67108860/67108860
[pid=8548] ppid=8545 vsize=27344476 memory=2503368 CPUtime=1954.61 cores=0-7
/proc/8548/stat : 8548 (java) S 8545 8548 6951 0 -1 1077944320 325129 0 0 0 195204 257 0 0 20 0 40 0 177325789 28000743424 625842 33554432000 4194304 4196468 140726844193472 140726844176016 139853389262583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
/proc/8548/statm: 6836119 625842 3833 1 0 6823312 0
[pid=8548/tid=8550] ppid=8545 vsize=27344476 memory=8112282956445269571 CPUtime=6.25 cores=0-7
/proc/8548/task/8550/stat : 8550 (java) S 8545 8548 6951 0 -1 1077944384 14051 0 0 0 612 13 0 0 20 0 40 0 177325789 28000743424 625842 33554432000 4194304 4196468 140726844193472 139853393500288 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8551] ppid=8545 vsize=27344476 memory=-7003737579269690708 CPUtime=0.75 cores=0-7
/proc/8548/task/8551/stat : 8551 (java) S 8545 8548 6951 0 -1 1077944384 11839 0 0 0 62 13 0 0 20 0 40 0 177325790 28000743424 625842 33554432000 4194304 4196468 140726844193472 139853341883024 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8552] ppid=8545 vsize=27344476 memory=2468 CPUtime=0.74 cores=0-7
/proc/8548/task/8552/stat : 8552 (java) S 8545 8548 6951 0 -1 1077944384 17719 0 0 0 62 12 0 0 20 0 40 0 177325790 28000743424 625842 33554432000 4194304 4196468 140726844193472 139853340830224 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8553] ppid=8545 vsize=27344476 memory=1576 CPUtime=0.77 cores=0-7
/proc/8548/task/8553/stat : 8553 (java) S 8545 8548 6951 0 -1 1077944384 10931 0 0 0 65 12 0 0 20 0 40 0 177325790 28000743424 625842 33554432000 4194304 4196468 140726844193472 139853339777424 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8554] ppid=8545 vsize=27344476 memory=928 CPUtime=0.76 cores=0-7
/proc/8548/task/8554/stat : 8554 (java) S 8545 8548 6951 0 -1 1077944384 14709 0 0 0 64 12 0 0 20 0 40 0 177325790 28000743424 625842 33554432000 4194304 4196468 140726844193472 139853338724624 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8555] ppid=8545 vsize=27344476 memory=2240 CPUtime=0.76 cores=0-7
/proc/8548/task/8555/stat : 8555 (java) S 8545 8548 6951 0 -1 1077944384 16600 0 0 0 63 13 0 0 20 0 40 0 177325790 28000743424 625842 33554432000 4194304 4196468 140726844193472 139853337672848 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8556] ppid=8545 vsize=27344476 memory=4128 CPUtime=0.73 cores=0-7
/proc/8548/task/8556/stat : 8556 (java) S 8545 8548 6951 0 -1 1077944384 11079 0 0 0 63 10 0 0 20 0 40 0 177325790 28000743424 625842 33554432000 4194304 4196468 140726844193472 139853336620048 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8557] ppid=8545 vsize=27344476 memory=2200 CPUtime=0.75 cores=0-7
/proc/8548/task/8557/stat : 8557 (java) S 8545 8548 6951 0 -1 1077944384 18368 0 0 0 63 12 0 0 20 0 40 0 177325790 28000743424 625842 33554432000 4194304 4196468 140726844193472 139853335567248 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8558] ppid=8545 vsize=27344476 memory=7540 CPUtime=0.73 cores=0-7
/proc/8548/task/8558/stat : 8558 (java) S 8545 8548 6951 0 -1 1077944384 12407 0 0 0 61 12 0 0 20 0 40 0 177325790 28000743424 625842 33554432000 4194304 4196468 140726844193472 139853334514448 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8559] ppid=8545 vsize=27344476 memory=2501320 CPUtime=0.72 cores=0-7
/proc/8548/task/8559/stat : 8559 (java) S 8545 8548 6951 0 -1 1077944384 30229 0 0 0 62 10 0 0 20 0 40 0 177325791 28000743424 625842 33554432000 4194304 4196468 140726844193472 139852132436336 139853389273730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8560] ppid=8545 vsize=27344476 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/8548/task/8560/stat : 8560 (java) S 8545 8548 6951 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 40 0 177325792 28000743424 625842 33554432000 4194304 4196468 140726844193472 139852131382368 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8561] ppid=8545 vsize=27344476 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/8548/task/8561/stat : 8561 (java) S 8545 8548 6951 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 40 0 177325792 28000743424 625842 33554432000 4194304 4196468 140726844193472 139852130329472 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8562] ppid=8545 vsize=27344476 memory=14699582244260269 CPUtime=0 cores=0-7
/proc/8548/task/8562/stat : 8562 (java) S 8545 8548 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 40 0 177325794 28000743424 625842 33554432000 4194304 4196468 140726844193472 139852129277776 139853389281179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8563] ppid=8545 vsize=27344476 memory=5784 CPUtime=1.18 cores=0-7
/proc/8548/task/8563/stat : 8563 (java) S 8545 8548 6951 0 -1 1077944384 6332 0 0 0 116 2 0 0 20 0 40 0 177325794 28000743424 625842 33554432000 4194304 4196468 140726844193472 139852128226160 139853389273730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8564] ppid=8545 vsize=27344476 memory=4616 CPUtime=1.26 cores=0-7
/proc/8548/task/8564/stat : 8564 (java) S 8545 8548 6951 0 -1 1077944384 6753 0 0 0 123 3 0 0 20 0 40 0 177325794 28000743424 625842 33554432000 4194304 4196468 140726844193472 139852127173360 139853389273730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8565] ppid=8545 vsize=27344476 memory=1928 CPUtime=1.33 cores=0-7
/proc/8548/task/8565/stat : 8565 (java) S 8545 8548 6951 0 -1 1077944384 6682 0 0 0 131 2 0 0 20 0 40 0 177325794 28000743424 625842 33554432000 4194304 4196468 140726844193472 139852126120560 139853389273730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8566] ppid=8545 vsize=27344476 memory=1428 CPUtime=0.77 cores=0-7
/proc/8548/task/8566/stat : 8566 (java) S 8545 8548 6951 0 -1 1077944384 16319 0 0 0 75 2 0 0 20 0 40 0 177325794 28000743424 625842 33554432000 4194304 4196468 140726844193472 139852125067760 139853389273730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 58 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8567] ppid=8545 vsize=27344476 memory=1196 CPUtime=0 cores=0-7
/proc/8548/task/8567/stat : 8567 (java) S 8545 8548 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 40 0 177325795 28000743424 625842 33554432000 4194304 4196468 140726844193472 139852124015200 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8568] ppid=8545 vsize=27344476 memory=0 CPUtime=0.06 cores=0-7
/proc/8548/task/8568/stat : 8568 (java) S 8545 8548 6951 0 -1 1077944384 2807 0 0 0 0 6 0 0 20 0 40 0 177325795 28000743424 625842 33554432000 4194304 4196468 140726844193472 139852122962480 139853389273730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 57 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8569] ppid=8545 vsize=27344476 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8569/stat : 8569 (java) S 8545 8548 6951 0 -1 1077944384 623 0 0 0 0 0 0 0 20 0 40 0 177326403 28000743424 625842 33554432000 4194304 4196468 140726844193472 139852044759680 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8570] ppid=8545 vsize=27344476 memory=0 CPUtime=0.26 cores=0-7
/proc/8548/task/8570/stat : 8570 (java) S 8545 8548 6951 0 -1 1077944384 5691 0 0 0 15 11 0 0 20 0 40 0 177326415 28000743424 625842 33554432000 4194304 4196468 140726844193472 139852041609904 139853389273730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8571] ppid=8545 vsize=27344476 memory=0 CPUtime=115.3 cores=0-7
/proc/8548/task/8571/stat : 8571 (java) S 8545 8548 6951 0 -1 1077944384 8429 0 0 0 11520 10 0 0 20 0 40 0 177326425 28000743424 625842 33554432000 4194304 4196468 140726844193472 139852040558128 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8572] ppid=8545 vsize=27344476 memory=0 CPUtime=242.01 cores=0-7
/proc/8548/task/8572/stat : 8572 (java) R 8545 8548 6951 0 -1 4202560 13247 0 0 0 24187 14 0 0 20 0 40 0 177326426 28000743424 625842 33554432000 4194304 4196468 140726844193472 139852039501392 139853013578710 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8573] ppid=8545 vsize=27344476 memory=0 CPUtime=0.05 cores=0-7
/proc/8548/task/8573/stat : 8573 (java) S 8545 8548 6951 0 -1 1077944384 119 0 0 0 5 0 0 0 20 0 40 0 177326426 28000743424 625842 33554432000 4194304 4196468 140726844193472 139852036355376 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8574] ppid=8545 vsize=27344476 memory=133 CPUtime=0.08 cores=0-7
/proc/8548/task/8574/stat : 8574 (java) S 8545 8548 6951 0 -1 1077944384 146 0 0 0 8 0 0 0 20 0 40 0 177326428 28000743424 625842 33554432000 4194304 4196468 140726844193472 139852035302688 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8575] ppid=8545 vsize=27344476 memory=77 CPUtime=241.96 cores=0-7
/proc/8548/task/8575/stat : 8575 (java) R 8545 8548 6951 0 -1 4202560 15786 0 0 0 24177 19 0 0 20 0 40 0 177326428 28000743424 625842 33554432000 4194304 4196468 140726844193472 139852034243768 139853019227578 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8576] ppid=8545 vsize=27344476 memory=0 CPUtime=126.82 cores=0-7
/proc/8548/task/8576/stat : 8576 (java) R 8545 8548 6951 0 -1 4202560 6096 0 0 0 12680 2 0 0 20 0 40 0 177326428 28000743424 625842 33554432000 4194304 4196468 140726844193472 139852033191120 139853019227924 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8577] ppid=8545 vsize=27344476 memory=0 CPUtime=242.3 cores=0-7
/proc/8548/task/8577/stat : 8577 (java) R 8545 8548 6951 0 -1 4202560 14230 0 0 0 24215 15 0 0 20 0 40 0 177326428 28000743424 625842 33554432000 4194304 4196468 140726844193472 139852032138000 139853013976536 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8578] ppid=8545 vsize=27344476 memory=0 CPUtime=242.03 cores=0-7
/proc/8548/task/8578/stat : 8578 (java) R 8545 8548 6951 0 -1 4202560 13797 0 0 0 24187 16 0 0 20 0 40 0 177326428 28000743424 625842 33554432000 4194304 4196468 140726844193472 139852031085560 139853013578479 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8579] ppid=8545 vsize=27344476 memory=0 CPUtime=242.6 cores=0-7
/proc/8548/task/8579/stat : 8579 (java) R 8545 8548 6951 0 -1 4202560 15025 0 0 0 24246 14 0 0 20 0 40 0 177326428 28000743424 625842 33554432000 4194304 4196468 140726844193472 139852030033456 139853014310896 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8580] ppid=8545 vsize=27344476 memory=0 CPUtime=241.35 cores=0-7
/proc/8548/task/8580/stat : 8580 (java) R 8545 8548 6951 0 -1 4202560 14634 0 0 0 24124 11 0 0 20 0 40 0 177326428 28000743424 625842 33554432000 4194304 4196468 140726844193472 139852028980856 139853015522197 0 4 0 16800975 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8581] ppid=8545 vsize=27344476 memory=0 CPUtime=242 cores=0-7
/proc/8548/task/8581/stat : 8581 (java) R 8545 8548 6951 0 -1 4202560 17475 0 0 0 24184 16 0 0 20 0 40 0 177326429 28000743424 625842 33554432000 4194304 4196468 140726844193472 139852027927400 139853014311180 0 4 0 16800975 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8582] ppid=8545 vsize=27344476 memory=6941261231593382486 CPUtime=0 cores=0-7
/proc/8548/task/8582/stat : 8582 (java) S 8545 8548 6951 0 -1 1077944384 240 0 0 0 0 0 0 0 20 0 40 0 177326429 28000743424 625842 33554432000 4194304 4196468 140726844193472 139852026881312 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8583] ppid=8545 vsize=27344476 memory=-7522837415797432224 CPUtime=0 cores=0-7
/proc/8548/task/8583/stat : 8583 (java) S 8545 8548 6951 0 -1 1077944384 246 0 0 0 0 0 0 0 20 0 40 0 177326439 28000743424 625842 33554432000 4194304 4196468 140726844193472 139852025828400 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8584] ppid=8545 vsize=27344476 memory=0 CPUtime=0 cores=0-7
/proc/8548/task/8584/stat : 8584 (java) S 8545 8548 6951 0 -1 1077944384 597 0 0 0 0 0 0 0 20 0 40 0 177326439 28000743424 625842 33554432000 4194304 4196468 140726844193472 139852024775600 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8585] ppid=8545 vsize=27344476 memory=6528 CPUtime=0 cores=0-7
/proc/8548/task/8585/stat : 8585 (java) S 8545 8548 6951 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 40 0 177336321 28000743424 625842 33554432000 4194304 4196468 140726844193472 139852021588768 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8586] ppid=8545 vsize=27344476 memory=6944656425122961013 CPUtime=0 cores=0-7
/proc/8548/task/8586/stat : 8586 (java) S 8545 8548 6951 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 40 0 177336321 28000743424 625842 33554432000 4194304 4196468 140726844193472 139852020535984 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8587] ppid=8545 vsize=27344476 memory=8562125494162282060 CPUtime=0 cores=0-7
/proc/8548/task/8587/stat : 8587 (java) S 8545 8548 6951 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 40 0 177336322 28000743424 625842 33554432000 4194304 4196468 140726844193472 139852019484176 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
[pid=8548/tid=8588] ppid=8545 vsize=27344476 memory=31844 CPUtime=0 cores=0-7
/proc/8548/task/8588/stat : 8588 (java) S 8545 8548 6951 0 -1 1077944384 259 0 0 0 0 0 0 0 20 0 40 0 177336325 28000743424 625842 33554432000 4194304 4196468 140726844193472 139852018431408 139853389272789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37711872 140726844195943 140726844196128 140726844196128 140726844198863 0
Current children cumulated CPU time: 1954.61 s
Current children cumulated vsize: 27344476 KiB
Current children cumulated memory: 2503368 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+252.076 s]
# the end of solver process 8548 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1952.36 s, system=2.59621 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 252.076
CPU time (s): 1954.96
CPU user time (s): 1952.36
CPU system time (s): 2.59621
CPU usage (%): 775.543
Max. virtual memory (cumulated for all children) (KiB): 27344476
Max. memory (cumulated for all children) (KiB): 2725072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1952.36
system time used= 2.59621
maximum resident set size= 2727128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 325654
page faults= 0
swaps= 0
block input operations= 0
block output operations= 672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 83246
involuntary context switches= 44371


# summary of solver processes directly reported to runsolver:
#   pid: 8548
#   total CPU time (s): 1954.96
#   total CPU user time (s): 1952.36
#   total CPU system time (s): 2.59621

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.33555 second user time and 3.41132 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-23 00:41:23
IDJOB=4285755
IDBENCH=126205
IDSOLVER=2682
FILE ID=node105/4285755-1503442544
RUNJOBID= node105-1503428475-6978
PBS_JOBID= 20632140
Free space on /tmp= 60032 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-12-a3.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-4285755-1503442544/watcher-4285755-1503442544 -o /tmp/evaluation-result-4285755-1503442544/solver-4285755-1503442544 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node105-1503428475-6978 --watchdog 312  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 2061054185 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4285755-1503442544.xml

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

MD5SUM BENCH= 0a01517bf7d7882ddb7c2c03c4be0b51
RANDOM SEED=2061054185

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:        21855972 kB
MemAvailable:   31933632 kB
Buffers:          216292 kB
Cached:         10131552 kB
SwapCached:            0 kB
Active:          3249096 kB
Inactive:        7151776 kB
Active(anon):       2264 kB
Inactive(anon):    95428 kB
Active(file):    3246832 kB
Inactive(file):  7056348 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42324 kB
Writeback:             0 kB
AnonPages:         60768 kB
Mapped:            55268 kB
Shmem:             41612 kB
Slab:             207372 kB
SReclaimable:     180628 kB
SUnreclaim:        26744 kB
KernelStack:        3280 kB
PageTables:         4840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     341124 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= 59992 MiB
End job on node105 at 2017-08-23 00:45:35