Trace number 4427163

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? 319.087 319.879

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/graphs/
normalized-graph12_wcsp.wbo
MD5SUMf7c32201343af4658b05b95f6b622952
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark28325
Best CPU time to get the best result obtained on this benchmark3600.23
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables9502
Total number of constraints1168253
Number of soft constraints1168001
Number of constraints which are clauses1168001
Number of constraints which are cardinality constraints (but not clauses)252
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 939023
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 296009396
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.02b5.
0.00/0.00	c Input file name: HOME/instance-4427163-1720909237.wbo
318.59/319.43	c Out of Memory in adding a clause to glueminisat
318.59/319.43	c 
318.59/319.43	c *** TERMINATED *** by signal 15
318.59/319.43	s UNKNOWN
318.59/319.43	c _____________________________________________________________________________
318.59/319.43	c 
318.59/319.43	c std/band forms        : 253,0
318.59/319.43	c 2cl/3cl ITE-codings   : 8998,0
318.59/319.43	c BDD/srt/adr Max costs : 85,242834859,0
318.59/319.43	c BDDraw/bin/mul/srt/adr: 252,0,0,1,0
318.59/319.43	c BDD nodes             : 18500
318.59/319.43	c Es1/CC detections     : 0,0
318.59/319.43	c SAT/UNSAT calls       : 0,0
318.59/319.43	c regenrated variables  : 0
318.59/319.43	c restarts              : 0
318.59/319.43	c conflicts             : 0              (0 /sec)
318.59/319.43	c decisions             : 0              (0 /sec)
318.59/319.43	c propagations          : 0              (0 /sec)
318.59/319.43	c inspects              : 0              (0 /sec)
318.59/319.43	c CPU time (solving tm) : 309.7 s        (0 s)
318.59/319.43	c Time for Opt-base     : 43.17 s
318.59/319.43	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 (61980 MiB free)
  memory of node 1: 64473 MiB (46596 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4427163-1720909237/watcher-4427163-1720909237 -o /tmp/evaluation-result-4427163-1720909237/solver-4427163-1720909237 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1720905577-729966 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4427163-1720909237.wbo 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=733129, runsolver pid=733126
Current StackSize limit: 8192 KiB


[startup+0.100755 s]*
/proc/loadavg: 4.26 4.21 4.13 5/260 733134
/proc/meminfo: memFree=111169512/131524600 swapFree=131071996/131071996
[pid=733129] ppid=733126 vsize=9932 memory=2852 CPUtime=0 cores=4,6
/proc/733129/stat : 733129 (naps-1.02b5.sh) S 733126 733129 727686 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 143094588 10170368 713 134679101440 94887779520512 94887780599832 140735651825312 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94887782698288 94887782745476 94887814856704 140735651828652 140735651828779 140735651828779 140735651835846 0
/proc/733129/statm: 2483 713 637 264 0 134 0
[pid=733134] ppid=733129 vsize=18268 memory=14612 CPUtime=0.09 cores=4,6
/proc/733134/stat : 733134 (naps-1.02b5) R 733129 733129 727686 0 -1 4194304 2944 0 0 0 9 0 0 0 20 0 1 0 143094589 18706432 3653 134679101440 4194304 5746509 140723962582032 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 19812352 140723962590139 140723962590253 140723962590253 140723962597321 0
/proc/733134/statm: 4567 3653 405 379 0 4101 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 28200 KiB
Current children cumulated memory: 17464 KiB

[startup+0.205849 s]*
/proc/loadavg: 4.26 4.21 4.13 5/260 733134
/proc/meminfo: memFree=111163464/131524600 swapFree=131071996/131071996
[pid=733129] ppid=733126 vsize=9932 memory=2852 CPUtime=0 cores=4,6
/proc/733129/stat : 733129 (naps-1.02b5.sh) S 733126 733129 727686 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 143094588 10170368 713 134679101440 94887779520512 94887780599832 140735651825312 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94887782698288 94887782745476 94887814856704 140735651828652 140735651828779 140735651828779 140735651835846 0
/proc/733129/statm: 2483 713 637 264 0 134 0
[pid=733134] ppid=733129 vsize=26268 memory=21448 CPUtime=0.19 cores=4,6
/proc/733134/stat : 733134 (naps-1.02b5) R 733129 733129 727686 0 -1 4194304 4810 0 0 0 19 0 0 0 20 0 1 0 143094589 26898432 5362 134679101440 4194304 5746509 140723962582032 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 19812352 140723962590139 140723962590253 140723962590253 140723962597321 0
/proc/733134/statm: 6567 5362 405 379 0 6101 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 36200 KiB
Current children cumulated memory: 24300 KiB

[startup+0.305729 s]*
/proc/loadavg: 4.24 4.20 4.13 5/260 733134
/proc/meminfo: memFree=111156604/131524600 swapFree=131071996/131071996
[pid=733129] ppid=733126 vsize=9932 memory=2852 CPUtime=0 cores=4,6
/proc/733129/stat : 733129 (naps-1.02b5.sh) S 733126 733129 727686 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 143094588 10170368 713 134679101440 94887779520512 94887780599832 140735651825312 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94887782698288 94887782745476 94887814856704 140735651828652 140735651828779 140735651828779 140735651835846 0
/proc/733129/statm: 2483 713 637 264 0 134 0
[pid=733134] ppid=733129 vsize=31748 memory=27452 CPUtime=0.29 cores=4,6
/proc/733134/stat : 733134 (naps-1.02b5) R 733129 733129 727686 0 -1 4194304 6370 0 0 0 29 0 0 0 20 0 1 0 143094589 32509952 6863 134679101440 4194304 5746509 140723962582032 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 19812352 140723962590139 140723962590253 140723962590253 140723962597321 0
/proc/733134/statm: 7937 6863 405 379 0 7471 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 41680 KiB
Current children cumulated memory: 30304 KiB

[startup+0.700249 s]
/proc/loadavg: 4.24 4.20 4.13 5/260 733134
/proc/meminfo: memFree=111142996/131524600 swapFree=131071996/131071996
[pid=733129] ppid=733126 vsize=9932 memory=2852 CPUtime=0 cores=4,6
/proc/733129/stat : 733129 (naps-1.02b5.sh) S 733126 733129 727686 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 143094588 10170368 713 134679101440 94887779520512 94887780599832 140735651825312 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94887782698288 94887782745476 94887814856704 140735651828652 140735651828779 140735651828779 140735651835846 0
/proc/733129/statm: 2483 713 637 264 0 134 0
[pid=733134] ppid=733129 vsize=61124 memory=55508 CPUtime=0.68 cores=4,6
/proc/733134/stat : 733134 (naps-1.02b5) R 733129 733129 727686 0 -1 4194304 13281 0 0 0 66 2 0 0 20 0 1 0 143094589 62590976 13877 134679101440 4194304 5746509 140723962582032 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 19812352 140723962590139 140723962590253 140723962590253 140723962597321 0
/proc/733134/statm: 15281 13877 405 379 0 14815 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 71056 KiB
Current children cumulated memory: 58360 KiB

[startup+1.50021 s]
/proc/loadavg: 4.24 4.20 4.13 5/260 733134
/proc/meminfo: memFree=111108880/131524600 swapFree=131071996/131071996
[pid=733129] ppid=733126 vsize=9932 memory=2852 CPUtime=0 cores=4,6
/proc/733129/stat : 733129 (naps-1.02b5.sh) S 733126 733129 727686 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 143094588 10170368 713 134679101440 94887779520512 94887780599832 140735651825312 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94887782698288 94887782745476 94887814856704 140735651828652 140735651828779 140735651828779 140735651835846 0
/proc/733129/statm: 2483 713 637 264 0 134 0
[pid=733134] ppid=733129 vsize=114652 memory=108456 CPUtime=1.48 cores=4,6
/proc/733134/stat : 733134 (naps-1.02b5) R 733129 733129 727686 0 -1 4194304 25656 0 0 0 144 4 0 0 20 0 1 0 143094589 117403648 27114 134679101440 4194304 5746509 140723962582032 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 19812352 140723962590139 140723962590253 140723962590253 140723962597321 0
/proc/733134/statm: 28663 27114 405 379 0 28197 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 124584 KiB
Current children cumulated memory: 111308 KiB

[startup+3.10553 s]
/proc/loadavg: 4.24 4.20 4.13 5/260 733135
/proc/meminfo: memFree=110968448/131524600 swapFree=131071996/131071996
[pid=733129] ppid=733126 vsize=9932 memory=2852 CPUtime=0 cores=4,6
/proc/733129/stat : 733129 (naps-1.02b5.sh) S 733126 733129 727686 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 143094588 10170368 713 134679101440 94887779520512 94887780599832 140735651825312 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94887782698288 94887782745476 94887814856704 140735651828652 140735651828779 140735651828779 140735651835846 0
/proc/733129/statm: 2483 713 637 264 0 134 0
[pid=733134] ppid=733129 vsize=244668 memory=219120 CPUtime=3.09 cores=4,6
/proc/733134/stat : 733134 (naps-1.02b5) R 733129 733129 727686 0 -1 4194304 48210 0 0 0 300 9 0 0 20 0 1 0 143094589 250540032 54780 134679101440 4194304 5746509 140723962582032 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 19812352 140723962590139 140723962590253 140723962590253 140723962597321 0
/proc/733134/statm: 61167 54780 405 379 0 60701 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 254600 KiB
Current children cumulated memory: 221972 KiB

[startup+6.3002 s]
/proc/loadavg: 4.22 4.20 4.13 5/260 733135
/proc/meminfo: memFree=110758596/131524600 swapFree=131071996/131071996
[pid=733129] ppid=733126 vsize=9932 memory=2852 CPUtime=0 cores=4,6
/proc/733129/stat : 733129 (naps-1.02b5.sh) S 733126 733129 727686 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 143094588 10170368 713 134679101440 94887779520512 94887780599832 140735651825312 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94887782698288 94887782745476 94887814856704 140735651828652 140735651828779 140735651828779 140735651835846 0
/proc/733129/statm: 2483 713 637 264 0 134 0
[pid=733134] ppid=733129 vsize=497660 memory=441004 CPUtime=6.27 cores=4,6
/proc/733134/stat : 733134 (naps-1.02b5) R 733129 733129 727686 0 -1 4194304 84915 0 0 0 610 17 0 0 20 0 1 0 143094589 509603840 110251 134679101440 4194304 5746509 140723962582032 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 19812352 140723962590139 140723962590253 140723962590253 140723962597321 0
/proc/733134/statm: 124415 110251 405 379 0 123949 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 507592 KiB
Current children cumulated memory: 443856 KiB

[startup+12.7002 s]
/proc/loadavg: 4.20 4.20 4.13 5/260 733137
/proc/meminfo: memFree=110024304/131524600 swapFree=131071996/131071996
[pid=733129] ppid=733126 vsize=9932 memory=2852 CPUtime=0 cores=4,6
/proc/733129/stat : 733129 (naps-1.02b5.sh) S 733126 733129 727686 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 143094588 10170368 713 134679101440 94887779520512 94887780599832 140735651825312 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94887782698288 94887782745476 94887814856704 140735651828652 140735651828779 140735651828779 140735651835846 0
/proc/733129/statm: 2483 713 637 264 0 134 0
[pid=733134] ppid=733129 vsize=1207356 memory=1156588 CPUtime=12.66 cores=4,6
/proc/733134/stat : 733134 (naps-1.02b5) R 733129 733129 727686 0 -1 4194304 244113 0 0 0 1223 43 0 0 20 0 1 0 143094589 1236332544 289147 134679101440 4194304 5746509 140723962582032 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 19812352 140723962590139 140723962590253 140723962590253 140723962597321 0
/proc/733134/statm: 301839 289147 421 379 0 301373 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 1217288 KiB
Current children cumulated memory: 1159440 KiB

[startup+25.5002 s]
/proc/loadavg: 4.24 4.21 4.14 5/260 733138
/proc/meminfo: memFree=108538840/131524600 swapFree=131071996/131071996
[pid=733129] ppid=733126 vsize=9932 memory=2852 CPUtime=0 cores=4,6
/proc/733129/stat : 733129 (naps-1.02b5.sh) S 733126 733129 727686 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 143094588 10170368 713 134679101440 94887779520512 94887780599832 140735651825312 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94887782698288 94887782745476 94887814856704 140735651828652 140735651828779 140735651828779 140735651835846 0
/proc/733129/statm: 2483 713 637 264 0 134 0
[pid=733134] ppid=733129 vsize=1207356 memory=1156588 CPUtime=25.43 cores=4,6
/proc/733134/stat : 733134 (naps-1.02b5) R 733129 733129 727686 0 -1 4194304 244122 0 0 0 2500 43 0 0 20 0 1 0 143094589 1236332544 289147 134679101440 4194304 5746509 140723962582032 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 19812352 140723962590139 140723962590253 140723962590253 140723962597321 0
/proc/733134/statm: 301839 289147 421 379 0 301373 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 1217288 KiB
Current children cumulated memory: 1159440 KiB

[startup+51.1059 s]
/proc/loadavg: 4.15 4.18 4.13 5/260 733141
/proc/meminfo: memFree=106346460/131524600 swapFree=131071996/131071996
[pid=733129] ppid=733126 vsize=9932 memory=2852 CPUtime=0 cores=4,6
/proc/733129/stat : 733129 (naps-1.02b5.sh) S 733126 733129 727686 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 143094588 10170368 713 134679101440 94887779520512 94887780599832 140735651825312 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94887782698288 94887782745476 94887814856704 140735651828652 140735651828779 140735651828779 140735651835846 0
/proc/733129/statm: 2483 713 637 264 0 134 0
[pid=733134] ppid=733129 vsize=1207356 memory=1156588 CPUtime=50.99 cores=4,6
/proc/733134/stat : 733134 (naps-1.02b5) R 733129 733129 727686 0 -1 4194304 244140 0 0 0 5055 44 0 0 20 0 1 0 143094589 1236332544 289147 134679101440 4194304 5746509 140723962582032 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 19812352 140723962590139 140723962590253 140723962590253 140723962597321 0
/proc/733134/statm: 301839 289147 421 379 0 301373 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 1217288 KiB
Current children cumulated memory: 1159440 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.17 4.13 5/260 733152
/proc/meminfo: memFree=90437672/131524600 swapFree=131071996/131071996
[pid=733129] ppid=733126 vsize=9932 memory=2852 CPUtime=0 cores=4,6
/proc/733129/stat : 733129 (naps-1.02b5.sh) S 733126 733129 727686 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 143094588 10170368 713 134679101440 94887779520512 94887780599832 140735651825312 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94887782698288 94887782745476 94887814856704 140735651828652 140735651828779 140735651828779 140735651835846 0
/proc/733129/statm: 2483 713 637 264 0 134 0
[pid=733134] ppid=733129 vsize=8364968 memory=8257396 CPUtime=102.06 cores=4,6
/proc/733134/stat : 733134 (naps-1.02b5) R 733129 733129 727686 0 -1 4194304 759687 0 0 0 9951 255 0 0 20 0 1 0 143094589 8565727232 2064349 134679101440 4194304 5746509 140723962582032 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 19812352 140723962590139 140723962590253 140723962590253 140723962597321 0
/proc/733134/statm: 2091242 2064349 421 379 0 2090776 0
Current children cumulated CPU time: 102.06 s
Current children cumulated vsize: 8374900 KiB
Current children cumulated memory: 8260248 KiB

[startup+162.3 s]
/proc/loadavg: 3.87 4.10 4.10 4/252 733194
/proc/meminfo: memFree=102234516/131524600 swapFree=131071996/131071996
[pid=733129] ppid=733126 vsize=9932 memory=2852 CPUtime=0 cores=4,6
/proc/733129/stat : 733129 (naps-1.02b5.sh) S 733126 733129 727686 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 143094588 10170368 713 134679101440 94887779520512 94887780599832 140735651825312 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94887782698288 94887782745476 94887814856704 140735651828652 140735651828779 140735651828779 140735651835846 0
/proc/733129/statm: 2483 713 637 264 0 134 0
[pid=733134] ppid=733129 vsize=10081992 memory=9458328 CPUtime=161.92 cores=4,6
/proc/733134/stat : 733134 (naps-1.02b5) R 733129 733129 727686 0 -1 4194304 1192755 0 0 0 15840 352 0 0 20 0 1 0 143094589 10323959808 2364582 134679101440 4194304 5746509 140723962582032 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 19812352 140723962590139 140723962590253 140723962590253 140723962597321 0
/proc/733134/statm: 2520498 2364582 421 379 0 2520032 0
Current children cumulated CPU time: 161.92 s
Current children cumulated vsize: 10091924 KiB
Current children cumulated memory: 9461180 KiB

[startup+222.3 s]
/proc/loadavg: 3.36 3.91 4.04 4/252 733206
/proc/meminfo: memFree=98194640/131524600 swapFree=131071996/131071996
[pid=733129] ppid=733126 vsize=9932 memory=2852 CPUtime=0 cores=4,6
/proc/733129/stat : 733129 (naps-1.02b5.sh) S 733126 733129 727686 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 143094588 10170368 713 134679101440 94887779520512 94887780599832 140735651825312 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94887782698288 94887782745476 94887814856704 140735651828652 140735651828779 140735651828779 140735651835846 0
/proc/733129/statm: 2483 713 637 264 0 134 0
[pid=733134] ppid=733129 vsize=13673868 memory=13477276 CPUtime=221.76 cores=4,6
/proc/733134/stat : 733134 (naps-1.02b5) R 733129 733129 727686 0 -1 4194304 1423429 0 0 0 21671 505 0 0 20 0 1 0 143094589 14002040832 3369319 134679101440 4194304 5746509 140723962582032 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 19812352 140723962590139 140723962590253 140723962590253 140723962597321 0
/proc/733134/statm: 3418467 3369319 421 379 0 3418001 0
Current children cumulated CPU time: 221.76 s
Current children cumulated vsize: 13683800 KiB
Current children cumulated memory: 13480128 KiB

[startup+282.3 s]
/proc/loadavg: 3.24 3.78 3.98 4/252 733600
/proc/meminfo: memFree=95432828/131524600 swapFree=131071996/131071996
[pid=733129] ppid=733126 vsize=9932 memory=2852 CPUtime=0 cores=4,6
/proc/733129/stat : 733129 (naps-1.02b5.sh) S 733126 733129 727686 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 143094588 10170368 713 134679101440 94887779520512 94887780599832 140735651825312 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94887782698288 94887782745476 94887814856704 140735651828652 140735651828779 140735651828779 140735651835846 0
/proc/733129/statm: 2483 713 637 264 0 134 0
[pid=733134] ppid=733129 vsize=17412100 memory=16220980 CPUtime=281.59 cores=4,6
/proc/733134/stat : 733134 (naps-1.02b5) R 733129 733129 727686 0 -1 4194304 1730621 0 0 0 27560 599 0 0 20 0 1 0 143094589 17829990400 4055245 134679101440 4194304 5746509 140723962582032 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 19812352 140723962590139 140723962590253 140723962590253 140723962597321 0
/proc/733134/statm: 4353025 4055245 421 379 0 4352559 0
Current children cumulated CPU time: 281.59 s
Current children cumulated vsize: 17422032 KiB
Current children cumulated memory: 16223832 KiB

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

# cumulated CPU time of all completed processes:  user=309.69 s, system=9.39728 s

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

[startup+307.2 s]
/proc/loadavg: 3.16 3.71 3.95 4/252 733603
/proc/meminfo: memFree=88068948/131524600 swapFree=131071996/131071996
[pid=733129] ppid=733126 vsize=9932 memory=2852 CPUtime=0 cores=4,6
/proc/733129/stat : 733129 (naps-1.02b5.sh) S 733126 733129 727686 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 143094588 10170368 713 134679101440 94887779520512 94887780599832 140735651825312 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94887782698288 94887782745476 94887814856704 140735651828652 140735651828779 140735651828779 140735651835846 0
/proc/733129/statm: 2483 713 637 264 0 134 0
[pid=733134] ppid=733129 vsize=26213396 memory=23611400 CPUtime=306.43 cores=4,6
/proc/733134/stat : 733134 (naps-1.02b5) R 733129 733129 727686 0 -1 4194304 2097015 0 0 0 29857 786 0 0 20 0 1 0 143094589 26842517504 5902850 134679101440 4194304 5746509 140723962582032 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 19812352 140723962590139 140723962590253 140723962590253 140723962597321 0
/proc/733134/statm: 6553349 5902850 421 379 0 6552883 0
Current children cumulated CPU time: 306.43 s
Current children cumulated vsize: 26223328 KiB
Current children cumulated memory: 23614252 KiB

[startup+313.6 s]
/proc/loadavg: 3.14 3.70 3.95 4/252 733604
/proc/meminfo: memFree=86058288/131524600 swapFree=131071996/131071996
[pid=733129] ppid=733126 vsize=9932 memory=2852 CPUtime=0 cores=4,6
/proc/733129/stat : 733129 (naps-1.02b5.sh) S 733126 733129 727686 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 143094588 10170368 713 134679101440 94887779520512 94887780599832 140735651825312 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94887782698288 94887782745476 94887814856704 140735651828652 140735651828779 140735651828779 140735651835846 0
/proc/733129/statm: 2483 713 637 264 0 134 0
[pid=733134] ppid=733129 vsize=29493168 memory=25729540 CPUtime=312.81 cores=4,6
/proc/733134/stat : 733134 (naps-1.02b5) R 733129 733129 727686 0 -1 4194304 2247072 0 0 0 30436 845 0 0 20 0 1 0 143094589 30201004032 6432385 134679101440 4194304 5746509 140723962582032 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 19812352 140723962590139 140723962590253 140723962590253 140723962597321 0
/proc/733134/statm: 7373292 6432385 421 379 0 7372826 0
Current children cumulated CPU time: 312.81 s
Current children cumulated vsize: 29503100 KiB
Current children cumulated memory: 25732392 KiB

[startup+316.8 s]
/proc/loadavg: 3.13 3.69 3.94 4/252 733604
/proc/meminfo: memFree=85101964/131524600 swapFree=131071996/131071996
[pid=733129] ppid=733126 vsize=9932 memory=2852 CPUtime=0 cores=4,6
/proc/733129/stat : 733129 (naps-1.02b5.sh) S 733126 733129 727686 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 143094588 10170368 713 134679101440 94887779520512 94887780599832 140735651825312 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94887782698288 94887782745476 94887814856704 140735651828652 140735651828779 140735651828779 140735651835846 0
/proc/733129/statm: 2483 713 637 264 0 134 0
[pid=733134] ppid=733129 vsize=29799540 memory=26732060 CPUtime=316.01 cores=4,6
/proc/733134/stat : 733134 (naps-1.02b5) R 733129 733129 727686 0 -1 4194304 2323982 0 0 0 30729 872 0 0 20 0 1 0 143094589 30514728960 6683015 134679101440 4194304 5746509 140723962582032 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 19812352 140723962590139 140723962590253 140723962590253 140723962597321 0
/proc/733134/statm: 7449885 6683015 421 379 0 7449419 0
Current children cumulated CPU time: 316.01 s
Current children cumulated vsize: 29809472 KiB
Current children cumulated memory: 26734912 KiB

[startup+318.4 s]
/proc/loadavg: 3.13 3.69 3.94 4/252 733604
/proc/meminfo: memFree=84524476/131524600 swapFree=131071996/131071996
[pid=733129] ppid=733126 vsize=9932 memory=2852 CPUtime=0 cores=4,6
/proc/733129/stat : 733129 (naps-1.02b5.sh) S 733126 733129 727686 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 143094588 10170368 713 134679101440 94887779520512 94887780599832 140735651825312 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94887782698288 94887782745476 94887814856704 140735651828652 140735651828779 140735651828779 140735651835846 0
/proc/733129/statm: 2483 713 637 264 0 134 0
[pid=733134] ppid=733129 vsize=29955168 memory=27229564 CPUtime=317.6 cores=4,6
/proc/733134/stat : 733134 (naps-1.02b5) R 733129 733129 727686 0 -1 4194304 2364049 0 0 0 30875 885 0 0 20 0 1 0 143094589 30674092032 6807391 134679101440 4194304 5746509 140723962582032 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 19812352 140723962590139 140723962590253 140723962590253 140723962597321 0
/proc/733134/statm: 7488792 6807391 421 379 0 7488326 0
Current children cumulated CPU time: 317.6 s
Current children cumulated vsize: 29965100 KiB
Current children cumulated memory: 27232416 KiB

[startup+319.2 s]
/proc/loadavg: 3.13 3.69 3.94 4/252 733604
/proc/meminfo: memFree=84182732/131524600 swapFree=131071996/131071996
[pid=733129] ppid=733126 vsize=9932 memory=2852 CPUtime=0 cores=4,6
/proc/733129/stat : 733129 (naps-1.02b5.sh) S 733126 733129 727686 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 143094588 10170368 713 134679101440 94887779520512 94887780599832 140735651825312 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94887782698288 94887782745476 94887814856704 140735651828652 140735651828779 140735651828779 140735651835846 0
/proc/733129/statm: 2483 713 637 264 0 134 0
[pid=733134] ppid=733129 vsize=31182480 memory=27533344 CPUtime=318.4 cores=4,6
/proc/733134/stat : 733134 (naps-1.02b5) R 733129 733129 727686 0 -1 4194304 2387378 0 0 0 30947 893 0 0 20 0 1 0 143094589 31930859520 6883336 134679101440 4194304 5746509 140723962582032 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 19812352 140723962590139 140723962590253 140723962590253 140723962597321 0
/proc/733134/statm: 7795620 6883336 421 379 0 7795154 0
Current children cumulated CPU time: 318.4 s
Current children cumulated vsize: 31192412 KiB
Current children cumulated memory: 27536196 KiB

[startup+319.6 s]
/proc/loadavg: 3.13 3.69 3.94 4/252 733604
/proc/meminfo: memFree=84182732/131524600 swapFree=131071996/131071996
[pid=733129] ppid=733126 vsize=9932 memory=2852 CPUtime=0 cores=4,6
/proc/733129/stat : 733129 (naps-1.02b5.sh) S 733126 733129 727686 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 143094588 10170368 713 134679101440 94887779520512 94887780599832 140735651825312 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94887782698288 94887782745476 94887814856704 140735651828652 140735651828779 140735651828779 140735651835846 0
/proc/733129/statm: 2483 713 637 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2852 KiB

[startup+319.8 s]
/proc/loadavg: 3.13 3.69 3.94 4/252 733604
/proc/meminfo: memFree=84182732/131524600 swapFree=131071996/131071996
[pid=733129] ppid=733126 vsize=9932 memory=2852 CPUtime=0 cores=4,6
/proc/733129/stat : 733129 (naps-1.02b5.sh) S 733126 733129 727686 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 143094588 10170368 713 134679101440 94887779520512 94887780599832 140735651825312 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94887782698288 94887782745476 94887814856704 140735651828652 140735651828779 140735651828779 140735651835846 0
/proc/733129/statm: 2483 713 637 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2852 KiB

Child status: 0

Real time (s): 319.879
CPU time (s): 319.087
CPU user time (s): 309.69
CPU system time (s): 9.39728
CPU usage (%): 99.7525
Max. virtual memory (cumulated for all children) (KiB): 31192412
Max. memory (cumulated for all children) (KiB): 27581564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 309.69
system time used= 9.39728
maximum resident set size= 27587512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2389580
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= 11
involuntary context switches= 336


# summary of solver processes directly reported to runsolver:
#   pid: 733129
#   total CPU time (s): 319.087
#   total CPU user time (s): 309.69
#   total CPU system time (s): 9.39728

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.652549 second user time and 1.46588 second system time

The end

Launcher Data

Begin job on nodeC035 at 2024-07-14 00:20:50
IDJOB=4427163
IDBENCH=144137
IDSOLVER=3045
FILE ID=nodeC035/4427163-1720909237
RUNJOBID= nodeC035-1720905577-729966
SLURM_JOB_ID= 7486094
Free space on /tmp= 890020 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/graphs/normalized-graph12_wcsp.wbo
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4427163-1720909237/watcher-4427163-1720909237 -o /tmp/evaluation-result-4427163-1720909237/solver-4427163-1720909237 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1720905577-729966 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4427163-1720909237.wbo

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

MD5SUM BENCH= f7c32201343af4658b05b95f6b622952
RANDOM SEED=839551152

nodeC035.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		: 3680.318
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.65
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		: 3689.812
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.367
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.65
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		: 3599.849
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.79
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		: 3650.718
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.65
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		: 3689.826
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.79
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		: 3682.704
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.65
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		: 3599.988
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        111183640 kB
MemAvailable:   111431856 kB
Buffers:          329860 kB
Cached:           761380 kB
SwapCached:            0 kB
Active:           548312 kB
Inactive:       19189632 kB
Active(anon):       1560 kB
Inactive(anon): 18682864 kB
Active(file):     546752 kB
Inactive(file):   506768 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             63824 kB
Writeback:             0 kB
AnonPages:      18646736 kB
Mapped:           107088 kB
Shmem:             37720 kB
KReclaimable:      69036 kB
Slab:             167868 kB
SReclaimable:      69036 kB
SUnreclaim:        98832 kB
KernelStack:        4176 kB
PageTables:        45956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   21092428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            56960 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9084928 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:      174804 kB
DirectMap2M:     7987200 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 890032 MiB
End job on nodeC035 at 2024-07-14 00:26:10