Trace number 4395134

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
PicatSAT 2019-09-12? (TO) 2520.08 2520.02

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js20/
SuperTaillard-js-20-10.xml
MD5SUM2e1a96a215dbee196ad45178247d22f3
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 variables800
Number of constraints12940
Number of domains96
Minimum domain size1518
Maximum domain size1616
Distribution of domain sizes[{"size":1518,"count":10},{"size":1519,"count":4},{"size":1520,"count":16},{"size":1521,"count":2},{"size":1522,"count":6},{"size":1523,"count":8},{"size":1524,"count":6},{"size":1525,"count":6},{"size":1526,"count":6},{"size":1527,"count":16},{"size":1528,"count":6},{"size":1529,"count":6},{"size":1530,"count":8},{"size":1531,"count":24},{"size":1532,"count":6},{"size":1533,"count":8},{"size":1535,"count":8},{"size":1536,"count":14},{"size":1537,"count":6},{"size":1538,"count":8},{"size":1539,"count":6},{"size":1540,"count":8},{"size":1541,"count":10},{"size":1542,"count":8},{"size":1543,"count":10},"...",{"size":1591,"count":14}, {"size":1592,"count":4}, {"size":1593,"count":8}, {"size":1594,"count":4}, {"size":1595,"count":6}, {"size":1596,"count":8}, {"size":1597,"count":10}, {"size":1598,"count":8}, {"size":1599,"count":10}, {"size":1600,"count":14}, {"size":1601,"count":10}, {"size":1602,"count":14}, {"size":1603,"count":2}, {"size":1604,"count":10}, {"size":1605,"count":10}, {"size":1606,"count":10}, {"size":1607,"count":2}, {"size":1608,"count":16}, {"size":1609,"count":8}, {"size":1610,"count":8}, {"size":1612,"count":8}, {"size":1613,"count":8}, {"size":1614,"count":14}, {"size":1615,"count":10}, {"size":1616,"count":8}]
Minimum variable degree21
Maximum variable degree43
Distribution of variable degrees[{"degree":21,"count":40},{"degree":22,"count":360},{"degree":41,"count":40},{"degree":43,"count":360}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":12940}]
Number of extensional constraints0
Number of intensional constraints12940
Distribution of constraint types[{"type":"intension","count":12940}]
Optimization problemNO
Type of objective

Solver Data

36.00/36.03	c xcsp_picat version 2.7b12 (9/12/2019)

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395134-1568343424/watcher-4395134-1568343424 -o /tmp/evaluation-result-4395134-1568343424/solver-4395134-1568343424 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568323474-16007 --watchdog 2580 xcsp_picat HOME/instance-4395134-1568343424.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
solver pid=22370, runsolver pid=22367
Current StackSize limit: 8192 KiB


[startup+0.100202 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 22371
/proc/meminfo: memFree=31540840/32770624 swapFree=66994072/67108860
[pid=22370] ppid=22367 vsize=2031716 memory=27796 CPUtime=0.1 cores=0,2,4,6
/proc/22370/stat : 22370 (xcsp_picat) R 22367 22370 15976 0 -1 4202496 1481 0 0 0 10 0 0 0 20 0 1 0 410593820 2080477184 6949 33554432000 4194304 5870510 140735577238384 140735577235528 4307941 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 41127936 140735577240607 140735577240685 140735577240685 140735577243594 0
/proc/22370/statm: 507929 6949 850 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 27796 KiB

[startup+0.209816 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 22371
/proc/meminfo: memFree=31526380/32770624 swapFree=66994072/67108860
[pid=22370] ppid=22367 vsize=2031716 memory=42132 CPUtime=0.2 cores=0,2,4,6
/proc/22370/stat : 22370 (xcsp_picat) R 22367 22370 15976 0 -1 4202496 1488 0 0 0 20 0 0 0 20 0 1 0 410593820 2080477184 10533 33554432000 4194304 5870510 140735577238384 140735577235528 4462514 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 41127936 140735577240607 140735577240685 140735577240685 140735577243594 0
/proc/22370/statm: 507929 10533 850 410 0 503402 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 42132 KiB

[startup+0.309608 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 22371
/proc/meminfo: memFree=31511920/32770624 swapFree=66994072/67108860
[pid=22370] ppid=22367 vsize=2031716 memory=54420 CPUtime=0.31 cores=0,2,4,6
/proc/22370/stat : 22370 (xcsp_picat) R 22367 22370 15976 0 -1 4202496 1494 0 0 0 30 1 0 0 20 0 1 0 410593820 2080477184 13605 33554432000 4194304 5870510 140735577238384 140735577235528 140355718061056 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 41127936 140735577240607 140735577240685 140735577240685 140735577243594 0
/proc/22370/statm: 507929 13605 850 410 0 503402 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 54420 KiB

[startup+0.700426 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 22371
/proc/meminfo: memFree=31496368/32770624 swapFree=66994072/67108860
[pid=22370] ppid=22367 vsize=2062520 memory=107688 CPUtime=0.69 cores=0,2,4,6
/proc/22370/stat : 22370 (xcsp_picat) R 22367 22370 15976 0 -1 4202496 8194 0 0 0 67 2 0 0 20 0 1 0 410593820 2112020480 26862 33554432000 4194304 5870510 140735577238384 140735577237752 5287642 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 41127936 140735577240607 140735577240685 140735577240685 140735577243594 0
/proc/22370/statm: 515630 26922 896 410 0 511103 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2062520 KiB
Current children cumulated memory: 107688 KiB

[startup+1.50035 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 22371
/proc/meminfo: memFree=31386088/32770624 swapFree=66994072/67108860
[pid=22370] ppid=22367 vsize=2208588 memory=244932 CPUtime=1.49 cores=0,2,4,6
/proc/22370/stat : 22370 (xcsp_picat) R 22367 22370 15976 0 -1 4202496 36342 0 0 0 143 6 0 0 20 0 1 0 410593820 2261594112 61233 33554432000 4194304 5870510 140735577238384 140735577237576 5476925 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 41127936 140735577240607 140735577240685 140735577240685 140735577243594 0
/proc/22370/statm: 552147 61233 934 410 0 547620 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2208588 KiB
Current children cumulated memory: 244932 KiB

[startup+3.10915 s]
/proc/loadavg: 2.08 2.03 2.05 3/200 22373
/proc/meminfo: memFree=31321324/32770624 swapFree=66994072/67108860
[pid=22370] ppid=22367 vsize=2208724 memory=245072 CPUtime=3.1 cores=0,2,4,6
/proc/22370/stat : 22370 (xcsp_picat) R 22367 22370 15976 0 -1 4202496 37672 0 0 0 304 6 0 0 20 0 1 0 410593820 2261733376 61268 33554432000 4194304 5870510 140735577238384 140735577237496 5478360 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 41127936 140735577240607 140735577240685 140735577240685 140735577243594 0
/proc/22370/statm: 552181 61268 951 410 0 547654 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2208724 KiB
Current children cumulated memory: 245072 KiB

[startup+6.30033 s]
/proc/loadavg: 2.08 2.03 2.05 3/199 22373
/proc/meminfo: memFree=31321040/32770624 swapFree=66994072/67108860
[pid=22370] ppid=22367 vsize=2208868 memory=245216 CPUtime=6.29 cores=0,2,4,6
/proc/22370/stat : 22370 (xcsp_picat) R 22367 22370 15976 0 -1 4202496 41286 0 0 0 622 7 0 0 20 0 1 0 410593820 2261880832 61304 33554432000 4194304 5870510 140735577238384 140735577237496 5562032 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 41127936 140735577240607 140735577240685 140735577240685 140735577243594 0
/proc/22370/statm: 552217 61304 951 410 0 547690 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2208868 KiB
Current children cumulated memory: 245216 KiB

[startup+12.7003 s]
/proc/loadavg: 2.08 2.03 2.05 3/199 22373
/proc/meminfo: memFree=31321028/32770624 swapFree=66994072/67108860
[pid=22370] ppid=22367 vsize=2211996 memory=245692 CPUtime=12.69 cores=0,2,4,6
/proc/22370/stat : 22370 (xcsp_picat) R 22367 22370 15976 0 -1 4202496 48797 0 0 0 1261 8 0 0 20 0 1 0 410593820 2265083904 61423 33554432000 4194304 5870510 140735577238384 140735577237496 5477638 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 41127936 140735577240607 140735577240685 140735577240685 140735577243594 0
/proc/22370/statm: 552999 61423 951 410 0 548472 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2211996 KiB
Current children cumulated memory: 245692 KiB

[startup+25.5004 s]
/proc/loadavg: 2.06 2.03 2.05 3/199 22374
/proc/meminfo: memFree=31254808/32770624 swapFree=66994072/67108860
[pid=22370] ppid=22367 vsize=2302540 memory=309580 CPUtime=25.5 cores=0,2,4,6
/proc/22370/stat : 22370 (xcsp_picat) R 22367 22370 15976 0 -1 4202496 130671 0 0 0 2531 19 0 0 20 0 1 0 410593820 2357800960 77395 33554432000 4194304 5870510 140735577238384 140735577237640 5267727 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 41127936 140735577240607 140735577240685 140735577240685 140735577243594 0
/proc/22370/statm: 575635 77395 981 410 0 571108 0
Current children cumulated CPU time: 25.5 s
Current children cumulated vsize: 2302540 KiB
Current children cumulated memory: 309580 KiB

[startup+51.1097 s]
/proc/loadavg: 2.04 2.03 2.05 3/200 22376
/proc/meminfo: memFree=31249008/32770624 swapFree=66994072/67108860
[pid=22370] ppid=22367 vsize=2302540 memory=315848 CPUtime=51.1 cores=0,2,4,6
/proc/22370/stat : 22370 (xcsp_picat) R 22367 22370 15976 0 -1 4202496 171084 0 0 0 5088 22 0 0 20 0 1 0 410593820 2357800960 78962 33554432000 4194304 5870510 140735577238384 140735577237336 5282578 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 41127936 140735577240607 140735577240685 140735577240685 140735577243594 0
/proc/22370/statm: 575635 78962 982 410 0 571108 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2302540 KiB
Current children cumulated memory: 315848 KiB

[startup+102.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/199 22380
/proc/meminfo: memFree=31202140/32770624 swapFree=66994072/67108860
[pid=22370] ppid=22367 vsize=2304888 memory=326588 CPUtime=102.29 cores=0,2,4,6
/proc/22370/stat : 22370 (xcsp_picat) R 22367 22370 15976 0 -1 4202496 223376 0 0 0 10202 27 0 0 20 0 1 0 410593820 2360205312 81647 33554432000 4194304 5870510 140735577238384 140735577236872 5283106 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 41127936 140735577240607 140735577240685 140735577240685 140735577243594 0
/proc/22370/statm: 576222 81647 982 410 0 571695 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2304888 KiB
Current children cumulated memory: 326588 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/199 22385
/proc/meminfo: memFree=31231360/32770624 swapFree=66994072/67108860
[pid=22370] ppid=22367 vsize=2304888 memory=326420 CPUtime=162.3 cores=0,2,4,6
/proc/22370/stat : 22370 (xcsp_picat) R 22367 22370 15976 0 -1 4202496 293498 0 0 0 16196 34 0 0 20 0 1 0 410593820 2360205312 81605 33554432000 4194304 5870510 140735577238384 140735577237400 5283064 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 41127936 140735577240607 140735577240685 140735577240685 140735577243594 0
/proc/22370/statm: 576222 81605 982 410 0 571695 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 2304888 KiB
Current children cumulated memory: 326420 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 22389
/proc/meminfo: memFree=31193356/32770624 swapFree=66994072/67108860
[pid=22370] ppid=22367 vsize=2312784 memory=332556 CPUtime=222.3 cores=0,2,4,6
/proc/22370/stat : 22370 (xcsp_picat) R 22367 22370 15976 0 -1 4202496 334652 0 0 0 22190 40 0 0 20 0 1 0 410593820 2368290816 83139 33554432000 4194304 5870510 140735577238384 140735577237400 5288765 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 41127936 140735577240607 140735577240685 140735577240685 140735577243594 0
/proc/22370/statm: 578196 83139 982 410 0 573669 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 2312784 KiB
Current children cumulated memory: 332556 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 22403
/proc/meminfo: memFree=31192880/32770624 swapFree=66994080/67108860
[pid=22370] ppid=22367 vsize=2312784 memory=330508 CPUtime=282.31 cores=0,2,4,6
/proc/22370/stat : 22370 (xcsp_picat) R 22367 22370 15976 0 -1 4202496 374584 0 0 0 28186 45 0 0 20 0 1 0 410593820 2368290816 82627 33554432000 4194304 5870510 140735577238384 140735577237400 5282578 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 41127936 140735577240607 140735577240685 140735577240685 140735577243594 0
/proc/22370/statm: 578196 82627 982 410 0 573669 0
Current children cumulated CPU time: 282.31 s
Current children cumulated vsize: 2312784 KiB
Current children cumulated memory: 330508 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 22430
/proc/meminfo: memFree=31173604/32770624 swapFree=66994088/67108860
[pid=22370] ppid=22367 vsize=2326732 memory=352448 CPUtime=342.31 cores=0,2,4,6
/proc/22370/stat : 22370 (xcsp_picat) R 22367 22370 15976 0 -1 4202496 414304 0 0 0 34182 49 0 0 20 0 1 0 410593820 2382573568 88112 33554432000 4194304 5870510 140735577238384 140735577237400 5282429 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 41127936 140735577240607 140735577240685 140735577240685 140735577243594 0
/proc/22370/statm: 581683 88112 982 410 0 577156 0
Current children cumulated CPU time: 342.31 s
Current children cumulated vsize: 2326732 KiB
Current children cumulated memory: 352448 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 22555
/proc/meminfo: memFree=31053828/32770624 swapFree=66994088/67108860
[pid=22370] ppid=22367 vsize=2326732 memory=353488 CPUtime=402.28 cores=0,2,4,6
/proc/22370/stat : 22370 (xcsp_picat) R 22367 22370 15976 0 -1 4202496 435996 0 0 0 40174 54 0 0 20 0 1 0 410593820 2382573568 88372 33554432000 4194304 5870510 140735577238384 140735577237400 140355723319856 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 41127936 140735577240607 140735577240685 140735577240685 140735577243594 0
/proc/22370/statm: 581683 88372 982 410 0 577156 0
Current children cumulated CPU time: 402.28 s
Current children cumulated vsize: 2326732 KiB
Current children cumulated memory: 353488 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 22561
/proc/meminfo: memFree=31047604/32770624 swapFree=66994088/67108860
[pid=22370] ppid=22367 vsize=2332936 memory=357980 CPUtime=462.25 cores=0,2,4,6
/proc/22370/stat : 22370 (xcsp_picat) R 22367 22370 15976 0 -1 4202496 446389 0 0 0 46167 58 0 0 20 0 1 0 410593820 2388926464 89495 33554432000 4194304 5870510 140735577238384 140735577237400 5282505 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 41127936 140735577240607 140735577240685 140735577240685 140735577243594 0
/proc/22370/statm: 583234 89495 982 410 0 578707 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 2332936 KiB
Current children cumulated memory: 357980 KiB


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

/proc/22370/statm: 591000 101988 982 410 0 586473 0
Current children cumulated CPU time: 1722.31 s
Current children cumulated vsize: 2364000 KiB
Current children cumulated memory: 407952 KiB

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/199 22682
/proc/meminfo: memFree=30913876/32770624 swapFree=66994120/67108860
[pid=22370] ppid=22367 vsize=2422016 memory=423340 CPUtime=1782.32 cores=0,2,4,6
/proc/22370/stat : 22370 (xcsp_picat) R 22367 22370 15976 0 -1 4202496 716522 0 0 0 178087 145 0 0 20 0 1 0 410593820 2480144384 105835 33554432000 4194304 5870510 140735577238384 140735577237336 5274967 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 41127936 140735577240607 140735577240685 140735577240685 140735577243594 0
/proc/22370/statm: 605504 105835 982 410 0 600977 0
Current children cumulated CPU time: 1782.32 s
Current children cumulated vsize: 2422016 KiB
Current children cumulated memory: 423340 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/199 22686
/proc/meminfo: memFree=30909568/32770624 swapFree=66994120/67108860
[pid=22370] ppid=22367 vsize=2371928 memory=413944 CPUtime=1842.32 cores=0,2,4,6
/proc/22370/stat : 22370 (xcsp_picat) R 22367 22370 15976 0 -1 4202496 737004 0 0 0 184082 150 0 0 20 0 1 0 410593820 2428854272 103486 33554432000 4194304 5870510 140735577238384 140735577237400 5282717 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 41127936 140735577240607 140735577240685 140735577240685 140735577243594 0
/proc/22370/statm: 592982 103486 982 410 0 588455 0
Current children cumulated CPU time: 1842.32 s
Current children cumulated vsize: 2371928 KiB
Current children cumulated memory: 413944 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 22692
/proc/meminfo: memFree=30902832/32770624 swapFree=66994120/67108860
[pid=22370] ppid=22367 vsize=2371928 memory=418040 CPUtime=1902.33 cores=0,2,4,6
/proc/22370/stat : 22370 (xcsp_picat) R 22367 22370 15976 0 -1 4202496 745212 0 0 0 190080 153 0 0 20 0 1 0 410593820 2428854272 104510 33554432000 4194304 5870510 140735577238384 140735577237400 5282505 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 41127936 140735577240607 140735577240685 140735577240685 140735577243594 0
/proc/22370/statm: 592982 104510 982 410 0 588455 0
Current children cumulated CPU time: 1902.33 s
Current children cumulated vsize: 2371928 KiB
Current children cumulated memory: 418040 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 22697
/proc/meminfo: memFree=30872560/32770624 swapFree=66994120/67108860
[pid=22370] ppid=22367 vsize=2422016 memory=423340 CPUtime=1962.33 cores=0,2,4,6
/proc/22370/stat : 22370 (xcsp_picat) R 22367 22370 15976 0 -1 4202496 770907 0 0 0 196076 157 0 0 20 0 1 0 410593820 2480144384 105835 33554432000 4194304 5870510 140735577238384 140735577237336 5282505 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 41127936 140735577240607 140735577240685 140735577240685 140735577243594 0
/proc/22370/statm: 605504 105835 982 410 0 600977 0
Current children cumulated CPU time: 1962.33 s
Current children cumulated vsize: 2422016 KiB
Current children cumulated memory: 423340 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 22701
/proc/meminfo: memFree=30876684/32770624 swapFree=66994120/67108860
[pid=22370] ppid=22367 vsize=2422016 memory=425388 CPUtime=2022.33 cores=0,2,4,6
/proc/22370/stat : 22370 (xcsp_picat) R 22367 22370 15976 0 -1 4202496 790157 0 0 0 202073 160 0 0 20 0 1 0 410593820 2480144384 106347 33554432000 4194304 5870510 140735577238384 140735577237336 5272987 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 41127936 140735577240607 140735577240685 140735577240685 140735577243594 0
/proc/22370/statm: 605504 106347 982 410 0 600977 0
Current children cumulated CPU time: 2022.33 s
Current children cumulated vsize: 2422016 KiB
Current children cumulated memory: 425388 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 22715
/proc/meminfo: memFree=30864148/32770624 swapFree=66994128/67108860
[pid=22370] ppid=22367 vsize=2422016 memory=429484 CPUtime=2082.33 cores=0,2,4,6
/proc/22370/stat : 22370 (xcsp_picat) R 22367 22370 15976 0 -1 4202496 801186 0 0 0 208070 163 0 0 20 0 1 0 410593820 2480144384 107371 33554432000 4194304 5870510 140735577238384 140735577237336 5282505 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 41127936 140735577240607 140735577240685 140735577240685 140735577243594 0
/proc/22370/statm: 605504 107371 982 410 0 600977 0
Current children cumulated CPU time: 2082.33 s
Current children cumulated vsize: 2422016 KiB
Current children cumulated memory: 429484 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 22719
/proc/meminfo: memFree=30861552/32770624 swapFree=66994128/67108860
[pid=22370] ppid=22367 vsize=2422016 memory=435628 CPUtime=2142.33 cores=0,2,4,6
/proc/22370/stat : 22370 (xcsp_picat) R 22367 22370 15976 0 -1 4202496 808858 0 0 0 214067 166 0 0 20 0 1 0 410593820 2480144384 108907 33554432000 4194304 5870510 140735577238384 140735577237336 5282721 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 41127936 140735577240607 140735577240685 140735577240685 140735577243594 0
/proc/22370/statm: 605504 108907 982 410 0 600977 0
Current children cumulated CPU time: 2142.33 s
Current children cumulated vsize: 2422016 KiB
Current children cumulated memory: 435628 KiB

[startup+2202.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/200 22723
/proc/meminfo: memFree=30879152/32770624 swapFree=66994128/67108860
[pid=22370] ppid=22367 vsize=2361904 memory=408316 CPUtime=2202.34 cores=0,2,4,6
/proc/22370/stat : 22370 (xcsp_picat) R 22367 22370 15976 0 -1 4202496 837629 0 0 0 220060 174 0 0 20 0 1 0 410593820 2418589696 102079 33554432000 4194304 5870510 140735577238384 140735577237400 5281827 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 41127936 140735577240607 140735577240685 140735577240685 140735577243594 0
/proc/22370/statm: 590476 102079 982 410 0 585949 0
Current children cumulated CPU time: 2202.34 s
Current children cumulated vsize: 2361904 KiB
Current children cumulated memory: 408316 KiB

[startup+2262.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/200 22729
/proc/meminfo: memFree=30876016/32770624 swapFree=66994128/67108860
[pid=22370] ppid=22367 vsize=2411992 memory=419552 CPUtime=2262.34 cores=0,2,4,6
/proc/22370/stat : 22370 (xcsp_picat) R 22367 22370 15976 0 -1 4202496 858752 0 0 0 226057 177 0 0 20 0 1 0 410593820 2469879808 104888 33554432000 4194304 5870510 140735577238384 140735577237336 5282505 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 41127936 140735577240607 140735577240685 140735577240685 140735577243594 0
/proc/22370/statm: 602998 104888 982 410 0 598471 0
Current children cumulated CPU time: 2262.34 s
Current children cumulated vsize: 2411992 KiB
Current children cumulated memory: 419552 KiB

[startup+2322.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/200 22733
/proc/meminfo: memFree=30865484/32770624 swapFree=66994128/67108860
[pid=22370] ppid=22367 vsize=2361904 memory=408276 CPUtime=2322.34 cores=0,2,4,6
/proc/22370/stat : 22370 (xcsp_picat) R 22367 22370 15976 0 -1 4202496 867730 0 0 0 232051 183 0 0 20 0 1 0 410593820 2418589696 102069 33554432000 4194304 5870510 140735577238384 140735577237400 5298780 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 41127936 140735577240607 140735577240685 140735577240685 140735577243594 0
/proc/22370/statm: 590476 102069 982 410 0 585949 0
Current children cumulated CPU time: 2322.34 s
Current children cumulated vsize: 2361904 KiB
Current children cumulated memory: 408276 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 22737
/proc/meminfo: memFree=30879640/32770624 swapFree=66994128/67108860
[pid=22370] ppid=22367 vsize=2411992 memory=411344 CPUtime=2382.35 cores=0,2,4,6
/proc/22370/stat : 22370 (xcsp_picat) R 22367 22370 15976 0 -1 4202496 892696 0 0 0 238047 188 0 0 20 0 1 0 410593820 2469879808 102836 33554432000 4194304 5870510 140735577238384 140735577237336 5283024 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 41127936 140735577240607 140735577240685 140735577240685 140735577243594 0
/proc/22370/statm: 602998 102836 982 410 0 598471 0
Current children cumulated CPU time: 2382.35 s
Current children cumulated vsize: 2411992 KiB
Current children cumulated memory: 411344 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 22743
/proc/meminfo: memFree=30875004/32770624 swapFree=66994128/67108860
[pid=22370] ppid=22367 vsize=2411992 memory=411268 CPUtime=2442.35 cores=0,2,4,6
/proc/22370/stat : 22370 (xcsp_picat) R 22367 22370 15976 0 -1 4202496 897532 0 0 0 244044 191 0 0 20 0 1 0 410593820 2469879808 102817 33554432000 4194304 5870510 140735577238384 140735577237336 5283052 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 41127936 140735577240607 140735577240685 140735577240685 140735577243594 0
/proc/22370/statm: 602998 102817 982 410 0 598471 0
Current children cumulated CPU time: 2442.35 s
Current children cumulated vsize: 2411992 KiB
Current children cumulated memory: 411268 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 22747
/proc/meminfo: memFree=30876324/32770624 swapFree=66994128/67108860
[pid=22370] ppid=22367 vsize=2411992 memory=408804 CPUtime=2502.35 cores=0,2,4,6
/proc/22370/stat : 22370 (xcsp_picat) R 22367 22370 15976 0 -1 4202496 904766 0 0 0 250041 194 0 0 20 0 1 0 410593820 2469879808 102201 33554432000 4194304 5870510 140735577238384 140735577237400 5282606 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 41127936 140735577240607 140735577240685 140735577240685 140735577243594 0
/proc/22370/statm: 602998 102201 982 410 0 598471 0
Current children cumulated CPU time: 2502.35 s
Current children cumulated vsize: 2411992 KiB
Current children cumulated memory: 408804 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 22747
/proc/meminfo: memFree=30853708/32770624 swapFree=66994128/67108860
[pid=22370] ppid=22367 vsize=2411992 memory=417504 CPUtime=2520.06 cores=0,2,4,6
/proc/22370/stat : 22370 (xcsp_picat) R 22367 22370 15976 0 -1 4202496 904986 0 0 0 251812 194 0 0 20 0 1 0 410593820 2469879808 104376 33554432000 4194304 5870510 140735577238384 140735577237336 5282505 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 41127936 140735577240607 140735577240685 140735577240685 140735577243594 0
/proc/22370/statm: 602998 104376 982 410 0 598471 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 2411992 KiB
Current children cumulated memory: 417504 KiB

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

[startup+2520.02 s]
# the end of solver process 22370 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.12 s, system=1.95809 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2520.02
CPU time (s): 2520.08
CPU user time (s): 2518.12
CPU system time (s): 1.95809
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2502156
Max. memory (cumulated for all children) (KiB): 513016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.12
system time used= 1.95809
maximum resident set size= 515072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 904986
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= 74
involuntary context switches= 3151


# summary of solver processes directly reported to runsolver:
#   pid: 22370
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2518.12
#   total CPU system time (s): 1.95809

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.83625 second user time and 19.8087 second system time

The end

Launcher Data

Begin job on node102 at 2019-09-13 04:56:19
IDJOB=4395134
IDBENCH=138655
IDSOLVER=2844
FILE ID=node102/4395134-1568343424
RUNJOBID= node102-1568323474-16007
PBS_JOBID= 21701144
Free space on /tmp= 56900 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js20/SuperTaillard-js-20-10.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395134-1568343424/watcher-4395134-1568343424 -o /tmp/evaluation-result-4395134-1568343424/solver-4395134-1568343424 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568323474-16007 --watchdog 2580  xcsp_picat HOME/instance-4395134-1568343424.xml

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

MD5SUM BENCH= 2e1a96a215dbee196ad45178247d22f3
RANDOM SEED=1179476141

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31563012 kB
MemAvailable:   31748040 kB
Buffers:          128184 kB
Cached:           347036 kB
SwapCached:        10744 kB
Active:           396080 kB
Inactive:         265416 kB
Active(anon):     182684 kB
Inactive(anon):    33444 kB
Active(file):     213396 kB
Inactive(file):   231972 kB
Unevictable:      110464 kB
Mlocked:          110464 kB
SwapTotal:      67108860 kB
SwapFree:       66994072 kB
Dirty:              3500 kB
Writeback:             0 kB
AnonPages:        286584 kB
Mapped:            35536 kB
Shmem:             21108 kB
Slab:             139832 kB
SReclaimable:     110992 kB
SUnreclaim:        28840 kB
KernelStack:        3552 kB
PageTables:         6296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2682644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 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= 56900 MiB
End job on node102 at 2019-09-13 05:38:19