Trace number 4427166

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? 483.227 484.592

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/graphs/
normalized-graph13_wcsp.wbo
MD5SUM3b3f4aa0f9e5bc80725226257d35d467
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark58089
Best CPU time to get the best result obtained on this benchmark3278.57
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables17588
Total number of constraints2800426
Number of soft constraints2799968
Number of constraints which are clauses2799968
Number of constraints which are cardinality constraints (but not clauses)458
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 1167526
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 719469320
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-4427166-1720909304.wbo
482.82/484.22	c malloc failed in xmalloc
482.82/484.22	c 
482.82/484.22	c *** TERMINATED *** by signal 15
482.82/484.22	s UNKNOWN
482.82/484.22	c _____________________________________________________________________________
482.82/484.22	c 
482.82/484.22	c std/band forms        : 458,0
482.82/484.22	c 2cl/3cl ITE-codings   : 16672,0
482.82/484.22	c BDD/srt/adr Max costs : 85,0,0
482.82/484.22	c BDDraw/bin/mul/srt/adr: 458,0,0,0,0
482.82/484.22	c BDD nodes             : 34260
482.82/484.22	c Es1/CC detections     : 0,0
482.82/484.22	c SAT/UNSAT calls       : 0,0
482.82/484.22	c regenrated variables  : 0
482.82/484.22	c restarts              : 0
482.82/484.22	c conflicts             : 0              (0 /sec)
482.82/484.22	c decisions             : 0              (0 /sec)
482.82/484.22	c propagations          : 0              (0 /sec)
482.82/484.22	c inspects              : 0              (0 /sec)
482.82/484.22	c CPU time (solving tm) : 475.4 s        (0 s)
482.82/484.22	c Time for Opt-base     : 103.2 s
482.82/484.22	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (40252 MiB free)
  memory of node 1: 64473 MiB (58471 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4427166-1720909304/watcher-4427166-1720909304 -o /tmp/evaluation-result-4427166-1720909304/solver-4427166-1720909304 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1720905420-726613 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4427166-1720909304.wbo 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.101035 s]*
/proc/loadavg: 4.13 4.17 4.14 5/260 729817
/proc/meminfo: memFree=101080852/131524600 swapFree=131071996/131071996
[pid=729812] ppid=729809 vsize=9932 memory=2752 CPUtime=0 cores=1,3
/proc/729812/stat : 729812 (naps-1.02b5.sh) S 729809 729812 724545 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 143094284 10170368 688 134679101440 94312090218496 94312091297816 140724448852896 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94312093396272 94312093443460 94312116195328 140724448859052 140724448859179 140724448859179 140724448866246 0
/proc/729812/statm: 2483 688 609 264 0 134 0
[pid=729817] ppid=729812 vsize=16780 memory=11360 CPUtime=0.09 cores=1,3
/proc/729817/stat : 729817 (naps-1.02b5) R 729812 729812 724545 0 -1 4194304 2650 0 0 0 9 0 0 0 20 0 1 0 143094284 17182720 2840 134679101440 4194304 5746509 140724715048672 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 6059216 6091920 20336640 140724715054011 140724715054125 140724715054125 140724715061193 0
/proc/729817/statm: 4195 2840 405 379 0 3729 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 26712 KiB
Current children cumulated memory: 14112 KiB

[startup+0.206018 s]*
/proc/loadavg: 4.13 4.17 4.14 5/260 729817
/proc/meminfo: memFree=101066116/131524600 swapFree=131071996/131071996
[pid=729812] ppid=729809 vsize=9932 memory=2752 CPUtime=0 cores=1,3
/proc/729812/stat : 729812 (naps-1.02b5.sh) S 729809 729812 724545 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 143094284 10170368 688 134679101440 94312090218496 94312091297816 140724448852896 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94312093396272 94312093443460 94312116195328 140724448859052 140724448859179 140724448859179 140724448866246 0
/proc/729812/statm: 2483 688 609 264 0 134 0
[pid=729817] ppid=729812 vsize=23556 memory=19872 CPUtime=0.18 cores=1,3
/proc/729817/stat : 729817 (naps-1.02b5) R 729812 729812 724545 0 -1 4194304 4260 0 0 0 18 0 0 0 20 0 1 0 143094284 24121344 4968 134679101440 4194304 5746509 140724715048672 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 6059216 6091920 20336640 140724715054011 140724715054125 140724715054125 140724715061193 0
/proc/729817/statm: 5889 4968 405 379 0 5423 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 33488 KiB
Current children cumulated memory: 22624 KiB

[startup+0.306019 s]*
/proc/loadavg: 4.13 4.17 4.14 6/260 729817
/proc/meminfo: memFree=101053848/131524600 swapFree=131071996/131071996
[pid=729812] ppid=729809 vsize=9932 memory=2752 CPUtime=0 cores=1,3
/proc/729812/stat : 729812 (naps-1.02b5.sh) S 729809 729812 724545 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 143094284 10170368 688 134679101440 94312090218496 94312091297816 140724448852896 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94312093396272 94312093443460 94312116195328 140724448859052 140724448859179 140724448859179 140724448866246 0
/proc/729812/statm: 2483 688 609 264 0 134 0
[pid=729817] ppid=729812 vsize=32100 memory=27024 CPUtime=0.28 cores=1,3
/proc/729817/stat : 729817 (naps-1.02b5) R 729812 729812 724545 0 -1 4194304 6216 0 0 0 27 1 0 0 20 0 1 0 143094284 32870400 6756 134679101440 4194304 5746509 140724715048672 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 6059216 6091920 20336640 140724715054011 140724715054125 140724715054125 140724715061193 0
/proc/729817/statm: 8025 6756 405 379 0 7559 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 42032 KiB
Current children cumulated memory: 29776 KiB

[startup+0.701035 s]
/proc/loadavg: 4.13 4.17 4.14 5/260 729817
/proc/meminfo: memFree=101028444/131524600 swapFree=131071996/131071996
[pid=729812] ppid=729809 vsize=9932 memory=2752 CPUtime=0 cores=1,3
/proc/729812/stat : 729812 (naps-1.02b5.sh) S 729809 729812 724545 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 143094284 10170368 688 134679101440 94312090218496 94312091297816 140724448852896 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94312093396272 94312093443460 94312116195328 140724448859052 140724448859179 140724448859179 140724448866246 0
/proc/729812/statm: 2483 688 609 264 0 134 0
[pid=729817] ppid=729812 vsize=55292 memory=50152 CPUtime=0.65 cores=1,3
/proc/729817/stat : 729817 (naps-1.02b5) R 729812 729812 724545 0 -1 4194304 11872 0 0 0 64 1 0 0 20 0 1 0 143094284 56619008 12538 134679101440 4194304 5746509 140724715048672 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 6059216 6091920 20336640 140724715054011 140724715054125 140724715054125 140724715061193 0
/proc/729817/statm: 13823 12538 405 379 0 13357 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 65224 KiB
Current children cumulated memory: 52904 KiB

[startup+1.50102 s]
/proc/loadavg: 4.13 4.17 4.14 5/260 729817
/proc/meminfo: memFree=100955196/131524600 swapFree=131071996/131071996
[pid=729812] ppid=729809 vsize=9932 memory=2752 CPUtime=0 cores=1,3
/proc/729812/stat : 729812 (naps-1.02b5.sh) S 729809 729812 724545 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 143094284 10170368 688 134679101440 94312090218496 94312091297816 140724448852896 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94312093396272 94312093443460 94312116195328 140724448859052 140724448859179 140724448859179 140724448866246 0
/proc/729812/statm: 2483 688 609 264 0 134 0
[pid=729817] ppid=729812 vsize=113476 memory=105428 CPUtime=1.45 cores=1,3
/proc/729817/stat : 729817 (naps-1.02b5) R 729812 729812 724545 0 -1 4194304 24912 0 0 0 141 4 0 0 20 0 1 0 143094284 116199424 26357 134679101440 4194304 5746509 140724715048672 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 6059216 6091920 20336640 140724715054011 140724715054125 140724715054125 140724715061193 0
/proc/729817/statm: 28369 26357 405 379 0 27903 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 123408 KiB
Current children cumulated memory: 108180 KiB

[startup+3.10547 s]
/proc/loadavg: 4.13 4.17 4.14 5/260 729817
/proc/meminfo: memFree=100656808/131524600 swapFree=131071996/131071996
[pid=729812] ppid=729809 vsize=9932 memory=2752 CPUtime=0 cores=1,3
/proc/729812/stat : 729812 (naps-1.02b5.sh) S 729809 729812 724545 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 143094284 10170368 688 134679101440 94312090218496 94312091297816 140724448852896 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94312093396272 94312093443460 94312116195328 140724448859052 140724448859179 140724448859179 140724448866246 0
/proc/729812/statm: 2483 688 609 264 0 134 0
[pid=729817] ppid=729812 vsize=241584 memory=217024 CPUtime=3.05 cores=1,3
/proc/729817/stat : 729817 (naps-1.02b5) R 729812 729812 724545 0 -1 4194304 47710 0 0 0 297 8 0 0 20 0 1 0 143094284 247382016 54256 134679101440 4194304 5746509 140724715048672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20336640 140724715054011 140724715054125 140724715054125 140724715061193 0
/proc/729817/statm: 60396 54256 405 379 0 59930 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 251516 KiB
Current children cumulated memory: 219776 KiB

[startup+6.30026 s]
/proc/loadavg: 4.20 4.19 4.15 5/260 729817
/proc/meminfo: memFree=99831856/131524600 swapFree=131071996/131071996
[pid=729812] ppid=729809 vsize=9932 memory=2752 CPUtime=0 cores=1,3
/proc/729812/stat : 729812 (naps-1.02b5.sh) S 729809 729812 724545 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 143094284 10170368 688 134679101440 94312090218496 94312091297816 140724448852896 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94312093396272 94312093443460 94312116195328 140724448859052 140724448859179 140724448859179 140724448866246 0
/proc/729812/statm: 2483 688 609 264 0 134 0
[pid=729817] ppid=729812 vsize=461288 memory=435892 CPUtime=6.23 cores=1,3
/proc/729817/stat : 729817 (naps-1.02b5) R 729812 729812 724545 0 -1 4194304 84728 0 0 0 608 15 0 0 20 0 1 0 143094284 472358912 108973 134679101440 4194304 5746509 140724715048672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20336640 140724715054011 140724715054125 140724715054125 140724715061193 0
/proc/729817/statm: 115322 108973 405 379 0 114856 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 471220 KiB
Current children cumulated memory: 438644 KiB

[startup+12.7002 s]
/proc/loadavg: 4.18 4.18 4.14 5/260 729818
/proc/meminfo: memFree=97138032/131524600 swapFree=131071996/131071996
[pid=729812] ppid=729809 vsize=9932 memory=2752 CPUtime=0 cores=1,3
/proc/729812/stat : 729812 (naps-1.02b5.sh) S 729809 729812 724545 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 143094284 10170368 688 134679101440 94312090218496 94312091297816 140724448852896 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94312093396272 94312093443460 94312116195328 140724448859052 140724448859179 140724448859179 140724448866246 0
/proc/729812/statm: 2483 688 609 264 0 134 0
[pid=729817] ppid=729812 vsize=991144 memory=901220 CPUtime=12.62 cores=1,3
/proc/729817/stat : 729817 (naps-1.02b5) R 729812 729812 724545 0 -1 4194304 144029 0 0 0 1229 33 0 0 20 0 1 0 143094284 1014931456 225305 134679101440 4194304 5746509 140724715048672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20336640 140724715054011 140724715054125 140724715054125 140724715061193 0
/proc/729817/statm: 247786 225305 405 379 0 247320 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 1001076 KiB
Current children cumulated memory: 903972 KiB

[startup+25.5003 s]
/proc/loadavg: 4.22 4.19 4.15 5/260 729820
/proc/meminfo: memFree=95867932/131524600 swapFree=131071996/131071996
[pid=729812] ppid=729809 vsize=9932 memory=2752 CPUtime=0 cores=1,3
/proc/729812/stat : 729812 (naps-1.02b5.sh) S 729809 729812 724545 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 143094284 10170368 688 134679101440 94312090218496 94312091297816 140724448852896 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94312093396272 94312093443460 94312116195328 140724448859052 140724448859179 140724448859179 140724448866246 0
/proc/729812/statm: 2483 688 609 264 0 134 0
[pid=729817] ppid=729812 vsize=3089624 memory=2989872 CPUtime=25.39 cores=1,3
/proc/729817/stat : 729817 (naps-1.02b5) R 729812 729812 724545 0 -1 4194304 524319 0 0 0 2439 100 0 0 20 0 1 0 143094284 3163774976 747468 134679101440 4194304 5746509 140724715048672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20336640 140724715054011 140724715054125 140724715054125 140724715061193 0
/proc/729817/statm: 772406 747468 421 379 0 771940 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 3099556 KiB
Current children cumulated memory: 2992624 KiB

[startup+51.1059 s]
/proc/loadavg: 4.22 4.19 4.15 5/260 729825
/proc/meminfo: memFree=84155596/131524600 swapFree=131071996/131071996
[pid=729812] ppid=729809 vsize=9932 memory=2752 CPUtime=0 cores=1,3
/proc/729812/stat : 729812 (naps-1.02b5.sh) S 729809 729812 724545 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 143094284 10170368 688 134679101440 94312090218496 94312091297816 140724448852896 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94312093396272 94312093443460 94312116195328 140724448859052 140724448859179 140724448859179 140724448866246 0
/proc/729812/statm: 2483 688 609 264 0 134 0
[pid=729817] ppid=729812 vsize=2850776 memory=2773360 CPUtime=50.94 cores=1,3
/proc/729817/stat : 729817 (naps-1.02b5) R 729812 729812 724545 0 -1 4194304 524538 0 0 0 4993 101 0 0 20 0 1 0 143094284 2919194624 693340 134679101440 4194304 5746509 140724715048672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20336640 140724715054011 140724715054125 140724715054125 140724715061193 0
/proc/729817/statm: 712694 693340 421 379 0 712228 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 2860708 KiB
Current children cumulated memory: 2776112 KiB

[startup+102.3 s]
/proc/loadavg: 4.00 4.14 4.13 4/252 729865
/proc/meminfo: memFree=96130288/131524600 swapFree=131071996/131071996
[pid=729812] ppid=729809 vsize=9932 memory=2752 CPUtime=0 cores=1,3
/proc/729812/stat : 729812 (naps-1.02b5.sh) S 729809 729812 724545 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 143094284 10170368 688 134679101440 94312090218496 94312091297816 140724448852896 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94312093396272 94312093443460 94312116195328 140724448859052 140724448859179 140724448859179 140724448866246 0
/proc/729812/statm: 2483 688 609 264 0 134 0
[pid=729817] ppid=729812 vsize=2850776 memory=2773536 CPUtime=102.01 cores=1,3
/proc/729817/stat : 729817 (naps-1.02b5) R 729812 729812 724545 0 -1 4194304 524673 0 0 0 10099 102 0 0 20 0 1 0 143094284 2919194624 693384 134679101440 4194304 5746509 140724715048672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20336640 140724715054011 140724715054125 140724715054125 140724715061193 0
/proc/729817/statm: 712694 693384 421 379 0 712228 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 2860708 KiB
Current children cumulated memory: 2776288 KiB

[startup+162.3 s]
/proc/loadavg: 3.77 4.05 4.10 4/252 729878
/proc/meminfo: memFree=85107884/131524600 swapFree=131071996/131071996
[pid=729812] ppid=729809 vsize=9932 memory=2752 CPUtime=0 cores=1,3
/proc/729812/stat : 729812 (naps-1.02b5.sh) S 729809 729812 724545 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 143094284 10170368 688 134679101440 94312090218496 94312091297816 140724448852896 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94312093396272 94312093443460 94312116195328 140724448859052 140724448859179 140724448859179 140724448866246 0
/proc/729812/statm: 2483 688 609 264 0 134 0
[pid=729817] ppid=729812 vsize=6396452 memory=5972744 CPUtime=161.88 cores=1,3
/proc/729817/stat : 729817 (naps-1.02b5) R 729812 729812 724545 0 -1 4194304 815172 0 0 0 15977 211 0 0 20 0 1 0 143094284 6549966848 1493186 134679101440 4194304 5746509 140724715048672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20336640 140724715054011 140724715054125 140724715054125 140724715061193 0
/proc/729817/statm: 1599113 1493186 421 379 0 1598647 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 6406384 KiB
Current children cumulated memory: 5975496 KiB

[startup+222.3 s]
/proc/loadavg: 3.40 3.89 4.04 4/252 730271
/proc/meminfo: memFree=72028972/131524600 swapFree=131071996/131071996
[pid=729812] ppid=729809 vsize=9932 memory=2752 CPUtime=0 cores=1,3
/proc/729812/stat : 729812 (naps-1.02b5.sh) S 729809 729812 724545 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 143094284 10170368 688 134679101440 94312090218496 94312091297816 140724448852896 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94312093396272 94312093443460 94312116195328 140724448859052 140724448859179 140724448859179 140724448866246 0
/proc/729812/statm: 2483 688 609 264 0 134 0
[pid=729817] ppid=729812 vsize=11408068 memory=10719708 CPUtime=221.72 cores=1,3
/proc/729817/stat : 729817 (naps-1.02b5) R 729812 729812 724545 0 -1 4194304 1385242 0 0 0 21802 370 0 0 20 0 1 0 143094284 11681861632 2679927 134679101440 4194304 5746509 140724715048672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20336640 140724715054011 140724715054125 140724715054125 140724715061193 0
/proc/729817/statm: 2852017 2679927 421 379 0 2851551 0
Current children cumulated CPU time: 221.72 s
Current children cumulated vsize: 11418000 KiB
Current children cumulated memory: 10722460 KiB

[startup+282.3 s]
/proc/loadavg: 2.97 3.69 3.96 3/246 730320
/proc/meminfo: memFree=89499848/131524600 swapFree=131071996/131071996
[pid=729812] ppid=729809 vsize=9932 memory=2752 CPUtime=0 cores=1,3
/proc/729812/stat : 729812 (naps-1.02b5.sh) S 729809 729812 724545 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 143094284 10170368 688 134679101440 94312090218496 94312091297816 140724448852896 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94312093396272 94312093443460 94312116195328 140724448859052 140724448859179 140724448859179 140724448866246 0
/proc/729812/statm: 2483 688 609 264 0 134 0
[pid=729817] ppid=729812 vsize=15109696 memory=14855212 CPUtime=281.53 cores=1,3
/proc/729817/stat : 729817 (naps-1.02b5) R 729812 729812 724545 0 -1 4194304 1634496 0 0 0 27628 525 0 0 20 0 1 0 143094284 15472328704 3713803 134679101440 4194304 5746509 140724715048672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20336640 140724715054011 140724715054125 140724715054125 140724715061193 0
/proc/729817/statm: 3777424 3713803 421 379 0 3776958 0
Current children cumulated CPU time: 281.53 s
Current children cumulated vsize: 15119628 KiB
Current children cumulated memory: 14857964 KiB

[startup+342.3 s]
/proc/loadavg: 2.39 3.40 3.84 3/246 730332
/proc/meminfo: memFree=87665416/131524600 swapFree=131071996/131071996
[pid=729812] ppid=729809 vsize=9932 memory=2752 CPUtime=0 cores=1,3
/proc/729812/stat : 729812 (naps-1.02b5.sh) S 729809 729812 724545 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 143094284 10170368 688 134679101440 94312090218496 94312091297816 140724448852896 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94312093396272 94312093443460 94312116195328 140724448859052 140724448859179 140724448859179 140724448866246 0
/proc/729812/statm: 2483 688 609 264 0 134 0
[pid=729817] ppid=729812 vsize=17533220 memory=16679628 CPUtime=341.35 cores=1,3
/proc/729817/stat : 729817 (naps-1.02b5) R 729812 729812 724545 0 -1 4194304 1947114 0 0 0 33544 591 0 0 20 0 1 0 143094284 17954017280 4169907 134679101440 4194304 5746509 140724715048672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20336640 140724715054011 140724715054125 140724715054125 140724715061193 0
/proc/729817/statm: 4383305 4169907 421 379 0 4382839 0
Current children cumulated CPU time: 341.35 s
Current children cumulated vsize: 17543152 KiB
Current children cumulated memory: 16682380 KiB

[startup+402.3 s]
/proc/loadavg: 2.24 3.17 3.73 3/248 730512
/proc/meminfo: memFree=85315036/131524600 swapFree=131071996/131071996
[pid=729812] ppid=729809 vsize=9932 memory=2752 CPUtime=0 cores=1,3
/proc/729812/stat : 729812 (naps-1.02b5.sh) S 729809 729812 724545 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 143094284 10170368 688 134679101440 94312090218496 94312091297816 140724448852896 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94312093396272 94312093443460 94312116195328 140724448859052 140724448859179 140724448859179 140724448866246 0
/proc/729812/statm: 2483 688 609 264 0 134 0
[pid=729817] ppid=729812 vsize=19134360 memory=19015892 CPUtime=401.16 cores=1,3
/proc/729817/stat : 729817 (naps-1.02b5) R 729812 729812 724545 0 -1 4194304 2342925 0 0 0 39445 671 0 0 20 0 1 0 143094284 19593584640 4753973 134679101440 4194304 5746509 140724715048672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20336640 140724715054011 140724715054125 140724715054125 140724715061193 0
/proc/729817/statm: 4783590 4753973 421 379 0 4783124 0
Current children cumulated CPU time: 401.16 s
Current children cumulated vsize: 19144292 KiB
Current children cumulated memory: 19018644 KiB

[startup+462.3 s]
/proc/loadavg: 1.80 2.89 3.60 2/240 730553
/proc/meminfo: memFree=106509632/131524600 swapFree=131071996/131071996
[pid=729812] ppid=729809 vsize=9932 memory=2752 CPUtime=0 cores=1,3
/proc/729812/stat : 729812 (naps-1.02b5.sh) S 729809 729812 724545 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 143094284 10170368 688 134679101440 94312090218496 94312091297816 140724448852896 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94312093396272 94312093443460 94312116195328 140724448859052 140724448859179 140724448859179 140724448866246 0
/proc/729812/statm: 2483 688 609 264 0 134 0
[pid=729817] ppid=729812 vsize=21754780 memory=20216232 CPUtime=460.99 cores=1,3
/proc/729817/stat : 729817 (naps-1.02b5) R 729812 729812 724545 0 -1 4194304 2551290 0 0 0 45372 727 0 0 20 0 1 0 143094284 22276894720 5054058 134679101440 4194304 5746509 140724715048672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20336640 140724715054011 140724715054125 140724715054125 140724715061193 0
/proc/729817/statm: 5438695 5054058 421 379 0 5438229 0
Current children cumulated CPU time: 460.99 s
Current children cumulated vsize: 21764712 KiB
Current children cumulated memory: 20218984 KiB

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

# cumulated CPU time of all completed processes:  user=475.409 s, system=7.81863 s

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

[startup+473.6 s]
/proc/loadavg: 1.68 2.83 3.57 2/240 730555
/proc/meminfo: memFree=106335776/131524600 swapFree=131071996/131071996
[pid=729812] ppid=729809 vsize=9932 memory=2752 CPUtime=0 cores=1,3
/proc/729812/stat : 729812 (naps-1.02b5.sh) S 729809 729812 724545 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 143094284 10170368 688 134679101440 94312090218496 94312091297816 140724448852896 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94312093396272 94312093443460 94312116195328 140724448859052 140724448859179 140724448859179 140724448866246 0
/proc/729812/statm: 2483 688 609 264 0 134 0
[pid=729817] ppid=729812 vsize=21874372 memory=20393392 CPUtime=472.26 cores=1,3
/proc/729817/stat : 729817 (naps-1.02b5) R 729812 729812 724545 0 -1 4194304 2582002 0 0 0 46488 738 0 0 20 0 1 0 143094284 22399356928 5098348 134679101440 4194304 5746509 140724715048672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20336640 140724715054011 140724715054125 140724715054125 140724715061193 0
/proc/729817/statm: 5468593 5098348 421 379 0 5468127 0
Current children cumulated CPU time: 472.26 s
Current children cumulated vsize: 21884304 KiB
Current children cumulated memory: 20396144 KiB

[startup+480 s]*
/proc/loadavg: 1.65 2.78 3.55 2/240 730556
/proc/meminfo: memFree=106221992/131524600 swapFree=131071996/131071996
[pid=729812] ppid=729809 vsize=9932 memory=2752 CPUtime=0 cores=1,3
/proc/729812/stat : 729812 (naps-1.02b5.sh) S 729809 729812 724545 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 143094284 10170368 688 134679101440 94312090218496 94312091297816 140724448852896 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94312093396272 94312093443460 94312116195328 140724448859052 140724448859179 140724448859179 140724448866246 0
/proc/729812/statm: 2483 688 609 264 0 134 0
[pid=729817] ppid=729812 vsize=21944332 memory=20497964 CPUtime=478.64 cores=1,3
/proc/729817/stat : 729817 (naps-1.02b5) R 729812 729812 724545 0 -1 4194304 2600520 0 0 0 47122 742 0 0 20 0 1 0 143094284 22470995968 5124491 134679101440 4194304 5746509 140724715048672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20336640 140724715054011 140724715054125 140724715054125 140724715061193 0
/proc/729817/statm: 5486083 5124491 421 379 0 5485617 0
Current children cumulated CPU time: 478.64 s
Current children cumulated vsize: 21954264 KiB
Current children cumulated memory: 20500716 KiB

[startup+481.6 s]
/proc/loadavg: 1.65 2.78 3.55 2/240 730556
/proc/meminfo: memFree=106205012/131524600 swapFree=131071996/131071996
[pid=729812] ppid=729809 vsize=9932 memory=2752 CPUtime=0 cores=1,3
/proc/729812/stat : 729812 (naps-1.02b5.sh) S 729809 729812 724545 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 143094284 10170368 688 134679101440 94312090218496 94312091297816 140724448852896 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94312093396272 94312093443460 94312116195328 140724448859052 140724448859179 140724448859179 140724448866246 0
/proc/729812/statm: 2483 688 609 264 0 134 0
[pid=729817] ppid=729812 vsize=21962416 memory=20526436 CPUtime=480.23 cores=1,3
/proc/729817/stat : 729817 (naps-1.02b5) R 729812 729812 724545 0 -1 4194304 2605317 0 0 0 47280 743 0 0 20 0 1 0 143094284 22489513984 5131609 134679101440 4194304 5746509 140724715048672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20336640 140724715054011 140724715054125 140724715054125 140724715061193 0
/proc/729817/statm: 5490604 5131609 421 379 0 5490138 0
Current children cumulated CPU time: 480.23 s
Current children cumulated vsize: 21972348 KiB
Current children cumulated memory: 20529188 KiB

[startup+483.2 s]
/proc/loadavg: 1.65 2.78 3.55 2/240 730556
/proc/meminfo: memFree=106168308/131524600 swapFree=131071996/131071996
[pid=729812] ppid=729809 vsize=9932 memory=2752 CPUtime=0 cores=1,3
/proc/729812/stat : 729812 (naps-1.02b5.sh) S 729809 729812 724545 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 143094284 10170368 688 134679101440 94312090218496 94312091297816 140724448852896 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94312093396272 94312093443460 94312116195328 140724448859052 140724448859179 140724448859179 140724448866246 0
/proc/729812/statm: 2483 688 609 264 0 134 0
[pid=729817] ppid=729812 vsize=21981952 memory=20554176 CPUtime=481.83 cores=1,3
/proc/729817/stat : 729817 (naps-1.02b5) R 729812 729812 724545 0 -1 4194304 2610457 0 0 0 47439 744 0 0 20 0 1 0 143094284 22509518848 5138544 134679101440 4194304 5746509 140724715048672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20336640 140724715054011 140724715054125 140724715054125 140724715061193 0
/proc/729817/statm: 5495488 5138544 421 379 0 5495022 0
Current children cumulated CPU time: 481.83 s
Current children cumulated vsize: 21991884 KiB
Current children cumulated memory: 20556928 KiB

[startup+484 s]*
/proc/loadavg: 1.60 2.75 3.54 2/240 730556
/proc/meminfo: memFree=106149984/131524600 swapFree=131071996/131071996
[pid=729812] ppid=729809 vsize=9932 memory=2752 CPUtime=0 cores=1,3
/proc/729812/stat : 729812 (naps-1.02b5.sh) S 729809 729812 724545 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 143094284 10170368 688 134679101440 94312090218496 94312091297816 140724448852896 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94312093396272 94312093443460 94312116195328 140724448859052 140724448859179 140724448859179 140724448866246 0
/proc/729812/statm: 2483 688 609 264 0 134 0
[pid=729817] ppid=729812 vsize=21991720 memory=20570092 CPUtime=482.63 cores=1,3
/proc/729817/stat : 729817 (naps-1.02b5) R 729812 729812 724545 0 -1 4194304 2613018 0 0 0 47519 744 0 0 20 0 1 0 143094284 22519521280 5142523 134679101440 4194304 5746509 140724715048672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 20336640 140724715054011 140724715054125 140724715054125 140724715061193 0
/proc/729817/statm: 5497930 5142523 421 379 0 5497464 0
Current children cumulated CPU time: 482.63 s
Current children cumulated vsize: 22001652 KiB
Current children cumulated memory: 20572844 KiB

[startup+484.4 s]
/proc/loadavg: 1.60 2.75 3.54 2/240 730556
/proc/meminfo: memFree=106149984/131524600 swapFree=131071996/131071996
[pid=729812] ppid=729809 vsize=9932 memory=2752 CPUtime=0 cores=1,3
/proc/729812/stat : 729812 (naps-1.02b5.sh) S 729809 729812 724545 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 143094284 10170368 688 134679101440 94312090218496 94312091297816 140724448852896 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94312093396272 94312093443460 94312116195328 140724448859052 140724448859179 140724448859179 140724448866246 0
/proc/729812/statm: 2483 688 609 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2752 KiB

[startup+484.5 s]
/proc/loadavg: 1.60 2.75 3.54 2/240 730556
/proc/meminfo: memFree=106149984/131524600 swapFree=131071996/131071996
[pid=729812] ppid=729809 vsize=9932 memory=2752 CPUtime=0 cores=1,3
/proc/729812/stat : 729812 (naps-1.02b5.sh) S 729809 729812 724545 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 143094284 10170368 688 134679101440 94312090218496 94312091297816 140724448852896 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94312093396272 94312093443460 94312116195328 140724448859052 140724448859179 140724448859179 140724448866246 0
/proc/729812/statm: 2483 688 609 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2752 KiB

Child status: 0

Real time (s): 484.592
CPU time (s): 483.227
CPU user time (s): 475.409
CPU system time (s): 7.81863
CPU usage (%): 99.7183
Max. virtual memory (cumulated for all children) (KiB): 22003896
Max. memory (cumulated for all children) (KiB): 20574956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 475.409
system time used= 7.81863
maximum resident set size= 20572724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2614148
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= 33
involuntary context switches= 603


# summary of solver processes directly reported to runsolver:
#   pid: 729812
#   total CPU time (s): 483.227
#   total CPU user time (s): 475.409
#   total CPU system time (s): 7.81863

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.967731 second user time and 2.22332 second system time

The end

Launcher Data

Begin job on nodeC021 at 2024-07-14 00:21:57
IDJOB=4427166
IDBENCH=144142
IDSOLVER=3045
FILE ID=nodeC021/4427166-1720909304
RUNJOBID= nodeC021-1720905420-726613
SLURM_JOB_ID= 7486080
Free space on /tmp= 889968 MiB

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

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

MD5SUM BENCH= 3b3f4aa0f9e5bc80725226257d35d467
RANDOM SEED=294078554

nodeC021.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3678.976
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3649.574
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.824
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3685.627
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3678.974
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3684.093
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.862
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.640
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        101094364 kB
MemAvailable:   102816048 kB
Buffers:          338812 kB
Cached:          2206024 kB
SwapCached:            0 kB
Active:           551612 kB
Inactive:       29213192 kB
Active(anon):       1560 kB
Inactive(anon): 27256160 kB
Active(file):     550052 kB
Inactive(file):  1957032 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             92632 kB
Writeback:             0 kB
AnonPages:      27219288 kB
Mapped:           106808 kB
Shmem:             37720 kB
KReclaimable:     108848 kB
Slab:             214064 kB
SReclaimable:     108848 kB
SUnreclaim:       105216 kB
KernelStack:        4176 kB
PageTables:        62728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   31812708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            55776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11712512 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:      221908 kB
DirectMap2M:    12134400 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 889992 MiB
End job on nodeC021 at 2024-07-14 00:30:02