Trace number 4448121

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
NaPS-PB16 1.02b5UNSAT 169.161 169.625

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x90split.cnf-plain.pb.metafix.opb
MD5SUM43b43b4642a1f471c30a83b83143bc9f
Bench CategoryDEC-LIN (decision problem, linear constraints, no 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 benchmark107.465
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables901
Total number of constraints3602
Number of constraints which are clauses3602
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.00	c NaPS 1.02b5.
0.00/0.00	c Input file name: HOME/instance-4448121-1721357552.opb
169.12/169.62	s UNSATISFIABLE
169.12/169.62	c _____________________________________________________________________________
169.12/169.62	c 
169.12/169.62	c std/band forms        : 0,0
169.12/169.62	c 2cl/3cl ITE-codings   : 0,0
169.12/169.62	c BDD/srt/adr Max costs : 0,0,0
169.12/169.62	c BDDraw/bin/mul/srt/adr: 0,0,0,0,0
169.12/169.62	c BDD nodes             : 0
169.12/169.62	c Es1/CC detections     : 0,0
169.12/169.62	c SAT/UNSAT calls       : 0,1
169.12/169.62	c regenrated variables  : 0
169.12/169.62	c restarts              : 52794
169.12/169.62	c conflicts             : 6812701        (40292 /sec)
169.12/169.62	c decisions             : 14814246       (87615 /sec)
169.12/169.62	c propagations          : 57422929       (339612 /sec)
169.12/169.62	c inspects              : 0              (0 /sec)
169.12/169.62	c CPU time (solving tm) : 169.1 s        (169.1 s)
169.12/169.62	c Time for Opt-base     : 0 s
169.12/169.62	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: 63968 MiB (60991 MiB free)
  memory of node 1: 64473 MiB (62685 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448121-1721357552/watcher-4448121-1721357552 -o /tmp/evaluation-result-4448121-1721357552/solver-4448121-1721357552 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1721351488-989675 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4448121-1721357552.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Current StackSize limit: 8192 KiB

solver pid=994270, runsolver pid=994267

[startup+0.100098 s]*
/proc/loadavg: 4.22 4.16 4.11 5/261 994275
/proc/meminfo: memFree=126642068/131524600 swapFree=131071996/131071996
[pid=994270] ppid=994267 vsize=9932 memory=2700 CPUtime=0 cores=5,7
/proc/994270/stat : 994270 (naps-1.02b5.sh) S 994267 994270 989662 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 187924175 10170368 675 134679101440 93826643410944 93826644490264 140725220305520 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93826646588720 93826646635908 93826666283008 140725220312031 140725220312158 140725220312158 140725220319174 0
/proc/994270/statm: 2483 675 598 264 0 134 0
[pid=994275] ppid=994270 vsize=5428 memory=3636 CPUtime=0.1 cores=5,7
/proc/994275/stat : 994275 (naps-1.02b5) R 994270 994270 989662 0 -1 4194304 898 0 0 0 10 0 0 0 20 0 1 0 187924175 5558272 909 134679101440 4194304 5746509 140731437183104 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 36904960 140731437192174 140731437192288 140731437192288 140731437199305 0
/proc/994275/statm: 1357 909 405 379 0 891 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 15360 KiB
Current children cumulated memory: 6336 KiB

[startup+0.205812 s]*
/proc/loadavg: 4.22 4.16 4.11 5/261 994275
/proc/meminfo: memFree=126639588/131524600 swapFree=131071996/131071996
[pid=994270] ppid=994267 vsize=9932 memory=2700 CPUtime=0 cores=5,7
/proc/994270/stat : 994270 (naps-1.02b5.sh) S 994267 994270 989662 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 187924175 10170368 675 134679101440 93826643410944 93826644490264 140725220305520 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93826646588720 93826646635908 93826666283008 140725220312031 140725220312158 140725220312158 140725220319174 0
/proc/994270/statm: 2483 675 598 264 0 134 0
[pid=994275] ppid=994270 vsize=7076 memory=5748 CPUtime=0.2 cores=5,7
/proc/994275/stat : 994275 (naps-1.02b5) R 994270 994270 989662 0 -1 4194304 1448 0 0 0 20 0 0 0 20 0 1 0 187924175 7245824 1437 134679101440 4194304 5746509 140731437183104 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 36904960 140731437192174 140731437192288 140731437192288 140731437199305 0
/proc/994275/statm: 1769 1437 405 379 0 1303 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 17008 KiB
Current children cumulated memory: 8448 KiB

[startup+0.305744 s]*
/proc/loadavg: 4.22 4.16 4.11 5/261 994275
/proc/meminfo: memFree=126638076/131524600 swapFree=131071996/131071996
[pid=994270] ppid=994267 vsize=9932 memory=2700 CPUtime=0 cores=5,7
/proc/994270/stat : 994270 (naps-1.02b5.sh) S 994267 994270 989662 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 187924175 10170368 675 134679101440 93826643410944 93826644490264 140725220305520 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93826646588720 93826646635908 93826666283008 140725220312031 140725220312158 140725220312158 140725220319174 0
/proc/994270/statm: 2483 675 598 264 0 134 0
[pid=994275] ppid=994270 vsize=8944 memory=7332 CPUtime=0.3 cores=5,7
/proc/994275/stat : 994275 (naps-1.02b5) R 994270 994270 989662 0 -1 4194304 1788 0 0 0 30 0 0 0 20 0 1 0 187924175 9158656 1833 134679101440 4194304 5746509 140731437183104 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 36904960 140731437192174 140731437192288 140731437192288 140731437199305 0
/proc/994275/statm: 2236 1833 405 379 0 1770 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18876 KiB
Current children cumulated memory: 10032 KiB

[startup+0.700271 s]
/proc/loadavg: 4.22 4.16 4.11 5/261 994275
/proc/meminfo: memFree=126634544/131524600 swapFree=131071996/131071996
[pid=994270] ppid=994267 vsize=9932 memory=2700 CPUtime=0 cores=5,7
/proc/994270/stat : 994270 (naps-1.02b5.sh) S 994267 994270 989662 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 187924175 10170368 675 134679101440 93826643410944 93826644490264 140725220305520 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93826646588720 93826646635908 93826666283008 140725220312031 140725220312158 140725220312158 140725220319174 0
/proc/994270/statm: 2483 675 598 264 0 134 0
[pid=994275] ppid=994270 vsize=13296 memory=11752 CPUtime=0.69 cores=5,7
/proc/994275/stat : 994275 (naps-1.02b5) R 994270 994270 989662 0 -1 4194304 2410 0 0 0 69 0 0 0 20 0 1 0 187924175 13615104 2938 134679101440 4194304 5746509 140731437183104 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 36904960 140731437192174 140731437192288 140731437192288 140731437199305 0
/proc/994275/statm: 3324 2938 405 379 0 2858 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 23228 KiB
Current children cumulated memory: 14452 KiB

[startup+1.50026 s]
/proc/loadavg: 4.22 4.16 4.11 5/261 994275
/proc/meminfo: memFree=126631216/131524600 swapFree=131071996/131071996
[pid=994270] ppid=994267 vsize=9932 memory=2700 CPUtime=0 cores=5,7
/proc/994270/stat : 994270 (naps-1.02b5.sh) S 994267 994270 989662 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 187924175 10170368 675 134679101440 93826643410944 93826644490264 140725220305520 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93826646588720 93826646635908 93826666283008 140725220312031 140725220312158 140725220312158 140725220319174 0
/proc/994270/statm: 2483 675 598 264 0 134 0
[pid=994275] ppid=994270 vsize=15744 memory=14128 CPUtime=1.48 cores=5,7
/proc/994275/stat : 994275 (naps-1.02b5) R 994270 994270 989662 0 -1 4194304 3028 0 0 0 148 0 0 0 20 0 1 0 187924175 16121856 3532 134679101440 4194304 5746509 140731437183104 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 36904960 140731437192174 140731437192288 140731437192288 140731437199305 0
/proc/994275/statm: 3936 3532 405 379 0 3470 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 25676 KiB
Current children cumulated memory: 16828 KiB

[startup+3.10598 s]
/proc/loadavg: 4.22 4.16 4.11 5/261 994275
/proc/meminfo: memFree=126617220/131524600 swapFree=131071996/131071996
[pid=994270] ppid=994267 vsize=9932 memory=2700 CPUtime=0 cores=5,7
/proc/994270/stat : 994270 (naps-1.02b5.sh) S 994267 994270 989662 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 187924175 10170368 675 134679101440 93826643410944 93826644490264 140725220305520 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93826646588720 93826646635908 93826666283008 140725220312031 140725220312158 140725220312158 140725220319174 0
/proc/994270/statm: 2483 675 598 264 0 134 0
[pid=994275] ppid=994270 vsize=22816 memory=21652 CPUtime=3.09 cores=5,7
/proc/994275/stat : 994275 (naps-1.02b5) R 994270 994270 989662 0 -1 4194304 4149 0 0 0 308 1 0 0 20 0 1 0 187924175 23363584 5413 134679101440 4194304 5746509 140731437183104 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 36904960 140731437192174 140731437192288 140731437192288 140731437199305 0
/proc/994275/statm: 5704 5413 405 379 0 5238 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 32748 KiB
Current children cumulated memory: 24352 KiB

[startup+6.30025 s]
/proc/loadavg: 4.21 4.16 4.10 5/261 994277
/proc/meminfo: memFree=126660252/131524600 swapFree=131071996/131071996
[pid=994270] ppid=994267 vsize=9932 memory=2700 CPUtime=0 cores=5,7
/proc/994270/stat : 994270 (naps-1.02b5.sh) S 994267 994270 989662 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 187924175 10170368 675 134679101440 93826643410944 93826644490264 140725220305520 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93826646588720 93826646635908 93826666283008 140725220312031 140725220312158 140725220312158 140725220319174 0
/proc/994270/statm: 2483 675 598 264 0 134 0
[pid=994275] ppid=994270 vsize=30676 memory=26752 CPUtime=6.27 cores=5,7
/proc/994275/stat : 994275 (naps-1.02b5) R 994270 994270 989662 0 -1 4194304 4761 0 0 0 626 1 0 0 20 0 1 0 187924175 31412224 6688 134679101440 4194304 5746509 140731437183104 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 36904960 140731437192174 140731437192288 140731437192288 140731437199305 0
/proc/994275/statm: 7669 6688 405 379 0 7203 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 40608 KiB
Current children cumulated memory: 29452 KiB

[startup+12.7003 s]
/proc/loadavg: 4.19 4.16 4.10 5/261 994277
/proc/meminfo: memFree=126633732/131524600 swapFree=131071996/131071996
[pid=994270] ppid=994267 vsize=9932 memory=2700 CPUtime=0 cores=5,7
/proc/994270/stat : 994270 (naps-1.02b5.sh) S 994267 994270 989662 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 187924175 10170368 675 134679101440 93826643410944 93826644490264 140725220305520 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93826646588720 93826646635908 93826666283008 140725220312031 140725220312158 140725220312158 140725220319174 0
/proc/994270/statm: 2483 675 598 264 0 134 0
[pid=994275] ppid=994270 vsize=37748 memory=36792 CPUtime=12.65 cores=5,7
/proc/994275/stat : 994275 (naps-1.02b5) R 994270 994270 989662 0 -1 4194304 5720 0 0 0 1264 1 0 0 20 0 1 0 187924175 38653952 9198 134679101440 4194304 5746509 140731437183104 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 36904960 140731437192174 140731437192288 140731437192288 140731437199305 0
/proc/994275/statm: 9437 9198 405 379 0 8971 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 47680 KiB
Current children cumulated memory: 39492 KiB

[startup+25.5003 s]
/proc/loadavg: 4.15 4.15 4.10 5/261 994280
/proc/meminfo: memFree=126584460/131524600 swapFree=131071996/131071996
[pid=994270] ppid=994267 vsize=9932 memory=2700 CPUtime=0 cores=5,7
/proc/994270/stat : 994270 (naps-1.02b5.sh) S 994267 994270 989662 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 187924175 10170368 675 134679101440 93826643410944 93826644490264 140725220305520 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93826646588720 93826646635908 93826666283008 140725220312031 140725220312158 140725220312158 140725220319174 0
/proc/994270/statm: 2483 675 598 264 0 134 0
[pid=994275] ppid=994270 vsize=58776 memory=45256 CPUtime=25.42 cores=5,7
/proc/994275/stat : 994275 (naps-1.02b5) R 994270 994270 989662 0 -1 4194304 6444 0 0 0 2540 2 0 0 20 0 1 0 187924175 60186624 11314 134679101440 4194304 5746509 140731437183104 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 36904960 140731437192174 140731437192288 140731437192288 140731437199305 0
/proc/994275/statm: 14694 11314 405 379 0 14228 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 68708 KiB
Current children cumulated memory: 47956 KiB

[startup+51.1058 s]
/proc/loadavg: 4.16 4.15 4.10 5/261 994284
/proc/meminfo: memFree=126557360/131524600 swapFree=131071996/131071996
[pid=994270] ppid=994267 vsize=9932 memory=2700 CPUtime=0 cores=5,7
/proc/994270/stat : 994270 (naps-1.02b5.sh) S 994267 994270 989662 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 187924175 10170368 675 134679101440 93826643410944 93826644490264 140725220305520 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93826646588720 93826646635908 93826666283008 140725220312031 140725220312158 140725220312158 140725220319174 0
/proc/994270/statm: 2483 675 598 264 0 134 0
[pid=994275] ppid=994270 vsize=77632 memory=73764 CPUtime=50.94 cores=5,7
/proc/994275/stat : 994275 (naps-1.02b5) R 994270 994270 989662 0 -1 4194304 7459 0 0 0 5091 3 0 0 20 0 1 0 187924175 79495168 18441 134679101440 4194304 5746509 140731437183104 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 36904960 140731437192174 140731437192288 140731437192288 140731437199305 0
/proc/994275/statm: 19408 18441 405 379 0 18942 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 87564 KiB
Current children cumulated memory: 76464 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.14 4.10 5/261 994294
/proc/meminfo: memFree=126537176/131524600 swapFree=131071996/131071996
[pid=994270] ppid=994267 vsize=9932 memory=2700 CPUtime=0 cores=5,7
/proc/994270/stat : 994270 (naps-1.02b5.sh) S 994267 994270 989662 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 187924175 10170368 675 134679101440 93826643410944 93826644490264 140725220305520 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93826646588720 93826646635908 93826666283008 140725220312031 140725220312158 140725220312158 140725220319174 0
/proc/994270/statm: 2483 675 598 264 0 134 0
[pid=994275] ppid=994270 vsize=90300 memory=86276 CPUtime=102.01 cores=5,7
/proc/994275/stat : 994275 (naps-1.02b5) R 994270 994270 989662 0 -1 4194304 8070 0 0 0 10197 4 0 0 20 0 1 0 187924175 92467200 21569 134679101440 4194304 5746509 140731437183104 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 36904960 140731437192174 140731437192288 140731437192288 140731437199305 0
/proc/994275/statm: 22575 21569 405 379 0 22109 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 100232 KiB
Current children cumulated memory: 88976 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.13 4.09 5/261 994304
/proc/meminfo: memFree=126531700/131524600 swapFree=131071996/131071996
[pid=994270] ppid=994267 vsize=9932 memory=2700 CPUtime=0 cores=5,7
/proc/994270/stat : 994270 (naps-1.02b5.sh) S 994267 994270 989662 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 187924175 10170368 675 134679101440 93826643410944 93826644490264 140725220305520 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93826646588720 93826646635908 93826666283008 140725220312031 140725220312158 140725220312158 140725220319174 0
/proc/994270/statm: 2483 675 598 264 0 134 0
[pid=994275] ppid=994270 vsize=108948 memory=108288 CPUtime=161.84 cores=5,7
/proc/994275/stat : 994275 (naps-1.02b5) R 994270 994270 989662 0 -1 4194304 9350 0 0 0 16178 6 0 0 20 0 1 0 187924175 111562752 27072 134679101440 4194304 5746509 140731437183104 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 36904960 140731437192174 140731437192288 140731437192288 140731437199305 0
/proc/994275/statm: 27237 27072 405 379 0 26771 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 118880 KiB
Current children cumulated memory: 110988 KiB

[startup+169.625 s]
# the end of solver process 994270 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=169.086 s, system=0.074299 s

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

[startup+166.4 s]
/proc/loadavg: 4.16 4.14 4.10 5/261 994306
/proc/meminfo: memFree=126523688/131524600 swapFree=131071996/131071996
[pid=994270] ppid=994267 vsize=9932 memory=2700 CPUtime=0 cores=5,7
/proc/994270/stat : 994270 (naps-1.02b5.sh) S 994267 994270 989662 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 187924175 10170368 675 134679101440 93826643410944 93826644490264 140725220305520 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93826646588720 93826646635908 93826666283008 140725220312031 140725220312158 140725220312158 140725220319174 0
/proc/994270/statm: 2483 675 598 264 0 134 0
[pid=994275] ppid=994270 vsize=108948 memory=108288 CPUtime=165.93 cores=5,7
/proc/994275/stat : 994275 (naps-1.02b5) R 994270 994270 989662 0 -1 4194304 9453 0 0 0 16586 7 0 0 20 0 1 0 187924175 111562752 27072 134679101440 4194304 5746509 140731437183104 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 36904960 140731437192174 140731437192288 140731437192288 140731437199305 0
/proc/994275/statm: 27237 27072 405 379 0 26771 0
Current children cumulated CPU time: 165.93 s
Current children cumulated vsize: 118880 KiB
Current children cumulated memory: 110988 KiB

[startup+168 s]*
/proc/loadavg: 4.16 4.14 4.10 5/261 994306
/proc/meminfo: memFree=126519284/131524600 swapFree=131071996/131071996
[pid=994270] ppid=994267 vsize=9932 memory=2700 CPUtime=0 cores=5,7
/proc/994270/stat : 994270 (naps-1.02b5.sh) S 994267 994270 989662 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 187924175 10170368 675 134679101440 93826643410944 93826644490264 140725220305520 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93826646588720 93826646635908 93826666283008 140725220312031 140725220312158 140725220312158 140725220319174 0
/proc/994270/statm: 2483 675 598 264 0 134 0
[pid=994275] ppid=994270 vsize=108948 memory=108288 CPUtime=167.53 cores=5,7
/proc/994275/stat : 994275 (naps-1.02b5) R 994270 994270 989662 0 -1 4194304 9453 0 0 0 16746 7 0 0 20 0 1 0 187924175 111562752 27072 134679101440 4194304 5746509 140731437183104 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 36904960 140731437192174 140731437192288 140731437192288 140731437199305 0
/proc/994275/statm: 27237 27072 405 379 0 26771 0
Current children cumulated CPU time: 167.53 s
Current children cumulated vsize: 118880 KiB
Current children cumulated memory: 110988 KiB

[startup+168.8 s]
/proc/loadavg: 4.16 4.14 4.10 5/261 994306
/proc/meminfo: memFree=126519284/131524600 swapFree=131071996/131071996
[pid=994270] ppid=994267 vsize=9932 memory=2700 CPUtime=0 cores=5,7
/proc/994270/stat : 994270 (naps-1.02b5.sh) S 994267 994270 989662 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 187924175 10170368 675 134679101440 93826643410944 93826644490264 140725220305520 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93826646588720 93826646635908 93826666283008 140725220312031 140725220312158 140725220312158 140725220319174 0
/proc/994270/statm: 2483 675 598 264 0 134 0
[pid=994275] ppid=994270 vsize=108948 memory=108288 CPUtime=168.33 cores=5,7
/proc/994275/stat : 994275 (naps-1.02b5) R 994270 994270 989662 0 -1 4194304 9453 0 0 0 16826 7 0 0 20 0 1 0 187924175 111562752 27072 134679101440 4194304 5746509 140731437183104 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 36904960 140731437192174 140731437192288 140731437192288 140731437199305 0
/proc/994275/statm: 27237 27072 405 379 0 26771 0
Current children cumulated CPU time: 168.33 s
Current children cumulated vsize: 118880 KiB
Current children cumulated memory: 110988 KiB

[startup+169.2 s]
/proc/loadavg: 4.16 4.14 4.10 5/261 994306
/proc/meminfo: memFree=126515188/131524600 swapFree=131071996/131071996
[pid=994270] ppid=994267 vsize=9932 memory=2700 CPUtime=0 cores=5,7
/proc/994270/stat : 994270 (naps-1.02b5.sh) S 994267 994270 989662 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 187924175 10170368 675 134679101440 93826643410944 93826644490264 140725220305520 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93826646588720 93826646635908 93826666283008 140725220312031 140725220312158 140725220312158 140725220319174 0
/proc/994270/statm: 2483 675 598 264 0 134 0
[pid=994275] ppid=994270 vsize=108948 memory=108288 CPUtime=168.73 cores=5,7
/proc/994275/stat : 994275 (naps-1.02b5) R 994270 994270 989662 0 -1 4194304 9454 0 0 0 16866 7 0 0 20 0 1 0 187924175 111562752 27072 134679101440 4194304 5746509 140731437183104 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 36904960 140731437192174 140731437192288 140731437192288 140731437199305 0
/proc/994275/statm: 27237 27072 405 379 0 26771 0
Current children cumulated CPU time: 168.73 s
Current children cumulated vsize: 118880 KiB
Current children cumulated memory: 110988 KiB

[startup+169.6 s]
/proc/loadavg: 4.16 4.14 4.10 5/261 994306
/proc/meminfo: memFree=126515188/131524600 swapFree=131071996/131071996
[pid=994270] ppid=994267 vsize=9932 memory=2700 CPUtime=0 cores=5,7
/proc/994270/stat : 994270 (naps-1.02b5.sh) S 994267 994270 989662 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 187924175 10170368 675 134679101440 93826643410944 93826644490264 140725220305520 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93826646588720 93826646635908 93826666283008 140725220312031 140725220312158 140725220312158 140725220319174 0
/proc/994270/statm: 2483 675 598 264 0 134 0
[pid=994275] ppid=994270 vsize=108948 memory=108288 CPUtime=169.12 cores=5,7
/proc/994275/stat : 994275 (naps-1.02b5) R 994270 994270 989662 0 -1 4194304 9454 0 0 0 16905 7 0 0 20 0 1 0 187924175 111562752 27072 134679101440 4194304 5746509 140731437183104 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 36904960 140731437192174 140731437192288 140731437192288 140731437199305 0
/proc/994275/statm: 27237 27072 405 379 0 26771 0
Current children cumulated CPU time: 169.12 s
Current children cumulated vsize: 118880 KiB
Current children cumulated memory: 110988 KiB

Child status: 20

Real time (s): 169.625
CPU time (s): 169.161
CPU user time (s): 169.086
CPU system time (s): 0.074299
CPU usage (%): 99.726
Max. virtual memory (cumulated for all children) (KiB): 168200
Max. memory (cumulated for all children) (KiB): 144104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 169.086
system time used= 0.074299
maximum resident set size= 141404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9934
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= 20
involuntary context switches= 135


# summary of solver processes directly reported to runsolver:
#   pid: 994270
#   total CPU time (s): 169.161
#   total CPU user time (s): 169.086
#   total CPU system time (s): 0.074299

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.440998 second user time and 0.768639 second system time

The end

Launcher Data

Begin job on nodeC032 at 2024-07-19 04:52:45
IDJOB=4448121
IDBENCH=160363
IDSOLVER=3065
FILE ID=nodeC032/4448121-1721357552
RUNJOBID= nodeC032-1721351488-989675
SLURM_JOB_ID= 7542756
Free space on /tmp= 890072 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x90split.cnf-plain.pb.metafix.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448121-1721357552/watcher-4448121-1721357552 -o /tmp/evaluation-result-4448121-1721357552/solver-4448121-1721357552 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1721351488-989675 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4448121-1721357552.opb

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

MD5SUM BENCH= 43b43b4642a1f471c30a83b83143bc9f
RANDOM SEED=1166045193

nodeC032.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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	: 0xb00002a
cpu MHz		: 3661.407
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.33
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	: 0xb00002a
cpu MHz		: 3661.926
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.03
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	: 0xb00002a
cpu MHz		: 3599.777
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.33
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	: 0xb00002a
cpu MHz		: 3600.134
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.03
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	: 0xb00002a
cpu MHz		: 3661.548
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.33
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	: 0xb00002a
cpu MHz		: 3656.292
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.03
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	: 0xb00002a
cpu MHz		: 3599.815
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.33
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	: 0xb00002a
cpu MHz		: 3661.498
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126645248 kB
MemAvailable:   129167256 kB
Buffers:          516908 kB
Cached:          2819356 kB
SwapCached:            0 kB
Active:           980768 kB
Inactive:        3238516 kB
Active(anon):       1612 kB
Inactive(anon):   918800 kB
Active(file):     979156 kB
Inactive(file):  2319716 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4016 kB
Writeback:             0 kB
AnonPages:        882424 kB
Mapped:           111340 kB
Shmem:             37720 kB
KReclaimable:     125916 kB
Slab:             241428 kB
SReclaimable:     125916 kB
SUnreclaim:       115512 kB
KernelStack:        4204 kB
PageTables:        10724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1382740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            70944 kB
HardwareCorrupted:     0 kB
AnonHugePages:    763904 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      226004 kB
DirectMap2M:    21567488 kB
DirectMap1G:    114294784 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC032 at 2024-07-19 04:55:35