Trace number 4275315

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 15.835 4.6504302

General information on the benchmark

NameDiamondFree/DiamondFree-m1-s1/
DiamondFree-013.xml
MD5SUM4cf3ecd4db3f6e62eacc2c014966391c
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.203591
Satisfiable
(Un)Satisfiability was proved
Number of variables183
Number of constraints887
Number of domains4
Minimum domain size1
Maximum domain size12
Distribution of domain sizes[{"size":1,"count":13},{"size":2,"count":156},{"size":4,"count":13},{"size":12,"count":1}]
Minimum variable degree1
Maximum variable degree59
Distribution of variable degrees[{"degree":1,"count":1},{"degree":2,"count":13},{"degree":3,"count":13},{"degree":4,"count":78},{"degree":59,"count":78}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":156},{"arity":6,"count":715},{"arity":13,"count":1},{"arity":14,"count":14},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints156
Distribution of constraint types[{"type":"intension","count":156},{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":729}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.25	c seed: 1107989721
0.29/0.25	c timeout: 20160
0.29/0.25	c memlimit: 11000
0.29/0.25	c nbcore: 8
0.29/0.28	c Parsing instance...
1.57/0.73	c Parsing done, starting search...
15.74/4.61	s SATISFIABLE
15.74/4.61	v <instantiation>
15.74/4.61	v 	<list>
15.74/4.61	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[8][11] x[8][12] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] x[9][11] x[9][12] x[10][0] x[10][1] x[10][2] x[10][3] x[10][4] x[10][5] x[10][6] x[10][7] x[10][8] x[10][9] x[10][10] x[10][11] x[10][12] x[11][0] x[11][1] x[11][2] x[11][3] x[11][4] x[11][5] x[11][6] x[11][7] x[11][8] x[11][9] x[11][10] x[11][11] x[11][12] x[12][0] x[12][1] x[12][2] x[12][3] x[12][4] x[12][5] x[12][6] x[12][7] x[12][8] x[12][9] x[12][10] x[12][11] x[12][12] 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] s
15.74/4.61	v 	</list>
15.74/4.61	v 	<values>
15.74/4.61	v 		0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 1 1 1 1 0 0 0 0 1 1 0 0 0 1 1 1 1 0 0 1 1 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 1 0 1 0 1 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 6 6 6 3 3 3 3 3 3 3 3 3 3 48 
15.74/4.61	v 	</values>
15.74/4.61	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 (15239 MiB free)
  memory of node 1: 16384 MiB (15604 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275315-1502752286/watcher-4275315-1502752286 -o /tmp/evaluation-result-4275315-1502752286/solver-4275315-1502752286 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node112-1502745739-7952 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1107989721 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275315-1502752286.xml 

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

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


[startup+0.100141 s]*
/proc/loadavg: 7.50 8.06 8.22 2/198 8703
/proc/meminfo: memFree=31565304/32770624 swapFree=67108860/67108860
[pid=8683] ppid=8680 vsize=14325320 memory=34276 CPUtime=0.12 cores=0-7
/proc/8683/stat : 8683 (java) S 8680 8683 7925 0 -1 1077944320 8460 0 0 0 11 1 0 0 20 0 20 0 108316430 14669127680 8569 33554432000 4194304 4196468 140726055094320 140726055076864 139856611155703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
/proc/8683/statm: 3581330 8569 3410 1 0 3569050 0
[pid=8683/tid=8685] ppid=8680 vsize=14325320 memory=4715440826009940890 CPUtime=0.08 cores=0-7
/proc/8683/task/8685/stat : 8685 (java) R 8680 8683 7925 0 -1 4202560 6403 0 0 0 8 0 0 0 20 0 20 0 108316431 14669127680 8569 33554432000 4194304 4196468 140726055094320 139856615372384 139856595236190 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8686] ppid=8680 vsize=14325320 memory=732369766594800613 CPUtime=0 cores=0-7
/proc/8683/task/8686/stat : 8686 (java) S 8680 8683 7925 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108316431 14669127680 8569 33554432000 4194304 4196468 140726055094320 139856563776272 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8687] ppid=8680 vsize=14325320 memory=139628257347200 CPUtime=0 cores=0-7
/proc/8683/task/8687/stat : 8687 (java) S 8680 8683 7925 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108316431 14669127680 8569 33554432000 4194304 4196468 140726055094320 139856562723728 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8688] ppid=8680 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8688/stat : 8688 (java) S 8680 8683 7925 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108316431 14669127680 8569 33554432000 4194304 4196468 140726055094320 139856561671184 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8689] ppid=8680 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8689/stat : 8689 (java) S 8680 8683 7925 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108316431 14669127680 8569 33554432000 4194304 4196468 140726055094320 139856560618640 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8690] ppid=8680 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8690/stat : 8690 (java) S 8680 8683 7925 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108316431 14669127680 8569 33554432000 4194304 4196468 140726055094320 139856559565072 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8691] ppid=8680 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/8683/task/8691/stat : 8691 (java) S 8680 8683 7925 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108316431 14669127680 8569 33554432000 4194304 4196468 140726055094320 139856558512528 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8692] ppid=8680 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8692/stat : 8692 (java) S 8680 8683 7925 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108316431 14669127680 8569 33554432000 4194304 4196468 140726055094320 139856557459984 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8693] ppid=8680 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8693/stat : 8693 (java) S 8680 8683 7925 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108316431 14669127680 8569 33554432000 4194304 4196468 140726055094320 139856556407440 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8694] ppid=8680 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8694/stat : 8694 (java) S 8680 8683 7925 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108316433 14669127680 8569 33554432000 4194304 4196468 140726055094320 139855730248176 139856611166850 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8695] ppid=8680 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8695/stat : 8695 (java) S 8680 8683 7925 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 108316433 14669127680 8569 33554432000 4194304 4196468 140726055094320 139855729194400 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8696] ppid=8680 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8696/stat : 8696 (java) S 8680 8683 7925 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 108316434 14669127680 8569 33554432000 4194304 4196468 140726055094320 139855728141808 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8697] ppid=8680 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8697/stat : 8697 (java) S 8680 8683 7925 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108316436 14669127680 8569 33554432000 4194304 4196468 140726055094320 139855727090384 139856611174299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8698] ppid=8680 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8698/stat : 8698 (java) S 8680 8683 7925 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 20 0 108316436 14669127680 8569 33554432000 4194304 4196468 140726055094320 139855726036976 139856611166850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8699] ppid=8680 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8699/stat : 8699 (java) S 8680 8683 7925 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108316436 14669127680 8569 33554432000 4194304 4196468 140726055094320 139855724984432 139856611166850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8700] ppid=8680 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8700/stat : 8700 (java) S 8680 8683 7925 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108316436 14669127680 8569 33554432000 4194304 4196468 140726055094320 139855723931888 139856611166850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8701] ppid=8680 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/8683/task/8701/stat : 8701 (java) R 8680 8683 7925 0 -1 4202560 367 0 0 0 2 0 0 0 20 0 20 0 108316436 14669127680 8569 33554432000 4194304 4196468 140726055094320 139855722879344 139856595465535 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8702] ppid=8680 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8702/stat : 8702 (java) S 8680 8683 7925 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108316436 14669127680 8569 33554432000 4194304 4196468 140726055094320 139855721827040 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8703] ppid=8680 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/8683/task/8703/stat : 8703 (java) S 8680 8683 7925 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108316436 14669127680 8569 33554432000 4194304 4196468 140726055094320 139855720774576 139856611166850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 34276 KiB

[startup+0.210349 s]*
/proc/loadavg: 7.50 8.06 8.22 3/198 8703
/proc/meminfo: memFree=31556184/32770624 swapFree=67108860/67108860
[pid=8683] ppid=8680 vsize=14325320 memory=43424 CPUtime=0.29 cores=0-7
/proc/8683/stat : 8683 (java) S 8680 8683 7925 0 -1 1077944320 9462 0 0 0 28 1 0 0 20 0 20 0 108316430 14669127680 10856 33554432000 4194304 4196468 140726055094320 140726055076864 139856611155703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
/proc/8683/statm: 3581330 10856 3622 1 0 3569050 0
[pid=8683/tid=8685] ppid=8680 vsize=14325320 memory=32758254098972862 CPUtime=0.19 cores=0-7
/proc/8683/task/8685/stat : 8685 (java) R 8680 8683 7925 0 -1 4202560 7041 0 0 0 18 1 0 0 20 0 20 0 108316431 14669127680 10856 33554432000 4194304 4196468 140726055094320 139856615361008 139856595236190 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8686] ppid=8680 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8686/stat : 8686 (java) S 8680 8683 7925 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108316431 14669127680 10856 33554432000 4194304 4196468 140726055094320 139856563776272 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8687] ppid=8680 vsize=14325320 memory=139628257821800 CPUtime=0 cores=0-7
/proc/8683/task/8687/stat : 8687 (java) S 8680 8683 7925 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108316431 14669127680 10856 33554432000 4194304 4196468 140726055094320 139856562723728 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8688] ppid=8680 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8688/stat : 8688 (java) S 8680 8683 7925 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108316431 14669127680 10856 33554432000 4194304 4196468 140726055094320 139856561671184 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8689] ppid=8680 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8689/stat : 8689 (java) S 8680 8683 7925 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108316431 14669127680 10856 33554432000 4194304 4196468 140726055094320 139856560618640 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8690] ppid=8680 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8690/stat : 8690 (java) S 8680 8683 7925 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108316431 14669127680 10856 33554432000 4194304 4196468 140726055094320 139856559565072 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8691] ppid=8680 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/8683/task/8691/stat : 8691 (java) S 8680 8683 7925 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108316431 14669127680 10856 33554432000 4194304 4196468 140726055094320 139856558512528 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8692] ppid=8680 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8692/stat : 8692 (java) S 8680 8683 7925 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108316431 14669127680 10856 33554432000 4194304 4196468 140726055094320 139856557459984 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8693] ppid=8680 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8693/stat : 8693 (java) S 8680 8683 7925 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108316431 14669127680 10856 33554432000 4194304 4196468 140726055094320 139856556407440 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8694] ppid=8680 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8694/stat : 8694 (java) S 8680 8683 7925 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 108316433 14669127680 10856 33554432000 4194304 4196468 140726055094320 139855730248176 139856611166850 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8695] ppid=8680 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8695/stat : 8695 (java) S 8680 8683 7925 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 108316433 14669127680 10856 33554432000 4194304 4196468 140726055094320 139855729194400 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8696] ppid=8680 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8696/stat : 8696 (java) S 8680 8683 7925 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 108316434 14669127680 10856 33554432000 4194304 4196468 140726055094320 139855728141808 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8697] ppid=8680 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8697/stat : 8697 (java) S 8680 8683 7925 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108316436 14669127680 10856 33554432000 4194304 4196468 140726055094320 139855727090384 139856611174299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8698] ppid=8680 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/8683/task/8698/stat : 8698 (java) S 8680 8683 7925 0 -1 1077944384 339 0 0 0 1 0 0 0 20 0 20 0 108316436 14669127680 10856 33554432000 4194304 4196468 140726055094320 139855726036976 139856611166850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8699] ppid=8680 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/8683/task/8699/stat : 8699 (java) S 8680 8683 7925 0 -1 1077944384 133 0 0 0 1 0 0 0 20 0 20 0 108316436 14669127680 10856 33554432000 4194304 4196468 140726055094320 139855724984432 139856611166850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8700] ppid=8680 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/8683/task/8700/stat : 8700 (java) S 8680 8683 7925 0 -1 1077944384 171 0 0 0 1 0 0 0 20 0 20 0 108316436 14669127680 10856 33554432000 4194304 4196468 140726055094320 139855723931888 139856611166850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8701] ppid=8680 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/8683/task/8701/stat : 8701 (java) R 8680 8683 7925 0 -1 4202560 393 0 0 0 5 0 0 0 20 0 20 0 108316436 14669127680 10856 33554432000 4194304 4196468 140726055094320 139855722879344 139856589789563 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8702] ppid=8680 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8702/stat : 8702 (java) S 8680 8683 7925 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108316436 14669127680 10856 33554432000 4194304 4196468 140726055094320 139855721827040 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8703] ppid=8680 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/8683/task/8703/stat : 8703 (java) S 8680 8683 7925 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108316436 14669127680 10856 33554432000 4194304 4196468 140726055094320 139855720774576 139856611166850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 43424 KiB

[startup+0.310089 s]*
/proc/loadavg: 7.50 8.06 8.22 2/198 8703
/proc/meminfo: memFree=31549096/32770624 swapFree=67108860/67108860
[pid=8683] ppid=8680 vsize=14325340 memory=50812 CPUtime=0.48 cores=0-7
/proc/8683/stat : 8683 (java) S 8680 8683 7925 0 -1 1077944320 10462 0 0 0 46 2 0 0 20 0 20 0 108316430 14669148160 12703 33554432000 4194304 4196468 140726055094320 140726055076864 139856611155703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
/proc/8683/statm: 3581335 12703 3711 1 0 3569050 0
[pid=8683/tid=8685] ppid=8680 vsize=14325340 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/8683/task/8685/stat : 8685 (java) R 8680 8683 7925 0 -1 4202560 7597 0 0 0 28 1 0 0 20 0 20 0 108316431 14669148160 12703 33554432000 4194304 4196468 140726055094320 139856615377232 139856231661981 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8686] ppid=8680 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8686/stat : 8686 (java) S 8680 8683 7925 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108316431 14669148160 12703 33554432000 4194304 4196468 140726055094320 139856563776272 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8687] ppid=8680 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8687/stat : 8687 (java) S 8680 8683 7925 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108316431 14669148160 12703 33554432000 4194304 4196468 140726055094320 139856562723728 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8688] ppid=8680 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8688/stat : 8688 (java) S 8680 8683 7925 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108316431 14669148160 12703 33554432000 4194304 4196468 140726055094320 139856561671184 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8689] ppid=8680 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8689/stat : 8689 (java) S 8680 8683 7925 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108316431 14669148160 12703 33554432000 4194304 4196468 140726055094320 139856560618640 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8690] ppid=8680 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/8683/task/8690/stat : 8690 (java) S 8680 8683 7925 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108316431 14669148160 12703 33554432000 4194304 4196468 140726055094320 139856559565072 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8691] ppid=8680 vsize=14325340 memory=139628111819695 CPUtime=0 cores=0-7
/proc/8683/task/8691/stat : 8691 (java) S 8680 8683 7925 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108316431 14669148160 12703 33554432000 4194304 4196468 140726055094320 139856558512528 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8692] ppid=8680 vsize=14325340 memory=139628111822000 CPUtime=0 cores=0-7
/proc/8683/task/8692/stat : 8692 (java) S 8680 8683 7925 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108316431 14669148160 12703 33554432000 4194304 4196468 140726055094320 139856557459984 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8693] ppid=8680 vsize=14325340 memory=139628111824304 CPUtime=0 cores=0-7
/proc/8683/task/8693/stat : 8693 (java) S 8680 8683 7925 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108316431 14669148160 12703 33554432000 4194304 4196468 140726055094320 139856556407440 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8694] ppid=8680 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8694/stat : 8694 (java) S 8680 8683 7925 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 108316433 14669148160 12703 33554432000 4194304 4196468 140726055094320 139855730248176 139856611166850 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8695] ppid=8680 vsize=14325340 memory=279256223655568 CPUtime=0 cores=0-7
/proc/8683/task/8695/stat : 8695 (java) S 8680 8683 7925 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 108316433 14669148160 12703 33554432000 4194304 4196468 140726055094320 139855729194400 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8696] ppid=8680 vsize=14325340 memory=279256223662480 CPUtime=0 cores=0-7
/proc/8683/task/8696/stat : 8696 (java) S 8680 8683 7925 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 108316434 14669148160 12703 33554432000 4194304 4196468 140726055094320 139855728141808 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8697] ppid=8680 vsize=14325340 memory=279256223603760 CPUtime=0 cores=0-7
/proc/8683/task/8697/stat : 8697 (java) S 8680 8683 7925 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108316436 14669148160 12703 33554432000 4194304 4196468 140726055094320 139855727090384 139856611174299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8698] ppid=8680 vsize=14325340 memory=279256223676304 CPUtime=0.01 cores=0-7
/proc/8683/task/8698/stat : 8698 (java) S 8680 8683 7925 0 -1 1077944384 347 0 0 0 1 0 0 0 20 0 20 0 108316436 14669148160 12703 33554432000 4194304 4196468 140726055094320 139855726036976 139856611166850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8699] ppid=8680 vsize=14325340 memory=279256223683216 CPUtime=0.04 cores=0-7
/proc/8683/task/8699/stat : 8699 (java) S 8680 8683 7925 0 -1 1077944384 291 0 0 0 4 0 0 0 20 0 20 0 108316436 14669148160 12703 33554432000 4194304 4196468 140726055094320 139855724984432 139856611166850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8700] ppid=8680 vsize=14325340 memory=279256223680912 CPUtime=0.03 cores=0-7
/proc/8683/task/8700/stat : 8700 (java) S 8680 8683 7925 0 -1 1077944384 336 0 0 0 3 0 0 0 20 0 20 0 108316436 14669148160 12703 33554432000 4194304 4196468 140726055094320 139855723931888 139856611166850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8701] ppid=8680 vsize=14325340 memory=279256223697472 CPUtime=0.08 cores=0-7
/proc/8683/task/8701/stat : 8701 (java) S 8680 8683 7925 0 -1 1077944384 506 0 0 0 8 0 0 0 20 0 20 0 108316436 14669148160 12703 33554432000 4194304 4196468 140726055094320 139855722879344 139856611166850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8702] ppid=8680 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8702/stat : 8702 (java) S 8680 8683 7925 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108316436 14669148160 12703 33554432000 4194304 4196468 140726055094320 139855721827040 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8703] ppid=8680 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/8683/task/8703/stat : 8703 (java) S 8680 8683 7925 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108316436 14669148160 12703 33554432000 4194304 4196468 140726055094320 139855720774576 139856611166850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50812 KiB

[startup+0.700951 s]
/proc/loadavg: 7.50 8.06 8.22 4/198 8703
/proc/meminfo: memFree=31535364/32770624 swapFree=67108860/67108860
[pid=8683] ppid=8680 vsize=14327388 memory=86076 CPUtime=1.57 cores=0-7
/proc/8683/stat : 8683 (java) S 8680 8683 7925 0 -1 1077944320 13610 0 0 0 153 4 0 0 20 0 20 0 108316430 14671245312 21519 33554432000 4194304 4196468 140726055094320 140726055076864 139856611155703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
/proc/8683/statm: 3581847 21519 3779 1 0 3569562 0
[pid=8683/tid=8685] ppid=8680 vsize=14327388 memory=5787222700450136160 CPUtime=0.67 cores=0-7
/proc/8683/task/8685/stat : 8685 (java) R 8680 8683 7925 0 -1 4202560 8562 0 0 0 65 2 0 0 20 0 20 0 108316431 14671245312 21519 33554432000 4194304 4196468 140726055094320 139856615390152 139856235562388 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8686] ppid=8680 vsize=14327388 memory=37374805427196 CPUtime=0 cores=0-7
/proc/8683/task/8686/stat : 8686 (java) S 8680 8683 7925 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108316431 14671245312 21519 33554432000 4194304 4196468 140726055094320 139856563776272 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8687] ppid=8680 vsize=14327388 memory=139628111830564 CPUtime=0 cores=0-7
/proc/8683/task/8687/stat : 8687 (java) S 8680 8683 7925 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108316431 14671245312 21519 33554432000 4194304 4196468 140726055094320 139856562723728 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8688] ppid=8680 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8688/stat : 8688 (java) S 8680 8683 7925 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108316431 14671245312 21519 33554432000 4194304 4196468 140726055094320 139856561671184 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8689] ppid=8680 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8689/stat : 8689 (java) S 8680 8683 7925 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108316431 14671245312 21519 33554432000 4194304 4196468 140726055094320 139856560618640 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8690] ppid=8680 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8690/stat : 8690 (java) S 8680 8683 7925 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108316431 14671245312 21519 33554432000 4194304 4196468 140726055094320 139856559565072 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8691] ppid=8680 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8691/stat : 8691 (java) S 8680 8683 7925 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108316431 14671245312 21519 33554432000 4194304 4196468 140726055094320 139856558512528 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8692] ppid=8680 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8692/stat : 8692 (java) S 8680 8683 7925 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108316431 14671245312 21519 33554432000 4194304 4196468 140726055094320 139856557459984 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8693] ppid=8680 vsize=14327388 memory=1728 CPUtime=0 cores=0-7
/proc/8683/task/8693/stat : 8693 (java) S 8680 8683 7925 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108316431 14671245312 21519 33554432000 4194304 4196468 140726055094320 139856556407440 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8694] ppid=8680 vsize=14327388 memory=5788 CPUtime=0 cores=0-7
/proc/8683/task/8694/stat : 8694 (java) S 8680 8683 7925 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 108316433 14671245312 21519 33554432000 4194304 4196468 140726055094320 139855730248176 139856611166850 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0

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

[pid=8683/tid=8701] ppid=8680 vsize=16068328 memory=7590652702257538409 CPUtime=0.99 cores=0-7
/proc/8683/task/8701/stat : 8701 (java) S 8680 8683 7925 0 -1 1077944384 10761 0 0 0 97 2 0 0 20 0 46 0 108316436 16453967872 73386 33554432000 4194304 4196468 140726055094320 139855722879344 139856611166850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8702] ppid=8680 vsize=16068328 memory=6153719639042057062 CPUtime=0 cores=0-7
/proc/8683/task/8702/stat : 8702 (java) S 8680 8683 7925 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 108316436 16453967872 73386 33554432000 4194304 4196468 140726055094320 139855721827040 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8703] ppid=8680 vsize=16068328 memory=6441370576508249454 CPUtime=0 cores=0-7
/proc/8683/task/8703/stat : 8703 (java) S 8680 8683 7925 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 46 0 108316436 16453967872 73386 33554432000 4194304 4196468 140726055094320 139855720774576 139856611166850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8704] ppid=8680 vsize=16068328 memory=139632552314495 CPUtime=0.03 cores=0-7
/proc/8683/task/8704/stat : 8704 (java) R 8680 8683 7925 0 -1 1077944384 53 0 0 0 3 0 0 0 20 0 46 0 108316775 16453967872 73386 33554432000 4194304 4196468 140726055094320 139855710487760 139856611165909 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8705] ppid=8680 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8705/stat : 8705 (java) S 8680 8683 7925 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 46 0 108316787 16453967872 73386 33554432000 4194304 4196468 140726055094320 139855707338192 139856611166850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8706] ppid=8680 vsize=16068328 memory=0 CPUtime=0.14 cores=0-7
/proc/8683/task/8706/stat : 8706 (java) S 8680 8683 7925 0 -1 1077944384 146 0 0 0 14 0 0 0 20 0 46 0 108316797 16453967872 73386 33554432000 4194304 4196468 140726055094320 139855704187584 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8707] ppid=8680 vsize=16068328 memory=0 CPUtime=0.21 cores=0-7
/proc/8683/task/8707/stat : 8707 (java) R 8680 8683 7925 0 -1 4202560 63 0 0 0 21 0 0 0 20 0 46 0 108316798 16453967872 73386 33554432000 4194304 4196468 140726055094320 139855703131520 139856611167638 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8708] ppid=8680 vsize=16068328 memory=0 CPUtime=0.17 cores=0-7
/proc/8683/task/8708/stat : 8708 (java) S 8680 8683 7925 0 -1 1077944384 48 0 0 0 17 0 0 0 20 0 46 0 108316798 16453967872 73386 33554432000 4194304 4196468 140726055094320 139855702082496 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8709] ppid=8680 vsize=16068328 memory=0 CPUtime=0.19 cores=0-7
/proc/8683/task/8709/stat : 8709 (java) S 8680 8683 7925 0 -1 1077944384 95 0 0 0 19 0 0 0 20 0 46 0 108316800 16453967872 73386 33554432000 4194304 4196468 140726055094320 139855701026432 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8710] ppid=8680 vsize=16068328 memory=0 CPUtime=0.17 cores=0-7
/proc/8683/task/8710/stat : 8710 (java) S 8680 8683 7925 0 -1 1077944384 63 0 0 0 17 0 0 0 20 0 46 0 108316800 16453967872 73386 33554432000 4194304 4196468 140726055094320 139855676774144 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8711] ppid=8680 vsize=16068328 memory=0 CPUtime=0.11 cores=0-7
/proc/8683/task/8711/stat : 8711 (java) S 8680 8683 7925 0 -1 1077944384 93 0 0 0 11 0 0 0 20 0 46 0 108316800 16453967872 73386 33554432000 4194304 4196468 140726055094320 139855675725120 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8712] ppid=8680 vsize=16068328 memory=0 CPUtime=0.13 cores=0-7
/proc/8683/task/8712/stat : 8712 (java) R 8680 8683 7925 0 -1 4202560 35 0 0 0 13 0 0 0 20 0 46 0 108316800 16453967872 73386 33554432000 4194304 4196468 140726055094320 139855674669056 139856611167638 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8713] ppid=8680 vsize=16068328 memory=0 CPUtime=0.1 cores=0-7
/proc/8683/task/8713/stat : 8713 (java) S 8680 8683 7925 0 -1 1077944384 73 0 0 0 10 0 0 0 20 0 46 0 108316800 16453967872 73386 33554432000 4194304 4196468 140726055094320 139855673620032 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8714] ppid=8680 vsize=16068328 memory=0 CPUtime=0.18 cores=0-7
/proc/8683/task/8714/stat : 8714 (java) R 8680 8683 7925 0 -1 1077944384 40 0 0 0 18 0 0 0 20 0 46 0 108316800 16453967872 73386 33554432000 4194304 4196468 140726055094320 139855672566464 139856611165909 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8715] ppid=8680 vsize=16068328 memory=0 CPUtime=0.16 cores=0-7
/proc/8683/task/8715/stat : 8715 (java) S 8680 8683 7925 0 -1 1077944384 35 0 0 0 16 0 0 0 20 0 46 0 108316801 16453967872 73386 33554432000 4194304 4196468 140726055094320 139855671513920 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8716] ppid=8680 vsize=16068328 memory=0 CPUtime=0.1 cores=0-7
/proc/8683/task/8716/stat : 8716 (java) S 8680 8683 7925 0 -1 1077944384 28 0 0 0 10 0 0 0 20 0 46 0 108316810 16453967872 73386 33554432000 4194304 4196468 140726055094320 139855670461376 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8717] ppid=8680 vsize=16068328 memory=0 CPUtime=0.1 cores=0-7
/proc/8683/task/8717/stat : 8717 (java) S 8680 8683 7925 0 -1 1077944384 45 0 0 0 10 0 0 0 20 0 46 0 108316810 16453967872 73386 33554432000 4194304 4196468 140726055094320 139855669408832 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8718] ppid=8680 vsize=16068328 memory=0 CPUtime=0.16 cores=0-7
/proc/8683/task/8718/stat : 8718 (java) S 8680 8683 7925 0 -1 1077944384 26 0 0 0 16 0 0 0 20 0 46 0 108316810 16453967872 73386 33554432000 4194304 4196468 140726055094320 139855668356288 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8719] ppid=8680 vsize=16068328 memory=0 CPUtime=0.1 cores=0-7
/proc/8683/task/8719/stat : 8719 (java) S 8680 8683 7925 0 -1 1077944384 24 0 0 0 10 0 0 0 20 0 46 0 108316810 16453967872 73386 33554432000 4194304 4196468 140726055094320 139855667300224 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8720] ppid=8680 vsize=16068328 memory=0 CPUtime=0.1 cores=0-7
/proc/8683/task/8720/stat : 8720 (java) S 8680 8683 7925 0 -1 1077944384 23 0 0 0 10 0 0 0 20 0 46 0 108316810 16453967872 73386 33554432000 4194304 4196468 140726055094320 139855666251200 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8721] ppid=8680 vsize=16068328 memory=0 CPUtime=0.09 cores=0-7
/proc/8683/task/8721/stat : 8721 (java) R 8680 8683 7925 0 -1 4202560 25 0 0 0 9 0 0 0 20 0 46 0 108316810 16453967872 73386 33554432000 4194304 4196468 140726055094320 139855665195136 139856611167638 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8722] ppid=8680 vsize=16068328 memory=0 CPUtime=0.16 cores=0-7
/proc/8683/task/8722/stat : 8722 (java) S 8680 8683 7925 0 -1 1077944384 27 0 0 0 16 0 0 0 20 0 46 0 108316812 16453967872 73386 33554432000 4194304 4196468 140726055094320 139855662007552 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8723] ppid=8680 vsize=16068328 memory=0 CPUtime=0.08 cores=0-7
/proc/8683/task/8723/stat : 8723 (java) S 8680 8683 7925 0 -1 1077944384 29 0 0 0 8 0 0 0 20 0 46 0 108316812 16453967872 73386 33554432000 4194304 4196468 140726055094320 139855660958528 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8724] ppid=8680 vsize=16068328 memory=0 CPUtime=0.13 cores=0-7
/proc/8683/task/8724/stat : 8724 (java) S 8680 8683 7925 0 -1 1077944384 24 0 0 0 13 0 0 0 20 0 46 0 108316812 16453967872 73386 33554432000 4194304 4196468 140726055094320 139855659905984 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8725] ppid=8680 vsize=16068328 memory=0 CPUtime=0.12 cores=0-7
/proc/8683/task/8725/stat : 8725 (java) S 8680 8683 7925 0 -1 1077944384 26 0 0 0 12 0 0 0 20 0 46 0 108316813 16453967872 73386 33554432000 4194304 4196468 140726055094320 139855658853440 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8726] ppid=8680 vsize=16068328 memory=0 CPUtime=0.06 cores=0-7
/proc/8683/task/8726/stat : 8726 (java) S 8680 8683 7925 0 -1 1077944384 23 0 0 0 6 0 0 0 20 0 46 0 108316813 16453967872 73386 33554432000 4194304 4196468 140726055094320 139855657800896 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8727] ppid=8680 vsize=16068328 memory=0 CPUtime=0.13 cores=0-7
/proc/8683/task/8727/stat : 8727 (java) S 8680 8683 7925 0 -1 1077944384 25 0 0 0 13 0 0 0 20 0 46 0 108316814 16453967872 73386 33554432000 4194304 4196468 140726055094320 139855656748352 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8728] ppid=8680 vsize=16068328 memory=0 CPUtime=0.1 cores=0-7
/proc/8683/task/8728/stat : 8728 (java) R 8680 8683 7925 0 -1 4202560 25 0 0 0 10 0 0 0 20 0 46 0 108316814 16453967872 73386 33554432000 4194304 4196468 140726055094320 139855655692288 139856611167638 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8729] ppid=8680 vsize=16068328 memory=0 CPUtime=0.02 cores=0-7
/proc/8683/task/8729/stat : 8729 (java) S 8680 8683 7925 0 -1 1077944384 25 0 0 0 2 0 0 0 20 0 46 0 108316816 16453967872 73386 33554432000 4194304 4196468 140726055094320 139855654643264 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
Current children cumulated CPU time: 14.28 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 293544 KiB

[startup+4.60158 s]
/proc/loadavg: 6.98 7.95 8.18 28/224 8729
/proc/meminfo: memFree=31323124/32770624 swapFree=67108860/67108860
[pid=8683] ppid=8680 vsize=16068328 memory=339620 CPUtime=15.74 cores=0-7
/proc/8683/stat : 8683 (java) S 8680 8683 7925 0 -1 1077944320 43673 0 0 0 1547 27 0 0 20 0 45 0 108316430 16453967872 84905 33554432000 4194304 4196468 140726055094320 140726055076864 139856611155703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
/proc/8683/statm: 4017082 84905 3831 1 0 4004276 0
[pid=8683/tid=8685] ppid=8680 vsize=16068328 memory=0 CPUtime=3.63 cores=0-7
/proc/8683/task/8685/stat : 8685 (java) S 8680 8683 7925 0 -1 1077944384 13923 0 0 0 357 6 0 0 20 0 45 0 108316431 16453967872 84905 33554432000 4194304 4196468 140726055094320 139856615393408 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8686] ppid=8680 vsize=16068328 memory=0 CPUtime=0.02 cores=0-7
/proc/8683/task/8686/stat : 8686 (java) S 8680 8683 7925 0 -1 1077944384 133 0 0 0 2 0 0 0 20 0 45 0 108316431 16453967872 84905 33554432000 4194304 4196468 140726055094320 139856563776272 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8687] ppid=8680 vsize=16068328 memory=0 CPUtime=0.03 cores=0-7
/proc/8683/task/8687/stat : 8687 (java) S 8680 8683 7925 0 -1 1077944384 398 0 0 0 2 1 0 0 20 0 45 0 108316431 16453967872 85417 33554432000 4194304 4196468 140726055094320 139856562723728 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8688] ppid=8680 vsize=16068328 memory=0 CPUtime=0.01 cores=0-7
/proc/8683/task/8688/stat : 8688 (java) S 8680 8683 7925 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 45 0 108316431 16453967872 85417 33554432000 4194304 4196468 140726055094320 139856561671184 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8689] ppid=8680 vsize=16068328 memory=0 CPUtime=0.01 cores=0-7
/proc/8683/task/8689/stat : 8689 (java) S 8680 8683 7925 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 45 0 108316431 16453967872 85417 33554432000 4194304 4196468 140726055094320 139856560618640 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8690] ppid=8680 vsize=16068328 memory=0 CPUtime=0.03 cores=0-7
/proc/8683/task/8690/stat : 8690 (java) S 8680 8683 7925 0 -1 1077944384 159 0 0 0 2 1 0 0 20 0 45 0 108316431 16453967872 85417 33554432000 4194304 4196468 140726055094320 139856559565072 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8691] ppid=8680 vsize=16068328 memory=0 CPUtime=0.01 cores=0-7
/proc/8683/task/8691/stat : 8691 (java) S 8680 8683 7925 0 -1 1077944384 236 0 0 0 1 0 0 0 20 0 45 0 108316431 16453967872 85417 33554432000 4194304 4196468 140726055094320 139856558512528 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8692] ppid=8680 vsize=16068328 memory=0 CPUtime=0.03 cores=0-7
/proc/8683/task/8692/stat : 8692 (java) S 8680 8683 7925 0 -1 1077944384 83 0 0 0 3 0 0 0 20 0 45 0 108316431 16453967872 85417 33554432000 4194304 4196468 140726055094320 139856557459984 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8693] ppid=8680 vsize=16068328 memory=0 CPUtime=0.03 cores=0-7
/proc/8683/task/8693/stat : 8693 (java) S 8680 8683 7925 0 -1 1077944384 63 0 0 0 2 1 0 0 20 0 45 0 108316431 16453967872 85417 33554432000 4194304 4196468 140726055094320 139856556407440 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8694] ppid=8680 vsize=16068328 memory=0 CPUtime=0.01 cores=0-7
/proc/8683/task/8694/stat : 8694 (java) S 8680 8683 7925 0 -1 1077944384 259 0 0 0 1 0 0 0 20 0 45 0 108316433 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855730248176 139856611166850 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8695] ppid=8680 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8695/stat : 8695 (java) S 8680 8683 7925 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 45 0 108316433 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855729194464 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8696] ppid=8680 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8696/stat : 8696 (java) S 8680 8683 7925 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 45 0 108316434 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855728141824 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8697] ppid=8680 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8697/stat : 8697 (java) S 8680 8683 7925 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 45 0 108316436 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855727090384 139856611174299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8698] ppid=8680 vsize=16068328 memory=0 CPUtime=2.04 cores=0-7
/proc/8683/task/8698/stat : 8698 (java) S 8680 8683 7925 0 -1 1077944384 5460 0 0 0 202 2 0 0 20 0 45 0 108316436 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855726036976 139856611166850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8699] ppid=8680 vsize=16068328 memory=0 CPUtime=2.29 cores=0-7
/proc/8683/task/8699/stat : 8699 (java) R 8680 8683 7925 0 -1 4202560 4732 0 0 0 228 1 0 0 20 0 45 0 108316436 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855724974240 139856594652229 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8700] ppid=8680 vsize=16068328 memory=0 CPUtime=2.34 cores=0-7
/proc/8683/task/8700/stat : 8700 (java) S 8680 8683 7925 0 -1 1077944384 4624 0 0 0 233 1 0 0 20 0 45 0 108316436 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855723931888 139856611166850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8701] ppid=8680 vsize=16068328 memory=0 CPUtime=1.01 cores=0-7
/proc/8683/task/8701/stat : 8701 (java) R 8680 8683 7925 0 -1 4202560 10781 0 0 0 99 2 0 0 20 0 45 0 108316436 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855722879152 139856596830851 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8702] ppid=8680 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8702/stat : 8702 (java) S 8680 8683 7925 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 45 0 108316436 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855721827040 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8703] ppid=8680 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8703/stat : 8703 (java) S 8680 8683 7925 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 45 0 108316436 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855720774576 139856611166850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8705] ppid=8680 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8683/task/8705/stat : 8705 (java) S 8680 8683 7925 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 45 0 108316787 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855707338192 139856611166850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8706] ppid=8680 vsize=16068328 memory=0 CPUtime=0.2 cores=0-7
/proc/8683/task/8706/stat : 8706 (java) S 8680 8683 7925 0 -1 1077944384 146 0 0 0 20 0 0 0 20 0 45 0 108316797 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855704187584 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8707] ppid=8680 vsize=16068328 memory=0 CPUtime=0.26 cores=0-7
/proc/8683/task/8707/stat : 8707 (java) S 8680 8683 7925 0 -1 1077944384 65 0 0 0 26 0 0 0 20 0 45 0 108316798 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855703135248 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8708] ppid=8680 vsize=16068328 memory=0 CPUtime=0.23 cores=0-7
/proc/8683/task/8708/stat : 8708 (java) S 8680 8683 7925 0 -1 1077944384 51 0 0 0 23 0 0 0 20 0 45 0 108316798 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855702082704 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8709] ppid=8680 vsize=16068328 memory=0 CPUtime=0.24 cores=0-7
/proc/8683/task/8709/stat : 8709 (java) S 8680 8683 7925 0 -1 1077944384 95 0 0 0 24 0 0 0 20 0 45 0 108316800 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855701030160 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8710] ppid=8680 vsize=16068328 memory=0 CPUtime=0.2 cores=0-7
/proc/8683/task/8710/stat : 8710 (java) S 8680 8683 7925 0 -1 1077944384 64 0 0 0 20 0 0 0 20 0 45 0 108316800 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855676777664 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8711] ppid=8680 vsize=16068328 memory=0 CPUtime=0.15 cores=0-7
/proc/8683/task/8711/stat : 8711 (java) R 8680 8683 7925 0 -1 4202560 105 0 0 0 15 0 0 0 20 0 45 0 108316800 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855675725328 139856595236190 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8712] ppid=8680 vsize=16068328 memory=0 CPUtime=0.19 cores=0-7
/proc/8683/task/8712/stat : 8712 (java) S 8680 8683 7925 0 -1 1077944384 42 0 0 0 19 0 0 0 20 0 45 0 108316800 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855674672784 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8713] ppid=8680 vsize=16068328 memory=0 CPUtime=0.15 cores=0-7
/proc/8683/task/8713/stat : 8713 (java) S 8680 8683 7925 0 -1 1077944384 77 0 0 0 15 0 0 0 20 0 45 0 108316800 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855673620240 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8714] ppid=8680 vsize=16068328 memory=0 CPUtime=0.2 cores=0-7
/proc/8683/task/8714/stat : 8714 (java) S 8680 8683 7925 0 -1 1077944384 40 0 0 0 20 0 0 0 20 0 45 0 108316800 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855672566464 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8715] ppid=8680 vsize=16068328 memory=0 CPUtime=0.18 cores=0-7
/proc/8683/task/8715/stat : 8715 (java) S 8680 8683 7925 0 -1 1077944384 42 0 0 0 18 0 0 0 20 0 45 0 108316801 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855671514128 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8716] ppid=8680 vsize=16068328 memory=0 CPUtime=0.13 cores=0-7
/proc/8683/task/8716/stat : 8716 (java) S 8680 8683 7925 0 -1 1077944384 33 0 0 0 13 0 0 0 20 0 45 0 108316810 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855670461584 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8717] ppid=8680 vsize=16068328 memory=0 CPUtime=0.11 cores=0-7
/proc/8683/task/8717/stat : 8717 (java) S 8680 8683 7925 0 -1 1077944384 45 0 0 0 11 0 0 0 20 0 45 0 108316810 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855669408832 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8718] ppid=8680 vsize=16068328 memory=0 CPUtime=0.17 cores=0-7
/proc/8683/task/8718/stat : 8718 (java) S 8680 8683 7925 0 -1 1077944384 28 0 0 0 17 0 0 0 20 0 45 0 108316810 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855668356496 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8719] ppid=8680 vsize=16068328 memory=0 CPUtime=0.15 cores=0-7
/proc/8683/task/8719/stat : 8719 (java) S 8680 8683 7925 0 -1 1077944384 31 0 0 0 15 0 0 0 20 0 45 0 108316810 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855667303952 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8720] ppid=8680 vsize=16068328 memory=0 CPUtime=0.12 cores=0-7
/proc/8683/task/8720/stat : 8720 (java) S 8680 8683 7925 0 -1 1077944384 24 0 0 0 12 0 0 0 20 0 45 0 108316810 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855666251408 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8721] ppid=8680 vsize=16068328 memory=0 CPUtime=0.1 cores=0-7
/proc/8683/task/8721/stat : 8721 (java) S 8680 8683 7925 0 -1 1077944384 25 0 0 0 10 0 0 0 20 0 45 0 108316810 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855665198864 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8722] ppid=8680 vsize=16068328 memory=0 CPUtime=0.23 cores=0-7
/proc/8683/task/8722/stat : 8722 (java) S 8680 8683 7925 0 -1 1077944384 87 0 0 0 23 0 0 0 20 0 45 0 108316812 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855662011280 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8723] ppid=8680 vsize=16068328 memory=0 CPUtime=0.12 cores=0-7
/proc/8683/task/8723/stat : 8723 (java) S 8680 8683 7925 0 -1 1077944384 30 0 0 0 12 0 0 0 20 0 45 0 108316812 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855660958528 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8724] ppid=8680 vsize=16068328 memory=0 CPUtime=0.16 cores=0-7
/proc/8683/task/8724/stat : 8724 (java) S 8680 8683 7925 0 -1 1077944384 26 0 0 0 16 0 0 0 20 0 45 0 108316812 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855659906192 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8725] ppid=8680 vsize=16068328 memory=0 CPUtime=0.17 cores=0-7
/proc/8683/task/8725/stat : 8725 (java) S 8680 8683 7925 0 -1 1077944384 40 0 0 0 17 0 0 0 20 0 45 0 108316813 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855658853648 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8726] ppid=8680 vsize=16068328 memory=0 CPUtime=0.12 cores=0-7
/proc/8683/task/8726/stat : 8726 (java) S 8680 8683 7925 0 -1 1077944384 24 0 0 0 12 0 0 0 20 0 45 0 108316813 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855657801104 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8727] ppid=8680 vsize=16068328 memory=0 CPUtime=0.15 cores=0-7
/proc/8683/task/8727/stat : 8727 (java) S 8680 8683 7925 0 -1 1077944384 39 0 0 0 15 0 0 0 20 0 45 0 108316814 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855656748560 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8728] ppid=8680 vsize=16068328 memory=0 CPUtime=0.15 cores=0-7
/proc/8683/task/8728/stat : 8728 (java) S 8680 8683 7925 0 -1 1077944384 49 0 0 0 15 0 0 0 20 0 45 0 108316814 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855655696016 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
[pid=8683/tid=8729] ppid=8680 vsize=16068328 memory=0 CPUtime=0.05 cores=0-7
/proc/8683/task/8729/stat : 8729 (java) S 8680 8683 7925 0 -1 1077944384 28 0 0 0 5 0 0 0 20 0 45 0 108316816 16453967872 85417 33554432000 4194304 4196468 140726055094320 139855654643264 139856611165909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33968128 140726055097441 140726055097627 140726055097627 140726055100367 0
Current children cumulated CPU time: 15.74 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 339620 KiB

Child status: 0
Real time (s): 4.65043
CPU time (s): 15.835
CPU user time (s): 15.5386
CPU system time (s): 0.296384
CPU usage (%): 340.506
Max. virtual memory (cumulated for all children) (KiB): 16068328
Max. memory (cumulated for all children) (KiB): 339620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.5386
system time used= 0.296384
maximum resident set size= 344248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43780
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= 9050
involuntary context switches= 384


# summary of solver processes directly reported to runsolver:
#   pid: 8683
#   total CPU time (s): 15.835
#   total CPU user time (s): 15.5386
#   total CPU system time (s): 0.296384

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.063181 second user time and 0.083238 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-15 00:57:08
IDJOB=4275315
IDBENCH=133117
IDSOLVER=2668
FILE ID=node112/4275315-1502752286
RUNJOBID= node112-1502745739-7952
PBS_JOBID= 20629069
Free space on /tmp= 61788 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/DiamondFree/DiamondFree-m1-s1/DiamondFree-013.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-4275315-1502752286/watcher-4275315-1502752286 -o /tmp/evaluation-result-4275315-1502752286/solver-4275315-1502752286 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node112-1502745739-7952 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1107989721 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275315-1502752286.xml

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

MD5SUM BENCH= 4cf3ecd4db3f6e62eacc2c014966391c
RANDOM SEED=1107989721

node112.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.24
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.24
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.24
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.24
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:        31585372 kB
MemAvailable:   31979940 kB
Buffers:          181792 kB
Cached:           491420 kB
SwapCached:            0 kB
Active:           502312 kB
Inactive:         223872 kB
Active(anon):       4268 kB
Inactive(anon):    76444 kB
Active(file):     498044 kB
Inactive(file):   147428 kB
Unevictable:        6276 kB
Mlocked:            6276 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42192 kB
Writeback:             0 kB
AnonPages:         86568 kB
Mapped:            45060 kB
Shmem:             25224 kB
Slab:             156212 kB
SReclaimable:     129860 kB
SUnreclaim:        26352 kB
KernelStack:        3520 kB
PageTables:         5172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61748 MiB
End job on node112 at 2017-08-15 00:57:13