Trace number 4275745

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2017-07-26SAT 19.392 5.7614198

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-xcsp2-s20a4/
TravellingSalesman-4-20-001-a4_X2.xml
MD5SUMb8ea00653452363d0c81f6ef3102e485
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.77130699
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints228
Number of domains5
Minimum domain size1
Maximum domain size1001
Distribution of domain sizes[{"size":1,"count":2},{"size":20,"count":20},{"size":161,"count":19},{"size":1001,"count":20}]
Minimum variable degree1
Maximum variable degree208
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":37},{"degree":19,"count":1},{"degree":20,"count":18},{"degree":37,"count":1},{"degree":190,"count":1},{"degree":208,"count":1}]
Minimum constraint arity2
Maximum constraint arity4
Distribution of constraint arities[{"arity":2,"count":1},{"arity":3,"count":20},{"arity":4,"count":207}]
Number of extensional constraints228
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":228}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.26	c version: 2017-07-26
0.29/0.26	c seed: 1513304838
0.29/0.26	c timeout: 20160
0.29/0.26	c memlimit: 11000
0.29/0.26	c nbcore: 8
0.29/0.29	c Parsing instance...
1.64/0.77	c Parsing done, starting search...
19.26/5.73	s SATISFIABLE
19.26/5.73	v <instantiation>
19.26/5.73	v 	<list>
19.26/5.73	v 		w3 w4 x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] z[0] z[1] z[2] z[3] z[4] z[5] z[6] z[7] z[8] z[9] z[10] z[11] z[12] z[13] z[14] z[15] z[16] z[17] z[18]
19.26/5.73	v 	</list>
19.26/5.73	v 	<values>
19.26/5.73	v 		160 0 16 3 18 12 19 9 5 4 8 14 13 10 15 7 1 2 6 17 20 11 7 3 16 15 17 0 5 11 2 1 2 3 7 26 0 18 0 3 15 9 10 26 41 58 58 63 74 76 77 79 82 89 115 115 133 133 136 151 160 
19.26/5.73	v 	</values>
19.26/5.73	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15277 MiB free)
  memory of node 1: 16384 MiB (15361 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275745-1502782125/watcher-4275745-1502782125 -o /tmp/evaluation-result-4275745-1502782125/solver-4275745-1502782125 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1502776136-28907 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1513304838 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275745-1502782125.xml 

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

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

solver pid=29746, runsolver pid=29743

[startup+0.100116 s]*
/proc/loadavg: 2.96 6.49 7.66 2/199 29766
/proc/meminfo: memFree=31354944/32770624 swapFree=67108860/67108860
[pid=29746] ppid=29743 vsize=14325320 memory=34476 CPUtime=0.12 cores=0-7
/proc/29746/stat : 29746 (java) S 29743 29746 28880 0 -1 1077944320 8499 0 0 0 10 2 0 0 20 0 20 0 111300779 14669127680 8619 33554432000 4194304 4196468 140724888281744 140724888264288 139809975824119 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
/proc/29746/statm: 3581330 8619 3409 1 0 3569050 0
[pid=29746/tid=29748] ppid=29743 vsize=14325320 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/29746/task/29748/stat : 29748 (java) R 29743 29746 28880 0 -1 4202560 6440 0 0 0 7 1 0 0 20 0 20 0 111300779 14669127680 8619 33554432000 4194304 4196468 140724888281744 139809980021264 139809975836054 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29749] ppid=29743 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29749/stat : 29749 (java) S 29743 29746 28880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111300780 14669127680 8619 33554432000 4194304 4196468 140724888281744 139809913424784 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29750] ppid=29743 vsize=14325320 memory=140047363171968 CPUtime=0 cores=0-7
/proc/29746/task/29750/stat : 29750 (java) S 29743 29746 28880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111300780 14669127680 8619 33554432000 4194304 4196468 140724888281744 139809912371984 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29751] ppid=29743 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29751/stat : 29751 (java) S 29743 29746 28880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111300780 14669127680 8619 33554432000 4194304 4196468 140724888281744 139809911319696 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29752] ppid=29743 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29752/stat : 29752 (java) S 29743 29746 28880 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111300780 14669127680 8619 33554432000 4194304 4196468 140724888281744 139809568332816 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29753] ppid=29743 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29753/stat : 29753 (java) S 29743 29746 28880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111300780 14669127680 8619 33554432000 4194304 4196468 140724888281744 139809567279504 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29754] ppid=29743 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/29746/task/29754/stat : 29754 (java) S 29743 29746 28880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111300780 14669127680 8619 33554432000 4194304 4196468 140724888281744 139809566226704 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29755] ppid=29743 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29755/stat : 29755 (java) S 29743 29746 28880 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111300780 14669127680 8619 33554432000 4194304 4196468 140724888281744 139809565174416 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29756] ppid=29743 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29756/stat : 29756 (java) S 29743 29746 28880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111300780 14669127680 8619 33554432000 4194304 4196468 140724888281744 139809564121616 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29757] ppid=29743 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29757/stat : 29757 (java) S 29743 29746 28880 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111300782 14669127680 8619 33554432000 4194304 4196468 140724888281744 139809073158768 139809975835266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29758] ppid=29743 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29758/stat : 29758 (java) S 29743 29746 28880 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 111300782 14669127680 8619 33554432000 4194304 4196468 140724888281744 139809072104736 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29759] ppid=29743 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29759/stat : 29759 (java) S 29743 29746 28880 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 111300782 14669127680 8619 33554432000 4194304 4196468 140724888281744 139809071052400 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29760] ppid=29743 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29760/stat : 29760 (java) S 29743 29746 28880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111300785 14669127680 8619 33554432000 4194304 4196468 140724888281744 139809070000720 139809975842715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29761] ppid=29743 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29761/stat : 29761 (java) S 29743 29746 28880 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 111300785 14669127680 8619 33554432000 4194304 4196468 140724888281744 139809068947568 139809975835266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29762] ppid=29743 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29762/stat : 29762 (java) S 29743 29746 28880 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111300785 14669127680 8619 33554432000 4194304 4196468 140724888281744 139809067894768 139809975835266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29763] ppid=29743 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29763/stat : 29763 (java) S 29743 29746 28880 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111300785 14669127680 8619 33554432000 4194304 4196468 140724888281744 139809066842480 139809975835266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29764] ppid=29743 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/29746/task/29764/stat : 29764 (java) R 29743 29746 28880 0 -1 4202560 368 0 0 0 1 0 0 0 20 0 20 0 111300785 14669127680 8619 33554432000 4194304 4196468 140724888281744 139809065789680 139809955172160 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29765] ppid=29743 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29765/stat : 29765 (java) S 29743 29746 28880 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111300785 14669127680 8619 33554432000 4194304 4196468 140724888281744 139809064737632 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29766] ppid=29743 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/29746/task/29766/stat : 29766 (java) S 29743 29746 28880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111300785 14669127680 8619 33554432000 4194304 4196468 140724888281744 139809063684912 139809975835266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 34476 KiB

[startup+0.210465 s]*
/proc/loadavg: 2.96 6.49 7.66 2/199 29766
/proc/meminfo: memFree=31344708/32770624 swapFree=67108860/67108860
[pid=29746] ppid=29743 vsize=14325320 memory=43624 CPUtime=0.29 cores=0-7
/proc/29746/stat : 29746 (java) S 29743 29746 28880 0 -1 1077944320 9500 0 0 0 26 3 0 0 20 0 20 0 111300779 14669127680 10906 33554432000 4194304 4196468 140724888281744 140724888264288 139809975824119 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
/proc/29746/statm: 3581330 10906 3643 1 0 3569050 0
[pid=29746/tid=29748] ppid=29743 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/29746/task/29748/stat : 29748 (java) R 29743 29746 28880 0 -1 4202560 7072 0 0 0 17 2 0 0 20 0 20 0 111300779 14669127680 10906 33554432000 4194304 4196468 140724888281744 139809980051376 139809975846045 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29749] ppid=29743 vsize=14325320 memory=9251 CPUtime=0 cores=0-7
/proc/29746/task/29749/stat : 29749 (java) S 29743 29746 28880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111300780 14669127680 10906 33554432000 4194304 4196468 140724888281744 139809913424784 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29750] ppid=29743 vsize=14325320 memory=3689491069698401952 CPUtime=0 cores=0-7
/proc/29746/task/29750/stat : 29750 (java) S 29743 29746 28880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111300780 14669127680 10906 33554432000 4194304 4196468 140724888281744 139809912371984 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29751] ppid=29743 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/29746/task/29751/stat : 29751 (java) S 29743 29746 28880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111300780 14669127680 10906 33554432000 4194304 4196468 140724888281744 139809911319696 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29752] ppid=29743 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29752/stat : 29752 (java) S 29743 29746 28880 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111300780 14669127680 10906 33554432000 4194304 4196468 140724888281744 139809568332816 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29753] ppid=29743 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29753/stat : 29753 (java) S 29743 29746 28880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111300780 14669127680 10906 33554432000 4194304 4196468 140724888281744 139809567279504 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29754] ppid=29743 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/29746/task/29754/stat : 29754 (java) S 29743 29746 28880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111300780 14669127680 10906 33554432000 4194304 4196468 140724888281744 139809566226704 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29755] ppid=29743 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29755/stat : 29755 (java) S 29743 29746 28880 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111300780 14669127680 10906 33554432000 4194304 4196468 140724888281744 139809565174416 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29756] ppid=29743 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29756/stat : 29756 (java) S 29743 29746 28880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111300780 14669127680 10906 33554432000 4194304 4196468 140724888281744 139809564121616 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29757] ppid=29743 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29757/stat : 29757 (java) S 29743 29746 28880 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 111300782 14669127680 10906 33554432000 4194304 4196468 140724888281744 139809073158768 139809975835266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29758] ppid=29743 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29758/stat : 29758 (java) S 29743 29746 28880 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 111300782 14669127680 10906 33554432000 4194304 4196468 140724888281744 139809072104736 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29759] ppid=29743 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29759/stat : 29759 (java) S 29743 29746 28880 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 111300782 14669127680 10906 33554432000 4194304 4196468 140724888281744 139809071052400 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29760] ppid=29743 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29760/stat : 29760 (java) S 29743 29746 28880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111300785 14669127680 10906 33554432000 4194304 4196468 140724888281744 139809070000720 139809975842715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29761] ppid=29743 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/29746/task/29761/stat : 29761 (java) S 29743 29746 28880 0 -1 1077944384 352 0 0 0 1 0 0 0 20 0 20 0 111300785 14669127680 10906 33554432000 4194304 4196468 140724888281744 139809068947568 139809975835266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29762] ppid=29743 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29762/stat : 29762 (java) S 29743 29746 28880 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 20 0 111300785 14669127680 10906 33554432000 4194304 4196468 140724888281744 139809067894768 139809975835266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29763] ppid=29743 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/29746/task/29763/stat : 29763 (java) S 29743 29746 28880 0 -1 1077944384 269 0 0 0 1 0 0 0 20 0 20 0 111300785 14669127680 10906 33554432000 4194304 4196468 140724888281744 139809066842480 139809975835266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29764] ppid=29743 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/29746/task/29764/stat : 29764 (java) S 29743 29746 28880 0 -1 1077944384 396 0 0 0 5 0 0 0 20 0 20 0 111300785 14669127680 10906 33554432000 4194304 4196468 140724888281744 139809065789680 139809975835266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29765] ppid=29743 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29765/stat : 29765 (java) S 29743 29746 28880 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111300785 14669127680 10906 33554432000 4194304 4196468 140724888281744 139809064737632 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29766] ppid=29743 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/29746/task/29766/stat : 29766 (java) S 29743 29746 28880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111300785 14669127680 10906 33554432000 4194304 4196468 140724888281744 139809063684912 139809975835266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 43624 KiB

[startup+0.310256 s]*
/proc/loadavg: 2.96 6.49 7.66 2/199 29766
/proc/meminfo: memFree=31337016/32770624 swapFree=67108860/67108860
[pid=29746] ppid=29743 vsize=14325340 memory=51020 CPUtime=0.47 cores=0-7
/proc/29746/stat : 29746 (java) S 29743 29746 28880 0 -1 1077944320 10555 0 0 0 44 3 0 0 20 0 20 0 111300779 14669148160 12755 33554432000 4194304 4196468 140724888281744 140724888264288 139809975824119 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
/proc/29746/statm: 3581335 12755 3704 1 0 3569050 0
[pid=29746/tid=29748] ppid=29743 vsize=14325340 memory=6791534058613427641 CPUtime=0.28 cores=0-7
/proc/29746/task/29748/stat : 29748 (java) R 29743 29746 28880 0 -1 4202560 7640 0 0 0 26 2 0 0 20 0 20 0 111300779 14669148160 12755 33554432000 4194304 4196468 140724888281744 139809980054576 139809959904606 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29749] ppid=29743 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29749/stat : 29749 (java) S 29743 29746 28880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111300780 14669148160 12755 33554432000 4194304 4196468 140724888281744 139809913424784 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29750] ppid=29743 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29750/stat : 29750 (java) S 29743 29746 28880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111300780 14669148160 12755 33554432000 4194304 4196468 140724888281744 139809912371984 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29751] ppid=29743 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29751/stat : 29751 (java) S 29743 29746 28880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111300780 14669148160 12755 33554432000 4194304 4196468 140724888281744 139809911319696 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29752] ppid=29743 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29752/stat : 29752 (java) S 29743 29746 28880 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111300780 14669148160 12755 33554432000 4194304 4196468 140724888281744 139809568332816 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29753] ppid=29743 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/29746/task/29753/stat : 29753 (java) S 29743 29746 28880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111300780 14669148160 12755 33554432000 4194304 4196468 140724888281744 139809567279504 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29754] ppid=29743 vsize=14325340 memory=140047206675375 CPUtime=0 cores=0-7
/proc/29746/task/29754/stat : 29754 (java) S 29743 29746 28880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111300780 14669148160 12755 33554432000 4194304 4196468 140724888281744 139809566226704 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29755] ppid=29743 vsize=14325340 memory=140047206677680 CPUtime=0 cores=0-7
/proc/29746/task/29755/stat : 29755 (java) S 29743 29746 28880 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111300780 14669148160 12755 33554432000 4194304 4196468 140724888281744 139809565174416 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29756] ppid=29743 vsize=14325340 memory=140047206679984 CPUtime=0 cores=0-7
/proc/29746/task/29756/stat : 29756 (java) S 29743 29746 28880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111300780 14669148160 12755 33554432000 4194304 4196468 140724888281744 139809564121616 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29757] ppid=29743 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29757/stat : 29757 (java) S 29743 29746 28880 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 111300782 14669148160 12755 33554432000 4194304 4196468 140724888281744 139809073158768 139809975835266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29758] ppid=29743 vsize=14325340 memory=280094413366928 CPUtime=0 cores=0-7
/proc/29746/task/29758/stat : 29758 (java) S 29743 29746 28880 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 111300782 14669148160 12755 33554432000 4194304 4196468 140724888281744 139809072104736 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29759] ppid=29743 vsize=14325340 memory=280094413373840 CPUtime=0 cores=0-7
/proc/29746/task/29759/stat : 29759 (java) S 29743 29746 28880 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 111300782 14669148160 12755 33554432000 4194304 4196468 140724888281744 139809071052400 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29760] ppid=29743 vsize=14325340 memory=280094413315120 CPUtime=0 cores=0-7
/proc/29746/task/29760/stat : 29760 (java) S 29743 29746 28880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111300785 14669148160 12755 33554432000 4194304 4196468 140724888281744 139809070000720 139809975842715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29761] ppid=29743 vsize=14325340 memory=280094413387664 CPUtime=0.02 cores=0-7
/proc/29746/task/29761/stat : 29761 (java) S 29743 29746 28880 0 -1 1077944384 543 0 0 0 2 0 0 0 20 0 20 0 111300785 14669148160 12755 33554432000 4194304 4196468 140724888281744 139809068947568 139809975835266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29762] ppid=29743 vsize=14325340 memory=280094413394576 CPUtime=0.03 cores=0-7
/proc/29746/task/29762/stat : 29762 (java) S 29743 29746 28880 0 -1 1077944384 128 0 0 0 3 0 0 0 20 0 20 0 111300785 14669148160 12755 33554432000 4194304 4196468 140724888281744 139809067894768 139809975835266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29763] ppid=29743 vsize=14325340 memory=280094413392272 CPUtime=0.03 cores=0-7
/proc/29746/task/29763/stat : 29763 (java) S 29743 29746 28880 0 -1 1077944384 432 0 0 0 3 0 0 0 20 0 20 0 111300785 14669148160 12755 33554432000 4194304 4196468 140724888281744 139809066842480 139809975835266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29764] ppid=29743 vsize=14325340 memory=280094413408880 CPUtime=0.08 cores=0-7
/proc/29746/task/29764/stat : 29764 (java) S 29743 29746 28880 0 -1 1077944384 428 0 0 0 8 0 0 0 20 0 20 0 111300785 14669148160 12755 33554432000 4194304 4196468 140724888281744 139809065789680 139809975835266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29765] ppid=29743 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29765/stat : 29765 (java) S 29743 29746 28880 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111300785 14669148160 12755 33554432000 4194304 4196468 140724888281744 139809064737632 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29766] ppid=29743 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/29746/task/29766/stat : 29766 (java) S 29743 29746 28880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111300785 14669148160 12755 33554432000 4194304 4196468 140724888281744 139809063684912 139809975835266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 51020 KiB

[startup+0.700915 s]
/proc/loadavg: 2.96 6.49 7.66 2/199 29766
/proc/meminfo: memFree=31322560/32770624 swapFree=67108860/67108860
[pid=29746] ppid=29743 vsize=14327388 memory=121228 CPUtime=1.64 cores=0-7
/proc/29746/stat : 29746 (java) S 29743 29746 28880 0 -1 1077944320 14252 0 0 0 159 5 0 0 20 0 20 0 111300779 14671245312 30307 33554432000 4194304 4196468 140724888281744 140724888264288 139809975824119 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
/proc/29746/statm: 3581847 30307 3779 1 0 3569562 0
[pid=29746/tid=29748] ppid=29743 vsize=14327388 memory=0 CPUtime=0.67 cores=0-7
/proc/29746/task/29748/stat : 29748 (java) R 29743 29746 28880 0 -1 4202560 8332 0 0 0 63 4 0 0 20 0 20 0 111300779 14671245312 30307 33554432000 4194304 4196468 140724888281744 139809980062432 139809959904606 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29749] ppid=29743 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29749/stat : 29749 (java) S 29743 29746 28880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111300780 14671245312 30307 33554432000 4194304 4196468 140724888281744 139809913424784 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29750] ppid=29743 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29750/stat : 29750 (java) S 29743 29746 28880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111300780 14671245312 30307 33554432000 4194304 4196468 140724888281744 139809912371984 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29751] ppid=29743 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29751/stat : 29751 (java) S 29743 29746 28880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111300780 14671245312 30307 33554432000 4194304 4196468 140724888281744 139809911319696 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29752] ppid=29743 vsize=14327388 memory=1224 CPUtime=0 cores=0-7
/proc/29746/task/29752/stat : 29752 (java) S 29743 29746 28880 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111300780 14671245312 30307 33554432000 4194304 4196468 140724888281744 139809568332816 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29753] ppid=29743 vsize=14327388 memory=5792 CPUtime=0 cores=0-7
/proc/29746/task/29753/stat : 29753 (java) S 29743 29746 28880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111300780 14671245312 30307 33554432000 4194304 4196468 140724888281744 139809567279504 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29754] ppid=29743 vsize=14327388 memory=4620 CPUtime=0 cores=0-7
/proc/29746/task/29754/stat : 29754 (java) S 29743 29746 28880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111300780 14671245312 30307 33554432000 4194304 4196468 140724888281744 139809566226704 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29755] ppid=29743 vsize=14327388 memory=1200 CPUtime=0 cores=0-7
/proc/29746/task/29755/stat : 29755 (java) S 29743 29746 28880 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111300780 14671245312 30307 33554432000 4194304 4196468 140724888281744 139809565174416 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29756] ppid=29743 vsize=14327388 memory=15876 CPUtime=0 cores=0-7
/proc/29746/task/29756/stat : 29756 (java) S 29743 29746 28880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111300780 14671245312 30307 33554432000 4194304 4196468 140724888281744 139809564121616 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29757] ppid=29743 vsize=14327388 memory=16236 CPUtime=0 cores=0-7
/proc/29746/task/29757/stat : 29757 (java) S 29743 29746 28880 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 111300782 14671245312 30307 33554432000 4194304 4196468 140724888281744 139809073158768 139809975835266 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0

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

[pid=29746/tid=29773] ppid=29743 vsize=15134348 memory=0 CPUtime=0.37 cores=0-7
/proc/29746/task/29773/stat : 29773 (java) R 29743 29746 28880 0 -1 4202560 493 0 0 0 35 2 0 0 20 0 32 0 111301191 15497572352 408622 33554432000 4194304 4196468 140724888281744 139809042876264 139809595788894 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29774] ppid=29743 vsize=15134348 memory=0 CPUtime=0.41 cores=0-7
/proc/29746/task/29774/stat : 29774 (java) R 29743 29746 28880 0 -1 4202560 106 0 0 0 39 2 0 0 20 0 32 0 111301191 15497572352 408622 33554432000 4194304 4196468 140724888281744 139809041823384 139809596259649 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29775] ppid=29743 vsize=15134348 memory=0 CPUtime=0.38 cores=0-7
/proc/29746/task/29775/stat : 29775 (java) R 29743 29746 28880 0 -1 1077944384 126 0 0 0 36 2 0 0 20 0 32 0 111301191 15497572352 408622 33554432000 4194304 4196468 140724888281744 139809040770672 139809975834325 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29776] ppid=29743 vsize=15134348 memory=0 CPUtime=0.35 cores=0-7
/proc/29746/task/29776/stat : 29776 (java) R 29743 29746 28880 0 -1 4202560 96 0 0 0 33 2 0 0 20 0 32 0 111301191 15497572352 408622 33554432000 4194304 4196468 140724888281744 139809039720504 139809596259029 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29777] ppid=29743 vsize=15134348 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29777/stat : 29777 (java) S 29743 29746 28880 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 111301191 15497572352 408622 33554432000 4194304 4196468 140724888281744 139809038676768 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29778] ppid=29743 vsize=15134348 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29778/stat : 29778 (java) S 29743 29746 28880 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 111301192 15497572352 408622 33554432000 4194304 4196468 140724888281744 139808835887776 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
Current children cumulated CPU time: 15.63 s
Current children cumulated vsize: 15134348 KiB
Current children cumulated memory: 1634488 KiB

[startup+5.61102 s]
/proc/loadavg: 3.28 6.50 7.66 9/211 29778
/proc/meminfo: memFree=29751404/32770624 swapFree=67108860/67108860
[pid=29746] ppid=29743 vsize=15134348 memory=1996396 CPUtime=18.84 cores=0-7
/proc/29746/stat : 29746 (java) S 29743 29746 28880 0 -1 1077944320 41603 0 0 0 1660 224 0 0 20 0 32 0 111300779 15497572352 499099 33554432000 4194304 4196468 140724888281744 140724888264288 139809975824119 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
/proc/29746/statm: 3783587 499099 3852 1 0 3771302 0
[pid=29746/tid=29748] ppid=29743 vsize=15134348 memory=1200 CPUtime=3.99 cores=0-7
/proc/29746/task/29748/stat : 29748 (java) S 29743 29746 28880 0 -1 1077944384 13675 0 0 0 391 8 0 0 20 0 32 0 111300779 15497572352 499099 33554432000 4194304 4196468 140724888281744 139809980061504 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29749] ppid=29743 vsize=15134348 memory=15876 CPUtime=0.67 cores=0-7
/proc/29746/task/29749/stat : 29749 (java) S 29743 29746 28880 0 -1 1077944384 434 0 0 0 46 21 0 0 20 0 32 0 111300780 15497572352 499099 33554432000 4194304 4196468 140724888281744 139809913424784 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29750] ppid=29743 vsize=15134348 memory=16236 CPUtime=0.71 cores=0-7
/proc/29746/task/29750/stat : 29750 (java) S 29743 29746 28880 0 -1 1077944384 586 0 0 0 46 25 0 0 20 0 32 0 111300780 15497572352 499099 33554432000 4194304 4196468 140724888281744 139809912371984 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29751] ppid=29743 vsize=15134348 memory=4044 CPUtime=0.69 cores=0-7
/proc/29746/task/29751/stat : 29751 (java) S 29743 29746 28880 0 -1 1077944384 467 0 0 0 46 23 0 0 20 0 32 0 111300780 15497572352 499099 33554432000 4194304 4196468 140724888281744 139809911319696 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29752] ppid=29743 vsize=15134348 memory=18404 CPUtime=0.67 cores=0-7
/proc/29746/task/29752/stat : 29752 (java) S 29743 29746 28880 0 -1 1077944384 419 0 0 0 46 21 0 0 20 0 32 0 111300780 15497572352 499099 33554432000 4194304 4196468 140724888281744 139809568332816 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29753] ppid=29743 vsize=15134348 memory=1232 CPUtime=0.72 cores=0-7
/proc/29746/task/29753/stat : 29753 (java) S 29743 29746 28880 0 -1 1077944384 526 0 0 0 50 22 0 0 20 0 32 0 111300780 15497572352 499099 33554432000 4194304 4196468 140724888281744 139809567279504 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29754] ppid=29743 vsize=15134348 memory=648 CPUtime=0.72 cores=0-7
/proc/29746/task/29754/stat : 29754 (java) S 29743 29746 28880 0 -1 1077944384 718 0 0 0 48 24 0 0 20 0 32 0 111300780 15497572352 499099 33554432000 4194304 4196468 140724888281744 139809566226704 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29755] ppid=29743 vsize=15134348 memory=1796 CPUtime=0.68 cores=0-7
/proc/29746/task/29755/stat : 29755 (java) S 29743 29746 28880 0 -1 1077944384 590 0 0 0 45 23 0 0 20 0 32 0 111300780 15497572352 499099 33554432000 4194304 4196468 140724888281744 139809565174416 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29756] ppid=29743 vsize=15134348 memory=956 CPUtime=0.7 cores=0-7
/proc/29746/task/29756/stat : 29756 (java) S 29743 29746 28880 0 -1 1077944384 511 0 0 0 48 22 0 0 20 0 32 0 111300780 15497572352 499099 33554432000 4194304 4196468 140724888281744 139809564121616 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29757] ppid=29743 vsize=15134348 memory=2344 CPUtime=0.11 cores=0-7
/proc/29746/task/29757/stat : 29757 (java) S 29743 29746 28880 0 -1 1077944384 2066 0 0 0 11 0 0 0 20 0 32 0 111300782 15497572352 499099 33554432000 4194304 4196468 140724888281744 139809073158768 139809975835266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29758] ppid=29743 vsize=15134348 memory=1004 CPUtime=0 cores=0-7
/proc/29746/task/29758/stat : 29758 (java) S 29743 29746 28880 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 32 0 111300782 15497572352 499099 33554432000 4194304 4196468 140724888281744 139809072104800 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29759] ppid=29743 vsize=15134348 memory=1940 CPUtime=0 cores=0-7
/proc/29746/task/29759/stat : 29759 (java) S 29743 29746 28880 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 32 0 111300782 15497572352 499099 33554432000 4194304 4196468 140724888281744 139809071052416 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29760] ppid=29743 vsize=15134348 memory=1424 CPUtime=0 cores=0-7
/proc/29746/task/29760/stat : 29760 (java) S 29743 29746 28880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 32 0 111300785 15497572352 499099 33554432000 4194304 4196468 140724888281744 139809070000720 139809975842715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29761] ppid=29743 vsize=15134348 memory=8568 CPUtime=1.06 cores=0-7
/proc/29746/task/29761/stat : 29761 (java) R 29743 29746 28880 0 -1 4202560 3291 0 0 0 105 1 0 0 20 0 32 0 111300785 15497572352 499099 33554432000 4194304 4196468 140724888281744 139809068928880 139809960949399 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29762] ppid=29743 vsize=15134348 memory=1724 CPUtime=0.85 cores=0-7
/proc/29746/task/29762/stat : 29762 (java) R 29743 29746 28880 0 -1 4202560 2410 0 0 0 84 1 0 0 20 0 32 0 111300785 15497572352 499099 33554432000 4194304 4196468 140724888281744 139809067884688 139809957353682 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29763] ppid=29743 vsize=15134348 memory=288230574492221466 CPUtime=1.07 cores=0-7
/proc/29746/task/29763/stat : 29763 (java) R 29743 29746 28880 0 -1 4202560 4273 0 0 0 106 1 0 0 20 0 32 0 111300785 15497572352 499099 33554432000 4194304 4196468 140724888281744 139809066829008 139809955122417 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29764] ppid=29743 vsize=15134348 memory=288230621803970871 CPUtime=0.81 cores=0-7
/proc/29746/task/29764/stat : 29764 (java) R 29743 29746 28880 0 -1 1077944384 8187 0 0 0 80 1 0 0 20 0 32 0 111300785 15497572352 499099 33554432000 4194304 4196468 140724888281744 139809065789680 139809975835266 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29765] ppid=29743 vsize=15134348 memory=15255943717849665 CPUtime=0 cores=0-7
/proc/29746/task/29765/stat : 29765 (java) S 29743 29746 28880 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 111300785 15497572352 499099 33554432000 4194304 4196468 140724888281744 139809064737632 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29766] ppid=29743 vsize=15134348 memory=3690338780226471188 CPUtime=0 cores=0-7
/proc/29746/task/29766/stat : 29766 (java) S 29743 29746 28880 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 32 0 111300785 15497572352 499099 33554432000 4194304 4196468 140724888281744 139809063684912 139809975835266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29767] ppid=29743 vsize=15134348 memory=7590937449898797158 CPUtime=0 cores=0-7
/proc/29746/task/29767/stat : 29767 (java) S 29743 29746 28880 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 32 0 111301166 15497572352 499099 33554432000 4194304 4196468 140724888281744 139809053398400 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29768] ppid=29743 vsize=15134348 memory=7590937449898797158 CPUtime=0 cores=0-7
/proc/29746/task/29768/stat : 29768 (java) R 29743 29746 28880 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 32 0 111301178 15497572352 499099 33554432000 4194304 4196468 140724888281744 139809050248528 139809975835266 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29769] ppid=29743 vsize=15134348 memory=7590937449898797158 CPUtime=0.63 cores=0-7
/proc/29746/task/29769/stat : 29769 (java) R 29743 29746 28880 0 -1 4202560 583 0 0 0 60 3 0 0 20 0 32 0 111301188 15497572352 499099 33554432000 4194304 4196468 140724888281744 139809049184088 139809953927135 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29770] ppid=29743 vsize=15134348 memory=8330969454845486047 CPUtime=0.66 cores=0-7
/proc/29746/task/29770/stat : 29770 (java) R 29743 29746 28880 0 -1 4202560 143 0 0 0 63 3 0 0 20 0 32 0 111301189 15497572352 499099 33554432000 4194304 4196468 140724888281744 139809048131272 139809596202976 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29771] ppid=29743 vsize=15134348 memory=6944656592455097440 CPUtime=0.7 cores=0-7
/proc/29746/task/29771/stat : 29771 (java) S 29743 29746 28880 0 -1 1077944384 147 0 0 0 68 2 0 0 20 0 32 0 111301189 15497572352 499099 33554432000 4194304 4196468 140724888281744 139809044993056 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29772] ppid=29743 vsize=15134348 memory=7308612559355538788 CPUtime=0.6 cores=0-7
/proc/29746/task/29772/stat : 29772 (java) R 29743 29746 28880 0 -1 4202560 118 0 0 0 58 2 0 0 20 0 32 0 111301191 15497572352 499099 33554432000 4194304 4196468 140724888281744 139809043928752 139809595558854 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29773] ppid=29743 vsize=15134348 memory=802176 CPUtime=0.65 cores=0-7
/proc/29746/task/29773/stat : 29773 (java) S 29743 29746 28880 0 -1 1077944384 508 0 0 0 63 2 0 0 20 0 32 0 111301191 15497572352 499099 33554432000 4194304 4196468 140724888281744 139809042887968 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29774] ppid=29743 vsize=15134348 memory=1004 CPUtime=0.65 cores=0-7
/proc/29746/task/29774/stat : 29774 (java) R 29743 29746 28880 0 -1 4202560 125 0 0 0 62 3 0 0 20 0 32 0 111301191 15497572352 499099 33554432000 4194304 4196468 140724888281744 139809041823008 139809591999240 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29775] ppid=29743 vsize=15134348 memory=1940 CPUtime=0.67 cores=0-7
/proc/29746/task/29775/stat : 29775 (java) R 29743 29746 28880 0 -1 4202560 146 0 0 0 64 3 0 0 20 0 32 0 111301191 15497572352 499099 33554432000 4194304 4196468 140724888281744 139809040771720 139809595782029 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29776] ppid=29743 vsize=15134348 memory=1424 CPUtime=0.64 cores=0-7
/proc/29746/task/29776/stat : 29776 (java) R 29743 29746 28880 0 -1 4202560 115 0 0 0 61 3 0 0 20 0 32 0 111301191 15497572352 499099 33554432000 4194304 4196468 140724888281744 139809039720536 139809596609860 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29777] ppid=29743 vsize=15134348 memory=8568 CPUtime=0 cores=0-7
/proc/29746/task/29777/stat : 29777 (java) S 29743 29746 28880 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 111301191 15497572352 499099 33554432000 4194304 4196468 140724888281744 139809038676768 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29778] ppid=29743 vsize=15134348 memory=1724 CPUtime=0 cores=0-7
/proc/29746/task/29778/stat : 29778 (java) S 29743 29746 28880 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 111301192 15497572352 499099 33554432000 4194304 4196468 140724888281744 139808835887776 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
Current children cumulated CPU time: 18.84 s
Current children cumulated vsize: 15134348 KiB
Current children cumulated memory: 1996396 KiB

[startup+5.7014 s]
/proc/loadavg: 3.28 6.50 7.66 9/211 29778
/proc/meminfo: memFree=29751404/32770624 swapFree=67108860/67108860
[pid=29746] ppid=29743 vsize=15136432 memory=2123540 CPUtime=19.26 cores=0-7
/proc/29746/stat : 29746 (java) S 29743 29746 28880 0 -1 1077944320 41809 0 0 0 1699 227 0 0 20 0 32 0 111300779 15499706368 530885 33554432000 4194304 4196468 140724888281744 140724888264288 139809975824119 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
/proc/29746/statm: 3784108 530885 3852 1 0 3771302 0
[pid=29746/tid=29748] ppid=29743 vsize=15136432 memory=1428692 CPUtime=3.99 cores=0-7
/proc/29746/task/29748/stat : 29748 (java) S 29743 29746 28880 0 -1 1077944384 13683 0 0 0 391 8 0 0 20 0 32 0 111300779 15499706368 530885 33554432000 4194304 4196468 140724888281744 139809980061824 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29749] ppid=29743 vsize=15136432 memory=164 CPUtime=0.67 cores=0-7
/proc/29746/task/29749/stat : 29749 (java) S 29743 29746 28880 0 -1 1077944384 434 0 0 0 46 21 0 0 20 0 32 0 111300780 15499706368 530885 33554432000 4194304 4196468 140724888281744 139809913424784 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29750] ppid=29743 vsize=15136432 memory=278 CPUtime=0.71 cores=0-7
/proc/29746/task/29750/stat : 29750 (java) S 29743 29746 28880 0 -1 1077944384 586 0 0 0 46 25 0 0 20 0 32 0 111300780 15499706368 530885 33554432000 4194304 4196468 140724888281744 139809912371984 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29751] ppid=29743 vsize=15136432 memory=6 CPUtime=0.69 cores=0-7
/proc/29746/task/29751/stat : 29751 (java) S 29743 29746 28880 0 -1 1077944384 467 0 0 0 46 23 0 0 20 0 32 0 111300780 15499706368 530885 33554432000 4194304 4196468 140724888281744 139809911319696 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29752] ppid=29743 vsize=15136432 memory=2404 CPUtime=0.67 cores=0-7
/proc/29746/task/29752/stat : 29752 (java) S 29743 29746 28880 0 -1 1077944384 419 0 0 0 46 21 0 0 20 0 32 0 111300780 15499706368 530885 33554432000 4194304 4196468 140724888281744 139809568332816 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29753] ppid=29743 vsize=15136432 memory=1732 CPUtime=0.72 cores=0-7
/proc/29746/task/29753/stat : 29753 (java) S 29743 29746 28880 0 -1 1077944384 526 0 0 0 50 22 0 0 20 0 32 0 111300780 15499706368 530885 33554432000 4194304 4196468 140724888281744 139809567279504 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29754] ppid=29743 vsize=15136432 memory=796 CPUtime=0.72 cores=0-7
/proc/29746/task/29754/stat : 29754 (java) S 29743 29746 28880 0 -1 1077944384 718 0 0 0 48 24 0 0 20 0 32 0 111300780 15499706368 530885 33554432000 4194304 4196468 140724888281744 139809566226704 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29755] ppid=29743 vsize=15136432 memory=11000 CPUtime=0.68 cores=0-7
/proc/29746/task/29755/stat : 29755 (java) S 29743 29746 28880 0 -1 1077944384 590 0 0 0 45 23 0 0 20 0 32 0 111300780 15499706368 530885 33554432000 4194304 4196468 140724888281744 139809565174416 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29756] ppid=29743 vsize=15136432 memory=1224 CPUtime=0.7 cores=0-7
/proc/29746/task/29756/stat : 29756 (java) S 29743 29746 28880 0 -1 1077944384 511 0 0 0 48 22 0 0 20 0 32 0 111300780 15499706368 530885 33554432000 4194304 4196468 140724888281744 139809564121616 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29757] ppid=29743 vsize=15136432 memory=5792 CPUtime=0.11 cores=0-7
/proc/29746/task/29757/stat : 29757 (java) S 29743 29746 28880 0 -1 1077944384 2067 0 0 0 11 0 0 0 20 0 32 0 111300782 15499706368 530885 33554432000 4194304 4196468 140724888281744 139809073158768 139809975835266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29758] ppid=29743 vsize=15136432 memory=348 CPUtime=0 cores=0-7
/proc/29746/task/29758/stat : 29758 (java) S 29743 29746 28880 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 32 0 111300782 15499706368 530885 33554432000 4194304 4196468 140724888281744 139809072104800 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29759] ppid=29743 vsize=15136432 memory=6 CPUtime=0 cores=0-7
/proc/29746/task/29759/stat : 29759 (java) S 29743 29746 28880 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 32 0 111300782 15499706368 530885 33554432000 4194304 4196468 140724888281744 139809071052416 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29760] ppid=29743 vsize=15136432 memory=6 CPUtime=0 cores=0-7
/proc/29746/task/29760/stat : 29760 (java) S 29743 29746 28880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 32 0 111300785 15499706368 530885 33554432000 4194304 4196468 140724888281744 139809070000720 139809975842715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29761] ppid=29743 vsize=15136432 memory=6940698281606406720 CPUtime=1.09 cores=0-7
/proc/29746/task/29761/stat : 29761 (java) S 29743 29746 28880 0 -1 1077944384 3302 0 0 0 108 1 0 0 20 0 32 0 111300785 15499706368 530885 33554432000 4194304 4196468 140724888281744 139809068947568 139809975835266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29762] ppid=29743 vsize=15136432 memory=6940698281606406720 CPUtime=0.9 cores=0-7
/proc/29746/task/29762/stat : 29762 (java) S 29743 29746 28880 0 -1 1077944384 2422 0 0 0 89 1 0 0 20 0 32 0 111300785 15499706368 530885 33554432000 4194304 4196468 140724888281744 139809067894768 139809975835266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29763] ppid=29743 vsize=15136432 memory=4137293581110450563 CPUtime=1.09 cores=0-7
/proc/29746/task/29763/stat : 29763 (java) S 29743 29746 28880 0 -1 1077944384 4279 0 0 0 108 1 0 0 20 0 32 0 111300785 15499706368 530885 33554432000 4194304 4196468 140724888281744 139809066842480 139809975835266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29764] ppid=29743 vsize=15136432 memory=6944613755495348631 CPUtime=0.82 cores=0-7
/proc/29746/task/29764/stat : 29764 (java) S 29743 29746 28880 0 -1 1077944384 8199 0 0 0 81 1 0 0 20 0 32 0 111300785 15499706368 530885 33554432000 4194304 4196468 140724888281744 139809065789680 139809975835266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29765] ppid=29743 vsize=15136432 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29765/stat : 29765 (java) S 29743 29746 28880 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 111300785 15499706368 530885 33554432000 4194304 4196468 140724888281744 139809064737632 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29766] ppid=29743 vsize=15136432 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29766/stat : 29766 (java) S 29743 29746 28880 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 32 0 111300785 15499706368 530885 33554432000 4194304 4196468 140724888281744 139809063684912 139809975835266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29767] ppid=29743 vsize=15136432 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29767/stat : 29767 (java) S 29743 29746 28880 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 32 0 111301166 15499706368 530885 33554432000 4194304 4196468 140724888281744 139809053398400 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29768] ppid=29743 vsize=15136432 memory=0 CPUtime=0 cores=0-7
/proc/29746/task/29768/stat : 29768 (java) S 29743 29746 28880 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 32 0 111301178 15499706368 530885 33554432000 4194304 4196468 140724888281744 139809050248528 139809975835266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29769] ppid=29743 vsize=15136432 memory=430024 CPUtime=0.69 cores=0-7
/proc/29746/task/29769/stat : 29769 (java) S 29743 29746 28880 0 -1 1077944384 619 0 0 0 66 3 0 0 20 0 32 0 111301188 15499706368 530885 33554432000 4194304 4196468 140724888281744 139809049195296 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29770] ppid=29743 vsize=15136432 memory=0 CPUtime=0.67 cores=0-7
/proc/29746/task/29770/stat : 29770 (java) S 29743 29746 28880 0 -1 1077944384 144 0 0 0 64 3 0 0 20 0 32 0 111301189 15499706368 530885 33554432000 4194304 4196468 140724888281744 139809048142496 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29771] ppid=29743 vsize=15136432 memory=0 CPUtime=0.7 cores=0-7
/proc/29746/task/29771/stat : 29771 (java) S 29743 29746 28880 0 -1 1077944384 147 0 0 0 68 2 0 0 20 0 32 0 111301189 15499706368 530885 33554432000 4194304 4196468 140724888281744 139809044993056 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29772] ppid=29743 vsize=15136432 memory=0 CPUtime=0.66 cores=0-7
/proc/29746/task/29772/stat : 29772 (java) S 29743 29746 28880 0 -1 1077944384 142 0 0 0 64 2 0 0 20 0 32 0 111301191 15499706368 530885 33554432000 4194304 4196468 140724888281744 139809043927120 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29773] ppid=29743 vsize=15136432 memory=0 CPUtime=0.65 cores=0-7
/proc/29746/task/29773/stat : 29773 (java) S 29743 29746 28880 0 -1 1077944384 510 0 0 0 63 2 0 0 20 0 32 0 111301191 15499706368 530885 33554432000 4194304 4196468 140724888281744 139809042887968 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29774] ppid=29743 vsize=15136432 memory=280094413627424 CPUtime=0.72 cores=0-7
/proc/29746/task/29774/stat : 29774 (java) R 29743 29746 28880 0 -1 1077944384 209 0 0 0 69 3 0 0 20 0 32 0 111301191 15499706368 530885 33554432000 4194304 4196468 140724888281744 139809041827632 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29775] ppid=29743 vsize=15136432 memory=9179 CPUtime=0.68 cores=0-7
/proc/29746/task/29775/stat : 29775 (java) S 29743 29746 28880 0 -1 1077944384 148 0 0 0 65 3 0 0 20 0 32 0 111301191 15499706368 530885 33554432000 4194304 4196468 140724888281744 139809040782880 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29776] ppid=29743 vsize=15136432 memory=4136 CPUtime=0.68 cores=0-7
/proc/29746/task/29776/stat : 29776 (java) S 29743 29746 28880 0 -1 1077944384 124 0 0 0 65 3 0 0 20 0 32 0 111301191 15499706368 530885 33554432000 4194304 4196468 140724888281744 139809039730080 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29777] ppid=29743 vsize=15136432 memory=31668 CPUtime=0 cores=0-7
/proc/29746/task/29777/stat : 29777 (java) S 29743 29746 28880 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 111301191 15499706368 530885 33554432000 4194304 4196468 140724888281744 139809038676768 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
[pid=29746/tid=29778] ppid=29743 vsize=15136432 memory=1296 CPUtime=0 cores=0-7
/proc/29746/task/29778/stat : 29778 (java) S 29743 29746 28880 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 32 0 111301192 15499706368 530885 33554432000 4194304 4196468 140724888281744 139808835887776 139809975834325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32022528 140724888286305 140724888286491 140724888286491 140724888289231 0
Current children cumulated CPU time: 19.26 s
Current children cumulated vsize: 15136432 KiB
Current children cumulated memory: 2123540 KiB

Child status: 0
Real time (s): 5.76142
CPU time (s): 19.392
CPU user time (s): 17.0982
CPU system time (s): 2.29374
CPU usage (%): 336.583
Max. virtual memory (cumulated for all children) (KiB): 15136432
Max. memory (cumulated for all children) (KiB): 2123540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.0982
system time used= 2.29374
maximum resident set size= 2134636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42127
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= 6051
involuntary context switches= 260


# summary of solver processes directly reported to runsolver:
#   pid: 29746
#   total CPU time (s): 19.392
#   total CPU user time (s): 17.0982
#   total CPU system time (s): 2.29374

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.053259 second user time and 0.111336 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-15 09:14:26
IDJOB=4275745
IDBENCH=135918
IDSOLVER=2668
FILE ID=node102/4275745-1502782125
RUNJOBID= node102-1502776136-28907
PBS_JOBID= 20629110
Free space on /tmp= 61912 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-xcsp2-s20a4/TravellingSalesman-4-20-001-a4_X2.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275745-1502782125/watcher-4275745-1502782125 -o /tmp/evaluation-result-4275745-1502782125/solver-4275745-1502782125 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1502776136-28907 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1513304838 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275745-1502782125.xml

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

MD5SUM BENCH= b8ea00653452363d0c81f6ef3102e485
RANDOM SEED=1513304838

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.35
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.35
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.35
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.35
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:        31373508 kB
MemAvailable:   31982228 kB
Buffers:          171952 kB
Cached:           719312 kB
SwapCached:            0 kB
Active:           715672 kB
Inactive:         227956 kB
Active(anon):       5076 kB
Inactive(anon):    75040 kB
Active(file):     710596 kB
Inactive(file):   152916 kB
Unevictable:        6448 kB
Mlocked:            6448 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42584 kB
Writeback:             0 kB
AnonPages:         82940 kB
Mapped:            45632 kB
Shmem:             25228 kB
Slab:             148804 kB
SReclaimable:     122084 kB
SUnreclaim:        26720 kB
KernelStack:        3360 kB
PageTables:         5200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61868 MiB
End job on node102 at 2017-08-15 09:14:32