Trace number 4507944

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
NaPS naps-1.03a6UNSAT 22.1904 22.2736

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-sep4.5.opb
MD5SUMb67c8b15922ffb2eac696beabc53406c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.626446
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9324
Total number of constraints28660
Number of constraints which are clauses26658
Number of constraints which are cardinality constraints (but not clauses)238
Number of constraints which are nor clauses,nor cardinality constraints1764
Minimum length of a constraint2
Maximum length of a constraint240
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 670
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c NaPS 1.03a6.
0.00/0.01	c Input file name: HOME/instance-4507944-1751500414.opb
2.46/2.55	c single stage optimization mode
22.10/22.25	s UNSATISFIABLE
22.10/22.25	c _____________________________________________________________________________
22.10/22.25	c std/band forms        : 1162,0
22.10/22.25	c 2cl/3cl ITE-codings   : 315830,0
22.10/22.25	c BDD/srt/adr Max costs : 13589,1467,0
22.10/22.25	c BDDraw/bin/mul/srt/adr: 868,0,0,294,0
22.10/22.25	c BDD nodes             : 330502
22.10/22.25	c Es1/CC detections     : 0,0
22.10/22.25	c CC sort               : 266
22.10/22.25	c SAT/UNSAT calls       : 0,1
22.10/22.25	c regenrated variables  : 0
22.10/22.25	c eliminated fixed lits : 0
22.10/22.25	c goal lit flips        : 0
22.10/22.25	c goal stages           : 1
22.10/22.25	c goal shrink           : 0
22.10/22.25	c goal coeff separations: 0
22.10/22.25	c restarts              : 3919
22.10/22.25	c conflicts             : 78021          (3555 /sec)
22.10/22.25	c decisions             : 649523         (29592 /sec)
22.10/22.25	c propagations          : 49033430       (2233913 /sec)
22.10/22.25	c inspects              : 0              (0 /sec)
22.10/22.25	c CPU time (solving tm) : 21.95 s        (19.51 s, SAT 0 s, UNSAT 19.51 s)
22.10/22.25	c Time for Opt-base     : 0.002782 s
22.10/22.25	c Steps for Opt-base    : 0
22.10/22.25	c Time for BDD coding   : 1.433 s
22.10/22.25	c Time for srt coding   : 0.04739 s
22.10/22.25	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) 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: 63837 MiB (60041 MiB free)
  memory of node 1: 64465 MiB (63098 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507944-1751500414/watcher-4507944-1751500414 -o /tmp/evaluation-result-4507944-1751500414/solver-4507944-1751500414 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751500200-69843 --watchdog 3760 ./naps-1.03a6.sh HOME/instance-4507944-1751500414.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=70397, runsolver pid=70394

[startup+0.10007 s]*
/proc/loadavg: 4.09 2.67 1.90 5/256 70401
/proc/meminfo: memFree=126095472/131382116 swapFree=33009904/33010684
[pid=70397] ppid=70394 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/70397/stat : 70397 (naps-1.03a6.sh) S 70394 70397 69831 0 -1 4194304 233 205 0 0 0 0 0 0 20 0 1 0 65720841 4292608 768 18446744073709551615 94514633760768 94514634655301 140733606622784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94514634894352 94514634942096 94514649329664 140733606627751 140733606627845 140733606627845 140733606633447 0
/proc/70397/statm: 1048 768 704 219 0 110 0
[pid=70401] ppid=70397 vsize=8128 memory=6528 CPUtime=0.08 cores=1,3
/proc/70401/stat : 70401 (naps-1.03a6) R 70397 70397 69831 0 -1 4194304 1205 0 0 0 8 0 0 0 20 0 1 0 65720843 8323072 1632 18446744073709551615 4198400 7047149 140725872164592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 27410432 140725872171380 140725872171494 140725872171494 140725872177097 0
/proc/70401/statm: 2032 1632 544 696 0 1193 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 12320 KiB
Current children cumulated memory: 9600 KiB

[startup+0.213531 s]*
/proc/loadavg: 4.09 2.67 1.90 5/256 70401
/proc/meminfo: memFree=126095472/131382116 swapFree=33009904/33010684
[pid=70397] ppid=70394 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/70397/stat : 70397 (naps-1.03a6.sh) S 70394 70397 69831 0 -1 4194304 233 205 0 0 0 0 0 0 20 0 1 0 65720841 4292608 768 18446744073709551615 94514633760768 94514634655301 140733606622784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94514634894352 94514634942096 94514649329664 140733606627751 140733606627845 140733606627845 140733606633447 0
/proc/70397/statm: 1048 768 704 219 0 110 0
[pid=70401] ppid=70397 vsize=10520 memory=8524 CPUtime=0.19 cores=1,3
/proc/70401/stat : 70401 (naps-1.03a6) R 70397 70397 69831 0 -1 4194304 1825 0 0 0 19 0 0 0 20 0 1 0 65720843 10772480 2131 18446744073709551615 4198400 7047149 140725872164592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 27410432 140725872171380 140725872171494 140725872171494 140725872177097 0
/proc/70401/statm: 2630 2131 544 696 0 1791 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 14712 KiB
Current children cumulated memory: 11596 KiB

[startup+0.313493 s]*
/proc/loadavg: 4.09 2.67 1.90 5/256 70401
/proc/meminfo: memFree=126093708/131382116 swapFree=33009904/33010684
[pid=70397] ppid=70394 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/70397/stat : 70397 (naps-1.03a6.sh) S 70394 70397 69831 0 -1 4194304 233 205 0 0 0 0 0 0 20 0 1 0 65720841 4292608 768 18446744073709551615 94514633760768 94514634655301 140733606622784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94514634894352 94514634942096 94514649329664 140733606627751 140733606627845 140733606627845 140733606633447 0
/proc/70397/statm: 1048 768 704 219 0 110 0
[pid=70401] ppid=70397 vsize=11652 memory=9676 CPUtime=0.29 cores=1,3
/proc/70401/stat : 70401 (naps-1.03a6) R 70397 70397 69831 0 -1 4194304 2109 0 0 0 29 0 0 0 20 0 1 0 65720843 11931648 2419 18446744073709551615 4198400 7047149 140725872164592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 27410432 140725872171380 140725872171494 140725872171494 140725872177097 0
/proc/70401/statm: 2913 2419 544 696 0 2074 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 15844 KiB
Current children cumulated memory: 12748 KiB

[startup+0.700358 s]
/proc/loadavg: 4.09 2.67 1.90 5/256 70401
/proc/meminfo: memFree=126091692/131382116 swapFree=33009904/33010684
[pid=70397] ppid=70394 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/70397/stat : 70397 (naps-1.03a6.sh) S 70394 70397 69831 0 -1 4194304 233 205 0 0 0 0 0 0 20 0 1 0 65720841 4292608 768 18446744073709551615 94514633760768 94514634655301 140733606622784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94514634894352 94514634942096 94514649329664 140733606627751 140733606627845 140733606627845 140733606633447 0
/proc/70397/statm: 1048 768 704 219 0 110 0
[pid=70401] ppid=70397 vsize=18432 memory=16616 CPUtime=0.67 cores=1,3
/proc/70401/stat : 70401 (naps-1.03a6) R 70397 70397 69831 0 -1 4194304 4016 0 0 0 66 1 0 0 20 0 1 0 65720843 18874368 4154 18446744073709551615 4198400 7047149 140725872164592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 27410432 140725872171380 140725872171494 140725872171494 140725872177097 0
/proc/70401/statm: 4608 4154 576 696 0 3769 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 22624 KiB
Current children cumulated memory: 19688 KiB

[startup+1.50039 s]
/proc/loadavg: 4.09 2.67 1.90 5/256 70401
/proc/meminfo: memFree=126079848/131382116 swapFree=33009904/33010684
[pid=70397] ppid=70394 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/70397/stat : 70397 (naps-1.03a6.sh) S 70394 70397 69831 0 -1 4194304 233 205 0 0 0 0 0 0 20 0 1 0 65720841 4292608 768 18446744073709551615 94514633760768 94514634655301 140733606622784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94514634894352 94514634942096 94514649329664 140733606627751 140733606627845 140733606627845 140733606633447 0
/proc/70397/statm: 1048 768 704 219 0 110 0
[pid=70401] ppid=70397 vsize=27920 memory=25632 CPUtime=1.46 cores=1,3
/proc/70401/stat : 70401 (naps-1.03a6) R 70397 70397 69831 0 -1 4194304 6239 0 0 0 145 1 0 0 20 0 1 0 65720843 28590080 6408 18446744073709551615 4198400 7047149 140725872164592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 27410432 140725872171380 140725872171494 140725872171494 140725872177097 0
/proc/70401/statm: 6980 6408 576 696 0 6141 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 32112 KiB
Current children cumulated memory: 28704 KiB

[startup+3.11328 s]
/proc/loadavg: 4.09 2.67 1.90 5/256 70401
/proc/meminfo: memFree=125863132/131382116 swapFree=33009904/33010684
[pid=70397] ppid=70394 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/70397/stat : 70397 (naps-1.03a6.sh) S 70394 70397 69831 0 -1 4194304 233 205 0 0 0 0 0 0 20 0 1 0 65720841 4292608 768 18446744073709551615 94514633760768 94514634655301 140733606622784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94514634894352 94514634942096 94514649329664 140733606627751 140733606627845 140733606627845 140733606633447 0
/proc/70397/statm: 1048 768 704 219 0 110 0
[pid=70401] ppid=70397 vsize=295480 memory=285440 CPUtime=3.07 cores=1,3
/proc/70401/stat : 70401 (naps-1.03a6) R 70397 70397 69831 0 -1 4194304 41636 0 0 0 296 11 0 0 20 0 1 0 65720843 302571520 71360 18446744073709551615 4198400 7047149 140725872164592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 27410432 140725872171380 140725872171494 140725872171494 140725872177097 0
/proc/70401/statm: 73870 71360 608 696 0 73031 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 299672 KiB
Current children cumulated memory: 288512 KiB

[startup+6.30038 s]
/proc/loadavg: 4.16 2.71 1.92 5/255 70401
/proc/meminfo: memFree=125762616/131382116 swapFree=33009904/33010684
[pid=70397] ppid=70394 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/70397/stat : 70397 (naps-1.03a6.sh) S 70394 70397 69831 0 -1 4194304 233 205 0 0 0 0 0 0 20 0 1 0 65720841 4292608 768 18446744073709551615 94514633760768 94514634655301 140733606622784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94514634894352 94514634942096 94514649329664 140733606627751 140733606627845 140733606627845 140733606633447 0
/proc/70397/statm: 1048 768 704 219 0 110 0
[pid=70401] ppid=70397 vsize=297300 memory=290992 CPUtime=6.25 cores=1,3
/proc/70401/stat : 70401 (naps-1.03a6) R 70397 70397 69831 0 -1 4194304 47459 0 0 0 609 16 0 0 20 0 1 0 65720843 304435200 72748 18446744073709551615 4198400 7047149 140725872164592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 27410432 140725872171380 140725872171494 140725872171494 140725872177097 0
/proc/70401/statm: 74325 72748 640 696 0 73486 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 301492 KiB
Current children cumulated memory: 294064 KiB

[startup+12.7004 s]
/proc/loadavg: 4.15 2.73 1.93 5/255 70401
/proc/meminfo: memFree=125772404/131382116 swapFree=33009904/33010684
[pid=70397] ppid=70394 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/70397/stat : 70397 (naps-1.03a6.sh) S 70394 70397 69831 0 -1 4194304 233 205 0 0 0 0 0 0 20 0 1 0 65720841 4292608 768 18446744073709551615 94514633760768 94514634655301 140733606622784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94514634894352 94514634942096 94514649329664 140733606627751 140733606627845 140733606627845 140733606633447 0
/proc/70397/statm: 1048 768 704 219 0 110 0
[pid=70401] ppid=70397 vsize=271420 memory=265588 CPUtime=12.63 cores=1,3
/proc/70401/stat : 70401 (naps-1.03a6) R 70397 70397 69831 0 -1 4194304 50334 0 0 0 1246 17 0 0 20 0 1 0 65720843 277934080 66397 18446744073709551615 4198400 7047149 140725872164592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 27410432 140725872171380 140725872171494 140725872171494 140725872177097 0
/proc/70401/statm: 67855 66397 640 696 0 67016 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 275612 KiB
Current children cumulated memory: 268660 KiB

[startup+22.2735 s]
# the end of solver process 70397 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=21.9651 s, system=0.225312 s

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

[startup+12.8005 s]
/proc/loadavg: 4.15 2.73 1.93 5/255 70401
/proc/meminfo: memFree=125772404/131382116 swapFree=33009904/33010684
[pid=70397] ppid=70394 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/70397/stat : 70397 (naps-1.03a6.sh) S 70394 70397 69831 0 -1 4194304 233 205 0 0 0 0 0 0 20 0 1 0 65720841 4292608 768 18446744073709551615 94514633760768 94514634655301 140733606622784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94514634894352 94514634942096 94514649329664 140733606627751 140733606627845 140733606627845 140733606633447 0
/proc/70397/statm: 1048 768 704 219 0 110 0
[pid=70401] ppid=70397 vsize=271420 memory=265588 CPUtime=12.73 cores=1,3
/proc/70401/stat : 70401 (naps-1.03a6) R 70397 70397 69831 0 -1 4194304 50334 0 0 0 1256 17 0 0 20 0 1 0 65720843 277934080 66397 18446744073709551615 4198400 7047149 140725872164592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 27410432 140725872171380 140725872171494 140725872171494 140725872177097 0
/proc/70401/statm: 67855 66397 640 696 0 67016 0
Current children cumulated CPU time: 12.73 s
Current children cumulated vsize: 275612 KiB
Current children cumulated memory: 268660 KiB

[startup+19.2004 s]
/proc/loadavg: 4.13 2.77 1.95 5/255 70401
/proc/meminfo: memFree=125762060/131382116 swapFree=33009904/33010684
[pid=70397] ppid=70394 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/70397/stat : 70397 (naps-1.03a6.sh) S 70394 70397 69831 0 -1 4194304 233 205 0 0 0 0 0 0 20 0 1 0 65720841 4292608 768 18446744073709551615 94514633760768 94514634655301 140733606622784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94514634894352 94514634942096 94514649329664 140733606627751 140733606627845 140733606627845 140733606633447 0
/proc/70397/statm: 1048 768 704 219 0 110 0
[pid=70401] ppid=70397 vsize=310748 memory=306964 CPUtime=19.1 cores=1,3
/proc/70401/stat : 70401 (naps-1.03a6) R 70397 70397 69831 0 -1 4194304 54013 0 0 0 1890 20 0 0 20 0 1 0 65720843 318205952 76741 18446744073709551615 4198400 7047149 140725872164592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 27410432 140725872171380 140725872171494 140725872171494 140725872177097 0
/proc/70401/statm: 77687 76741 640 696 0 76848 0
Current children cumulated CPU time: 19.1 s
Current children cumulated vsize: 314940 KiB
Current children cumulated memory: 310036 KiB

[startup+20.8004 s]
/proc/loadavg: 4.13 2.77 1.95 5/255 70401
/proc/meminfo: memFree=125770124/131382116 swapFree=33009904/33010684
[pid=70397] ppid=70394 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/70397/stat : 70397 (naps-1.03a6.sh) S 70394 70397 69831 0 -1 4194304 233 205 0 0 0 0 0 0 20 0 1 0 65720841 4292608 768 18446744073709551615 94514633760768 94514634655301 140733606622784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94514634894352 94514634942096 94514649329664 140733606627751 140733606627845 140733606627845 140733606633447 0
/proc/70397/statm: 1048 768 704 219 0 110 0
[pid=70401] ppid=70397 vsize=310748 memory=306964 CPUtime=20.71 cores=1,3
/proc/70401/stat : 70401 (naps-1.03a6) R 70397 70397 69831 0 -1 4194304 54013 0 0 0 2050 21 0 0 20 0 1 0 65720843 318205952 76741 18446744073709551615 4198400 7047149 140725872164592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 27410432 140725872171380 140725872171494 140725872171494 140725872177097 0
/proc/70401/statm: 77687 76741 640 696 0 76848 0
Current children cumulated CPU time: 20.71 s
Current children cumulated vsize: 314940 KiB
Current children cumulated memory: 310036 KiB

[startup+21.6004 s]
/proc/loadavg: 4.13 2.77 1.95 5/255 70401
/proc/meminfo: memFree=125845696/131382116 swapFree=33009904/33010684
[pid=70397] ppid=70394 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/70397/stat : 70397 (naps-1.03a6.sh) S 70394 70397 69831 0 -1 4194304 233 205 0 0 0 0 0 0 20 0 1 0 65720841 4292608 768 18446744073709551615 94514633760768 94514634655301 140733606622784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94514634894352 94514634942096 94514649329664 140733606627751 140733606627845 140733606627845 140733606633447 0
/proc/70397/statm: 1048 768 704 219 0 110 0
[pid=70401] ppid=70397 vsize=310748 memory=306964 CPUtime=21.5 cores=1,3
/proc/70401/stat : 70401 (naps-1.03a6) R 70397 70397 69831 0 -1 4194304 54013 0 0 0 2129 21 0 0 20 0 1 0 65720843 318205952 76741 18446744073709551615 4198400 7047149 140725872164592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 27410432 140725872171380 140725872171494 140725872171494 140725872177097 0
/proc/70401/statm: 77687 76741 640 696 0 76848 0
Current children cumulated CPU time: 21.5 s
Current children cumulated vsize: 314940 KiB
Current children cumulated memory: 310036 KiB

[startup+22.0003 s]*
/proc/loadavg: 4.13 2.77 1.95 5/255 70401
/proc/meminfo: memFree=125845696/131382116 swapFree=33009904/33010684
[pid=70397] ppid=70394 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/70397/stat : 70397 (naps-1.03a6.sh) S 70394 70397 69831 0 -1 4194304 233 205 0 0 0 0 0 0 20 0 1 0 65720841 4292608 768 18446744073709551615 94514633760768 94514634655301 140733606622784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94514634894352 94514634942096 94514649329664 140733606627751 140733606627845 140733606627845 140733606633447 0
/proc/70397/statm: 1048 768 704 219 0 110 0
[pid=70401] ppid=70397 vsize=310748 memory=306964 CPUtime=21.92 cores=1,3
/proc/70401/stat : 70401 (naps-1.03a6) R 70397 70397 69831 0 -1 4194304 54013 0 0 0 2171 21 0 0 20 0 1 0 65720843 318205952 76741 18446744073709551615 4198400 7047149 140725872164592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 27410432 140725872171380 140725872171494 140725872171494 140725872177097 0
/proc/70401/statm: 77687 76741 640 696 0 76848 0
Current children cumulated CPU time: 21.92 s
Current children cumulated vsize: 314940 KiB
Current children cumulated memory: 310036 KiB

[startup+22.2004 s]
/proc/loadavg: 4.13 2.77 1.95 5/255 70401
/proc/meminfo: memFree=125845696/131382116 swapFree=33009904/33010684
[pid=70397] ppid=70394 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/70397/stat : 70397 (naps-1.03a6.sh) S 70394 70397 69831 0 -1 4194304 233 205 0 0 0 0 0 0 20 0 1 0 65720841 4292608 768 18446744073709551615 94514633760768 94514634655301 140733606622784 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94514634894352 94514634942096 94514649329664 140733606627751 140733606627845 140733606627845 140733606633447 0
/proc/70397/statm: 1048 768 704 219 0 110 0
[pid=70401] ppid=70397 vsize=310748 memory=306964 CPUtime=22.1 cores=1,3
/proc/70401/stat : 70401 (naps-1.03a6) R 70397 70397 69831 0 -1 4194304 54013 0 0 0 2189 21 0 0 20 0 1 0 65720843 318205952 76741 18446744073709551615 4198400 7047149 140725872164592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 27410432 140725872171380 140725872171494 140725872171494 140725872177097 0
/proc/70401/statm: 77687 76741 640 696 0 76848 0
Current children cumulated CPU time: 22.1 s
Current children cumulated vsize: 314940 KiB
Current children cumulated memory: 310036 KiB

Child status: 30

Real time (s): 22.2736
CPU time (s): 22.1904
CPU user time (s): 21.9651
CPU system time (s): 0.225312
CPU usage (%): 99.6265
Max. virtual memory (cumulated for all children) (KiB): 362172
Max. memory (cumulated for all children) (KiB): 354624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.9651
system time used= 0.225312
maximum resident set size= 351552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54466
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= 132
involuntary context switches= 134


# summary of solver processes directly reported to runsolver:
#   pid: 70397
#   total CPU time (s): 22.1904
#   total CPU user time (s): 21.9651
#   total CPU system time (s): 0.225312

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.156556 second user time and 0.285705 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-03 01:53:34
IDJOB=4507944
IDBENCH=158390
IDSOLVER=3341
FILE ID=nodeC010/4507944-1751500414
RUNJOBID= nodeC010-1751500200-69843
SLURM_JOB_ID= 9598581
Free space on /tmp= 431940 MiB

SOLVER NAME= NaPS naps-1.03a6
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-sep4.5.opb
COMMAND LINE= ./naps-1.03a6.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507944-1751500414/watcher-4507944-1751500414 -o /tmp/evaluation-result-4507944-1751500414/solver-4507944-1751500414 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751500200-69843 --watchdog 3760  ./naps-1.03a6.sh HOME/instance-4507944-1751500414.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= b67c8b15922ffb2eac696beabc53406c
RANDOM SEED=385383894

nodeC010 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3691.191
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1496.879
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.447
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.145
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3691.307
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.682
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.425
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.380
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        126095472 kB
MemAvailable:   127286932 kB
Buffers:            2128 kB
Cached:          1991328 kB
SwapCached:           24 kB
Active:          3287644 kB
Inactive:        1405392 kB
Active(anon):    2711180 kB
Inactive(anon):     6336 kB
Active(file):     576464 kB
Inactive(file):  1399056 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6724 kB
Writeback:             0 kB
AnonPages:       2697628 kB
Mapped:           111916 kB
Shmem:             17936 kB
KReclaimable:     111132 kB
Slab:             195880 kB
SReclaimable:     111132 kB
SUnreclaim:        84748 kB
KernelStack:        4128 kB
PageTables:         8540 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    3274208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149528 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1828864 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 431932 MiB
End job on nodeC010 at 2025-07-03 01:53:57