Trace number 4312333

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
OscaR - Conflict Ordering with restarts 2018-08-17OPT545 3.01944 1.53239

General information on the benchmark

NameMario/
Mario-easy-4_c18.xml
MD5SUM5cffdbc8485328962942cd612d77bced
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark545
Best CPU time to get the best result obtained on this benchmark2.85103
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints31
Number of domains29
Minimum domain size1
Maximum domain size15
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":13},{"size":14,"count":3},{"size":15,"count":27}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":29},{"degree":3,"count":14}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":28},{"arity":15,"count":2}]
Number of extensional constraints15
Number of intensional constraints14
Distribution of constraint types[{"type":"extension","count":15},{"type":"intension","count":14},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.67/0.55	c version: 2018-08-17
0.67/0.56	c seed: 1829555432
0.67/0.56	c timeout: 252
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.58	c Parsing instance...
1.77/1.14	c Parsing done, starting search...
1.77/1.18	o 252
1.77/1.19	o 370
1.77/1.19	o 375
1.77/1.19	o 422
1.77/1.19	o 427
1.77/1.20	o 433
2.03/1.21	o 493
2.03/1.22	o 495
2.03/1.25	o 496
2.03/1.27	o 499
2.36/1.31	o 501
2.66/1.49	o 518
2.66/1.49	o 545
2.96/1.51	s OPTIMUM FOUND
2.96/1.51	v <instantiation>
2.96/1.51	v 	<list>
2.96/1.51	v 		s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14]
2.96/1.51	v 	</list>
2.96/1.51	v 	<values>
2.96/1.51	v 		4 0 7 8 12 14 13 6 9 2 1 11 5 10 3 111 0 136 340 281 7 180 21 115 302 4 0 255 18 189 0 0 3 58 67 5 11 46 62 27 92 0 52 60 62 
2.96/1.51	v 	</values>
2.96/1.51	v </instantiation>

Verifier Data

OK	545

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312333-1534570056/watcher-4312333-1534570056 -o /tmp/evaluation-result-4312333-1534570056/solver-4312333-1534570056 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534568568-26366 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1829555432 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312333-1534570056.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=28069, runsolver pid=28066
Current StackSize limit: 8192 KiB


[startup+0.100137 s]*
/proc/loadavg: 1.47 1.75 1.70 3/215 28084
/proc/meminfo: memFree=21928756/32770624 swapFree=67108500/67108860
[pid=28069] ppid=28066 vsize=14082736 memory=30704 CPUtime=0.12 cores=1,3,5,7
/proc/28069/stat : 28069 (java) S 28066 28069 22827 0 -1 1077944320 6592 0 0 0 11 1 0 0 20 0 15 0 274568807 14420721664 7676 33554432000 4194304 4196468 140721666773120 140721666755664 139660520787703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
/proc/28069/statm: 3520684 7676 3156 1 0 3482761 0
[pid=28069/tid=28071] ppid=28066 vsize=14082736 memory=-8773748148830115196 CPUtime=0.09 cores=1,3,5,7
/proc/28069/task/28071/stat : 28071 (java) R 28066 28069 22827 0 -1 4202560 4636 0 0 0 8 1 0 0 20 0 15 0 274568807 14420721664 7676 33554432000 4194304 4196468 140721666773120 139660525026016 139660502352673 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28072] ppid=28066 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28072/stat : 28072 (java) S 28066 28069 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274568808 14420721664 7676 33554432000 4194304 4196468 140721666773120 139660116892176 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28073] ppid=28066 vsize=14082736 memory=140185184355968 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28073/stat : 28073 (java) S 28066 28069 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274568808 14420721664 7676 33554432000 4194304 4196468 140721666773120 139660115839632 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28074] ppid=28066 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28074/stat : 28074 (java) S 28066 28069 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274568808 14420721664 7676 33554432000 4194304 4196468 140721666773120 139660114786576 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28075] ppid=28066 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28075/stat : 28075 (java) S 28066 28069 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274568808 14420721664 7676 33554432000 4194304 4196468 140721666773120 139660113734032 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28076] ppid=28066 vsize=14082736 memory=140185184355968 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28076/stat : 28076 (java) S 28066 28069 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274568810 14420721664 7676 33554432000 4194304 4196468 140721666773120 139659635157744 139660520798850 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28077] ppid=28066 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28077/stat : 28077 (java) S 28066 28069 22827 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274568810 14420721664 7676 33554432000 4194304 4196468 140721666773120 139659634103968 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28078] ppid=28066 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28078/stat : 28078 (java) S 28066 28069 22827 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274568810 14420721664 7676 33554432000 4194304 4196468 140721666773120 139659633050864 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28079] ppid=28066 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28079/stat : 28079 (java) S 28066 28069 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274568813 14420721664 7676 33554432000 4194304 4196468 140721666773120 139659631999440 139660520806299 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28080] ppid=28066 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28080/stat : 28080 (java) S 28066 28069 22827 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 274568813 14420721664 7676 33554432000 4194304 4196468 140721666773120 139659630946544 139660520798850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28081] ppid=28066 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28081/stat : 28081 (java) S 28066 28069 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274568813 14420721664 7676 33554432000 4194304 4196468 140721666773120 139659629894000 139660520798850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28082] ppid=28066 vsize=14082736 memory=140185184355968 CPUtime=0.01 cores=1,3,5,7
/proc/28069/task/28082/stat : 28082 (java) S 28066 28069 22827 0 -1 1077944384 273 0 0 0 1 0 0 0 20 0 15 0 274568813 14420721664 7676 33554432000 4194304 4196468 140721666773120 139659628840944 139660520798850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28083] ppid=28066 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28083/stat : 28083 (java) S 28066 28069 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274568813 14420721664 7676 33554432000 4194304 4196468 140721666773120 139659627788640 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28084] ppid=28066 vsize=14082736 memory=140185184355968 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28084/stat : 28084 (java) S 28066 28069 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274568813 14420721664 7676 33554432000 4194304 4196468 140721666773120 139659626736688 139660520798850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30704 KiB

[startup+0.211419 s]*
/proc/loadavg: 1.47 1.75 1.70 6/215 28084
/proc/meminfo: memFree=21912988/32770624 swapFree=67108500/67108860
[pid=28069] ppid=28066 vsize=14082736 memory=47036 CPUtime=0.31 cores=1,3,5,7
/proc/28069/stat : 28069 (java) S 28066 28069 22827 0 -1 1077944320 10387 0 0 0 29 2 0 0 20 0 15 0 274568807 14420721664 11759 33554432000 4194304 4196468 140721666773120 140721666755664 139660520787703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
/proc/28069/statm: 3520684 11759 3364 1 0 3482761 0
[pid=28069/tid=28071] ppid=28066 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28069/task/28071/stat : 28071 (java) R 28066 28069 22827 0 -1 4202560 8088 0 0 0 19 1 0 0 20 0 15 0 274568807 14420721664 11759 33554432000 4194304 4196468 140721666773120 139660525015776 139660504831333 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28072] ppid=28066 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28072/stat : 28072 (java) S 28066 28069 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274568808 14420721664 11759 33554432000 4194304 4196468 140721666773120 139660116892176 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28073] ppid=28066 vsize=14082736 memory=140185185800216 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28073/stat : 28073 (java) S 28066 28069 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274568808 14420721664 11759 33554432000 4194304 4196468 140721666773120 139660115839632 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28074] ppid=28066 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28074/stat : 28074 (java) S 28066 28069 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274568808 14420721664 11759 33554432000 4194304 4196468 140721666773120 139660114786576 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28075] ppid=28066 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28075/stat : 28075 (java) S 28066 28069 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274568808 14420721664 11759 33554432000 4194304 4196468 140721666773120 139660113734032 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28076] ppid=28066 vsize=14082736 memory=140185184355968 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28076/stat : 28076 (java) S 28066 28069 22827 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274568810 14420721664 11759 33554432000 4194304 4196468 140721666773120 139659635157744 139660520798850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28077] ppid=28066 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28077/stat : 28077 (java) S 28066 28069 22827 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274568810 14420721664 11759 33554432000 4194304 4196468 140721666773120 139659634103968 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28078] ppid=28066 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28078/stat : 28078 (java) S 28066 28069 22827 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274568810 14420721664 11759 33554432000 4194304 4196468 140721666773120 139659633050864 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28079] ppid=28066 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28079/stat : 28079 (java) S 28066 28069 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274568813 14420721664 11759 33554432000 4194304 4196468 140721666773120 139659631999440 139660520806299 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28080] ppid=28066 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28069/task/28080/stat : 28080 (java) S 28066 28069 22827 0 -1 1077944384 497 0 0 0 2 0 0 0 20 0 15 0 274568813 14420721664 11759 33554432000 4194304 4196468 140721666773120 139659630946544 139660520798850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28081] ppid=28066 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/28069/task/28081/stat : 28081 (java) S 28066 28069 22827 0 -1 1077944384 111 0 0 0 1 0 0 0 20 0 15 0 274568813 14420721664 11759 33554432000 4194304 4196468 140721666773120 139659629894000 139660520798850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28082] ppid=28066 vsize=14082736 memory=140185184355968 CPUtime=0.05 cores=1,3,5,7
/proc/28069/task/28082/stat : 28082 (java) R 28066 28069 22827 0 -1 4202560 311 0 0 0 5 0 0 0 20 0 15 0 274568813 14420721664 11759 33554432000 4194304 4196468 140721666773120 139659628837880 139660499742646 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28083] ppid=28066 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28083/stat : 28083 (java) S 28066 28069 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274568813 14420721664 11759 33554432000 4194304 4196468 140721666773120 139659627788640 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28084] ppid=28066 vsize=14082736 memory=140185184355968 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28084/stat : 28084 (java) S 28066 28069 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274568813 14420721664 11759 33554432000 4194304 4196468 140721666773120 139659626736688 139660520798850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47036 KiB

[startup+0.310538 s]*
/proc/loadavg: 1.47 1.75 1.70 3/215 28084
/proc/meminfo: memFree=21909328/32770624 swapFree=67108500/67108860
[pid=28069] ppid=28066 vsize=14082736 memory=50432 CPUtime=0.43 cores=1,3,5,7
/proc/28069/stat : 28069 (java) S 28066 28069 22827 0 -1 1077944320 10774 0 0 0 41 2 0 0 20 0 15 0 274568807 14420721664 12608 33554432000 4194304 4196468 140721666773120 140721666755664 139660520787703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
/proc/28069/statm: 3520684 12608 3367 1 0 3482761 0
[pid=28069/tid=28071] ppid=28066 vsize=14082736 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/28069/task/28071/stat : 28071 (java) R 28066 28069 22827 0 -1 4202560 8443 0 0 0 28 2 0 0 20 0 15 0 274568807 14420721664 12608 33554432000 4194304 4196468 140721666773120 139660524999216 139660502351255 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28072] ppid=28066 vsize=14082736 memory=304556161963917335 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28072/stat : 28072 (java) S 28066 28069 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274568808 14420721664 12608 33554432000 4194304 4196468 140721666773120 139660116892176 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28073] ppid=28066 vsize=14082736 memory=140185185797700 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28073/stat : 28073 (java) S 28066 28069 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274568808 14420721664 12608 33554432000 4194304 4196468 140721666773120 139660115839632 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28074] ppid=28066 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28074/stat : 28074 (java) S 28066 28069 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274568808 14420721664 12608 33554432000 4194304 4196468 140721666773120 139660114786576 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28075] ppid=28066 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28075/stat : 28075 (java) S 28066 28069 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274568808 14420721664 12608 33554432000 4194304 4196468 140721666773120 139660113734032 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28076] ppid=28066 vsize=14082736 memory=140185184355968 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28076/stat : 28076 (java) S 28066 28069 22827 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274568810 14420721664 12608 33554432000 4194304 4196468 140721666773120 139659635157744 139660520798850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28077] ppid=28066 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28077/stat : 28077 (java) S 28066 28069 22827 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274568810 14420721664 12608 33554432000 4194304 4196468 140721666773120 139659634103968 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28078] ppid=28066 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28078/stat : 28078 (java) S 28066 28069 22827 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274568810 14420721664 12608 33554432000 4194304 4196468 140721666773120 139659633050864 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28079] ppid=28066 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28079/stat : 28079 (java) S 28066 28069 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274568813 14420721664 12608 33554432000 4194304 4196468 140721666773120 139659631999440 139660520806299 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28080] ppid=28066 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28069/task/28080/stat : 28080 (java) S 28066 28069 22827 0 -1 1077944384 497 0 0 0 2 0 0 0 20 0 15 0 274568813 14420721664 12608 33554432000 4194304 4196468 140721666773120 139659630946544 139660520798850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28081] ppid=28066 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28069/task/28081/stat : 28081 (java) S 28066 28069 22827 0 -1 1077944384 122 0 0 0 2 0 0 0 20 0 15 0 274568813 14420721664 12608 33554432000 4194304 4196468 140721666773120 139659629894000 139660520798850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28082] ppid=28066 vsize=14082736 memory=140185184355968 CPUtime=0.07 cores=1,3,5,7
/proc/28069/task/28082/stat : 28082 (java) S 28066 28069 22827 0 -1 1077944384 330 0 0 0 7 0 0 0 20 0 15 0 274568813 14420721664 12608 33554432000 4194304 4196468 140721666773120 139659628840944 139660520798850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28083] ppid=28066 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28083/stat : 28083 (java) S 28066 28069 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274568813 14420721664 12608 33554432000 4194304 4196468 140721666773120 139659627788640 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28084] ppid=28066 vsize=14082736 memory=140185184355968 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28084/stat : 28084 (java) S 28066 28069 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274568813 14420721664 12608 33554432000 4194304 4196468 140721666773120 139659626736688 139660520798850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50432 KiB

[startup+0.700867 s]
/proc/loadavg: 1.47 1.75 1.70 4/215 28084
/proc/meminfo: memFree=21885268/32770624 swapFree=67108500/67108860
[pid=28069] ppid=28066 vsize=14084804 memory=89344 CPUtime=0.99 cores=1,3,5,7
/proc/28069/stat : 28069 (java) S 28066 28069 22827 0 -1 1077944320 17646 0 0 0 94 5 0 0 20 0 15 0 274568807 14422839296 22336 33554432000 4194304 4196468 140721666773120 140721666755664 139660520787703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
/proc/28069/statm: 3521201 22336 3504 1 0 3483273 0
[pid=28069/tid=28071] ppid=28066 vsize=14084804 memory=1752 CPUtime=0.67 cores=1,3,5,7
/proc/28069/task/28071/stat : 28071 (java) R 28066 28069 22827 0 -1 4202560 14897 0 0 0 63 4 0 0 20 0 15 0 274568807 14422839296 22336 33554432000 4194304 4196468 140721666773120 139660525011808 139660504868190 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28072] ppid=28066 vsize=14084804 memory=748 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28072/stat : 28072 (java) S 28066 28069 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274568808 14422839296 22336 33554432000 4194304 4196468 140721666773120 139660116892176 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28073] ppid=28066 vsize=14084804 memory=1820 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28073/stat : 28073 (java) S 28066 28069 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274568808 14422839296 22336 33554432000 4194304 4196468 140721666773120 139660115839632 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28074] ppid=28066 vsize=14084804 memory=4296 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28074/stat : 28074 (java) S 28066 28069 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274568808 14422839296 22336 33554432000 4194304 4196468 140721666773120 139660114786576 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28075] ppid=28066 vsize=14084804 memory=3480 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28075/stat : 28075 (java) S 28066 28069 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274568808 14422839296 22336 33554432000 4194304 4196468 140721666773120 139660113734032 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28076] ppid=28066 vsize=14084804 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28076/stat : 28076 (java) S 28066 28069 22827 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274568810 14422839296 22336 33554432000 4194304 4196468 140721666773120 139659635157744 139660520798850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28077] ppid=28066 vsize=14084804 memory=10212 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28077/stat : 28077 (java) S 28066 28069 22827 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274568810 14422839296 22336 33554432000 4194304 4196468 140721666773120 139659634103968 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28078] ppid=28066 vsize=14084804 memory=1612 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28078/stat : 28078 (java) S 28066 28069 22827 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274568810 14422839296 22336 33554432000 4194304 4196468 140721666773120 139659633050864 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28079] ppid=28066 vsize=14084804 memory=6412 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28079/stat : 28079 (java) S 28066 28069 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274568813 14422839296 22336 33554432000 4194304 4196468 140721666773120 139659631999440 139660520806299 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28080] ppid=28066 vsize=14084804 memory=6297835844906604903 CPUtime=0.07 cores=1,3,5,7
/proc/28069/task/28080/stat : 28080 (java) S 28066 28069 22827 0 -1 1077944384 667 0 0 0 7 0 0 0 20 0 15 0 274568813 14422839296 22336 33554432000 4194304 4196468 140721666773120 139659630946544 139660520798850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28081] ppid=28066 vsize=14084804 memory=8099279071866868840 CPUtime=0.07 cores=1,3,5,7
/proc/28069/task/28081/stat : 28081 (java) S 28066 28069 22827 0 -1 1077944384 269 0 0 0 7 0 0 0 20 0 15 0 274568813 14422839296 22336 33554432000 4194304 4196468 140721666773120 139659629894000 139660520798850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28082] ppid=28066 vsize=14084804 memory=4641330296368681041 CPUtime=0.15 cores=1,3,5,7
/proc/28069/task/28082/stat : 28082 (java) S 28066 28069 22827 0 -1 1077944384 432 0 0 0 15 0 0 0 20 0 15 0 274568813 14422839296 22336 33554432000 4194304 4196468 140721666773120 139659628840944 139660520798850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28083] ppid=28066 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28083/stat : 28083 (java) S 28066 28069 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274568813 14422839296 22336 33554432000 4194304 4196468 140721666773120 139659627788640 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28084] ppid=28066 vsize=14084804 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28084/stat : 28084 (java) S 28066 28069 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274568813 14422839296 22336 33554432000 4194304 4196468 140721666773120 139659626736688 139660520798850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89344 KiB

[startup+1.50142 s]
/proc/loadavg: 1.51 1.75 1.70 3/215 28084
/proc/meminfo: memFree=21852016/32770624 swapFree=67108500/67108860
[pid=28069] ppid=28066 vsize=14090948 memory=143352 CPUtime=2.96 cores=1,3,5,7
/proc/28069/stat : 28069 (java) S 28066 28069 22827 0 -1 1077944320 25954 0 0 0 287 9 0 0 20 0 15 0 274568807 14429130752 35838 33554432000 4194304 4196468 140721666773120 140721666755664 139660520787703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
/proc/28069/statm: 3522737 35838 3539 1 0 3484809 0
[pid=28069/tid=28071] ppid=28066 vsize=14090948 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/28069/task/28071/stat : 28071 (java) R 28066 28069 22827 0 -1 4202560 19231 0 0 0 141 6 0 0 20 0 15 0 274568807 14429130752 35838 33554432000 4194304 4196468 140721666773120 139660525016752 139660144611818 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28072] ppid=28066 vsize=14090948 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28072/stat : 28072 (java) S 28066 28069 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274568808 14429130752 35838 33554432000 4194304 4196468 140721666773120 139660116892176 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28073] ppid=28066 vsize=14090948 memory=-6509546260019855295 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28073/stat : 28073 (java) S 28066 28069 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274568808 14429130752 35838 33554432000 4194304 4196468 140721666773120 139660115839632 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28074] ppid=28066 vsize=14090948 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28074/stat : 28074 (java) S 28066 28069 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274568808 14429130752 35838 33554432000 4194304 4196468 140721666773120 139660114786576 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28075] ppid=28066 vsize=14090948 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28075/stat : 28075 (java) S 28066 28069 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274568808 14429130752 35838 33554432000 4194304 4196468 140721666773120 139660113734032 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28076] ppid=28066 vsize=14090948 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28076/stat : 28076 (java) S 28066 28069 22827 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 274568810 14429130752 35838 33554432000 4194304 4196468 140721666773120 139659635157744 139660520798850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28077] ppid=28066 vsize=14090948 memory=7375046151351264107 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28077/stat : 28077 (java) S 28066 28069 22827 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274568810 14429130752 35838 33554432000 4194304 4196468 140721666773120 139659634103968 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28078] ppid=28066 vsize=14090948 memory=7374758023520802148 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28078/stat : 28078 (java) S 28066 28069 22827 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274568810 14429130752 35838 33554432000 4194304 4196468 140721666773120 139659633050864 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28079] ppid=28066 vsize=14090948 memory=7670301315261816931 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28079/stat : 28079 (java) S 28066 28069 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274568813 14429130752 35838 33554432000 4194304 4196468 140721666773120 139659631999440 139660520806299 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28080] ppid=28066 vsize=14090948 memory=8298057911392983414 CPUtime=0.52 cores=1,3,5,7
/proc/28069/task/28080/stat : 28080 (java) R 28066 28069 22827 0 -1 4202560 1849 0 0 0 52 0 0 0 20 0 15 0 274568813 14429130752 35838 33554432000 4194304 4196468 140721666773120 139659630926568 139660504286290 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28081] ppid=28066 vsize=14090948 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/28069/task/28081/stat : 28081 (java) R 28066 28069 22827 0 -1 4202560 1492 0 0 0 47 0 0 0 20 0 15 0 274568813 14429130752 35838 33554432000 4194304 4196468 140721666773120 139659629883472 139660506803437 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28082] ppid=28066 vsize=14090948 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/28069/task/28082/stat : 28082 (java) S 28066 28069 22827 0 -1 1077944384 1983 0 0 0 46 1 0 0 20 0 15 0 274568813 14429130752 35838 33554432000 4194304 4196468 140721666773120 139659628840944 139660520798850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28083] ppid=28066 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28083/stat : 28083 (java) S 28066 28069 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274568813 14429130752 35838 33554432000 4194304 4196468 140721666773120 139659627788640 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28084] ppid=28066 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28084/stat : 28084 (java) S 28066 28069 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274568813 14429130752 35838 33554432000 4194304 4196468 140721666773120 139659626736688 139660520798850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
Current children cumulated CPU time: 2.96 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 143352 KiB

[startup+1.53234 s]
# the end of solver process 28069 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.92021 s, system=0.099235 s

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

[startup+1.50142 s]
/proc/loadavg: 1.51 1.75 1.70 3/215 28084
/proc/meminfo: memFree=21852016/32770624 swapFree=67108500/67108860
[pid=28069] ppid=28066 vsize=14090948 memory=143352 CPUtime=2.96 cores=1,3,5,7
/proc/28069/stat : 28069 (java) S 28066 28069 22827 0 -1 1077944320 25954 0 0 0 287 9 0 0 20 0 15 0 274568807 14429130752 35838 33554432000 4194304 4196468 140721666773120 140721666755664 139660520787703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
/proc/28069/statm: 3522737 35838 3539 1 0 3484809 0
[pid=28069/tid=28071] ppid=28066 vsize=14090948 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/28069/task/28071/stat : 28071 (java) R 28066 28069 22827 0 -1 4202560 19231 0 0 0 141 6 0 0 20 0 15 0 274568807 14429130752 35838 33554432000 4194304 4196468 140721666773120 139660525016752 139660144611818 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28072] ppid=28066 vsize=14090948 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28072/stat : 28072 (java) S 28066 28069 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274568808 14429130752 35838 33554432000 4194304 4196468 140721666773120 139660116892176 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28073] ppid=28066 vsize=14090948 memory=-6509546260019855295 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28073/stat : 28073 (java) S 28066 28069 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274568808 14429130752 35838 33554432000 4194304 4196468 140721666773120 139660115839632 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28074] ppid=28066 vsize=14090948 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28074/stat : 28074 (java) S 28066 28069 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274568808 14429130752 35838 33554432000 4194304 4196468 140721666773120 139660114786576 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28075] ppid=28066 vsize=14090948 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28075/stat : 28075 (java) S 28066 28069 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274568808 14429130752 35838 33554432000 4194304 4196468 140721666773120 139660113734032 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28076] ppid=28066 vsize=14090948 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28076/stat : 28076 (java) S 28066 28069 22827 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 274568810 14429130752 35838 33554432000 4194304 4196468 140721666773120 139659635157744 139660520798850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28077] ppid=28066 vsize=14090948 memory=7375046151351264107 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28077/stat : 28077 (java) S 28066 28069 22827 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274568810 14429130752 35838 33554432000 4194304 4196468 140721666773120 139659634103968 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28078] ppid=28066 vsize=14090948 memory=7374758023520802148 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28078/stat : 28078 (java) S 28066 28069 22827 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274568810 14429130752 35838 33554432000 4194304 4196468 140721666773120 139659633050864 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28079] ppid=28066 vsize=14090948 memory=7670301315261816931 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28079/stat : 28079 (java) S 28066 28069 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274568813 14429130752 35838 33554432000 4194304 4196468 140721666773120 139659631999440 139660520806299 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28080] ppid=28066 vsize=14090948 memory=8298057911392983414 CPUtime=0.52 cores=1,3,5,7
/proc/28069/task/28080/stat : 28080 (java) R 28066 28069 22827 0 -1 4202560 1849 0 0 0 52 0 0 0 20 0 15 0 274568813 14429130752 35838 33554432000 4194304 4196468 140721666773120 139659630926568 139660504286290 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28081] ppid=28066 vsize=14090948 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/28069/task/28081/stat : 28081 (java) R 28066 28069 22827 0 -1 4202560 1492 0 0 0 47 0 0 0 20 0 15 0 274568813 14429130752 35838 33554432000 4194304 4196468 140721666773120 139659629883472 139660506803437 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28082] ppid=28066 vsize=14090948 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/28069/task/28082/stat : 28082 (java) S 28066 28069 22827 0 -1 1077944384 1983 0 0 0 46 1 0 0 20 0 15 0 274568813 14429130752 35838 33554432000 4194304 4196468 140721666773120 139659628840944 139660520798850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28083] ppid=28066 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28083/stat : 28083 (java) S 28066 28069 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274568813 14429130752 35838 33554432000 4194304 4196468 140721666773120 139659627788640 139660520797909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
[pid=28069/tid=28084] ppid=28066 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28084/stat : 28084 (java) S 28066 28069 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274568813 14429130752 35838 33554432000 4194304 4196468 140721666773120 139659626736688 139660520798850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39112704 140721666782286 140721666782478 140721666782478 140721666785231 0
Current children cumulated CPU time: 2.96 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 143352 KiB

Child status: 0
Real time (s): 1.53239
CPU time (s): 3.01944
CPU user time (s): 2.92021
CPU system time (s): 0.099235
CPU usage (%): 197.042
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 143352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.92021
system time used= 0.099235
maximum resident set size= 145864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26045
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= 2456
involuntary context switches= 12


# summary of solver processes directly reported to runsolver:
#   pid: 28069
#   total CPU time (s): 3.01944
#   total CPU user time (s): 2.92021
#   total CPU system time (s): 0.099235

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031024 second user time and 0.058046 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-18 07:27:36
IDJOB=4312333
IDBENCH=141521
IDSOLVER=2800
FILE ID=node104/4312333-1534570056
RUNJOBID= node104-1534568568-26366
PBS_JOBID= 21038643
Free space on /tmp= 47316 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/Mario/Mario-easy-4_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312333-1534570056/watcher-4312333-1534570056 -o /tmp/evaluation-result-4312333-1534570056/solver-4312333-1534570056 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534568568-26366 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1829555432 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312333-1534570056.xml

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

MD5SUM BENCH= 5cffdbc8485328962942cd612d77bced
RANDOM SEED=1829555432

node104.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.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21946832 kB
MemAvailable:   29638064 kB
Buffers:          217468 kB
Cached:          7722432 kB
SwapCached:            4 kB
Active:          6352160 kB
Inactive:        3890104 kB
Active(anon):    2278064 kB
Inactive(anon):    92888 kB
Active(file):    4074096 kB
Inactive(file):  3797216 kB
Unevictable:        7320 kB
Mlocked:            7320 kB
SwapTotal:      67108860 kB
SwapFree:       67108500 kB
Dirty:             35968 kB
Writeback:             0 kB
AnonPages:       2328228 kB
Mapped:            32580 kB
Shmem:             66020 kB
Slab:             277252 kB
SReclaimable:     248380 kB
SUnreclaim:        28872 kB
KernelStack:        3792 kB
PageTables:         9700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4482404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2183168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 47284 MiB
End job on node104 at 2018-08-18 07:27:38