Trace number 4295525

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
scop both+MapleCOMSPS (2018-06-13)? (MO) 25.3714 12.4379

General information on the benchmark

NameMagicHexagon/
MagicHexagon-08-0006_c18.xml
MD5SUMe0f43de676a90a3e6f61e2deb5ab7ad8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints52
Number of domains1
Minimum domain size169
Maximum domain size169
Distribution of domain sizes[{"size":169,"count":169}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":56},{"degree":4,"count":163},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":3},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":45}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.52	
0.66/0.52	scop both+minisat_release (2018-06-13)
0.66/0.52	
0.66/0.55	c BEGIN-Prog: Wed Jul 25 20:28:39 CEST 2018
0.66/0.55	c PID: 629
0.66/0.55	c IP: 172.20.3.102
0.66/0.55	c HOST: node102.alineos.net
0.66/0.55	c (0,0) Parsing Begin
1.42/0.92	c (0,0) Parsing End
1.42/0.93	c (0,0) CSP: 169 int (0 aux), 0 bool (0 aux), 52 ctr, max domain size 169
1.42/0.93	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.42/0.93	c (0,0) Constraint Name Generate Begin
1.42/0.93	c (0,0) Ctr:HOME/instance-4295525-1532543318.xml,AllDifferent:IntVar:Lt:Num:WeightedSum
1.42/0.93	c (0,0) Constraint Name Generate End
1.42/0.93	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.42/0.93	c (0,0) CSP to CSPinCNF Begin
4.02/1.81	c (1,1) translated 6 (10%) constraints
4.02/1.82	c (1,1) translated 11 (20%) constraints
4.02/1.83	c (1,1) translated 16 (30%) constraints
4.02/1.83	c (1,1) translated 21 (40%) constraints
4.02/1.83	c (1,1) translated 26 (50%) constraints
4.02/1.84	c (1,1) translated 32 (60%) constraints
4.02/1.84	c (1,1) translated 37 (70%) constraints
4.02/1.84	c (1,1) translated 42 (80%) constraints
4.02/1.85	c (1,1) translated 47 (90%) constraints
4.02/1.85	c (1,1) translated 52 (100%) constraints
4.68/2.04	c (1,1) STATISTICS1:HOME/instance-4295525-1532543318.xml,AllDifferent:IntVar:Lt:Num:WeightedSum,169,14249,9223372036854775807,169,169,15,9223372036854775807:66;665416609183179904:12;3890918073946176:4;3867757847315544:8;169:13203;168:661;167:338,169:28199;168:700;167:350,169:2;2:14196;1:51,15:6;14:12;13:12;12:12;11:12;10:12;9:12;8:12;2:14202;1:338,712336:6;620944:12;535824:12;456976:12;383161:12;316969:12
4.68/2.04	c (1,1) ===========================================
4.68/2.04	c (1,1) Both Encoding selects:
4.68/2.04	c (1,1) Log
4.68/2.04	c (1,1) ===========================================
5.04/2.14	c (1,1) translated 1425 (10%) constraints
5.31/2.20	c (1,1) translated 2850 (20%) constraints
5.31/2.25	c (1,1) translated 4275 (30%) constraints
5.61/2.30	c (1,1) translated 5700 (40%) constraints
5.61/2.35	c (1,1) translated 7125 (50%) constraints
5.61/2.39	c (1,1) translated 8550 (60%) constraints
5.95/2.45	c (1,1) translated 9975 (70%) constraints
5.95/2.49	c (1,1) translated 11400 (80%) constraints
6.25/2.52	c (1,1) translated 12825 (90%) constraints
6.25/2.58	c (2,2) translated 14249 (100%) constraints
6.25/2.58	c (2,2) CSP to CSPinCNF End
6.25/2.58	c (2,2) CSP: 169 int (0 aux), 0 bool (0 aux), 14294 ctr, max domain size 169
6.25/2.58	c (2,2) Heap : 506 MiB used (max 10795 MiB), NonHeap : 28 MiB used (max 0 MiB)
6.25/2.58	c (2,2) CSPinCNF Propagation Begin
6.89/2.77	c (2,2) 0 values, 7 unsatisfiable literals, and 0 valid clauses are removed
6.89/2.77	c (2,2) CSPinCNF Propagation End
6.89/2.78	c (2,2) CSP: 169 int (0 aux), 0 bool (0 aux), 14294 ctr, max domain size 169
6.89/2.78	c (2,2) Heap : 563 MiB used (max 10795 MiB), NonHeap : 28 MiB used (max 0 MiB)
6.89/2.78	c (2,2) Simplify CSPinCNF Begin
9.05/3.47	c (2,2) Simplify CSPinCNF End
9.05/3.47	c (2,2) CSP: 169 int (0 aux), 28392 bool (28392 aux), 42686 ctr, max domain size 169
9.05/3.47	c (2,2) Heap : 844 MiB used (max 10795 MiB), NonHeap : 29 MiB used (max 0 MiB)
9.05/3.47	c (2,2) Calculate Precise Domain Begin
9.05/3.48	c (2,2) 0 values are removed by re-calculation
9.05/3.48	c (2,2) Calculate Precise Domain End
9.05/3.48	c (2,2) CSP: 169 int (0 aux), 28392 bool (28392 aux), 42686 ctr, max domain size 169
9.05/3.48	c (2,2) Heap : 844 MiB used (max 10795 MiB), NonHeap : 29 MiB used (max 0 MiB)
9.05/3.48	c (2,2) CSPinCNF to SatSolver Begin
12.17/4.58	c (4,4) 4269 (10 %) CSP clauses are being encoded (97659 SAT variables, 164556 SAT clauses)
13.46/5.27	c (4,4) 8538 (20 %) CSP clauses are being encoded (162262 SAT variables, 320256 SAT clauses)
14.17/5.91	c (5,5) 12806 (30 %) CSP clauses are being encoded (225171 SAT variables, 473015 SAT clauses)
14.78/6.55	c (6,6) 17075 (40 %) CSP clauses are being encoded (288135 SAT variables, 625884 SAT clauses)
16.44/7.37	c (6,6) 21343 (50 %) CSP clauses are being encoded (351121 SAT variables, 778790 SAT clauses)
17.04/7.93	c (7,7) 25612 (60 %) CSP clauses are being encoded (414151 SAT variables, 931773 SAT clauses)
17.54/8.49	c (7,7) 29881 (70 %) CSP clauses are being encoded (477236 SAT variables, 1084851 SAT clauses)
18.15/9.05	c (8,8) 34149 (80 %) CSP clauses are being encoded (540398 SAT variables, 1238047 SAT clauses)
18.74/9.62	c (9,8) 38418 (90 %) CSP clauses are being encoded (604275 SAT variables, 1392493 SAT clauses)
22.82/11.57	c (11,10) 42686 (100 %) CSP clauses are being encoded (769744 SAT variables, 1838044 SAT clauses)
22.82/11.57	c (11,10) CSPinCNF to SatSolver End
22.82/11.57	c (11,10) Heap : 1185 MiB used (max 10795 MiB), NonHeap : 29 MiB used (max 0 MiB)
23.94/11.90	c (11,10) STATISTICS2:HOME/instance-4295525-1532543318.xml,AllDifferent:IntVar:Lt:Num:WeightedSum,28561,42686,9223372036854775807,169,167,15,9223372036854775807:66;665416609183179904:12;3890918073946176:4;3867757847315544:4;3844735479176761:4;169:26406;168:984;167:1008,169:56072;168:1032;167:1037;2:56784,167:1;164:1;2:42588;1:96,15:6;14:12;13:12;12:12;11:12;10:12;9:12;8:12;2:28398;1:57115,169:66
23.94/11.90	c (11,10) SatSolver.solve Begin
23.94/11.90	c (11,10) 769767 bool, 1838096 clause
23.94/11.90	c (11,10) HOME/minisat_release -ccmin-mode=2 -cla-decay=0.9990000000000016 -gc-frac=0.06548219427789823 -min-step-size=0.06000000000000005 -phase-saving=2 -rfirst=100 -rinc=23.20514351897367 -rnd-freq=0.18183188062236774 -step-size=0.0002446387540884631 -step-size-dec=1.0000000000000004e-06 -var-decay=0.07581213234321858 HOME/instance-4295525-1532543318.xml-scop-629.cnf HOME/instance-4295525-1532543318.xml-scop-629.cnf.out
25.30/12.40	c (11,0) receiving signal SIGTERM
25.30/12.40	s UNKNOWN
25.30/12.41	c (11,10) SatSolver is killed by some reasons.
25.30/12.41	c (11,10) 0,0,2,2,2,2,11,TO,TO,STOP-AFTER(DIMACS)
25.30/12.41	c END-Prog: Wed Jul 25 20:28:50 CEST 2018

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295525-1532543318/watcher-4295525-1532543318 -o /tmp/evaluation-result-4295525-1532543318/solver-4295525-1532543318 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532535327-29244 --watchdog 2580 java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -both -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4295525-1532543318.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100136 s]*
/proc/loadavg: 2.68 2.36 2.21 3/220 645
/proc/meminfo: memFree=21092960/32770624 swapFree=67076520/67108860
[pid=629] ppid=620 vsize=15011656 memory=73120 CPUtime=0.11 cores=1,3,5,7
/proc/629/stat : 629 (java) S 620 629 29212 0 -1 1077944320 6532 0 0 0 9 2 0 0 20 0 15 0 71894961 15371935744 18280 33554432000 4194304 4196468 140734131582320 140734131564864 140318752091895 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
/proc/629/statm: 3752914 18280 2754 1 0 3715374 0
[pid=629/tid=632] ppid=620 vsize=15011656 memory=8389772277269004345 CPUtime=0.09 cores=1,3,5,7
/proc/629/task/632/stat : 632 (java) R 620 629 29212 0 -1 4202560 4936 0 0 0 7 2 0 0 20 0 15 0 71894961 15371935744 18675 33554432000 4194304 4196468 140734131582320 140318723896096 140318732368720 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=633] ppid=620 vsize=15011656 memory=288230609019731991 CPUtime=0 cores=1,3,5,7
/proc/629/task/633/stat : 633 (java) S 620 629 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71894963 15371935744 18675 33554432000 4194304 4196468 140734131582320 140318756334096 140318752102101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=634] ppid=620 vsize=15011656 memory=139665368615351 CPUtime=0 cores=1,3,5,7
/proc/629/task/634/stat : 634 (java) S 620 629 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71894963 15371935744 18675 33554432000 4194304 4196468 140734131582320 140318532037264 140318752102101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=635] ppid=620 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/635/stat : 635 (java) S 620 629 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71894963 15371935744 18675 33554432000 4194304 4196468 140734131582320 140318530984208 140318752102101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=636] ppid=620 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/629/task/636/stat : 636 (java) S 620 629 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71894963 15371935744 18675 33554432000 4194304 4196468 140734131582320 140318529931664 140318752102101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=637] ppid=620 vsize=15011656 memory=139665368585856 CPUtime=0 cores=1,3,5,7
/proc/629/task/637/stat : 637 (java) S 620 629 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71894964 15371935744 18675 33554432000 4194304 4196468 140734131582320 140317521079024 140318752103042 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=638] ppid=620 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/629/task/638/stat : 638 (java) S 620 629 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71894964 15371935744 18675 33554432000 4194304 4196468 140734131582320 140317386860192 140318752102101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=639] ppid=620 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/639/stat : 639 (java) S 620 629 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71894965 15371935744 18741 33554432000 4194304 4196468 140734131582320 140317118424304 140318752102101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=640] ppid=620 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/640/stat : 640 (java) S 620 629 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71894967 15371935744 18741 33554432000 4194304 4196468 140734131582320 140316743915984 140318752110491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=641] ppid=620 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/641/stat : 641 (java) S 620 629 29212 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 71894967 15371935744 18741 33554432000 4194304 4196468 140734131582320 140317520025840 140318752103042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=642] ppid=620 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/629/task/642/stat : 642 (java) S 620 629 29212 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 71894967 15371935744 18741 33554432000 4194304 4196468 140734131582320 140317518973296 140318752103042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=643] ppid=620 vsize=15011656 memory=139665368585856 CPUtime=0.01 cores=1,3,5,7
/proc/629/task/643/stat : 643 (java) S 620 629 29212 0 -1 1077944384 269 0 0 0 1 0 0 0 20 0 15 0 71894967 15371935744 18741 33554432000 4194304 4196468 140734131582320 140317517920240 140318752103042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=644] ppid=620 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/629/task/644/stat : 644 (java) S 620 629 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71894967 15371935744 18741 33554432000 4194304 4196468 140734131582320 140316246010208 140318752102101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=645] ppid=620 vsize=15011656 memory=139665368585856 CPUtime=0 cores=1,3,5,7
/proc/629/task/645/stat : 645 (java) S 620 629 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71894968 15371935744 18741 33554432000 4194304 4196468 140734131582320 140317516868656 140318752103042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 73120 KiB

[startup+0.210534 s]*
/proc/loadavg: 2.68 2.36 2.21 3/220 645
/proc/meminfo: memFree=21079572/32770624 swapFree=67076520/67108860
[pid=629] ppid=620 vsize=15011656 memory=86728 CPUtime=0.25 cores=1,3,5,7
/proc/629/stat : 629 (java) S 620 629 29212 0 -1 1077944320 10093 0 0 0 22 3 0 0 20 0 15 0 71894961 15371935744 21682 33554432000 4194304 4196468 140734131582320 140734131564864 140318752091895 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
/proc/629/statm: 3752914 21682 2886 1 0 3715374 0
[pid=629/tid=632] ppid=620 vsize=15011656 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/629/task/632/stat : 632 (java) S 620 629 29212 0 -1 1077944384 8002 0 0 0 17 2 0 0 20 0 15 0 71894961 15371935744 21682 33554432000 4194304 4196468 140734131582320 140318723917808 140318752102101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=633] ppid=620 vsize=15011656 memory=288230609019731991 CPUtime=0 cores=1,3,5,7
/proc/629/task/633/stat : 633 (java) S 620 629 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71894963 15371935744 21682 33554432000 4194304 4196468 140734131582320 140318756334096 140318752102101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=634] ppid=620 vsize=15011656 memory=139665368615351 CPUtime=0 cores=1,3,5,7
/proc/629/task/634/stat : 634 (java) S 620 629 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71894963 15371935744 21682 33554432000 4194304 4196468 140734131582320 140318532037264 140318752102101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=635] ppid=620 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/635/stat : 635 (java) S 620 629 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71894963 15371935744 21682 33554432000 4194304 4196468 140734131582320 140318530984208 140318752102101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=636] ppid=620 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/629/task/636/stat : 636 (java) S 620 629 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71894963 15371935744 21682 33554432000 4194304 4196468 140734131582320 140318529931664 140318752102101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=637] ppid=620 vsize=15011656 memory=139665368585856 CPUtime=0 cores=1,3,5,7
/proc/629/task/637/stat : 637 (java) S 620 629 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71894964 15371935744 21682 33554432000 4194304 4196468 140734131582320 140317521079024 140318752103042 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=638] ppid=620 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/629/task/638/stat : 638 (java) S 620 629 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71894964 15371935744 21682 33554432000 4194304 4196468 140734131582320 140317386860192 140318752102101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=639] ppid=620 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/639/stat : 639 (java) S 620 629 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71894965 15371935744 21682 33554432000 4194304 4196468 140734131582320 140317118424304 140318752102101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=640] ppid=620 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/640/stat : 640 (java) S 620 629 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71894967 15371935744 21682 33554432000 4194304 4196468 140734131582320 140316743915984 140318752110491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=641] ppid=620 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/641/stat : 641 (java) R 620 629 29212 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 71894967 15371935744 21682 33554432000 4194304 4196468 140734131582320 140317520025840 140318752103042 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=642] ppid=620 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/629/task/642/stat : 642 (java) R 620 629 29212 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 15 0 71894967 15371935744 21682 33554432000 4194304 4196468 140734131582320 140317518973296 140318731746720 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=643] ppid=620 vsize=15011656 memory=139665368585856 CPUtime=0.03 cores=1,3,5,7
/proc/629/task/643/stat : 643 (java) S 620 629 29212 0 -1 1077944384 288 0 0 0 3 0 0 0 20 0 15 0 71894967 15371935744 21682 33554432000 4194304 4196468 140734131582320 140317517920240 140318752103042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=644] ppid=620 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/629/task/644/stat : 644 (java) S 620 629 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71894967 15371935744 21682 33554432000 4194304 4196468 140734131582320 140316246010208 140318752102101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=645] ppid=620 vsize=15011656 memory=139665368585856 CPUtime=0 cores=1,3,5,7
/proc/629/task/645/stat : 645 (java) S 620 629 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71894968 15371935744 21682 33554432000 4194304 4196468 140734131582320 140317516868656 140318752103042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 86728 KiB

[startup+0.310464 s]*
/proc/loadavg: 2.68 2.36 2.21 4/220 645
/proc/meminfo: memFree=21075912/32770624 swapFree=67076520/67108860
[pid=629] ppid=620 vsize=15011656 memory=90196 CPUtime=0.42 cores=1,3,5,7
/proc/629/stat : 629 (java) S 620 629 29212 0 -1 1077944320 10597 0 0 0 38 4 0 0 20 0 15 0 71894961 15371935744 22549 33554432000 4194304 4196468 140734131582320 140734131564864 140318752091895 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
/proc/629/statm: 3752914 22549 2980 1 0 3715374 0
[pid=629/tid=632] ppid=620 vsize=15011656 memory=8389772277269004345 CPUtime=0.3 cores=1,3,5,7
/proc/629/task/632/stat : 632 (java) R 620 629 29212 0 -1 4202560 8371 0 0 0 27 3 0 0 20 0 15 0 71894961 15371935744 22549 33554432000 4194304 4196468 140734131582320 140318723919520 140318209099297 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=633] ppid=620 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/633/stat : 633 (java) S 620 629 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71894963 15371935744 22549 33554432000 4194304 4196468 140734131582320 140318756334096 140318752102101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=634] ppid=620 vsize=15011656 memory=139665368615287 CPUtime=0 cores=1,3,5,7
/proc/629/task/634/stat : 634 (java) S 620 629 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71894963 15371935744 22549 33554432000 4194304 4196468 140734131582320 140318532037264 140318752102101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=635] ppid=620 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/635/stat : 635 (java) S 620 629 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71894963 15371935744 22549 33554432000 4194304 4196468 140734131582320 140318530984208 140318752102101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=636] ppid=620 vsize=15011656 memory=35 CPUtime=0 cores=1,3,5,7
/proc/629/task/636/stat : 636 (java) S 620 629 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71894963 15371935744 22549 33554432000 4194304 4196468 140734131582320 140318529931664 140318752102101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=637] ppid=620 vsize=15011656 memory=139665368585856 CPUtime=0 cores=1,3,5,7
/proc/629/task/637/stat : 637 (java) S 620 629 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71894964 15371935744 22549 33554432000 4194304 4196468 140734131582320 140317521079024 140318752103042 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=638] ppid=620 vsize=15011656 memory=67 CPUtime=0 cores=1,3,5,7
/proc/629/task/638/stat : 638 (java) S 620 629 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71894964 15371935744 22549 33554432000 4194304 4196468 140734131582320 140317386860192 140318752102101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=639] ppid=620 vsize=15011656 memory=19012 CPUtime=0 cores=1,3,5,7
/proc/629/task/639/stat : 639 (java) S 620 629 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71894965 15371935744 22549 33554432000 4194304 4196468 140734131582320 140317118424304 140318752102101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=640] ppid=620 vsize=15011656 memory=21316 CPUtime=0 cores=1,3,5,7
/proc/629/task/640/stat : 640 (java) S 620 629 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71894967 15371935744 22549 33554432000 4194304 4196468 140734131582320 140316743915984 140318752110491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=641] ppid=620 vsize=15011656 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/629/task/641/stat : 641 (java) R 620 629 29212 0 -1 1077944384 442 0 0 0 1 0 0 0 20 0 15 0 71894967 15371935744 22549 33554432000 4194304 4196468 140734131582320 140317520025840 140318752103042 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=642] ppid=620 vsize=15011656 memory=35 CPUtime=0.03 cores=1,3,5,7
/proc/629/task/642/stat : 642 (java) R 620 629 29212 0 -1 4202560 152 0 0 0 3 0 0 0 20 0 15 0 71894967 15371935744 22549 33554432000 4194304 4196468 140734131582320 140317518973296 140318729710929 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=643] ppid=620 vsize=15011656 memory=139665368585856 CPUtime=0.07 cores=1,3,5,7
/proc/629/task/643/stat : 643 (java) R 620 629 29212 0 -1 4202560 306 0 0 0 7 0 0 0 20 0 15 0 71894967 15371935744 22549 33554432000 4194304 4196468 140734131582320 140317517920240 140318735462280 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=644] ppid=620 vsize=15011656 memory=35 CPUtime=0 cores=1,3,5,7
/proc/629/task/644/stat : 644 (java) S 620 629 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71894967 15371935744 22549 33554432000 4194304 4196468 140734131582320 140316246010208 140318752102101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=645] ppid=620 vsize=15011656 memory=279330591514768 CPUtime=0 cores=1,3,5,7
/proc/629/task/645/stat : 645 (java) S 620 629 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71894968 15371935744 22549 33554432000 4194304 4196468 140734131582320 140317516868656 140318752103042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 90196 KiB

[startup+0.70398 s]
/proc/loadavg: 2.68 2.36 2.21 3/220 645
/proc/meminfo: memFree=21051480/32770624 swapFree=67076520/67108860
[pid=629] ppid=620 vsize=15020052 memory=129836 CPUtime=1.03 cores=1,3,5,7
/proc/629/stat : 629 (java) S 620 629 29212 0 -1 1077944320 17715 0 0 0 97 6 0 0 20 0 15 0 71894961 15380533248 32459 33554432000 4194304 4196468 140734131582320 140734131564864 140318752091895 0 0 0 25189583 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
/proc/629/statm: 3755013 32459 3160 1 0 3716398 0
[pid=629/tid=632] ppid=620 vsize=15020052 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/629/task/632/stat : 632 (java) R 620 629 29212 0 -1 4202560 15005 0 0 0 62 5 0 0 20 0 15 0 71894961 15380533248 32459 33554432000 4194304 4196468 140734131582320 140318723927584 140318752103830 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=633] ppid=620 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/633/stat : 633 (java) S 620 629 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71894963 15380533248 32459 33554432000 4194304 4196468 140734131582320 140318756334096 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=634] ppid=620 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/634/stat : 634 (java) S 620 629 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71894963 15380533248 32459 33554432000 4194304 4196468 140734131582320 140318532037264 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=635] ppid=620 vsize=15020052 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/629/task/635/stat : 635 (java) S 620 629 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71894963 15380533248 32459 33554432000 4194304 4196468 140734131582320 140318530984208 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=636] ppid=620 vsize=15020052 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/629/task/636/stat : 636 (java) S 620 629 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71894963 15380533248 32459 33554432000 4194304 4196468 140734131582320 140318529931664 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=637] ppid=620 vsize=15020052 memory=-5921431000321636112 CPUtime=0 cores=1,3,5,7
/proc/629/task/637/stat : 637 (java) S 620 629 29212 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 71894964 15380533248 32459 33554432000 4194304 4196468 140734131582320 140317521079024 140318752103042 0 0 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=638] ppid=620 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/638/stat : 638 (java) S 620 629 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71894964 15380533248 32459 33554432000 4194304 4196468 140734131582320 140317386860192 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=639] ppid=620 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/639/stat : 639 (java) S 620 629 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71894965 15380533248 32459 33554432000 4194304 4196468 140734131582320 140317118424304 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=640] ppid=620 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/640/stat : 640 (java) S 620 629 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71894967 15380533248 32459 33554432000 4194304 4196468 140734131582320 140316743915984 140318752110491 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=641] ppid=620 vsize=15020052 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/629/task/641/stat : 641 (java) R 620 629 29212 0 -1 4202560 551 0 0 0 5 0 0 0 20 0 15 0 71894967 15380533248 32459 33554432000 4194304 4196468 140734131582320 140317520013680 140318736331552 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=642] ppid=620 vsize=15020052 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/629/task/642/stat : 642 (java) R 620 629 29212 0 -1 1077944384 375 0 0 0 11 0 0 0 20 0 15 0 71894967 15380533248 32459 33554432000 4194304 4196468 140734131582320 140317518973296 140318752103042 0 4 0 25189583 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=643] ppid=620 vsize=15020052 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/629/task/643/stat : 643 (java) R 620 629 29212 0 -1 4202560 442 0 0 0 17 0 0 0 20 0 15 0 71894967 15380533248 32459 33554432000 4194304 4196468 140734131582320 140317517920240 140318752103830 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=644] ppid=620 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/644/stat : 644 (java) S 620 629 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71894967 15380533248 32459 33554432000 4194304 4196468 140734131582320 140316246010208 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=645] ppid=620 vsize=15020052 memory=142401117236156 CPUtime=0 cores=1,3,5,7
/proc/629/task/645/stat : 645 (java) S 620 629 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71894968 15380533248 32459 33554432000 4194304 4196468 140734131582320 140317516868656 140318752103042 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 15020052 KiB
Current children cumulated memory: 129836 KiB

[startup+1.50068 s]
/proc/loadavg: 2.68 2.36 2.21 3/220 645
/proc/meminfo: memFree=21023564/32770624 swapFree=67076520/67108860
[pid=629] ppid=620 vsize=15022100 memory=261052 CPUtime=3.06 cores=1,3,5,7
/proc/629/stat : 629 (java) S 620 629 29212 0 -1 1077944320 21311 0 0 0 296 10 0 0 20 0 15 0 71894961 15382630400 65263 33554432000 4194304 4196468 140734131582320 140734131564864 140318752091895 0 0 0 25189583 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
/proc/629/statm: 3755525 65263 3202 1 0 3716910 0
[pid=629/tid=632] ppid=620 vsize=15022100 memory=7446245963024326976 CPUtime=1.47 cores=1,3,5,7
/proc/629/task/632/stat : 632 (java) R 620 629 29212 0 -1 4202560 16003 0 0 0 139 8 0 0 20 0 15 0 71894961 15382630400 65263 33554432000 4194304 4196468 140734131582320 140318723917856 140318214406726 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=633] ppid=620 vsize=15022100 memory=7157735280213449041 CPUtime=0 cores=1,3,5,7
/proc/629/task/633/stat : 633 (java) S 620 629 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71894963 15382630400 65263 33554432000 4194304 4196468 140734131582320 140318756334096 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=634] ppid=620 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/634/stat : 634 (java) S 620 629 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71894963 15382630400 65263 33554432000 4194304 4196468 140734131582320 140318532037264 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=635] ppid=620 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/635/stat : 635 (java) S 620 629 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71894963 15382630400 65263 33554432000 4194304 4196468 140734131582320 140318530984208 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=636] ppid=620 vsize=15022100 memory=139665223357360 CPUtime=0 cores=1,3,5,7
/proc/629/task/636/stat : 636 (java) S 620 629 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71894963 15382630400 65263 33554432000 4194304 4196468 140734131582320 140318529931664 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=637] ppid=620 vsize=15022100 memory=279330446718976 CPUtime=0 cores=1,3,5,7
/proc/629/task/637/stat : 637 (java) S 620 629 29212 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 71894964 15382630400 65263 33554432000 4194304 4196468 140734131582320 140317521079024 140318752103042 0 0 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=638] ppid=620 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/638/stat : 638 (java) S 620 629 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71894964 15382630400 65263 33554432000 4194304 4196468 140734131582320 140317386860192 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=639] ppid=620 vsize=15022100 memory=139665223371120 CPUtime=0 cores=1,3,5,7
/proc/629/task/639/stat : 639 (java) S 620 629 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71894965 15382630400 65263 33554432000 4194304 4196468 140734131582320 140317118424304 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=640] ppid=620 vsize=15022100 memory=279330445852912 CPUtime=0 cores=1,3,5,7
/proc/629/task/640/stat : 640 (java) S 620 629 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71894967 15382630400 65263 33554432000 4194304 4196468 140734131582320 140316743915984 140318752110491 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=641] ppid=620 vsize=15022100 memory=279330446736640 CPUtime=0.47 cores=1,3,5,7
/proc/629/task/641/stat : 641 (java) R 620 629 29212 0 -1 4202560 974 0 0 0 47 0 0 0 20 0 15 0 71894967 15382630400 65263 33554432000 4194304 4196468 140734131582320 140317520025968 140318738123776 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=642] ppid=620 vsize=15022100 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/629/task/642/stat : 642 (java) R 620 629 29212 0 -1 4202560 777 0 0 0 54 0 0 0 20 0 15 0 71894967 15382630400 65263 33554432000 4194304 4196468 140734131582320 140317518956864 140318733636129 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=643] ppid=620 vsize=15022100 memory=142401117203260 CPUtime=0.54 cores=1,3,5,7
/proc/629/task/643/stat : 643 (java) S 620 629 29212 0 -1 1077944384 2215 0 0 0 54 0 0 0 20 0 15 0 71894967 15382630400 65263 33554432000 4194304 4196468 140734131582320 140317517920240 140318752103042 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=644] ppid=620 vsize=15022100 memory=24273 CPUtime=0 cores=1,3,5,7
/proc/629/task/644/stat : 644 (java) S 620 629 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71894967 15382630400 65263 33554432000 4194304 4196468 140734131582320 140316246010208 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=645] ppid=620 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/645/stat : 645 (java) S 620 629 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71894968 15382630400 65263 33554432000 4194304 4196468 140734131582320 140317516868656 140318752103042 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 15022100 KiB
Current children cumulated memory: 261052 KiB

[startup+3.1208 s]
/proc/loadavg: 2.68 2.36 2.21 6/220 645
/proc/meminfo: memFree=20518544/32770624 swapFree=67076520/67108860
[pid=629] ppid=620 vsize=15024148 memory=696812 CPUtime=8.2 cores=1,3,5,7
/proc/629/stat : 629 (java) S 620 629 29212 0 -1 1077944320 25351 0 0 0 803 17 0 0 20 0 15 0 71894961 15384727552 174203 33554432000 4194304 4196468 140734131582320 140734131564864 140318752091895 0 0 0 25189583 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
/proc/629/statm: 3756037 174203 3211 1 0 3717422 0
[pid=629/tid=632] ppid=620 vsize=15024148 memory=65 CPUtime=3.07 cores=1,3,5,7
/proc/629/task/632/stat : 632 (java) R 620 629 29212 0 -1 4202560 16468 0 0 0 293 14 0 0 20 0 15 0 71894961 15384727552 174203 33554432000 4194304 4196468 140734131582320 140318723926776 140318220703966 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=633] ppid=620 vsize=15024148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/633/stat : 633 (java) S 620 629 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71894963 15384727552 174203 33554432000 4194304 4196468 140734131582320 140318756334096 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=634] ppid=620 vsize=15024148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/634/stat : 634 (java) S 620 629 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71894963 15384727552 174203 33554432000 4194304 4196468 140734131582320 140318532037264 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=635] ppid=620 vsize=15024148 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/629/task/635/stat : 635 (java) S 620 629 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71894963 15384727552 174203 33554432000 4194304 4196468 140734131582320 140318530984208 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=636] ppid=620 vsize=15024148 memory=-1807685287717842718 CPUtime=0 cores=1,3,5,7
/proc/629/task/636/stat : 636 (java) S 620 629 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71894963 15384727552 174203 33554432000 4194304 4196468 140734131582320 140318529931664 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=637] ppid=620 vsize=15024148 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/629/task/637/stat : 637 (java) S 620 629 29212 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 71894964 15384727552 174203 33554432000 4194304 4196468 140734131582320 140317521079024 140318752103042 0 0 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=638] ppid=620 vsize=15024148 memory=22 CPUtime=0 cores=1,3,5,7
/proc/629/task/638/stat : 638 (java) S 620 629 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71894964 15384727552 174203 33554432000 4194304 4196468 140734131582320 140317386860192 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=639] ppid=620 vsize=15024148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/639/stat : 639 (java) S 620 629 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71894965 15384727552 174203 33554432000 4194304 4196468 140734131582320 140317118424304 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=640] ppid=620 vsize=15024148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/640/stat : 640 (java) S 620 629 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71894967 15384727552 174203 33554432000 4194304 4196468 140734131582320 140316743915984 140318752110491 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=641] ppid=620 vsize=15024148 memory=279330445996488 CPUtime=2.04 cores=1,3,5,7
/proc/629/task/641/stat : 641 (java) R 620 629 29212 0 -1 4202560 2869 0 0 0 203 1 0 0 20 0 15 0 71894967 15384727552 174203 33554432000 4194304 4196468 140734131582320 140317520018064 140318736491621 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=642] ppid=620 vsize=15024148 memory=0 CPUtime=2.11 cores=1,3,5,7
/proc/629/task/642/stat : 642 (java) R 620 629 29212 0 -1 4202560 1601 0 0 0 211 0 0 0 20 0 15 0 71894967 15384727552 174203 33554432000 4194304 4196468 140734131582320 140317518966488 140318738115784 0 4 0 25189583 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=643] ppid=620 vsize=15024148 memory=0 CPUtime=0.94 cores=1,3,5,7
/proc/629/task/643/stat : 643 (java) S 620 629 29212 0 -1 1077944384 3071 0 0 0 94 0 0 0 20 0 15 0 71894967 15384727552 174203 33554432000 4194304 4196468 140734131582320 140317517920240 140318752103042 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=644] ppid=620 vsize=15024148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/644/stat : 644 (java) S 620 629 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71894967 15384727552 174203 33554432000 4194304 4196468 140734131582320 140316246010208 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=645] ppid=620 vsize=15024148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/645/stat : 645 (java) S 620 629 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71894968 15384727552 174203 33554432000 4194304 4196468 140734131582320 140317516868656 140318752103042 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
Current children cumulated CPU time: 8.2 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 696812 KiB

[startup+6.30078 s]
/proc/loadavg: 2.79 2.38 2.22 3/220 645
/proc/meminfo: memFree=18697956/32770624 swapFree=67076520/67108860
[pid=629] ppid=620 vsize=15026264 memory=2675288 CPUtime=14.58 cores=1,3,5,7
/proc/629/stat : 629 (java) S 620 629 29212 0 -1 1077944320 28685 0 0 0 1406 52 0 0 20 0 15 0 71894961 15386894336 668822 33554432000 4194304 4196468 140734131582320 140734131564864 140318752091895 0 0 0 25189583 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
/proc/629/statm: 3756566 668822 3225 1 0 3717422 0
[pid=629/tid=632] ppid=620 vsize=15026264 memory=139665223280200 CPUtime=6.25 cores=1,3,5,7
/proc/629/task/632/stat : 632 (java) R 620 629 29212 0 -1 4202560 17846 0 0 0 578 47 0 0 20 0 15 0 71894961 15386894336 668822 33554432000 4194304 4196468 140734131582320 140318723926864 140318210082856 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=633] ppid=620 vsize=15026264 memory=1378400 CPUtime=0 cores=1,3,5,7
/proc/629/task/633/stat : 633 (java) S 620 629 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71894963 15386894336 668822 33554432000 4194304 4196468 140734131582320 140318756334096 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=634] ppid=620 vsize=15026264 memory=65 CPUtime=0 cores=1,3,5,7
/proc/629/task/634/stat : 634 (java) S 620 629 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71894963 15386894336 668822 33554432000 4194304 4196468 140734131582320 140318532037264 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=635] ppid=620 vsize=15026264 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/635/stat : 635 (java) S 620 629 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71894963 15386894336 668822 33554432000 4194304 4196468 140734131582320 140318530984208 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=636] ppid=620 vsize=15026264 memory=834232 CPUtime=0 cores=1,3,5,7
/proc/629/task/636/stat : 636 (java) S 620 629 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71894963 15386894336 668822 33554432000 4194304 4196468 140734131582320 140318529931664 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=637] ppid=620 vsize=15026264 memory=279328969878157 CPUtime=0 cores=1,3,5,7
/proc/629/task/637/stat : 637 (java) S 620 629 29212 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 71894964 15386894336 668822 33554432000 4194304 4196468 140734131582320 140317521079024 140318752103042 0 0 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=638] ppid=620 vsize=15026264 memory=16104753792812378 CPUtime=0 cores=1,3,5,7
/proc/629/task/638/stat : 638 (java) S 620 629 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71894964 15386894336 668822 33554432000 4194304 4196468 140734131582320 140317386860192 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=639] ppid=620 vsize=15026264 memory=288289982647652481 CPUtime=0 cores=1,3,5,7
/proc/629/task/639/stat : 639 (java) S 620 629 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71894965 15386894336 668822 33554432000 4194304 4196468 140734131582320 140317118424304 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=640] ppid=620 vsize=15026264 memory=1307720 CPUtime=0 cores=1,3,5,7
/proc/629/task/640/stat : 640 (java) S 620 629 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71894967 15386894336 668822 33554432000 4194304 4196468 140734131582320 140316743915984 140318752110491 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=641] ppid=620 vsize=15026264 memory=3544 CPUtime=3.5 cores=1,3,5,7
/proc/629/task/641/stat : 641 (java) S 620 629 29212 0 -1 1077944384 3033 0 0 0 349 1 0 0 20 0 15 0 71894967 15386894336 668822 33554432000 4194304 4196468 140734131582320 140317520025840 140318752103042 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=642] ppid=620 vsize=15026264 memory=18624 CPUtime=3.63 cores=1,3,5,7
/proc/629/task/642/stat : 642 (java) S 620 629 29212 0 -1 1077944384 3134 0 0 0 362 1 0 0 20 0 15 0 71894967 15386894336 668822 33554432000 4194304 4196468 140734131582320 140317518973296 140318752103042 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=643] ppid=620 vsize=15026264 memory=776 CPUtime=1.15 cores=1,3,5,7
/proc/629/task/643/stat : 643 (java) S 620 629 29212 0 -1 1077944384 3327 0 0 0 114 1 0 0 20 0 15 0 71894967 15386894336 668822 33554432000 4194304 4196468 140734131582320 140317517920240 140318752103042 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=644] ppid=620 vsize=15026264 memory=1876 CPUtime=0 cores=1,3,5,7
/proc/629/task/644/stat : 644 (java) S 620 629 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71894967 15386894336 668822 33554432000 4194304 4196468 140734131582320 140316246010208 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=645] ppid=620 vsize=15026264 memory=1664 CPUtime=0 cores=1,3,5,7
/proc/629/task/645/stat : 645 (java) S 620 629 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71894968 15386894336 668822 33554432000 4194304 4196468 140734131582320 140317516868656 140318752103042 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
Current children cumulated CPU time: 14.58 s
Current children cumulated vsize: 15026264 KiB
Current children cumulated memory: 2675288 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+12.4009 s]
/proc/loadavg: 2.72 2.38 2.22 5/225 652
/proc/meminfo: memFree=17407128/32770624 swapFree=67076520/67108860
[pid=629] ppid=620 vsize=15683912 memory=3683140 CPUtime=24.83 cores=1,3,5,7
/proc/629/stat : 629 (java) S 620 629 29212 0 -1 1077944320 38751 0 0 0 2352 131 0 0 20 0 19 0 71894961 16060325888 920785 33554432000 4194304 4196468 140734131582320 140734131564864 140318752091895 0 0 0 25189583 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
/proc/629/statm: 3920978 920785 3244 1 0 3881834 0
[pid=646] ppid=629 vsize=206032 memory=162580 CPUtime=0.47 cores=1,3,5,7
/proc/646/stat : 646 (minisat_release) R 629 629 29212 0 -1 4202496 36052 0 0 0 42 5 0 0 20 0 1 0 71896152 210976768 40645 33554432000 4194304 4308513 140723699127120 140723698076120 139626784533477 0 4 0 8388610 0 0 0 17 5 0 0 0 0 0 6409496 6410680 27435008 140723699131059 140723699131566 140723699131566 140723699134405 0
/proc/646/statm: 51508 40645 317 28 0 47748 0
[pid=629/tid=632] ppid=620 vsize=15683912 memory=1664 CPUtime=11.22 cores=1,3,5,7
/proc/629/task/632/stat : 632 (java) S 620 629 29212 0 -1 1077944384 18774 0 0 0 1065 57 0 0 20 0 19 0 71894961 16060325888 920785 33554432000 4194304 4196468 140734131582320 140318723931136 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=633] ppid=620 vsize=15683912 memory=3677036 CPUtime=0.6 cores=1,3,5,7
/proc/629/task/633/stat : 633 (java) S 620 629 29212 0 -1 1077944384 415 0 0 0 43 17 0 0 20 0 19 0 71894963 16060325888 920785 33554432000 4194304 4196468 140734131582320 140318756334096 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=634] ppid=620 vsize=15683912 memory=844 CPUtime=0.6 cores=1,3,5,7
/proc/629/task/634/stat : 634 (java) S 620 629 29212 0 -1 1077944384 357 0 0 0 44 16 0 0 20 0 19 0 71894963 16060325888 920785 33554432000 4194304 4196468 140734131582320 140318532037264 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=635] ppid=620 vsize=15683912 memory=1460 CPUtime=0.66 cores=1,3,5,7
/proc/629/task/635/stat : 635 (java) S 620 629 29212 0 -1 1077944384 308 0 0 0 49 17 0 0 20 0 19 0 71894963 16060325888 920785 33554432000 4194304 4196468 140734131582320 140318530984208 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=636] ppid=620 vsize=15683912 memory=2160 CPUtime=0.61 cores=1,3,5,7
/proc/629/task/636/stat : 636 (java) S 620 629 29212 0 -1 1077944384 314 0 0 0 45 16 0 0 20 0 19 0 71894963 16060325888 920785 33554432000 4194304 4196468 140734131582320 140318529931664 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=637] ppid=620 vsize=15683912 memory=6768 CPUtime=0.01 cores=1,3,5,7
/proc/629/task/637/stat : 637 (java) S 620 629 29212 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 19 0 71894964 16060325888 920785 33554432000 4194304 4196468 140734131582320 140317521079024 140318752103042 0 0 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=638] ppid=620 vsize=15683912 memory=824 CPUtime=0 cores=1,3,5,7
/proc/629/task/638/stat : 638 (java) S 620 629 29212 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 71894964 16060325888 920785 33554432000 4194304 4196468 140734131582320 140317386860256 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=639] ppid=620 vsize=15683912 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/629/task/639/stat : 639 (java) S 620 629 29212 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 71894965 16060325888 920785 33554432000 4194304 4196468 140734131582320 140317118424304 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=640] ppid=620 vsize=15683912 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/640/stat : 640 (java) S 620 629 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 71894967 16060325888 920785 33554432000 4194304 4196468 140734131582320 140316743915984 140318752110491 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=641] ppid=620 vsize=15683912 memory=279330446317008 CPUtime=4.73 cores=1,3,5,7
/proc/629/task/641/stat : 641 (java) S 620 629 29212 0 -1 1077944384 7167 0 0 0 471 2 0 0 20 0 19 0 71894967 16060325888 920785 33554432000 4194304 4196468 140734131582320 140317520025840 140318752103042 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=642] ppid=620 vsize=15683912 memory=139665223001576 CPUtime=5.1 cores=1,3,5,7
/proc/629/task/642/stat : 642 (java) S 620 629 29212 0 -1 1077944384 6663 0 0 0 509 1 0 0 20 0 19 0 71894967 16060325888 920785 33554432000 4194304 4196468 140734131582320 140317518973296 140318752103042 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=643] ppid=620 vsize=15683912 memory=2844 CPUtime=1.22 cores=1,3,5,7
/proc/629/task/643/stat : 643 (java) S 620 629 29212 0 -1 1077944384 3342 0 0 0 121 1 0 0 20 0 19 0 71894967 16060325888 920785 33554432000 4194304 4196468 140734131582320 140317517920240 140318752103042 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=644] ppid=620 vsize=15683912 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/644/stat : 644 (java) S 620 629 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 71894967 16060325888 920785 33554432000 4194304 4196468 140734131582320 140316246010208 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=645] ppid=620 vsize=15683912 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/645/stat : 645 (java) S 620 629 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 71894968 16060325888 920785 33554432000 4194304 4196468 140734131582320 140317516868656 140318752103042 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=647] ppid=620 vsize=15683912 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/647/stat : 647 (java) S 620 629 29212 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 71896152 16060325888 920785 33554432000 4194304 4196468 140734131582320 140318527977280 140318752116505 0 4 0 25189583 18446744071579417331 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=649] ppid=620 vsize=15683912 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/649/stat : 649 (java) S 620 629 29212 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 71896153 16060325888 920785 33554432000 4194304 4196468 140734131582320 140315709128496 140318752113821 0 4 0 25189583 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=650] ppid=620 vsize=15683912 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/650/stat : 650 (java) S 620 629 29212 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 71896153 16060325888 920785 33554432000 4194304 4196468 140734131582320 140315440692656 140318752113821 0 4 0 25189583 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
[pid=629/tid=652] ppid=620 vsize=15683912 memory=0 CPUtime=0 cores=1,3,5,7
/proc/629/task/652/stat : 652 (java) S 620 629 29212 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 71896156 16060325888 920785 33554432000 4194304 4196468 140734131582320 140315977571616 140318752102101 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140734131590132 140734131590409 140734131590409 140734131593167 0
Current children cumulated CPU time: 25.3 s
Current children cumulated vsize: 15889944 KiB
Current children cumulated memory: 3845720 KiB

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

[startup+12.4378 s]
# the end of solver process 629 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=23.959 s, system=1.41246 s

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

Child status: 1
Real time (s): 12.4379
CPU time (s): 25.3714
CPU user time (s): 23.959
CPU system time (s): 1.41246
CPU usage (%): 203.985
Max. virtual memory (cumulated for all children) (KiB): 15889944
Max. memory (cumulated for all children) (KiB): 3845720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.959
system time used= 1.41246
maximum resident set size= 3685188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74911
page faults= 0
swaps= 0
block input operations= 0
block output operations= 73408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4935
involuntary context switches= 95


# summary of solver processes directly reported to runsolver:
#   pid: 629
#   total CPU time (s): 25.3714
#   total CPU user time (s): 23.959
#   total CPU system time (s): 1.41246

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.111783 second user time and 0.15432 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-25 20:28:38
IDJOB=4295525
IDBENCH=141562
IDSOLVER=2755
FILE ID=node102/4295525-1532543318
RUNJOBID= node102-1532535327-29244
PBS_JOBID= 21021949
Free space on /tmp= 52736 MiB

SOLVER NAME= scop both+MapleCOMSPS (2018-06-13)
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-08-0006_c18.xml
COMMAND LINE= java -Xms11g -Xmx11g -Xss128m -jar DIR/scop.jar -both -solver DIR/minisat_release -solverOption mapleTune01 -tmp TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295525-1532543318/watcher-4295525-1532543318 -o /tmp/evaluation-result-4295525-1532543318/solver-4295525-1532543318 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532535327-29244 --watchdog 2580  java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -both -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4295525-1532543318.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= e0f43de676a90a3e6f61e2deb5ab7ad8
RANDOM SEED=1461117693

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
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.51
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.51
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.51
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:        21154268 kB
MemAvailable:   28734868 kB
Buffers:          158932 kB
Cached:          7657656 kB
SwapCached:         5648 kB
Active:          4449088 kB
Inactive:        6625716 kB
Active(anon):    3227096 kB
Inactive(anon):    55316 kB
Active(file):    1221992 kB
Inactive(file):  6570400 kB
Unevictable:        6616 kB
Mlocked:            6616 kB
SwapTotal:      67108860 kB
SwapFree:       67076520 kB
Dirty:              8048 kB
Writeback:             0 kB
AnonPages:       3208392 kB
Mapped:            44584 kB
Shmem:             21452 kB
Slab:             236064 kB
SReclaimable:     208084 kB
SUnreclaim:        27980 kB
KernelStack:        3968 kB
PageTables:        11688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13517588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3037184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52728 MiB
End job on node102 at 2018-07-25 20:28:50