Trace number 4427165

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? 445.864 446.944

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
graphs/normalized-graph13reduc_wcsp.wbo
MD5SUM997078d0f46188c46d8061e8f06b5aa8
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark3334
Best CPU time to get the best result obtained on this benchmark3601.4
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables13155
Total number of constraints970906
Number of soft constraints970450
Number of constraints which are clauses970450
Number of constraints which are cardinality constraints (but not clauses)456
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 10110
Min constraint cost 1
Max constraint cost 3670
Sum of constraints costs 307075871
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-4427165-1720909230.wbo
445.50/446.62	c malloc failed in xmalloc
445.50/446.62	c 
445.50/446.62	c *** TERMINATED *** by signal 15
445.50/446.62	s UNKNOWN
445.50/446.62	c _____________________________________________________________________________
445.50/446.62	c 
445.50/446.62	c std/band forms        : 446,0
445.50/446.62	c 2cl/3cl ITE-codings   : 12245,0
445.50/446.62	c BDD/srt/adr Max costs : 85,0,0
445.50/446.62	c BDDraw/bin/mul/srt/adr: 446,0,0,0,0
445.50/446.62	c BDD nodes             : 25382
445.50/446.62	c Es1/CC detections     : 0,0
445.50/446.62	c SAT/UNSAT calls       : 0,0
445.50/446.62	c regenrated variables  : 0
445.50/446.62	c restarts              : 0
445.50/446.62	c conflicts             : 0              (0 /sec)
445.50/446.62	c decisions             : 0              (0 /sec)
445.50/446.62	c propagations          : 0              (0 /sec)
445.50/446.62	c inspects              : 0              (0 /sec)
445.50/446.62	c CPU time (solving tm) : 438.6 s        (0 s)
445.50/446.62	c Time for Opt-base     : 90.16 s
445.50/446.62	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (32763 MiB free)
  memory of node 1: 64510 MiB (62760 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4427165-1720909230/watcher-4427165-1720909230 -o /tmp/evaluation-result-4427165-1720909230/solver-4427165-1720909230 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1720905424-718805 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4427165-1720909230.wbo 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=722419, runsolver pid=722416

[startup+0.100096 s]*
/proc/loadavg: 4.16 4.15 4.10 5/248 722424
/proc/meminfo: memFree=97804628/131655788 swapFree=131071996/131071996
[pid=722419] ppid=722416 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/722419/stat : 722419 (naps-1.02b5.sh) S 722416 722419 716595 0 -1 4194304 218 239 0 0 0 0 0 0 20 0 1 0 143079160 10170368 672 134679101440 94833576960000 94833578039320 140720575160656 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94833580137776 94833580184964 94833595461632 140720575165356 140720575165483 140720575165483 140720575172550 0
/proc/722419/statm: 2483 672 592 264 0 134 0
[pid=722424] ppid=722419 vsize=16508 memory=11088 CPUtime=0.09 cores=5,7
/proc/722424/stat : 722424 (naps-1.02b5) R 722419 722419 716595 0 -1 4194304 2599 0 0 0 9 0 0 0 20 0 1 0 143079160 16904192 2772 134679101440 4194304 5746509 140723790722112 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 29212672 140723790726075 140723790726189 140723790726189 140723790733257 0
/proc/722424/statm: 4127 2772 405 379 0 3661 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 26440 KiB
Current children cumulated memory: 13776 KiB

[startup+0.213356 s]*
/proc/loadavg: 4.16 4.15 4.10 5/248 722424
/proc/meminfo: memFree=97795940/131655788 swapFree=131071996/131071996
[pid=722419] ppid=722416 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/722419/stat : 722419 (naps-1.02b5.sh) S 722416 722419 716595 0 -1 4194304 218 239 0 0 0 0 0 0 20 0 1 0 143079160 10170368 672 134679101440 94833576960000 94833578039320 140720575160656 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94833580137776 94833580184964 94833595461632 140720575165356 140720575165483 140720575165483 140720575172550 0
/proc/722419/statm: 2483 672 592 264 0 134 0
[pid=722424] ppid=722419 vsize=23752 memory=18508 CPUtime=0.21 cores=5,7
/proc/722424/stat : 722424 (naps-1.02b5) R 722419 722419 716595 0 -1 4194304 4415 0 0 0 20 1 0 0 20 0 1 0 143079160 24322048 4627 134679101440 4194304 5746509 140723790722112 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 29212672 140723790726075 140723790726189 140723790726189 140723790733257 0
/proc/722424/statm: 5938 4627 405 379 0 5472 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 33684 KiB
Current children cumulated memory: 21196 KiB

[startup+0.313337 s]*
/proc/loadavg: 4.16 4.15 4.10 5/248 722424
/proc/meminfo: memFree=97752892/131655788 swapFree=131071996/131071996
[pid=722419] ppid=722416 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/722419/stat : 722419 (naps-1.02b5.sh) S 722416 722419 716595 0 -1 4194304 218 239 0 0 0 0 0 0 20 0 1 0 143079160 10170368 672 134679101440 94833576960000 94833578039320 140720575160656 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94833580137776 94833580184964 94833595461632 140720575165356 140720575165483 140720575165483 140720575172550 0
/proc/722419/statm: 2483 672 592 264 0 134 0
[pid=722424] ppid=722419 vsize=31676 memory=25588 CPUtime=0.31 cores=5,7
/proc/722424/stat : 722424 (naps-1.02b5) R 722419 722419 716595 0 -1 4194304 6415 0 0 0 30 1 0 0 20 0 1 0 143079160 32436224 6397 134679101440 4194304 5746509 140723790722112 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 29212672 140723790726075 140723790726189 140723790726189 140723790733257 0
/proc/722424/statm: 7919 6397 405 379 0 7453 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 41608 KiB
Current children cumulated memory: 28276 KiB

[startup+0.700412 s]
/proc/loadavg: 4.16 4.15 4.10 5/248 722424
/proc/meminfo: memFree=97735768/131655788 swapFree=131071996/131071996
[pid=722419] ppid=722416 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/722419/stat : 722419 (naps-1.02b5.sh) S 722416 722419 716595 0 -1 4194304 218 239 0 0 0 0 0 0 20 0 1 0 143079160 10170368 672 134679101440 94833576960000 94833578039320 140720575160656 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94833580137776 94833580184964 94833595461632 140720575165356 140720575165483 140720575165483 140720575172550 0
/proc/722419/statm: 2483 672 592 264 0 134 0
[pid=722424] ppid=722419 vsize=54552 memory=49400 CPUtime=0.69 cores=5,7
/proc/722424/stat : 722424 (naps-1.02b5) R 722419 722419 716595 0 -1 4194304 11707 0 0 0 67 2 0 0 20 0 1 0 143079160 55861248 12350 134679101440 4194304 5746509 140723790722112 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 29212672 140723790726075 140723790726189 140723790726189 140723790733257 0
/proc/722424/statm: 13638 12350 405 379 0 13172 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 64484 KiB
Current children cumulated memory: 52088 KiB

[startup+1.50043 s]
/proc/loadavg: 4.16 4.15 4.10 5/248 722424
/proc/meminfo: memFree=97693080/131655788 swapFree=131071996/131071996
[pid=722419] ppid=722416 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/722419/stat : 722419 (naps-1.02b5.sh) S 722416 722419 716595 0 -1 4194304 218 239 0 0 0 0 0 0 20 0 1 0 143079160 10170368 672 134679101440 94833576960000 94833578039320 140720575160656 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94833580137776 94833580184964 94833595461632 140720575165356 140720575165483 140720575165483 140720575172550 0
/proc/722419/statm: 2483 672 592 264 0 134 0
[pid=722424] ppid=722419 vsize=112712 memory=103076 CPUtime=1.48 cores=5,7
/proc/722424/stat : 722424 (naps-1.02b5) R 722419 722419 716595 0 -1 4194304 24859 0 0 0 144 4 0 0 20 0 1 0 143079160 115417088 25769 134679101440 4194304 5746509 140723790722112 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 29212672 140723790726075 140723790726189 140723790726189 140723790733257 0
/proc/722424/statm: 28178 25769 405 379 0 27712 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 122644 KiB
Current children cumulated memory: 105764 KiB

[startup+3.11303 s]
/proc/loadavg: 4.16 4.15 4.10 5/248 722424
/proc/meminfo: memFree=97543720/131655788 swapFree=131071996/131071996
[pid=722419] ppid=722416 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/722419/stat : 722419 (naps-1.02b5.sh) S 722416 722419 716595 0 -1 4194304 218 239 0 0 0 0 0 0 20 0 1 0 143079160 10170368 672 134679101440 94833576960000 94833578039320 140720575160656 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94833580137776 94833580184964 94833595461632 140720575165356 140720575165483 140720575165483 140720575172550 0
/proc/722419/statm: 2483 672 592 264 0 134 0
[pid=722424] ppid=722419 vsize=240604 memory=218148 CPUtime=3.09 cores=5,7
/proc/722424/stat : 722424 (naps-1.02b5) R 722419 722419 716595 0 -1 4194304 48017 0 0 0 301 8 0 0 20 0 1 0 143079160 246378496 54537 134679101440 4194304 5746509 140723790722112 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 29212672 140723790726075 140723790726189 140723790726189 140723790733257 0
/proc/722424/statm: 60151 54537 405 379 0 59685 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 250536 KiB
Current children cumulated memory: 220836 KiB

[startup+6.30042 s]
/proc/loadavg: 4.15 4.15 4.10 5/248 722426
/proc/meminfo: memFree=97258928/131655788 swapFree=131071996/131071996
[pid=722419] ppid=722416 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/722419/stat : 722419 (naps-1.02b5.sh) S 722416 722419 716595 0 -1 4194304 218 239 0 0 0 0 0 0 20 0 1 0 143079160 10170368 672 134679101440 94833576960000 94833578039320 140720575160656 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94833580137776 94833580184964 94833595461632 140720575165356 140720575165483 140720575165483 140720575172550 0
/proc/722419/statm: 2483 672 592 264 0 134 0
[pid=722424] ppid=722419 vsize=450516 memory=416868 CPUtime=6.27 cores=5,7
/proc/722424/stat : 722424 (naps-1.02b5) R 722419 722419 716595 0 -1 4194304 79095 0 0 0 611 16 0 0 20 0 1 0 143079160 461328384 104217 134679101440 4194304 5746509 140723790722112 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 29212672 140723790726075 140723790726189 140723790726189 140723790733257 0
/proc/722424/statm: 112629 104217 405 379 0 112163 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 460448 KiB
Current children cumulated memory: 419556 KiB

[startup+12.7004 s]
/proc/loadavg: 4.14 4.14 4.09 5/248 722426
/proc/meminfo: memFree=95738164/131655788 swapFree=131071996/131071996
[pid=722419] ppid=722416 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/722419/stat : 722419 (naps-1.02b5.sh) S 722416 722419 716595 0 -1 4194304 218 239 0 0 0 0 0 0 20 0 1 0 143079160 10170368 672 134679101440 94833576960000 94833578039320 140720575160656 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94833580137776 94833580184964 94833595461632 140720575165356 140720575165483 140720575165483 140720575172550 0
/proc/722419/statm: 2483 672 592 264 0 134 0
[pid=722424] ppid=722419 vsize=1066212 memory=1035388 CPUtime=12.65 cores=5,7
/proc/722424/stat : 722424 (naps-1.02b5) R 722419 722419 716595 0 -1 4194304 202570 0 0 0 1230 35 0 0 20 0 1 0 143079160 1091801088 258847 134679101440 4194304 5746509 140723790722112 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 29212672 140723790726075 140723790726189 140723790726189 140723790733257 0
/proc/722424/statm: 266553 258847 421 379 0 266087 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1076144 KiB
Current children cumulated memory: 1038076 KiB

[startup+25.5005 s]
/proc/loadavg: 4.25 4.17 4.10 5/248 722429
/proc/meminfo: memFree=96651980/131655788 swapFree=131071996/131071996
[pid=722419] ppid=722416 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/722419/stat : 722419 (naps-1.02b5.sh) S 722416 722419 716595 0 -1 4194304 218 239 0 0 0 0 0 0 20 0 1 0 143079160 10170368 672 134679101440 94833576960000 94833578039320 140720575160656 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94833580137776 94833580184964 94833595461632 140720575165356 140720575165483 140720575165483 140720575172550 0
/proc/722419/statm: 2483 672 592 264 0 134 0
[pid=722424] ppid=722419 vsize=1066212 memory=1035388 CPUtime=25.43 cores=5,7
/proc/722424/stat : 722424 (naps-1.02b5) R 722419 722419 716595 0 -1 4194304 202589 0 0 0 2508 35 0 0 20 0 1 0 143079160 1091801088 258847 134679101440 4194304 5746509 140723790722112 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 29212672 140723790726075 140723790726189 140723790726189 140723790733257 0
/proc/722424/statm: 266553 258847 421 379 0 266087 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 1076144 KiB
Current children cumulated memory: 1038076 KiB

[startup+51.1134 s]
/proc/loadavg: 4.16 4.15 4.10 5/248 722432
/proc/meminfo: memFree=96440368/131655788 swapFree=131071996/131071996
[pid=722419] ppid=722416 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/722419/stat : 722419 (naps-1.02b5.sh) S 722416 722419 716595 0 -1 4194304 218 239 0 0 0 0 0 0 20 0 1 0 143079160 10170368 672 134679101440 94833576960000 94833578039320 140720575160656 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94833580137776 94833580184964 94833595461632 140720575165356 140720575165483 140720575165483 140720575172550 0
/proc/722419/statm: 2483 672 592 264 0 134 0
[pid=722424] ppid=722419 vsize=1066212 memory=1035432 CPUtime=50.99 cores=5,7
/proc/722424/stat : 722424 (naps-1.02b5) R 722419 722419 716595 0 -1 4194304 202621 0 0 0 5063 36 0 0 20 0 1 0 143079160 1091801088 258858 134679101440 4194304 5746509 140723790722112 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 29212672 140723790726075 140723790726189 140723790726189 140723790733257 0
/proc/722424/statm: 266553 258858 421 379 0 266087 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 1076144 KiB
Current children cumulated memory: 1038120 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.14 4.09 5/248 722442
/proc/meminfo: memFree=94789176/131655788 swapFree=131071996/131071996
[pid=722419] ppid=722416 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/722419/stat : 722419 (naps-1.02b5.sh) S 722416 722419 716595 0 -1 4194304 218 239 0 0 0 0 0 0 20 0 1 0 143079160 10170368 672 134679101440 94833576960000 94833578039320 140720575160656 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94833580137776 94833580184964 94833595461632 140720575165356 140720575165483 140720575165483 140720575172550 0
/proc/722419/statm: 2483 672 592 264 0 134 0
[pid=722424] ppid=722419 vsize=1412732 memory=1352520 CPUtime=102.07 cores=5,7
/proc/722424/stat : 722424 (naps-1.02b5) R 722419 722419 716595 0 -1 4194304 204814 0 0 0 10164 43 0 0 20 0 1 0 143079160 1446637568 338130 134679101440 4194304 5746509 140723790722112 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 29212672 140723790726075 140723790726189 140723790726189 140723790733257 0
/proc/722424/statm: 353183 338130 421 379 0 352717 0
Current children cumulated CPU time: 102.07 s
Current children cumulated vsize: 1422664 KiB
Current children cumulated memory: 1355208 KiB

[startup+162.3 s]
/proc/loadavg: 3.86 4.08 4.07 4/240 722833
/proc/meminfo: memFree=84113512/131655788 swapFree=131071996/131071996
[pid=722419] ppid=722416 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/722419/stat : 722419 (naps-1.02b5.sh) S 722416 722419 716595 0 -1 4194304 218 239 0 0 0 0 0 0 20 0 1 0 143079160 10170368 672 134679101440 94833576960000 94833578039320 140720575160656 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94833580137776 94833580184964 94833595461632 140720575165356 140720575165483 140720575165483 140720575172550 0
/proc/722419/statm: 2483 672 592 264 0 134 0
[pid=722424] ppid=722419 vsize=7524672 memory=7013316 CPUtime=161.93 cores=5,7
/proc/722424/stat : 722424 (naps-1.02b5) R 722419 722419 716595 0 -1 4194304 750732 0 0 0 15948 245 0 0 20 0 1 0 143079160 7705264128 1753329 134679101440 4194304 5746509 140723790722112 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 29212672 140723790726075 140723790726189 140723790726189 140723790733257 0
/proc/722424/statm: 1881168 1753329 421 379 0 1880702 0
Current children cumulated CPU time: 161.93 s
Current children cumulated vsize: 7534604 KiB
Current children cumulated memory: 7016004 KiB

[startup+222.3 s]
/proc/loadavg: 3.35 3.89 4.01 4/240 722843
/proc/meminfo: memFree=78131072/131655788 swapFree=131071996/131071996
[pid=722419] ppid=722416 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/722419/stat : 722419 (naps-1.02b5.sh) S 722416 722419 716595 0 -1 4194304 218 239 0 0 0 0 0 0 20 0 1 0 143079160 10170368 672 134679101440 94833576960000 94833578039320 140720575160656 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94833580137776 94833580184964 94833595461632 140720575165356 140720575165483 140720575165483 140720575172550 0
/proc/722419/statm: 2483 672 592 264 0 134 0
[pid=722424] ppid=722419 vsize=15620332 memory=14485636 CPUtime=221.8 cores=5,7
/proc/722424/stat : 722424 (naps-1.02b5) R 722419 722419 716595 0 -1 4194304 1228041 0 0 0 21745 435 0 0 20 0 1 0 143079160 15995219968 3621409 134679101440 4194304 5746509 140723790722112 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 29212672 140723790726075 140723790726189 140723790726189 140723790733257 0
/proc/722424/statm: 3905083 3621409 421 379 0 3904617 0
Current children cumulated CPU time: 221.8 s
Current children cumulated vsize: 15630264 KiB

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

/proc/loadavg: 2.84 3.67 3.92 3/233 723267
/proc/meminfo: memFree=101736048/131655788 swapFree=131071996/131071996
[pid=722419] ppid=722416 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/722419/stat : 722419 (naps-1.02b5.sh) S 722416 722419 716595 0 -1 4194304 218 239 0 0 0 0 0 0 20 0 1 0 143079160 10170368 672 134679101440 94833576960000 94833578039320 140720575160656 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94833580137776 94833580184964 94833595461632 140720575165356 140720575165483 140720575165483 140720575172550 0
/proc/722419/statm: 2483 672 592 264 0 134 0
[pid=722424] ppid=722419 vsize=13553264 memory=13458996 CPUtime=281.66 cores=5,7
/proc/722424/stat : 722424 (naps-1.02b5) R 722419 722419 716595 0 -1 4194304 1391379 0 0 0 27681 485 0 0 20 0 1 0 143079160 13878542336 3364749 134679101440 4194304 5746509 140723790722112 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 29212672 140723790726075 140723790726189 140723790726189 140723790733257 0
/proc/722424/statm: 3388316 3364749 421 379 0 3387850 0
Current children cumulated CPU time: 281.66 s
Current children cumulated vsize: 13563196 KiB
Current children cumulated memory: 13461684 KiB

[startup+342.3 s]
/proc/loadavg: 1.98 3.28 3.77 2/223 723308
/proc/meminfo: memFree=113524412/131655788 swapFree=131071996/131071996
[pid=722419] ppid=722416 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/722419/stat : 722419 (naps-1.02b5.sh) S 722416 722419 716595 0 -1 4194304 218 239 0 0 0 0 0 0 20 0 1 0 143079160 10170368 672 134679101440 94833576960000 94833578039320 140720575160656 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94833580137776 94833580184964 94833595461632 140720575165356 140720575165483 140720575165483 140720575172550 0
/proc/722419/statm: 2483 672 592 264 0 134 0
[pid=722424] ppid=722419 vsize=16268212 memory=15702780 CPUtime=341.49 cores=5,7
/proc/722424/stat : 722424 (naps-1.02b5) R 722419 722419 716595 0 -1 4194304 1772943 0 0 0 33584 565 0 0 20 0 1 0 143079160 16658649088 3925695 134679101440 4194304 5746509 140723790722112 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 29212672 140723790726075 140723790726189 140723790726189 140723790733257 0
/proc/722424/statm: 4067053 3925695 421 379 0 4066587 0
Current children cumulated CPU time: 341.49 s
Current children cumulated vsize: 16278144 KiB
Current children cumulated memory: 15705468 KiB

[startup+402.3 s]
/proc/loadavg: 1.40 2.88 3.60 2/223 723318
/proc/meminfo: memFree=111973884/131655788 swapFree=131071996/131071996
[pid=722419] ppid=722416 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/722419/stat : 722419 (naps-1.02b5.sh) S 722416 722419 716595 0 -1 4194304 218 239 0 0 0 0 0 0 20 0 1 0 143079160 10170368 672 134679101440 94833576960000 94833578039320 140720575160656 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94833580137776 94833580184964 94833595461632 140720575165356 140720575165483 140720575165483 140720575172550 0
/proc/722419/statm: 2483 672 592 264 0 134 0
[pid=722424] ppid=722419 vsize=17315168 memory=17250768 CPUtime=401.33 cores=5,7
/proc/722424/stat : 722424 (naps-1.02b5) R 722419 722419 716595 0 -1 4194304 2040272 0 0 0 39503 630 0 0 20 0 1 0 143079160 17730732032 4312692 134679101440 4194304 5746509 140723790722112 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 29212672 140723790726075 140723790726189 140723790726189 140723790733257 0
/proc/722424/statm: 4328792 4312692 421 379 0 4328326 0
Current children cumulated CPU time: 401.33 s
Current children cumulated vsize: 17325100 KiB
Current children cumulated memory: 17253456 KiB

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

# cumulated CPU time of all completed processes:  user=438.636 s, system=7.22796 s

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

[startup+409.6 s]
/proc/loadavg: 1.37 2.85 3.59 2/223 723320
/proc/meminfo: memFree=111776384/131655788 swapFree=131071996/131071996
[pid=722419] ppid=722416 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/722419/stat : 722419 (naps-1.02b5.sh) S 722416 722419 716595 0 -1 4194304 218 239 0 0 0 0 0 0 20 0 1 0 143079160 10170368 672 134679101440 94833576960000 94833578039320 140720575160656 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94833580137776 94833580184964 94833595461632 140720575165356 140720575165483 140720575165483 140720575172550 0
/proc/722419/statm: 2483 672 592 264 0 134 0
[pid=722424] ppid=722419 vsize=19250600 memory=17458272 CPUtime=408.61 cores=5,7
/proc/722424/stat : 722424 (naps-1.02b5) R 722419 722419 716595 0 -1 4194304 2076278 0 0 0 40220 641 0 0 20 0 1 0 143079160 19712614400 4364568 134679101440 4194304 5746509 140723790722112 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 29212672 140723790726075 140723790726189 140723790726189 140723790733257 0
/proc/722424/statm: 4812650 4364568 421 379 0 4812184 0
Current children cumulated CPU time: 408.61 s
Current children cumulated vsize: 19260532 KiB
Current children cumulated memory: 17460960 KiB

[startup+422.4 s]
/proc/loadavg: 1.29 2.76 3.54 2/223 723321
/proc/meminfo: memFree=111394336/131655788 swapFree=131071996/131071996
[pid=722419] ppid=722416 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/722419/stat : 722419 (naps-1.02b5.sh) S 722416 722419 716595 0 -1 4194304 218 239 0 0 0 0 0 0 20 0 1 0 143079160 10170368 672 134679101440 94833576960000 94833578039320 140720575160656 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94833580137776 94833580184964 94833595461632 140720575165356 140720575165483 140720575165483 140720575172550 0
/proc/722419/statm: 2483 672 592 264 0 134 0
[pid=722424] ppid=722419 vsize=19501572 memory=17832668 CPUtime=421.38 cores=5,7
/proc/722424/stat : 722424 (naps-1.02b5) R 722419 722419 716595 0 -1 4194304 2140923 0 0 0 41481 657 0 0 20 0 1 0 143079160 19969609728 4458167 134679101440 4194304 5746509 140723790722112 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 29212672 140723790726075 140723790726189 140723790726189 140723790733257 0
/proc/722424/statm: 4875393 4458167 421 379 0 4874927 0
Current children cumulated CPU time: 421.38 s
Current children cumulated vsize: 19511504 KiB
Current children cumulated memory: 17835356 KiB

[startup+435.2 s]
/proc/loadavg: 1.22 2.67 3.50 2/223 723325
/proc/meminfo: memFree=110969772/131655788 swapFree=131071996/131071996
[pid=722419] ppid=722416 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/722419/stat : 722419 (naps-1.02b5.sh) S 722416 722419 716595 0 -1 4194304 218 239 0 0 0 0 0 0 20 0 1 0 143079160 10170368 672 134679101440 94833576960000 94833578039320 140720575160656 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94833580137776 94833580184964 94833595461632 140720575165356 140720575165483 140720575165483 140720575172550 0
/proc/722419/statm: 2483 672 592 264 0 134 0
[pid=722424] ppid=722419 vsize=19786936 memory=18257476 CPUtime=434.13 cores=5,7
/proc/722424/stat : 722424 (naps-1.02b5) R 722419 722419 716595 0 -1 4194304 2212696 0 0 0 42740 673 0 0 20 0 1 0 143079160 20261822464 4564369 134679101440 4194304 5746509 140723790722112 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 29212672 140723790726075 140723790726189 140723790726189 140723790733257 0
/proc/722424/statm: 4946734 4564369 421 379 0 4946268 0
Current children cumulated CPU time: 434.13 s
Current children cumulated vsize: 19796868 KiB
Current children cumulated memory: 18260164 KiB

[startup+441.6 s]
/proc/loadavg: 1.21 2.64 3.49 2/223 723325
/proc/meminfo: memFree=110705900/131655788 swapFree=131071996/131071996
[pid=722419] ppid=722416 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/722419/stat : 722419 (naps-1.02b5.sh) S 722416 722419 716595 0 -1 4194304 218 239 0 0 0 0 0 0 20 0 1 0 143079160 10170368 672 134679101440 94833576960000 94833578039320 140720575160656 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94833580137776 94833580184964 94833595461632 140720575165356 140720575165483 140720575165483 140720575172550 0
/proc/722419/statm: 2483 672 592 264 0 134 0
[pid=722424] ppid=722419 vsize=19972496 memory=18533092 CPUtime=440.52 cores=5,7
/proc/722424/stat : 722424 (naps-1.02b5) R 722419 722419 716595 0 -1 4194304 2259915 0 0 0 43369 683 0 0 20 0 1 0 143079160 20451835904 4633273 134679101440 4194304 5746509 140723790722112 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 29212672 140723790726075 140723790726189 140723790726189 140723790733257 0
/proc/722424/statm: 4993124 4633273 421 379 0 4992658 0
Current children cumulated CPU time: 440.52 s
Current children cumulated vsize: 19982428 KiB
Current children cumulated memory: 18535780 KiB

[startup+444.8 s]
/proc/loadavg: 1.21 2.64 3.49 2/223 723327
/proc/meminfo: memFree=110588236/131655788 swapFree=131071996/131071996
[pid=722419] ppid=722416 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/722419/stat : 722419 (naps-1.02b5.sh) S 722416 722419 716595 0 -1 4194304 218 239 0 0 0 0 0 0 20 0 1 0 143079160 10170368 672 134679101440 94833576960000 94833578039320 140720575160656 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94833580137776 94833580184964 94833595461632 140720575165356 140720575165483 140720575165483 140720575172550 0
/proc/722419/statm: 2483 672 592 264 0 134 0
[pid=722424] ppid=722419 vsize=20057172 memory=18662012 CPUtime=443.71 cores=5,7
/proc/722424/stat : 722424 (naps-1.02b5) R 722419 722419 716595 0 -1 4194304 2281580 0 0 0 43683 688 0 0 20 0 1 0 143079160 20538544128 4665503 134679101440 4194304 5746509 140723790722112 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 29212672 140723790726075 140723790726189 140723790726189 140723790733257 0
/proc/722424/statm: 5014293 4665503 421 379 0 5013827 0
Current children cumulated CPU time: 443.71 s
Current children cumulated vsize: 20067104 KiB
Current children cumulated memory: 18664700 KiB

[startup+445.6 s]
/proc/loadavg: 1.27 2.63 3.48 2/223 723327
/proc/meminfo: memFree=110546240/131655788 swapFree=131071996/131071996
[pid=722419] ppid=722416 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/722419/stat : 722419 (naps-1.02b5.sh) S 722416 722419 716595 0 -1 4194304 218 239 0 0 0 0 0 0 20 0 1 0 143079160 10170368 672 134679101440 94833576960000 94833578039320 140720575160656 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94833580137776 94833580184964 94833595461632 140720575165356 140720575165483 140720575165483 140720575172550 0
/proc/722419/statm: 2483 672 592 264 0 134 0
[pid=722424] ppid=722419 vsize=20076828 memory=18691768 CPUtime=444.5 cores=5,7
/proc/722424/stat : 722424 (naps-1.02b5) R 722419 722419 716595 0 -1 4194304 2286625 0 0 0 43762 688 0 0 20 0 1 0 143079160 20558671872 4672942 134679101440 4194304 5746509 140723790722112 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 29212672 140723790726075 140723790726189 140723790726189 140723790733257 0
/proc/722424/statm: 5019207 4672942 421 379 0 5018741 0
Current children cumulated CPU time: 444.5 s
Current children cumulated vsize: 20086760 KiB
Current children cumulated memory: 18694456 KiB

[startup+446.4 s]
/proc/loadavg: 1.27 2.63 3.48 2/223 723327
/proc/meminfo: memFree=110503820/131655788 swapFree=131071996/131071996
[pid=722419] ppid=722416 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/722419/stat : 722419 (naps-1.02b5.sh) S 722416 722419 716595 0 -1 4194304 218 239 0 0 0 0 0 0 20 0 1 0 143079160 10170368 672 134679101440 94833576960000 94833578039320 140720575160656 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94833580137776 94833580184964 94833595461632 140720575165356 140720575165483 140720575165483 140720575172550 0
/proc/722419/statm: 2483 672 592 264 0 134 0
[pid=722424] ppid=722419 vsize=20104680 memory=18731992 CPUtime=445.31 cores=5,7
/proc/722424/stat : 722424 (naps-1.02b5) R 722419 722419 716595 0 -1 4194304 2293619 0 0 0 43841 690 0 0 20 0 1 0 143079160 20587192320 4682998 134679101440 4194304 5746509 140723790722112 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 29212672 140723790726075 140723790726189 140723790726189 140723790733257 0
/proc/722424/statm: 5026170 4682998 421 379 0 5025704 0
Current children cumulated CPU time: 445.31 s
Current children cumulated vsize: 20114612 KiB
Current children cumulated memory: 18734680 KiB

[startup+446.8 s]
/proc/loadavg: 1.27 2.63 3.48 2/223 723327
/proc/meminfo: memFree=110503820/131655788 swapFree=131071996/131071996
[pid=722419] ppid=722416 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/722419/stat : 722419 (naps-1.02b5.sh) S 722416 722419 716595 0 -1 4194304 218 239 0 0 0 0 0 0 20 0 1 0 143079160 10170368 672 134679101440 94833576960000 94833578039320 140720575160656 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94833580137776 94833580184964 94833595461632 140720575165356 140720575165483 140720575165483 140720575172550 0
/proc/722419/statm: 2483 672 592 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2688 KiB

[startup+446.9 s]
/proc/loadavg: 1.27 2.63 3.48 2/223 723327
/proc/meminfo: memFree=110503820/131655788 swapFree=131071996/131071996
[pid=722419] ppid=722416 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/722419/stat : 722419 (naps-1.02b5.sh) S 722416 722419 716595 0 -1 4194304 218 239 0 0 0 0 0 0 20 0 1 0 143079160 10170368 672 134679101440 94833576960000 94833578039320 140720575160656 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94833580137776 94833580184964 94833595461632 140720575165356 140720575165483 140720575165483 140720575172550 0
/proc/722419/statm: 2483 672 592 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2688 KiB

Child status: 0

Real time (s): 446.944
CPU time (s): 445.864
CPU user time (s): 438.636
CPU system time (s): 7.22796
CPU usage (%): 99.7582
Max. virtual memory (cumulated for all children) (KiB): 20119740
Max. memory (cumulated for all children) (KiB): 18743804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 438.636
system time used= 7.22797
maximum resident set size= 18741916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2295638
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= 114
involuntary context switches= 469


# summary of solver processes directly reported to runsolver:
#   pid: 722419
#   total CPU time (s): 445.864
#   total CPU user time (s): 438.636
#   total CPU system time (s): 7.22796

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.51531 second user time and 4.35149 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-14 00:20:43
IDJOB=4427165
IDBENCH=144136
IDSOLVER=3045
FILE ID=nodeC003/4427165-1720909230
RUNJOBID= nodeC003-1720905424-718805
SLURM_JOB_ID= 7486069
Free space on /tmp= 723732 MiB

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

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

MD5SUM BENCH= 997078d0f46188c46d8061e8f06b5aa8
RANDOM SEED=2035624634

nodeC003.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	: 0xb00001f
cpu MHz		: 3552.251
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.76
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	: 0xb00001f
cpu MHz		: 3659.870
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
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	: 0xb00001f
cpu MHz		: 1197.249
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.76
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	: 0xb00001f
cpu MHz		: 1197.347
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
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	: 0xb00001f
cpu MHz		: 3491.881
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.76
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	: 0xb00001f
cpu MHz		: 3508.737
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
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	: 0xb00001f
cpu MHz		: 1197.399
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.76
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	: 0xb00001f
cpu MHz		: 1197.227
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        97818584 kB
MemAvailable:   98535540 kB
Buffers:          346828 kB
Cached:          1207652 kB
SwapCached:            0 kB
Active:           521440 kB
Inactive:       32731368 kB
Active(anon):       1508 kB
Inactive(anon): 31734516 kB
Active(file):     519932 kB
Inactive(file):   996852 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             34852 kB
Writeback:             0 kB
AnonPages:      31698300 kB
Mapped:           107244 kB
Shmem:             37704 kB
KReclaimable:      80408 kB
Slab:             173328 kB
SReclaimable:      80408 kB
SUnreclaim:        92920 kB
KernelStack:        3996 kB
PageTables:        71136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   36704884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            46432 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8388608 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:      207688 kB
DirectMap2M:     9134080 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 723748 MiB
End job on nodeC003 at 2024-07-14 00:28:10