Trace number 4298158

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 NameAnswerobjective functionCPU timeWall clock time
Solver of Xavier Schul & Yvhan Smal 2018-04-28? (NS) 4.146 1.64407

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-scen-03-opt_c18.xml
MD5SUM762637944ae9d552f69ba2f15bfafff3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark2520.07
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2760
Number of domains4
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":8},{"size":36,"count":182},{"size":44,"count":208}]
Minimum variable degree4
Maximum variable degree62
Distribution of variable degrees[{"degree":4,"count":16},{"degree":5,"count":11},{"degree":6,"count":28},{"degree":7,"count":18},{"degree":8,"count":30},{"degree":9,"count":5},{"degree":10,"count":40},{"degree":11,"count":25},{"degree":12,"count":20},{"degree":13,"count":11},{"degree":14,"count":23},{"degree":15,"count":16},{"degree":16,"count":20},{"degree":17,"count":7},{"degree":18,"count":26},{"degree":19,"count":7},{"degree":20,"count":16},{"degree":21,"count":14},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":5},{"degree":26,"count":9},{"degree":27,"count":4},{"degree":28,"count":2},{"degree":29,"count":4},{"degree":30,"count":2},{"degree":31,"count":4},{"degree":32,"count":3},{"degree":33,"count":1},{"degree":37,"count":1},{"degree":39,"count":2},{"degree":40,"count":2},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":45,"count":2},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2760}]
Number of extensional constraints2760
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2760}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
4.07/1.62	c Caught NotImplementedException
4.07/1.62	c 	xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:528)
4.07/1.62	c 	org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:573)
4.07/1.62	c 	org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
4.07/1.62	c 	java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4.07/1.62	c 	java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
4.07/1.62	c 	org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
4.07/1.62	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
4.07/1.62	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
4.07/1.62	c 	xcsp3.XCSP3.<init>(XCSP3.java:72)
4.07/1.62	c 	xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
4.07/1.62	c 	xcsp3.CompetitionApp.main(CompetitionApp.java:51)
4.07/1.62	s UNSUPPORTED

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298158-1532748952/watcher-4298158-1532748952 -o /tmp/evaluation-result-4298158-1532748952/solver-4298158-1532748952 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532741422-28017 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298158-1532748952.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=28889, runsolver pid=28886
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 1.28 1.46 1.49 4/215 28904
/proc/meminfo: memFree=22646624/32770624 swapFree=67108860/67108860
[pid=28889] ppid=28886 vsize=10661052 memory=27432 CPUtime=0.12 cores=1,3,5,7
/proc/28889/stat : 28889 (java) S 28886 28889 27985 0 -1 1077944320 5280 0 0 0 11 1 0 0 20 0 15 0 92458371 10916917248 6858 33554432000 4194304 4196468 140727719401712 140727719384256 140424482799351 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
/proc/28889/statm: 2665263 6858 2814 1 0 2627263 0
[pid=28889/tid=28891] ppid=28886 vsize=10661052 memory=-8269626465541460607 CPUtime=0.09 cores=1,3,5,7
/proc/28889/task/28891/stat : 28891 (java) R 28886 28889 27985 0 -1 4202560 3144 0 0 0 8 1 0 0 20 0 15 0 92458371 10916917248 6858 33554432000 4194304 4196468 140727719401712 140424487030240 140424482811286 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28892] ppid=28886 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28892/stat : 28892 (java) S 28886 28889 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458372 10916917248 6858 33554432000 4194304 4196468 140727719401712 140424435420176 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28893] ppid=28886 vsize=10661052 memory=140674107979392 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28893/stat : 28893 (java) S 28886 28889 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458372 10916917248 6858 33554432000 4194304 4196468 140727719401712 140424434367632 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28894] ppid=28886 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28894/stat : 28894 (java) S 28886 28889 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458372 10916917248 6858 33554432000 4194304 4196468 140727719401712 140424433314576 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28895] ppid=28886 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28895/stat : 28895 (java) S 28886 28889 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92458372 10916917248 6858 33554432000 4194304 4196468 140727719401712 140424432262032 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28896] ppid=28886 vsize=10661052 memory=140674107979392 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28896/stat : 28896 (java) S 28886 28889 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92458373 10916917248 6858 33554432000 4194304 4196468 140727719401712 140424042186992 140424482810498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28897] ppid=28886 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28897/stat : 28897 (java) S 28886 28889 27985 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92458374 10916917248 6858 33554432000 4194304 4196468 140727719401712 140424041133216 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28898] ppid=28886 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28898/stat : 28898 (java) S 28886 28889 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92458374 10916917248 6858 33554432000 4194304 4196468 140727719401712 140424040080112 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28899] ppid=28886 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28899/stat : 28899 (java) S 28886 28889 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92458376 10916917248 6858 33554432000 4194304 4196468 140727719401712 140424039028688 140424482817947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28900] ppid=28886 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28900/stat : 28900 (java) R 28886 28889 27985 0 -1 4202560 321 0 0 0 0 0 0 0 20 0 15 0 92458376 10916917248 6858 33554432000 4194304 4196468 140727719401712 140424037968320 140424466235089 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28901] ppid=28886 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28901/stat : 28901 (java) R 28886 28889 27985 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 15 0 92458376 10916917248 6858 33554432000 4194304 4196468 140727719401712 140424036924368 140424482809557 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28902] ppid=28886 vsize=10661052 memory=140674107979392 CPUtime=0.01 cores=1,3,5,7
/proc/28889/task/28902/stat : 28902 (java) R 28886 28889 27985 0 -1 4202560 342 0 0 0 1 0 0 0 20 0 15 0 92458376 10916917248 6858 33554432000 4194304 4196468 140727719401712 140424035871216 140424482820698 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28903] ppid=28886 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28903/stat : 28903 (java) S 28886 28889 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92458376 10916917248 6858 33554432000 4194304 4196468 140727719401712 140424034818912 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28904] ppid=28886 vsize=10661052 memory=140674107979392 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28904/stat : 28904 (java) S 28886 28889 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458377 10916917248 6858 33554432000 4194304 4196468 140727719401712 140424033765936 140424482810498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27432 KiB

[startup+0.210473 s]*
/proc/loadavg: 1.28 1.46 1.49 4/215 28904
/proc/meminfo: memFree=22573612/32770624 swapFree=67108860/67108860
[pid=28889] ppid=28886 vsize=10661052 memory=40380 CPUtime=0.34 cores=1,3,5,7
/proc/28889/stat : 28889 (java) S 28886 28889 27985 0 -1 1077944320 8191 0 0 0 32 2 0 0 20 0 15 0 92458371 10916917248 10095 33554432000 4194304 4196468 140727719401712 140727719384256 140424482799351 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
/proc/28889/statm: 2665263 10095 2973 1 0 2627263 0
[pid=28889/tid=28891] ppid=28886 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28889/task/28891/stat : 28891 (java) R 28886 28889 27985 0 -1 4202560 5096 0 0 0 19 1 0 0 20 0 15 0 92458371 10916917248 10095 33554432000 4194304 4196468 140727719401712 140424487030592 140424106854625 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28892] ppid=28886 vsize=10661052 memory=345 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28892/stat : 28892 (java) S 28886 28889 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458372 10916917248 10095 33554432000 4194304 4196468 140727719401712 140424435420176 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28893] ppid=28886 vsize=10661052 memory=3835018666039064224 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28893/stat : 28893 (java) S 28886 28889 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458372 10916917248 10095 33554432000 4194304 4196468 140727719401712 140424434367632 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28894] ppid=28886 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28894/stat : 28894 (java) S 28886 28889 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458372 10916917248 10095 33554432000 4194304 4196468 140727719401712 140424433314576 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28895] ppid=28886 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28895/stat : 28895 (java) S 28886 28889 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92458372 10916917248 10095 33554432000 4194304 4196468 140727719401712 140424432262032 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28896] ppid=28886 vsize=10661052 memory=140674107979392 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28896/stat : 28896 (java) S 28886 28889 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92458373 10916917248 10095 33554432000 4194304 4196468 140727719401712 140424042186992 140424482810498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28897] ppid=28886 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28897/stat : 28897 (java) S 28886 28889 27985 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92458374 10916917248 10095 33554432000 4194304 4196468 140727719401712 140424041133216 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28898] ppid=28886 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28898/stat : 28898 (java) S 28886 28889 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92458374 10916917248 10095 33554432000 4194304 4196468 140727719401712 140424040080112 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28899] ppid=28886 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28899/stat : 28899 (java) S 28886 28889 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92458376 10916917248 10095 33554432000 4194304 4196468 140727719401712 140424039028688 140424482817947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28900] ppid=28886 vsize=10661052 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28889/task/28900/stat : 28900 (java) R 28886 28889 27985 0 -1 1077944384 441 0 0 0 2 0 0 0 20 0 15 0 92458376 10916917248 10095 33554432000 4194304 4196468 140727719401712 140424037976816 140424482810498 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28901] ppid=28886 vsize=10661052 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28889/task/28901/stat : 28901 (java) R 28886 28889 27985 0 -1 4202560 395 0 0 0 2 0 0 0 20 0 15 0 92458376 10916917248 10095 33554432000 4194304 4196468 140727719401712 140424036924272 140424466298735 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28902] ppid=28886 vsize=10661052 memory=140674107979392 CPUtime=0.08 cores=1,3,5,7
/proc/28889/task/28902/stat : 28902 (java) R 28886 28889 27985 0 -1 4202560 894 0 0 0 8 0 0 0 20 0 15 0 92458376 10916917248 10095 33554432000 4194304 4196468 140727719401712 140424035867584 140424475036478 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28903] ppid=28886 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28903/stat : 28903 (java) S 28886 28889 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92458376 10916917248 10095 33554432000 4194304 4196468 140727719401712 140424034818912 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28904] ppid=28886 vsize=10661052 memory=140674107979392 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28904/stat : 28904 (java) S 28886 28889 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458377 10916917248 10095 33554432000 4194304 4196468 140727719401712 140424033765936 140424482810498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40380 KiB

[startup+0.310409 s]*
/proc/loadavg: 1.28 1.46 1.49 5/215 28904
/proc/meminfo: memFree=22561332/32770624 swapFree=67108860/67108860
[pid=28889] ppid=28886 vsize=10661128 memory=52800 CPUtime=0.69 cores=1,3,5,7
/proc/28889/stat : 28889 (java) S 28886 28889 27985 0 -1 1077944320 10240 0 0 0 66 3 0 0 20 0 15 0 92458371 10916995072 13200 33554432000 4194304 4196468 140727719401712 140727719384256 140424482799351 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
/proc/28889/statm: 2665282 13200 3076 1 0 2627263 0
[pid=28889/tid=28891] ppid=28886 vsize=10661128 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/28889/task/28891/stat : 28891 (java) R 28886 28889 27985 0 -1 4202560 5435 0 0 0 28 2 0 0 20 0 15 0 92458371 10916995072 13200 33554432000 4194304 4196468 140727719401712 140424487037088 140424106838049 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28892] ppid=28886 vsize=10661128 memory=304556157652172823 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28892/stat : 28892 (java) S 28886 28889 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458372 10916995072 13200 33554432000 4194304 4196468 140727719401712 140424435420176 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28893] ppid=28886 vsize=10661128 memory=3904824460263306912 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28893/stat : 28893 (java) S 28886 28889 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458372 10916995072 13200 33554432000 4194304 4196468 140727719401712 140424434367632 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28894] ppid=28886 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28894/stat : 28894 (java) S 28886 28889 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458372 10916995072 13200 33554432000 4194304 4196468 140727719401712 140424433314576 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28895] ppid=28886 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28895/stat : 28895 (java) S 28886 28889 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92458372 10916995072 13200 33554432000 4194304 4196468 140727719401712 140424432262032 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28896] ppid=28886 vsize=10661128 memory=140674107979392 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28896/stat : 28896 (java) S 28886 28889 27985 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92458373 10916995072 13200 33554432000 4194304 4196468 140727719401712 140424042186992 140424482810498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28897] ppid=28886 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28897/stat : 28897 (java) S 28886 28889 27985 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92458374 10916995072 13200 33554432000 4194304 4196468 140727719401712 140424041133216 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28898] ppid=28886 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28898/stat : 28898 (java) S 28886 28889 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92458374 10916995072 13200 33554432000 4194304 4196468 140727719401712 140424040080112 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28899] ppid=28886 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28899/stat : 28899 (java) S 28886 28889 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92458376 10916995072 13200 33554432000 4194304 4196468 140727719401712 140424039028688 140424482817947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28900] ppid=28886 vsize=10661128 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28889/task/28900/stat : 28900 (java) S 28886 28889 27985 0 -1 1077944384 892 0 0 0 9 0 0 0 20 0 15 0 92458376 10916995072 13200 33554432000 4194304 4196468 140727719401712 140424037976816 140424482810498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28901] ppid=28886 vsize=10661128 memory=-1 CPUtime=0.12 cores=1,3,5,7
/proc/28889/task/28901/stat : 28901 (java) S 28886 28889 27985 0 -1 1077944384 1203 0 0 0 12 0 0 0 20 0 15 0 92458376 10916995072 13200 33554432000 4194304 4196468 140727719401712 140424036924272 140424482810498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28902] ppid=28886 vsize=10661128 memory=140674107979392 CPUtime=0.16 cores=1,3,5,7
/proc/28889/task/28902/stat : 28902 (java) R 28886 28889 27985 0 -1 4202560 1348 0 0 0 16 0 0 0 20 0 15 0 92458376 10916995072 13200 33554432000 4194304 4196468 140727719401712 140424035867584 140424461759281 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28903] ppid=28886 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28903/stat : 28903 (java) S 28886 28889 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92458376 10916995072 13200 33554432000 4194304 4196468 140727719401712 140424034818912 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28904] ppid=28886 vsize=10661128 memory=140674107979392 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28904/stat : 28904 (java) S 28886 28889 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458377 10916995072 13200 33554432000 4194304 4196468 140727719401712 140424033765936 140424482810498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 52800 KiB

[startup+0.700761 s]
/proc/loadavg: 1.28 1.46 1.49 6/215 28904
/proc/meminfo: memFree=22534588/32770624 swapFree=67108860/67108860
[pid=28889] ppid=28886 vsize=10661128 memory=100460 CPUtime=1.94 cores=1,3,5,7
/proc/28889/stat : 28889 (java) S 28886 28889 27985 0 -1 1077944320 11419 0 0 0 190 4 0 0 20 0 15 0 92458371 10916995072 25115 33554432000 4194304 4196468 140727719401712 140727719384256 140424482799351 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
/proc/28889/statm: 2665282 25115 3106 1 0 2627263 0
[pid=28889/tid=28891] ppid=28886 vsize=10661128 memory=1836 CPUtime=0.67 cores=1,3,5,7
/proc/28889/task/28891/stat : 28891 (java) R 28886 28889 27985 0 -1 4202560 5578 0 0 0 65 2 0 0 20 0 15 0 92458371 10916995072 25115 33554432000 4194304 4196468 140727719401712 140424487035280 140424110906452 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28892] ppid=28886 vsize=10661128 memory=13044 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28892/stat : 28892 (java) S 28886 28889 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458372 10916995072 25115 33554432000 4194304 4196468 140727719401712 140424435420176 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28893] ppid=28886 vsize=10661128 memory=792 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28893/stat : 28893 (java) S 28886 28889 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458372 10916995072 25115 33554432000 4194304 4196468 140727719401712 140424434367632 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28894] ppid=28886 vsize=10661128 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28894/stat : 28894 (java) S 28886 28889 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458372 10916995072 25115 33554432000 4194304 4196468 140727719401712 140424433314576 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28895] ppid=28886 vsize=10661128 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28895/stat : 28895 (java) S 28886 28889 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92458372 10916995072 25115 33554432000 4194304 4196468 140727719401712 140424432262032 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28896] ppid=28886 vsize=10661128 memory=8556 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28896/stat : 28896 (java) S 28886 28889 27985 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92458373 10916995072 25115 33554432000 4194304 4196468 140727719401712 140424042186992 140424482810498 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28897] ppid=28886 vsize=10661128 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28897/stat : 28897 (java) S 28886 28889 27985 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92458374 10916995072 25115 33554432000 4194304 4196468 140727719401712 140424041133216 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28898] ppid=28886 vsize=10661128 memory=5412 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28898/stat : 28898 (java) S 28886 28889 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92458374 10916995072 25115 33554432000 4194304 4196468 140727719401712 140424040080112 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28899] ppid=28886 vsize=10661128 memory=7668879548562892096 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28899/stat : 28899 (java) S 28886 28889 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92458376 10916995072 25115 33554432000 4194304 4196468 140727719401712 140424039028688 140424482817947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28900] ppid=28886 vsize=10661128 memory=7881696724453321575 CPUtime=0.45 cores=1,3,5,7
/proc/28889/task/28900/stat : 28900 (java) R 28886 28889 27985 0 -1 4202560 1437 0 0 0 45 0 0 0 20 0 15 0 92458376 10916995072 25115 33554432000 4194304 4196468 140727719401712 140424037964256 140424468817888 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28901] ppid=28886 vsize=10661128 memory=5787213827163908199 CPUtime=0.46 cores=1,3,5,7
/proc/28889/task/28901/stat : 28901 (java) S 28886 28889 27985 0 -1 1077944384 1327 0 0 0 46 0 0 0 20 0 15 0 92458376 10916995072 25115 33554432000 4194304 4196468 140727719401712 140424036924272 140424482810498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28902] ppid=28886 vsize=10661128 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/28889/task/28902/stat : 28902 (java) S 28886 28889 27985 0 -1 1077944384 1707 0 0 0 32 0 0 0 20 0 15 0 92458376 10916995072 25115 33554432000 4194304 4196468 140727719401712 140424035871216 140424482810498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28903] ppid=28886 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28903/stat : 28903 (java) S 28886 28889 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92458376 10916995072 25115 33554432000 4194304 4196468 140727719401712 140424034818912 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28904] ppid=28886 vsize=10661128 memory=33 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28904/stat : 28904 (java) S 28886 28889 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458377 10916995072 25115 33554432000 4194304 4196468 140727719401712 140424033765936 140424482810498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
Current children cumulated CPU time: 1.94 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 100460 KiB

[startup+1.5012 s]
/proc/loadavg: 1.28 1.46 1.49 5/215 28904
/proc/meminfo: memFree=22445036/32770624 swapFree=67108860/67108860
[pid=28889] ppid=28886 vsize=10661128 memory=350052 CPUtime=3.79 cores=1,3,5,7
/proc/28889/stat : 28889 (java) S 28886 28889 27985 0 -1 1077944320 12309 0 0 0 353 26 0 0 20 0 15 0 92458371 10916995072 87513 33554432000 4194304 4196468 140727719401712 140727719384256 140424482799351 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
/proc/28889/statm: 2665282 87513 3144 1 0 2627263 0
[pid=28889/tid=28891] ppid=28886 vsize=10661128 memory=6791534058613427641 CPUtime=1.27 cores=1,3,5,7
/proc/28889/task/28891/stat : 28891 (java) S 28886 28889 27985 0 -1 1077944384 5644 0 0 0 124 3 0 0 20 0 15 0 92458371 10916995072 87513 33554432000 4194304 4196468 140727719401712 140424487037376 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28892] ppid=28886 vsize=10661128 memory=-6951259422114956437 CPUtime=0.19 cores=1,3,5,7
/proc/28889/task/28892/stat : 28892 (java) R 28886 28889 27985 0 -1 4202560 162 0 0 0 14 5 0 0 20 0 15 0 92458372 10916995072 87513 33554432000 4194304 4196468 140727719401712 140424435420376 140424467826770 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28893] ppid=28886 vsize=10661128 memory=-6509546260019855295 CPUtime=0.18 cores=1,3,5,7
/proc/28889/task/28893/stat : 28893 (java) R 28886 28889 27985 0 -1 4202560 147 0 0 0 13 5 0 0 20 0 15 0 92458372 10916995072 87513 33554432000 4194304 4196468 140727719401712 140424434367632 140424467827234 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28894] ppid=28886 vsize=10661128 memory=-7390251449858225344 CPUtime=0.19 cores=1,3,5,7
/proc/28889/task/28894/stat : 28894 (java) R 28886 28889 27985 0 -1 4202560 151 0 0 0 14 5 0 0 20 0 15 0 92458372 10916995072 87513 33554432000 4194304 4196468 140727719401712 140424433314776 140424467827234 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28895] ppid=28886 vsize=10661128 memory=4134692831991786133 CPUtime=0.19 cores=1,3,5,7
/proc/28889/task/28895/stat : 28895 (java) R 28886 28889 27985 0 -1 4202560 160 0 0 0 14 5 0 0 20 0 15 0 92458372 10916995072 87513 33554432000 4194304 4196468 140727719401712 140424432262032 140424467827234 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28896] ppid=28886 vsize=10661128 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28896/stat : 28896 (java) S 28886 28889 27985 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92458373 10916995072 87513 33554432000 4194304 4196468 140727719401712 140424042185504 140424482809557 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28897] ppid=28886 vsize=10661128 memory=7451021318354856034 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28897/stat : 28897 (java) S 28886 28889 27985 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92458374 10916995072 87513 33554432000 4194304 4196468 140727719401712 140424041133216 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28898] ppid=28886 vsize=10661128 memory=7813300499672229721 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28898/stat : 28898 (java) S 28886 28889 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92458374 10916995072 87513 33554432000 4194304 4196468 140727719401712 140424040080112 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28899] ppid=28886 vsize=10661128 memory=7378983553979662436 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28899/stat : 28899 (java) S 28886 28889 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92458376 10916995072 87513 33554432000 4194304 4196468 140727719401712 140424039028688 140424482817947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28900] ppid=28886 vsize=10661128 memory=8298058400382245238 CPUtime=0.65 cores=1,3,5,7
/proc/28889/task/28900/stat : 28900 (java) S 28886 28889 27985 0 -1 1077944384 1475 0 0 0 65 0 0 0 20 0 15 0 92458376 10916995072 88025 33554432000 4194304 4196468 140727719401712 140424037976816 140424482810498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28901] ppid=28886 vsize=10661128 memory=0 CPUtime=0.7 cores=1,3,5,7
/proc/28889/task/28901/stat : 28901 (java) S 28886 28889 27985 0 -1 1077944384 1374 0 0 0 70 0 0 0 20 0 15 0 92458376 10916995072 88025 33554432000 4194304 4196468 140727719401712 140424036924272 140424482810498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28902] ppid=28886 vsize=10661128 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/28889/task/28902/stat : 28902 (java) S 28886 28889 27985 0 -1 1077944384 1753 0 0 0 35 0 0 0 20 0 15 0 92458376 10916995072 88025 33554432000 4194304 4196468 140727719401712 140424035871216 140424482810498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28903] ppid=28886 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28903/stat : 28903 (java) S 28886 28889 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92458376 10916995072 88025 33554432000 4194304 4196468 140727719401712 140424034818912 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28904] ppid=28886 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28904/stat : 28904 (java) S 28886 28889 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458377 10916995072 88025 33554432000 4194304 4196468 140727719401712 140424033765936 140424482810498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
Current children cumulated CPU time: 3.79 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 350052 KiB

[startup+1.64402 s]
# the end of solver process 28889 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.81387 s, system=0.332123 s

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

[startup+1.60093 s]
/proc/loadavg: 1.28 1.46 1.49 5/215 28904
/proc/meminfo: memFree=22445036/32770624 swapFree=67108860/67108860
[pid=28889] ppid=28886 vsize=10661128 memory=395108 CPUtime=4.07 cores=1,3,5,7
/proc/28889/stat : 28889 (java) S 28886 28889 27985 0 -1 1077944320 12402 0 0 0 375 32 0 0 20 0 15 0 92458371 10916995072 98777 33554432000 4194304 4196468 140727719401712 140727719384256 140424482799351 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
/proc/28889/statm: 2665282 98777 3144 1 0 2627263 0
[pid=28889/tid=28891] ppid=28886 vsize=10661128 memory=6441361746071541868 CPUtime=1.31 cores=1,3,5,7
/proc/28889/task/28891/stat : 28891 (java) R 28886 28889 27985 0 -1 4202560 5645 0 0 0 128 3 0 0 20 0 15 0 92458371 10916995072 98777 33554432000 4194304 4196468 140727719401712 140424487037376 140424110994977 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28892] ppid=28886 vsize=10661128 memory=7302978601527831401 CPUtime=0.24 cores=1,3,5,7
/proc/28889/task/28892/stat : 28892 (java) S 28886 28889 27985 0 -1 1077944384 183 0 0 0 18 6 0 0 20 0 15 0 92458372 10916995072 98777 33554432000 4194304 4196468 140727719401712 140424435420176 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28893] ppid=28886 vsize=10661128 memory=7523376918531162212 CPUtime=0.24 cores=1,3,5,7
/proc/28889/task/28893/stat : 28893 (java) S 28886 28889 27985 0 -1 1077944384 174 0 0 0 18 6 0 0 20 0 15 0 92458372 10916995072 98777 33554432000 4194304 4196468 140727719401712 140424434367632 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28894] ppid=28886 vsize=10661128 memory=7452172468273959276 CPUtime=0.24 cores=1,3,5,7
/proc/28889/task/28894/stat : 28894 (java) S 28886 28889 27985 0 -1 1077944384 173 0 0 0 18 6 0 0 20 0 15 0 92458372 10916995072 98777 33554432000 4194304 4196468 140727719401712 140424433314576 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28895] ppid=28886 vsize=10661128 memory=5868026944366406499 CPUtime=0.24 cores=1,3,5,7
/proc/28889/task/28895/stat : 28895 (java) S 28886 28889 27985 0 -1 1077944384 182 0 0 0 18 6 0 0 20 0 15 0 92458372 10916995072 98777 33554432000 4194304 4196468 140727719401712 140424432262032 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28896] ppid=28886 vsize=10661128 memory=8242832241811678803 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28896/stat : 28896 (java) S 28886 28889 27985 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92458373 10916995072 98777 33554432000 4194304 4196468 140727719401712 140424042186992 140424482810498 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28897] ppid=28886 vsize=10661128 memory=8242832241811678803 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28897/stat : 28897 (java) S 28886 28889 27985 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92458374 10916995072 98777 33554432000 4194304 4196468 140727719401712 140424041133216 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28898] ppid=28886 vsize=10661128 memory=7235147594880805952 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28898/stat : 28898 (java) S 28886 28889 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92458374 10916995072 98777 33554432000 4194304 4196468 140727719401712 140424040080112 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28899] ppid=28886 vsize=10661128 memory=7235147594880805952 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28899/stat : 28899 (java) S 28886 28889 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92458376 10916995072 98777 33554432000 4194304 4196468 140727719401712 140424039028688 140424482817947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28900] ppid=28886 vsize=10661128 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/28889/task/28900/stat : 28900 (java) S 28886 28889 27985 0 -1 1077944384 1475 0 0 0 66 0 0 0 20 0 15 0 92458376 10916995072 98777 33554432000 4194304 4196468 140727719401712 140424037976816 140424482810498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28901] ppid=28886 vsize=10661128 memory=-2605811476043407915 CPUtime=0.71 cores=1,3,5,7
/proc/28889/task/28901/stat : 28901 (java) S 28886 28889 27985 0 -1 1077944384 1374 0 0 0 71 0 0 0 20 0 15 0 92458376 10916995072 98777 33554432000 4194304 4196468 140727719401712 140424036924272 140424482810498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28902] ppid=28886 vsize=10661128 memory=-3258418265892434876 CPUtime=0.35 cores=1,3,5,7
/proc/28889/task/28902/stat : 28902 (java) S 28886 28889 27985 0 -1 1077944384 1753 0 0 0 35 0 0 0 20 0 15 0 92458376 10916995072 98777 33554432000 4194304 4196468 140727719401712 140424035871216 140424482810498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28903] ppid=28886 vsize=10661128 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28903/stat : 28903 (java) S 28886 28889 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92458376 10916995072 98777 33554432000 4194304 4196468 140727719401712 140424034818912 140424482809557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
[pid=28889/tid=28904] ppid=28886 vsize=10661128 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/28889/task/28904/stat : 28904 (java) S 28886 28889 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458377 10916995072 98777 33554432000 4194304 4196468 140727719401712 140424033765936 140424482810498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140727719408813 140727719408905 140727719408905 140727719411663 0
Current children cumulated CPU time: 4.07 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 395108 KiB

Child status: 0
Real time (s): 1.64407
CPU time (s): 4.146
CPU user time (s): 3.81387
CPU system time (s): 0.332123
CPU usage (%): 252.179
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 395108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.81387
system time used= 0.332123
maximum resident set size= 395884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12466
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1303
involuntary context switches= 19


# summary of solver processes directly reported to runsolver:
#   pid: 28889
#   total CPU time (s): 4.146
#   total CPU user time (s): 3.81387
#   total CPU system time (s): 0.332123

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028474 second user time and 0.061167 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-28 05:35:52
IDJOB=4298158
IDBENCH=141077
IDSOLVER=2766
FILE ID=node107/4298158-1532748952
RUNJOBID= node107-1532741422-28017
PBS_JOBID= 21022454
Free space on /tmp= 54460 MiB

SOLVER NAME= Solver of Xavier Schul & Yvhan Smal 2018-04-28
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-scen-03-opt_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298158-1532748952/watcher-4298158-1532748952 -o /tmp/evaluation-result-4298158-1532748952/solver-4298158-1532748952 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532741422-28017 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298158-1532748952.xml

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

MD5SUM BENCH= 762637944ae9d552f69ba2f15bfafff3
RANDOM SEED=2036966540

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:        22667776 kB
MemAvailable:   31329240 kB
Buffers:          222520 kB
Cached:          8675648 kB
SwapCached:            0 kB
Active:          4432992 kB
Inactive:        5127132 kB
Active(anon):     611288 kB
Inactive(anon):    78596 kB
Active(file):    3821704 kB
Inactive(file):  5048536 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1252 kB
Writeback:             0 kB
AnonPages:        734144 kB
Mapped:            54644 kB
Shmem:             25228 kB
Slab:             242412 kB
SReclaimable:     214116 kB
SUnreclaim:        28296 kB
KernelStack:        3808 kB
PageTables:         6668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1566056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    643072 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= 54456 MiB
End job on node107 at 2018-07-28 05:35:54