Trace number 4449171

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.28 3609.99

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw256/normalized-hw256-vm98p-dec.opb.negationfix.opb
MD5SUM0ade693002e69cf4f48fe48722d4f7a3
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.80037
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables670720
Total number of constraints5752
Number of constraints which are clauses2619
Number of constraints which are cardinality constraints (but not clauses)2619
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint2620
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 947734
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 2162769
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-4449171-1721367349.opb
3600.07/3609.80	c 
3600.07/3609.80	c *** TERMINATED *** by signal 15
3600.07/3609.80	s UNKNOWN
3600.07/3609.80	c _____________________________________________________________________________
3600.07/3609.80	c 
3600.07/3609.80	c std/band forms        : 261,0
3600.07/3609.80	c 2cl/3cl ITE-codings   : 0,0
3600.07/3609.80	c BDD/srt/adr Max costs : 187486,963749,0
3600.07/3609.80	c BDDraw/bin/mul/srt/adr: 131,0,0,129,0
3600.07/3609.80	c BDD nodes             : 307142036
3600.07/3609.80	c Es1/CC detections     : 0,0
3600.07/3609.80	c SAT/UNSAT calls       : 0,0
3600.07/3609.80	c regenrated variables  : 0
3600.07/3609.80	c restarts              : 0
3600.07/3609.80	c conflicts             : 0              (0 /sec)
3600.07/3609.80	c decisions             : 0              (0 /sec)
3600.07/3609.80	c propagations          : 0              (0 /sec)
3600.07/3609.80	c inspects              : 0              (0 /sec)
3600.07/3609.80	c CPU time (solving tm) : 3595 s        (0 s)
3600.07/3609.80	c Time for Opt-base     : 113.4 s
3600.07/3609.80	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 (62525 MiB free)
  memory of node 1: 64473 MiB (62062 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449171-1721367349/watcher-4449171-1721367349 -o /tmp/evaluation-result-4449171-1721367349/solver-4449171-1721367349 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721367361-998008 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4449171-1721367349.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
solver pid=998080, runsolver pid=998076
Current StackSize limit: 8192 KiB


[startup+0.100086 s]*
/proc/loadavg: 1.11 1.33 2.08 6/259 998085
/proc/meminfo: memFree=127525244/131524600 swapFree=131070704/131071996
[pid=998080] ppid=998076 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/998080/stat : 998080 (naps-1.02b5.sh) S 998076 998080 997996 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 188899887 10170368 676 134679101440 94245422780416 94245423859736 140729349794560 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94245425958192 94245426005380 94245438750720 140729349796831 140729349796958 140729349796958 140729349803974 0
/proc/998080/statm: 2483 676 599 264 0 134 0
[pid=998085] ppid=998080 vsize=22600 memory=15876 CPUtime=0.09 cores=1,3
/proc/998085/stat : 998085 (naps-1.02b5) R 998080 998080 997996 0 -1 4194304 3742 0 0 0 9 0 0 0 20 0 1 0 188899887 23142400 3969 134679101440 4194304 5746509 140728822862656 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10563584 140728822866926 140728822867040 140728822867040 140728822874057 0
/proc/998085/statm: 5650 3969 405 379 0 5184 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 32532 KiB
Current children cumulated memory: 18580 KiB

[startup+0.205548 s]*
/proc/loadavg: 1.11 1.33 2.08 6/259 998085
/proc/meminfo: memFree=127471824/131524600 swapFree=131070704/131071996
[pid=998080] ppid=998076 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/998080/stat : 998080 (naps-1.02b5.sh) S 998076 998080 997996 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 188899887 10170368 676 134679101440 94245422780416 94245423859736 140729349794560 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94245425958192 94245426005380 94245438750720 140729349796831 140729349796958 140729349796958 140729349803974 0
/proc/998080/statm: 2483 676 599 264 0 134 0
[pid=998085] ppid=998080 vsize=36500 memory=28052 CPUtime=0.2 cores=1,3
/proc/998085/stat : 998085 (naps-1.02b5) R 998080 998080 997996 0 -1 4194304 6965 0 0 0 19 1 0 0 20 0 1 0 188899887 37376000 7013 134679101440 4194304 5746509 140728822862656 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10563584 140728822866926 140728822867040 140728822867040 140728822874057 0
/proc/998085/statm: 9125 7013 405 379 0 8659 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 46432 KiB
Current children cumulated memory: 30756 KiB

[startup+0.305231 s]*
/proc/loadavg: 1.11 1.33 2.08 6/259 998085
/proc/meminfo: memFree=127422040/131524600 swapFree=131070704/131071996
[pid=998080] ppid=998076 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/998080/stat : 998080 (naps-1.02b5.sh) S 998076 998080 997996 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 188899887 10170368 676 134679101440 94245422780416 94245423859736 140729349794560 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94245425958192 94245426005380 94245438750720 140729349796831 140729349796958 140729349796958 140729349803974 0
/proc/998080/statm: 2483 676 599 264 0 134 0
[pid=998085] ppid=998080 vsize=51484 memory=41860 CPUtime=0.3 cores=1,3
/proc/998085/stat : 998085 (naps-1.02b5) R 998080 998080 997996 0 -1 4194304 10761 0 0 0 28 2 0 0 20 0 1 0 188899887 52719616 10465 134679101440 4194304 5746509 140728822862656 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10563584 140728822866926 140728822867040 140728822867040 140728822874057 0
/proc/998085/statm: 12871 10465 405 379 0 12405 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 61416 KiB
Current children cumulated memory: 44564 KiB

[startup+0.700236 s]
/proc/loadavg: 1.11 1.33 2.08 6/259 998085
/proc/meminfo: memFree=127329584/131524600 swapFree=131070704/131071996
[pid=998080] ppid=998076 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/998080/stat : 998080 (naps-1.02b5.sh) S 998076 998080 997996 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 188899887 10170368 676 134679101440 94245422780416 94245423859736 140729349794560 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94245425958192 94245426005380 94245438750720 140729349796831 140729349796958 140729349796958 140729349803974 0
/proc/998080/statm: 2483 676 599 264 0 134 0
[pid=998085] ppid=998080 vsize=105500 memory=91756 CPUtime=0.69 cores=1,3
/proc/998085/stat : 998085 (naps-1.02b5) R 998080 998080 997996 0 -1 4194304 22417 0 0 0 64 5 0 0 20 0 1 0 188899887 108032000 22939 134679101440 4194304 5746509 140728822862656 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10563584 140728822866926 140728822867040 140728822867040 140728822874057 0
/proc/998085/statm: 26375 22939 405 379 0 25909 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 115432 KiB
Current children cumulated memory: 94460 KiB

[startup+1.50024 s]
/proc/loadavg: 1.11 1.33 2.08 6/259 998085
/proc/meminfo: memFree=127097788/131524600 swapFree=131070704/131071996
[pid=998080] ppid=998076 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/998080/stat : 998080 (naps-1.02b5.sh) S 998076 998080 997996 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 188899887 10170368 676 134679101440 94245422780416 94245423859736 140729349794560 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94245425958192 94245426005380 94245438750720 140729349796831 140729349796958 140729349796958 140729349803974 0
/proc/998080/statm: 2483 676 599 264 0 134 0
[pid=998085] ppid=998080 vsize=220748 memory=195988 CPUtime=1.49 cores=1,3
/proc/998085/stat : 998085 (naps-1.02b5) R 998080 998080 997996 0 -1 4194304 45419 0 0 0 140 9 0 0 20 0 1 0 188899887 226045952 48997 134679101440 4194304 5746509 140728822862656 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10563584 140728822866926 140728822867040 140728822867040 140728822874057 0
/proc/998085/statm: 55187 48997 405 379 0 54721 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 230680 KiB
Current children cumulated memory: 198692 KiB

[startup+3.10503 s]
/proc/loadavg: 1.11 1.33 2.08 6/259 998085
/proc/meminfo: memFree=126447444/131524600 swapFree=131070704/131071996
[pid=998080] ppid=998076 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/998080/stat : 998080 (naps-1.02b5.sh) S 998076 998080 997996 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 188899887 10170368 676 134679101440 94245422780416 94245423859736 140729349794560 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94245425958192 94245426005380 94245438750720 140729349796831 140729349796958 140729349796958 140729349803974 0
/proc/998080/statm: 2483 676 599 264 0 134 0
[pid=998085] ppid=998080 vsize=340956 memory=315196 CPUtime=3.09 cores=1,3
/proc/998085/stat : 998085 (naps-1.02b5) R 998080 998080 997996 0 -1 4194304 72756 0 0 0 297 12 0 0 20 0 1 0 188899887 349138944 78799 134679101440 4194304 5746509 140728822862656 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10563584 140728822866926 140728822867040 140728822867040 140728822874057 0
/proc/998085/statm: 85239 78799 405 379 0 84773 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 350888 KiB
Current children cumulated memory: 317900 KiB

[startup+6.3002 s]
/proc/loadavg: 1.34 1.37 2.09 6/259 998087
/proc/meminfo: memFree=126032308/131524600 swapFree=131070704/131071996
[pid=998080] ppid=998076 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/998080/stat : 998080 (naps-1.02b5.sh) S 998076 998080 997996 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 188899887 10170368 676 134679101440 94245422780416 94245423859736 140729349794560 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94245425958192 94245426005380 94245438750720 140729349796831 140729349796958 140729349796958 140729349803974 0
/proc/998080/statm: 2483 676 599 264 0 134 0
[pid=998085] ppid=998080 vsize=477744 memory=420676 CPUtime=6.27 cores=1,3
/proc/998085/stat : 998085 (naps-1.02b5) R 998080 998080 997996 0 -1 4194304 98604 0 0 0 609 18 0 0 20 0 1 0 188899887 489209856 105169 134679101440 4194304 5746509 140728822862656 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10563584 140728822866926 140728822867040 140728822867040 140728822874057 0
/proc/998085/statm: 119436 105169 405 379 0 118970 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 487676 KiB
Current children cumulated memory: 423380 KiB

[startup+12.7003 s]
/proc/loadavg: 1.56 1.41 2.10 6/259 998087
/proc/meminfo: memFree=124258220/131524600 swapFree=131070704/131071996
[pid=998080] ppid=998076 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/998080/stat : 998080 (naps-1.02b5.sh) S 998076 998080 997996 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 188899887 10170368 676 134679101440 94245422780416 94245423859736 140729349794560 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94245425958192 94245426005380 94245438750720 140729349796831 140729349796958 140729349796958 140729349803974 0
/proc/998080/statm: 2483 676 599 264 0 134 0
[pid=998085] ppid=998080 vsize=985500 memory=920484 CPUtime=12.66 cores=1,3
/proc/998085/stat : 998085 (naps-1.02b5) R 998080 998080 997996 0 -1 4194304 212455 0 0 0 1229 37 0 0 20 0 1 0 188899887 1009152000 230121 134679101440 4194304 5746509 140728822862656 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10563584 140728822866926 140728822867040 140728822867040 140728822874057 0
/proc/998085/statm: 246375 230121 421 379 0 245909 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 995432 KiB
Current children cumulated memory: 923188 KiB

[startup+25.5003 s]
/proc/loadavg: 2.10 1.54 2.13 6/259 998090
/proc/meminfo: memFree=120914344/131524600 swapFree=131070704/131071996
[pid=998080] ppid=998076 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/998080/stat : 998080 (naps-1.02b5.sh) S 998076 998080 997996 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 188899887 10170368 676 134679101440 94245422780416 94245423859736 140729349794560 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94245425958192 94245426005380 94245438750720 140729349796831 140729349796958 140729349796958 140729349803974 0
/proc/998080/statm: 2483 676 599 264 0 134 0
[pid=998085] ppid=998080 vsize=1837308 memory=1762284 CPUtime=25.43 cores=1,3
/proc/998085/stat : 998085 (naps-1.02b5) R 998080 998080 997996 0 -1 4194304 406751 0 0 0 2470 73 0 0 20 0 1 0 188899887 1881403392 440571 134679101440 4194304 5746509 140728822862656 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10563584 140728822866926 140728822867040 140728822867040 140728822874057 0
/proc/998085/statm: 459327 440571 421 379 0 458861 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 1847240 KiB
Current children cumulated memory: 1764988 KiB

[startup+51.106 s]
/proc/loadavg: 2.81 1.76 2.19 6/259 998093
/proc/meminfo: memFree=120578948/131524600 swapFree=131070704/131071996
[pid=998080] ppid=998076 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/998080/stat : 998080 (naps-1.02b5.sh) S 998076 998080 997996 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 188899887 10170368 676 134679101440 94245422780416 94245423859736 140729349794560 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94245425958192 94245426005380 94245438750720 140729349796831 140729349796958 140729349796958 140729349803974 0
/proc/998080/statm: 2483 676 599 264 0 134 0
[pid=998085] ppid=998080 vsize=1902460 memory=1837576 CPUtime=50.96 cores=1,3
/proc/998085/stat : 998085 (naps-1.02b5) R 998080 998080 997996 0 -1 4194304 414369 0 0 0 5019 77 0 0 20 0 1 0 188899887 1948119040 459394 134679101440 4194304 5746509 140728822862656 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10563584 140728822866926 140728822867040 140728822867040 140728822874057 0
/proc/998085/statm: 475615 459394 421 379 0 475149 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 1912392 KiB
Current children cumulated memory: 1840280 KiB

[startup+102.3 s]
/proc/loadavg: 3.53 2.12 2.29 6/259 998104
/proc/meminfo: memFree=119812896/131524600 swapFree=131070704/131071996
[pid=998080] ppid=998076 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/998080/stat : 998080 (naps-1.02b5.sh) S 998076 998080 997996 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 188899887 10170368 676 134679101440 94245422780416 94245423859736 140729349794560 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94245425958192 94245426005380 94245438750720 140729349796831 140729349796958 140729349796958 140729349803974 0
/proc/998080/statm: 2483 676 599 264 0 134 0
[pid=998085] ppid=998080 vsize=2107764 memory=2025772 CPUtime=102.03 cores=1,3
/proc/998085/stat : 998085 (naps-1.02b5) R 998080 998080 997996 0 -1 4194304 433561 0 0 0 10117 86 0 0 20 0 1 0 188899887 2158350336 506443 134679101440 4194304 5746509 140728822862656 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10563584 140728822866926 140728822867040 140728822867040 140728822874057 0
/proc/998085/statm: 526941 506443 421 379 0 526475 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 2117696 KiB
Current children cumulated memory: 2028476 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 2.54 2.43 6/259 998114
/proc/meminfo: memFree=119380676/131524600 swapFree=131070704/131071996
[pid=998080] ppid=998076 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/998080/stat : 998080 (naps-1.02b5.sh) S 998076 998080 997996 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 188899887 10170368 676 134679101440 94245422780416 94245423859736 140729349794560 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94245425958192 94245426005380 94245438750720 140729349796831 140729349796958 140729349796958 140729349803974 0
/proc/998080/statm: 2483 676 599 264 0 134 0
[pid=998085] ppid=998080 vsize=2223384 memory=2127572 CPUtime=161.86 cores=1,3
/proc/998085/stat : 998085 (naps-1.02b5) R 998080 998080 997996 0 -1 4194304 451533 0 0 0 16095 91 0 0 20 0 1 0 188899887 2276745216 531893 134679101440 4194304 5746509 140728822862656 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10563584 140728822866926 140728822867040 140728822867040 140728822874057 0
/proc/998085/statm: 555846 531893 421 379 0 555380 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 2233316 KiB
Current children cumulated memory: 2130276 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 2.82 2.53 6/258 998124
/proc/meminfo: memFree=118326864/131524600 swapFree=131070704/131071996
[pid=998080] ppid=998076 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/998080/stat : 998080 (naps-1.02b5.sh) S 998076 998080 997996 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 188899887 10170368 676 134679101440 94245422780416 94245423859736 140729349794560 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94245425958192 94245426005380 94245438750720 140729349796831 140729349796958 140729349796958 140729349803974 0
/proc/998080/statm: 2483 676 599 264 0 134 0
[pid=998085] ppid=998080 vsize=2529760 memory=2398552 CPUtime=221.71 cores=1,3
/proc/998085/stat : 998085 (naps-1.02b5) R 998080 998080 997996 0 -1 4194304 469613 0 0 0 22068 103 0 0 20 0 1 0 188899887 2590474240 599638 134679101440 4194304 5746509 140728822862656 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10563584 140728822866926 140728822867040 140728822867040 140728822874057 0
/proc/998085/statm: 632440 599638 421 379 0 631974 0
Current children cumulated CPU time: 221.71 s

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

[pid=998080] ppid=998076 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/998080/stat : 998080 (naps-1.02b5.sh) S 998076 998080 997996 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 188899887 10170368 676 134679101440 94245422780416 94245423859736 140729349794560 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94245425958192 94245426005380 94245438750720 140729349796831 140729349796958 140729349796958 140729349803974 0
/proc/998080/statm: 2483 676 599 264 0 134 0
[pid=998085] ppid=998080 vsize=8611628 memory=8238840 CPUtime=3093.94 cores=1,3
/proc/998085/stat : 998085 (naps-1.02b5) R 998080 998080 997996 0 -1 4194304 1133070 0 0 0 308937 457 0 0 20 0 1 0 188899887 8818307072 2059710 134679101440 4194304 5746509 140728822862656 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10563584 140728822866926 140728822867040 140728822867040 140728822874057 0
/proc/998085/statm: 2152907 2059710 421 379 0 2152441 0
Current children cumulated CPU time: 3093.94 s
Current children cumulated vsize: 8621560 KiB
Current children cumulated memory: 8241544 KiB

[startup+3162.3 s]
/proc/loadavg: 4.06 4.08 4.04 6/263 999780
/proc/meminfo: memFree=93982752/131524600 swapFree=131070704/131071996
[pid=998080] ppid=998076 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/998080/stat : 998080 (naps-1.02b5.sh) S 998076 998080 997996 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 188899887 10170368 676 134679101440 94245422780416 94245423859736 140729349794560 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94245425958192 94245426005380 94245438750720 140729349796831 140729349796958 140729349796958 140729349803974 0
/proc/998080/statm: 2483 676 599 264 0 134 0
[pid=998085] ppid=998080 vsize=8656244 memory=8306004 CPUtime=3153.78 cores=1,3
/proc/998085/stat : 998085 (naps-1.02b5) R 998080 998080 997996 0 -1 4194304 1146949 0 0 0 314915 463 0 0 20 0 1 0 188899887 8863993856 2076501 134679101440 4194304 5746509 140728822862656 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10563584 140728822866926 140728822867040 140728822867040 140728822874057 0
/proc/998085/statm: 2164061 2076501 421 379 0 2163595 0
Current children cumulated CPU time: 3153.78 s
Current children cumulated vsize: 8666176 KiB
Current children cumulated memory: 8308708 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.09 4.04 6/263 999790
/proc/meminfo: memFree=93696488/131524600 swapFree=131070704/131071996
[pid=998080] ppid=998076 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/998080/stat : 998080 (naps-1.02b5.sh) S 998076 998080 997996 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 188899887 10170368 676 134679101440 94245422780416 94245423859736 140729349794560 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94245425958192 94245426005380 94245438750720 140729349796831 140729349796958 140729349796958 140729349803974 0
/proc/998080/statm: 2483 676 599 264 0 134 0
[pid=998085] ppid=998080 vsize=8703368 memory=8375720 CPUtime=3213.62 cores=1,3
/proc/998085/stat : 998085 (naps-1.02b5) R 998080 998080 997996 0 -1 4194304 1161431 0 0 0 320893 469 0 0 20 0 1 0 188899887 8912248832 2093930 134679101440 4194304 5746509 140728822862656 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10563584 140728822866926 140728822867040 140728822867040 140728822874057 0
/proc/998085/statm: 2175842 2093930 421 379 0 2175376 0
Current children cumulated CPU time: 3213.62 s
Current children cumulated vsize: 8713300 KiB
Current children cumulated memory: 8378424 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.09 4.04 6/261 999856
/proc/meminfo: memFree=93438488/131524600 swapFree=131070704/131071996
[pid=998080] ppid=998076 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/998080/stat : 998080 (naps-1.02b5.sh) S 998076 998080 997996 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 188899887 10170368 676 134679101440 94245422780416 94245423859736 140729349794560 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94245425958192 94245426005380 94245438750720 140729349796831 140729349796958 140729349796958 140729349803974 0
/proc/998080/statm: 2483 676 599 264 0 134 0
[pid=998085] ppid=998080 vsize=8748116 memory=8442936 CPUtime=3273.46 cores=1,3
/proc/998085/stat : 998085 (naps-1.02b5) R 998080 998080 997996 0 -1 4194304 1175153 0 0 0 326870 476 0 0 20 0 1 0 188899887 8958070784 2110734 134679101440 4194304 5746509 140728822862656 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10563584 140728822866926 140728822867040 140728822867040 140728822874057 0
/proc/998085/statm: 2187029 2110734 421 379 0 2186563 0
Current children cumulated CPU time: 3273.46 s
Current children cumulated vsize: 8758048 KiB
Current children cumulated memory: 8445640 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.09 4.04 6/261 999867
/proc/meminfo: memFree=93149660/131524600 swapFree=131070704/131071996
[pid=998080] ppid=998076 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/998080/stat : 998080 (naps-1.02b5.sh) S 998076 998080 997996 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 188899887 10170368 676 134679101440 94245422780416 94245423859736 140729349794560 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94245425958192 94245426005380 94245438750720 140729349796831 140729349796958 140729349796958 140729349803974 0
/proc/998080/statm: 2483 676 599 264 0 134 0
[pid=998085] ppid=998080 vsize=8793920 memory=8511344 CPUtime=3333.3 cores=1,3
/proc/998085/stat : 998085 (naps-1.02b5) R 998080 998080 997996 0 -1 4194304 1189851 0 0 0 332847 483 0 0 20 0 1 0 188899887 9004974080 2127836 134679101440 4194304 5746509 140728822862656 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10563584 140728822866926 140728822867040 140728822867040 140728822874057 0
/proc/998085/statm: 2198480 2127836 421 379 0 2198014 0
Current children cumulated CPU time: 3333.3 s
Current children cumulated vsize: 8803852 KiB
Current children cumulated memory: 8514048 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.09 4.04 6/261 999877
/proc/meminfo: memFree=92867360/131524600 swapFree=131070704/131071996
[pid=998080] ppid=998076 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/998080/stat : 998080 (naps-1.02b5.sh) S 998076 998080 997996 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 188899887 10170368 676 134679101440 94245422780416 94245423859736 140729349794560 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94245425958192 94245426005380 94245438750720 140729349796831 140729349796958 140729349796958 140729349803974 0
/proc/998080/statm: 2483 676 599 264 0 134 0
[pid=998085] ppid=998080 vsize=8839856 memory=8579656 CPUtime=3393.14 cores=1,3
/proc/998085/stat : 998085 (naps-1.02b5) R 998080 998080 997996 0 -1 4194304 1204040 0 0 0 338824 490 0 0 20 0 1 0 188899887 9052012544 2144914 134679101440 4194304 5746509 140728822862656 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10563584 140728822866926 140728822867040 140728822867040 140728822874057 0
/proc/998085/statm: 2209964 2144914 421 379 0 2209498 0
Current children cumulated CPU time: 3393.14 s
Current children cumulated vsize: 8849788 KiB
Current children cumulated memory: 8582360 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.08 4.04 6/260 999888
/proc/meminfo: memFree=92622416/131524600 swapFree=131070704/131071996
[pid=998080] ppid=998076 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/998080/stat : 998080 (naps-1.02b5.sh) S 998076 998080 997996 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 188899887 10170368 676 134679101440 94245422780416 94245423859736 140729349794560 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94245425958192 94245426005380 94245438750720 140729349796831 140729349796958 140729349796958 140729349803974 0
/proc/998080/statm: 2483 676 599 264 0 134 0
[pid=998085] ppid=998080 vsize=8869820 memory=8631984 CPUtime=3452.97 cores=1,3
/proc/998085/stat : 998085 (naps-1.02b5) R 998080 998080 997996 0 -1 4194304 1214376 0 0 0 344800 497 0 0 20 0 1 0 188899887 9082695680 2157996 134679101440 4194304 5746509 140728822862656 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10563584 140728822866926 140728822867040 140728822867040 140728822874057 0
/proc/998085/statm: 2217455 2157996 421 379 0 2216989 0
Current children cumulated CPU time: 3452.97 s
Current children cumulated vsize: 8879752 KiB
Current children cumulated memory: 8634688 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.08 4.04 6/260 999899
/proc/meminfo: memFree=92318400/131524600 swapFree=131070704/131071996
[pid=998080] ppid=998076 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/998080/stat : 998080 (naps-1.02b5.sh) S 998076 998080 997996 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 188899887 10170368 676 134679101440 94245422780416 94245423859736 140729349794560 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94245425958192 94245426005380 94245438750720 140729349796831 140729349796958 140729349796958 140729349803974 0
/proc/998080/statm: 2483 676 599 264 0 134 0
[pid=998085] ppid=998080 vsize=8908628 memory=8689516 CPUtime=3512.82 cores=1,3
/proc/998085/stat : 998085 (naps-1.02b5) R 998080 998080 997996 0 -1 4194304 1226841 0 0 0 350778 504 0 0 20 0 1 0 188899887 9122435072 2172379 134679101440 4194304 5746509 140728822862656 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10563584 140728822866926 140728822867040 140728822867040 140728822874057 0
/proc/998085/statm: 2227157 2172379 421 379 0 2226691 0
Current children cumulated CPU time: 3512.82 s
Current children cumulated vsize: 8918560 KiB
Current children cumulated memory: 8692220 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.08 4.04 6/258 999909
/proc/meminfo: memFree=92033288/131524600 swapFree=131070704/131071996
[pid=998080] ppid=998076 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/998080/stat : 998080 (naps-1.02b5.sh) S 998076 998080 997996 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 188899887 10170368 676 134679101440 94245422780416 94245423859736 140729349794560 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94245425958192 94245426005380 94245438750720 140729349796831 140729349796958 140729349796958 140729349803974 0
/proc/998080/statm: 2483 676 599 264 0 134 0
[pid=998085] ppid=998080 vsize=8955884 memory=8757232 CPUtime=3572.65 cores=1,3
/proc/998085/stat : 998085 (naps-1.02b5) R 998080 998080 997996 0 -1 4194304 1241361 0 0 0 356755 510 0 0 20 0 1 0 188899887 9170825216 2189308 134679101440 4194304 5746509 140728822862656 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10563584 140728822866926 140728822867040 140728822867040 140728822874057 0
/proc/998085/statm: 2238971 2189308 421 379 0 2238505 0
Current children cumulated CPU time: 3572.65 s
Current children cumulated vsize: 8965816 KiB
Current children cumulated memory: 8759936 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 4.11 4.09 4.05 6/258 999916
/proc/meminfo: memFree=97069308/131524600 swapFree=131070704/131071996
[pid=998080] ppid=998076 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/998080/stat : 998080 (naps-1.02b5.sh) S 998076 998080 997996 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 188899887 10170368 676 134679101440 94245422780416 94245423859736 140729349794560 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94245425958192 94245426005380 94245438750720 140729349796831 140729349796958 140729349796958 140729349803974 0
/proc/998080/statm: 2483 676 599 264 0 134 0
[pid=998085] ppid=998080 vsize=8977532 memory=8787116 CPUtime=3600.07 cores=1,3
/proc/998085/stat : 998085 (naps-1.02b5) R 998080 998080 997996 0 -1 4194304 1248137 0 0 0 359494 513 0 0 20 0 1 0 188899887 9192992768 2196779 134679101440 4194304 5746509 140728822862656 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10563584 140728822866926 140728822867040 140728822867040 140728822874057 0
/proc/998085/statm: 2244383 2196779 421 379 0 2243917 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 8987464 KiB
Current children cumulated memory: 8789820 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.001045 s, system=0.001822 s

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

# cumulated CPU time of all completed processes:  user=3594.95 s, system=5.32502 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+3609.9 s]*
/proc/loadavg: 4.10 4.09 4.05 5/258 999966
/proc/meminfo: memFree=103944268/131524600 swapFree=131070704/131071996
Current cumulated CPU time of completed processes: 0.002867 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): 3609.99
CPU time (s): 3600.28
CPU user time (s): 3594.95
CPU system time (s): 5.32502
CPU usage (%): 99.7309
Max. virtual memory (cumulated for all children) (KiB): 8987464
Max. memory (cumulated for all children) (KiB): 8789820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.95
system time used= 5.32502
maximum resident set size= 8787116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1248600
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= 2930


# summary of solver processes directly reported to runsolver:
#   pid: 998080,998085
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3594.95
#   total CPU system time (s): 5.32502

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.14589 second user time and 18.9314 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-19 07:36:02
IDJOB=4449171
IDBENCH=160484
IDSOLVER=3065
FILE ID=nodeC023/4449171-1721367349
RUNJOBID= nodeC023-1721367361-998008
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-vm98p-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-4449171-1721367349/watcher-4449171-1721367349 -o /tmp/evaluation-result-4449171-1721367349/solver-4449171-1721367349 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721367361-998008 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4449171-1721367349.opb

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

MD5SUM BENCH= 0ade693002e69cf4f48fe48722d4f7a3
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:        127586112 kB
MemAvailable:   129754032 kB
Buffers:          545068 kB
Cached:          2451344 kB
SwapCached:           80 kB
Active:          1129332 kB
Inactive:        2241752 kB
Active(anon):       1548 kB
Inactive(anon):   410688 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:        374956 kB
Mapped:           107052 kB
Shmem:             37536 kB
KReclaimable:      97792 kB
Slab:             190968 kB
SReclaimable:      97792 kB
SUnreclaim:        93176 kB
KernelStack:        4004 kB
PageTables:         9992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     682456 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= 889960 MiB
End job on nodeC023 at 2024-07-19 08:36:12