Trace number 4442391

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.02b5? (TO) 3600.07 3610.6

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/
FPGA_SAT05/normalized-chnl35_36_pb.cnf.cr.opb
MD5SUMd8fef6140a8ea4c136f0e624ba926405
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 benchmark0.020175
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2520
Total number of constraints142
Number of constraints which are clauses72
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint35
Maximum length of a constraint36
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 37
Number of bits of the biggest sum of numbers6
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-4442391-1721297524.opb
3600.06/3610.60	c 
3600.06/3610.60	c *** TERMINATED *** by signal 15
3600.06/3610.60	s UNKNOWN
3600.06/3610.60	c _____________________________________________________________________________
3600.06/3610.60	c 
3600.06/3610.60	c std/band forms        : 70,0
3600.06/3610.60	c 2cl/3cl ITE-codings   : 2380,0
3600.06/3610.60	c BDD/srt/adr Max costs : 69,0,0
3600.06/3610.60	c BDDraw/bin/mul/srt/adr: 70,0,0,0,0
3600.06/3610.60	c BDD nodes             : 4900
3600.06/3610.60	c Es1/CC detections     : 0,0
3600.06/3610.60	c SAT/UNSAT calls       : 0,0
3600.06/3610.60	c regenrated variables  : 0
3600.06/3610.60	c restarts              : 0
3600.06/3610.60	c conflicts             : 0              (0 /sec)
3600.06/3610.60	c decisions             : 0              (0 /sec)
3600.06/3610.60	c propagations          : 0              (0 /sec)
3600.06/3610.60	c inspects              : 0              (0 /sec)
3600.06/3610.60	c CPU time (solving tm) : 3598 s        (3598 s)
3600.06/3610.60	c Time for Opt-base     : 0 s
3600.06/3610.60	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: 63931 MiB (60927 MiB free)
  memory of node 1: 64510 MiB (60558 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442391-1721297524/watcher-4442391-1721297524 -o /tmp/evaluation-result-4442391-1721297524/solver-4442391-1721297524 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1721293771-966773 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4442391-1721297524.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=970153, runsolver pid=970150

[startup+0.100099 s]*
/proc/loadavg: 4.25 4.23 4.10 5/261 970158
/proc/meminfo: memFree=124395560/131524600 swapFree=131071996/131071996
[pid=970153] ppid=970150 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/970153/stat : 970153 (naps-1.02b5.sh) S 970150 970153 966761 0 -1 4194304 218 243 0 0 0 0 0 0 20 0 1 0 181919848 10170368 660 134679101440 94414821982208 94414823061528 140722591506832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94414825159984 94414825207172 94414853468160 140722591511519 140722591511646 140722591511646 140722591518662 0
/proc/970153/statm: 2483 660 580 264 0 134 0
[pid=970158] ppid=970153 vsize=8728 memory=7492 CPUtime=0.09 cores=1,3
/proc/970158/stat : 970158 (naps-1.02b5) R 970153 970153 966761 0 -1 4194304 1620 0 0 0 9 0 0 0 20 0 1 0 181919848 8937472 1873 134679101440 4194304 5746509 140733942804208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20066304 140733942805486 140733942805600 140733942805600 140733942812617 0
/proc/970158/statm: 2182 1873 421 379 0 1716 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18660 KiB
Current children cumulated memory: 10132 KiB

[startup+0.205774 s]*
/proc/loadavg: 4.25 4.23 4.10 5/261 970158
/proc/meminfo: memFree=124392884/131524600 swapFree=131071996/131071996
[pid=970153] ppid=970150 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/970153/stat : 970153 (naps-1.02b5.sh) S 970150 970153 966761 0 -1 4194304 218 243 0 0 0 0 0 0 20 0 1 0 181919848 10170368 660 134679101440 94414821982208 94414823061528 140722591506832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94414825159984 94414825207172 94414853468160 140722591511519 140722591511646 140722591511646 140722591518662 0
/proc/970153/statm: 2483 660 580 264 0 134 0
[pid=970158] ppid=970153 vsize=10680 memory=9604 CPUtime=0.2 cores=1,3
/proc/970158/stat : 970158 (naps-1.02b5) R 970153 970153 966761 0 -1 4194304 2172 0 0 0 20 0 0 0 20 0 1 0 181919848 10936320 2401 134679101440 4194304 5746509 140733942804208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20066304 140733942805486 140733942805600 140733942805600 140733942812617 0
/proc/970158/statm: 2670 2401 421 379 0 2204 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 20612 KiB
Current children cumulated memory: 12244 KiB

[startup+0.305721 s]*
/proc/loadavg: 4.23 4.22 4.10 5/261 970158
/proc/meminfo: memFree=124388572/131524600 swapFree=131071996/131071996
[pid=970153] ppid=970150 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/970153/stat : 970153 (naps-1.02b5.sh) S 970150 970153 966761 0 -1 4194304 218 243 0 0 0 0 0 0 20 0 1 0 181919848 10170368 660 134679101440 94414821982208 94414823061528 140722591506832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94414825159984 94414825207172 94414853468160 140722591511519 140722591511646 140722591511646 140722591518662 0
/proc/970153/statm: 2483 660 580 264 0 134 0
[pid=970158] ppid=970153 vsize=13864 memory=11768 CPUtime=0.29 cores=1,3
/proc/970158/stat : 970158 (naps-1.02b5) R 970153 970153 966761 0 -1 4194304 3343 0 0 0 29 0 0 0 20 0 1 0 181919848 14196736 2942 134679101440 4194304 5746509 140733942804208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20066304 140733942805486 140733942805600 140733942805600 140733942812617 0
/proc/970158/statm: 3466 2942 421 379 0 3000 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 23796 KiB
Current children cumulated memory: 14408 KiB

[startup+0.700281 s]
/proc/loadavg: 4.23 4.22 4.10 5/261 970158
/proc/meminfo: memFree=124378492/131524600 swapFree=131071996/131071996
[pid=970153] ppid=970150 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/970153/stat : 970153 (naps-1.02b5.sh) S 970150 970153 966761 0 -1 4194304 218 243 0 0 0 0 0 0 20 0 1 0 181919848 10170368 660 134679101440 94414821982208 94414823061528 140722591506832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94414825159984 94414825207172 94414853468160 140722591511519 140722591511646 140722591511646 140722591518662 0
/proc/970153/statm: 2483 660 580 264 0 134 0
[pid=970158] ppid=970153 vsize=20936 memory=17444 CPUtime=0.69 cores=1,3
/proc/970158/stat : 970158 (naps-1.02b5) R 970153 970153 966761 0 -1 4194304 3727 0 0 0 68 1 0 0 20 0 1 0 181919848 21438464 4361 134679101440 4194304 5746509 140733942804208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20066304 140733942805486 140733942805600 140733942805600 140733942812617 0
/proc/970158/statm: 5234 4361 421 379 0 4768 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 30868 KiB
Current children cumulated memory: 20084 KiB

[startup+1.50028 s]
/proc/loadavg: 4.23 4.22 4.10 5/261 970158
/proc/meminfo: memFree=124363628/131524600 swapFree=131071996/131071996
[pid=970153] ppid=970150 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/970153/stat : 970153 (naps-1.02b5.sh) S 970150 970153 966761 0 -1 4194304 218 243 0 0 0 0 0 0 20 0 1 0 181919848 10170368 660 134679101440 94414821982208 94414823061528 140722591506832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94414825159984 94414825207172 94414853468160 140722591511519 140722591511646 140722591511646 140722591518662 0
/proc/970153/statm: 2483 660 580 264 0 134 0
[pid=970158] ppid=970153 vsize=44032 memory=38492 CPUtime=1.48 cores=1,3
/proc/970158/stat : 970158 (naps-1.02b5) R 970153 970153 966761 0 -1 4194304 4938 0 0 0 147 1 0 0 20 0 1 0 181919848 45088768 9623 134679101440 4194304 5746509 140733942804208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20066304 140733942805486 140733942805600 140733942805600 140733942812617 0
/proc/970158/statm: 11008 9623 421 379 0 10542 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 53964 KiB
Current children cumulated memory: 41132 KiB

[startup+3.10571 s]
/proc/loadavg: 4.23 4.22 4.10 5/261 970158
/proc/meminfo: memFree=124355196/131524600 swapFree=131071996/131071996
[pid=970153] ppid=970150 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/970153/stat : 970153 (naps-1.02b5.sh) S 970150 970153 966761 0 -1 4194304 218 243 0 0 0 0 0 0 20 0 1 0 181919848 10170368 660 134679101440 94414821982208 94414823061528 140722591506832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94414825159984 94414825207172 94414853468160 140722591511519 140722591511646 140722591511646 140722591518662 0
/proc/970153/statm: 2483 660 580 264 0 134 0
[pid=970158] ppid=970153 vsize=65884 memory=55916 CPUtime=3.08 cores=1,3
/proc/970158/stat : 970158 (naps-1.02b5) R 970153 970153 966761 0 -1 4194304 5830 0 0 0 306 2 0 0 20 0 1 0 181919848 67465216 13979 134679101440 4194304 5746509 140733942804208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20066304 140733942805486 140733942805600 140733942805600 140733942812617 0
/proc/970158/statm: 16471 13979 421 379 0 16005 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 75816 KiB
Current children cumulated memory: 58556 KiB

[startup+6.30026 s]
/proc/loadavg: 4.21 4.22 4.10 5/261 970158
/proc/meminfo: memFree=124314524/131524600 swapFree=131071996/131071996
[pid=970153] ppid=970150 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/970153/stat : 970153 (naps-1.02b5.sh) S 970150 970153 966761 0 -1 4194304 218 243 0 0 0 0 0 0 20 0 1 0 181919848 10170368 660 134679101440 94414821982208 94414823061528 140722591506832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94414825159984 94414825207172 94414853468160 140722591511519 140722591511646 140722591511646 140722591518662 0
/proc/970153/statm: 2483 660 580 264 0 134 0
[pid=970158] ppid=970153 vsize=67152 memory=64420 CPUtime=6.27 cores=1,3
/proc/970158/stat : 970158 (naps-1.02b5) R 970153 970153 966761 0 -1 4194304 6613 0 0 0 624 3 0 0 20 0 1 0 181919848 68763648 16105 134679101440 4194304 5746509 140733942804208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20066304 140733942805486 140733942805600 140733942805600 140733942812617 0
/proc/970158/statm: 16788 16105 421 379 0 16322 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 77084 KiB
Current children cumulated memory: 67060 KiB

[startup+12.7003 s]
/proc/loadavg: 4.19 4.22 4.10 5/261 970159
/proc/meminfo: memFree=124234664/131524600 swapFree=131071996/131071996
[pid=970153] ppid=970150 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/970153/stat : 970153 (naps-1.02b5.sh) S 970150 970153 966761 0 -1 4194304 218 243 0 0 0 0 0 0 20 0 1 0 181919848 10170368 660 134679101440 94414821982208 94414823061528 140722591506832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94414825159984 94414825207172 94414853468160 140722591511519 140722591511646 140722591511646 140722591518662 0
/proc/970153/statm: 2483 660 580 264 0 134 0
[pid=970158] ppid=970153 vsize=85828 memory=85120 CPUtime=12.65 cores=1,3
/proc/970158/stat : 970158 (naps-1.02b5) R 970153 970153 966761 0 -1 4194304 7504 0 0 0 1261 4 0 0 20 0 1 0 181919848 87887872 21280 134679101440 4194304 5746509 140733942804208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20066304 140733942805486 140733942805600 140733942805600 140733942812617 0
/proc/970158/statm: 21457 21280 421 379 0 20991 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 95760 KiB
Current children cumulated memory: 87760 KiB

[startup+25.5003 s]
/proc/loadavg: 4.16 4.21 4.10 5/261 970161
/proc/meminfo: memFree=124167476/131524600 swapFree=131071996/131071996
[pid=970153] ppid=970150 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/970153/stat : 970153 (naps-1.02b5.sh) S 970150 970153 966761 0 -1 4194304 218 243 0 0 0 0 0 0 20 0 1 0 181919848 10170368 660 134679101440 94414821982208 94414823061528 140722591506832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94414825159984 94414825207172 94414853468160 140722591511519 140722591511646 140722591511646 140722591518662 0
/proc/970153/statm: 2483 660 580 264 0 134 0
[pid=970158] ppid=970153 vsize=149056 memory=143064 CPUtime=25.42 cores=1,3
/proc/970158/stat : 970158 (naps-1.02b5) R 970153 970153 966761 0 -1 4194304 9965 0 0 0 2534 8 0 0 20 0 1 0 181919848 152633344 35766 134679101440 4194304 5746509 140733942804208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20066304 140733942805486 140733942805600 140733942805600 140733942812617 0
/proc/970158/statm: 37264 35766 421 379 0 36798 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 158988 KiB
Current children cumulated memory: 145704 KiB

[startup+51.1057 s]
/proc/loadavg: 4.15 4.20 4.10 5/261 970166
/proc/meminfo: memFree=124489372/131524600 swapFree=131071996/131071996
[pid=970153] ppid=970150 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/970153/stat : 970153 (naps-1.02b5.sh) S 970150 970153 966761 0 -1 4194304 218 243 0 0 0 0 0 0 20 0 1 0 181919848 10170368 660 134679101440 94414821982208 94414823061528 140722591506832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94414825159984 94414825207172 94414853468160 140722591511519 140722591511646 140722591511646 140722591518662 0
/proc/970153/statm: 2483 660 580 264 0 134 0
[pid=970158] ppid=970153 vsize=179876 memory=157816 CPUtime=50.96 cores=1,3
/proc/970158/stat : 970158 (naps-1.02b5) R 970153 970153 966761 0 -1 4194304 12443 0 0 0 5085 11 0 0 20 0 1 0 181919848 184193024 39454 134679101440 4194304 5746509 140733942804208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20066304 140733942805486 140733942805600 140733942805600 140733942812617 0
/proc/970158/statm: 44969 39454 421 379 0 44503 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 189808 KiB
Current children cumulated memory: 160456 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.18 4.09 5/261 970175
/proc/meminfo: memFree=124257812/131524600 swapFree=131071996/131071996
[pid=970153] ppid=970150 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/970153/stat : 970153 (naps-1.02b5.sh) S 970150 970153 966761 0 -1 4194304 218 243 0 0 0 0 0 0 20 0 1 0 181919848 10170368 660 134679101440 94414821982208 94414823061528 140722591506832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94414825159984 94414825207172 94414853468160 140722591511519 140722591511646 140722591511646 140722591518662 0
/proc/970153/statm: 2483 660 580 264 0 134 0
[pid=970158] ppid=970153 vsize=180236 memory=151804 CPUtime=102.01 cores=1,3
/proc/970158/stat : 970158 (naps-1.02b5) R 970153 970153 966761 0 -1 4194304 15348 0 0 0 10185 16 0 0 20 0 1 0 181919848 184561664 37951 134679101440 4194304 5746509 140733942804208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20066304 140733942805486 140733942805600 140733942805600 140733942812617 0
/proc/970158/statm: 45059 37951 421 379 0 44593 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 190168 KiB
Current children cumulated memory: 154444 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.18 4.09 5/261 970186
/proc/meminfo: memFree=124267656/131524600 swapFree=131071996/131071996
[pid=970153] ppid=970150 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/970153/stat : 970153 (naps-1.02b5.sh) S 970150 970153 966761 0 -1 4194304 218 243 0 0 0 0 0 0 20 0 1 0 181919848 10170368 660 134679101440 94414821982208 94414823061528 140722591506832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94414825159984 94414825207172 94414853468160 140722591511519 140722591511646 140722591511646 140722591518662 0
/proc/970153/statm: 2483 660 580 264 0 134 0
[pid=970158] ppid=970153 vsize=192024 memory=167688 CPUtime=161.84 cores=1,3
/proc/970158/stat : 970158 (naps-1.02b5) R 970153 970153 966761 0 -1 4194304 18464 0 0 0 16163 21 0 0 20 0 1 0 181919848 196632576 41922 134679101440 4194304 5746509 140733942804208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20066304 140733942805486 140733942805600 140733942805600 140733942812617 0
/proc/970158/statm: 48006 41922 421 379 0 47540 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 201956 KiB
Current children cumulated memory: 170328 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.16 4.09 5/258 970196
/proc/meminfo: memFree=124323256/131524600 swapFree=131071996/131071996
[pid=970153] ppid=970150 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/970153/stat : 970153 (naps-1.02b5.sh) S 970150 970153 966761 0 -1 4194304 218 243 0 0 0 0 0 0 20 0 1 0 181919848 10170368 660 134679101440 94414821982208 94414823061528 140722591506832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94414825159984 94414825207172 94414853468160 140722591511519 140722591511646 140722591511646 140722591518662 0
/proc/970153/statm: 2483 660 580 264 0 134 0
[pid=970158] ppid=970153 vsize=194244 memory=172040 CPUtime=221.66 cores=1,3
/proc/970158/stat : 970158 (naps-1.02b5) R 970153 970153 966761 0 -1 4194304 21505 0 0 0 22139 27 0 0 20 0 1 0 181919848 198905856 43010 134679101440 4194304 5746509 140733942804208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20066304 140733942805486 140733942805600 140733942805600 140733942812617 0
/proc/970158/statm: 48561 43010 421 379 0 48095 0
Current children cumulated CPU time: 221.66 s

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

/proc/loadavg: 4.14 4.10 4.09 5/263 972181
/proc/meminfo: memFree=123174444/131524600 swapFree=131071996/131071996
[pid=970153] ppid=970150 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/970153/stat : 970153 (naps-1.02b5.sh) S 970150 970153 966761 0 -1 4194304 218 243 0 0 0 0 0 0 20 0 1 0 181919848 10170368 660 134679101440 94414821982208 94414823061528 140722591506832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94414825159984 94414825207172 94414853468160 140722591511519 140722591511646 140722591511646 140722591518662 0
/proc/970153/statm: 2483 660 580 264 0 134 0
[pid=970158] ppid=970153 vsize=480696 memory=397692 CPUtime=3033.46 cores=1,3
/proc/970158/stat : 970158 (naps-1.02b5) R 970153 970153 966761 0 -1 4194304 100862 0 0 0 303194 152 0 0 20 0 1 0 181919848 492232704 99423 134679101440 4194304 5746509 140733942804208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20066304 140733942805486 140733942805600 140733942805600 140733942812617 0
/proc/970158/statm: 120174 99423 421 379 0 119708 0
Current children cumulated CPU time: 3033.46 s
Current children cumulated vsize: 490628 KiB
Current children cumulated memory: 400332 KiB

[startup+3102.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/261 972192
/proc/meminfo: memFree=123326804/131524600 swapFree=131071996/131071996
[pid=970153] ppid=970150 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/970153/stat : 970153 (naps-1.02b5.sh) S 970150 970153 966761 0 -1 4194304 218 243 0 0 0 0 0 0 20 0 1 0 181919848 10170368 660 134679101440 94414821982208 94414823061528 140722591506832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94414825159984 94414825207172 94414853468160 140722591511519 140722591511646 140722591511646 140722591518662 0
/proc/970153/statm: 2483 660 580 264 0 134 0
[pid=970158] ppid=970153 vsize=483520 memory=457572 CPUtime=3093.29 cores=1,3
/proc/970158/stat : 970158 (naps-1.02b5) R 970153 970153 966761 0 -1 4194304 101649 0 0 0 309176 153 0 0 20 0 1 0 181919848 495124480 114393 134679101440 4194304 5746509 140733942804208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20066304 140733942805486 140733942805600 140733942805600 140733942812617 0
/proc/970158/statm: 120880 114393 421 379 0 120414 0
Current children cumulated CPU time: 3093.29 s
Current children cumulated vsize: 493452 KiB
Current children cumulated memory: 460212 KiB

[startup+3162.3 s]
/proc/loadavg: 4.16 4.11 4.09 5/261 972203
/proc/meminfo: memFree=123207008/131524600 swapFree=131071996/131071996
[pid=970153] ppid=970150 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/970153/stat : 970153 (naps-1.02b5.sh) S 970150 970153 966761 0 -1 4194304 218 243 0 0 0 0 0 0 20 0 1 0 181919848 10170368 660 134679101440 94414821982208 94414823061528 140722591506832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94414825159984 94414825207172 94414853468160 140722591511519 140722591511646 140722591511646 140722591518662 0
/proc/970153/statm: 2483 660 580 264 0 134 0
[pid=970158] ppid=970153 vsize=412132 memory=375712 CPUtime=3153.12 cores=1,3
/proc/970158/stat : 970158 (naps-1.02b5) R 970153 970153 966761 0 -1 4194304 105221 0 0 0 315155 157 0 0 20 0 1 0 181919848 422023168 93928 134679101440 4194304 5746509 140733942804208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20066304 140733942805486 140733942805600 140733942805600 140733942812617 0
/proc/970158/statm: 103033 93928 421 379 0 102567 0
Current children cumulated CPU time: 3153.12 s
Current children cumulated vsize: 422064 KiB
Current children cumulated memory: 378352 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/259 972213
/proc/meminfo: memFree=123687104/131524600 swapFree=131071996/131071996
[pid=970153] ppid=970150 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/970153/stat : 970153 (naps-1.02b5.sh) S 970150 970153 966761 0 -1 4194304 218 243 0 0 0 0 0 0 20 0 1 0 181919848 10170368 660 134679101440 94414821982208 94414823061528 140722591506832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94414825159984 94414825207172 94414853468160 140722591511519 140722591511646 140722591511646 140722591518662 0
/proc/970153/statm: 2483 660 580 264 0 134 0
[pid=970158] ppid=970153 vsize=493520 memory=457652 CPUtime=3212.95 cores=1,3
/proc/970158/stat : 970158 (naps-1.02b5) R 970153 970153 966761 0 -1 4194304 105970 0 0 0 321136 159 0 0 20 0 1 0 181919848 505364480 114413 134679101440 4194304 5746509 140733942804208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20066304 140733942805486 140733942805600 140733942805600 140733942812617 0
/proc/970158/statm: 123380 114413 421 379 0 122914 0
Current children cumulated CPU time: 3212.95 s
Current children cumulated vsize: 503452 KiB
Current children cumulated memory: 460292 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/259 972223
/proc/meminfo: memFree=123450600/131524600 swapFree=131071996/131071996
[pid=970153] ppid=970150 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/970153/stat : 970153 (naps-1.02b5.sh) S 970150 970153 966761 0 -1 4194304 218 243 0 0 0 0 0 0 20 0 1 0 181919848 10170368 660 134679101440 94414821982208 94414823061528 140722591506832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94414825159984 94414825207172 94414853468160 140722591511519 140722591511646 140722591511646 140722591518662 0
/proc/970153/statm: 2483 660 580 264 0 134 0
[pid=970158] ppid=970153 vsize=632752 memory=512580 CPUtime=3272.79 cores=1,3
/proc/970158/stat : 970158 (naps-1.02b5) R 970153 970153 966761 0 -1 4194304 108188 0 0 0 327118 161 0 0 20 0 1 0 181919848 647938048 128145 134679101440 4194304 5746509 140733942804208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20066304 140733942805486 140733942805600 140733942805600 140733942812617 0
/proc/970158/statm: 158188 128145 421 379 0 157722 0
Current children cumulated CPU time: 3272.79 s
Current children cumulated vsize: 642684 KiB
Current children cumulated memory: 515220 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/258 972234
/proc/meminfo: memFree=122941864/131524600 swapFree=131071996/131071996
[pid=970153] ppid=970150 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/970153/stat : 970153 (naps-1.02b5.sh) S 970150 970153 966761 0 -1 4194304 218 243 0 0 0 0 0 0 20 0 1 0 181919848 10170368 660 134679101440 94414821982208 94414823061528 140722591506832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94414825159984 94414825207172 94414853468160 140722591511519 140722591511646 140722591511646 140722591518662 0
/proc/970153/statm: 2483 660 580 264 0 134 0
[pid=970158] ppid=970153 vsize=421928 memory=413824 CPUtime=3332.6 cores=1,3
/proc/970158/stat : 970158 (naps-1.02b5) R 970153 970153 966761 0 -1 4194304 109687 0 0 0 333096 164 0 0 20 0 1 0 181919848 432054272 103456 134679101440 4194304 5746509 140733942804208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20066304 140733942805486 140733942805600 140733942805600 140733942812617 0
/proc/970158/statm: 105482 103456 421 379 0 105016 0
Current children cumulated CPU time: 3332.6 s
Current children cumulated vsize: 431860 KiB
Current children cumulated memory: 416464 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/258 972244
/proc/meminfo: memFree=123573752/131524600 swapFree=131071996/131071996
[pid=970153] ppid=970150 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/970153/stat : 970153 (naps-1.02b5.sh) S 970150 970153 966761 0 -1 4194304 218 243 0 0 0 0 0 0 20 0 1 0 181919848 10170368 660 134679101440 94414821982208 94414823061528 140722591506832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94414825159984 94414825207172 94414853468160 140722591511519 140722591511646 140722591511646 140722591518662 0
/proc/970153/statm: 2483 660 580 264 0 134 0
[pid=970158] ppid=970153 vsize=503780 memory=453608 CPUtime=3392.4 cores=1,3
/proc/970158/stat : 970158 (naps-1.02b5) R 970153 970153 966761 0 -1 4194304 110499 0 0 0 339075 165 0 0 20 0 1 0 181919848 515870720 113402 134679101440 4194304 5746509 140733942804208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20066304 140733942805486 140733942805600 140733942805600 140733942812617 0
/proc/970158/statm: 125945 113402 421 379 0 125479 0
Current children cumulated CPU time: 3392.4 s
Current children cumulated vsize: 513712 KiB
Current children cumulated memory: 456248 KiB

[startup+3462.3 s]
/proc/loadavg: 4.42 4.18 4.12 5/258 972254
/proc/meminfo: memFree=123438888/131524600 swapFree=131071996/131071996
[pid=970153] ppid=970150 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/970153/stat : 970153 (naps-1.02b5.sh) S 970150 970153 966761 0 -1 4194304 218 243 0 0 0 0 0 0 20 0 1 0 181919848 10170368 660 134679101440 94414821982208 94414823061528 140722591506832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94414825159984 94414825207172 94414853468160 140722591511519 140722591511646 140722591511646 140722591518662 0
/proc/970153/statm: 2483 660 580 264 0 134 0
[pid=970158] ppid=970153 vsize=504348 memory=486732 CPUtime=3452.2 cores=1,3
/proc/970158/stat : 970158 (naps-1.02b5) R 970153 970153 966761 0 -1 4194304 110657 0 0 0 345055 165 0 0 20 0 1 0 181919848 516452352 121683 134679101440 4194304 5746509 140733942804208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20066304 140733942805486 140733942805600 140733942805600 140733942812617 0
/proc/970158/statm: 126087 121683 421 379 0 125621 0
Current children cumulated CPU time: 3452.2 s
Current children cumulated vsize: 514280 KiB
Current children cumulated memory: 489372 KiB

[startup+3522.3 s]
/proc/loadavg: 4.29 4.19 4.12 5/260 972269
/proc/meminfo: memFree=123068908/131524600 swapFree=131071996/131071996
[pid=970153] ppid=970150 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/970153/stat : 970153 (naps-1.02b5.sh) S 970150 970153 966761 0 -1 4194304 218 243 0 0 0 0 0 0 20 0 1 0 181919848 10170368 660 134679101440 94414821982208 94414823061528 140722591506832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94414825159984 94414825207172 94414853468160 140722591511519 140722591511646 140722591511646 140722591518662 0
/proc/970153/statm: 2483 660 580 264 0 134 0
[pid=970158] ppid=970153 vsize=426404 memory=386444 CPUtime=3512.01 cores=1,3
/proc/970158/stat : 970158 (naps-1.02b5) R 970153 970153 966761 0 -1 4194304 112212 0 0 0 351033 168 0 0 20 0 1 0 181919848 436637696 96611 134679101440 4194304 5746509 140733942804208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20066304 140733942805486 140733942805600 140733942805600 140733942812617 0
/proc/970158/statm: 106601 96611 421 379 0 106135 0
Current children cumulated CPU time: 3512.01 s
Current children cumulated vsize: 436336 KiB
Current children cumulated memory: 389084 KiB

[startup+3582.3 s]
/proc/loadavg: 4.31 4.20 4.13 5/260 972279
/proc/meminfo: memFree=123368604/131524600 swapFree=131071996/131071996
[pid=970153] ppid=970150 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/970153/stat : 970153 (naps-1.02b5.sh) S 970150 970153 966761 0 -1 4194304 218 243 0 0 0 0 0 0 20 0 1 0 181919848 10170368 660 134679101440 94414821982208 94414823061528 140722591506832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94414825159984 94414825207172 94414853468160 140722591511519 140722591511646 140722591511646 140722591518662 0
/proc/970153/statm: 2483 660 580 264 0 134 0
[pid=970158] ppid=970153 vsize=509120 memory=465404 CPUtime=3571.84 cores=1,3
/proc/970158/stat : 970158 (naps-1.02b5) R 970153 970153 966761 0 -1 4194304 113162 0 0 0 357014 170 0 0 20 0 1 0 181919848 521338880 116351 134679101440 4194304 5746509 140733942804208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20066304 140733942805486 140733942805600 140733942805600 140733942812617 0
/proc/970158/statm: 127280 116351 421 379 0 126814 0
Current children cumulated CPU time: 3571.84 s
Current children cumulated vsize: 519052 KiB
Current children cumulated memory: 468044 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.6 s]
/proc/loadavg: 4.45 4.25 4.14 5/260 972284
/proc/meminfo: memFree=123081284/131524600 swapFree=131071996/131071996
[pid=970153] ppid=970150 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/970153/stat : 970153 (naps-1.02b5.sh) S 970150 970153 966761 0 -1 4194304 218 243 0 0 0 0 0 0 20 0 1 0 181919848 10170368 660 134679101440 94414821982208 94414823061528 140722591506832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94414825159984 94414825207172 94414853468160 140722591511519 140722591511646 140722591511646 140722591518662 0
/proc/970153/statm: 2483 660 580 264 0 134 0
[pid=970158] ppid=970153 vsize=642584 memory=502284 CPUtime=3600.06 cores=1,3
/proc/970158/stat : 970158 (naps-1.02b5) R 970153 970153 966761 0 -1 4194304 113807 0 0 0 359835 171 0 0 20 0 1 0 181919848 658006016 125571 134679101440 4194304 5746509 140733942804208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20066304 140733942805486 140733942805600 140733942805600 140733942812617 0
/proc/970158/statm: 160646 125571 421 379 0 160180 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 652516 KiB
Current children cumulated memory: 504924 KiB

Sending SIGTERM to process tree (bottom up)

[startup+3610.6 s]
# the end of solver process 970153 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3598.35 s, system=1.71656 s

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

Child status: 0

Real time (s): 3610.6
CPU time (s): 3600.07
CPU user time (s): 3598.35
CPU system time (s): 1.71656
CPU usage (%): 99.7082
Max. virtual memory (cumulated for all children) (KiB): 780212
Max. memory (cumulated for all children) (KiB): 600884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.35
system time used= 1.71656
maximum resident set size= 614796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114283
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= 149
involuntary context switches= 4391


# summary of solver processes directly reported to runsolver:
#   pid: 970153
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3598.35
#   total CPU system time (s): 1.71656

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.34899 second user time and 18.2435 second system time

The end

Launcher Data

Begin job on nodeC029 at 2024-07-18 12:12:17
IDJOB=4442391
IDBENCH=147801
IDSOLVER=3065
FILE ID=nodeC029/4442391-1721297524
RUNJOBID= nodeC029-1721293771-966773
SLURM_JOB_ID= 7542602
Free space on /tmp= 890056 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl35_36_pb.cnf.cr.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442391-1721297524/watcher-4442391-1721297524 -o /tmp/evaluation-result-4442391-1721297524/solver-4442391-1721297524 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1721293771-966773 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4442391-1721297524.opb

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

MD5SUM BENCH= d8fef6140a8ea4c136f0e624ba926405
RANDOM SEED=1455526066

nodeC029.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		: 3641.303
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	: 7000.09
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		: 3658.040
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	: 7006.98
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		: 3600.380
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	: 7000.09
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		: 3656.393
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	: 7006.98
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		: 3641.430
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	: 7000.09
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		: 3660.038
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	: 7006.98
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		: 3600.078
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	: 7000.09
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		: 3600.273
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	: 7006.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        124402048 kB
MemAvailable:   128275948 kB
Buffers:          476004 kB
Cached:          4189688 kB
SwapCached:            0 kB
Active:           934736 kB
Inactive:        5474096 kB
Active(anon):       1520 kB
Inactive(anon):  1779332 kB
Active(file):     933216 kB
Inactive(file):  3694764 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4048 kB
Writeback:             0 kB
AnonPages:       1741492 kB
Mapped:           110928 kB
Shmem:             37720 kB
KReclaimable:     171136 kB
Slab:             292260 kB
SReclaimable:     171136 kB
SUnreclaim:       121124 kB
KernelStack:        4204 kB
PageTables:        12664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2399868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67168 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1146880 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:      281300 kB
DirectMap2M:    36192256 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 890052 MiB
End job on nodeC029 at 2024-07-18 13:12:28