Trace number 4456338

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? 385.327 386.198

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
scens/normalized-scen08reduc_wcsp.wbo
MD5SUM6173017921cf4cdc7f10e0dda09f7db9
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables14194
Total number of constraints1450105
Number of soft constraints1449740
Number of constraints which are clauses1449740
Number of constraints which are cardinality constraints (but not clauses)365
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 262
Min constraint cost 1
Max constraint cost 30
Sum of constraints costs 6361774
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-4456338-1721719075.wbo
384.91/385.80	c malloc failed in xmalloc
384.91/385.80	c 
384.91/385.80	c *** TERMINATED *** by signal 15
384.91/385.80	s UNKNOWN
384.91/385.80	c _____________________________________________________________________________
384.91/385.80	c 
384.91/385.80	c std/band forms        : 365,0
384.91/385.80	c 2cl/3cl ITE-codings   : 13464,0
384.91/385.80	c BDD/srt/adr Max costs : 85,0,0
384.91/385.80	c BDDraw/bin/mul/srt/adr: 365,0,0,0,0
384.91/385.80	c BDD nodes             : 27658
384.91/385.80	c Es1/CC detections     : 0,0
384.91/385.80	c SAT/UNSAT calls       : 0,0
384.91/385.80	c regenrated variables  : 0
384.91/385.80	c restarts              : 0
384.91/385.80	c conflicts             : 0              (0 /sec)
384.91/385.80	c decisions             : 0              (0 /sec)
384.91/385.80	c propagations          : 0              (0 /sec)
384.91/385.80	c inspects              : 0              (0 /sec)
384.91/385.80	c CPU time (solving tm) : 377.6 s        (0 s)
384.91/385.80	c Time for Opt-base     : 9.874 s
384.91/385.80	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64096 MiB (59101 MiB free)
  memory of node 1: 64473 MiB (61141 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456338-1721719075/watcher-4456338-1721719075 -o /tmp/evaluation-result-4456338-1721719075/solver-4456338-1721719075 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721718429-79039 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4456338-1721719075.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
Current StackSize limit: 8192 KiB

solver pid=79826, runsolver pid=79823

[startup+0.100099 s]*
/proc/loadavg: 4.10 3.91 2.98 5/246 79831
/proc/meminfo: memFree=123118752/131655788 swapFree=131071996/131071996
[pid=79826] ppid=79823 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/79826/stat : 79826 (naps-1.02b5.sh) S 79823 79826 79028 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 7896391 10170368 674 134679101440 94155415576576 94155416655896 140736851322640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94155418754352 94155418801540 94155444371456 140736851330015 140736851330142 140736851330142 140736851337158 0
/proc/79826/statm: 2483 674 596 264 0 134 0
[pid=79831] ppid=79826 vsize=15628 memory=10064 CPUtime=0.1 cores=4,6
/proc/79831/stat : 79831 (naps-1.02b5) R 79826 79826 79028 0 -1 4194304 2259 0 0 0 10 0 0 0 20 0 1 0 7896391 16003072 2516 134679101440 4194304 5746509 140725602615216 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20656128 140725602624494 140725602624608 140725602624608 140725602631625 0
/proc/79831/statm: 3907 2516 405 379 0 3441 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 25560 KiB
Current children cumulated memory: 12760 KiB

[startup+0.21309 s]*
/proc/loadavg: 4.10 3.91 2.98 5/246 79831
/proc/meminfo: memFree=123106620/131655788 swapFree=131071996/131071996
[pid=79826] ppid=79823 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/79826/stat : 79826 (naps-1.02b5.sh) S 79823 79826 79028 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 7896391 10170368 674 134679101440 94155415576576 94155416655896 140736851322640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94155418754352 94155418801540 94155444371456 140736851330015 140736851330142 140736851330142 140736851337158 0
/proc/79826/statm: 2483 674 596 264 0 134 0
[pid=79831] ppid=79826 vsize=23248 memory=17644 CPUtime=0.2 cores=4,6
/proc/79831/stat : 79831 (naps-1.02b5) R 79826 79826 79028 0 -1 4194304 4204 0 0 0 20 0 0 0 20 0 1 0 7896391 23805952 4411 134679101440 4194304 5746509 140725602615216 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20656128 140725602624494 140725602624608 140725602624608 140725602631625 0
/proc/79831/statm: 5812 4411 405 379 0 5346 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 33180 KiB
Current children cumulated memory: 20340 KiB

[startup+0.312987 s]*
/proc/loadavg: 4.10 3.91 2.98 5/246 79831
/proc/meminfo: memFree=123099440/131655788 swapFree=131071996/131071996
[pid=79826] ppid=79823 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/79826/stat : 79826 (naps-1.02b5.sh) S 79823 79826 79028 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 7896391 10170368 674 134679101440 94155415576576 94155416655896 140736851322640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94155418754352 94155418801540 94155444371456 140736851330015 140736851330142 140736851330142 140736851337158 0
/proc/79826/statm: 2483 674 596 264 0 134 0
[pid=79831] ppid=79826 vsize=28728 memory=23680 CPUtime=0.3 cores=4,6
/proc/79831/stat : 79831 (naps-1.02b5) R 79826 79826 79028 0 -1 4194304 5873 0 0 0 30 0 0 0 20 0 1 0 7896391 29417472 5920 134679101440 4194304 5746509 140725602615216 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20656128 140725602624494 140725602624608 140725602624608 140725602631625 0
/proc/79831/statm: 7182 5920 405 379 0 6716 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 38660 KiB
Current children cumulated memory: 26376 KiB

[startup+0.700425 s]
/proc/loadavg: 4.10 3.91 2.98 6/246 79831
/proc/meminfo: memFree=123083888/131655788 swapFree=131071996/131071996
[pid=79826] ppid=79823 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/79826/stat : 79826 (naps-1.02b5.sh) S 79823 79826 79028 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 7896391 10170368 674 134679101440 94155415576576 94155416655896 140736851322640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94155418754352 94155418801540 94155444371456 140736851330015 140736851330142 140736851330142 140736851337158 0
/proc/79826/statm: 2483 674 596 264 0 134 0
[pid=79831] ppid=79826 vsize=54176 memory=49240 CPUtime=0.69 cores=4,6
/proc/79831/stat : 79831 (naps-1.02b5) R 79826 79826 79028 0 -1 4194304 12161 0 0 0 67 2 0 0 20 0 1 0 7896391 55476224 12310 134679101440 4194304 5746509 140725602615216 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20656128 140725602624494 140725602624608 140725602624608 140725602631625 0
/proc/79831/statm: 13544 12310 405 379 0 13078 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 64108 KiB
Current children cumulated memory: 51936 KiB

[startup+1.50044 s]
/proc/loadavg: 4.10 3.91 2.98 5/246 79831
/proc/meminfo: memFree=123050844/131655788 swapFree=131071996/131071996
[pid=79826] ppid=79823 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/79826/stat : 79826 (naps-1.02b5.sh) S 79823 79826 79028 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 7896391 10170368 674 134679101440 94155415576576 94155416655896 140736851322640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94155418754352 94155418801540 94155444371456 140736851330015 140736851330142 140736851330142 140736851337158 0
/proc/79826/statm: 2483 674 596 264 0 134 0
[pid=79831] ppid=79826 vsize=112284 memory=102776 CPUtime=1.48 cores=4,6
/proc/79831/stat : 79831 (naps-1.02b5) R 79826 79826 79028 0 -1 4194304 24767 0 0 0 144 4 0 0 20 0 1 0 7896391 114978816 25694 134679101440 4194304 5746509 140725602615216 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20656128 140725602624494 140725602624608 140725602624608 140725602631625 0
/proc/79831/statm: 28071 25694 405 379 0 27605 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 122216 KiB
Current children cumulated memory: 105472 KiB

[startup+3.11258 s]
/proc/loadavg: 4.17 3.93 2.99 5/246 79831
/proc/meminfo: memFree=122946352/131655788 swapFree=131071996/131071996
[pid=79826] ppid=79823 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/79826/stat : 79826 (naps-1.02b5.sh) S 79823 79826 79028 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 7896391 10170368 674 134679101440 94155415576576 94155416655896 140736851322640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94155418754352 94155418801540 94155444371456 140736851330015 140736851330142 140736851330142 140736851337158 0
/proc/79826/statm: 2483 674 596 264 0 134 0
[pid=79831] ppid=79826 vsize=240748 memory=215800 CPUtime=3.09 cores=4,6
/proc/79831/stat : 79831 (naps-1.02b5) R 79826 79826 79028 0 -1 4194304 47938 0 0 0 299 10 0 0 20 0 1 0 7896391 246525952 53950 134679101440 4194304 5746509 140725602615216 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20656128 140725602624494 140725602624608 140725602624608 140725602631625 0
/proc/79831/statm: 60187 53950 405 379 0 59721 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 250680 KiB
Current children cumulated memory: 218496 KiB

[startup+6.30041 s]
/proc/loadavg: 4.17 3.93 2.99 5/246 79831
/proc/meminfo: memFree=122707668/131655788 swapFree=131071996/131071996
[pid=79826] ppid=79823 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/79826/stat : 79826 (naps-1.02b5.sh) S 79823 79826 79028 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 7896391 10170368 674 134679101440 94155415576576 94155416655896 140736851322640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94155418754352 94155418801540 94155444371456 140736851330015 140736851330142 140736851330142 140736851337158 0
/proc/79826/statm: 2483 674 596 264 0 134 0
[pid=79831] ppid=79826 vsize=459828 memory=434956 CPUtime=6.27 cores=4,6
/proc/79831/stat : 79831 (naps-1.02b5) R 79826 79826 79028 0 -1 4194304 81573 0 0 0 609 18 0 0 20 0 1 0 7896391 470863872 108739 134679101440 4194304 5746509 140725602615216 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20656128 140725602624494 140725602624608 140725602624608 140725602631625 0
/proc/79831/statm: 114957 108739 405 379 0 114491 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 469760 KiB
Current children cumulated memory: 437652 KiB

[startup+12.7004 s]
/proc/loadavg: 4.15 3.93 3.00 5/246 79832
/proc/meminfo: memFree=121564960/131655788 swapFree=131071996/131071996
[pid=79826] ppid=79823 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/79826/stat : 79826 (naps-1.02b5.sh) S 79823 79826 79028 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 7896391 10170368 674 134679101440 94155415576576 94155416655896 140736851322640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94155418754352 94155418801540 94155444371456 140736851330015 140736851330142 140736851330142 140736851337158 0
/proc/79826/statm: 2483 674 596 264 0 134 0
[pid=79831] ppid=79826 vsize=1615760 memory=1558348 CPUtime=12.66 cores=4,6
/proc/79831/stat : 79831 (naps-1.02b5) R 79826 79826 79028 0 -1 4194304 285975 0 0 0 1214 52 0 0 20 0 1 0 7896391 1654538240 389587 134679101440 4194304 5746509 140725602615216 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20656128 140725602624494 140725602624608 140725602624608 140725602631625 0
/proc/79831/statm: 403940 389587 421 379 0 403474 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 1625692 KiB
Current children cumulated memory: 1561044 KiB

[startup+25.5005 s]
/proc/loadavg: 4.12 3.94 3.01 5/246 79834
/proc/meminfo: memFree=121666432/131655788 swapFree=131071996/131071996
[pid=79826] ppid=79823 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/79826/stat : 79826 (naps-1.02b5.sh) S 79823 79826 79028 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 7896391 10170368 674 134679101440 94155415576576 94155416655896 140736851322640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94155418754352 94155418801540 94155444371456 140736851330015 140736851330142 140736851330142 140736851337158 0
/proc/79826/statm: 2483 674 596 264 0 134 0
[pid=79831] ppid=79826 vsize=1514012 memory=1460140 CPUtime=25.43 cores=4,6
/proc/79831/stat : 79831 (naps-1.02b5) R 79826 79826 79028 0 -1 4194304 286381 0 0 0 2491 52 0 0 20 0 1 0 7896391 1550348288 365035 134679101440 4194304 5746509 140725602615216 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20656128 140725602624494 140725602624608 140725602624608 140725602631625 0
/proc/79831/statm: 378503 365035 421 379 0 378037 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 1523944 KiB
Current children cumulated memory: 1462836 KiB

[startup+51.1127 s]
/proc/loadavg: 4.16 3.96 3.04 5/246 79838
/proc/meminfo: memFree=118248812/131655788 swapFree=131071996/131071996
[pid=79826] ppid=79823 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/79826/stat : 79826 (naps-1.02b5.sh) S 79823 79826 79028 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 7896391 10170368 674 134679101440 94155415576576 94155416655896 140736851322640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94155418754352 94155418801540 94155444371456 140736851330015 140736851330142 140736851330142 140736851337158 0
/proc/79826/statm: 2483 674 596 264 0 134 0
[pid=79831] ppid=79826 vsize=5114552 memory=4859280 CPUtime=50.99 cores=4,6
/proc/79831/stat : 79831 (naps-1.02b5) R 79826 79826 79028 0 -1 4194304 511510 0 0 0 4952 147 0 0 20 0 1 0 7896391 5237301248 1214820 134679101440 4194304 5746509 140725602615216 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20656128 140725602624494 140725602624608 140725602624608 140725602631625 0
/proc/79831/statm: 1278638 1214820 421 379 0 1278172 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 5124484 KiB
Current children cumulated memory: 4861976 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 3.98 3.11 5/246 79848
/proc/meminfo: memFree=115977376/131655788 swapFree=131071996/131071996
[pid=79826] ppid=79823 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/79826/stat : 79826 (naps-1.02b5.sh) S 79823 79826 79028 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 7896391 10170368 674 134679101440 94155415576576 94155416655896 140736851322640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94155418754352 94155418801540 94155444371456 140736851330015 140736851330142 140736851330142 140736851337158 0
/proc/79826/statm: 2483 674 596 264 0 134 0
[pid=79831] ppid=79826 vsize=7266580 memory=7203284 CPUtime=102.07 cores=4,6
/proc/79831/stat : 79831 (naps-1.02b5) R 79826 79826 79028 0 -1 4194304 795533 0 0 0 9946 261 0 0 20 0 1 0 7896391 7440977920 1800821 134679101440 4194304 5746509 140725602615216 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20656128 140725602624494 140725602624608 140725602624608 140725602631625 0
/proc/79831/statm: 1816645 1800821 421 379 0 1816179 0
Current children cumulated CPU time: 102.07 s
Current children cumulated vsize: 7276512 KiB
Current children cumulated memory: 7205980 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.01 3.17 5/247 79862
/proc/meminfo: memFree=113011496/131655788 swapFree=131071996/131071996
[pid=79826] ppid=79823 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/79826/stat : 79826 (naps-1.02b5.sh) S 79823 79826 79028 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 7896391 10170368 674 134679101440 94155415576576 94155416655896 140736851322640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94155418754352 94155418801540 94155444371456 140736851330015 140736851330142 140736851330142 140736851337158 0
/proc/79826/statm: 2483 674 596 264 0 134 0
[pid=79831] ppid=79826 vsize=10560196 memory=10093216 CPUtime=161.94 cores=4,6
/proc/79831/stat : 79831 (naps-1.02b5) R 79826 79826 79028 0 -1 4194304 1283045 0 0 0 15825 369 0 0 20 0 1 0 7896391 10813640704 2523304 134679101440 4194304 5746509 140725602615216 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20656128 140725602624494 140725602624608 140725602624608 140725602631625 0
/proc/79831/statm: 2640049 2523304 421 379 0 2639583 0
Current children cumulated CPU time: 161.94 s
Current children cumulated vsize: 10570128 KiB
Current children cumulated memory: 10095912 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.04 3.24 5/247 79873
/proc/meminfo: memFree=109207712/131655788 swapFree=131071996/131071996
[pid=79826] ppid=79823 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/79826/stat : 79826 (naps-1.02b5.sh) S 79823 79826 79028 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 7896391 10170368 674 134679101440 94155415576576 94155416655896 140736851322640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94155418754352 94155418801540 94155444371456 140736851330015 140736851330142 140736851330142 140736851337158 0
/proc/79826/statm: 2483 674 596 264 0 134 0
[pid=79831] ppid=79826 vsize=13990564 memory=13881760 CPUtime=221.82 cores=4,6
/proc/79831/stat : 79831 (naps-1.02b5) R 79826 79826 79028 0 -1 4194304 1472807 0 0 0 21657 525 0 0 20 0 1 0 7896391 14326337536 3470440 134679101440 4194304 5746509 140725602615216 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20656128 140725602624494 140725602624608 140725602624608 140725602631625 0
/proc/79831/statm: 3497641 3470440 421 379 0 3497175 0
Current children cumulated CPU time: 221.82 s
Current children cumulated vsize: 14000496 KiB
Current children cumulated memory: 13884456 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.05 3.30 5/247 79883
/proc/meminfo: memFree=100641256/131655788 swapFree=131071996/131071996
[pid=79826] ppid=79823 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/79826/stat : 79826 (naps-1.02b5.sh) S 79823 79826 79028 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 7896391 10170368 674 134679101440 94155415576576 94155416655896 140736851322640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94155418754352 94155418801540 94155444371456 140736851330015 140736851330142 140736851330142 140736851337158 0
/proc/79826/statm: 2483 674 596 264 0 134 0
[pid=79831] ppid=79826 vsize=16290420 memory=15521888 CPUtime=281.7 cores=4,6
/proc/79831/stat : 79831 (naps-1.02b5) R 79826 79826 79028 0 -1 4194304 1753374 0 0 0 27576 594 0 0 20 0 1 0 7896391 16681390080 3880472 134679101440 4194304 5746509 140725602615216 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20656128 140725602624494 140725602624608 140725602624608 140725602631625 0
/proc/79831/statm: 4072605 3880472 421 379 0 4072139 0
Current children cumulated CPU time: 281.7 s
Current children cumulated vsize: 16300352 KiB
Current children cumulated memory: 15524584 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.05 3.35 5/247 79894
/proc/meminfo: memFree=96868676/131655788 swapFree=131071996/131071996
[pid=79826] ppid=79823 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/79826/stat : 79826 (naps-1.02b5.sh) S 79823 79826 79028 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 7896391 10170368 674 134679101440 94155415576576 94155416655896 140736851322640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94155418754352 94155418801540 94155444371456 140736851330015 140736851330142 140736851330142 140736851337158 0
/proc/79826/statm: 2483 674 596 264 0 134 0
[pid=79831] ppid=79826 vsize=17647280 memory=17542544 CPUtime=341.53 cores=4,6
/proc/79831/stat : 79831 (naps-1.02b5) R 79826 79826 79028 0 -1 4194304 2099088 0 0 0 33484 669 0 0 20 0 1 0 7896391 18070814720 4385636 134679101440 4194304 5746509 140725602615216 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20656128 140725602624494 140725602624608 140725602624608 140725602631625 0
/proc/79831/statm: 4411820 4385636 421 379 0 4411354 0
Current children cumulated CPU time: 341.53 s
Current children cumulated vsize: 17657212 KiB
Current children cumulated memory: 17545240 KiB

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

# cumulated CPU time of all completed processes:  user=377.627 s, system=7.69976 s

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

[startup+358.4 s]
/proc/loadavg: 4.09 4.05 3.36 5/247 79897
/proc/meminfo: memFree=90517744/131655788 swapFree=131071996/131071996
[pid=79826] ppid=79823 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/79826/stat : 79826 (naps-1.02b5.sh) S 79823 79826 79028 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 7896391 10170368 674 134679101440 94155415576576 94155416655896 140736851322640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94155418754352 94155418801540 94155444371456 140736851330015 140736851330142 140736851330142 140736851337158 0
/proc/79826/statm: 2483 674 596 264 0 134 0
[pid=79831] ppid=79826 vsize=19849748 memory=18145724 CPUtime=357.58 cores=4,6
/proc/79831/stat : 79831 (naps-1.02b5) R 79826 79826 79028 0 -1 4194304 2202895 0 0 0 35062 696 0 0 20 0 1 0 7896391 20326141952 4536431 134679101440 4194304 5746509 140725602615216 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20656128 140725602624494 140725602624608 140725602624608 140725602631625 0
/proc/79831/statm: 4962437 4536431 421 379 0 4961971 0
Current children cumulated CPU time: 357.58 s
Current children cumulated vsize: 19859680 KiB
Current children cumulated memory: 18148420 KiB

[startup+371.2 s]
/proc/loadavg: 4.08 4.05 3.37 5/247 79899
/proc/meminfo: memFree=90079144/131655788 swapFree=131071996/131071996
[pid=79826] ppid=79823 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/79826/stat : 79826 (naps-1.02b5.sh) S 79823 79826 79028 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 7896391 10170368 674 134679101440 94155415576576 94155416655896 140736851322640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94155418754352 94155418801540 94155444371456 140736851330015 140736851330142 140736851330142 140736851337158 0
/proc/79826/statm: 2483 674 596 264 0 134 0
[pid=79831] ppid=79826 vsize=20150808 memory=18594012 CPUtime=370.35 cores=4,6
/proc/79831/stat : 79831 (naps-1.02b5) R 79826 79826 79028 0 -1 4194304 2279584 0 0 0 36325 710 0 0 20 0 1 0 7896391 20634427392 4648503 134679101440 4194304 5746509 140725602615216 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20656128 140725602624494 140725602624608 140725602624608 140725602631625 0
/proc/79831/statm: 5037702 4648503 421 379 0 5037236 0
Current children cumulated CPU time: 370.35 s
Current children cumulated vsize: 20160740 KiB
Current children cumulated memory: 18596708 KiB

[startup+377.6 s]
/proc/loadavg: 4.07 4.05 3.37 5/247 79901
/proc/meminfo: memFree=89913956/131655788 swapFree=131071996/131071996
[pid=79826] ppid=79823 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/79826/stat : 79826 (naps-1.02b5.sh) S 79823 79826 79028 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 7896391 10170368 674 134679101440 94155415576576 94155416655896 140736851322640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94155418754352 94155418801540 94155444371456 140736851330015 140736851330142 140736851330142 140736851337158 0
/proc/79826/statm: 2483 674 596 264 0 134 0
[pid=79831] ppid=79826 vsize=20286336 memory=18794924 CPUtime=376.73 cores=4,6
/proc/79831/stat : 79831 (naps-1.02b5) R 79826 79826 79028 0 -1 4194304 2313545 0 0 0 36956 717 0 0 20 0 1 0 7896391 20773208064 4698731 134679101440 4194304 5746509 140725602615216 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20656128 140725602624494 140725602624608 140725602624608 140725602631625 0
/proc/79831/statm: 5071584 4698731 421 379 0 5071118 0
Current children cumulated CPU time: 376.73 s
Current children cumulated vsize: 20296268 KiB
Current children cumulated memory: 18797620 KiB

[startup+380.8 s]
/proc/loadavg: 4.07 4.05 3.37 5/247 79901
/proc/meminfo: memFree=89769476/131655788 swapFree=131071996/131071996
[pid=79826] ppid=79823 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/79826/stat : 79826 (naps-1.02b5.sh) S 79823 79826 79028 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 7896391 10170368 674 134679101440 94155415576576 94155416655896 140736851322640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94155418754352 94155418801540 94155444371456 140736851330015 140736851330142 140736851330142 140736851337158 0
/proc/79826/statm: 2483 674 596 264 0 134 0
[pid=79831] ppid=79826 vsize=20372712 memory=18924468 CPUtime=379.92 cores=4,6
/proc/79831/stat : 79831 (naps-1.02b5) R 79826 79826 79028 0 -1 4194304 2335224 0 0 0 37270 722 0 0 20 0 1 0 7896391 20861657088 4731117 134679101440 4194304 5746509 140725602615216 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20656128 140725602624494 140725602624608 140725602624608 140725602631625 0
/proc/79831/statm: 5093178 4731117 421 379 0 5092712 0
Current children cumulated CPU time: 379.92 s
Current children cumulated vsize: 20382644 KiB
Current children cumulated memory: 18927164 KiB

[startup+384 s]*
/proc/loadavg: 4.06 4.04 3.38 5/247 79901
/proc/meminfo: memFree=92198068/131655788 swapFree=131071996/131071996
[pid=79826] ppid=79823 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/79826/stat : 79826 (naps-1.02b5.sh) S 79823 79826 79028 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 7896391 10170368 674 134679101440 94155415576576 94155416655896 140736851322640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94155418754352 94155418801540 94155444371456 140736851330015 140736851330142 140736851330142 140736851337158 0
/proc/79826/statm: 2483 674 596 264 0 134 0
[pid=79831] ppid=79826 vsize=20443112 memory=19027552 CPUtime=383.13 cores=4,6
/proc/79831/stat : 79831 (naps-1.02b5) R 79826 79826 79028 0 -1 4194304 2352857 0 0 0 37587 726 0 0 20 0 1 0 7896391 20933746688 4756888 134679101440 4194304 5746509 140725602615216 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20656128 140725602624494 140725602624608 140725602624608 140725602631625 0
/proc/79831/statm: 5110778 4756888 421 379 0 5110312 0
Current children cumulated CPU time: 383.13 s
Current children cumulated vsize: 20453044 KiB
Current children cumulated memory: 19030248 KiB

[startup+384.8 s]
/proc/loadavg: 4.06 4.04 3.38 5/247 79901
/proc/meminfo: memFree=92198068/131655788 swapFree=131071996/131071996
[pid=79826] ppid=79823 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/79826/stat : 79826 (naps-1.02b5.sh) S 79823 79826 79028 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 7896391 10170368 674 134679101440 94155415576576 94155416655896 140736851322640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94155418754352 94155418801540 94155444371456 140736851330015 140736851330142 140736851330142 140736851337158 0
/proc/79826/statm: 2483 674 596 264 0 134 0
[pid=79831] ppid=79826 vsize=20458092 memory=19050740 CPUtime=383.91 cores=4,6
/proc/79831/stat : 79831 (naps-1.02b5) R 79826 79826 79028 0 -1 4194304 2356614 0 0 0 37663 728 0 0 20 0 1 0 7896391 20949086208 4762685 134679101440 4194304 5746509 140725602615216 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20656128 140725602624494 140725602624608 140725602624608 140725602631625 0
/proc/79831/statm: 5114523 4762685 421 379 0 5114057 0
Current children cumulated CPU time: 383.91 s
Current children cumulated vsize: 20468024 KiB
Current children cumulated memory: 19053436 KiB

[startup+385.6 s]
/proc/loadavg: 4.06 4.04 3.38 5/247 79901
/proc/meminfo: memFree=92123628/131655788 swapFree=131071996/131071996
[pid=79826] ppid=79823 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/79826/stat : 79826 (naps-1.02b5.sh) S 79823 79826 79028 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 7896391 10170368 674 134679101440 94155415576576 94155416655896 140736851322640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94155418754352 94155418801540 94155444371456 140736851330015 140736851330142 140736851330142 140736851337158 0
/proc/79826/statm: 2483 674 596 264 0 134 0
[pid=79831] ppid=79826 vsize=20477188 memory=19080196 CPUtime=384.72 cores=4,6
/proc/79831/stat : 79831 (naps-1.02b5) R 79826 79826 79028 0 -1 4194304 2361407 0 0 0 37742 730 0 0 20 0 1 0 7896391 20968640512 4770049 134679101440 4194304 5746509 140725602615216 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20656128 140725602624494 140725602624608 140725602624608 140725602631625 0
/proc/79831/statm: 5119297 4770049 421 379 0 5118831 0
Current children cumulated CPU time: 384.72 s
Current children cumulated vsize: 20487120 KiB
Current children cumulated memory: 19082892 KiB

[startup+386 s]*
/proc/loadavg: 4.06 4.04 3.38 5/247 79901
/proc/meminfo: memFree=97877696/131655788 swapFree=131071996/131071996
[pid=79826] ppid=79823 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/79826/stat : 79826 (naps-1.02b5.sh) S 79823 79826 79028 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 7896391 10170368 674 134679101440 94155415576576 94155416655896 140736851322640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94155418754352 94155418801540 94155444371456 140736851330015 140736851330142 140736851330142 140736851337158 0
/proc/79826/statm: 2483 674 596 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2696 KiB

[startup+386.113 s]
/proc/loadavg: 4.06 4.04 3.38 5/247 79901
/proc/meminfo: memFree=97877696/131655788 swapFree=131071996/131071996
[pid=79826] ppid=79823 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/79826/stat : 79826 (naps-1.02b5.sh) S 79823 79826 79028 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 7896391 10170368 674 134679101440 94155415576576 94155416655896 140736851322640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94155418754352 94155418801540 94155444371456 140736851330015 140736851330142 140736851330142 140736851337158 0
/proc/79826/statm: 2483 674 596 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2696 KiB

Child status: 0

Real time (s): 386.198
CPU time (s): 385.327
CPU user time (s): 377.627
CPU system time (s): 7.69976
CPU usage (%): 99.7744
Max. virtual memory (cumulated for all children) (KiB): 20491344
Max. memory (cumulated for all children) (KiB): 19088876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 377.627
system time used= 7.69976
maximum resident set size= 19086520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2362942
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= 76
involuntary context switches= 487


# summary of solver processes directly reported to runsolver:
#   pid: 79826
#   total CPU time (s): 385.327
#   total CPU user time (s): 377.627
#   total CPU system time (s): 7.69976

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.2658 second user time and 3.70964 second system time

The end

Launcher Data

Begin job on nodeC002 at 2024-07-23 09:17:56
IDJOB=4456338
IDBENCH=143877
IDSOLVER=3045
FILE ID=nodeC002/4456338-1721719075
RUNJOBID= nodeC002-1721718429-79039
SLURM_JOB_ID= 7770412
Free space on /tmp= 723672 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen08reduc_wcsp.wbo
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4456338-1721719075/watcher-4456338-1721719075 -o /tmp/evaluation-result-4456338-1721719075/solver-4456338-1721719075 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721718429-79039 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4456338-1721719075.wbo

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

MD5SUM BENCH= 6173017921cf4cdc7f10e0dda09f7db9
RANDOM SEED=8072080

nodeC002.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		: 3670.520
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.43
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		: 3665.763
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.41
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.312
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.43
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.220
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.41
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		: 3015.807
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.43
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		: 3662.661
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.41
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.185
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.43
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.316
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.41
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        123128684 kB
MemAvailable:   127776876 kB
Buffers:          140024 kB
Cached:          5284564 kB
SwapCached:            0 kB
Active:           907700 kB
Inactive:        7015216 kB
Active(anon):       1492 kB
Inactive(anon):  2526352 kB
Active(file):     906208 kB
Inactive(file):  4488864 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            108536 kB
Writeback:             0 kB
AnonPages:       2497340 kB
Mapped:           103800 kB
Shmem:             29512 kB
KReclaimable:     186636 kB
Slab:             284612 kB
SReclaimable:     186636 kB
SUnreclaim:        97976 kB
KernelStack:        3952 kB
PageTables:        14236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    3034900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18016 kB
HardwareCorrupted:     0 kB
AnonHugePages:    882688 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:      254792 kB
DirectMap2M:    18524160 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 723668 MiB
End job on nodeC002 at 2024-07-23 09:24:22