Trace number 4449081

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.23 3613.28

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw256/normalized-hw256-vm95p-dec.opb.negationfix.opb
MD5SUM4a42be2aaf272439af058ac9b796a856
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.75774
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables661504
Total number of constraints5680
Number of constraints which are clauses2583
Number of constraints which are cardinality constraints (but not clauses)2583
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint2584
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 935283
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 2150318
Number of bits of the biggest sum of numbers22
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-4449081-1721367349.opb
3600.05/3613.10	c 
3600.05/3613.10	c *** TERMINATED *** by signal 15
3600.05/3613.10	s UNKNOWN
3600.05/3613.10	c _____________________________________________________________________________
3600.05/3613.10	c 
3600.05/3613.10	c std/band forms        : 263,0
3600.05/3613.10	c 2cl/3cl ITE-codings   : 0,0
3600.05/3613.10	c BDD/srt/adr Max costs : 231211,942407,0
3600.05/3613.10	c BDDraw/bin/mul/srt/adr: 132,0,0,130,0
3600.05/3613.10	c BDD nodes             : 305332812
3600.05/3613.10	c Es1/CC detections     : 0,0
3600.05/3613.10	c SAT/UNSAT calls       : 0,0
3600.05/3613.10	c regenrated variables  : 0
3600.05/3613.10	c restarts              : 0
3600.05/3613.10	c conflicts             : 0              (0 /sec)
3600.05/3613.10	c decisions             : 0              (0 /sec)
3600.05/3613.10	c propagations          : 0              (0 /sec)
3600.05/3613.10	c inspects              : 0              (0 /sec)
3600.05/3613.10	c CPU time (solving tm) : 3595 s        (0 s)
3600.05/3613.10	c Time for Opt-base     : 112 s
3600.05/3613.10	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 (62527 MiB free)
  memory of node 1: 64473 MiB (62055 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449081-1721367349/watcher-4449081-1721367349 -o /tmp/evaluation-result-4449081-1721367349/solver-4449081-1721367349 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721367361-998006 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4449081-1721367349.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
solver pid=998070, runsolver pid=998067
Current StackSize limit: 8192 KiB


[startup+0.10086 s]*
/proc/loadavg: 1.11 1.33 2.08 5/259 998085
/proc/meminfo: memFree=127526588/131524600 swapFree=131070704/131071996
[pid=998070] ppid=998067 vsize=9932 memory=2724 CPUtime=0 cores=0,2
/proc/998070/stat : 998070 (naps-1.02b5.sh) S 998067 998070 997996 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 188899886 10170368 681 134679101440 94607824465920 94607825545240 140731172271568 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94607827643696 94607827690884 94607829553152 140731172279263 140731172279390 140731172279390 140731172286406 0
/proc/998070/statm: 2483 681 603 264 0 134 0
[pid=998077] ppid=998070 vsize=21164 memory=14580 CPUtime=0.09 cores=0,2
/proc/998077/stat : 998077 (naps-1.02b5) R 998070 998070 997996 0 -1 4194304 3383 0 0 0 9 0 0 0 20 0 1 0 188899887 21671936 3645 134679101440 4194304 5746509 140727651770592 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19701760 140727651779566 140727651779680 140727651779680 140727651786697 0
/proc/998077/statm: 5291 3645 405 379 0 4825 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 31096 KiB
Current children cumulated memory: 17304 KiB

[startup+0.205514 s]*
/proc/loadavg: 1.11 1.33 2.08 5/259 998085
/proc/meminfo: memFree=127474008/131524600 swapFree=131070704/131071996
[pid=998070] ppid=998067 vsize=9932 memory=2724 CPUtime=0 cores=0,2
/proc/998070/stat : 998070 (naps-1.02b5.sh) S 998067 998070 997996 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 188899886 10170368 681 134679101440 94607824465920 94607825545240 140731172271568 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94607827643696 94607827690884 94607829553152 140731172279263 140731172279390 140731172279390 140731172286406 0
/proc/998070/statm: 2483 681 603 264 0 134 0
[pid=998077] ppid=998070 vsize=36192 memory=27400 CPUtime=0.19 cores=0,2
/proc/998077/stat : 998077 (naps-1.02b5) R 998070 998070 997996 0 -1 4194304 6773 0 0 0 19 0 0 0 20 0 1 0 188899887 37060608 6850 134679101440 4194304 5746509 140727651770592 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19701760 140727651779566 140727651779680 140727651779680 140727651786697 0
/proc/998077/statm: 9048 6850 405 379 0 8582 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 46124 KiB
Current children cumulated memory: 30124 KiB

[startup+0.305448 s]*
/proc/loadavg: 1.11 1.33 2.08 5/259 998085
/proc/meminfo: memFree=127424056/131524600 swapFree=131070704/131071996
[pid=998070] ppid=998067 vsize=9932 memory=2724 CPUtime=0 cores=0,2
/proc/998070/stat : 998070 (naps-1.02b5.sh) S 998067 998070 997996 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 188899886 10170368 681 134679101440 94607824465920 94607825545240 140731172271568 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94607827643696 94607827690884 94607829553152 140731172279263 140731172279390 140731172279390 140731172286406 0
/proc/998070/statm: 2483 681 603 264 0 134 0
[pid=998077] ppid=998070 vsize=50488 memory=40400 CPUtime=0.29 cores=0,2
/proc/998077/stat : 998077 (naps-1.02b5) R 998070 998070 997996 0 -1 4194304 10369 0 0 0 28 1 0 0 20 0 1 0 188899887 51699712 10100 134679101440 4194304 5746509 140727651770592 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19701760 140727651779566 140727651779680 140727651779680 140727651786697 0
/proc/998077/statm: 12622 10100 405 379 0 12156 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 60420 KiB
Current children cumulated memory: 43124 KiB

[startup+0.700243 s]
/proc/loadavg: 1.11 1.33 2.08 5/259 998085
/proc/meminfo: memFree=127330620/131524600 swapFree=131070704/131071996
[pid=998070] ppid=998067 vsize=9932 memory=2724 CPUtime=0 cores=0,2
/proc/998070/stat : 998070 (naps-1.02b5.sh) S 998067 998070 997996 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 188899886 10170368 681 134679101440 94607824465920 94607825545240 140731172271568 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94607827643696 94607827690884 94607829553152 140731172279263 140731172279390 140731172279390 140731172286406 0
/proc/998070/statm: 2483 681 603 264 0 134 0
[pid=998077] ppid=998070 vsize=104468 memory=81444 CPUtime=0.68 cores=0,2
/proc/998077/stat : 998077 (naps-1.02b5) R 998070 998070 997996 0 -1 4194304 20401 0 0 0 65 3 0 0 20 0 1 0 188899887 106975232 20361 134679101440 4194304 5746509 140727651770592 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19701760 140727651779566 140727651779680 140727651779680 140727651786697 0
/proc/998077/statm: 26117 20361 405 379 0 25651 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 114400 KiB
Current children cumulated memory: 84168 KiB

[startup+1.50026 s]
/proc/loadavg: 1.11 1.33 2.08 5/259 998085
/proc/meminfo: memFree=127099132/131524600 swapFree=131070704/131071996
[pid=998070] ppid=998067 vsize=9932 memory=2724 CPUtime=0 cores=0,2
/proc/998070/stat : 998070 (naps-1.02b5.sh) S 998067 998070 997996 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 188899886 10170368 681 134679101440 94607824465920 94607825545240 140731172271568 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94607827643696 94607827690884 94607829553152 140731172279263 140731172279390 140731172279390 140731172286406 0
/proc/998070/statm: 2483 681 603 264 0 134 0
[pid=998077] ppid=998070 vsize=216476 memory=182100 CPUtime=1.48 cores=0,2
/proc/998077/stat : 998077 (naps-1.02b5) R 998070 998070 997996 0 -1 4194304 42475 0 0 0 141 7 0 0 20 0 1 0 188899887 221671424 45525 134679101440 4194304 5746509 140727651770592 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19701760 140727651779566 140727651779680 140727651779680 140727651786697 0
/proc/998077/statm: 54119 45525 405 379 0 53653 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 226408 KiB
Current children cumulated memory: 184824 KiB

[startup+3.10523 s]
/proc/loadavg: 1.11 1.33 2.08 5/259 998085
/proc/meminfo: memFree=126448452/131524600 swapFree=131070704/131071996
[pid=998070] ppid=998067 vsize=9932 memory=2724 CPUtime=0 cores=0,2
/proc/998070/stat : 998070 (naps-1.02b5.sh) S 998067 998070 997996 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 188899886 10170368 681 134679101440 94607824465920 94607825545240 140731172271568 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94607827643696 94607827690884 94607829553152 140731172279263 140731172279390 140731172279390 140731172286406 0
/proc/998070/statm: 2483 681 603 264 0 134 0
[pid=998077] ppid=998070 vsize=337956 memory=298704 CPUtime=3.08 cores=0,2
/proc/998077/stat : 998077 (naps-1.02b5) R 998070 998070 997996 0 -1 4194304 69290 0 0 0 297 11 0 0 20 0 1 0 188899887 346066944 74676 134679101440 4194304 5746509 140727651770592 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19701760 140727651779566 140727651779680 140727651779680 140727651786697 0
/proc/998077/statm: 84489 74676 405 379 0 84023 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 347888 KiB
Current children cumulated memory: 301428 KiB

[startup+6.30024 s]
/proc/loadavg: 1.34 1.37 2.09 5/259 998087
/proc/meminfo: memFree=126032308/131524600 swapFree=131070704/131071996
[pid=998070] ppid=998067 vsize=9932 memory=2724 CPUtime=0 cores=0,2
/proc/998070/stat : 998070 (naps-1.02b5.sh) S 998067 998070 997996 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 188899886 10170368 681 134679101440 94607824465920 94607825545240 140731172271568 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94607827643696 94607827690884 94607829553152 140731172279263 140731172279390 140731172279390 140731172286406 0
/proc/998070/statm: 2483 681 603 264 0 134 0
[pid=998077] ppid=998070 vsize=472264 memory=403072 CPUtime=6.26 cores=0,2
/proc/998077/stat : 998077 (naps-1.02b5) R 998070 998070 997996 0 -1 4194304 94373 0 0 0 610 16 0 0 20 0 1 0 188899887 483598336 100768 134679101440 4194304 5746509 140727651770592 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19701760 140727651779566 140727651779680 140727651779680 140727651786697 0
/proc/998077/statm: 118066 100768 405 379 0 117600 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 482196 KiB
Current children cumulated memory: 405796 KiB

[startup+12.7003 s]
/proc/loadavg: 1.56 1.41 2.10 5/259 998087
/proc/meminfo: memFree=124259900/131524600 swapFree=131070704/131071996
[pid=998070] ppid=998067 vsize=9932 memory=2724 CPUtime=0 cores=0,2
/proc/998070/stat : 998070 (naps-1.02b5.sh) S 998067 998070 997996 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 188899886 10170368 681 134679101440 94607824465920 94607825545240 140731172271568 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94607827643696 94607827690884 94607829553152 140731172279263 140731172279390 140731172279390 140731172286406 0
/proc/998070/statm: 2483 681 603 264 0 134 0
[pid=998077] ppid=998070 vsize=938916 memory=861216 CPUtime=12.65 cores=0,2
/proc/998077/stat : 998077 (naps-1.02b5) R 998070 998070 997996 0 -1 4194304 195692 0 0 0 1231 34 0 0 20 0 1 0 188899887 961449984 215304 134679101440 4194304 5746509 140727651770592 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19701760 140727651779566 140727651779680 140727651779680 140727651786697 0
/proc/998077/statm: 234729 215304 421 379 0 234263 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 948848 KiB
Current children cumulated memory: 863940 KiB

[startup+25.5003 s]
/proc/loadavg: 2.10 1.54 2.13 5/259 998090
/proc/meminfo: memFree=120914344/131524600 swapFree=131070704/131071996
[pid=998070] ppid=998067 vsize=9932 memory=2724 CPUtime=0 cores=0,2
/proc/998070/stat : 998070 (naps-1.02b5.sh) S 998067 998070 997996 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 188899886 10170368 681 134679101440 94607824465920 94607825545240 140731172271568 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94607827643696 94607827690884 94607829553152 140731172279263 140731172279390 140731172279390 140731172286406 0
/proc/998070/statm: 2483 681 603 264 0 134 0
[pid=998077] ppid=998070 vsize=1815804 memory=1728528 CPUtime=25.4 cores=0,2
/proc/998077/stat : 998077 (naps-1.02b5) R 998070 998070 997996 0 -1 4194304 396844 0 0 0 2473 67 0 0 20 0 1 0 188899887 1859383296 432132 134679101440 4194304 5746509 140727651770592 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19701760 140727651779566 140727651779680 140727651779680 140727651786697 0
/proc/998077/statm: 453951 432132 421 379 0 453485 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 1825736 KiB
Current children cumulated memory: 1731252 KiB

[startup+51.1055 s]
/proc/loadavg: 2.81 1.76 2.19 5/259 998093
/proc/meminfo: memFree=120578948/131524600 swapFree=131070704/131071996
[pid=998070] ppid=998067 vsize=9932 memory=2724 CPUtime=0 cores=0,2
/proc/998070/stat : 998070 (naps-1.02b5.sh) S 998067 998070 997996 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 188899886 10170368 681 134679101440 94607824465920 94607825545240 140731172271568 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94607827643696 94607827690884 94607829553152 140731172279263 140731172279390 140731172279390 140731172286406 0
/proc/998070/statm: 2483 681 603 264 0 134 0
[pid=998077] ppid=998070 vsize=1880560 memory=1803404 CPUtime=50.92 cores=0,2
/proc/998077/stat : 998077 (naps-1.02b5) R 998070 998070 997996 0 -1 4194304 403202 0 0 0 5021 71 0 0 20 0 1 0 188899887 1925693440 450851 134679101440 4194304 5746509 140727651770592 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19701760 140727651779566 140727651779680 140727651779680 140727651786697 0
/proc/998077/statm: 470140 450851 421 379 0 469674 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 1890492 KiB
Current children cumulated memory: 1806128 KiB

[startup+102.3 s]
/proc/loadavg: 3.53 2.12 2.29 5/259 998104
/proc/meminfo: memFree=119812896/131524600 swapFree=131070704/131071996
[pid=998070] ppid=998067 vsize=9932 memory=2724 CPUtime=0 cores=0,2
/proc/998070/stat : 998070 (naps-1.02b5.sh) S 998067 998070 997996 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 188899886 10170368 681 134679101440 94607824465920 94607825545240 140731172271568 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94607827643696 94607827690884 94607829553152 140731172279263 140731172279390 140731172279390 140731172286406 0
/proc/998070/statm: 2483 681 603 264 0 134 0
[pid=998077] ppid=998070 vsize=2083884 memory=1989612 CPUtime=101.93 cores=0,2
/proc/998077/stat : 998077 (naps-1.02b5) R 998070 998070 997996 0 -1 4194304 421937 0 0 0 10113 80 0 0 20 0 1 0 188899887 2133897216 497403 134679101440 4194304 5746509 140727651770592 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19701760 140727651779566 140727651779680 140727651779680 140727651786697 0
/proc/998077/statm: 520971 497403 421 379 0 520505 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 2093816 KiB
Current children cumulated memory: 1992336 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 2.54 2.43 5/259 998114
/proc/meminfo: memFree=119380676/131524600 swapFree=131070704/131071996
[pid=998070] ppid=998067 vsize=9932 memory=2724 CPUtime=0 cores=0,2
/proc/998070/stat : 998070 (naps-1.02b5.sh) S 998067 998070 997996 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 188899886 10170368 681 134679101440 94607824465920 94607825545240 140731172271568 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94607827643696 94607827690884 94607829553152 140731172279263 140731172279390 140731172279390 140731172286406 0
/proc/998070/statm: 2483 681 603 264 0 134 0
[pid=998077] ppid=998070 vsize=2197656 memory=2089456 CPUtime=161.71 cores=0,2
/proc/998077/stat : 998077 (naps-1.02b5) R 998070 998070 997996 0 -1 4194304 439361 0 0 0 16086 85 0 0 20 0 1 0 188899887 2250399744 522364 134679101440 4194304 5746509 140727651770592 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19701760 140727651779566 140727651779680 140727651779680 140727651786697 0
/proc/998077/statm: 549414 522364 421 379 0 548948 0
Current children cumulated CPU time: 161.71 s
Current children cumulated vsize: 2207588 KiB
Current children cumulated memory: 2092180 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 2.82 2.53 5/258 998124
/proc/meminfo: memFree=118326864/131524600 swapFree=131070704/131071996
[pid=998070] ppid=998067 vsize=9932 memory=2724 CPUtime=0 cores=0,2
/proc/998070/stat : 998070 (naps-1.02b5.sh) S 998067 998070 997996 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 188899886 10170368 681 134679101440 94607824465920 94607825545240 140731172271568 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94607827643696 94607827690884 94607829553152 140731172279263 140731172279390 140731172279390 140731172286406 0
/proc/998070/statm: 2483 681 603 264 0 134 0
[pid=998077] ppid=998070 vsize=2431852 memory=2354472 CPUtime=221.5 cores=0,2
/proc/998077/stat : 998077 (naps-1.02b5) R 998070 998070 997996 0 -1 4194304 457110 0 0 0 22053 97 0 0 20 0 1 0 188899887 2490216448 588618 134679101440 4194304 5746509 140727651770592 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19701760 140727651779566 140727651779680 140727651779680 140727651786697 0
/proc/998077/statm: 607963 588618 421 379 0 607497 0
Current children cumulated CPU time: 221.5 s

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

[pid=998070] ppid=998067 vsize=9932 memory=2724 CPUtime=0 cores=0,2
/proc/998070/stat : 998070 (naps-1.02b5.sh) S 998067 998070 997996 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 188899886 10170368 681 134679101440 94607824465920 94607825545240 140731172271568 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94607827643696 94607827690884 94607829553152 140731172279263 140731172279390 140731172279390 140731172286406 0
/proc/998070/statm: 2483 681 603 264 0 134 0
[pid=998077] ppid=998070 vsize=8543396 memory=8135600 CPUtime=3091.08 cores=0,2
/proc/998077/stat : 998077 (naps-1.02b5) R 998070 998070 997996 0 -1 4194304 1103927 0 0 0 308670 438 0 0 20 0 1 0 188899887 8748437504 2033900 134679101440 4194304 5746509 140727651770592 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19701760 140727651779566 140727651779680 140727651779680 140727651786697 0
/proc/998077/statm: 2135849 2033900 421 379 0 2135383 0
Current children cumulated CPU time: 3091.08 s
Current children cumulated vsize: 8553328 KiB
Current children cumulated memory: 8138324 KiB

[startup+3162.3 s]
/proc/loadavg: 4.06 4.08 4.04 5/263 999780
/proc/meminfo: memFree=93982752/131524600 swapFree=131070704/131071996
[pid=998070] ppid=998067 vsize=9932 memory=2724 CPUtime=0 cores=0,2
/proc/998070/stat : 998070 (naps-1.02b5.sh) S 998067 998070 997996 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 188899886 10170368 681 134679101440 94607824465920 94607825545240 140731172271568 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94607827643696 94607827690884 94607829553152 140731172279263 140731172279390 140731172279390 140731172286406 0
/proc/998070/statm: 2483 681 603 264 0 134 0
[pid=998077] ppid=998070 vsize=8587484 memory=8202312 CPUtime=3150.86 cores=0,2
/proc/998077/stat : 998077 (naps-1.02b5) R 998070 998070 997996 0 -1 4194304 1117605 0 0 0 314642 444 0 0 20 0 1 0 188899887 8793583616 2050578 134679101440 4194304 5746509 140727651770592 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19701760 140727651779566 140727651779680 140727651779680 140727651786697 0
/proc/998077/statm: 2146871 2050578 421 379 0 2146405 0
Current children cumulated CPU time: 3150.86 s
Current children cumulated vsize: 8597416 KiB
Current children cumulated memory: 8205036 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.09 4.04 5/263 999790
/proc/meminfo: memFree=93696488/131524600 swapFree=131070704/131071996
[pid=998070] ppid=998067 vsize=9932 memory=2724 CPUtime=0 cores=0,2
/proc/998070/stat : 998070 (naps-1.02b5.sh) S 998067 998070 997996 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 188899886 10170368 681 134679101440 94607824465920 94607825545240 140731172271568 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94607827643696 94607827690884 94607829553152 140731172279263 140731172279390 140731172279390 140731172286406 0
/proc/998070/statm: 2483 681 603 264 0 134 0
[pid=998077] ppid=998070 vsize=8633024 memory=8270396 CPUtime=3210.65 cores=0,2
/proc/998077/stat : 998077 (naps-1.02b5) R 998070 998070 997996 0 -1 4194304 1131459 0 0 0 320614 451 0 0 20 0 1 0 188899887 8840216576 2067599 134679101440 4194304 5746509 140727651770592 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19701760 140727651779566 140727651779680 140727651779680 140727651786697 0
/proc/998077/statm: 2158256 2067599 421 379 0 2157790 0
Current children cumulated CPU time: 3210.65 s
Current children cumulated vsize: 8642956 KiB
Current children cumulated memory: 8273120 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.09 4.04 5/261 999856
/proc/meminfo: memFree=93438488/131524600 swapFree=131070704/131071996
[pid=998070] ppid=998067 vsize=9932 memory=2724 CPUtime=0 cores=0,2
/proc/998070/stat : 998070 (naps-1.02b5.sh) S 998067 998070 997996 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 188899886 10170368 681 134679101440 94607824465920 94607825545240 140731172271568 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94607827643696 94607827690884 94607829553152 140731172279263 140731172279390 140731172279390 140731172286406 0
/proc/998070/statm: 2483 681 603 264 0 134 0
[pid=998077] ppid=998070 vsize=8655200 memory=8313024 CPUtime=3270.43 cores=0,2
/proc/998077/stat : 998077 (naps-1.02b5) R 998070 998070 997996 0 -1 4194304 1139127 0 0 0 326587 456 0 0 20 0 1 0 188899887 8862924800 2078256 134679101440 4194304 5746509 140727651770592 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19701760 140727651779566 140727651779680 140727651779680 140727651786697 0
/proc/998077/statm: 2163800 2078256 421 379 0 2163334 0
Current children cumulated CPU time: 3270.43 s
Current children cumulated vsize: 8665132 KiB
Current children cumulated memory: 8315748 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.09 4.04 5/261 999867
/proc/meminfo: memFree=93149660/131524600 swapFree=131070704/131071996
[pid=998070] ppid=998067 vsize=9932 memory=2724 CPUtime=0 cores=0,2
/proc/998070/stat : 998070 (naps-1.02b5.sh) S 998067 998070 997996 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 188899886 10170368 681 134679101440 94607824465920 94607825545240 140731172271568 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94607827643696 94607827690884 94607829553152 140731172279263 140731172279390 140731172279390 140731172286406 0
/proc/998070/statm: 2483 681 603 264 0 134 0
[pid=998077] ppid=998070 vsize=8698496 memory=8376884 CPUtime=3330.22 cores=0,2
/proc/998077/stat : 998077 (naps-1.02b5) R 998070 998070 997996 0 -1 4194304 1152330 0 0 0 332560 462 0 0 20 0 1 0 188899887 8907259904 2094221 134679101440 4194304 5746509 140727651770592 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19701760 140727651779566 140727651779680 140727651779680 140727651786697 0
/proc/998077/statm: 2174624 2094221 421 379 0 2174158 0
Current children cumulated CPU time: 3330.22 s
Current children cumulated vsize: 8708428 KiB
Current children cumulated memory: 8379608 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.09 4.04 5/261 999877
/proc/meminfo: memFree=92867360/131524600 swapFree=131070704/131071996
[pid=998070] ppid=998067 vsize=9932 memory=2724 CPUtime=0 cores=0,2
/proc/998070/stat : 998070 (naps-1.02b5.sh) S 998067 998070 997996 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 188899886 10170368 681 134679101440 94607824465920 94607825545240 140731172271568 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94607827643696 94607827690884 94607829553152 140731172279263 140731172279390 140731172279390 140731172286406 0
/proc/998070/statm: 2483 681 603 264 0 134 0
[pid=998077] ppid=998070 vsize=8742584 memory=8441408 CPUtime=3390 cores=0,2
/proc/998077/stat : 998077 (naps-1.02b5) R 998070 998070 997996 0 -1 4194304 1166057 0 0 0 338533 467 0 0 20 0 1 0 188899887 8952406016 2110352 134679101440 4194304 5746509 140727651770592 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19701760 140727651779566 140727651779680 140727651779680 140727651786697 0
/proc/998077/statm: 2185646 2110352 421 379 0 2185180 0
Current children cumulated CPU time: 3390 s
Current children cumulated vsize: 8752516 KiB
Current children cumulated memory: 8444132 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.08 4.04 5/260 999888
/proc/meminfo: memFree=92622416/131524600 swapFree=131070704/131071996
[pid=998070] ppid=998067 vsize=9932 memory=2724 CPUtime=0 cores=0,2
/proc/998070/stat : 998070 (naps-1.02b5.sh) S 998067 998070 997996 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 188899886 10170368 681 134679101440 94607824465920 94607825545240 140731172271568 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94607827643696 94607827690884 94607829553152 140731172279263 140731172279390 140731172279390 140731172286406 0
/proc/998070/statm: 2483 681 603 264 0 134 0
[pid=998077] ppid=998070 vsize=8786540 memory=8505920 CPUtime=3449.79 cores=0,2
/proc/998077/stat : 998077 (naps-1.02b5) R 998070 998070 997996 0 -1 4194304 1179782 0 0 0 344505 474 0 0 20 0 1 0 188899887 8997416960 2126480 134679101440 4194304 5746509 140727651770592 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19701760 140727651779566 140727651779680 140727651779680 140727651786697 0
/proc/998077/statm: 2196635 2126480 421 379 0 2196169 0
Current children cumulated CPU time: 3449.79 s
Current children cumulated vsize: 8796472 KiB
Current children cumulated memory: 8508644 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.08 4.04 5/260 999899
/proc/meminfo: memFree=92318400/131524600 swapFree=131070704/131071996
[pid=998070] ppid=998067 vsize=9932 memory=2724 CPUtime=0 cores=0,2
/proc/998070/stat : 998070 (naps-1.02b5.sh) S 998067 998070 997996 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 188899886 10170368 681 134679101440 94607824465920 94607825545240 140731172271568 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94607827643696 94607827690884 94607829553152 140731172279263 140731172279390 140731172279390 140731172286406 0
/proc/998070/statm: 2483 681 603 264 0 134 0
[pid=998077] ppid=998070 vsize=8831684 memory=8569492 CPUtime=3509.57 cores=0,2
/proc/998077/stat : 998077 (naps-1.02b5) R 998070 998070 997996 0 -1 4194304 1193748 0 0 0 350476 481 0 0 20 0 1 0 188899887 9043644416 2142373 134679101440 4194304 5746509 140727651770592 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19701760 140727651779566 140727651779680 140727651779680 140727651786697 0
/proc/998077/statm: 2207921 2142373 421 379 0 2207455 0
Current children cumulated CPU time: 3509.57 s
Current children cumulated vsize: 8841616 KiB
Current children cumulated memory: 8572216 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.08 4.04 5/258 999909
/proc/meminfo: memFree=92033288/131524600 swapFree=131070704/131071996
[pid=998070] ppid=998067 vsize=9932 memory=2724 CPUtime=0 cores=0,2
/proc/998070/stat : 998070 (naps-1.02b5.sh) S 998067 998070 997996 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 188899886 10170368 681 134679101440 94607824465920 94607825545240 140731172271568 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94607827643696 94607827690884 94607829553152 140731172279263 140731172279390 140731172279390 140731172286406 0
/proc/998070/statm: 2483 681 603 264 0 134 0
[pid=998077] ppid=998070 vsize=8875640 memory=8633836 CPUtime=3569.36 cores=0,2
/proc/998077/stat : 998077 (naps-1.02b5) R 998070 998070 997996 0 -1 4194304 1207178 0 0 0 356448 488 0 0 20 0 1 0 188899887 9088655360 2158459 134679101440 4194304 5746509 140727651770592 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19701760 140727651779566 140727651779680 140727651779680 140727651786697 0
/proc/998077/statm: 2218910 2158459 421 379 0 2218444 0
Current children cumulated CPU time: 3569.36 s
Current children cumulated vsize: 8885572 KiB
Current children cumulated memory: 8636560 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3613.11 s]
/proc/loadavg: 4.10 4.09 4.05 7/260 1000067
/proc/meminfo: memFree=118191444/131524600 swapFree=131070704/131071996
[pid=998070] ppid=998067 vsize=9932 memory=2724 CPUtime=0 cores=0,2
/proc/998070/stat : 998070 (naps-1.02b5.sh) S 998067 998070 997996 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 188899886 10170368 681 134679101440 94607824465920 94607825545240 140731172271568 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94607827643696 94607827690884 94607829553152 140731172279263 140731172279390 140731172279390 140731172286406 0
/proc/998070/statm: 2483 681 603 264 0 134 0
[pid=998077] ppid=998070 vsize=8898608 memory=8667112 CPUtime=3600.05 cores=0,2
/proc/998077/stat : 998077 (naps-1.02b5) R 998070 998070 997996 0 -1 4194304 1215194 0 0 0 359514 491 0 0 20 0 1 0 188899887 9112174592 2166778 134679101440 4194304 5746509 140727651770592 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19701760 140727651779566 140727651779680 140727651779680 140727651786697 0
/proc/998077/statm: 2224652 2166778 421 379 0 2224186 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 8908540 KiB
Current children cumulated memory: 8669836 KiB

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

[startup+3613.11 s]
# the end of solver process 998070 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0.002184 s, system=0.000662 s

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

# cumulated CPU time of all completed processes:  user=3595.15 s, system=5.08683 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+3613.2 s]*
/proc/loadavg: 4.10 4.09 4.05 6/259 1000067
/proc/meminfo: memFree=120893176/131524600 swapFree=131070704/131071996
Current cumulated CPU time of completed processes: 0.002846 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3613.28
CPU time (s): 3600.23
CPU user time (s): 3595.15
CPU system time (s): 5.08683
CPU usage (%): 99.6389
Max. virtual memory (cumulated for all children) (KiB): 8908540
Max. memory (cumulated for all children) (KiB): 8715464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.15
system time used= 5.08683
maximum resident set size= 8712740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1215655
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= 12
involuntary context switches= 25442


# summary of solver processes directly reported to runsolver:
#   pid: 998070,998077
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3595.15
#   total CPU system time (s): 5.08683

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.45904 second user time and 17.0121 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-19 07:36:02
IDJOB=4449081
IDBENCH=160480
IDSOLVER=3065
FILE ID=nodeC023/4449081-1721367349
RUNJOBID= nodeC023-1721367361-998006
SLURM_JOB_ID= 7542809
Free space on /tmp= 889960 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw256/normalized-hw256-vm95p-dec.opb.negationfix.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449081-1721367349/watcher-4449081-1721367349 -o /tmp/evaluation-result-4449081-1721367349/solver-4449081-1721367349 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721367361-998006 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4449081-1721367349.opb

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

MD5SUM BENCH= 4a42be2aaf272439af058ac9b796a856
RANDOM SEED=25058654

nodeC023.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		: 3658.257
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.61
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		: 3664.894
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.48
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		: 3648.613
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.61
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		: 3650.964
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.48
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		: 3652.176
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.61
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		: 3599.847
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.48
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.433
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.61
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		: 3660.750
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127586808 kB
MemAvailable:   129754728 kB
Buffers:          545068 kB
Cached:          2451344 kB
SwapCached:           80 kB
Active:          1129332 kB
Inactive:        2241104 kB
Active(anon):       1548 kB
Inactive(anon):   410040 kB
Active(file):    1127784 kB
Inactive(file):  1831064 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:            133420 kB
Writeback:             0 kB
AnonPages:        373984 kB
Mapped:           107052 kB
Shmem:             37536 kB
KReclaimable:      97792 kB
Slab:             190968 kB
SReclaimable:      97792 kB
SUnreclaim:        93176 kB
KernelStack:        3920 kB
PageTables:         9992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     614580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            33760 kB
HardwareCorrupted:     0 kB
AnonHugePages:    256000 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:      316116 kB
DirectMap2M:    38254592 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 889776 MiB
End job on nodeC023 at 2024-07-19 08:36:15