Trace number 4391548

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
NACRE 1.0.5-Hybrid? (TO) 2400.11 2400.48

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-spng/
Pb-NG-K152.xml
MD5SUM148cc1c525306be86034ad988a5e8607
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables18088
Number of constraints18394
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":18088}]
Minimum variable degree3
Maximum variable degree12
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":280},{"degree":5,"count":1855},{"degree":6,"count":8133},{"degree":7,"count":4963},{"degree":8,"count":1953},{"degree":9,"count":602},{"degree":10,"count":150},{"degree":11,"count":1},{"degree":12,"count":150}]
Minimum constraint arity1
Maximum constraint arity152
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1963},{"arity":3,"count":8154},{"arity":4,"count":4983},{"arity":5,"count":2114},{"arity":6,"count":453},{"arity":7,"count":151},{"arity":9,"count":151},{"arity":119,"count":304},{"arity":152,"count":119}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":18394}]
Optimization problemNO
Type of objective

Solver Data

0.41/0.43	c NACRE 1.0.5
2400.02/2400.40	c
2400.02/2400.40	c # time = 2400.02
2400.02/2400.40	c # Dec = 4005563
2400.02/2400.40	c # Propagate Calls = 1052336785
2400.02/2400.40	c # assignAt Calls = 16677798
2400.02/2400.40	c # removeAt Calls = 480052959
2400.02/2400.40	c # Run = 978
2400.02/2400.40	c # Conflicts = 403989
2400.02/2400.40	c # Memory used = 4746.86 Mb
2400.02/2400.40	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4391548-1568316748/watcher-4391548-1568316748 -o /tmp/evaluation-result-4391548-1568316748/solver-4391548-1568316748 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568301555-23461 --watchdog 2560 nacre_mini_release HOME/instance-4391548-1568316748.xml -ca -l100 -cm 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=26982, runsolver pid=26979
Current StackSize limit: 8192 KiB


[startup+0.100209 s]*
/proc/loadavg: 1.92 1.97 2.03 3/201 26983
/proc/meminfo: memFree=28525856/32770624 swapFree=67004752/67108860
[pid=26982] ppid=26979 vsize=52900 memory=27860 CPUtime=0.1 cores=0,2,4,6
/proc/26982/stat : 26982 (nacre_mini_rele) R 26979 26982 11220 0 -1 4202496 7847 0 0 0 9 1 0 0 20 0 1 0 407942625 54169600 6965 33554432000 4194304 4935366 140731674282320 140731674279320 4553356 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7034520 7039168 13701120 140731674285057 140731674285157 140731674285157 140731674288066 0
/proc/26982/statm: 13225 6965 578 181 0 6842 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 52900 KiB
Current children cumulated memory: 27860 KiB

[startup+0.209886 s]*
/proc/loadavg: 1.92 1.97 2.03 3/201 26983
/proc/meminfo: memFree=28524368/32770624 swapFree=67004752/67108860
[pid=26982] ppid=26979 vsize=54524 memory=29444 CPUtime=0.21 cores=0,2,4,6
/proc/26982/stat : 26982 (nacre_mini_rele) R 26979 26982 11220 0 -1 4202496 8235 0 0 0 20 1 0 0 20 0 1 0 407942625 55832576 7361 33554432000 4194304 4935366 140731674282320 140731674279320 140270653701093 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7034520 7039168 13701120 140731674285057 140731674285157 140731674285157 140731674288066 0
/proc/26982/statm: 13631 7361 581 181 0 7248 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 54524 KiB
Current children cumulated memory: 29444 KiB

[startup+0.30959 s]*
/proc/loadavg: 1.92 1.97 2.03 3/201 26983
/proc/meminfo: memFree=28522880/32770624 swapFree=67004752/67108860
[pid=26982] ppid=26979 vsize=56060 memory=30764 CPUtime=0.31 cores=0,2,4,6
/proc/26982/stat : 26982 (nacre_mini_rele) R 26979 26982 11220 0 -1 4202496 8595 0 0 0 30 1 0 0 20 0 1 0 407942625 57405440 7691 33554432000 4194304 4935366 140731674282320 140731674279320 140270653701093 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7034520 7039168 13701120 140731674285057 140731674285157 140731674285157 140731674288066 0
/proc/26982/statm: 14015 7691 581 181 0 7632 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 56060 KiB
Current children cumulated memory: 30764 KiB

[startup+0.700377 s]
/proc/loadavg: 1.92 1.97 2.03 3/201 26983
/proc/meminfo: memFree=28517456/32770624 swapFree=67004752/67108860
[pid=26982] ppid=26979 vsize=61136 memory=35780 CPUtime=0.69 cores=0,2,4,6
/proc/26982/stat : 26982 (nacre_mini_rele) R 26979 26982 11220 0 -1 4202496 9847 0 0 0 68 1 0 0 20 0 1 0 407942625 62603264 8945 33554432000 4194304 4935366 140731674282320 140731674280440 4312457 0 0 4096 24578 0 0 0 17 2 0 0 0 0 0 7034520 7039168 13701120 140731674285057 140731674285157 140731674285157 140731674288066 0
/proc/26982/statm: 15284 8945 598 181 0 8901 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 61136 KiB
Current children cumulated memory: 35780 KiB

[startup+1.50043 s]
/proc/loadavg: 1.92 1.97 2.03 3/201 26983
/proc/meminfo: memFree=28517080/32770624 swapFree=67004752/67108860
[pid=26982] ppid=26979 vsize=61392 memory=36044 CPUtime=1.49 cores=0,2,4,6
/proc/26982/stat : 26982 (nacre_mini_rele) R 26979 26982 11220 0 -1 4202496 9897 0 0 0 148 1 0 0 20 0 1 0 407942625 62865408 9011 33554432000 4194304 4935366 140731674282320 140731674280264 4365325 0 0 4096 24578 0 0 0 17 2 0 0 0 0 0 7034520 7039168 13701120 140731674285057 140731674285157 140731674285157 140731674288066 0
/proc/26982/statm: 15348 9011 604 181 0 8965 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 61392 KiB
Current children cumulated memory: 36044 KiB

[startup+3.10989 s]
/proc/loadavg: 1.92 1.97 2.03 3/201 26983
/proc/meminfo: memFree=28516292/32770624 swapFree=67004752/67108860
[pid=26982] ppid=26979 vsize=61392 memory=36228 CPUtime=3.1 cores=0,2,4,6
/proc/26982/stat : 26982 (nacre_mini_rele) R 26979 26982 11220 0 -1 4202496 17017 0 0 0 309 1 0 0 20 0 1 0 407942625 62865408 9057 33554432000 4194304 4935366 140731674282320 140731674280264 4365325 0 0 4096 24578 0 0 0 17 2 0 0 0 0 0 7034520 7039168 13701120 140731674285057 140731674285157 140731674285157 140731674288066 0
/proc/26982/statm: 15348 9057 618 181 0 8965 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 61392 KiB
Current children cumulated memory: 36228 KiB

[startup+6.30042 s]
/proc/loadavg: 1.84 1.95 2.02 3/201 26983
/proc/meminfo: memFree=28515452/32770624 swapFree=67004752/67108860
[pid=26982] ppid=26979 vsize=61392 memory=36228 CPUtime=6.29 cores=0,2,4,6
/proc/26982/stat : 26982 (nacre_mini_rele) R 26979 26982 11220 0 -1 4202496 24486 0 0 0 628 1 0 0 20 0 1 0 407942625 62865408 9057 33554432000 4194304 4935366 140731674282320 140731674280264 4429184 0 0 4096 24578 0 0 0 17 2 0 0 0 0 0 7034520 7039168 13701120 140731674285057 140731674285157 140731674285157 140731674288066 0
/proc/26982/statm: 15348 9057 618 181 0 8965 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 61392 KiB
Current children cumulated memory: 36228 KiB

[startup+12.7004 s]
/proc/loadavg: 1.86 1.95 2.02 3/201 26983
/proc/meminfo: memFree=28510340/32770624 swapFree=67004752/67108860
[pid=26982] ppid=26979 vsize=65488 memory=40276 CPUtime=12.69 cores=0,2,4,6
/proc/26982/stat : 26982 (nacre_mini_rele) R 26979 26982 11220 0 -1 4202496 32977 0 0 0 1267 2 0 0 20 0 1 0 407942625 67059712 10069 33554432000 4194304 4935366 140731674282320 140731674280008 4365342 0 0 4096 24578 0 0 0 17 2 0 0 0 0 0 7034520 7039168 13701120 140731674285057 140731674285157 140731674285157 140731674288066 0
/proc/26982/statm: 16372 10069 618 181 0 9989 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 65488 KiB
Current children cumulated memory: 40276 KiB

[startup+25.5004 s]
/proc/loadavg: 1.89 1.96 2.02 3/201 26985
/proc/meminfo: memFree=28502560/32770624 swapFree=67004752/67108860
[pid=26982] ppid=26979 vsize=70288 memory=45148 CPUtime=25.49 cores=0,2,4,6
/proc/26982/stat : 26982 (nacre_mini_rele) R 26979 26982 11220 0 -1 4202496 50720 0 0 0 2546 3 0 0 20 0 1 0 407942625 71974912 11287 33554432000 4194304 4935366 140731674282320 140731674280008 4450177 0 0 4096 24578 0 0 0 17 2 0 0 0 0 0 7034520 7039168 13701120 140731674285057 140731674285157 140731674285157 140731674288066 0
/proc/26982/statm: 17572 11287 618 181 0 11189 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 70288 KiB
Current children cumulated memory: 45148 KiB

[startup+51.1101 s]
/proc/loadavg: 1.93 1.96 2.02 3/201 26985
/proc/meminfo: memFree=28479696/32770624 swapFree=67004752/67108860
[pid=26982] ppid=26979 vsize=90172 memory=64972 CPUtime=51.1 cores=0,2,4,6
/proc/26982/stat : 26982 (nacre_mini_rele) R 26979 26982 11220 0 -1 4202496 65426 0 0 0 5105 5 0 0 20 0 1 0 407942625 92336128 16243 33554432000 4194304 4935366 140731674282320 140731674280072 4429712 0 0 4096 24578 0 0 0 17 2 0 0 0 0 0 7034520 7039168 13701120 140731674285057 140731674285157 140731674285157 140731674288066 0
/proc/26982/statm: 22543 16243 618 181 0 16160 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 90172 KiB
Current children cumulated memory: 64972 KiB

[startup+102.3 s]
/proc/loadavg: 2.56 2.12 2.08 3/201 26989
/proc/meminfo: memFree=28359880/32770624 swapFree=67004752/67108860
[pid=26982] ppid=26979 vsize=200452 memory=175180 CPUtime=102.28 cores=0,2,4,6
/proc/26982/stat : 26982 (nacre_mini_rele) R 26979 26982 11220 0 -1 4202496 106945 0 0 0 10216 12 0 0 20 0 1 0 407942625 205262848 43795 33554432000 4194304 4935366 140731674282320 140731674280008 4365325 0 0 4096 24578 0 0 0 17 2 0 0 0 0 0 7034520 7039168 13701120 140731674285057 140731674285157 140731674285157 140731674288066 0
/proc/26982/statm: 50113 43795 618 181 0 43730 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 200452 KiB
Current children cumulated memory: 175180 KiB

[startup+162.3 s]
/proc/loadavg: 2.27 2.13 2.08 3/201 26995
/proc/meminfo: memFree=28132100/32770624 swapFree=67004752/67108860
[pid=26982] ppid=26979 vsize=416868 memory=391692 CPUtime=162.24 cores=0,2,4,6
/proc/26982/stat : 26982 (nacre_mini_rele) R 26979 26982 11220 0 -1 4202496 188436 0 0 0 16199 25 0 0 20 0 1 0 407942625 426872832 97923 33554432000 4194304 4935366 140731674282320 140731674280008 4429680 0 0 4096 24578 0 0 0 17 4 0 0 0 0 0 7034520 7039168 13701120 140731674285057 140731674285157 140731674285157 140731674288066 0
/proc/26982/statm: 104217 97923 618 181 0 97834 0
Current children cumulated CPU time: 162.24 s
Current children cumulated vsize: 416868 KiB
Current children cumulated memory: 391692 KiB

[startup+222.3 s]
/proc/loadavg: 2.10 2.10 2.07 3/199 26999
/proc/meminfo: memFree=27841728/32770624 swapFree=67004752/67108860
[pid=26982] ppid=26979 vsize=699184 memory=674076 CPUtime=222.23 cores=0,2,4,6
/proc/26982/stat : 26982 (nacre_mini_rele) R 26979 26982 11220 0 -1 4202496 274829 0 0 0 22183 40 0 0 20 0 1 0 407942625 715964416 168519 33554432000 4194304 4935366 140731674282320 140731674280072 4450164 0 0 4096 24578 0 0 0 17 4 0 0 0 0 0 7034520 7039168 13701120 140731674285057 140731674285157 140731674285157 140731674288066 0
/proc/26982/statm: 174796 168519 618 181 0 168413 0
Current children cumulated CPU time: 222.23 s
Current children cumulated vsize: 699184 KiB
Current children cumulated memory: 674076 KiB

[startup+282.3 s]
/proc/loadavg: 2.04 2.08 2.07 3/199 27003
/proc/meminfo: memFree=27552448/32770624 swapFree=67004752/67108860
[pid=26982] ppid=26979 vsize=981104 memory=956268 CPUtime=282.22 cores=0,2,4,6
/proc/26982/stat : 26982 (nacre_mini_rele) R 26979 26982 11220 0 -1 4202496 367115 0 0 0 28168 54 0 0 20 0 1 0 407942625 1004650496 239067 33554432000 4194304 4935366 140731674282320 140731674280072 4450346 0 0 4096 24578 0 0 0 17 4 0 0 0 0 0 7034520 7039168 13701120 140731674285057 140731674285157 140731674285157 140731674288066 0
/proc/26982/statm: 245276 239067 618 181 0 238893 0
Current children cumulated CPU time: 282.22 s
Current children cumulated vsize: 981104 KiB
Current children cumulated memory: 956268 KiB

[startup+342.3 s]
/proc/loadavg: 2.01 2.07 2.06 3/199 27009
/proc/meminfo: memFree=27311188/32770624 swapFree=67004752/67108860
[pid=26982] ppid=26979 vsize=1217108 memory=1192540 CPUtime=342.19 cores=0,2,4,6
/proc/26982/stat : 26982 (nacre_mini_rele) R 26979 26982 11220 0 -1 4202496 451152 0 0 0 34152 67 0 0 20 0 1 0 407942625 1246318592 298135 33554432000 4194304 4935366 140731674282320 140731674280008 4365342 0 0 4096 24578 0 0 0 17 4 0 0 0 0 0 7034520 7039168 13701120 140731674285057 140731674285157 140731674285157 140731674288066 0
/proc/26982/statm: 304277 298135 618 181 0 297894 0
Current children cumulated CPU time: 342.19 s
Current children cumulated vsize: 1217108 KiB
Current children cumulated memory: 1192540 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/199 27013
/proc/meminfo: memFree=27068320/32770624 swapFree=67004752/67108860
[pid=26982] ppid=26979 vsize=1441912 memory=1417176 CPUtime=402.18 cores=0,2,4,6
/proc/26982/stat : 26982 (nacre_mini_rele) R 26979 26982 11220 0 -1 4202496 538043 0 0 0 40138 80 0 0 20 0 1 0 407942625 1476517888 354294 33554432000 4194304 4935366 140731674282320 140731674280072 4450177 0 0 4096 24578 0 0 0 17 4 0 0 0 0 0 7034520 7039168 13701120 140731674285057 140731674285157 140731674285157 140731674288066 0
/proc/26982/statm: 360478 354294 618 181 0 354095 0
Current children cumulated CPU time: 402.18 s
Current children cumulated vsize: 1441912 KiB
Current children cumulated memory: 1417176 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.05 2.05 3/199 27017
/proc/meminfo: memFree=26840072/32770624 swapFree=67004752/67108860
[pid=26982] ppid=26979 vsize=1667668 memory=1643032 CPUtime=462.17 cores=0,2,4,6
/proc/26982/stat : 26982 (nacre_mini_rele) R 26979 26982 11220 0 -1 4202496 628282 0 0 0 46122 95 0 0 20 0 1 0 407942625 1707692032 410758 33554432000 4194304 4935366 140731674282320 140731674280072 4461250 0 0 4096 24578 0 0 0 17 4 0 0 0 0 0 7034520 7039168 13701120 140731674285057 140731674285157 140731674285157 140731674288066 0
/proc/26982/statm: 416917 410758 618 181 0 410534 0
Current children cumulated CPU time: 462.17 s
Current children cumulated vsize: 1667668 KiB
Current children cumulated memory: 1643032 KiB


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

/proc/26982/statm: 877887 871621 618 181 0 871504 0
Current children cumulated CPU time: 1602.01 s
Current children cumulated vsize: 3511548 KiB
Current children cumulated memory: 3486484 KiB

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 27127
/proc/meminfo: memFree=24844836/32770624 swapFree=67004752/67108860
[pid=26982] ppid=26979 vsize=3581892 memory=3556808 CPUtime=1662 cores=0,2,4,6
/proc/26982/stat : 26982 (nacre_mini_rele) R 26979 26982 11220 0 -1 4202496 2676101 0 0 0 165884 316 0 0 20 0 1 0 407942625 3667857408 889202 33554432000 4194304 4935366 140731674282320 140731674280072 140270659902318 0 0 4096 24578 0 0 0 17 4 0 0 0 0 0 7034520 7039168 13701120 140731674285057 140731674285157 140731674285157 140731674288066 0
/proc/26982/statm: 895473 889202 618 181 0 889090 0
Current children cumulated CPU time: 1662 s
Current children cumulated vsize: 3581892 KiB
Current children cumulated memory: 3556808 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 27139
/proc/meminfo: memFree=24786116/32770624 swapFree=67004752/67108860
[pid=26982] ppid=26979 vsize=3631860 memory=3606828 CPUtime=1722 cores=0,2,4,6
/proc/26982/stat : 26982 (nacre_mini_rele) R 26979 26982 11220 0 -1 4202496 2761401 0 0 0 171873 327 0 0 20 0 1 0 407942625 3719024640 901707 33554432000 4194304 4935366 140731674282320 140731674280072 4365325 0 0 4096 24578 0 0 0 17 4 0 0 0 0 0 7034520 7039168 13701120 140731674285057 140731674285157 140731674285157 140731674288066 0
/proc/26982/statm: 907965 901707 618 181 0 901582 0
Current children cumulated CPU time: 1722 s
Current children cumulated vsize: 3631860 KiB
Current children cumulated memory: 3606828 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/202 27169
/proc/meminfo: memFree=24704376/32770624 swapFree=67004752/67108860
[pid=26982] ppid=26979 vsize=3713588 memory=3688660 CPUtime=1782 cores=0,2,4,6
/proc/26982/stat : 26982 (nacre_mini_rele) R 26979 26982 11220 0 -1 4202496 2851157 0 0 0 177863 337 0 0 20 0 1 0 407942625 3802714112 922165 33554432000 4194304 4935366 140731674282320 140731674280072 4365325 0 0 4096 24578 0 0 0 17 4 0 0 0 0 0 7034520 7039168 13701120 140731674285057 140731674285157 140731674285157 140731674288066 0
/proc/26982/statm: 928397 922165 618 181 0 922014 0
Current children cumulated CPU time: 1782 s
Current children cumulated vsize: 3713588 KiB
Current children cumulated memory: 3688660 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/202 27173
/proc/meminfo: memFree=24605416/32770624 swapFree=67004752/67108860
[pid=26982] ppid=26979 vsize=3810240 memory=3785252 CPUtime=1841.99 cores=0,2,4,6
/proc/26982/stat : 26982 (nacre_mini_rele) R 26979 26982 11220 0 -1 4202496 2943438 0 0 0 183851 348 0 0 20 0 1 0 407942625 3901685760 946313 33554432000 4194304 4935366 140731674282320 140731674280072 4461073 0 0 4096 24578 0 0 0 17 4 0 0 0 0 0 7034520 7039168 13701120 140731674285057 140731674285157 140731674285157 140731674288066 0
/proc/26982/statm: 952560 946313 618 181 0 946177 0
Current children cumulated CPU time: 1841.99 s
Current children cumulated vsize: 3810240 KiB
Current children cumulated memory: 3785252 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/202 27177
/proc/meminfo: memFree=24426836/32770624 swapFree=67004752/67108860
[pid=26982] ppid=26979 vsize=3979192 memory=3954236 CPUtime=1901.98 cores=0,2,4,6
/proc/26982/stat : 26982 (nacre_mini_rele) R 26979 26982 11220 0 -1 4202496 3069224 0 0 0 189835 363 0 0 20 0 1 0 407942625 4074692608 988559 33554432000 4194304 4935366 140731674282320 140731674280008 4429515 0 0 4096 24578 0 0 0 17 4 0 0 0 0 0 7034520 7039168 13701120 140731674285057 140731674285157 140731674285157 140731674288066 0
/proc/26982/statm: 994798 988559 618 181 0 988415 0
Current children cumulated CPU time: 1901.98 s
Current children cumulated vsize: 3979192 KiB
Current children cumulated memory: 3954236 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/202 27183
/proc/meminfo: memFree=24325536/32770624 swapFree=67004752/67108860
[pid=26982] ppid=26979 vsize=4076428 memory=4051448 CPUtime=1961.97 cores=0,2,4,6
/proc/26982/stat : 26982 (nacre_mini_rele) R 26979 26982 11220 0 -1 4202496 3175015 0 0 0 195823 374 0 0 20 0 1 0 407942625 4174262272 1012862 33554432000 4194304 4935366 140731674282320 140731674280072 4461218 0 0 4096 24578 0 0 0 17 4 0 0 0 0 0 7034520 7039168 13701120 140731674285057 140731674285157 140731674285157 140731674288066 0
/proc/26982/statm: 1019107 1012862 618 181 0 1012724 0
Current children cumulated CPU time: 1961.97 s
Current children cumulated vsize: 4076428 KiB
Current children cumulated memory: 4051448 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 27187
/proc/meminfo: memFree=24239460/32770624 swapFree=67004752/67108860
[pid=26982] ppid=26979 vsize=4161872 memory=4136984 CPUtime=2021.96 cores=0,2,4,6
/proc/26982/stat : 26982 (nacre_mini_rele) R 26979 26982 11220 0 -1 4202496 3265669 0 0 0 201814 382 0 0 20 0 1 0 407942625 4261756928 1034246 33554432000 4194304 4935366 140731674282320 140731674280072 4429440 0 0 4096 24578 0 0 0 17 4 0 0 0 0 0 7034520 7039168 13701120 140731674285057 140731674285157 140731674285157 140731674288066 0
/proc/26982/statm: 1040468 1034246 618 181 0 1034085 0
Current children cumulated CPU time: 2021.96 s
Current children cumulated vsize: 4161872 KiB
Current children cumulated memory: 4136984 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 27252
/proc/meminfo: memFree=24332748/32770624 swapFree=67004752/67108860
[pid=26982] ppid=26979 vsize=4244168 memory=4219216 CPUtime=2081.96 cores=0,2,4,6
/proc/26982/stat : 26982 (nacre_mini_rele) R 26979 26982 11220 0 -1 4202496 3366585 0 0 0 207801 395 0 0 20 0 1 0 407942625 4346028032 1054804 33554432000 4194304 4935366 140731674282320 140731674280008 4476272 0 0 4096 24578 0 0 0 17 4 0 0 0 0 0 7034520 7039168 13701120 140731674285057 140731674285157 140731674285157 140731674288066 0
/proc/26982/statm: 1061042 1054804 618 181 0 1054659 0
Current children cumulated CPU time: 2081.96 s
Current children cumulated vsize: 4244168 KiB
Current children cumulated memory: 4219216 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 27258
/proc/meminfo: memFree=23963564/32770624 swapFree=67004752/67108860
[pid=26982] ppid=26979 vsize=4307020 memory=4282096 CPUtime=2141.96 cores=0,2,4,6
/proc/26982/stat : 26982 (nacre_mini_rele) R 26979 26982 11220 0 -1 4202496 3450487 0 0 0 213792 404 0 0 20 0 1 0 407942625 4410388480 1070524 33554432000 4194304 4935366 140731674282320 140731674280072 4365387 0 0 4096 24578 0 0 0 17 4 0 0 0 0 0 7034520 7039168 13701120 140731674285057 140731674285157 140731674285157 140731674288066 0
/proc/26982/statm: 1076755 1070524 618 181 0 1070372 0
Current children cumulated CPU time: 2141.96 s
Current children cumulated vsize: 4307020 KiB
Current children cumulated memory: 4282096 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 27262
/proc/meminfo: memFree=23547800/32770624 swapFree=67004752/67108860
[pid=26982] ppid=26979 vsize=4385988 memory=4361024 CPUtime=2201.95 cores=0,2,4,6
/proc/26982/stat : 26982 (nacre_mini_rele) R 26979 26982 11220 0 -1 4202496 3538142 0 0 0 219780 415 0 0 20 0 1 0 407942625 4491251712 1090256 33554432000 4194304 4935366 140731674282320 140731674280072 4461244 0 0 4096 24578 0 0 0 17 4 0 0 0 0 0 7034520 7039168 13701120 140731674285057 140731674285157 140731674285157 140731674288066 0
/proc/26982/statm: 1096497 1090256 618 181 0 1090114 0
Current children cumulated CPU time: 2201.95 s
Current children cumulated vsize: 4385988 KiB
Current children cumulated memory: 4361024 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 27266
/proc/meminfo: memFree=23084860/32770624 swapFree=67004752/67108860
[pid=26982] ppid=26979 vsize=4544392 memory=4519476 CPUtime=2261.94 cores=0,2,4,6
/proc/26982/stat : 26982 (nacre_mini_rele) R 26979 26982 11220 0 -1 4202496 3659437 0 0 0 225765 429 0 0 20 0 1 0 407942625 4653457408 1129869 33554432000 4194304 4935366 140731674282320 140731674280072 140270659892400 0 0 4096 24578 0 0 0 17 4 0 0 0 0 0 7034520 7039168 13701120 140731674285057 140731674285157 140731674285157 140731674288066 0
/proc/26982/statm: 1136098 1129869 618 181 0 1129715 0
Current children cumulated CPU time: 2261.94 s
Current children cumulated vsize: 4544392 KiB
Current children cumulated memory: 4519476 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 27280
/proc/meminfo: memFree=22815932/32770624 swapFree=67004752/67108860
[pid=26982] ppid=26979 vsize=4618056 memory=4593116 CPUtime=2321.93 cores=0,2,4,6
/proc/26982/stat : 26982 (nacre_mini_rele) R 26979 26982 11220 0 -1 4202496 3752591 0 0 0 231753 440 0 0 20 0 1 0 407942625 4728889344 1148279 33554432000 4194304 4935366 140731674282320 140731674280072 4365325 0 0 4096 24578 0 0 0 17 4 0 0 0 0 0 7034520 7039168 13701120 140731674285057 140731674285157 140731674285157 140731674288066 0
/proc/26982/statm: 1154514 1148279 618 181 0 1148131 0
Current children cumulated CPU time: 2321.93 s
Current children cumulated vsize: 4618056 KiB
Current children cumulated memory: 4593116 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 27284
/proc/meminfo: memFree=22512460/32770624 swapFree=67004752/67108860
[pid=26982] ppid=26979 vsize=4735404 memory=4710432 CPUtime=2381.92 cores=0,2,4,6
/proc/26982/stat : 26982 (nacre_mini_rele) R 26979 26982 11220 0 -1 4202496 3857754 0 0 0 237739 453 0 0 20 0 1 0 407942625 4849053696 1177608 33554432000 4194304 4935366 140731674282320 140731674280072 4424420 0 0 4096 24578 0 0 0 17 4 0 0 0 0 0 7034520 7039168 13701120 140731674285057 140731674285157 140731674285157 140731674288066 0
/proc/26982/statm: 1183851 1177608 618 181 0 1177468 0
Current children cumulated CPU time: 2381.92 s
Current children cumulated vsize: 4735404 KiB
Current children cumulated memory: 4710432 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 27284
/proc/meminfo: memFree=22433068/32770624 swapFree=67004752/67108860
[pid=26982] ppid=26979 vsize=4771644 memory=4746696 CPUtime=2400.02 cores=0,2,4,6
/proc/26982/stat : 26982 (nacre_mini_rele) R 26979 26982 11220 0 -1 4202496 3882706 0 0 0 239545 457 0 0 20 0 1 0 407942625 4886163456 1186674 33554432000 4194304 4935366 140731674282320 140731674280072 4450160 0 0 4096 24578 0 0 0 17 4 0 0 0 0 0 7034520 7039168 13701120 140731674285057 140731674285157 140731674285157 140731674288066 0
/proc/26982/statm: 1192911 1186674 618 181 0 1186528 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 4771644 KiB
Current children cumulated memory: 4746696 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2400.48 s]
# the end of solver process 26982 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.45 s, system=4.65892 s

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

Child status: 0
Real time (s): 2400.48
CPU time (s): 2400.11
CPU user time (s): 2395.45
CPU system time (s): 4.65892
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 4771644
Max. memory (cumulated for all children) (KiB): 4746696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.45
system time used= 4.65892
maximum resident set size= 4746868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3882748
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 604
involuntary context switches= 1757


# summary of solver processes directly reported to runsolver:
#   pid: 26982
#   total CPU time (s): 2400.11
#   total CPU user time (s): 2395.45
#   total CPU system time (s): 4.65892

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.24257 second user time and 18.3892 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-12 21:31:51
IDJOB=4391548
IDBENCH=134790
IDSOLVER=2834
FILE ID=node126/4391548-1568316748
RUNJOBID= node126-1568301555-23461
PBS_JOBID= 21701113
Free space on /tmp= 55384 MiB

SOLVER NAME= NACRE 1.0.5-Hybrid
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-spng/Pb-NG-K152.xml
COMMAND LINE= nacre_mini_release BENCHNAME -ca -l100 -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4391548-1568316748/watcher-4391548-1568316748 -o /tmp/evaluation-result-4391548-1568316748/solver-4391548-1568316748 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568301555-23461 --watchdog 2560  nacre_mini_release HOME/instance-4391548-1568316748.xml -ca -l100 -cm

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

MD5SUM BENCH= 148cc1c525306be86034ad988a5e8607
RANDOM SEED=517090003

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28550816 kB
MemAvailable:   31713360 kB
Buffers:          114828 kB
Cached:          3298800 kB
SwapCached:         2860 kB
Active:          1982468 kB
Inactive:        1589904 kB
Active(anon):     157236 kB
Inactive(anon):    43292 kB
Active(file):    1825232 kB
Inactive(file):  1546612 kB
Unevictable:      109112 kB
Mlocked:          109112 kB
SwapTotal:      67108860 kB
SwapFree:       67004752 kB
Dirty:              1732 kB
Writeback:             0 kB
AnonPages:        269928 kB
Mapped:            44248 kB
Shmem:             32816 kB
Slab:             242812 kB
SReclaimable:     213068 kB
SUnreclaim:        29744 kB
KernelStack:        3696 kB
PageTables:         6112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     680584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 55384 MiB
End job on node126 at 2019-09-12 22:11:51