Trace number 4285118

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2017-08-22SAT 2.3923399 1.20272

General information on the benchmark

NameCryptoPuzzle/CryptoPuzzle-m1-s1/
CryptoPuzzle-summer-school-coolest.xml
MD5SUM555d6e0ee5aa3949136a27d145c75cc2
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.013133
Satisfiable
(Un)Satisfiability was proved
Number of variables33
Number of constraints18
Number of domains2
Minimum domain size2
Maximum domain size10
Distribution of domain sizes[{"size":2,"count":7},{"size":10,"count":10}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":16},{"degree":2,"count":2},{"degree":3,"count":9},{"degree":4,"count":2},{"degree":5,"count":2},{"degree":6,"count":1},{"degree":7,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":4},{"arity":2,"count":1},{"arity":3,"count":2},{"arity":4,"count":10},{"arity":10,"count":1}]
Number of extensional constraints0
Number of intensional constraints17
Distribution of constraint types[{"type":"intension","count":17},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.25	c version: 2017-08-22
0.29/0.25	c seed: 20555395
0.29/0.25	c timeout: 20160
0.29/0.25	c memlimit: 22000
0.29/0.26	c nbcore: 8
0.29/0.28	c Parsing instance...
0.82/0.56	c Parsing done, starting search...
2.06/1.17	s SATISFIABLE
2.06/1.17	v <instantiation>
2.06/1.17	v 	<list>
2.06/1.17	v 		l[2] l[4] l[7] l[11] l[12] l[14] l[17] l[18] l[19] l[20] C[0] C[1] C[2] C[3] C[4] C[5] C[6]
2.06/1.17	v 	</list>
2.06/1.17	v 	<values>
2.06/1.17	v 		1 2 0 9 8 4 6 7 5 3 0 1 0 1 0 0 1 
2.06/1.17	v 	</values>
2.06/1.17	v </instantiation>

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285118-1503458283/watcher-4285118-1503458283 -o /tmp/evaluation-result-4285118-1503458283/solver-4285118-1503458283 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1503449773-8151 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 20555395 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285118-1503458283.xml 

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

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


[startup+0.101474 s]*
/proc/loadavg: 4.28 2.22 1.52 1/200 9978
/proc/meminfo: memFree=23654500/32770624 swapFree=67108860/67108860
[pid=9958] ppid=9955 vsize=26000852 memory=32556 CPUtime=0.12 cores=0-7
/proc/9958/stat : 9958 (java) S 9955 9958 8124 0 -1 1077944320 8540 0 0 0 11 1 0 0 20 0 20 0 178915901 26624872448 8139 33554432000 4194304 4196468 140736090770816 140736090753360 140606853824247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
/proc/9958/statm: 6500213 8139 3412 1 0 6487932 0
[pid=9958/tid=9960] ppid=9955 vsize=26000852 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/9958/task/9960/stat : 9960 (java) R 9955 9958 8124 0 -1 4202560 6494 0 0 0 8 1 0 0 20 0 20 0 178915901 26624872448 8139 33554432000 4194304 4196468 140736090770816 140606858040944 140606846074783 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9961] ppid=9955 vsize=26000852 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/9958/task/9961/stat : 9961 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915902 26624872448 8139 33554432000 4194304 4196468 140736090770816 140606761384336 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9962] ppid=9955 vsize=26000852 memory=139883457181312 CPUtime=0 cores=0-7
/proc/9958/task/9962/stat : 9962 (java) S 9955 9958 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178915902 26624872448 8139 33554432000 4194304 4196468 140736090770816 140606411475216 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9963] ppid=9955 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9963/stat : 9963 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915902 26624872448 8139 33554432000 4194304 4196468 140736090770816 140606410422928 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9964] ppid=9955 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9964/stat : 9964 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915902 26624872448 8139 33554432000 4194304 4196468 140736090770816 140606409370128 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9965] ppid=9955 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9965/stat : 9965 (java) S 9955 9958 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178915902 26624872448 8139 33554432000 4194304 4196468 140736090770816 140606408317840 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9966] ppid=9955 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/9958/task/9966/stat : 9966 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915902 26624872448 8139 33554432000 4194304 4196468 140736090770816 140606407265040 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9967] ppid=9955 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9967/stat : 9967 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915902 26624872448 8139 33554432000 4194304 4196468 140736090770816 140606406212752 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9968] ppid=9955 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9968/stat : 9968 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915902 26624872448 8139 33554432000 4194304 4196468 140736090770816 140606405159952 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9969] ppid=9955 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9969/stat : 9969 (java) S 9955 9958 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178915903 26624872448 8139 33554432000 4194304 4196468 140736090770816 140606363273328 140606853835394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9970] ppid=9955 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9970/stat : 9970 (java) S 9955 9958 8124 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178915904 26624872448 8139 33554432000 4194304 4196468 140736090770816 140606362219296 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9971] ppid=9955 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9971/stat : 9971 (java) S 9955 9958 8124 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178915904 26624872448 8139 33554432000 4194304 4196468 140736090770816 140606361166960 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9972] ppid=9955 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9972/stat : 9972 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915906 26624872448 8139 33554432000 4194304 4196468 140736090770816 140606360115280 140606853842843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9973] ppid=9955 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9973/stat : 9973 (java) S 9955 9958 8124 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 20 0 178915907 26624872448 8139 33554432000 4194304 4196468 140736090770816 140606359063152 140606853835394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9974] ppid=9955 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9974/stat : 9974 (java) S 9955 9958 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178915907 26624872448 8139 33554432000 4194304 4196468 140736090770816 140606111246832 140606853835394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9975] ppid=9955 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9975/stat : 9975 (java) S 9955 9958 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178915907 26624872448 8139 33554432000 4194304 4196468 140736090770816 140606110194544 140606853835394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9976] ppid=9955 vsize=26000852 memory=0 CPUtime=0.02 cores=0-7
/proc/9958/task/9976/stat : 9976 (java) S 9955 9958 8124 0 -1 1077944384 375 0 0 0 2 0 0 0 20 0 20 0 178915907 26624872448 8139 33554432000 4194304 4196468 140736090770816 140606109141744 140606853835394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9977] ppid=9955 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9977/stat : 9977 (java) S 9955 9958 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178915907 26624872448 8139 33554432000 4194304 4196468 140736090770816 140606108088672 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9978] ppid=9955 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/9958/task/9978/stat : 9978 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915907 26624872448 8139 33554432000 4194304 4196468 140736090770816 140606107035952 140606853835394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 32556 KiB

[startup+0.210549 s]*
/proc/loadavg: 4.28 2.22 1.52 2/200 9978
/proc/meminfo: memFree=23644016/32770624 swapFree=67108860/67108860
[pid=9958] ppid=9955 vsize=26000852 memory=41432 CPUtime=0.29 cores=0-7
/proc/9958/stat : 9958 (java) S 9955 9958 8124 0 -1 1077944320 9532 0 0 0 27 2 0 0 20 0 20 0 178915901 26624872448 10358 33554432000 4194304 4196468 140736090770816 140736090753360 140606853824247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
/proc/9958/statm: 6500213 10358 3579 1 0 6487932 0
[pid=9958/tid=9960] ppid=9955 vsize=26000852 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/9958/task/9960/stat : 9960 (java) R 9955 9958 8124 0 -1 4202560 7119 0 0 0 17 2 0 0 20 0 20 0 178915901 26624872448 10358 33554432000 4194304 4196468 140736090770816 140606858049328 140606837904764 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9961] ppid=9955 vsize=26000852 memory=9419 CPUtime=0 cores=0-7
/proc/9958/task/9961/stat : 9961 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915902 26624872448 10358 33554432000 4194304 4196468 140736090770816 140606761384336 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9962] ppid=9955 vsize=26000852 memory=139883457190040 CPUtime=0 cores=0-7
/proc/9958/task/9962/stat : 9962 (java) S 9955 9958 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178915902 26624872448 10358 33554432000 4194304 4196468 140736090770816 140606411475216 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9963] ppid=9955 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/9958/task/9963/stat : 9963 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915902 26624872448 10358 33554432000 4194304 4196468 140736090770816 140606410422928 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9964] ppid=9955 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9964/stat : 9964 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915902 26624872448 10358 33554432000 4194304 4196468 140736090770816 140606409370128 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9965] ppid=9955 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9965/stat : 9965 (java) S 9955 9958 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178915902 26624872448 10358 33554432000 4194304 4196468 140736090770816 140606408317840 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9966] ppid=9955 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/9958/task/9966/stat : 9966 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915902 26624872448 10358 33554432000 4194304 4196468 140736090770816 140606407265040 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9967] ppid=9955 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9967/stat : 9967 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915902 26624872448 10358 33554432000 4194304 4196468 140736090770816 140606406212752 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9968] ppid=9955 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9968/stat : 9968 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915902 26624872448 10358 33554432000 4194304 4196468 140736090770816 140606405159952 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9969] ppid=9955 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9969/stat : 9969 (java) S 9955 9958 8124 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178915903 26624872448 10358 33554432000 4194304 4196468 140736090770816 140606363273328 140606853835394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9970] ppid=9955 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9970/stat : 9970 (java) S 9955 9958 8124 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178915904 26624872448 10358 33554432000 4194304 4196468 140736090770816 140606362219296 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9971] ppid=9955 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9971/stat : 9971 (java) S 9955 9958 8124 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178915904 26624872448 10358 33554432000 4194304 4196468 140736090770816 140606361166960 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9972] ppid=9955 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9972/stat : 9972 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915906 26624872448 10358 33554432000 4194304 4196468 140736090770816 140606360115280 140606853842843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9973] ppid=9955 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/9958/task/9973/stat : 9973 (java) S 9955 9958 8124 0 -1 1077944384 323 0 0 0 1 0 0 0 20 0 20 0 178915907 26624872448 10358 33554432000 4194304 4196468 140736090770816 140606359063152 140606853835394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9974] ppid=9955 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/9958/task/9974/stat : 9974 (java) S 9955 9958 8124 0 -1 1077944384 179 0 0 0 1 0 0 0 20 0 20 0 178915907 26624872448 10358 33554432000 4194304 4196468 140736090770816 140606111246832 140606853835394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9975] ppid=9955 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/9958/task/9975/stat : 9975 (java) R 9955 9958 8124 0 -1 1077944384 126 0 0 0 1 0 0 0 20 0 20 0 178915907 26624872448 10358 33554432000 4194304 4196468 140736090770816 140606110194544 140606853835394 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9976] ppid=9955 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/9958/task/9976/stat : 9976 (java) R 9955 9958 8124 0 -1 4202560 407 0 0 0 5 0 0 0 20 0 20 0 178915907 26624872448 10358 33554432000 4194304 4196468 140736090770816 140606109141744 140606853836182 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9977] ppid=9955 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9977/stat : 9977 (java) S 9955 9958 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178915907 26624872448 10358 33554432000 4194304 4196468 140736090770816 140606108088672 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9978] ppid=9955 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/9958/task/9978/stat : 9978 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915907 26624872448 10358 33554432000 4194304 4196468 140736090770816 140606107035952 140606853835394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 41432 KiB

[startup+0.310158 s]*
/proc/loadavg: 4.28 2.22 1.52 2/200 9978
/proc/meminfo: memFree=23636972/32770624 swapFree=67108860/67108860
[pid=9958] ppid=9955 vsize=26000872 memory=49360 CPUtime=0.48 cores=0-7
/proc/9958/stat : 9958 (java) S 9955 9958 8124 0 -1 1077944320 10620 0 0 0 45 3 0 0 20 0 20 0 178915901 26624892928 12340 33554432000 4194304 4196468 140736090770816 140736090753360 140606853824247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
/proc/9958/statm: 6500218 12340 3712 1 0 6487932 0
[pid=9958/tid=9960] ppid=9955 vsize=26000872 memory=8112282956445269571 CPUtime=0.3 cores=0-7
/proc/9958/task/9960/stat : 9960 (java) R 9955 9958 8124 0 -1 4202560 7729 0 0 0 27 3 0 0 20 0 20 0 178915901 26624892928 12340 33554432000 4194304 4196468 140736090770816 140606858046192 140606837208038 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9961] ppid=9955 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9961/stat : 9961 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915902 26624892928 12340 33554432000 4194304 4196468 140736090770816 140606761384336 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9962] ppid=9955 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9962/stat : 9962 (java) S 9955 9958 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178915902 26624892928 12340 33554432000 4194304 4196468 140736090770816 140606411475216 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9963] ppid=9955 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9963/stat : 9963 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915902 26624892928 12340 33554432000 4194304 4196468 140736090770816 140606410422928 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9964] ppid=9955 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9964/stat : 9964 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915902 26624892928 12340 33554432000 4194304 4196468 140736090770816 140606409370128 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9965] ppid=9955 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/9958/task/9965/stat : 9965 (java) S 9955 9958 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178915902 26624892928 12340 33554432000 4194304 4196468 140736090770816 140606408317840 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9966] ppid=9955 vsize=26000872 memory=139883326829487 CPUtime=0 cores=0-7
/proc/9958/task/9966/stat : 9966 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915902 26624892928 12340 33554432000 4194304 4196468 140736090770816 140606407265040 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9967] ppid=9955 vsize=26000872 memory=139883326831792 CPUtime=0 cores=0-7
/proc/9958/task/9967/stat : 9967 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915902 26624892928 12340 33554432000 4194304 4196468 140736090770816 140606406212752 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9968] ppid=9955 vsize=26000872 memory=139883326834096 CPUtime=0 cores=0-7
/proc/9958/task/9968/stat : 9968 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915902 26624892928 12340 33554432000 4194304 4196468 140736090770816 140606405159952 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9969] ppid=9955 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9969/stat : 9969 (java) S 9955 9958 8124 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178915903 26624892928 12340 33554432000 4194304 4196468 140736090770816 140606363273328 140606853835394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9970] ppid=9955 vsize=26000872 memory=279766653675152 CPUtime=0 cores=0-7
/proc/9958/task/9970/stat : 9970 (java) S 9955 9958 8124 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178915904 26624892928 12340 33554432000 4194304 4196468 140736090770816 140606362219296 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9971] ppid=9955 vsize=26000872 memory=279766653682064 CPUtime=0 cores=0-7
/proc/9958/task/9971/stat : 9971 (java) S 9955 9958 8124 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178915904 26624892928 12340 33554432000 4194304 4196468 140736090770816 140606361166960 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9972] ppid=9955 vsize=26000872 memory=279766653623344 CPUtime=0 cores=0-7
/proc/9958/task/9972/stat : 9972 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915906 26624892928 12340 33554432000 4194304 4196468 140736090770816 140606360115280 140606853842843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9973] ppid=9955 vsize=26000872 memory=279766653695888 CPUtime=0.02 cores=0-7
/proc/9958/task/9973/stat : 9973 (java) S 9955 9958 8124 0 -1 1077944384 498 0 0 0 2 0 0 0 20 0 20 0 178915907 26624892928 12340 33554432000 4194304 4196468 140736090770816 140606359063152 140606853835394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9974] ppid=9955 vsize=26000872 memory=279766653702800 CPUtime=0.03 cores=0-7
/proc/9958/task/9974/stat : 9974 (java) S 9955 9958 8124 0 -1 1077944384 405 0 0 0 3 0 0 0 20 0 20 0 178915907 26624892928 12340 33554432000 4194304 4196468 140736090770816 140606111246832 140606853835394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9975] ppid=9955 vsize=26000872 memory=279766653700496 CPUtime=0.03 cores=0-7
/proc/9958/task/9975/stat : 9975 (java) S 9955 9958 8124 0 -1 1077944384 188 0 0 0 3 0 0 0 20 0 20 0 178915907 26624892928 12340 33554432000 4194304 4196468 140736090770816 140606110194544 140606853835394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9976] ppid=9955 vsize=26000872 memory=279766653717104 CPUtime=0.08 cores=0-7
/proc/9958/task/9976/stat : 9976 (java) S 9955 9958 8124 0 -1 1077944384 421 0 0 0 8 0 0 0 20 0 20 0 178915907 26624892928 12340 33554432000 4194304 4196468 140736090770816 140606109141744 140606853835394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9977] ppid=9955 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9977/stat : 9977 (java) S 9955 9958 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178915907 26624892928 12340 33554432000 4194304 4196468 140736090770816 140606108088672 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9978] ppid=9955 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/9958/task/9978/stat : 9978 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915907 26624892928 12340 33554432000 4194304 4196468 140736090770816 140606107035952 140606853835394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 49360 KiB

[startup+0.700885 s]
/proc/loadavg: 4.28 2.22 1.52 2/200 9978
/proc/meminfo: memFree=23623944/32770624 swapFree=67108860/67108860
[pid=9958] ppid=9955 vsize=26004968 memory=79840 CPUtime=1.08 cores=0-7
/proc/9958/stat : 9958 (java) S 9955 9958 8124 0 -1 1077944320 13092 0 0 0 103 5 0 0 20 0 20 0 178915901 26629087232 19960 33554432000 4194304 4196468 140736090770816 140736090753360 140606853824247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
/proc/9958/statm: 6501242 19960 3750 1 0 6488956 0
[pid=9958/tid=9960] ppid=9955 vsize=26004968 memory=0 CPUtime=0.67 cores=0-7
/proc/9958/task/9960/stat : 9960 (java) R 9955 9958 8124 0 -1 4202560 9629 0 0 0 63 4 0 0 20 0 20 0 178915901 26629087232 19960 33554432000 4194304 4196468 140736090770816 140606858034832 140606832269857 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9961] ppid=9955 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9961/stat : 9961 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915902 26629087232 19960 33554432000 4194304 4196468 140736090770816 140606761384336 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9962] ppid=9955 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9962/stat : 9962 (java) S 9955 9958 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178915902 26629087232 19960 33554432000 4194304 4196468 140736090770816 140606411475216 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9963] ppid=9955 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9963/stat : 9963 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915902 26629087232 19960 33554432000 4194304 4196468 140736090770816 140606410422928 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9964] ppid=9955 vsize=26004968 memory=792 CPUtime=0 cores=0-7
/proc/9958/task/9964/stat : 9964 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915902 26629087232 19960 33554432000 4194304 4196468 140736090770816 140606409370128 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9965] ppid=9955 vsize=26004968 memory=948 CPUtime=0 cores=0-7
/proc/9958/task/9965/stat : 9965 (java) S 9955 9958 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178915902 26629087232 19960 33554432000 4194304 4196468 140736090770816 140606408317840 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9966] ppid=9955 vsize=26004968 memory=10768 CPUtime=0 cores=0-7
/proc/9958/task/9966/stat : 9966 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915902 26629087232 19960 33554432000 4194304 4196468 140736090770816 140606407265040 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9967] ppid=9955 vsize=26004968 memory=1204 CPUtime=0 cores=0-7
/proc/9958/task/9967/stat : 9967 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915902 26629087232 19960 33554432000 4194304 4196468 140736090770816 140606406212752 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9968] ppid=9955 vsize=26004968 memory=15828 CPUtime=0 cores=0-7
/proc/9958/task/9968/stat : 9968 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915902 26629087232 19960 33554432000 4194304 4196468 140736090770816 140606405159952 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9969] ppid=9955 vsize=26004968 memory=15796 CPUtime=0 cores=0-7
/proc/9958/task/9969/stat : 9969 (java) S 9955 9958 8124 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178915903 26629087232 19960 33554432000 4194304 4196468 140736090770816 140606363273328 140606853835394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0

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

[startup+1.20265 s]
# the end of solver process 9958 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.26227 s, system=0.130062 s

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

[startup+0.803158 s]
/proc/loadavg: 4.28 2.22 1.52 2/200 9978
/proc/meminfo: memFree=23623944/32770624 swapFree=67108860/67108860
[pid=9958] ppid=9955 vsize=26007016 memory=86400 CPUtime=1.28 cores=0-7
/proc/9958/stat : 9958 (java) S 9955 9958 8124 0 -1 1077944320 13667 0 0 0 122 6 0 0 20 0 20 0 178915901 26631184384 21600 33554432000 4194304 4196468 140736090770816 140736090753360 140606853824247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
/proc/9958/statm: 6501754 21600 3767 1 0 6489468 0
[pid=9958/tid=9960] ppid=9955 vsize=26007016 memory=13160 CPUtime=0.77 cores=0-7
/proc/9958/task/9960/stat : 9960 (java) R 9955 9958 8124 0 -1 4202560 10038 0 0 0 73 4 0 0 20 0 20 0 178915901 26631184384 21600 33554432000 4194304 4196468 140736090770816 140606858056448 140606444648881 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9961] ppid=9955 vsize=26007016 memory=792 CPUtime=0 cores=0-7
/proc/9958/task/9961/stat : 9961 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915902 26631184384 21600 33554432000 4194304 4196468 140736090770816 140606761384336 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9962] ppid=9955 vsize=26007016 memory=948 CPUtime=0 cores=0-7
/proc/9958/task/9962/stat : 9962 (java) S 9955 9958 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178915902 26631184384 21600 33554432000 4194304 4196468 140736090770816 140606411475216 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9963] ppid=9955 vsize=26007016 memory=10768 CPUtime=0 cores=0-7
/proc/9958/task/9963/stat : 9963 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915902 26631184384 21600 33554432000 4194304 4196468 140736090770816 140606410422928 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9964] ppid=9955 vsize=26007016 memory=1204 CPUtime=0 cores=0-7
/proc/9958/task/9964/stat : 9964 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915902 26631184384 21600 33554432000 4194304 4196468 140736090770816 140606409370128 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9965] ppid=9955 vsize=26007016 memory=15828 CPUtime=0 cores=0-7
/proc/9958/task/9965/stat : 9965 (java) S 9955 9958 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178915902 26631184384 21600 33554432000 4194304 4196468 140736090770816 140606408317840 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9966] ppid=9955 vsize=26007016 memory=15796 CPUtime=0 cores=0-7
/proc/9958/task/9966/stat : 9966 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915902 26631184384 21600 33554432000 4194304 4196468 140736090770816 140606407265040 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9967] ppid=9955 vsize=26007016 memory=4048 CPUtime=0 cores=0-7
/proc/9958/task/9967/stat : 9967 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915902 26631184384 21600 33554432000 4194304 4196468 140736090770816 140606406212752 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9968] ppid=9955 vsize=26007016 memory=279766653685200 CPUtime=0 cores=0-7
/proc/9958/task/9968/stat : 9968 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915902 26631184384 21600 33554432000 4194304 4196468 140736090770816 140606405159952 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9969] ppid=9955 vsize=26007016 memory=279766653472272 CPUtime=0 cores=0-7
/proc/9958/task/9969/stat : 9969 (java) S 9955 9958 8124 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178915903 26631184384 21600 33554432000 4194304 4196468 140736090770816 140606363273328 140606853835394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9970] ppid=9955 vsize=26007016 memory=279766653472144 CPUtime=0 cores=0-7
/proc/9958/task/9970/stat : 9970 (java) S 9955 9958 8124 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178915904 26631184384 21600 33554432000 4194304 4196468 140736090770816 140606362219296 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9971] ppid=9955 vsize=26007016 memory=164 CPUtime=0 cores=0-7
/proc/9958/task/9971/stat : 9971 (java) S 9955 9958 8124 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178915904 26631184384 21600 33554432000 4194304 4196468 140736090770816 140606361166960 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9972] ppid=9955 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9972/stat : 9972 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915906 26631184384 21600 33554432000 4194304 4196468 140736090770816 140606360115280 140606853842843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9973] ppid=9955 vsize=26007016 memory=0 CPUtime=0.04 cores=0-7
/proc/9958/task/9973/stat : 9973 (java) S 9955 9958 8124 0 -1 1077944384 514 0 0 0 4 0 0 0 20 0 20 0 178915907 26631184384 21600 33554432000 4194304 4196468 140736090770816 140606359063152 140606853835394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9974] ppid=9955 vsize=26007016 memory=0 CPUtime=0.1 cores=0-7
/proc/9958/task/9974/stat : 9974 (java) S 9955 9958 8124 0 -1 1077944384 545 0 0 0 10 0 0 0 20 0 20 0 178915907 26631184384 21600 33554432000 4194304 4196468 140736090770816 140606111246832 140606853835394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9975] ppid=9955 vsize=26007016 memory=0 CPUtime=0.1 cores=0-7
/proc/9958/task/9975/stat : 9975 (java) R 9955 9958 8124 0 -1 1077944384 379 0 0 0 10 0 0 0 20 0 20 0 178915907 26631184384 21600 33554432000 4194304 4196468 140736090770816 140606110194544 140606853835394 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9976] ppid=9955 vsize=26007016 memory=0 CPUtime=0.22 cores=0-7
/proc/9958/task/9976/stat : 9976 (java) R 9955 9958 8124 0 -1 4202560 809 0 0 0 22 0 0 0 20 0 20 0 178915907 26631184384 21600 33554432000 4194304 4196468 140736090770816 140606109136784 140606853836182 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9977] ppid=9955 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9977/stat : 9977 (java) S 9955 9958 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178915907 26631184384 21600 33554432000 4194304 4196468 140736090770816 140606108088672 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9978] ppid=9955 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9978/stat : 9978 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915907 26631184384 21600 33554432000 4194304 4196468 140736090770816 140606107035952 140606853835394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 26007016 KiB
Current children cumulated memory: 86400 KiB

[startup+1.00086 s]*
/proc/loadavg: 4.28 2.22 1.52 2/202 9980
/proc/meminfo: memFree=23576528/32770624 swapFree=67108860/67108860
[pid=9958] ppid=9955 vsize=26142192 memory=112756 CPUtime=1.71 cores=0-7
/proc/9958/stat : 9958 (java) S 9955 9958 8124 0 -1 1077944320 16280 0 0 0 163 8 0 0 20 0 22 0 178915901 26769604608 28189 33554432000 4194304 4196468 140736090770816 140736090753360 140606853824247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
/proc/9958/statm: 6535548 28189 3788 1 0 6523262 0
[pid=9958/tid=9960] ppid=9955 vsize=26142192 memory=0 CPUtime=0.98 cores=0-7
/proc/9958/task/9960/stat : 9960 (java) R 9955 9958 8124 0 -1 4202560 11524 0 0 0 93 5 0 0 20 0 22 0 178915901 26769604608 28189 33554432000 4194304 4196468 140736090770816 140606858059504 140606853846173 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9961] ppid=9955 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9961/stat : 9961 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 178915902 26769604608 28189 33554432000 4194304 4196468 140736090770816 140606761384336 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9962] ppid=9955 vsize=26142192 memory=139883457181312 CPUtime=0 cores=0-7
/proc/9958/task/9962/stat : 9962 (java) S 9955 9958 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 178915902 26769604608 28189 33554432000 4194304 4196468 140736090770816 140606411475216 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9963] ppid=9955 vsize=26142192 memory=139883326768783 CPUtime=0 cores=0-7
/proc/9958/task/9963/stat : 9963 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 178915902 26769604608 28189 33554432000 4194304 4196468 140736090770816 140606410422928 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9964] ppid=9955 vsize=26142192 memory=241925651 CPUtime=0 cores=0-7
/proc/9958/task/9964/stat : 9964 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 178915902 26769604608 28189 33554432000 4194304 4196468 140736090770816 140606409370128 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9965] ppid=9955 vsize=26142192 memory=7588673473498735959 CPUtime=0 cores=0-7
/proc/9958/task/9965/stat : 9965 (java) S 9955 9958 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 178915902 26769604608 28189 33554432000 4194304 4196468 140736090770816 140606408317840 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9966] ppid=9955 vsize=26142192 memory=3473455227061022775 CPUtime=0 cores=0-7
/proc/9958/task/9966/stat : 9966 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 178915902 26769604608 28189 33554432000 4194304 4196468 140736090770816 140606407265040 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9967] ppid=9955 vsize=26142192 memory=7444843076533644388 CPUtime=0 cores=0-7
/proc/9958/task/9967/stat : 9967 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 178915902 26769604608 28189 33554432000 4194304 4196468 140736090770816 140606406212752 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9968] ppid=9955 vsize=26142192 memory=8316850467074736180 CPUtime=0 cores=0-7
/proc/9958/task/9968/stat : 9968 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 178915902 26769604608 28189 33554432000 4194304 4196468 140736090770816 140606405159952 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9969] ppid=9955 vsize=26142192 memory=9423 CPUtime=0 cores=0-7
/proc/9958/task/9969/stat : 9969 (java) R 9955 9958 8124 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 178915903 26769604608 28189 33554432000 4194304 4196468 140736090770816 140606363273328 140606846541399 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9970] ppid=9955 vsize=26142192 memory=863342 CPUtime=0 cores=0-7
/proc/9958/task/9970/stat : 9970 (java) S 9955 9958 8124 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 22 0 178915904 26769604608 28189 33554432000 4194304 4196468 140736090770816 140606362219296 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9971] ppid=9955 vsize=26142192 memory=4137293581110450563 CPUtime=0 cores=0-7
/proc/9958/task/9971/stat : 9971 (java) S 9955 9958 8124 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 22 0 178915904 26769604608 28189 33554432000 4194304 4196468 140736090770816 140606361166960 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9972] ppid=9955 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9972/stat : 9972 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 178915906 26769604608 28189 33554432000 4194304 4196468 140736090770816 140606360115280 140606853842843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9973] ppid=9955 vsize=26142192 memory=0 CPUtime=0.07 cores=0-7
/proc/9958/task/9973/stat : 9973 (java) S 9955 9958 8124 0 -1 1077944384 605 0 0 0 7 0 0 0 20 0 22 0 178915907 26769604608 28189 33554432000 4194304 4196468 140736090770816 140606359063152 140606853835394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9974] ppid=9955 vsize=26142192 memory=0 CPUtime=0.14 cores=0-7
/proc/9958/task/9974/stat : 9974 (java) S 9955 9958 8124 0 -1 1077944384 614 0 0 0 14 0 0 0 20 0 22 0 178915907 26769604608 28189 33554432000 4194304 4196468 140736090770816 140606111246832 140606853835394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9975] ppid=9955 vsize=26142192 memory=0 CPUtime=0.17 cores=0-7
/proc/9958/task/9975/stat : 9975 (java) S 9955 9958 8124 0 -1 1077944384 1037 0 0 0 17 0 0 0 20 0 22 0 178915907 26769604608 28189 33554432000 4194304 4196468 140736090770816 140606110194544 140606853835394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9976] ppid=9955 vsize=26142192 memory=0 CPUtime=0.3 cores=0-7
/proc/9958/task/9976/stat : 9976 (java) S 9955 9958 8124 0 -1 1077944384 1074 0 0 0 30 0 0 0 20 0 22 0 178915907 26769604608 28189 33554432000 4194304 4196468 140736090770816 140606109141744 140606853835394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9977] ppid=9955 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9977/stat : 9977 (java) S 9955 9958 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 178915907 26769604608 28189 33554432000 4194304 4196468 140736090770816 140606108088672 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9978] ppid=9955 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9978/stat : 9978 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 178915907 26769604608 28189 33554432000 4194304 4196468 140736090770816 140606107035952 140606853835394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9979] ppid=9955 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9979/stat : 9979 (java) S 9955 9958 8124 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 22 0 178915984 26769604608 28189 33554432000 4194304 4196468 140736090770816 140606096745344 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9980] ppid=9955 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9980/stat : 9980 (java) S 9955 9958 8124 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 22 0 178915996 26769604608 28189 33554432000 4194304 4196468 140736090770816 140606093595472 140606853835394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 26142192 KiB
Current children cumulated memory: 112756 KiB

[startup+1.12005 s]
/proc/loadavg: 4.28 2.22 1.52 2/202 9980
/proc/meminfo: memFree=23576528/32770624 swapFree=67108860/67108860
[pid=9958] ppid=9955 vsize=26943008 memory=146136 CPUtime=2.06 cores=0-7
/proc/9958/stat : 9958 (java) S 9955 9958 8124 0 -1 1077944320 19405 0 0 0 196 10 0 0 20 0 34 0 178915901 27589640192 36534 33554432000 4194304 4196468 140736090770816 140736090753360 140606853824247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
/proc/9958/statm: 6735752 36534 3790 1 0 6723466 0
[pid=9958/tid=9960] ppid=9955 vsize=26943008 memory=0 CPUtime=1.05 cores=0-7
/proc/9958/task/9960/stat : 9960 (java) S 9955 9958 8124 0 -1 1077944384 12846 0 0 0 100 5 0 0 20 0 34 0 178915901 27589640192 36534 33554432000 4194304 4196468 140736090770816 140606858061632 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9961] ppid=9955 vsize=26943008 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9961/stat : 9961 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 178915902 27589640192 36534 33554432000 4194304 4196468 140736090770816 140606761384336 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9962] ppid=9955 vsize=26943008 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9962/stat : 9962 (java) S 9955 9958 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 178915902 27589640192 36534 33554432000 4194304 4196468 140736090770816 140606411475216 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9963] ppid=9955 vsize=26943008 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9963/stat : 9963 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 178915902 27589640192 36534 33554432000 4194304 4196468 140736090770816 140606410422928 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9964] ppid=9955 vsize=26943008 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9964/stat : 9964 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 178915902 27589640192 36534 33554432000 4194304 4196468 140736090770816 140606409370128 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9965] ppid=9955 vsize=26943008 memory=79840 CPUtime=0 cores=0-7
/proc/9958/task/9965/stat : 9965 (java) S 9955 9958 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 34 0 178915902 27589640192 36534 33554432000 4194304 4196468 140736090770816 140606408317840 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9966] ppid=9955 vsize=26943008 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9966/stat : 9966 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 178915902 27589640192 36534 33554432000 4194304 4196468 140736090770816 140606407265040 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9967] ppid=9955 vsize=26943008 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9967/stat : 9967 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 178915902 27589640192 36534 33554432000 4194304 4196468 140736090770816 140606406212752 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9968] ppid=9955 vsize=26943008 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9968/stat : 9968 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 178915902 27589640192 36534 33554432000 4194304 4196468 140736090770816 140606405159952 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9969] ppid=9955 vsize=26943008 memory=0 CPUtime=0 cores=0-7
/proc/9958/task/9969/stat : 9969 (java) S 9955 9958 8124 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 34 0 178915903 27589640192 36534 33554432000 4194304 4196468 140736090770816 140606363273328 140606853835394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9970] ppid=9955 vsize=26943008 memory=792 CPUtime=0 cores=0-7
/proc/9958/task/9970/stat : 9970 (java) S 9955 9958 8124 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 34 0 178915904 27589640192 36534 33554432000 4194304 4196468 140736090770816 140606362219296 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9971] ppid=9955 vsize=26943008 memory=948 CPUtime=0 cores=0-7
/proc/9958/task/9971/stat : 9971 (java) S 9955 9958 8124 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 178915904 27589640192 36534 33554432000 4194304 4196468 140736090770816 140606361166960 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9972] ppid=9955 vsize=26943008 memory=10768 CPUtime=0 cores=0-7
/proc/9958/task/9972/stat : 9972 (java) S 9955 9958 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 178915906 27589640192 36534 33554432000 4194304 4196468 140736090770816 140606360115280 140606853842843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9973] ppid=9955 vsize=26943008 memory=1204 CPUtime=0.07 cores=0-7
/proc/9958/task/9973/stat : 9973 (java) R 9955 9958 8124 0 -1 1077944384 705 0 0 0 7 0 0 0 20 0 34 0 178915907 27589640192 36534 33554432000 4194304 4196468 140736090770816 140606359063152 140606853835394 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9974] ppid=9955 vsize=26943008 memory=15828 CPUtime=0.15 cores=0-7
/proc/9958/task/9974/stat : 9974 (java) R 9955 9958 8124 0 -1 4202560 694 0 0 0 15 0 0 0 20 0 34 0 178915907 27589640192 36534 33554432000 4194304 4196468 140736090770816 140606111227848 140606846541399 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9975] ppid=9955 vsize=26943008 memory=15796 CPUtime=0.19 cores=0-7
/proc/9958/task/9975/stat : 9975 (java) S 9955 9958 8124 0 -1 1077944384 1089 0 0 0 18 1 0 0 20 0 34 0 178915907 27589640192 36534 33554432000 4194304 4196468 140736090770816 140606110194672 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9976] ppid=9955 vsize=26943008 memory=4048 CPUtime=0.33 cores=0-7
/proc/9958/task/9976/stat : 9976 (java) S 9955 9958 8124 0 -1 1077944384 1285 0 0 0 33 0 0 0 20 0 34 0 178915907 27589640192 36534 33554432000 4194304 4196468 140736090770816 140606109141744 140606853835394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9977] ppid=9955 vsize=26943008 memory=27032 CPUtime=0 cores=0-7
/proc/9958/task/9977/stat : 9977 (java) S 9955 9958 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 178915907 27589640192 36534 33554432000 4194304 4196468 140736090770816 140606108088672 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9978] ppid=9955 vsize=26943008 memory=1232 CPUtime=0 cores=0-7
/proc/9958/task/9978/stat : 9978 (java) S 9955 9958 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 178915907 27589640192 36534 33554432000 4194304 4196468 140736090770816 140606107035952 140606853835394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9979] ppid=9955 vsize=26943008 memory=1792 CPUtime=0 cores=0-7
/proc/9958/task/9979/stat : 9979 (java) S 9955 9958 8124 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 34 0 178915984 27589640192 36534 33554432000 4194304 4196468 140736090770816 140606096745344 140606853834453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
[pid=9958/tid=9980] ppid=9955 vsize=26943008 memory=55 CPUtime=0 cores=0-7
/proc/9958/task/9980/stat : 9980 (java) R 9955 9958 8124 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 34 0 178915996 27589640192 36534 33554432000 4194304 4196468 140736090770816 140606093595472 140606853835394 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23388160 140736090776675 140736090776859 140736090776859 140736090779599 0
Current children cumulated CPU time: 2.06 s
Current children cumulated vsize: 26943008 KiB
Current children cumulated memory: 146136 KiB

Child status: 0
Real time (s): 1.20272
CPU time (s): 2.39234
CPU user time (s): 2.26227
CPU system time (s): 0.130062
CPU usage (%): 198.911
Max. virtual memory (cumulated for all children) (KiB): 26943008
Max. memory (cumulated for all children) (KiB): 146136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.26227
system time used= 0.130062
maximum resident set size= 163536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24332
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= 3897
involuntary context switches= 17


# summary of solver processes directly reported to runsolver:
#   pid: 9958
#   total CPU time (s): 2.39234
#   total CPU user time (s): 2.26227
#   total CPU system time (s): 0.130062

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.032671 second user time and 0.054111 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-23 05:03:42
IDJOB=4285118
IDBENCH=139166
IDSOLVER=2681
FILE ID=node114/4285118-1503458283
RUNJOBID= node114-1503449773-8151
PBS_JOBID= 20632162
Free space on /tmp= 61024 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/CryptoPuzzle/CryptoPuzzle-m1-s1/CryptoPuzzle-summer-school-coolest.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4285118-1503458283/watcher-4285118-1503458283 -o /tmp/evaluation-result-4285118-1503458283/solver-4285118-1503458283 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1503449773-8151 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 20555395 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285118-1503458283.xml

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

MD5SUM BENCH= 555d6e0ee5aa3949136a27d145c75cc2
RANDOM SEED=20555395

node114.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	: 5332.98
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	: 5332.98
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	: 5332.98
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	: 5332.98
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:        23672060 kB
MemAvailable:   31940996 kB
Buffers:          181372 kB
Cached:          8368996 kB
SwapCached:            0 kB
Active:          2661276 kB
Inactive:        5944752 kB
Active(anon):       6764 kB
Inactive(anon):    93520 kB
Active(file):    2654512 kB
Inactive(file):  5851232 kB
Unevictable:        7248 kB
Mlocked:            7248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42224 kB
Writeback:             0 kB
AnonPages:         61144 kB
Mapped:            54584 kB
Shmem:             41608 kB
Slab:             185148 kB
SReclaimable:     158052 kB
SUnreclaim:        27096 kB
KernelStack:        3248 kB
PageTables:         4908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     342428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 60984 MiB
End job on node114 at 2017-08-23 05:03:44