Trace number 4309136

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 2018-08-14SAT 15.635 4.59742

General information on the benchmark

NameFrb/
frb-30-15-1_c18.xml
MD5SUM57df4fffa2265f6a33845f4cc7b1783a
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 benchmark11.905
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints284
Number of domains1
Minimum domain size15
Maximum domain size15
Distribution of domain sizes[{"size":15,"count":30}]
Minimum variable degree11
Maximum variable degree28
Distribution of variable degrees[{"degree":11,"count":1},{"degree":12,"count":1},{"degree":13,"count":1},{"degree":14,"count":2},{"degree":16,"count":3},{"degree":17,"count":1},{"degree":18,"count":3},{"degree":19,"count":2},{"degree":20,"count":3},{"degree":21,"count":8},{"degree":22,"count":2},{"degree":23,"count":1},{"degree":24,"count":1},{"degree":28,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":284}]
Number of extensional constraints284
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":284}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.55	c version: 2018-08-14
0.66/0.55	c seed: 1934236957
0.66/0.55	c timeout: 20160
0.66/0.55	c memlimit: 22000
0.66/0.55	c nbcore: 8
0.66/0.58	c Parsing instance...
1.62/0.99	c Parsing done, starting search...
15.12/4.57	s SATISFIABLE
15.12/4.57	v <instantiation>
15.12/4.57	v 	<list>
15.12/4.57	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29]
15.12/4.57	v 	</list>
15.12/4.57	v 	<values>
15.12/4.57	v 		4 3 3 9 13 2 6 14 1 6 8 1 5 10 0 1 1 12 9 12 13 13 5 5 3 8 9 5 5 11 
15.12/4.57	v 	</values>
15.12/4.57	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 (9776 MiB free)
  memory of node 1: 16384 MiB (12823 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309136-1534393299/watcher-4309136-1534393299 -o /tmp/evaluation-result-4309136-1534393299/solver-4309136-1534393299 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1534393299-31451 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1934236957 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309136-1534393299.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=31468, runsolver pid=31465

[startup+0.100108 s]*
/proc/loadavg: 8.29 8.56 8.40 3/199 31488
/proc/meminfo: memFree=23125780/32770624 swapFree=67108688/67108860
[pid=31468] ppid=31465 vsize=26103420 memory=32160 CPUtime=0.11 cores=0-7
/proc/31468/stat : 31468 (java) S 31465 31468 31424 0 -1 1077944320 6951 0 0 0 10 1 0 0 20 0 20 0 256892760 26729902080 7974 33554432000 4194304 4196468 140728921233088 140728921215632 139945974009591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
/proc/31468/statm: 6525855 7974 3136 1 0 6487932 0
[pid=31468/tid=31470] ppid=31465 vsize=26103420 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/31468/task/31470/stat : 31470 (java) R 31465 31468 31424 0 -1 4202560 5039 0 0 0 8 1 0 0 20 0 20 0 256892761 26729902080 8040 33554432000 4194304 4196468 140728921233088 139945978242832 139945954286416 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31471] ppid=31465 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31471/stat : 31471 (java) S 31465 31468 31424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256892761 26729902080 8040 33554432000 4194304 4196468 140728921233088 139945532668560 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31472] ppid=31465 vsize=26103420 memory=139713031325312 CPUtime=0 cores=0-7
/proc/31468/task/31472/stat : 31472 (java) S 31465 31468 31424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256892761 26729902080 8040 33554432000 4194304 4196468 140728921233088 139945531615760 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31473] ppid=31465 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31473/stat : 31473 (java) S 31465 31468 31424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256892761 26729902080 8040 33554432000 4194304 4196468 140728921233088 139945530562960 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31474] ppid=31465 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31474/stat : 31474 (java) S 31465 31468 31424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256892762 26729902080 8040 33554432000 4194304 4196468 140728921233088 139945529510160 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31475] ppid=31465 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31475/stat : 31475 (java) S 31465 31468 31424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256892762 26729902080 8040 33554432000 4194304 4196468 140728921233088 139945528458384 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31476] ppid=31465 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/31468/task/31476/stat : 31476 (java) S 31465 31468 31424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256892762 26729902080 8040 33554432000 4194304 4196468 140728921233088 139945527405584 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31477] ppid=31465 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31477/stat : 31477 (java) S 31465 31468 31424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256892762 26729902080 8040 33554432000 4194304 4196468 140728921233088 139945526352784 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31478] ppid=31465 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31478/stat : 31478 (java) S 31465 31468 31424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256892762 26729902080 8106 33554432000 4194304 4196468 140728921233088 139945525299984 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31479] ppid=31465 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31479/stat : 31479 (java) S 31465 31468 31424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256892763 26729902080 8106 33554432000 4194304 4196468 140728921233088 139944968227184 139945974020738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31480] ppid=31465 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31480/stat : 31480 (java) S 31465 31468 31424 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 256892763 26729902080 8106 33554432000 4194304 4196468 140728921233088 139944967173152 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31481] ppid=31465 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31481/stat : 31481 (java) S 31465 31468 31424 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 256892764 26729902080 8106 33554432000 4194304 4196468 140728921233088 139944966120304 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31482] ppid=31465 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31482/stat : 31482 (java) S 31465 31468 31424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256892766 26729902080 8106 33554432000 4194304 4196468 140728921233088 139944965068624 139945974028187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31483] ppid=31465 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31483/stat : 31483 (java) S 31465 31468 31424 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 20 0 256892766 26729902080 8106 33554432000 4194304 4196468 140728921233088 139944964017008 139945974020738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31484] ppid=31465 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31484/stat : 31484 (java) S 31465 31468 31424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256892766 26729902080 8106 33554432000 4194304 4196468 140728921233088 139944962964208 139945974020738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31485] ppid=31465 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31485/stat : 31485 (java) S 31465 31468 31424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256892766 26729902080 8106 33554432000 4194304 4196468 140728921233088 139944961911408 139945974020738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31486] ppid=31465 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/31468/task/31486/stat : 31486 (java) S 31465 31468 31424 0 -1 1077944384 237 0 0 0 1 0 0 0 20 0 20 0 256892766 26729902080 8106 33554432000 4194304 4196468 140728921233088 139944960858608 139945974020738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31487] ppid=31465 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31487/stat : 31487 (java) S 31465 31468 31424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256892766 26729902080 8106 33554432000 4194304 4196468 140728921233088 139944959806048 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31488] ppid=31465 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/31468/task/31488/stat : 31488 (java) S 31465 31468 31424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256892766 26729902080 8106 33554432000 4194304 4196468 140728921233088 139944958753328 139945974020738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 32160 KiB

[startup+0.210096 s]*
/proc/loadavg: 8.29 8.56 8.40 4/199 31488
/proc/meminfo: memFree=23112896/32770624 swapFree=67108688/67108860
[pid=31468] ppid=31465 vsize=26103420 memory=43940 CPUtime=0.29 cores=0-7
/proc/31468/stat : 31468 (java) S 31465 31468 31424 0 -1 1077944320 10128 0 0 0 27 2 0 0 20 0 20 0 256892760 26729902080 10985 33554432000 4194304 4196468 140728921233088 140728921215632 139945974009591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
/proc/31468/statm: 6525855 10985 3320 1 0 6487932 0
[pid=31468/tid=31470] ppid=31465 vsize=26103420 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/31468/task/31470/stat : 31470 (java) S 31465 31468 31424 0 -1 1077944384 7923 0 0 0 18 1 0 0 20 0 20 0 256892761 26729902080 10985 33554432000 4194304 4196468 140728921233088 139945978237248 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31471] ppid=31465 vsize=26103420 memory=12944 CPUtime=0 cores=0-7
/proc/31468/task/31471/stat : 31471 (java) S 31465 31468 31424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256892761 26729902080 10985 33554432000 4194304 4196468 140728921233088 139945532668560 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31472] ppid=31465 vsize=26103420 memory=288370089183037056 CPUtime=0 cores=0-7
/proc/31468/task/31472/stat : 31472 (java) S 31465 31468 31424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256892761 26729902080 10985 33554432000 4194304 4196468 140728921233088 139945531615760 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31473] ppid=31465 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/31468/task/31473/stat : 31473 (java) S 31465 31468 31424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256892761 26729902080 10985 33554432000 4194304 4196468 140728921233088 139945530562960 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31474] ppid=31465 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31474/stat : 31474 (java) S 31465 31468 31424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256892762 26729902080 10985 33554432000 4194304 4196468 140728921233088 139945529510160 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31475] ppid=31465 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31475/stat : 31475 (java) S 31465 31468 31424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256892762 26729902080 10985 33554432000 4194304 4196468 140728921233088 139945528458384 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31476] ppid=31465 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/31468/task/31476/stat : 31476 (java) S 31465 31468 31424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256892762 26729902080 10985 33554432000 4194304 4196468 140728921233088 139945527405584 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31477] ppid=31465 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31477/stat : 31477 (java) S 31465 31468 31424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256892762 26729902080 10985 33554432000 4194304 4196468 140728921233088 139945526352784 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31478] ppid=31465 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31478/stat : 31478 (java) S 31465 31468 31424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256892762 26729902080 10985 33554432000 4194304 4196468 140728921233088 139945525299984 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31479] ppid=31465 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31479/stat : 31479 (java) S 31465 31468 31424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256892763 26729902080 10985 33554432000 4194304 4196468 140728921233088 139944968227184 139945974020738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31480] ppid=31465 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31480/stat : 31480 (java) S 31465 31468 31424 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 256892763 26729902080 10985 33554432000 4194304 4196468 140728921233088 139944967173152 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31481] ppid=31465 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31481/stat : 31481 (java) S 31465 31468 31424 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 256892764 26729902080 10985 33554432000 4194304 4196468 140728921233088 139944966120304 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31482] ppid=31465 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31482/stat : 31482 (java) S 31465 31468 31424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256892766 26729902080 10985 33554432000 4194304 4196468 140728921233088 139944965068624 139945974028187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31483] ppid=31465 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/31468/task/31483/stat : 31483 (java) S 31465 31468 31424 0 -1 1077944384 481 0 0 0 1 0 0 0 20 0 20 0 256892766 26729902080 10985 33554432000 4194304 4196468 140728921233088 139944964017008 139945974020738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31484] ppid=31465 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31484/stat : 31484 (java) S 31465 31468 31424 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 20 0 256892766 26729902080 10985 33554432000 4194304 4196468 140728921233088 139944962964208 139945974020738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31485] ppid=31465 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31485/stat : 31485 (java) S 31465 31468 31424 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 256892766 26729902080 10985 33554432000 4194304 4196468 140728921233088 139944961911408 139945974020738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31486] ppid=31465 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/31468/task/31486/stat : 31486 (java) R 31465 31468 31424 0 -1 4202560 280 0 0 0 6 0 0 0 20 0 20 0 256892766 26729902080 10985 33554432000 4194304 4196468 140728921233088 139944960858608 139945974021526 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31487] ppid=31465 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31487/stat : 31487 (java) S 31465 31468 31424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256892766 26729902080 10985 33554432000 4194304 4196468 140728921233088 139944959806048 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31488] ppid=31465 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/31468/task/31488/stat : 31488 (java) S 31465 31468 31424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256892766 26729902080 10985 33554432000 4194304 4196468 140728921233088 139944958753328 139945974020738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43940 KiB

[startup+0.309515 s]*
/proc/loadavg: 8.29 8.56 8.40 3/199 31488
/proc/meminfo: memFree=23109996/32770624 swapFree=67108688/67108860
[pid=31468] ppid=31465 vsize=26103420 memory=47496 CPUtime=0.42 cores=0-7
/proc/31468/stat : 31468 (java) S 31465 31468 31424 0 -1 1077944320 10526 0 0 0 40 2 0 0 20 0 20 0 256892760 26729902080 11874 33554432000 4194304 4196468 140728921233088 140728921215632 139945974009591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
/proc/31468/statm: 6525855 11874 3368 1 0 6487932 0
[pid=31468/tid=31470] ppid=31465 vsize=26103420 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/31468/task/31470/stat : 31470 (java) R 31465 31468 31424 0 -1 4202560 8243 0 0 0 28 2 0 0 20 0 20 0 256892761 26729902080 11874 33554432000 4194304 4196468 140728921233088 139945978218360 139945974023495 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31471] ppid=31465 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31471/stat : 31471 (java) S 31465 31468 31424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256892761 26729902080 11874 33554432000 4194304 4196468 140728921233088 139945532668560 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31472] ppid=31465 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31472/stat : 31472 (java) S 31465 31468 31424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256892761 26729902080 11874 33554432000 4194304 4196468 140728921233088 139945531615760 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31473] ppid=31465 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31473/stat : 31473 (java) S 31465 31468 31424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256892761 26729902080 11874 33554432000 4194304 4196468 140728921233088 139945530562960 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31474] ppid=31465 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31474/stat : 31474 (java) S 31465 31468 31424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256892762 26729902080 11874 33554432000 4194304 4196468 140728921233088 139945529510160 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31475] ppid=31465 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/31468/task/31475/stat : 31475 (java) S 31465 31468 31424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256892762 26729902080 11874 33554432000 4194304 4196468 140728921233088 139945528458384 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31476] ppid=31465 vsize=26103420 memory=139712870314927 CPUtime=0 cores=0-7
/proc/31468/task/31476/stat : 31476 (java) S 31465 31468 31424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256892762 26729902080 11874 33554432000 4194304 4196468 140728921233088 139945527405584 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31477] ppid=31465 vsize=26103420 memory=139712870317232 CPUtime=0 cores=0-7
/proc/31468/task/31477/stat : 31477 (java) S 31465 31468 31424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256892762 26729902080 11874 33554432000 4194304 4196468 140728921233088 139945526352784 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31478] ppid=31465 vsize=26103420 memory=139712870319536 CPUtime=0 cores=0-7
/proc/31468/task/31478/stat : 31478 (java) S 31465 31468 31424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256892762 26729902080 11874 33554432000 4194304 4196468 140728921233088 139945525299984 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31479] ppid=31465 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31479/stat : 31479 (java) S 31465 31468 31424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256892763 26729902080 11874 33554432000 4194304 4196468 140728921233088 139944968227184 139945974020738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31480] ppid=31465 vsize=26103420 memory=279425740646032 CPUtime=0 cores=0-7
/proc/31468/task/31480/stat : 31480 (java) S 31465 31468 31424 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 256892763 26729902080 11874 33554432000 4194304 4196468 140728921233088 139944967173152 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31481] ppid=31465 vsize=26103420 memory=279425740652944 CPUtime=0 cores=0-7
/proc/31468/task/31481/stat : 31481 (java) S 31465 31468 31424 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 256892764 26729902080 11874 33554432000 4194304 4196468 140728921233088 139944966120304 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31482] ppid=31465 vsize=26103420 memory=279425740594096 CPUtime=0 cores=0-7
/proc/31468/task/31482/stat : 31482 (java) S 31465 31468 31424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256892766 26729902080 11874 33554432000 4194304 4196468 140728921233088 139944965068624 139945974028187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31483] ppid=31465 vsize=26103420 memory=279425740666768 CPUtime=0.02 cores=0-7
/proc/31468/task/31483/stat : 31483 (java) S 31465 31468 31424 0 -1 1077944384 542 0 0 0 2 0 0 0 20 0 20 0 256892766 26729902080 11874 33554432000 4194304 4196468 140728921233088 139944964017008 139945974020738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31484] ppid=31465 vsize=26103420 memory=279425740673680 CPUtime=0 cores=0-7
/proc/31468/task/31484/stat : 31484 (java) S 31465 31468 31424 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 256892766 26729902080 11874 33554432000 4194304 4196468 140728921233088 139944962964208 139945974020738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31485] ppid=31465 vsize=26103420 memory=279425740671376 CPUtime=0 cores=0-7
/proc/31468/task/31485/stat : 31485 (java) S 31465 31468 31424 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 256892766 26729902080 11874 33554432000 4194304 4196468 140728921233088 139944961911408 139945974020738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31486] ppid=31465 vsize=26103420 memory=279425740687984 CPUtime=0.07 cores=0-7
/proc/31468/task/31486/stat : 31486 (java) S 31465 31468 31424 0 -1 1077944384 287 0 0 0 7 0 0 0 20 0 20 0 256892766 26729902080 11874 33554432000 4194304 4196468 140728921233088 139944960858608 139945974020738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31487] ppid=31465 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31487/stat : 31487 (java) S 31465 31468 31424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256892766 26729902080 11874 33554432000 4194304 4196468 140728921233088 139944959806048 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31488] ppid=31465 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/31468/task/31488/stat : 31488 (java) S 31465 31468 31424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256892766 26729902080 11874 33554432000 4194304 4196468 140728921233088 139944958753328 139945974020738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 47496 KiB

[startup+0.700822 s]
/proc/loadavg: 8.29 8.56 8.40 3/199 31488
/proc/meminfo: memFree=23086060/32770624 swapFree=67108688/67108860
[pid=31468] ppid=31465 vsize=26105488 memory=87668 CPUtime=0.97 cores=0-7
/proc/31468/stat : 31468 (java) S 31465 31468 31424 0 -1 1077944320 17326 0 0 0 92 5 0 0 20 0 20 0 256892760 26732019712 21917 33554432000 4194304 4196468 140728921233088 140728921215632 139945974009591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
/proc/31468/statm: 6526372 21917 3495 1 0 6488444 0
[pid=31468/tid=31470] ppid=31465 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/31468/task/31470/stat : 31470 (java) R 31465 31468 31424 0 -1 4202560 14625 0 0 0 63 4 0 0 20 0 20 0 256892761 26732019712 21917 33554432000 4194304 4196468 140728921233088 139945978235088 139945958090078 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31471] ppid=31465 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31471/stat : 31471 (java) S 31465 31468 31424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256892761 26732019712 21917 33554432000 4194304 4196468 140728921233088 139945532668560 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31472] ppid=31465 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31472/stat : 31472 (java) S 31465 31468 31424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256892761 26732019712 21917 33554432000 4194304 4196468 140728921233088 139945531615760 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31473] ppid=31465 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31473/stat : 31473 (java) S 31465 31468 31424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256892761 26732019712 21917 33554432000 4194304 4196468 140728921233088 139945530562960 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31474] ppid=31465 vsize=26105488 memory=4452 CPUtime=0 cores=0-7
/proc/31468/task/31474/stat : 31474 (java) S 31465 31468 31424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256892762 26732019712 21917 33554432000 4194304 4196468 140728921233088 139945529510160 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31475] ppid=31465 vsize=26105488 memory=3732 CPUtime=0 cores=0-7
/proc/31468/task/31475/stat : 31475 (java) S 31465 31468 31424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256892762 26732019712 21917 33554432000 4194304 4196468 140728921233088 139945528458384 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31476] ppid=31465 vsize=26105488 memory=12668 CPUtime=0 cores=0-7
/proc/31468/task/31476/stat : 31476 (java) S 31465 31468 31424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256892762 26732019712 21917 33554432000 4194304 4196468 140728921233088 139945527405584 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31477] ppid=31465 vsize=26105488 memory=1072 CPUtime=0 cores=0-7
/proc/31468/task/31477/stat : 31477 (java) S 31465 31468 31424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256892762 26732019712 21917 33554432000 4194304 4196468 140728921233088 139945526352784 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31478] ppid=31465 vsize=26105488 memory=14888 CPUtime=0 cores=0-7
/proc/31468/task/31478/stat : 31478 (java) S 31465 31468 31424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256892762 26732019712 21917 33554432000 4194304 4196468 140728921233088 139945525299984 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31479] ppid=31465 vsize=26105488 memory=3316 CPUtime=0 cores=0-7
/proc/31468/task/31479/stat : 31479 (java) S 31465 31468 31424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256892763 26732019712 21917 33554432000 4194304 4196468 140728921233088 139944968227184 139945974020738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0

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

[pid=31468/tid=31487] ppid=31465 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31487/stat : 31487 (java) S 31465 31468 31424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 256892766 28518936576 110588 33554432000 4194304 4196468 140728921233088 139944959806048 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31488] ppid=31465 vsize=27850524 memory=279425741335424 CPUtime=0 cores=0-7
/proc/31468/task/31488/stat : 31488 (java) S 31465 31468 31424 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 46 0 256892766 28518936576 110588 33554432000 4194304 4196468 140728921233088 139944958753328 139945974020738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31489] ppid=31465 vsize=27850524 memory=0 CPUtime=0.01 cores=0-7
/proc/31468/task/31489/stat : 31489 (java) R 31465 31468 31424 0 -1 1077944384 40 0 0 0 1 0 0 0 20 0 46 0 256893060 28518936576 110588 33554432000 4194304 4196468 140728921233088 139944947409456 139945974019797 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31490] ppid=31465 vsize=27850524 memory=139717326292607 CPUtime=0 cores=0-7
/proc/31468/task/31490/stat : 31490 (java) S 31465 31468 31424 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 46 0 256893076 28518936576 110588 33554432000 4194304 4196468 140728921233088 139944944259664 139945974020738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31491] ppid=31465 vsize=27850524 memory=0 CPUtime=0.17 cores=0-7
/proc/31468/task/31491/stat : 31491 (java) R 31465 31468 31424 0 -1 1077944384 111 0 0 0 17 0 0 0 20 0 46 0 256893098 28518936576 110588 33554432000 4194304 4196468 140728921233088 139944941111056 139945974019797 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31492] ppid=31465 vsize=27850524 memory=0 CPUtime=0.34 cores=0-7
/proc/31468/task/31492/stat : 31492 (java) R 31465 31468 31424 0 -1 4202560 141 0 0 0 34 0 0 0 20 0 46 0 256893099 28518936576 110588 33554432000 4194304 4196468 140728921233088 139944940056016 139945622887916 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31493] ppid=31465 vsize=27850524 memory=0 CPUtime=0.19 cores=0-7
/proc/31468/task/31493/stat : 31493 (java) R 31465 31468 31424 0 -1 4202560 77 0 0 0 19 0 0 0 20 0 46 0 256893099 28518936576 110588 33554432000 4194304 4196468 140728921233088 139944939002200 139945974021526 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31494] ppid=31465 vsize=27850524 memory=0 CPUtime=0.27 cores=0-7
/proc/31468/task/31494/stat : 31494 (java) R 31465 31468 31424 0 -1 4202560 94 0 0 0 27 0 0 0 20 0 46 0 256893106 28518936576 110588 33554432000 4194304 4196468 140728921233088 139944935852248 139945974021526 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31495] ppid=31465 vsize=27850524 memory=0 CPUtime=0.1 cores=0-7
/proc/31468/task/31495/stat : 31495 (java) R 31465 31468 31424 0 -1 1077944384 60 0 0 0 10 0 0 0 20 0 46 0 256893106 28518936576 110588 33554432000 4194304 4196468 140728921233088 139944934802704 139945974019797 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31496] ppid=31465 vsize=27850524 memory=0 CPUtime=0.25 cores=0-7
/proc/31468/task/31496/stat : 31496 (java) R 31465 31468 31424 0 -1 1077944384 55 0 0 0 25 0 0 0 20 0 46 0 256893106 28518936576 110588 33554432000 4194304 4196468 140728921233088 139944933749904 139945974019797 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31497] ppid=31465 vsize=27850524 memory=0 CPUtime=0.28 cores=0-7
/proc/31468/task/31497/stat : 31497 (java) R 31465 31468 31424 0 -1 1077944384 72 0 0 0 28 0 0 0 20 0 46 0 256893106 28518936576 110588 33554432000 4194304 4196468 140728921233088 139944144659472 139945974019797 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31498] ppid=31465 vsize=27850524 memory=0 CPUtime=0.4 cores=0-7
/proc/31468/task/31498/stat : 31498 (java) S 31465 31468 31424 0 -1 1077944384 106 0 0 0 40 0 0 0 20 0 46 0 256893106 28518936576 110588 33554432000 4194304 4196468 140728921233088 139944143606512 139945974030781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31499] ppid=31465 vsize=27850524 memory=0 CPUtime=0.16 cores=0-7
/proc/31468/task/31499/stat : 31499 (java) S 31465 31468 31424 0 -1 1077944384 26 0 0 0 16 0 0 0 20 0 46 0 256893106 28518936576 110588 33554432000 4194304 4196468 140728921233088 139944142554736 139945974030781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31500] ppid=31465 vsize=27850524 memory=0 CPUtime=0.18 cores=0-7
/proc/31468/task/31500/stat : 31500 (java) R 31465 31468 31424 0 -1 4202560 24 0 0 0 18 0 0 0 20 0 46 0 256893106 28518936576 110588 33554432000 4194304 4196468 140728921233088 139944141499856 139945619492673 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31501] ppid=31465 vsize=27850524 memory=0 CPUtime=0.17 cores=0-7
/proc/31468/task/31501/stat : 31501 (java) R 31465 31468 31424 0 -1 1077944384 36 0 0 0 17 0 0 0 20 0 46 0 256893106 28518936576 110588 33554432000 4194304 4196468 140728921233088 139944140449296 139945974019797 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31502] ppid=31465 vsize=27850524 memory=0 CPUtime=0.3 cores=0-7
/proc/31468/task/31502/stat : 31502 (java) R 31465 31468 31424 0 -1 4202560 36 0 0 0 30 0 0 0 20 0 46 0 256893117 28518936576 110588 33554432000 4194304 4196468 140728921233088 139944139396496 139945617427691 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31503] ppid=31465 vsize=27850524 memory=0 CPUtime=0.11 cores=0-7
/proc/31468/task/31503/stat : 31503 (java) R 31465 31468 31424 0 -1 1077944384 31 0 0 0 11 0 0 0 20 0 46 0 256893117 28518936576 110588 33554432000 4194304 4196468 140728921233088 139944138343696 139945974019797 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31504] ppid=31465 vsize=27850524 memory=0 CPUtime=0.21 cores=0-7
/proc/31468/task/31504/stat : 31504 (java) R 31465 31468 31424 0 -1 4202560 41 0 0 0 21 0 0 0 20 0 46 0 256893117 28518936576 110588 33554432000 4194304 4196468 140728921233088 139944137288656 139945619060445 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31505] ppid=31465 vsize=27850524 memory=0 CPUtime=0.27 cores=0-7
/proc/31468/task/31505/stat : 31505 (java) R 31465 31468 31424 0 -1 1077944384 33 0 0 0 27 0 0 0 20 0 46 0 256893119 28518936576 110588 33554432000 4194304 4196468 140728921233088 139944134104080 139945974019797 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31506] ppid=31465 vsize=27850524 memory=0 CPUtime=0.35 cores=0-7
/proc/31468/task/31506/stat : 31506 (java) R 31465 31468 31424 0 -1 4202560 25 0 0 0 35 0 0 0 20 0 46 0 256893119 28518936576 110588 33554432000 4194304 4196468 140728921233088 139944133051280 139945612043349 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31507] ppid=31465 vsize=27850524 memory=0 CPUtime=0.21 cores=0-7
/proc/31468/task/31507/stat : 31507 (java) R 31465 31468 31424 0 -1 1077944384 28 0 0 0 21 0 0 0 20 0 46 0 256893119 28518936576 110588 33554432000 4194304 4196468 140728921233088 139944131999504 139945974019797 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31508] ppid=31465 vsize=27850524 memory=0 CPUtime=0.13 cores=0-7
/proc/31468/task/31508/stat : 31508 (java) R 31465 31468 31424 0 -1 4202560 27 0 0 0 13 0 0 0 20 0 46 0 256893119 28518936576 110588 33554432000 4194304 4196468 140728921233088 139944130944464 139945617083617 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31509] ppid=31465 vsize=27850524 memory=0 CPUtime=0.33 cores=0-7
/proc/31468/task/31509/stat : 31509 (java) R 31465 31468 31424 0 -1 1077944384 33 0 0 0 33 0 0 0 20 0 46 0 256893120 28518936576 110588 33554432000 4194304 4196468 140728921233088 139944129893904 139945974019797 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31510] ppid=31465 vsize=27850524 memory=0 CPUtime=0.17 cores=0-7
/proc/31468/task/31510/stat : 31510 (java) S 31465 31468 31424 0 -1 1077944384 24 0 0 0 17 0 0 0 20 0 46 0 256893120 28518936576 110588 33554432000 4194304 4196468 140728921233088 139944128840944 139945974030781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31511] ppid=31465 vsize=27850524 memory=0 CPUtime=0.16 cores=0-7
/proc/31468/task/31511/stat : 31511 (java) R 31465 31468 31424 0 -1 4202560 31 0 0 0 16 0 0 0 20 0 46 0 256893120 28518936576 110588 33554432000 4194304 4196468 140728921233088 139943819955280 139945619060492 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31512] ppid=31465 vsize=27850524 memory=0 CPUtime=0.31 cores=0-7
/proc/31468/task/31512/stat : 31512 (java) R 31465 31468 31424 0 -1 4202560 31 0 0 0 31 0 0 0 20 0 46 0 256893120 28518936576 110588 33554432000 4194304 4196468 140728921233088 139943818904720 139945619059269 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31513] ppid=31465 vsize=27850524 memory=0 CPUtime=0.27 cores=0-7
/proc/31468/task/31513/stat : 31513 (java) R 31465 31468 31424 0 -1 1077944384 29 0 0 0 27 0 0 0 20 0 46 0 256893120 28518936576 110588 33554432000 4194304 4196468 140728921233088 139943817851920 139945974019797 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31514] ppid=31465 vsize=27850524 memory=0 CPUtime=0.17 cores=0-7
/proc/31468/task/31514/stat : 31514 (java) R 31465 31468 31424 0 -1 4202560 29 0 0 0 17 0 0 0 20 0 46 0 256893121 28518936576 110588 33554432000 4194304 4196468 140728921233088 139943816796552 139945974021526 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
Current children cumulated CPU time: 14.36 s
Current children cumulated vsize: 27850524 KiB
Current children cumulated memory: 442352 KiB

[startup+4.5017 s]
/proc/loadavg: 7.79 8.45 8.37 29/225 31514
/proc/meminfo: memFree=22799912/32770624 swapFree=67108688/67108860
[pid=31468] ppid=31465 vsize=27850524 memory=475652 CPUtime=15.12 cores=0-7
/proc/31468/stat : 31468 (java) S 31465 31468 31424 0 -1 1077944320 42887 0 0 0 1467 45 0 0 20 0 46 0 256892760 28518936576 118913 33554432000 4194304 4196468 140728921233088 140728921215632 139945974009591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
/proc/31468/statm: 6962631 118913 3611 1 0 6924182 0
[pid=31468/tid=31470] ppid=31465 vsize=27850524 memory=442292 CPUtime=3.36 cores=0-7
/proc/31468/task/31470/stat : 31470 (java) S 31465 31468 31424 0 -1 1077944384 21852 0 0 0 327 9 0 0 20 0 46 0 256892761 28518936576 118913 33554432000 4194304 4196468 140728921233088 139945978247056 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31471] ppid=31465 vsize=27850524 memory=241604 CPUtime=0.06 cores=0-7
/proc/31468/task/31471/stat : 31471 (java) S 31465 31468 31424 0 -1 1077944384 122 0 0 0 3 3 0 0 20 0 46 0 256892761 28518936576 118913 33554432000 4194304 4196468 140728921233088 139945532668560 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31472] ppid=31465 vsize=27850524 memory=579 CPUtime=0.07 cores=0-7
/proc/31468/task/31472/stat : 31472 (java) S 31465 31468 31424 0 -1 1077944384 283 0 0 0 4 3 0 0 20 0 46 0 256892761 28518936576 118913 33554432000 4194304 4196468 140728921233088 139945531615760 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31473] ppid=31465 vsize=27850524 memory=0 CPUtime=0.06 cores=0-7
/proc/31468/task/31473/stat : 31473 (java) S 31465 31468 31424 0 -1 1077944384 78 0 0 0 3 3 0 0 20 0 46 0 256892761 28518936576 118913 33554432000 4194304 4196468 140728921233088 139945530562960 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31474] ppid=31465 vsize=27850524 memory=0 CPUtime=0.05 cores=0-7
/proc/31468/task/31474/stat : 31474 (java) S 31465 31468 31424 0 -1 1077944384 132 0 0 0 3 2 0 0 20 0 46 0 256892762 28518936576 118913 33554432000 4194304 4196468 140728921233088 139945529510160 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31475] ppid=31465 vsize=27850524 memory=1224 CPUtime=0.07 cores=0-7
/proc/31468/task/31475/stat : 31475 (java) S 31465 31468 31424 0 -1 1077944384 149 0 0 0 4 3 0 0 20 0 46 0 256892762 28518936576 118913 33554432000 4194304 4196468 140728921233088 139945528458384 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31476] ppid=31465 vsize=27850524 memory=2336 CPUtime=0.07 cores=0-7
/proc/31468/task/31476/stat : 31476 (java) S 31465 31468 31424 0 -1 1077944384 97 0 0 0 4 3 0 0 20 0 46 0 256892762 28518936576 118913 33554432000 4194304 4196468 140728921233088 139945527405584 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31477] ppid=31465 vsize=27850524 memory=1752 CPUtime=0.04 cores=0-7
/proc/31468/task/31477/stat : 31477 (java) S 31465 31468 31424 0 -1 1077944384 49 0 0 0 2 2 0 0 20 0 46 0 256892762 28518936576 118913 33554432000 4194304 4196468 140728921233088 139945526352784 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31478] ppid=31465 vsize=27850524 memory=0 CPUtime=0.04 cores=0-7
/proc/31468/task/31478/stat : 31478 (java) S 31465 31468 31424 0 -1 1077944384 44 0 0 0 2 2 0 0 20 0 46 0 256892762 28518936576 118913 33554432000 4194304 4196468 140728921233088 139945525299984 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31479] ppid=31465 vsize=27850524 memory=0 CPUtime=0.03 cores=0-7
/proc/31468/task/31479/stat : 31479 (java) S 31465 31468 31424 0 -1 1077944384 1350 0 0 0 3 0 0 0 20 0 46 0 256892763 28518936576 118913 33554432000 4194304 4196468 140728921233088 139944968227184 139945974020738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31480] ppid=31465 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31480/stat : 31480 (java) S 31465 31468 31424 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 46 0 256892763 28518936576 118913 33554432000 4194304 4196468 140728921233088 139944967173216 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31481] ppid=31465 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31481/stat : 31481 (java) S 31465 31468 31424 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 46 0 256892764 28518936576 118913 33554432000 4194304 4196468 140728921233088 139944966120320 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31482] ppid=31465 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31482/stat : 31482 (java) S 31465 31468 31424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 256892766 28518936576 118913 33554432000 4194304 4196468 140728921233088 139944965068624 139945974028187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31483] ppid=31465 vsize=27850524 memory=0 CPUtime=1.35 cores=0-7
/proc/31468/task/31483/stat : 31483 (java) R 31465 31468 31424 0 -1 4202560 3166 0 0 0 133 2 0 0 20 0 46 0 256892766 28518936576 118913 33554432000 4194304 4196468 140728921233088 139944963997080 139945957506375 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31484] ppid=31465 vsize=27850524 memory=241604 CPUtime=1.26 cores=0-7
/proc/31468/task/31484/stat : 31484 (java) R 31465 31468 31424 0 -1 1077944384 3052 0 0 0 124 2 0 0 20 0 46 0 256892766 28518936576 118913 33554432000 4194304 4196468 140728921233088 139944962964208 139945974020738 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31485] ppid=31465 vsize=27850524 memory=279425740783296 CPUtime=1.23 cores=0-7
/proc/31468/task/31485/stat : 31485 (java) R 31465 31468 31424 0 -1 4202560 3961 0 0 0 123 0 0 0 20 0 46 0 256892766 28518936576 118913 33554432000 4194304 4196468 140728921233088 139944961911408 139945959377732 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31486] ppid=31465 vsize=27850524 memory=279425740506912 CPUtime=1.04 cores=0-7
/proc/31468/task/31486/stat : 31486 (java) S 31465 31468 31424 0 -1 1077944384 5853 0 0 0 102 2 0 0 20 0 46 0 256892766 28518936576 118913 33554432000 4194304 4196468 140728921233088 139944960858608 139945974020738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31487] ppid=31465 vsize=27850524 memory=279425740507104 CPUtime=0 cores=0-7
/proc/31468/task/31487/stat : 31487 (java) S 31465 31468 31424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 256892766 28518936576 118913 33554432000 4194304 4196468 140728921233088 139944959806048 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31488] ppid=31465 vsize=27850524 memory=279425740507296 CPUtime=0 cores=0-7
/proc/31468/task/31488/stat : 31488 (java) S 31465 31468 31424 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 46 0 256892766 28518936576 118913 33554432000 4194304 4196468 140728921233088 139944958753328 139945974020738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31489] ppid=31465 vsize=27850524 memory=279425740507488 CPUtime=0.01 cores=0-7
/proc/31468/task/31489/stat : 31489 (java) R 31465 31468 31424 0 -1 1077944384 40 0 0 0 1 0 0 0 20 0 46 0 256893060 28518936576 118913 33554432000 4194304 4196468 140728921233088 139944947409456 139945974019797 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31490] ppid=31465 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/31468/task/31490/stat : 31490 (java) S 31465 31468 31424 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 46 0 256893076 28518936576 118913 33554432000 4194304 4196468 140728921233088 139944944259664 139945974020738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31491] ppid=31465 vsize=27850524 memory=0 CPUtime=0.21 cores=0-7
/proc/31468/task/31491/stat : 31491 (java) R 31465 31468 31424 0 -1 4202560 112 0 0 0 21 0 0 0 20 0 46 0 256893098 28518936576 118913 33554432000 4194304 4196468 140728921233088 139944941103592 139945612841719 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31492] ppid=31465 vsize=27850524 memory=0 CPUtime=0.41 cores=0-7
/proc/31468/task/31492/stat : 31492 (java) R 31465 31468 31424 0 -1 4202560 141 0 0 0 41 0 0 0 20 0 46 0 256893099 28518936576 118913 33554432000 4194304 4196468 140728921233088 139944940056016 139945612043380 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31493] ppid=31465 vsize=27850524 memory=0 CPUtime=0.19 cores=0-7
/proc/31468/task/31493/stat : 31493 (java) S 31465 31468 31424 0 -1 1077944384 77 0 0 0 19 0 0 0 20 0 46 0 256893099 28518936576 118913 33554432000 4194304 4196468 140728921233088 139944939004976 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31494] ppid=31465 vsize=27850524 memory=6944656592387989600 CPUtime=0.28 cores=0-7
/proc/31468/task/31494/stat : 31494 (java) R 31465 31468 31424 0 -1 1077944384 94 0 0 0 28 0 0 0 20 0 46 0 256893106 28518936576 118913 33554432000 4194304 4196468 140728921233088 139944935855504 139945974019797 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31495] ppid=31465 vsize=27850524 memory=6944656592455097440 CPUtime=0.13 cores=0-7
/proc/31468/task/31495/stat : 31495 (java) S 31465 31468 31424 0 -1 1077944384 61 0 0 0 13 0 0 0 20 0 46 0 256893106 28518936576 118913 33554432000 4194304 4196468 140728921233088 139944934802224 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31496] ppid=31465 vsize=27850524 memory=6944656575208382560 CPUtime=0.25 cores=0-7
/proc/31468/task/31496/stat : 31496 (java) R 31465 31468 31424 0 -1 1077944384 55 0 0 0 25 0 0 0 20 0 46 0 256893106 28518936576 118913 33554432000 4194304 4196468 140728921233088 139944933749904 139945974019797 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31497] ppid=31465 vsize=27850524 memory=6943526294502006880 CPUtime=0.28 cores=0-7
/proc/31468/task/31497/stat : 31497 (java) R 31465 31468 31424 0 -1 1077944384 72 0 0 0 28 0 0 0 20 0 46 0 256893106 28518936576 118913 33554432000 4194304 4196468 140728921233088 139944144659472 139945974019797 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31498] ppid=31465 vsize=27850524 memory=6944656592455359580 CPUtime=0.43 cores=0-7
/proc/31468/task/31498/stat : 31498 (java) R 31465 31468 31424 0 -1 1077944384 107 0 0 0 43 0 0 0 20 0 46 0 256893106 28518936576 118913 33554432000 4194304 4196468 140728921233088 139944143606672 139945974019797 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31499] ppid=31465 vsize=27850524 memory=6944652177228980320 CPUtime=0.16 cores=0-7
/proc/31468/task/31499/stat : 31499 (java) S 31465 31468 31424 0 -1 1077944384 27 0 0 0 16 0 0 0 20 0 46 0 256893106 28518936576 118913 33554432000 4194304 4196468 140728921233088 139944142554416 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31500] ppid=31465 vsize=27850524 memory=6944652177228980320 CPUtime=0.19 cores=0-7
/proc/31468/task/31500/stat : 31500 (java) S 31465 31468 31424 0 -1 1077944384 25 0 0 0 19 0 0 0 20 0 46 0 256893106 28518936576 118913 33554432000 4194304 4196468 140728921233088 139944141497872 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31501] ppid=31465 vsize=27850524 memory=288230574492221466 CPUtime=0.19 cores=0-7
/proc/31468/task/31501/stat : 31501 (java) S 31465 31468 31424 0 -1 1077944384 36 0 0 0 19 0 0 0 20 0 46 0 256893106 28518936576 118913 33554432000 4194304 4196468 140728921233088 139944140449296 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31502] ppid=31465 vsize=27850524 memory=7896318971486248851 CPUtime=0.35 cores=0-7
/proc/31468/task/31502/stat : 31502 (java) R 31465 31468 31424 0 -1 4202560 36 0 0 0 35 0 0 0 20 0 46 0 256893117 28518936576 118913 33554432000 4194304 4196468 140728921233088 139944139394256 139945622887940 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31503] ppid=31465 vsize=27850524 memory=8546823402028195750 CPUtime=0.11 cores=0-7
/proc/31468/task/31503/stat : 31503 (java) S 31465 31468 31424 0 -1 1077944384 32 0 0 0 11 0 0 0 20 0 46 0 256893117 28518936576 118913 33554432000 4194304 4196468 140728921233088 139944138343216 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31504] ppid=31465 vsize=27850524 memory=6944656592455360608 CPUtime=0.23 cores=0-7
/proc/31468/task/31504/stat : 31504 (java) R 31465 31468 31424 0 -1 1077944384 41 0 0 0 23 0 0 0 20 0 46 0 256893117 28518936576 118913 33554432000 4194304 4196468 140728921233088 139944137290896 139945974019797 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31505] ppid=31465 vsize=27850524 memory=4137280412607091059 CPUtime=0.27 cores=0-7
/proc/31468/task/31505/stat : 31505 (java) S 31465 31468 31424 0 -1 1077944384 33 0 0 0 27 0 0 0 20 0 46 0 256893119 28518936576 118913 33554432000 4194304 4196468 140728921233088 139944134104080 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31506] ppid=31465 vsize=27850524 memory=-7882018838379555936 CPUtime=0.4 cores=0-7
/proc/31468/task/31506/stat : 31506 (java) R 31465 31468 31424 0 -1 4202560 26 0 0 0 40 0 0 0 20 0 46 0 256893119 28518936576 118913 33554432000 4194304 4196468 140728921233088 139944133049040 139945617337536 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31507] ppid=31465 vsize=27850524 memory=8187704045996132563 CPUtime=0.26 cores=0-7
/proc/31468/task/31507/stat : 31507 (java) R 31465 31468 31424 0 -1 4202560 29 0 0 0 26 0 0 0 20 0 46 0 256893119 28518936576 118913 33554432000 4194304 4196468 140728921233088 139944131990792 139945617427101 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31508] ppid=31465 vsize=27850524 memory=0 CPUtime=0.14 cores=0-7
/proc/31468/task/31508/stat : 31508 (java) R 31465 31468 31424 0 -1 1077944384 27 0 0 0 14 0 0 0 20 0 46 0 256893119 28518936576 118913 33554432000 4194304 4196468 140728921233088 139944130946224 139945974019797 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31509] ppid=31465 vsize=27850524 memory=0 CPUtime=0.33 cores=0-7
/proc/31468/task/31509/stat : 31509 (java) S 31465 31468 31424 0 -1 1077944384 33 0 0 0 33 0 0 0 20 0 46 0 256893120 28518936576 118913 33554432000 4194304 4196468 140728921233088 139944129893424 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31510] ppid=31465 vsize=27850524 memory=7517784671240353424 CPUtime=0.23 cores=0-7
/proc/31468/task/31510/stat : 31510 (java) R 31465 31468 31424 0 -1 1077944384 26 0 0 0 23 0 0 0 20 0 46 0 256893120 28518936576 118913 33554432000 4194304 4196468 140728921233088 139944128841104 139945974019797 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31511] ppid=31465 vsize=27850524 memory=7523376918531162212 CPUtime=0.19 cores=0-7
/proc/31468/task/31511/stat : 31511 (java) S 31465 31468 31424 0 -1 1077944384 31 0 0 0 19 0 0 0 20 0 46 0 256893120 28518936576 118913 33554432000 4194304 4196468 140728921233088 139943819957040 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31512] ppid=31465 vsize=27850524 memory=7162531440177276259 CPUtime=0.31 cores=0-7
/proc/31468/task/31512/stat : 31512 (java) S 31465 31468 31424 0 -1 1077944384 31 0 0 0 31 0 0 0 20 0 46 0 256893120 28518936576 118913 33554432000 4194304 4196468 140728921233088 139943818904720 139945974019797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31513] ppid=31465 vsize=27850524 memory=7230638415855315031 CPUtime=0.33 cores=0-7
/proc/31468/task/31513/stat : 31513 (java) R 31465 31468 31424 0 -1 4202560 30 0 0 0 33 0 0 0 20 0 46 0 256893120 28518936576 118913 33554432000 4194304 4196468 140728921233088 139943817849680 139945622888456 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
[pid=31468/tid=31514] ppid=31465 vsize=27850524 memory=26995203930 CPUtime=0.21 cores=0-7
/proc/31468/task/31514/stat : 31514 (java) R 31465 31468 31424 0 -1 4202560 29 0 0 0 21 0 0 0 20 0 46 0 256893121 28518936576 118913 33554432000 4194304 4196468 140728921233088 139943816796880 139945619059323 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33210368 140728921240653 140728921240837 140728921240837 140728921243599 0
Current children cumulated CPU time: 15.12 s
Current children cumulated vsize: 27850524 KiB
Current children cumulated memory: 475652 KiB

Child status: 0
Real time (s): 4.59742
CPU time (s): 15.635
CPU user time (s): 15.1642
CPU system time (s): 0.470745
CPU usage (%): 340.081
Max. virtual memory (cumulated for all children) (KiB): 27850524
Max. memory (cumulated for all children) (KiB): 475652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.1642
system time used= 0.470745
maximum resident set size= 478604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43306
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= 8134
involuntary context switches= 768


# summary of solver processes directly reported to runsolver:
#   pid: 31468
#   total CPU time (s): 15.635
#   total CPU user time (s): 15.1642
#   total CPU system time (s): 0.470745

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.055795 second user time and 0.085401 second system time

The end

Launcher Data

Begin job on node106 at 2018-08-16 06:21:39
IDJOB=4309136
IDBENCH=141590
IDSOLVER=2793
FILE ID=node106/4309136-1534393299
RUNJOBID= node106-1534393299-31451
PBS_JOBID= 21038325
Free space on /tmp= 45856 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/Frb/frb-30-15-1_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309136-1534393299/watcher-4309136-1534393299 -o /tmp/evaluation-result-4309136-1534393299/solver-4309136-1534393299 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1534393299-31451 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1934236957 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309136-1534393299.xml

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

MD5SUM BENCH= 57df4fffa2265f6a33845f4cc7b1783a
RANDOM SEED=1934236957

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        23143412 kB
MemAvailable:   31890644 kB
Buffers:          216288 kB
Cached:          8756276 kB
SwapCached:            0 kB
Active:          4573252 kB
Inactive:        4456456 kB
Active(anon):       4024 kB
Inactive(anon):   113644 kB
Active(file):    4569228 kB
Inactive(file):  4342812 kB
Unevictable:        6968 kB
Mlocked:            6968 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             35988 kB
Writeback:            32 kB
AnonPages:         63776 kB
Mapped:            56716 kB
Shmem:             57824 kB
Slab:             291552 kB
SReclaimable:     263652 kB
SUnreclaim:        27900 kB
KernelStack:        3200 kB
PageTables:         5480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     356668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 45824 MiB
End job on node106 at 2018-08-16 06:21:44