Trace number 4300122

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
GG's minicp 2018-04-29SAT 2.44812 1.02528

General information on the benchmark

NameMagicHexagon/
MagicHexagon-05-m003_c18.xml
MD5SUM11e14450858ef922a4bcb0797a1233a1
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 benchmark2.44812
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints34
Number of domains1
Minimum domain size61
Maximum domain size61
Distribution of domain sizes[{"size":61,"count":61}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":20},{"degree":4,"count":55},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity61
Distribution of constraint arities[{"arity":2,"count":6},{"arity":5,"count":6},{"arity":6,"count":6},{"arity":7,"count":6},{"arity":8,"count":6},{"arity":9,"count":3},{"arity":61,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":27}]
Optimization problemNO
Type of objective

Solver Data

0.15/0.13	c version: 2018-04-11
0.15/0.13	c seed: 1811631
0.15/0.13	c timeout: -1
0.15/0.13	c memlimit: -1
0.15/0.13	c nbcore: -1
2.27/1.00	s SATISFIABLE
2.27/1.00	v <instantiation>
2.27/1.00	v 	<list>
2.27/1.00	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] 
2.27/1.00	v 	</list>
2.27/1.00	v 	<values>
2.27/1.00	v 		-3 19 56 57 54 26 39 11 37 38 32 52 8 29 24 0 28 42 53 40 33 3 6 4 1 43 55 41 9 2 10 18 21 15 12 36 -1 5 30 22 27 20 44 46 7 13 16 25 31 45 48 34 14 17 23 47 -2 49 50 51 35 
2.27/1.00	v 	</values>
2.27/1.00	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 (15129 MiB free)
  memory of node 1: 16384 MiB (11515 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300122-1532852439/watcher-4300122-1532852439 -o /tmp/evaluation-result-4300122-1532852439/solver-4300122-1532852439 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532844911-3526 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4300122-1532852439.xml 

running on 4 cores: 0,2,4,6

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

solver pid=4311, runsolver pid=4308

[startup+0.108008 s]*
/proc/loadavg: 1.24 1.30 1.32 4/216 4326
/proc/meminfo: memFree=27268088/32770624 swapFree=67108496/67108860
[pid=4311] ppid=4308 vsize=10661056 memory=28684 CPUtime=0.15 cores=0,2,4,6
/proc/4311/stat : 4311 (java) S 4308 4311 3495 0 -1 1077944320 5066 0 0 0 14 1 0 0 20 0 15 0 102807072 10916921344 7171 33554432000 4194304 4196468 140727154383440 140727154365984 140715624824567 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
/proc/4311/statm: 2665264 7171 2851 1 0 2627263 0
[pid=4311/tid=4313] ppid=4308 vsize=10661056 memory=-8679945500509435072 CPUtime=0.09 cores=0,2,4,6
/proc/4311/task/4313/stat : 4313 (java) R 4308 4311 3495 0 -1 4202560 2891 0 0 0 9 0 0 0 20 0 15 0 102807073 10916921344 7303 33554432000 4194304 4196468 140727154383440 140715629055064 140715624846493 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4314] ppid=4308 vsize=10661056 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4314/stat : 4314 (java) S 4308 4311 3495 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102807074 10916921344 7303 33554432000 4194304 4196468 140727154383440 140715550898448 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4315] ppid=4308 vsize=10661056 memory=140534374037120 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4315/stat : 4315 (java) S 4308 4311 3495 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102807074 10916921344 7303 33554432000 4194304 4196468 140727154383440 140715549845904 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4316] ppid=4308 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4316/stat : 4316 (java) S 4308 4311 3495 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102807074 10916921344 7303 33554432000 4194304 4196468 140727154383440 140715548793360 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4317] ppid=4308 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4317/stat : 4317 (java) S 4308 4311 3495 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102807074 10916921344 7303 33554432000 4194304 4196468 140727154383440 140715547740816 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4318] ppid=4308 vsize=10661056 memory=140534374037120 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4318/stat : 4318 (java) S 4308 4311 3495 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102807075 10916921344 7303 33554432000 4194304 4196468 140727154383440 140715116919280 140715624835714 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4319] ppid=4308 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4319/stat : 4319 (java) S 4308 4311 3495 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 102807075 10916921344 7303 33554432000 4194304 4196468 140727154383440 140715115865504 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4320] ppid=4308 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4320/stat : 4320 (java) S 4308 4311 3495 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 102807076 10916921344 7303 33554432000 4194304 4196468 140727154383440 140715114812912 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4321] ppid=4308 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4321/stat : 4321 (java) S 4308 4311 3495 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102807078 10916921344 7303 33554432000 4194304 4196468 140727154383440 140715113761488 140715624843163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4322] ppid=4308 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4322/stat : 4322 (java) S 4308 4311 3495 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 15 0 102807078 10916921344 7303 33554432000 4194304 4196468 140727154383440 140715112708080 140715624835714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4323] ppid=4308 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4323/stat : 4323 (java) S 4308 4311 3495 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 102807078 10916921344 7303 33554432000 4194304 4196468 140727154383440 140715111655536 140715624835714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4324] ppid=4308 vsize=10661056 memory=140534374037120 CPUtime=0.02 cores=0,2,4,6
/proc/4311/task/4324/stat : 4324 (java) R 4308 4311 3495 0 -1 4202560 508 0 0 0 2 0 0 0 20 0 15 0 102807078 10916921344 7303 33554432000 4194304 4196468 140727154383440 140715110598264 140715617061694 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4325] ppid=4308 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4325/stat : 4325 (java) S 4308 4311 3495 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102807078 10916921344 7303 33554432000 4194304 4196468 140727154383440 140715109550688 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4326] ppid=4308 vsize=10661056 memory=140534374037120 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4326/stat : 4326 (java) S 4308 4311 3495 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102807078 10916921344 7303 33554432000 4194304 4196468 140727154383440 140715108498224 140715624835714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 28684 KiB

[startup+0.210518 s]*
/proc/loadavg: 1.24 1.30 1.32 3/216 4326
/proc/meminfo: memFree=27257484/32770624 swapFree=67108496/67108860
[pid=4311] ppid=4308 vsize=10661056 memory=39828 CPUtime=0.32 cores=0,2,4,6
/proc/4311/stat : 4311 (java) S 4308 4311 3495 0 -1 1077944320 7582 0 0 0 31 1 0 0 20 0 15 0 102807072 10916921344 9957 33554432000 4194304 4196468 140727154383440 140727154365984 140715624824567 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
/proc/4311/statm: 2665264 9957 2953 1 0 2627263 0
[pid=4311/tid=4313] ppid=4308 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/4311/task/4313/stat : 4313 (java) R 4308 4311 3495 0 -1 4202560 4722 0 0 0 19 1 0 0 20 0 15 0 102807073 10916921344 10027 33554432000 4194304 4196468 140727154383440 140715629042784 140715608905054 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4314] ppid=4308 vsize=10661056 memory=364 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4314/stat : 4314 (java) S 4308 4311 3495 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102807074 10916921344 10027 33554432000 4194304 4196468 140727154383440 140715550898448 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4315] ppid=4308 vsize=10661056 memory=288370910525748864 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4315/stat : 4315 (java) S 4308 4311 3495 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102807074 10916921344 10027 33554432000 4194304 4196468 140727154383440 140715549845904 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4316] ppid=4308 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4316/stat : 4316 (java) S 4308 4311 3495 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102807074 10916921344 10027 33554432000 4194304 4196468 140727154383440 140715548793360 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4317] ppid=4308 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4317/stat : 4317 (java) S 4308 4311 3495 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102807074 10916921344 10027 33554432000 4194304 4196468 140727154383440 140715547740816 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4318] ppid=4308 vsize=10661056 memory=140534374037120 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4318/stat : 4318 (java) S 4308 4311 3495 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102807075 10916921344 10027 33554432000 4194304 4196468 140727154383440 140715116919280 140715624835714 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4319] ppid=4308 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4319/stat : 4319 (java) S 4308 4311 3495 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 102807075 10916921344 10027 33554432000 4194304 4196468 140727154383440 140715115865504 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4320] ppid=4308 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4320/stat : 4320 (java) S 4308 4311 3495 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 102807076 10916921344 10027 33554432000 4194304 4196468 140727154383440 140715114812912 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4321] ppid=4308 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4321/stat : 4321 (java) S 4308 4311 3495 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102807078 10916921344 10027 33554432000 4194304 4196468 140727154383440 140715113761488 140715624843163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4322] ppid=4308 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/4311/task/4322/stat : 4322 (java) S 4308 4311 3495 0 -1 1077944384 635 0 0 0 2 0 0 0 20 0 15 0 102807078 10916921344 10027 33554432000 4194304 4196468 140727154383440 140715112708080 140715624835714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4323] ppid=4308 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/4311/task/4323/stat : 4323 (java) S 4308 4311 3495 0 -1 1077944384 106 0 0 0 2 0 0 0 20 0 15 0 102807078 10916921344 10027 33554432000 4194304 4196468 140727154383440 140715111655536 140715624835714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4324] ppid=4308 vsize=10661056 memory=140534374037120 CPUtime=0.07 cores=0,2,4,6
/proc/4311/task/4324/stat : 4324 (java) S 4308 4311 3495 0 -1 1077944384 764 0 0 0 7 0 0 0 20 0 15 0 102807078 10916921344 10027 33554432000 4194304 4196468 140727154383440 140715110602992 140715624835714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4325] ppid=4308 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4325/stat : 4325 (java) S 4308 4311 3495 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102807078 10916921344 10027 33554432000 4194304 4196468 140727154383440 140715109550688 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4326] ppid=4308 vsize=10661056 memory=140534374037120 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4326/stat : 4326 (java) S 4308 4311 3495 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102807078 10916921344 10027 33554432000 4194304 4196468 140727154383440 140715108498224 140715624835714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 39828 KiB

[startup+0.310172 s]*
/proc/loadavg: 1.24 1.30 1.32 4/216 4326
/proc/meminfo: memFree=27253328/32770624 swapFree=67108496/67108860
[pid=4311] ppid=4308 vsize=10661132 memory=46512 CPUtime=0.54 cores=0,2,4,6
/proc/4311/stat : 4311 (java) S 4308 4311 3495 0 -1 1077944320 8232 0 0 0 53 1 0 0 20 0 15 0 102807072 10916999168 11628 33554432000 4194304 4196468 140727154383440 140727154365984 140715624824567 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
/proc/4311/statm: 2665283 11628 3002 1 0 2627263 0
[pid=4311/tid=4313] ppid=4308 vsize=10661132 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/4311/task/4313/stat : 4313 (java) R 4308 4311 3495 0 -1 4202560 5086 0 0 0 29 1 0 0 20 0 15 0 102807073 10916999168 11628 33554432000 4194304 4196468 140727154383440 140715629060208 140715225140545 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4314] ppid=4308 vsize=10661132 memory=290763875220193303 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4314/stat : 4314 (java) S 4308 4311 3495 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102807074 10916999168 11628 33554432000 4194304 4196468 140727154383440 140715550898448 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4315] ppid=4308 vsize=10661132 memory=288370910525748864 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4315/stat : 4315 (java) S 4308 4311 3495 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102807074 10916999168 11628 33554432000 4194304 4196468 140727154383440 140715549845904 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4316] ppid=4308 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4316/stat : 4316 (java) S 4308 4311 3495 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102807074 10916999168 11628 33554432000 4194304 4196468 140727154383440 140715548793360 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4317] ppid=4308 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4317/stat : 4317 (java) S 4308 4311 3495 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102807074 10916999168 11628 33554432000 4194304 4196468 140727154383440 140715547740816 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4318] ppid=4308 vsize=10661132 memory=140534374037120 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4318/stat : 4318 (java) S 4308 4311 3495 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102807075 10916999168 11628 33554432000 4194304 4196468 140727154383440 140715116919280 140715624835714 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4319] ppid=4308 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4319/stat : 4319 (java) S 4308 4311 3495 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 102807075 10916999168 11628 33554432000 4194304 4196468 140727154383440 140715115865504 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4320] ppid=4308 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4320/stat : 4320 (java) S 4308 4311 3495 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 102807076 10916999168 11628 33554432000 4194304 4196468 140727154383440 140715114812912 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4321] ppid=4308 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4321/stat : 4321 (java) S 4308 4311 3495 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102807078 10916999168 11628 33554432000 4194304 4196468 140727154383440 140715113761488 140715624843163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4322] ppid=4308 vsize=10661132 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/4311/task/4322/stat : 4322 (java) R 4308 4311 3495 0 -1 1077944384 648 0 0 0 4 0 0 0 20 0 15 0 102807078 10916999168 11628 33554432000 4194304 4196468 140727154383440 140715112708176 140715624834773 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4323] ppid=4308 vsize=10661132 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/4311/task/4323/stat : 4323 (java) R 4308 4311 3495 0 -1 4202560 250 0 0 0 6 0 0 0 20 0 15 0 102807078 10916999168 11628 33554432000 4194304 4196468 140727154383440 140715111644800 140715608730400 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4324] ppid=4308 vsize=10661132 memory=140534374037120 CPUtime=0.13 cores=0,2,4,6
/proc/4311/task/4324/stat : 4324 (java) S 4308 4311 3495 0 -1 1077944384 898 0 0 0 13 0 0 0 20 0 15 0 102807078 10916999168 11628 33554432000 4194304 4196468 140727154383440 140715110602992 140715624835714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4325] ppid=4308 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4325/stat : 4325 (java) S 4308 4311 3495 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102807078 10916999168 11628 33554432000 4194304 4196468 140727154383440 140715109550688 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4326] ppid=4308 vsize=10661132 memory=140534374037120 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4326/stat : 4326 (java) S 4308 4311 3495 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102807078 10916999168 11628 33554432000 4194304 4196468 140727154383440 140715108498224 140715624835714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 46512 KiB

[startup+0.70076 s]
/proc/loadavg: 1.24 1.30 1.32 5/216 4326
/proc/meminfo: memFree=27221052/32770624 swapFree=67108496/67108860
[pid=4311] ppid=4308 vsize=10661132 memory=100620 CPUtime=1.72 cores=0,2,4,6
/proc/4311/stat : 4311 (java) S 4308 4311 3495 0 -1 1077944320 13998 0 0 0 169 3 0 0 20 0 15 0 102807072 10916999168 25155 33554432000 4194304 4196468 140727154383440 140727154365984 140715624824567 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
/proc/4311/statm: 2665283 25155 3095 1 0 2627263 0
[pid=4311/tid=4313] ppid=4308 vsize=10661132 memory=1788 CPUtime=0.67 cores=0,2,4,6
/proc/4311/task/4313/stat : 4313 (java) R 4308 4311 3495 0 -1 4202560 5163 0 0 0 66 1 0 0 20 0 15 0 102807073 10916999168 25155 33554432000 4194304 4196468 140727154383440 140715629061352 140715227713847 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4314] ppid=4308 vsize=10661132 memory=860 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4314/stat : 4314 (java) S 4308 4311 3495 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102807074 10916999168 25155 33554432000 4194304 4196468 140727154383440 140715550898448 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4315] ppid=4308 vsize=10661132 memory=12556 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4315/stat : 4315 (java) S 4308 4311 3495 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102807074 10916999168 25155 33554432000 4194304 4196468 140727154383440 140715549845904 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4316] ppid=4308 vsize=10661132 memory=756 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4316/stat : 4316 (java) S 4308 4311 3495 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102807074 10916999168 25155 33554432000 4194304 4196468 140727154383440 140715548793360 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4317] ppid=4308 vsize=10661132 memory=1616 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4317/stat : 4317 (java) S 4308 4311 3495 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102807074 10916999168 25155 33554432000 4194304 4196468 140727154383440 140715547740816 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4318] ppid=4308 vsize=10661132 memory=1836 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4318/stat : 4318 (java) S 4308 4311 3495 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 102807075 10916999168 25155 33554432000 4194304 4196468 140727154383440 140715116919280 140715624835714 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4319] ppid=4308 vsize=10661132 memory=1132 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4319/stat : 4319 (java) S 4308 4311 3495 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 102807075 10916999168 25155 33554432000 4194304 4196468 140727154383440 140715115865504 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4320] ppid=4308 vsize=10661132 memory=6388 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4320/stat : 4320 (java) S 4308 4311 3495 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 102807076 10916999168 25155 33554432000 4194304 4196468 140727154383440 140715114812912 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4321] ppid=4308 vsize=10661132 memory=5500 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4321/stat : 4321 (java) S 4308 4311 3495 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102807078 10916999168 25155 33554432000 4194304 4196468 140727154383440 140715113761488 140715624843163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4322] ppid=4308 vsize=10661132 memory=7092418796125250880 CPUtime=0.4 cores=0,2,4,6
/proc/4311/task/4322/stat : 4322 (java) R 4308 4311 3495 0 -1 4202560 3257 0 0 0 40 0 0 0 20 0 15 0 102807078 10916999168 25155 33554432000 4194304 4196468 140727154383440 140715112689096 140715609932191 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4323] ppid=4308 vsize=10661132 memory=7597685182856913236 CPUtime=0.43 cores=0,2,4,6
/proc/4311/task/4323/stat : 4323 (java) R 4308 4311 3495 0 -1 4202560 2661 0 0 0 43 0 0 0 20 0 15 0 102807078 10916999168 25155 33554432000 4194304 4196468 140727154383440 140715111636552 140715609569569 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4324] ppid=4308 vsize=10661132 memory=7301858164987948385 CPUtime=0.19 cores=0,2,4,6
/proc/4311/task/4324/stat : 4324 (java) S 4308 4311 3495 0 -1 1077944384 1545 0 0 0 19 0 0 0 20 0 15 0 102807078 10916999168 25155 33554432000 4194304 4196468 140727154383440 140715110602992 140715624835714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4325] ppid=4308 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4325/stat : 4325 (java) S 4308 4311 3495 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102807078 10916999168 25155 33554432000 4194304 4196468 140727154383440 140715109550688 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4326] ppid=4308 vsize=10661132 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4326/stat : 4326 (java) S 4308 4311 3495 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102807078 10916999168 25155 33554432000 4194304 4196468 140727154383440 140715108498224 140715624835714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 100620 KiB

[startup+1.0252 s]
# the end of solver process 4311 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.40057 s, system=0.047546 s

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

[startup+0.800877 s]
/proc/loadavg: 1.24 1.30 1.32 5/216 4326
/proc/meminfo: memFree=27221052/32770624 swapFree=67108496/67108860
[pid=4311] ppid=4308 vsize=10663072 memory=117240 CPUtime=2.02 cores=0,2,4,6
/proc/4311/stat : 4311 (java) S 4308 4311 3495 0 -1 1077944320 15563 0 0 0 199 3 0 0 20 0 15 0 102807072 10918985728 29310 33554432000 4194304 4196468 140727154383440 140727154365984 140715624824567 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
/proc/4311/statm: 2665768 29310 3097 1 0 2627748 0
[pid=4311/tid=4313] ppid=4308 vsize=10663072 memory=8243114992657236055 CPUtime=0.77 cores=0,2,4,6
/proc/4311/task/4313/stat : 4313 (java) R 4308 4311 3495 0 -1 4202560 5169 0 0 0 76 1 0 0 20 0 15 0 102807073 10918985728 29310 33554432000 4194304 4196468 140727154383440 140715629061352 140715227436800 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4314] ppid=4308 vsize=10663072 memory=288287796509279403 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4314/stat : 4314 (java) S 4308 4311 3495 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102807074 10918985728 29310 33554432000 4194304 4196468 140727154383440 140715550898448 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4315] ppid=4308 vsize=10663072 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4315/stat : 4315 (java) S 4308 4311 3495 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102807074 10918985728 29310 33554432000 4194304 4196468 140727154383440 140715549845904 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4316] ppid=4308 vsize=10663072 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4316/stat : 4316 (java) S 4308 4311 3495 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102807074 10918985728 29310 33554432000 4194304 4196468 140727154383440 140715548793360 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4317] ppid=4308 vsize=10663072 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4317/stat : 4317 (java) S 4308 4311 3495 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102807074 10918985728 29310 33554432000 4194304 4196468 140727154383440 140715547740816 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4318] ppid=4308 vsize=10663072 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4318/stat : 4318 (java) S 4308 4311 3495 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 102807075 10918985728 29310 33554432000 4194304 4196468 140727154383440 140715116919280 140715624835714 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4319] ppid=4308 vsize=10663072 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4319/stat : 4319 (java) S 4308 4311 3495 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 102807075 10918985728 29310 33554432000 4194304 4196468 140727154383440 140715115865504 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4320] ppid=4308 vsize=10663072 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4320/stat : 4320 (java) S 4308 4311 3495 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 102807076 10918985728 29310 33554432000 4194304 4196468 140727154383440 140715114812912 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4321] ppid=4308 vsize=10663072 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4321/stat : 4321 (java) S 4308 4311 3495 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102807078 10918985728 29310 33554432000 4194304 4196468 140727154383440 140715113761488 140715624843163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4322] ppid=4308 vsize=10663072 memory=0 CPUtime=0.5 cores=0,2,4,6
/proc/4311/task/4322/stat : 4322 (java) R 4308 4311 3495 0 -1 4202560 4509 0 0 0 49 1 0 0 20 0 15 0 102807078 10918985728 29310 33554432000 4194304 4196468 140727154383440 140715112689096 140715606371308 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4323] ppid=4308 vsize=10663072 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/4311/task/4323/stat : 4323 (java) R 4308 4311 3495 0 -1 4202560 2959 0 0 0 53 0 0 0 20 0 15 0 102807078 10918985728 29310 33554432000 4194304 4196468 140727154383440 140715111636552 140715610867643 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4324] ppid=4308 vsize=10663072 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/4311/task/4324/stat : 4324 (java) S 4308 4311 3495 0 -1 1077944384 1554 0 0 0 19 0 0 0 20 0 15 0 102807078 10918985728 29310 33554432000 4194304 4196468 140727154383440 140715110602992 140715624835714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4325] ppid=4308 vsize=10663072 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4325/stat : 4325 (java) S 4308 4311 3495 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102807078 10918985728 29310 33554432000 4194304 4196468 140727154383440 140715109550688 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4326] ppid=4308 vsize=10663072 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4326/stat : 4326 (java) S 4308 4311 3495 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102807078 10918985728 29310 33554432000 4194304 4196468 140727154383440 140715108498224 140715624835714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
Current children cumulated CPU time: 2.02 s
Current children cumulated vsize: 10663072 KiB
Current children cumulated memory: 117240 KiB

[startup+1.00069 s]*
/proc/loadavg: 1.24 1.30 1.32 3/216 4326
/proc/meminfo: memFree=27149792/32770624 swapFree=67108496/67108860
[pid=4311] ppid=4308 vsize=10661132 memory=148464 CPUtime=2.43 cores=0,2,4,6
/proc/4311/stat : 4311 (java) S 4308 4311 3495 0 -1 1077944320 16155 0 0 0 239 4 0 0 20 0 15 0 102807072 10916999168 37116 33554432000 4194304 4196468 140727154383440 140727154365984 140715624824567 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
/proc/4311/statm: 2665283 37116 3098 1 0 2627263 0
[pid=4311/tid=4313] ppid=4308 vsize=10727696 memory=-8253362762721355408 CPUtime=0.99 cores=0,2,4,6
/proc/4311/task/4313/stat : 4313 (java) S 4308 4311 3495 0 -1 1077944384 5213 0 0 0 97 2 0 0 20 0 14 0 102807073 10985160704 37639 33554432000 4194304 4196468 140727154383440 140715629067408 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4314] ppid=4308 vsize=10727696 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4314/stat : 4314 (java) S 4308 4311 3495 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 102807074 10985160704 37639 33554432000 4194304 4196468 140727154383440 140715550898448 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4315] ppid=4308 vsize=10727696 memory=140534374037120 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4315/stat : 4315 (java) S 4308 4311 3495 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 102807074 10985160704 37639 33554432000 4194304 4196468 140727154383440 140715549845904 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4316] ppid=4308 vsize=10727696 memory=7451037780778445142 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4316/stat : 4316 (java) S 4308 4311 3495 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 102807074 10985160704 37639 33554432000 4194304 4196468 140727154383440 140715548793360 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4317] ppid=4308 vsize=10727696 memory=3904961949748899889 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4317/stat : 4317 (java) S 4308 4311 3495 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 102807074 10985160704 37639 33554432000 4194304 4196468 140727154383440 140715547740816 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4318] ppid=4308 vsize=10727696 memory=3905668749825060279 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4318/stat : 4318 (java) S 4308 4311 3495 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 14 0 102807075 10985160704 37639 33554432000 4194304 4196468 140727154383440 140715116919488 140715624835714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4319] ppid=4308 vsize=10727696 memory=3533419649928619377 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4319/stat : 4319 (java) S 4308 4311 3495 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 102807075 10985160704 37639 33554432000 4194304 4196468 140727154383440 140715115865504 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4320] ppid=4308 vsize=10727696 memory=-7019007797916124576 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4320/stat : 4320 (java) S 4308 4311 3495 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 102807076 10985160704 37639 33554432000 4194304 4196468 140727154383440 140715114812912 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4321] ppid=4308 vsize=10727696 memory=-7965959130280075168 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4321/stat : 4321 (java) S 4308 4311 3495 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 102807078 10985160704 37639 33554432000 4194304 4196468 140727154383440 140715113761136 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4322] ppid=4308 vsize=10727696 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/4311/task/4322/stat : 4322 (java) S 4308 4311 3495 0 -1 1077944384 5040 0 0 0 62 1 0 0 20 0 14 0 102807078 10985160704 37639 33554432000 4194304 4196468 140727154383440 140715112693136 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4323] ppid=4308 vsize=10727696 memory=3472328296227680303 CPUtime=0.59 cores=0,2,4,6
/proc/4311/task/4323/stat : 4323 (java) S 4308 4311 3495 0 -1 1077944384 2970 0 0 0 59 0 0 0 20 0 14 0 102807078 10985160704 37639 33554432000 4194304 4196468 140727154383440 140715111655296 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4324] ppid=4308 vsize=10727696 memory=3471342930694874800 CPUtime=0.2 cores=0,2,4,6
/proc/4311/task/4324/stat : 4324 (java) S 4308 4311 3495 0 -1 1077944384 1568 0 0 0 20 0 0 0 20 0 14 0 102807078 10985160704 37639 33554432000 4194304 4196468 140727154383440 140715110600192 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
[pid=4311/tid=4325] ppid=4308 vsize=10727696 memory=3688501078341464111 CPUtime=0 cores=0,2,4,6
/proc/4311/task/4325/stat : 4325 (java) S 4308 4311 3495 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 102807078 10985160704 37639 33554432000 4194304 4196468 140727154383440 140715109550688 140715624834773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35885056 140727154390133 140727154390281 140727154390281 140727154393039 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 148464 KiB

Child status: 0
Real time (s): 1.02528
CPU time (s): 2.44812
CPU user time (s): 2.40057
CPU system time (s): 0.047546
CPU usage (%): 238.776
Max. virtual memory (cumulated for all children) (KiB): 10663072
Max. memory (cumulated for all children) (KiB): 148464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.40057
system time used= 0.047546
maximum resident set size= 151036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16189
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1314
involuntary context switches= 10


# summary of solver processes directly reported to runsolver:
#   pid: 4311
#   total CPU time (s): 2.44812
#   total CPU user time (s): 2.40057
#   total CPU system time (s): 0.047546

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.026651 second user time and 0.05956 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-29 10:20:39
IDJOB=4300122
IDBENCH=141559
IDSOLVER=2762
FILE ID=node149/4300122-1532852439
RUNJOBID= node149-1532844911-3526
PBS_JOBID= 21022501
Free space on /tmp= 43256 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-05-m003_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300122-1532852439/watcher-4300122-1532852439 -o /tmp/evaluation-result-4300122-1532852439/solver-4300122-1532852439 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532844911-3526 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4300122-1532852439.xml

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

MD5SUM BENCH= 11e14450858ef922a4bcb0797a1233a1
RANDOM SEED=1760217125

node149.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.60
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.60
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.60
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.60
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:        27283780 kB
MemAvailable:   31766592 kB
Buffers:          154940 kB
Cached:          4546016 kB
SwapCached:           60 kB
Active:          1734036 kB
Inactive:        3181300 kB
Active(anon):     164012 kB
Inactive(anon):    78000 kB
Active(file):    1570024 kB
Inactive(file):  3103300 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:              1292 kB
Writeback:             0 kB
AnonPages:        346568 kB
Mapped:            48012 kB
Shmem:             25040 kB
Slab:             266432 kB
SReclaimable:     237948 kB
SUnreclaim:        28484 kB
KernelStack:        3824 kB
PageTables:         5944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1118784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 43256 MiB
End job on node149 at 2018-07-29 10:20:40