Trace number 4292856

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
Concrete 3.8 2018-06-13SAT 5.79067 3.22121

General information on the benchmark

NameColouredQueens/
ColouredQueens-05_c18.xml
MD5SUM776f6c8909d7db26eed6858afed1e777
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.004525
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints24
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":25}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":21}]
Minimum constraint arity2
Maximum constraint arity5
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":12}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":24}]
Optimization problemNO
Type of objective

Solver Data

0.97/0.76	c Concrete v3.8.1528841891564 running
5.75/3.21	v <instantiation>
5.75/3.21	v       <list>
5.75/3.21	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4]
5.75/3.21	v       </list>
5.75/3.21	v       <values>
5.75/3.21	v         1 2 3 0 4 0 4 1 2 3 2 3 0 4 1 4 1 2 3 0 3 0 4 1 2
5.75/3.21	v       </values>
5.75/3.21	v     </instantiation>
5.75/3.21	s SATISFIABLE

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292856-1532295923/watcher-4292856-1532295923 -o /tmp/evaluation-result-4292856-1532295923/solver-4292856-1532295923 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532295923-7919 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=845165404 HOME/instance-4292856-1532295923.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
Current StackSize limit: 8192 KiB

solver pid=7945, runsolver pid=7940

[startup+0.100829 s]*
/proc/loadavg: 1.46 1.50 1.45 3/220 8032
/proc/meminfo: memFree=20036552/32770624 swapFree=67108860/67108860
[pid=7945] ppid=7940 vsize=113256 memory=1608 CPUtime=0.08 cores=1,3,5,7
/proc/7945/stat : 7945 (bash) S 7940 7945 7887 0 -1 4202496 973 12428 0 1 0 0 5 3 20 0 1 0 47155541 115974144 402 33554432000 4194304 5098028 140722923536240 140722923532072 140683988782080 0 0 4100 65536 18446744071580971376 0 0 17 1 0 0 0 0 0 7196144 7232144 29257728 140722923537580 140722923537704 140722923537704 140722923540462 0
/proc/7945/statm: 28314 402 319 221 0 119 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1608 KiB

[startup+0.210141 s]*
/proc/loadavg: 1.46 1.50 1.45 6/216 8080
/proc/meminfo: memFree=20011680/32770624 swapFree=67108860/67108860
[pid=7945] ppid=7940 vsize=10818904 memory=41160 CPUtime=0.24 cores=1,3,5,7
/proc/7945/stat : 7945 (java) S 7940 7945 7887 0 -1 1077944320 6497 13123 0 1 14 2 5 3 20 0 15 0 47155541 11078557696 10290 33554432000 4194304 4196468 140725246992544 140725246975088 140235826814711 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
/proc/7945/statm: 2704726 10290 2961 1 0 2667149 0
[pid=7945/tid=8054] ppid=7940 vsize=10818904 memory=7022364594140610616 CPUtime=0.17 cores=1,3,5,7
/proc/7945/task/8054/stat : 8054 (java) R 7940 7945 7887 0 -1 4202560 3047 13123 0 1 8 1 5 3 20 0 15 0 47155552 11078557696 10290 33554432000 4194304 4196468 140725246992544 140235798592672 140235810895198 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8055] ppid=7940 vsize=10818904 memory=342 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8055/stat : 8055 (java) S 7940 7945 7887 0 -1 1077944384 2 13123 0 1 0 0 5 3 20 0 15 0 47155553 11078557696 10290 33554432000 4194304 4196468 140725246992544 140235831057424 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8057] ppid=7940 vsize=10818904 memory=140693748444690 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8057/stat : 8057 (java) S 7940 7945 7887 0 -1 1077944384 2 13123 0 1 0 0 5 3 20 0 15 0 47155553 11078557696 10290 33554432000 4194304 4196468 140725246992544 140235719330960 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8059] ppid=7940 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8059/stat : 8059 (java) S 7940 7945 7887 0 -1 1077944384 2 13123 0 1 0 0 5 3 20 0 15 0 47155553 11078557696 10290 33554432000 4194304 4196468 140725246992544 140235718277904 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8061] ppid=7940 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8061/stat : 8061 (java) S 7940 7945 7887 0 -1 1077944384 1 13123 0 1 0 0 5 3 20 0 15 0 47155553 11078557696 10290 33554432000 4194304 4196468 140725246992544 140235717225360 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8063] ppid=7940 vsize=10818904 memory=140693748434560 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8063/stat : 8063 (java) S 7940 7945 7887 0 -1 1077944384 2 13123 0 1 0 0 5 3 20 0 15 0 47155554 11078557696 10290 33554432000 4194304 4196468 140725246992544 140235286198512 140235826825858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8065] ppid=7940 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8065/stat : 8065 (java) S 7940 7945 7887 0 -1 1077944384 33 13123 0 1 0 0 5 3 20 0 15 0 47155555 11078557696 10290 33554432000 4194304 4196468 140725246992544 140235285144736 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8067] ppid=7940 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8067/stat : 8067 (java) S 7940 7945 7887 0 -1 1077944384 1 13123 0 1 0 0 5 3 20 0 15 0 47155555 11078557696 10290 33554432000 4194304 4196468 140725246992544 140235178500848 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8069] ppid=7940 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8069/stat : 8069 (java) S 7940 7945 7887 0 -1 1077944384 2 13123 0 1 0 0 5 3 20 0 15 0 47155558 11078557696 10290 33554432000 4194304 4196468 140725246992544 140234574522320 140235826833307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8070] ppid=7940 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8070/stat : 8070 (java) S 7940 7945 7887 0 -1 1077944384 419 13123 0 1 0 0 5 3 20 0 15 0 47155558 11078557696 10290 33554432000 4194304 4196468 140725246992544 140235251587824 140235826825858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8071] ppid=7940 vsize=10818904 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/7945/task/8071/stat : 8071 (java) S 7940 7945 7887 0 -1 1077944384 192 13123 0 1 1 0 5 3 20 0 15 0 47155558 11078557696 10290 33554432000 4194304 4196468 140725246992544 140235250535280 140235826825858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8072] ppid=7940 vsize=10818904 memory=140693748434560 CPUtime=0.1 cores=1,3,5,7
/proc/7945/task/8072/stat : 8072 (java) S 7940 7945 7887 0 -1 1077944384 610 13123 0 1 2 0 5 3 20 0 15 0 47155558 11078557696 10290 33554432000 4194304 4196468 140725246992544 140235249482224 140235826825858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8077] ppid=7940 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8077/stat : 8077 (java) S 7940 7945 7887 0 -1 1077944384 3 13123 0 1 0 0 5 3 20 0 15 0 47155558 11078557696 10290 33554432000 4194304 4196468 140725246992544 140234104761184 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8079] ppid=7940 vsize=10818904 memory=140693748434560 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8079/stat : 8079 (java) S 7940 7945 7887 0 -1 1077944384 1 13123 0 1 0 0 5 3 20 0 15 0 47155558 11078557696 10290 33554432000 4194304 4196468 140725246992544 140235248429616 140235826825858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 41160 KiB

[startup+0.310473 s]*
/proc/loadavg: 1.46 1.50 1.45 4/216 8080
/proc/meminfo: memFree=19985544/32770624 swapFree=67108860/67108860
[pid=7945] ppid=7940 vsize=10819352 memory=54700 CPUtime=0.37 cores=1,3,5,7
/proc/7945/stat : 7945 (java) S 7940 7945 7887 0 -1 1077944320 9727 13123 0 1 26 3 5 3 20 0 15 0 47155541 11079016448 13675 33554432000 4194304 4196468 140725246992544 140725246975088 140235826814711 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
/proc/7945/statm: 2704838 13675 3080 1 0 2667149 0
[pid=7945/tid=8054] ppid=7940 vsize=10819352 memory=576461178948550685 CPUtime=0.26 cores=1,3,5,7
/proc/7945/task/8054/stat : 8054 (java) R 7940 7945 7887 0 -1 4202560 6259 13123 0 1 17 1 5 3 20 0 15 0 47155552 11079016448 13675 33554432000 4194304 4196468 140725246992544 140235798626720 140235810858341 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8055] ppid=7940 vsize=10819352 memory=303148786996477975 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8055/stat : 8055 (java) S 7940 7945 7887 0 -1 1077944384 2 13123 0 1 0 0 5 3 20 0 15 0 47155553 11079016448 13675 33554432000 4194304 4196468 140725246992544 140235831057424 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8057] ppid=7940 vsize=10819352 memory=15961807951349400 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8057/stat : 8057 (java) S 7940 7945 7887 0 -1 1077944384 2 13123 0 1 0 0 5 3 20 0 15 0 47155553 11079016448 13675 33554432000 4194304 4196468 140725246992544 140235719330960 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8059] ppid=7940 vsize=10819352 memory=8110268427993965958 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8059/stat : 8059 (java) S 7940 7945 7887 0 -1 1077944384 2 13123 0 1 0 0 5 3 20 0 15 0 47155553 11079016448 13675 33554432000 4194304 4196468 140725246992544 140235718277904 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8061] ppid=7940 vsize=10819352 memory=3472328296225127011 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8061/stat : 8061 (java) S 7940 7945 7887 0 -1 1077944384 1 13123 0 1 0 0 5 3 20 0 15 0 47155553 11079016448 13675 33554432000 4194304 4196468 140725246992544 140235717225360 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8063] ppid=7940 vsize=10819352 memory=3472468989973561576 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8063/stat : 8063 (java) S 7940 7945 7887 0 -1 1077944384 2 13123 0 1 0 0 5 3 20 0 15 0 47155554 11079016448 13675 33554432000 4194304 4196468 140725246992544 140235286198512 140235826825858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8065] ppid=7940 vsize=10819352 memory=3472328296227680303 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8065/stat : 8065 (java) S 7940 7945 7887 0 -1 1077944384 33 13123 0 1 0 0 5 3 20 0 15 0 47155555 11079016448 13675 33554432000 4194304 4196468 140725246992544 140235285144736 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8067] ppid=7940 vsize=10819352 memory=-8312670058677691234 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8067/stat : 8067 (java) S 7940 7945 7887 0 -1 1077944384 1 13123 0 1 0 0 5 3 20 0 15 0 47155555 11079016448 13675 33554432000 4194304 4196468 140725246992544 140235178500848 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8069] ppid=7940 vsize=10819352 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8069/stat : 8069 (java) S 7940 7945 7887 0 -1 1077944384 2 13123 0 1 0 0 5 3 20 0 15 0 47155558 11079016448 13675 33554432000 4194304 4196468 140725246992544 140234574522320 140235826833307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8070] ppid=7940 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7945/task/8070/stat : 8070 (java) S 7940 7945 7887 0 -1 1077944384 424 13123 0 1 1 0 5 3 20 0 15 0 47155558 11079016448 13675 33554432000 4194304 4196468 140725246992544 140235251587824 140235826825858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8071] ppid=7940 vsize=10819352 memory=8313491497846792056 CPUtime=0.09 cores=1,3,5,7
/proc/7945/task/8071/stat : 8071 (java) S 7940 7945 7887 0 -1 1077944384 192 13123 0 1 1 0 5 3 20 0 15 0 47155558 11079016448 13675 33554432000 4194304 4196468 140725246992544 140235250535280 140235826825858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8072] ppid=7940 vsize=10819352 memory=140693748434560 CPUtime=0.13 cores=1,3,5,7
/proc/7945/task/8072/stat : 8072 (java) S 7940 7945 7887 0 -1 1077944384 617 13123 0 1 5 0 5 3 20 0 15 0 47155558 11079016448 13675 33554432000 4194304 4196468 140725246992544 140235249482224 140235826825858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8077] ppid=7940 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8077/stat : 8077 (java) S 7940 7945 7887 0 -1 1077944384 3 13123 0 1 0 0 5 3 20 0 15 0 47155558 11079016448 13675 33554432000 4194304 4196468 140725246992544 140234104761184 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8079] ppid=7940 vsize=10819352 memory=140693748434560 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8079/stat : 8079 (java) S 7940 7945 7887 0 -1 1077944384 1 13123 0 1 0 0 5 3 20 0 15 0 47155558 11079016448 13675 33554432000 4194304 4196468 140725246992544 140235248429616 140235826825858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54700 KiB

[startup+0.700698 s]
/proc/loadavg: 1.46 1.50 1.45 3/216 8080
/proc/meminfo: memFree=19960152/32770624 swapFree=67108860/67108860
[pid=7945] ppid=7940 vsize=10819352 memory=89152 CPUtime=0.97 cores=1,3,5,7
/proc/7945/stat : 7945 (java) S 7940 7945 7887 0 -1 1077944320 16355 13123 0 1 85 4 5 3 20 0 15 0 47155541 11079016448 22288 33554432000 4194304 4196468 140725246992544 140725246975088 140235826814711 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
/proc/7945/statm: 2704838 22288 3238 1 0 2667149 0
[pid=7945/tid=8054] ppid=7940 vsize=10819352 memory=130 CPUtime=0.64 cores=1,3,5,7
/proc/7945/task/8054/stat : 8054 (java) R 7940 7945 7887 0 -1 4202560 11739 13123 0 1 54 2 5 3 20 0 15 0 47155552 11079016448 22288 33554432000 4194304 4196468 140725246992544 140235798630976 140235810895198 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8055] ppid=7940 vsize=10819352 memory=79 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8055/stat : 8055 (java) S 7940 7945 7887 0 -1 1077944384 2 13123 0 1 0 0 5 3 20 0 15 0 47155553 11079016448 22288 33554432000 4194304 4196468 140725246992544 140235831057424 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8057] ppid=7940 vsize=10819352 memory=462 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8057/stat : 8057 (java) S 7940 7945 7887 0 -1 1077944384 2 13123 0 1 0 0 5 3 20 0 15 0 47155553 11079016448 22288 33554432000 4194304 4196468 140725246992544 140235719330960 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8059] ppid=7940 vsize=10819352 memory=1679 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8059/stat : 8059 (java) S 7940 7945 7887 0 -1 1077944384 2 13123 0 1 0 0 5 3 20 0 15 0 47155553 11079016448 22288 33554432000 4194304 4196468 140725246992544 140235718277904 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8061] ppid=7940 vsize=10819352 memory=118 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8061/stat : 8061 (java) S 7940 7945 7887 0 -1 1077944384 1 13123 0 1 0 0 5 3 20 0 15 0 47155553 11079016448 22288 33554432000 4194304 4196468 140725246992544 140235717225360 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8063] ppid=7940 vsize=10819352 memory=236 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8063/stat : 8063 (java) S 7940 7945 7887 0 -1 1077944384 5 13123 0 1 0 0 5 3 20 0 15 0 47155554 11079016448 22288 33554432000 4194304 4196468 140725246992544 140235286198512 140235826825858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8065] ppid=7940 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8065/stat : 8065 (java) S 7940 7945 7887 0 -1 1077944384 33 13123 0 1 0 0 5 3 20 0 15 0 47155555 11079016448 22288 33554432000 4194304 4196468 140725246992544 140235285144736 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8067] ppid=7940 vsize=10819352 memory=6441648727480820838 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8067/stat : 8067 (java) S 7940 7945 7887 0 -1 1077944384 1 13123 0 1 0 0 5 3 20 0 15 0 47155555 11079016448 22288 33554432000 4194304 4196468 140725246992544 140235178500848 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8069] ppid=7940 vsize=10819352 memory=6935650355287975249 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8069/stat : 8069 (java) S 7940 7945 7887 0 -1 1077944384 2 13123 0 1 0 0 5 3 20 0 15 0 47155558 11079016448 22288 33554432000 4194304 4196468 140725246992544 140234574522320 140235826833307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8070] ppid=7940 vsize=10819352 memory=4638778398333096784 CPUtime=0.14 cores=1,3,5,7
/proc/7945/task/8070/stat : 8070 (java) S 7940 7945 7887 0 -1 1077944384 831 13123 0 1 6 0 5 3 20 0 15 0 47155558 11079016448 22288 33554432000 4194304 4196468 140725246992544 140235251587824 140235826825858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8071] ppid=7940 vsize=10819352 memory=-7242455096852575424 CPUtime=0.18 cores=1,3,5,7
/proc/7945/task/8071/stat : 8071 (java) S 7940 7945 7887 0 -1 1077944384 878 13123 0 1 10 0 5 3 20 0 15 0 47155558 11079016448 22288 33554432000 4194304 4196468 140725246992544 140235250535280 140235826825858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8072] ppid=7940 vsize=10819352 memory=3054156605267021953 CPUtime=0.21 cores=1,3,5,7
/proc/7945/task/8072/stat : 8072 (java) S 7940 7945 7887 0 -1 1077944384 670 13123 0 1 13 0 5 3 20 0 15 0 47155558 11079016448 22288 33554432000 4194304 4196468 140725246992544 140235249482224 140235826825858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8077] ppid=7940 vsize=10819352 memory=6944656591801717918 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8077/stat : 8077 (java) S 7940 7945 7887 0 -1 1077944384 3 13123 0 1 0 0 5 3 20 0 15 0 47155558 11079016448 22288 33554432000 4194304 4196468 140725246992544 140234104761184 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8079] ppid=7940 vsize=10819352 memory=4004 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8079/stat : 8079 (java) S 7940 7945 7887 0 -1 1077944384 1 13123 0 1 0 0 5 3 20 0 15 0 47155558 11079016448 22288 33554432000 4194304 4196468 140725246992544 140235248429616 140235826825858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 89152 KiB

[startup+1.50075 s]
/proc/loadavg: 1.46 1.50 1.45 6/216 8080
/proc/meminfo: memFree=19874312/32770624 swapFree=67108860/67108860
[pid=7945] ppid=7940 vsize=10834252 memory=179512 CPUtime=2.21 cores=1,3,5,7
/proc/7945/stat : 7945 (java) S 7940 7945 7887 0 -1 1077944320 24985 13123 0 1 204 9 5 3 20 0 15 0 47155541 11094274048 44878 33554432000 4194304 4196468 140725246992544 140725246975088 140235826814711 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
/proc/7945/statm: 2708563 44878 3471 1 0 2670221 0
[pid=7945/tid=8054] ppid=7940 vsize=10834252 memory=0 CPUtime=1.39 cores=1,3,5,7
/proc/7945/task/8054/stat : 8054 (java) R 7940 7945 7887 0 -1 4202560 17323 13123 0 1 126 5 5 3 20 0 15 0 47155552 11094274048 44878 33554432000 4194304 4196468 140725246992544 140235798646176 140235808378240 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8055] ppid=7940 vsize=10834252 memory=3834028052262968516 CPUtime=0.09 cores=1,3,5,7
/proc/7945/task/8055/stat : 8055 (java) S 7940 7945 7887 0 -1 1077944384 101 13123 0 1 1 0 5 3 20 0 15 0 47155553 11094274048 44878 33554432000 4194304 4196468 140725246992544 140235831057424 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8057] ppid=7940 vsize=10834252 memory=7665808715800859751 CPUtime=0.09 cores=1,3,5,7
/proc/7945/task/8057/stat : 8057 (java) S 7940 7945 7887 0 -1 1077944384 18 13123 0 1 1 0 5 3 20 0 15 0 47155553 11094274048 44878 33554432000 4194304 4196468 140725246992544 140235719330960 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8059] ppid=7940 vsize=10834252 memory=6370719275257063784 CPUtime=0.09 cores=1,3,5,7
/proc/7945/task/8059/stat : 8059 (java) S 7940 7945 7887 0 -1 1077944384 51 13123 0 1 1 0 5 3 20 0 15 0 47155553 11094274048 44878 33554432000 4194304 4196468 140725246992544 140235718277904 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8061] ppid=7940 vsize=10834252 memory=7595431175530173542 CPUtime=0.09 cores=1,3,5,7
/proc/7945/task/8061/stat : 8061 (java) S 7940 7945 7887 0 -1 1077944384 284 13123 0 1 1 0 5 3 20 0 15 0 47155553 11094274048 44878 33554432000 4194304 4196468 140725246992544 140235717225360 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8063] ppid=7940 vsize=10834252 memory=7810757328974931285 CPUtime=0.09 cores=1,3,5,7
/proc/7945/task/8063/stat : 8063 (java) S 7940 7945 7887 0 -1 1077944384 1330 13123 0 1 1 0 5 3 20 0 15 0 47155554 11094274048 44878 33554432000 4194304 4196468 140725246992544 140235286198512 140235826825858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8065] ppid=7940 vsize=10834252 memory=6443618128596930986 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8065/stat : 8065 (java) S 7940 7945 7887 0 -1 1077944384 54 13123 0 1 0 0 5 3 20 0 15 0 47155555 11094274048 44878 33554432000 4194304 4196468 140725246992544 140235285144800 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8067] ppid=7940 vsize=10834252 memory=11126172003 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8067/stat : 8067 (java) S 7940 7945 7887 0 -1 1077944384 2 13123 0 1 0 0 5 3 20 0 15 0 47155555 11094274048 44878 33554432000 4194304 4196468 140725246992544 140235178500864 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8069] ppid=7940 vsize=10834252 memory=281387198578648 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8069/stat : 8069 (java) S 7940 7945 7887 0 -1 1077944384 2 13123 0 1 0 0 5 3 20 0 15 0 47155558 11094274048 44878 33554432000 4194304 4196468 140725246992544 140234574522320 140235826833307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8070] ppid=7940 vsize=10834252 memory=281387198838128 CPUtime=0.26 cores=1,3,5,7
/proc/7945/task/8070/stat : 8070 (java) S 7940 7945 7887 0 -1 1077944384 1292 13123 0 1 17 1 5 3 20 0 15 0 47155558 11094274048 44878 33554432000 4194304 4196468 140725246992544 140235251587824 140235826825858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8071] ppid=7940 vsize=10834252 memory=6656426216303648864 CPUtime=0.31 cores=1,3,5,7
/proc/7945/task/8071/stat : 8071 (java) S 7940 7945 7887 0 -1 1077944384 1131 13123 0 1 23 0 5 3 20 0 15 0 47155558 11094274048 44878 33554432000 4194304 4196468 140725246992544 140235250535280 140235826825858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8072] ppid=7940 vsize=10834252 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/7945/task/8072/stat : 8072 (java) S 7940 7945 7887 0 -1 1077944384 1204 13123 0 1 29 0 5 3 20 0 15 0 47155558 11094274048 44878 33554432000 4194304 4196468 140725246992544 140235249482224 140235826825858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8077] ppid=7940 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8077/stat : 8077 (java) S 7940 7945 7887 0 -1 1077944384 3 13123 0 1 0 0 5 3 20 0 15 0 47155558 11094274048 44878 33554432000 4194304 4196468 140725246992544 140234104761184 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8079] ppid=7940 vsize=10834252 memory=14431090117230 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8079/stat : 8079 (java) S 7940 7945 7887 0 -1 1077944384 3 13123 0 1 0 0 5 3 20 0 15 0 47155558 11094274048 44878 33554432000 4194304 4196468 140725246992544 140235248429616 140235826825858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
Current children cumulated CPU time: 2.21 s
Current children cumulated vsize: 10834252 KiB
Current children cumulated memory: 179512 KiB

[startup+3.1121 s]
/proc/loadavg: 1.46 1.50 1.45 6/216 8080
/proc/meminfo: memFree=19582436/32770624 swapFree=67108860/67108860
[pid=7945] ppid=7940 vsize=10912096 memory=284516 CPUtime=5.5 cores=1,3,5,7
/proc/7945/stat : 7945 (java) S 7940 7945 7887 0 -1 1077944320 55857 13123 0 1 525 17 5 3 20 0 15 0 47155541 11173986304 71129 33554432000 4194304 4196468 140725246992544 140725246975088 140235826814711 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
/proc/7945/statm: 2728024 71129 3502 1 0 2689677 0
[pid=7945/tid=8054] ppid=7940 vsize=10912096 memory=2241 CPUtime=2.96 cores=1,3,5,7
/proc/7945/task/8054/stat : 8054 (java) R 7940 7945 7887 0 -1 4202560 39834 13123 0 1 279 9 5 3 20 0 15 0 47155552 11173986304 71129 33554432000 4194304 4196468 140725246992544 140235798643760 140235826836058 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8055] ppid=7940 vsize=10912096 memory=55 CPUtime=0.1 cores=1,3,5,7
/proc/7945/task/8055/stat : 8055 (java) S 7940 7945 7887 0 -1 1077944384 171 13123 0 1 2 0 5 3 20 0 15 0 47155553 11173986304 71129 33554432000 4194304 4196468 140725246992544 140235831057424 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8057] ppid=7940 vsize=10912096 memory=590024333722744109 CPUtime=0.11 cores=1,3,5,7
/proc/7945/task/8057/stat : 8057 (java) S 7940 7945 7887 0 -1 1077944384 114 13123 0 1 3 0 5 3 20 0 15 0 47155553 11173986304 71129 33554432000 4194304 4196468 140725246992544 140235719330960 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8059] ppid=7940 vsize=10912096 memory=281387198859648 CPUtime=0.1 cores=1,3,5,7
/proc/7945/task/8059/stat : 8059 (java) S 7940 7945 7887 0 -1 1077944384 73 13123 0 1 2 0 5 3 20 0 15 0 47155553 11173986304 71129 33554432000 4194304 4196468 140725246992544 140235718277904 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8061] ppid=7940 vsize=10912096 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/7945/task/8061/stat : 8061 (java) S 7940 7945 7887 0 -1 1077944384 310 13123 0 1 2 0 5 3 20 0 15 0 47155553 11173986304 71129 33554432000 4194304 4196468 140725246992544 140235717225360 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8063] ppid=7940 vsize=10912096 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/7945/task/8063/stat : 8063 (java) S 7940 7945 7887 0 -1 1077944384 2535 13123 0 1 3 0 5 3 20 0 15 0 47155554 11173986304 71129 33554432000 4194304 4196468 140725246992544 140235286198512 140235826825858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8065] ppid=7940 vsize=10912096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8065/stat : 8065 (java) S 7940 7945 7887 0 -1 1077944384 54 13123 0 1 0 0 5 3 20 0 15 0 47155555 11173986304 71129 33554432000 4194304 4196468 140725246992544 140235285144800 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8067] ppid=7940 vsize=10912096 memory=281387198877040 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8067/stat : 8067 (java) S 7940 7945 7887 0 -1 1077944384 2 13123 0 1 0 0 5 3 20 0 15 0 47155555 11173986304 71129 33554432000 4194304 4196468 140725246992544 140235178500864 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8069] ppid=7940 vsize=10912096 memory=1296 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8069/stat : 8069 (java) S 7940 7945 7887 0 -1 1077944384 2 13123 0 1 0 0 5 3 20 0 15 0 47155558 11173986304 71129 33554432000 4194304 4196468 140725246992544 140234574522320 140235826833307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8070] ppid=7940 vsize=10912096 memory=2400 CPUtime=0.81 cores=1,3,5,7
/proc/7945/task/8070/stat : 8070 (java) R 7940 7945 7887 0 -1 4202560 3668 13123 0 1 72 1 5 3 20 0 15 0 47155558 11173986304 71129 33554432000 4194304 4196468 140725246992544 140235251568840 140235811208074 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8071] ppid=7940 vsize=10912096 memory=1836 CPUtime=0.72 cores=1,3,5,7
/proc/7945/task/8071/stat : 8071 (java) R 7940 7945 7887 0 -1 4202560 2886 13123 0 1 63 1 5 3 20 0 15 0 47155558 11173986304 71129 33554432000 4194304 4196468 140725246992544 140235250516480 140235804104969 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8072] ppid=7940 vsize=10912096 memory=12976 CPUtime=1.02 cores=1,3,5,7
/proc/7945/task/8072/stat : 8072 (java) R 7940 7945 7887 0 -1 1077944384 4015 13123 0 1 93 1 5 3 20 0 15 0 47155558 11173986304 71129 33554432000 4194304 4196468 140725246992544 140235249482224 140235826825858 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8077] ppid=7940 vsize=10912096 memory=792 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8077/stat : 8077 (java) S 7940 7945 7887 0 -1 1077944384 3 13123 0 1 0 0 5 3 20 0 15 0 47155558 11173986304 71129 33554432000 4194304 4196468 140725246992544 140234104761184 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8079] ppid=7940 vsize=10912096 memory=1952 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8079/stat : 8079 (java) S 7940 7945 7887 0 -1 1077944384 5 13123 0 1 0 0 5 3 20 0 15 0 47155558 11173986304 71129 33554432000 4194304 4196468 140725246992544 140235248429616 140235826825858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
Current children cumulated CPU time: 5.5 s
Current children cumulated vsize: 10912096 KiB
Current children cumulated memory: 284516 KiB

[startup+3.22115 s]
# the end of solver process 7945 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.5687 s, system=0.221966 s

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

[startup+3.2009 s]
/proc/loadavg: 1.46 1.50 1.45 6/216 8080
/proc/meminfo: memFree=19582436/32770624 swapFree=67108860/67108860
[pid=7945] ppid=7940 vsize=10912096 memory=286576 CPUtime=5.75 cores=1,3,5,7
/proc/7945/stat : 7945 (java) S 7940 7945 7887 0 -1 1077944320 56402 13123 0 1 550 17 5 3 20 0 15 0 47155541 11173986304 71644 33554432000 4194304 4196468 140725246992544 140725246975088 140235826814711 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
/proc/7945/statm: 2728024 71644 3504 1 0 2689677 0
[pid=7945/tid=8054] ppid=7940 vsize=10912096 memory=7019516777173968192 CPUtime=3.05 cores=1,3,5,7
/proc/7945/task/8054/stat : 8054 (java) R 7940 7945 7887 0 -1 4202560 39984 13123 0 1 288 9 5 3 20 0 15 0 47155552 11173986304 71644 33554432000 4194304 4196468 140725246992544 140235798646848 140235810895198 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8055] ppid=7940 vsize=10912096 memory=7739834345441486674 CPUtime=0.1 cores=1,3,5,7
/proc/7945/task/8055/stat : 8055 (java) S 7940 7945 7887 0 -1 1077944384 171 13123 0 1 2 0 5 3 20 0 15 0 47155553 11173986304 71644 33554432000 4194304 4196468 140725246992544 140235831057424 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8057] ppid=7940 vsize=10912096 memory=5859271421084128616 CPUtime=0.11 cores=1,3,5,7
/proc/7945/task/8057/stat : 8057 (java) S 7940 7945 7887 0 -1 1077944384 114 13123 0 1 3 0 5 3 20 0 15 0 47155553 11173986304 71644 33554432000 4194304 4196468 140725246992544 140235719330960 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8059] ppid=7940 vsize=10912096 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/7945/task/8059/stat : 8059 (java) S 7940 7945 7887 0 -1 1077944384 73 13123 0 1 2 0 5 3 20 0 15 0 47155553 11173986304 71644 33554432000 4194304 4196468 140725246992544 140235718277904 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8061] ppid=7940 vsize=10912096 memory=184528 CPUtime=0.1 cores=1,3,5,7
/proc/7945/task/8061/stat : 8061 (java) S 7940 7945 7887 0 -1 1077944384 310 13123 0 1 2 0 5 3 20 0 15 0 47155553 11173986304 71644 33554432000 4194304 4196468 140725246992544 140235717225360 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8063] ppid=7940 vsize=10912096 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/7945/task/8063/stat : 8063 (java) S 7940 7945 7887 0 -1 1077944384 2535 13123 0 1 3 0 5 3 20 0 15 0 47155554 11173986304 71644 33554432000 4194304 4196468 140725246992544 140235286198512 140235826825858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8065] ppid=7940 vsize=10912096 memory=281387198412976 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8065/stat : 8065 (java) S 7940 7945 7887 0 -1 1077944384 54 13123 0 1 0 0 5 3 20 0 15 0 47155555 11173986304 71644 33554432000 4194304 4196468 140725246992544 140235285144800 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8067] ppid=7940 vsize=10912096 memory=140693599176528 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8067/stat : 8067 (java) S 7940 7945 7887 0 -1 1077944384 2 13123 0 1 0 0 5 3 20 0 15 0 47155555 11173986304 71644 33554432000 4194304 4196468 140725246992544 140235178500864 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8069] ppid=7940 vsize=10912096 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8069/stat : 8069 (java) S 7940 7945 7887 0 -1 1077944384 2 13123 0 1 0 0 5 3 20 0 15 0 47155558 11173986304 71644 33554432000 4194304 4196468 140725246992544 140234574522320 140235826833307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8070] ppid=7940 vsize=10912096 memory=0 CPUtime=0.89 cores=1,3,5,7
/proc/7945/task/8070/stat : 8070 (java) S 7940 7945 7887 0 -1 1077944384 3909 13123 0 1 80 1 5 3 20 0 15 0 47155558 11173986304 71644 33554432000 4194304 4196468 140725246992544 140235251587824 140235826825858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8071] ppid=7940 vsize=10912096 memory=281387198366176 CPUtime=0.75 cores=1,3,5,7
/proc/7945/task/8071/stat : 8071 (java) S 7940 7945 7887 0 -1 1077944384 2914 13123 0 1 66 1 5 3 20 0 15 0 47155558 11173986304 71644 33554432000 4194304 4196468 140725246992544 140235250535280 140235826825858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8072] ppid=7940 vsize=10912096 memory=7014751519701031016 CPUtime=1.07 cores=1,3,5,7
/proc/7945/task/8072/stat : 8072 (java) S 7940 7945 7887 0 -1 1077944384 4139 13123 0 1 98 1 5 3 20 0 15 0 47155558 11173986304 71644 33554432000 4194304 4196468 140725246992544 140235249482224 140235826825858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8077] ppid=7940 vsize=10912096 memory=7157460518405434192 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8077/stat : 8077 (java) S 7940 7945 7887 0 -1 1077944384 3 13123 0 1 0 0 5 3 20 0 15 0 47155558 11173986304 71644 33554432000 4194304 4196468 140725246992544 140234104761184 140235826824917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
[pid=7945/tid=8079] ppid=7940 vsize=10912096 memory=7593444327953885027 CPUtime=0.08 cores=1,3,5,7
/proc/7945/task/8079/stat : 8079 (java) S 7940 7945 7887 0 -1 1077944384 5 13123 0 1 0 0 5 3 20 0 15 0 47155558 11173986304 71644 33554432000 4194304 4196468 140725246992544 140235248429616 140235826825858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25583616 140725246995055 140725246997852 140725246997852 140725247000527 0
Current children cumulated CPU time: 5.75 s
Current children cumulated vsize: 10912096 KiB
Current children cumulated memory: 286576 KiB

Child status: 0
Real time (s): 3.22121
CPU time (s): 5.79067
CPU user time (s): 5.5687
CPU system time (s): 0.221966
CPU usage (%): 179.767
Max. virtual memory (cumulated for all children) (KiB): 10912096
Max. memory (cumulated for all children) (KiB): 286576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.5687
system time used= 0.221966
maximum resident set size= 288908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69608
page faults= 1
swaps= 0
block input operations= 2416
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5599
involuntary context switches= 86


# summary of solver processes directly reported to runsolver:
#   pid: 7945
#   total CPU time (s): 5.79067
#   total CPU user time (s): 5.5687
#   total CPU system time (s): 0.221966

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.044161 second user time and 0.073268 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-22 23:45:23
IDJOB=4292856
IDBENCH=141025
IDSOLVER=2750
FILE ID=node107/4292856-1532295923
RUNJOBID= node107-1532295923-7919
PBS_JOBID= 21018984
Free space on /tmp= 55124 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-05_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292856-1532295923/watcher-4292856-1532295923 -o /tmp/evaluation-result-4292856-1532295923/solver-4292856-1532295923 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532295923-7919 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=845165404 HOME/instance-4292856-1532295923.xml

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

MD5SUM BENCH= 776f6c8909d7db26eed6858afed1e777
RANDOM SEED=845165404

node107.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.40
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.40
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.40
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.40
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:        20069416 kB
MemAvailable:   31936388 kB
Buffers:          251808 kB
Cached:         11763504 kB
SwapCached:            0 kB
Active:          1643220 kB
Inactive:       10425840 kB
Active(anon):      56940 kB
Inactive(anon):    16860 kB
Active(file):    1586280 kB
Inactive(file): 10408980 kB
Unevictable:        7152 kB
Mlocked:            7152 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             52864 kB
Writeback:             0 kB
AnonPages:         61048 kB
Mapped:            35960 kB
Shmem:             17036 kB
Slab:             327216 kB
SReclaimable:     300172 kB
SUnreclaim:        27044 kB
KernelStack:        3088 kB
PageTables:         4812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     317680 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:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 55072 MiB
End job on node107 at 2018-07-22 23:45:27