Trace number 4391482

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.15 2400.86

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-sptate/
Pb-Tate-K108.xml
MD5SUM2a47884be513939e719b7a1148b6038b
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 benchmark78.6843
Satisfiable
(Un)Satisfiability was proved
Number of variables7344
Number of constraints7562
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":7344}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":185},{"degree":5,"count":1300},{"degree":6,"count":2879},{"degree":7,"count":1808},{"degree":8,"count":745},{"degree":9,"count":214},{"degree":10,"count":212}]
Minimum constraint arity1
Maximum constraint arity108
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1391},{"arity":3,"count":2889},{"arity":4,"count":1926},{"arity":5,"count":642},{"arity":6,"count":214},{"arity":7,"count":214},{"arity":68,"count":216},{"arity":108,"count":68}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":7562}]
Optimization problemNO
Type of objective

Solver Data

0.10/0.17	c NACRE 1.0.5
2400.08/2400.80	c
2400.08/2400.80	c # time = 2400.08
2400.08/2400.80	c # Dec = 3226693
2400.08/2400.80	c # Propagate Calls = 1338895167
2400.08/2400.80	c # assignAt Calls = 25431779
2400.08/2400.80	c # removeAt Calls = 530397481
2400.08/2400.80	c # Run = 1630
2400.08/2400.80	c # Conflicts = 772378
2400.08/2400.80	c # Memory used = 4361.58 Mb
2400.08/2400.80	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 (12582 MiB free)
  memory of node 1: 16384 MiB (13305 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4391482-1568318008/watcher-4391482-1568318008 -o /tmp/evaluation-result-4391482-1568318008/solver-4391482-1568318008 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1568307015-16994 --watchdog 2560 nacre_mini_release HOME/instance-4391482-1568318008.xml -ca -l100 -cm 

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

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=19301, runsolver pid=19298
Current StackSize limit: 8192 KiB


[startup+0.100221 s]*
/proc/loadavg: 2.00 2.01 2.05 3/200 19302
/proc/meminfo: memFree=26497524/32770624 swapFree=66927140/67108860
[pid=19301] ppid=19298 vsize=37416 memory=13876 CPUtime=0.1 cores=1,3,5,7
/proc/19301/stat : 19301 (nacre_mini_rele) R 19298 19301 15287 0 -1 4202496 3744 0 0 0 10 0 0 0 20 0 1 0 408048169 38313984 3469 33554432000 4194304 4935366 140732747389920 140732747387496 139664698358590 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 7034520 7039168 20180992 140732747392001 140732747392101 140732747392101 140732747395010 0
/proc/19301/statm: 9354 3469 581 181 0 2971 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 37416 KiB
Current children cumulated memory: 13876 KiB

[startup+0.209805 s]*
/proc/loadavg: 2.00 2.01 2.05 3/200 19302
/proc/meminfo: memFree=26494912/32770624 swapFree=66927140/67108860
[pid=19301] ppid=19298 vsize=39672 memory=16252 CPUtime=0.21 cores=1,3,5,7
/proc/19301/stat : 19301 (nacre_mini_rele) R 19298 19301 15287 0 -1 4202496 4337 0 0 0 21 0 0 0 20 0 1 0 408048169 40624128 4063 33554432000 4194304 4935366 140732747389920 140732747387496 4312448 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 20180992 140732747392001 140732747392101 140732747392101 140732747395010 0
/proc/19301/statm: 9918 4063 598 181 0 3535 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 39672 KiB
Current children cumulated memory: 16252 KiB

[startup+0.309666 s]*
/proc/loadavg: 2.00 2.01 2.05 3/200 19302
/proc/meminfo: memFree=26494912/32770624 swapFree=66927140/67108860
[pid=19301] ppid=19298 vsize=39672 memory=16252 CPUtime=0.31 cores=1,3,5,7
/proc/19301/stat : 19301 (nacre_mini_rele) R 19298 19301 15287 0 -1 4202496 4367 0 0 0 31 0 0 0 20 0 1 0 408048169 40624128 4063 33554432000 4194304 4935366 140732747389920 140732747387496 4365321 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 20180992 140732747392001 140732747392101 140732747392101 140732747395010 0
/proc/19301/statm: 9918 4063 598 181 0 3535 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 39672 KiB
Current children cumulated memory: 16252 KiB

[startup+0.700318 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 19302
/proc/meminfo: memFree=26494912/32770624 swapFree=66927140/67108860
[pid=19301] ppid=19298 vsize=39672 memory=16252 CPUtime=0.69 cores=1,3,5,7
/proc/19301/stat : 19301 (nacre_mini_rele) R 19298 19301 15287 0 -1 4202496 4371 0 0 0 69 0 0 0 20 0 1 0 408048169 40624128 4063 33554432000 4194304 4935366 140732747389920 140732747387496 4365342 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 20180992 140732747392001 140732747392101 140732747392101 140732747395010 0
/proc/19301/statm: 9918 4063 598 181 0 3535 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 39672 KiB
Current children cumulated memory: 16252 KiB

[startup+1.50038 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 19304
/proc/meminfo: memFree=26493536/32770624 swapFree=66927140/67108860
[pid=19301] ppid=19298 vsize=42052 memory=18628 CPUtime=1.48 cores=1,3,5,7
/proc/19301/stat : 19301 (nacre_mini_rele) R 19298 19301 15287 0 -1 4202496 4969 0 0 0 148 0 0 0 20 0 1 0 408048169 43061248 4657 33554432000 4194304 4935366 140732747389920 140732747387608 139664699110128 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 20180992 140732747392001 140732747392101 140732747392101 140732747395010 0
/proc/19301/statm: 10513 4657 618 181 0 4130 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 42052 KiB
Current children cumulated memory: 18628 KiB

[startup+3.10987 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 19304
/proc/meminfo: memFree=26482008/32770624 swapFree=66927140/67108860
[pid=19301] ppid=19298 vsize=52116 memory=28840 CPUtime=3.1 cores=1,3,5,7
/proc/19301/stat : 19301 (nacre_mini_rele) R 19298 19301 15287 0 -1 4202496 11123 0 0 0 309 1 0 0 20 0 1 0 408048169 53366784 7210 33554432000 4194304 4935366 140732747389920 140732747387496 139664704554157 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 20180992 140732747392001 140732747392101 140732747392101 140732747395010 0
/proc/19301/statm: 13029 7210 618 181 0 6646 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 52116 KiB
Current children cumulated memory: 28840 KiB

[startup+6.30036 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 19304
/proc/meminfo: memFree=26476172/32770624 swapFree=66927140/67108860
[pid=19301] ppid=19298 vsize=57724 memory=34488 CPUtime=6.29 cores=1,3,5,7
/proc/19301/stat : 19301 (nacre_mini_rele) R 19298 19301 15287 0 -1 4202496 17131 0 0 0 628 1 0 0 20 0 1 0 408048169 59109376 8622 33554432000 4194304 4935366 140732747389920 140732747387672 4365369 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 20180992 140732747392001 140732747392101 140732747392101 140732747395010 0
/proc/19301/statm: 14431 8622 618 181 0 8048 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 57724 KiB
Current children cumulated memory: 34488 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 19304
/proc/meminfo: memFree=26445996/32770624 swapFree=66927140/67108860
[pid=19301] ppid=19298 vsize=92552 memory=69100 CPUtime=12.69 cores=1,3,5,7
/proc/19301/stat : 19301 (nacre_mini_rele) R 19298 19301 15287 0 -1 4202496 31907 0 0 0 1266 3 0 0 20 0 1 0 408048169 94773248 17275 33554432000 4194304 4935366 140732747389920 140732747387672 4365312 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 20180992 140732747392001 140732747392101 140732747392101 140732747395010 0
/proc/19301/statm: 23138 17275 618 181 0 16755 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 92552 KiB
Current children cumulated memory: 69100 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 19305
/proc/meminfo: memFree=26355552/32770624 swapFree=66927140/67108860
[pid=19301] ppid=19298 vsize=181040 memory=157560 CPUtime=25.49 cores=1,3,5,7
/proc/19301/stat : 19301 (nacre_mini_rele) R 19298 19301 15287 0 -1 4202496 78455 0 0 0 2541 8 0 0 20 0 1 0 408048169 185384960 39390 33554432000 4194304 4935366 140732747389920 140732747387608 139664699218331 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 20180992 140732747392001 140732747392101 140732747392101 140732747395010 0
/proc/19301/statm: 45260 39390 618 181 0 38877 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 181040 KiB
Current children cumulated memory: 157560 KiB

[startup+51.1099 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 19307
/proc/meminfo: memFree=26154196/32770624 swapFree=66927140/67108860
[pid=19301] ppid=19298 vsize=377844 memory=353868 CPUtime=51.1 cores=1,3,5,7
/proc/19301/stat : 19301 (nacre_mini_rele) R 19298 19301 15287 0 -1 4202496 158633 0 0 0 5090 20 0 0 20 0 1 0 408048169 386912256 88467 33554432000 4194304 4935366 140732747389920 140732747387672 4429515 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 20180992 140732747392001 140732747392101 140732747392101 140732747395010 0
/proc/19301/statm: 94461 88467 618 181 0 88078 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 377844 KiB
Current children cumulated memory: 353868 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 19311
/proc/meminfo: memFree=25892092/32770624 swapFree=66927140/67108860
[pid=19301] ppid=19298 vsize=638408 memory=614788 CPUtime=102.28 cores=1,3,5,7
/proc/19301/stat : 19301 (nacre_mini_rele) R 19298 19301 15287 0 -1 4202496 270009 0 0 0 10191 37 0 0 20 0 1 0 408048169 653729792 153697 33554432000 4194304 4935366 140732747389920 140732747387672 139664704564073 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 20180992 140732747392001 140732747392101 140732747392101 140732747395010 0
/proc/19301/statm: 159602 153697 618 181 0 153219 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 638408 KiB
Current children cumulated memory: 614788 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 19316
/proc/meminfo: memFree=25667240/32770624 swapFree=66927140/67108860
[pid=19301] ppid=19298 vsize=856380 memory=832836 CPUtime=162.27 cores=1,3,5,7
/proc/19301/stat : 19301 (nacre_mini_rele) R 19298 19301 15287 0 -1 4202496 390462 0 0 0 16173 54 0 0 20 0 1 0 408048169 876933120 208209 33554432000 4194304 4935366 140732747389920 140732747387672 139664704656398 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 20180992 140732747392001 140732747392101 140732747392101 140732747395010 0
/proc/19301/statm: 214095 208209 618 181 0 207712 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 856380 KiB
Current children cumulated memory: 832836 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 19320
/proc/meminfo: memFree=25473380/32770624 swapFree=66927140/67108860
[pid=19301] ppid=19298 vsize=1047456 memory=1024104 CPUtime=222.25 cores=1,3,5,7
/proc/19301/stat : 19301 (nacre_mini_rele) R 19298 19301 15287 0 -1 4202496 509858 0 0 0 22156 69 0 0 20 0 1 0 408048169 1072594944 256026 33554432000 4194304 4935366 140732747389920 140732747387672 4429712 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 20180992 140732747392001 140732747392101 140732747392101 140732747395010 0
/proc/19301/statm: 261864 256026 618 181 0 255481 0
Current children cumulated CPU time: 222.25 s
Current children cumulated vsize: 1047456 KiB
Current children cumulated memory: 1024104 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 19326
/proc/meminfo: memFree=25294164/32770624 swapFree=66927140/67108860
[pid=19301] ppid=19298 vsize=1221716 memory=1198480 CPUtime=282.22 cores=1,3,5,7
/proc/19301/stat : 19301 (nacre_mini_rele) R 19298 19301 15287 0 -1 4202496 639364 0 0 0 28136 86 0 0 20 0 1 0 408048169 1251037184 299620 33554432000 4194304 4935366 140732747389920 140732747387608 4418736 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 20180992 140732747392001 140732747392101 140732747392101 140732747395010 0
/proc/19301/statm: 305429 299620 618 181 0 299046 0
Current children cumulated CPU time: 282.22 s
Current children cumulated vsize: 1221716 KiB
Current children cumulated memory: 1198480 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 19331
/proc/meminfo: memFree=25109608/32770624 swapFree=66927140/67108860
[pid=19301] ppid=19298 vsize=1396064 memory=1371488 CPUtime=342.2 cores=1,3,5,7
/proc/19301/stat : 19301 (nacre_mini_rele) R 19298 19301 15287 0 -1 4202496 794214 0 0 0 34114 106 0 0 20 0 1 0 408048169 1429569536 342872 33554432000 4194304 4935366 140732747389920 140732747387672 4461073 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 20180992 140732747392001 140732747392101 140732747392101 140732747395010 0
/proc/19301/statm: 349016 342872 618 181 0 342633 0
Current children cumulated CPU time: 342.2 s
Current children cumulated vsize: 1396064 KiB
Current children cumulated memory: 1371488 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 19335
/proc/meminfo: memFree=24955148/32770624 swapFree=66927140/67108860
[pid=19301] ppid=19298 vsize=1549656 memory=1525184 CPUtime=402.17 cores=1,3,5,7
/proc/19301/stat : 19301 (nacre_mini_rele) R 19298 19301 15287 0 -1 4202496 933361 0 0 0 40094 123 0 0 20 0 1 0 408048169 1586847744 381296 33554432000 4194304 4935366 140732747389920 140732747387608 4429860 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 20180992 140732747392001 140732747392101 140732747392101 140732747395010 0
/proc/19301/statm: 387414 381296 618 181 0 381031 0
Current children cumulated CPU time: 402.17 s
Current children cumulated vsize: 1549656 KiB
Current children cumulated memory: 1525184 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 19349
/proc/meminfo: memFree=24831372/32770624 swapFree=66927140/67108860
[pid=19301] ppid=19298 vsize=1673320 memory=1648960 CPUtime=462.15 cores=1,3,5,7
/proc/19301/stat : 19301 (nacre_mini_rele) R 19298 19301 15287 0 -1 4202496 1100152 0 0 0 46076 139 0 0 20 0 1 0 408048169 1713479680 412240 33554432000 4194304 4935366 140732747389920 140732747387672 4429630 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 20180992 140732747392001 140732747392101 140732747392101 140732747395010 0
/proc/19301/statm: 418330 412240 618 181 0 411947 0
Current children cumulated CPU time: 462.15 s
Current children cumulated vsize: 1673320 KiB
Current children cumulated memory: 1648960 KiB


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

/proc/19301/statm: 910144 904211 618 181 0 903761 0
Current children cumulated CPU time: 1601.84 s
Current children cumulated vsize: 3640576 KiB
Current children cumulated memory: 3616852 KiB

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 19542
/proc/meminfo: memFree=20236764/32770624 swapFree=66927140/67108860
[pid=19301] ppid=19298 vsize=3678488 memory=3654840 CPUtime=1661.82 cores=1,3,5,7
/proc/19301/stat : 19301 (nacre_mini_rele) R 19298 19301 15287 0 -1 4202496 5166722 0 0 0 165678 504 0 0 20 0 1 0 408048169 3766771712 913710 33554432000 4194304 4935366 140732747389920 140732747387624 4476298 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 20180992 140732747392001 140732747392101 140732747392101 140732747395010 0
/proc/19301/statm: 919622 913710 618 181 0 913239 0
Current children cumulated CPU time: 1661.82 s
Current children cumulated vsize: 3678488 KiB
Current children cumulated memory: 3654840 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/200 19548
/proc/meminfo: memFree=20160496/32770624 swapFree=66927140/67108860
[pid=19301] ppid=19298 vsize=3702268 memory=3678520 CPUtime=1721.81 cores=1,3,5,7
/proc/19301/stat : 19301 (nacre_mini_rele) R 19298 19301 15287 0 -1 4202496 5363135 0 0 0 171664 517 0 0 20 0 1 0 408048169 3791122432 919630 33554432000 4194304 4935366 140732747389920 140732747387672 4424420 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 20180992 140732747392001 140732747392101 140732747392101 140732747395010 0
/proc/19301/statm: 925567 919630 618 181 0 919184 0
Current children cumulated CPU time: 1721.81 s
Current children cumulated vsize: 3702268 KiB
Current children cumulated memory: 3678520 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 19552
/proc/meminfo: memFree=20058404/32770624 swapFree=66927140/67108860
[pid=19301] ppid=19298 vsize=3754676 memory=3730868 CPUtime=1781.79 cores=1,3,5,7
/proc/19301/stat : 19301 (nacre_mini_rele) R 19298 19301 15287 0 -1 4202496 5515399 0 0 0 177649 530 0 0 20 0 1 0 408048169 3844788224 932717 33554432000 4194304 4935366 140732747389920 140732747387672 4461218 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 20180992 140732747392001 140732747392101 140732747392101 140732747395010 0
/proc/19301/statm: 938669 932717 618 181 0 932286 0
Current children cumulated CPU time: 1781.79 s
Current children cumulated vsize: 3754676 KiB
Current children cumulated memory: 3730868 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 19556
/proc/meminfo: memFree=19939828/32770624 swapFree=66927140/67108860
[pid=19301] ppid=19298 vsize=3802504 memory=3778716 CPUtime=1841.77 cores=1,3,5,7
/proc/19301/stat : 19301 (nacre_mini_rele) R 19298 19301 15287 0 -1 4202496 5695018 0 0 0 183632 545 0 0 20 0 1 0 408048169 3893764096 944679 33554432000 4194304 4935366 140732747389920 140732747387672 4365325 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 20180992 140732747392001 140732747392101 140732747392101 140732747395010 0
/proc/19301/statm: 950626 944679 618 181 0 944243 0
Current children cumulated CPU time: 1841.77 s
Current children cumulated vsize: 3802504 KiB
Current children cumulated memory: 3778716 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 19562
/proc/meminfo: memFree=19807100/32770624 swapFree=66927140/67108860
[pid=19301] ppid=19298 vsize=3833016 memory=3809340 CPUtime=1901.74 cores=1,3,5,7
/proc/19301/stat : 19301 (nacre_mini_rele) R 19298 19301 15287 0 -1 4202496 5854869 0 0 0 189617 557 0 0 20 0 1 0 408048169 3925008384 952335 33554432000 4194304 4935366 140732747389920 140732747387608 4461073 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 20180992 140732747392001 140732747392101 140732747392101 140732747395010 0
/proc/19301/statm: 958254 952335 618 181 0 951871 0
Current children cumulated CPU time: 1901.74 s
Current children cumulated vsize: 3833016 KiB
Current children cumulated memory: 3809340 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 19567
/proc/meminfo: memFree=19753412/32770624 swapFree=66927140/67108860
[pid=19301] ppid=19298 vsize=3872516 memory=3848848 CPUtime=1961.72 cores=1,3,5,7
/proc/19301/stat : 19301 (nacre_mini_rele) R 19298 19301 15287 0 -1 4202496 6009007 0 0 0 195602 570 0 0 20 0 1 0 408048169 3965456384 962212 33554432000 4194304 4935366 140732747389920 140732747387672 4365325 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 20180992 140732747392001 140732747392101 140732747392101 140732747395010 0
/proc/19301/statm: 968129 962212 618 181 0 961746 0
Current children cumulated CPU time: 1961.72 s
Current children cumulated vsize: 3872516 KiB
Current children cumulated memory: 3848848 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 19571
/proc/meminfo: memFree=19599876/32770624 swapFree=66927140/67108860
[pid=19301] ppid=19298 vsize=3986916 memory=3963112 CPUtime=2021.7 cores=1,3,5,7
/proc/19301/stat : 19301 (nacre_mini_rele) R 19298 19301 15287 0 -1 4202496 6165901 0 0 0 201584 586 0 0 20 0 1 0 408048169 4082601984 990778 33554432000 4194304 4935366 140732747389920 140732747387672 139664698360574 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 20180992 140732747392001 140732747392101 140732747392101 140732747395010 0
/proc/19301/statm: 996729 990778 618 181 0 990346 0
Current children cumulated CPU time: 2021.7 s
Current children cumulated vsize: 3986916 KiB
Current children cumulated memory: 3963112 KiB

[startup+2082.3 s]
/proc/loadavg: 2.53 2.15 2.09 3/199 19577
/proc/meminfo: memFree=19497752/32770624 swapFree=66927140/67108860
[pid=19301] ppid=19298 vsize=4055768 memory=4032012 CPUtime=2081.68 cores=1,3,5,7
/proc/19301/stat : 19301 (nacre_mini_rele) R 19298 19301 15287 0 -1 4202496 6315834 0 0 0 207567 601 0 0 20 0 1 0 408048169 4153106432 1008003 33554432000 4194304 4935366 140732747389920 140732747387672 139664698362297 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 20180992 140732747392001 140732747392101 140732747392101 140732747395010 0
/proc/19301/statm: 1013942 1008003 618 181 0 1007559 0
Current children cumulated CPU time: 2081.68 s
Current children cumulated vsize: 4055768 KiB
Current children cumulated memory: 4032012 KiB

[startup+2142.3 s]
/proc/loadavg: 2.19 2.12 2.08 3/199 19582
/proc/meminfo: memFree=19378980/32770624 swapFree=66927140/67108860
[pid=19301] ppid=19298 vsize=4132168 memory=4108356 CPUtime=2141.66 cores=1,3,5,7
/proc/19301/stat : 19301 (nacre_mini_rele) R 19298 19301 15287 0 -1 4202496 6475702 0 0 0 213550 616 0 0 20 0 1 0 408048169 4231340032 1027089 33554432000 4194304 4935366 140732747389920 140732747387672 139664698360335 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 20180992 140732747392001 140732747392101 140732747392101 140732747395010 0
/proc/19301/statm: 1033042 1027089 618 181 0 1026659 0
Current children cumulated CPU time: 2141.66 s
Current children cumulated vsize: 4132168 KiB
Current children cumulated memory: 4108356 KiB

[startup+2202.3 s]
/proc/loadavg: 2.07 2.10 2.08 3/199 19586
/proc/meminfo: memFree=19291372/32770624 swapFree=66927140/67108860
[pid=19301] ppid=19298 vsize=4178012 memory=4154312 CPUtime=2201.64 cores=1,3,5,7
/proc/19301/stat : 19301 (nacre_mini_rele) R 19298 19301 15287 0 -1 4202496 6611063 0 0 0 219534 630 0 0 20 0 1 0 408048169 4278284288 1038578 33554432000 4194304 4935366 140732747389920 140732747387672 4429846 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 20180992 140732747392001 140732747392101 140732747392101 140732747395010 0
/proc/19301/statm: 1044503 1038578 618 181 0 1038120 0
Current children cumulated CPU time: 2201.64 s
Current children cumulated vsize: 4178012 KiB
Current children cumulated memory: 4154312 KiB

[startup+2262.3 s]
/proc/loadavg: 2.03 2.08 2.07 3/200 19600
/proc/meminfo: memFree=19200748/32770624 swapFree=66927140/67108860
[pid=19301] ppid=19298 vsize=4226468 memory=4202848 CPUtime=2261.62 cores=1,3,5,7
/proc/19301/stat : 19301 (nacre_mini_rele) R 19298 19301 15287 0 -1 4202496 6739064 0 0 0 225518 644 0 0 20 0 1 0 408048169 4327903232 1050712 33554432000 4194304 4935366 140732747389920 140732747387608 4429644 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 20180992 140732747392001 140732747392101 140732747392101 140732747395010 0
/proc/19301/statm: 1056617 1050712 618 181 0 1050234 0
Current children cumulated CPU time: 2261.62 s
Current children cumulated vsize: 4226468 KiB
Current children cumulated memory: 4202848 KiB

[startup+2322.3 s]
/proc/loadavg: 2.01 2.07 2.07 3/200 19604
/proc/meminfo: memFree=19048288/32770624 swapFree=66927140/67108860
[pid=19301] ppid=19298 vsize=4317224 memory=4293596 CPUtime=2321.6 cores=1,3,5,7
/proc/19301/stat : 19301 (nacre_mini_rele) R 19298 19301 15287 0 -1 4202496 6883304 0 0 0 231501 659 0 0 20 0 1 0 408048169 4420837376 1073399 33554432000 4194304 4935366 140732747389920 140732747387672 139664699218172 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 20180992 140732747392001 140732747392101 140732747392101 140732747395010 0
/proc/19301/statm: 1079306 1073399 618 181 0 1072923 0
Current children cumulated CPU time: 2321.6 s
Current children cumulated vsize: 4317224 KiB
Current children cumulated memory: 4293596 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/200 19608
/proc/meminfo: memFree=18932672/32770624 swapFree=66927140/67108860
[pid=19301] ppid=19298 vsize=4370956 memory=4347388 CPUtime=2381.58 cores=1,3,5,7
/proc/19301/stat : 19301 (nacre_mini_rele) R 19298 19301 15287 0 -1 4202496 7002168 0 0 0 237487 671 0 0 20 0 1 0 408048169 4475858944 1086847 33554432000 4194304 4935366 140732747389920 140732747387672 4461216 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 20180992 140732747392001 140732747392101 140732747392101 140732747395010 0
/proc/19301/statm: 1092739 1086847 618 181 0 1086356 0
Current children cumulated CPU time: 2381.58 s
Current children cumulated vsize: 4370956 KiB
Current children cumulated memory: 4347388 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.8 s]
/proc/loadavg: 2.00 2.05 2.06 3/200 19610
/proc/meminfo: memFree=18910552/32770624 swapFree=66927140/67108860
[pid=19301] ppid=19298 vsize=4385244 memory=4361560 CPUtime=2400.08 cores=1,3,5,7
/proc/19301/stat : 19301 (nacre_mini_rele) R 19298 19301 15287 0 -1 4202496 7034357 0 0 0 239334 674 0 0 20 0 1 0 408048169 4490489856 1090390 33554432000 4194304 4935366 140732747389920 140732747387672 4365312 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 20180992 140732747392001 140732747392101 140732747392101 140732747395010 0
/proc/19301/statm: 1096311 1090390 618 181 0 1089928 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 4385244 KiB
Current children cumulated memory: 4361560 KiB

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

[startup+2400.86 s]
# the end of solver process 19301 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2393.35 s, system=6.79834 s

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

Child status: 0
Real time (s): 2400.86
CPU time (s): 2400.15
CPU user time (s): 2393.35
CPU system time (s): 6.79834
CPU usage (%): 99.9703
Max. virtual memory (cumulated for all children) (KiB): 4385244
Max. memory (cumulated for all children) (KiB): 4361560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2393.35
system time used= 6.79834
maximum resident set size= 4361632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7034399
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= 972
involuntary context switches= 2124


# summary of solver processes directly reported to runsolver:
#   pid: 19301
#   total CPU time (s): 2400.15
#   total CPU user time (s): 2393.35
#   total CPU system time (s): 6.79834

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.80551 second user time and 18.1091 second system time

The end

Launcher Data

Begin job on node137 at 2019-09-12 21:52:46
IDJOB=4391482
IDBENCH=135029
IDSOLVER=2834
FILE ID=node137/4391482-1568318008
RUNJOBID= node137-1568307015-16994
PBS_JOBID= 21701103
Free space on /tmp= 61236 MiB

SOLVER NAME= NACRE 1.0.5-Hybrid
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-sptate/Pb-Tate-K108.xml
COMMAND LINE= nacre_mini_release BENCHNAME -ca -l100 -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4391482-1568318008/watcher-4391482-1568318008 -o /tmp/evaluation-result-4391482-1568318008/solver-4391482-1568318008 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1568307015-16994 --watchdog 2560  nacre_mini_release HOME/instance-4391482-1568318008.xml -ca -l100 -cm

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

MD5SUM BENCH= 2a47884be513939e719b7a1148b6038b
RANDOM SEED=979198720

node137.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	: 5334.00
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	: 5334.00
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	: 5334.00
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	: 5334.00
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:        26509132 kB
MemAvailable:   31513552 kB
Buffers:          130280 kB
Cached:          5139768 kB
SwapCached:        77576 kB
Active:          1644984 kB
Inactive:        3998000 kB
Active(anon):     297076 kB
Inactive(anon):   117536 kB
Active(file):    1347908 kB
Inactive(file):  3880464 kB
Unevictable:      108712 kB
Mlocked:          108712 kB
SwapTotal:      67108860 kB
SwapFree:       66927140 kB
Dirty:              1184 kB
Writeback:             0 kB
AnonPages:        508456 kB
Mapped:            43484 kB
Shmem:             32672 kB
Slab:             212816 kB
SReclaimable:     183764 kB
SUnreclaim:        29052 kB
KernelStack:        3568 kB
PageTables:         6152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     821268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    454656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61232 MiB
End job on node137 at 2019-09-12 22:32:47