Trace number 4545383

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 naps-1.03a6UNSAT 765.634 767.929

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-MisteryShopper-mini-5-08-2-6-0_c24.opb
MD5SUM4a1d9056c3b02bcfb80521d72596a62f
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.08009
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables34391
Total number of constraints25309
Number of constraints which are clauses7791
Number of constraints which are cardinality constraints (but not clauses)1558
Number of constraints which are nor clauses,nor cardinality constraints15960
Minimum length of a constraint1
Maximum length of a constraint43
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 37
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 766
Number of bits of the biggest sum of numbers10
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.01	c NaPS 1.03a6.
0.00/0.01	c Input file name: HOME/instance-4545383-1753237271.opb
765.49/767.89	s UNSATISFIABLE
765.49/767.89	c _____________________________________________________________________________
765.49/767.89	c std/band forms        : 16568,760
765.49/767.89	c 2cl/3cl ITE-codings   : 0,369360
765.49/767.89	c BDD/srt/adr Max costs : 1103,578,0
765.49/767.89	c BDDraw/bin/mul/srt/adr: 15390,0,380,1558,0
765.49/767.89	c BDD nodes             : 473480
765.49/767.89	c Es1/CC detections     : 0,0
765.49/767.89	c CC sort               : 1558
765.49/767.89	c SAT/UNSAT calls       : 0,1
765.49/767.89	c regenrated variables  : 0
765.49/767.89	c eliminated fixed lits : 0
765.49/767.89	c goal lit flips        : 0
765.49/767.89	c goal stages           : 0
765.49/767.89	c goal shrink           : 0
765.49/767.89	c goal coeff separations: 0
765.49/767.89	c restarts              : 267777
765.49/767.89	c conflicts             : 11903340       (15560 /sec)
765.49/767.89	c decisions             : 24136313       (31551 /sec)
765.49/767.89	c propagations          : 4756757101     (6218121 /sec)
765.49/767.89	c inspects              : 0              (0 /sec)
765.49/767.89	c CPU time (solving tm) : 765 s        (761.7 s, SAT 0 s, UNSAT 761.7 s)
765.49/767.89	c Time for Opt-base     : 0.2439 s
765.49/767.89	c Steps for Opt-base    : 408500
765.49/767.89	c Time for BDD coding   : 2.267 s
765.49/767.89	c Time for srt coding   : 0.1675 s
765.49/767.89	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: 63708 MiB (43736 MiB free)
  memory of node 1: 64465 MiB (42626 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545383-1753237271/watcher-4545383-1753237271 -o /tmp/evaluation-result-4545383-1753237271/solver-4545383-1753237271 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1753232354-160782 --watchdog 3760 ./naps-1.03a6.sh HOME/instance-4545383-1753237271.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=161686, runsolver pid=161683

[startup+0.10006 s]*
/proc/loadavg: 4.04 4.09 4.08 5/267 161690
/proc/meminfo: memFree=88436748/131249988 swapFree=33010160/33010684
[pid=161686] ppid=161683 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/161686/stat : 161686 (naps-1.03a6.sh) S 161683 161686 160769 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 239404654 4292608 736 18446744073709551615 94784253636608 94784254531141 140721704268368 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94784254770192 94784254817936 94784279572480 140721704274341 140721704274435 140721704274435 140721704280039 0
/proc/161686/statm: 1048 736 672 219 0 110 0
[pid=161690] ppid=161686 vsize=13100 memory=10740 CPUtime=0.08 cores=5,7
/proc/161690/stat : 161690 (naps-1.03a6) R 161686 161686 160769 0 -1 4194304 2450 0 0 0 8 0 0 0 20 0 1 0 239404655 13414400 2685 18446744073709551615 4198400 7047149 140735533701376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 35913728 140735533705586 140735533705700 140735533705700 140735533711305 0
/proc/161690/statm: 3275 2685 544 696 0 2436 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 17292 KiB
Current children cumulated memory: 13684 KiB

[startup+0.205012 s]*
/proc/loadavg: 4.04 4.09 4.08 5/267 161690
/proc/meminfo: memFree=88432968/131249988 swapFree=33010160/33010684
[pid=161686] ppid=161683 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/161686/stat : 161686 (naps-1.03a6.sh) S 161683 161686 160769 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 239404654 4292608 736 18446744073709551615 94784253636608 94784254531141 140721704268368 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94784254770192 94784254817936 94784279572480 140721704274341 140721704274435 140721704274435 140721704280039 0
/proc/161686/statm: 1048 736 672 219 0 110 0
[pid=161690] ppid=161686 vsize=22144 memory=18988 CPUtime=0.18 cores=5,7
/proc/161690/stat : 161690 (naps-1.03a6) R 161686 161686 160769 0 -1 4194304 4789 0 0 0 18 0 0 0 20 0 1 0 239404655 22675456 4747 18446744073709551615 4198400 7047149 140735533701376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 35913728 140735533705586 140735533705700 140735533705700 140735533711305 0
/proc/161690/statm: 5536 4747 544 696 0 4697 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 26336 KiB
Current children cumulated memory: 21932 KiB

[startup+0.305473 s]*
/proc/loadavg: 4.04 4.09 4.08 5/267 161690
/proc/meminfo: memFree=88425852/131249988 swapFree=33010160/33010684
[pid=161686] ppid=161683 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/161686/stat : 161686 (naps-1.03a6.sh) S 161683 161686 160769 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 239404654 4292608 736 18446744073709551615 94784253636608 94784254531141 140721704268368 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94784254770192 94784254817936 94784279572480 140721704274341 140721704274435 140721704274435 140721704280039 0
/proc/161686/statm: 1048 736 672 219 0 110 0
[pid=161690] ppid=161686 vsize=28880 memory=26092 CPUtime=0.28 cores=5,7
/proc/161690/stat : 161690 (naps-1.03a6) R 161686 161686 160769 0 -1 4194304 6705 0 0 0 28 0 0 0 20 0 1 0 239404655 29573120 6523 18446744073709551615 4198400 7047149 140735533701376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 35913728 140735533705586 140735533705700 140735533705700 140735533711305 0
/proc/161690/statm: 7220 6523 544 696 0 6381 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 33072 KiB
Current children cumulated memory: 29036 KiB

[startup+0.700142 s]
/proc/loadavg: 4.04 4.09 4.08 5/267 161690
/proc/meminfo: memFree=88413756/131249988 swapFree=33010160/33010684
[pid=161686] ppid=161683 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/161686/stat : 161686 (naps-1.03a6.sh) S 161683 161686 160769 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 239404654 4292608 736 18446744073709551615 94784253636608 94784254531141 140721704268368 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94784254770192 94784254817936 94784279572480 140721704274341 140721704274435 140721704274435 140721704280039 0
/proc/161686/statm: 1048 736 672 219 0 110 0
[pid=161690] ppid=161686 vsize=43816 memory=40796 CPUtime=0.67 cores=5,7
/proc/161690/stat : 161690 (naps-1.03a6) R 161686 161686 160769 0 -1 4194304 11033 0 0 0 66 1 0 0 20 0 1 0 239404655 44867584 10199 18446744073709551615 4198400 7047149 140735533701376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 35913728 140735533705586 140735533705700 140735533705700 140735533711305 0
/proc/161690/statm: 10954 10199 544 696 0 10115 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 48008 KiB
Current children cumulated memory: 43740 KiB

[startup+1.50016 s]
/proc/loadavg: 4.04 4.09 4.08 5/267 161690
/proc/meminfo: memFree=88406196/131249988 swapFree=33010160/33010684
[pid=161686] ppid=161683 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/161686/stat : 161686 (naps-1.03a6.sh) S 161683 161686 160769 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 239404654 4292608 736 18446744073709551615 94784253636608 94784254531141 140721704268368 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94784254770192 94784254817936 94784279572480 140721704274341 140721704274435 140721704274435 140721704280039 0
/proc/161686/statm: 1048 736 672 219 0 110 0
[pid=161690] ppid=161686 vsize=61520 memory=57912 CPUtime=1.47 cores=5,7
/proc/161690/stat : 161690 (naps-1.03a6) R 161686 161686 160769 0 -1 4194304 14226 0 0 0 146 1 0 0 20 0 1 0 239404655 62996480 14478 18446744073709551615 4198400 7047149 140735533701376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 35913728 140735533705586 140735533705700 140735533705700 140735533711305 0
/proc/161690/statm: 15380 14478 544 696 0 14541 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 65712 KiB
Current children cumulated memory: 60856 KiB

[startup+3.10539 s]
/proc/loadavg: 4.04 4.08 4.08 5/267 161690
/proc/meminfo: memFree=88361364/131249988 swapFree=33010160/33010684
[pid=161686] ppid=161683 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/161686/stat : 161686 (naps-1.03a6.sh) S 161683 161686 160769 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 239404654 4292608 736 18446744073709551615 94784253636608 94784254531141 140721704268368 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94784254770192 94784254817936 94784279572480 140721704274341 140721704274435 140721704274435 140721704280039 0
/proc/161686/statm: 1048 736 672 219 0 110 0
[pid=161690] ppid=161686 vsize=143736 memory=133612 CPUtime=3.07 cores=5,7
/proc/161690/stat : 161690 (naps-1.03a6) R 161686 161686 160769 0 -1 4194304 25201 0 0 0 303 4 0 0 20 0 1 0 239404655 147185664 33403 18446744073709551615 4198400 7047149 140735533701376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 35913728 140735533705586 140735533705700 140735533705700 140735533711305 0
/proc/161690/statm: 35934 33403 544 696 0 35095 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 147928 KiB
Current children cumulated memory: 136556 KiB

[startup+6.3002 s]
/proc/loadavg: 4.04 4.08 4.08 5/267 161690
/proc/meminfo: memFree=88119628/131249988 swapFree=33010160/33010684
[pid=161686] ppid=161683 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/161686/stat : 161686 (naps-1.03a6.sh) S 161683 161686 160769 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 239404654 4292608 736 18446744073709551615 94784253636608 94784254531141 140721704268368 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94784254770192 94784254817936 94784279572480 140721704274341 140721704274435 140721704274435 140721704280039 0
/proc/161686/statm: 1048 736 672 219 0 110 0
[pid=161690] ppid=161686 vsize=356460 memory=312576 CPUtime=6.26 cores=5,7
/proc/161690/stat : 161690 (naps-1.03a6) R 161686 161686 160769 0 -1 4194304 46483 0 0 0 614 12 0 0 20 0 1 0 239404655 365015040 78144 18446744073709551615 4198400 7047149 140735533701376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 35913728 140735533705586 140735533705700 140735533705700 140735533711305 0
/proc/161690/statm: 89115 78144 544 696 0 88276 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 360652 KiB
Current children cumulated memory: 315520 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.10 4.09 5/267 161690
/proc/meminfo: memFree=88107340/131249988 swapFree=33010160/33010684
[pid=161686] ppid=161683 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/161686/stat : 161686 (naps-1.03a6.sh) S 161683 161686 160769 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 239404654 4292608 736 18446744073709551615 94784253636608 94784254531141 140721704268368 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94784254770192 94784254817936 94784279572480 140721704274341 140721704274435 140721704274435 140721704280039 0
/proc/161686/statm: 1048 736 672 219 0 110 0
[pid=161690] ppid=161686 vsize=347876 memory=312184 CPUtime=12.64 cores=5,7
/proc/161690/stat : 161690 (naps-1.03a6) R 161686 161686 160769 0 -1 4194304 46534 0 0 0 1252 12 0 0 20 0 1 0 239404655 356225024 78046 18446744073709551615 4198400 7047149 140735533701376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 35913728 140735533705586 140735533705700 140735533705700 140735533711305 0
/proc/161690/statm: 86969 78046 544 696 0 86130 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 352068 KiB
Current children cumulated memory: 315128 KiB

[startup+25.5002 s]
/proc/loadavg: 4.09 4.09 4.09 5/267 161690
/proc/meminfo: memFree=88117116/131249988 swapFree=33010160/33010684
[pid=161686] ppid=161683 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/161686/stat : 161686 (naps-1.03a6.sh) S 161683 161686 160769 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 239404654 4292608 736 18446744073709551615 94784253636608 94784254531141 140721704268368 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94784254770192 94784254817936 94784279572480 140721704274341 140721704274435 140721704274435 140721704280039 0
/proc/161686/statm: 1048 736 672 219 0 110 0
[pid=161690] ppid=161686 vsize=378328 memory=339024 CPUtime=25.42 cores=5,7
/proc/161690/stat : 161690 (naps-1.03a6) R 161686 161686 160769 0 -1 4194304 55310 0 0 0 2525 17 0 0 20 0 1 0 239404655 387407872 84756 18446744073709551615 4198400 7047149 140735533701376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 35913728 140735533705586 140735533705700 140735533705700 140735533711305 0
/proc/161690/statm: 94582 84756 544 696 0 93743 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 382520 KiB
Current children cumulated memory: 341968 KiB

[startup+51.1055 s]
/proc/loadavg: 4.06 4.08 4.09 5/267 161691
/proc/meminfo: memFree=88157812/131249988 swapFree=33010160/33010684
[pid=161686] ppid=161683 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/161686/stat : 161686 (naps-1.03a6.sh) S 161683 161686 160769 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 239404654 4292608 736 18446744073709551615 94784253636608 94784254531141 140721704268368 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94784254770192 94784254817936 94784279572480 140721704274341 140721704274435 140721704274435 140721704280039 0
/proc/161686/statm: 1048 736 672 219 0 110 0
[pid=161690] ppid=161686 vsize=376528 memory=332264 CPUtime=50.95 cores=5,7
/proc/161690/stat : 161690 (naps-1.03a6) R 161686 161686 160769 0 -1 4194304 56616 0 0 0 5077 18 0 0 20 0 1 0 239404655 385564672 83066 18446744073709551615 4198400 7047149 140735533701376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 35913728 140735533705586 140735533705700 140735533705700 140735533711305 0
/proc/161690/statm: 94132 83066 544 696 0 93293 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 380720 KiB
Current children cumulated memory: 335208 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/266 161692
/proc/meminfo: memFree=88112480/131249988 swapFree=33010160/33010684
[pid=161686] ppid=161683 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/161686/stat : 161686 (naps-1.03a6.sh) S 161683 161686 160769 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 239404654 4292608 736 18446744073709551615 94784253636608 94784254531141 140721704268368 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94784254770192 94784254817936 94784279572480 140721704274341 140721704274435 140721704274435 140721704280039 0
/proc/161686/statm: 1048 736 672 219 0 110 0
[pid=161690] ppid=161686 vsize=378328 memory=322640 CPUtime=102.02 cores=5,7
/proc/161690/stat : 161690 (naps-1.03a6) R 161686 161686 160769 0 -1 4194304 59305 0 0 0 10181 21 0 0 20 0 1 0 239404655 387407872 80660 18446744073709551615 4198400 7047149 140735533701376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 35913728 140735533705586 140735533705700 140735533705700 140735533711305 0
/proc/161690/statm: 94582 80660 544 696 0 93743 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 382520 KiB
Current children cumulated memory: 325584 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/266 161694
/proc/meminfo: memFree=88140228/131249988 swapFree=33010160/33010684
[pid=161686] ppid=161683 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/161686/stat : 161686 (naps-1.03a6.sh) S 161683 161686 160769 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 239404654 4292608 736 18446744073709551615 94784253636608 94784254531141 140721704268368 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94784254770192 94784254817936 94784279572480 140721704274341 140721704274435 140721704274435 140721704280039 0
/proc/161686/statm: 1048 736 672 219 0 110 0
[pid=161690] ppid=161686 vsize=373636 memory=325312 CPUtime=161.83 cores=5,7
/proc/161690/stat : 161690 (naps-1.03a6) R 161686 161686 160769 0 -1 4194304 65238 0 0 0 16155 28 0 0 20 0 1 0 239404655 382603264 81328 18446744073709551615 4198400 7047149 140735533701376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 35913728 140735533705586 140735533705700 140735533705700 140735533711305 0
/proc/161690/statm: 93409 81328 544 696 0 92570 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 377828 KiB
Current children cumulated memory: 328256 KiB

[startup+222.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/266 161696
/proc/meminfo: memFree=88075944/131249988 swapFree=33010160/33010684
[pid=161686] ppid=161683 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/161686/stat : 161686 (naps-1.03a6.sh) S 161683 161686 160769 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 239404654 4292608 736 18446744073709551615 94784253636608 94784254531141 140721704268368 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94784254770192 94784254817936 94784279572480 140721704274341 140721704274435 140721704274435 140721704280039 0
/proc/161686/statm: 1048 736 672 219 0 110 0
[pid=161690] ppid=161686 vsize=340952 memory=316932 CPUtime=221.64 cores=5,7
/proc/161690/stat : 161690 (naps-1.03a6) R 161686 161686 160769 0 -1 4194304 71968 0 0 0 22129 35 0 0 20 0 1 0 239404655 349134848 79233 18446744073709551615 4198400 7047149 140735533701376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 35913728 140735533705586 140735533705700 140735533705700 140735533711305 0
/proc/161690/statm: 85238 79233 544 696 0 84399 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 345144 KiB

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

/proc/161690/stat : 161690 (naps-1.03a6) R 161686 161686 160769 0 -1 4194304 107985 0 0 0 46037 53 0 0 20 0 1 0 239404655 297623552 66187 18446744073709551615 4198400 7047149 140735533701376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 35913728 140735533705586 140735533705700 140735533705700 140735533711305 0
/proc/161690/statm: 72662 66187 544 696 0 71823 0
Current children cumulated CPU time: 460.9 s
Current children cumulated vsize: 294840 KiB
Current children cumulated memory: 267692 KiB

[startup+522.3 s]
/proc/loadavg: 4.23 4.15 4.11 5/267 161713
/proc/meminfo: memFree=88218288/131249988 swapFree=33010160/33010684
[pid=161686] ppid=161683 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/161686/stat : 161686 (naps-1.03a6.sh) S 161683 161686 160769 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 239404654 4292608 736 18446744073709551615 94784253636608 94784254531141 140721704268368 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94784254770192 94784254817936 94784279572480 140721704274341 140721704274435 140721704274435 140721704280039 0
/proc/161686/statm: 1048 736 672 219 0 110 0
[pid=161690] ppid=161686 vsize=249684 memory=240984 CPUtime=520.73 cores=5,7
/proc/161690/stat : 161690 (naps-1.03a6) R 161686 161686 160769 0 -1 4194304 117221 0 0 0 52016 57 0 0 20 0 1 0 239404655 255676416 60246 18446744073709551615 4198400 7047149 140735533701376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 35913728 140735533705586 140735533705700 140735533705700 140735533711305 0
/proc/161690/statm: 62421 60246 544 696 0 61582 0
Current children cumulated CPU time: 520.73 s
Current children cumulated vsize: 253876 KiB
Current children cumulated memory: 243928 KiB

[startup+582.3 s]
/proc/loadavg: 4.34 4.21 4.13 5/267 161715
/proc/meminfo: memFree=88236792/131249988 swapFree=33010160/33010684
[pid=161686] ppid=161683 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/161686/stat : 161686 (naps-1.03a6.sh) S 161683 161686 160769 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 239404654 4292608 736 18446744073709551615 94784253636608 94784254531141 140721704268368 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94784254770192 94784254817936 94784279572480 140721704274341 140721704274435 140721704274435 140721704280039 0
/proc/161686/statm: 1048 736 672 219 0 110 0
[pid=161690] ppid=161686 vsize=257876 memory=242664 CPUtime=580.55 cores=5,7
/proc/161690/stat : 161690 (naps-1.03a6) R 161686 161686 160769 0 -1 4194304 120619 0 0 0 57997 58 0 0 20 0 1 0 239404655 264065024 60666 18446744073709551615 4198400 7047149 140735533701376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 35913728 140735533705586 140735533705700 140735533705700 140735533711305 0
/proc/161690/statm: 64469 60666 544 696 0 63630 0
Current children cumulated CPU time: 580.55 s
Current children cumulated vsize: 262068 KiB
Current children cumulated memory: 245608 KiB

[startup+642.3 s]
/proc/loadavg: 4.12 4.17 4.12 5/267 161717
/proc/meminfo: memFree=88167952/131249988 swapFree=33010160/33010684
[pid=161686] ppid=161683 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/161686/stat : 161686 (naps-1.03a6.sh) S 161683 161686 160769 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 239404654 4292608 736 18446744073709551615 94784253636608 94784254531141 140721704268368 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94784254770192 94784254817936 94784279572480 140721704274341 140721704274435 140721704274435 140721704280039 0
/proc/161686/statm: 1048 736 672 219 0 110 0
[pid=161690] ppid=161686 vsize=257876 memory=245016 CPUtime=640.37 cores=5,7
/proc/161690/stat : 161690 (naps-1.03a6) R 161686 161686 160769 0 -1 4194304 124009 0 0 0 63977 60 0 0 20 0 1 0 239404655 264065024 61254 18446744073709551615 4198400 7047149 140735533701376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 35913728 140735533705586 140735533705700 140735533705700 140735533711305 0
/proc/161690/statm: 64469 61254 544 696 0 63630 0
Current children cumulated CPU time: 640.37 s
Current children cumulated vsize: 262068 KiB
Current children cumulated memory: 247960 KiB

[startup+702.3 s]
/proc/loadavg: 4.16 4.17 4.12 5/267 161719
/proc/meminfo: memFree=88194832/131249988 swapFree=33010160/33010684
[pid=161686] ppid=161683 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/161686/stat : 161686 (naps-1.03a6.sh) S 161683 161686 160769 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 239404654 4292608 736 18446744073709551615 94784253636608 94784254531141 140721704268368 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94784254770192 94784254817936 94784279572480 140721704274341 140721704274435 140721704274435 140721704280039 0
/proc/161686/statm: 1048 736 672 219 0 110 0
[pid=161690] ppid=161686 vsize=257876 memory=245028 CPUtime=700.19 cores=5,7
/proc/161690/stat : 161690 (naps-1.03a6) R 161686 161686 160769 0 -1 4194304 126262 0 0 0 69958 61 0 0 20 0 1 0 239404655 264065024 61257 18446744073709551615 4198400 7047149 140735533701376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 35913728 140735533705586 140735533705700 140735533705700 140735533711305 0
/proc/161690/statm: 64469 61257 544 696 0 63630 0
Current children cumulated CPU time: 700.19 s
Current children cumulated vsize: 262068 KiB
Current children cumulated memory: 247972 KiB

[startup+762.3 s]
/proc/loadavg: 4.12 4.15 4.11 5/267 161721
/proc/meminfo: memFree=88211096/131249988 swapFree=33010160/33010684
[pid=161686] ppid=161683 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/161686/stat : 161686 (naps-1.03a6.sh) S 161683 161686 160769 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 239404654 4292608 736 18446744073709551615 94784253636608 94784254531141 140721704268368 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94784254770192 94784254817936 94784279572480 140721704274341 140721704274435 140721704274435 140721704280039 0
/proc/161686/statm: 1048 736 672 219 0 110 0
[pid=161690] ppid=161686 vsize=249492 memory=240920 CPUtime=760.01 cores=5,7
/proc/161690/stat : 161690 (naps-1.03a6) R 161686 161686 160769 0 -1 4194304 126616 0 0 0 75940 61 0 0 20 0 1 0 239404655 255479808 60230 18446744073709551615 4198400 7047149 140735533701376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 35913728 140735533705586 140735533705700 140735533705700 140735533711305 0
/proc/161690/statm: 62373 60230 544 696 0 61534 0
Current children cumulated CPU time: 760.01 s
Current children cumulated vsize: 253684 KiB
Current children cumulated memory: 243864 KiB

[startup+767.929 s]
# the end of solver process 161686 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=765.011 s, system=0.62349 s

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

[startup+764.8 s]
/proc/loadavg: 4.11 4.15 4.11 5/267 161721
/proc/meminfo: memFree=88211096/131249988 swapFree=33010160/33010684
[pid=161686] ppid=161683 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/161686/stat : 161686 (naps-1.03a6.sh) S 161683 161686 160769 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 239404654 4292608 736 18446744073709551615 94784253636608 94784254531141 140721704268368 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94784254770192 94784254817936 94784279572480 140721704274341 140721704274435 140721704274435 140721704280039 0
/proc/161686/statm: 1048 736 672 219 0 110 0
[pid=161690] ppid=161686 vsize=249492 memory=240920 CPUtime=762.5 cores=5,7
/proc/161690/stat : 161690 (naps-1.03a6) R 161686 161686 160769 0 -1 4194304 127476 0 0 0 76189 61 0 0 20 0 1 0 239404655 255479808 60230 18446744073709551615 4198400 7047149 140735533701376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 35913728 140735533705586 140735533705700 140735533705700 140735533711305 0
/proc/161690/statm: 62373 60230 544 696 0 61534 0
Current children cumulated CPU time: 762.5 s
Current children cumulated vsize: 253684 KiB
Current children cumulated memory: 243864 KiB

[startup+766.4 s]
/proc/loadavg: 4.11 4.15 4.11 5/267 161721
/proc/meminfo: memFree=88211096/131249988 swapFree=33010160/33010684
[pid=161686] ppid=161683 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/161686/stat : 161686 (naps-1.03a6.sh) S 161683 161686 160769 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 239404654 4292608 736 18446744073709551615 94784253636608 94784254531141 140721704268368 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94784254770192 94784254817936 94784279572480 140721704274341 140721704274435 140721704274435 140721704280039 0
/proc/161686/statm: 1048 736 672 219 0 110 0
[pid=161690] ppid=161686 vsize=249492 memory=240920 CPUtime=764.1 cores=5,7
/proc/161690/stat : 161690 (naps-1.03a6) R 161686 161686 160769 0 -1 4194304 127476 0 0 0 76349 61 0 0 20 0 1 0 239404655 255479808 60230 18446744073709551615 4198400 7047149 140735533701376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 35913728 140735533705586 140735533705700 140735533705700 140735533711305 0
/proc/161690/statm: 62373 60230 544 696 0 61534 0
Current children cumulated CPU time: 764.1 s
Current children cumulated vsize: 253684 KiB
Current children cumulated memory: 243864 KiB

[startup+767.2 s]
/proc/loadavg: 4.11 4.15 4.11 5/267 161721
/proc/meminfo: memFree=88211096/131249988 swapFree=33010160/33010684
[pid=161686] ppid=161683 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/161686/stat : 161686 (naps-1.03a6.sh) S 161683 161686 160769 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 239404654 4292608 736 18446744073709551615 94784253636608 94784254531141 140721704268368 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94784254770192 94784254817936 94784279572480 140721704274341 140721704274435 140721704274435 140721704280039 0
/proc/161686/statm: 1048 736 672 219 0 110 0
[pid=161690] ppid=161686 vsize=249492 memory=241432 CPUtime=764.89 cores=5,7
/proc/161690/stat : 161690 (naps-1.03a6) R 161686 161686 160769 0 -1 4194304 127617 0 0 0 76428 61 0 0 20 0 1 0 239404655 255479808 60358 18446744073709551615 4198400 7047149 140735533701376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 35913728 140735533705586 140735533705700 140735533705700 140735533711305 0
/proc/161690/statm: 62373 60358 544 696 0 61534 0
Current children cumulated CPU time: 764.89 s
Current children cumulated vsize: 253684 KiB
Current children cumulated memory: 244376 KiB

[startup+767.6 s]
/proc/loadavg: 4.11 4.15 4.11 5/267 161721
/proc/meminfo: memFree=88211096/131249988 swapFree=33010160/33010684
[pid=161686] ppid=161683 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/161686/stat : 161686 (naps-1.03a6.sh) S 161683 161686 160769 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 239404654 4292608 736 18446744073709551615 94784253636608 94784254531141 140721704268368 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94784254770192 94784254817936 94784279572480 140721704274341 140721704274435 140721704274435 140721704280039 0
/proc/161686/statm: 1048 736 672 219 0 110 0
[pid=161690] ppid=161686 vsize=257684 memory=241816 CPUtime=765.29 cores=5,7
/proc/161690/stat : 161690 (naps-1.03a6) R 161686 161686 160769 0 -1 4194304 127723 0 0 0 76468 61 0 0 20 0 1 0 239404655 263868416 60454 18446744073709551615 4198400 7047149 140735533701376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 35913728 140735533705586 140735533705700 140735533705700 140735533711305 0
/proc/161690/statm: 64421 60454 544 696 0 63582 0
Current children cumulated CPU time: 765.29 s
Current children cumulated vsize: 261876 KiB
Current children cumulated memory: 244760 KiB

[startup+767.8 s]
/proc/loadavg: 4.11 4.15 4.11 5/267 161721
/proc/meminfo: memFree=88211096/131249988 swapFree=33010160/33010684
[pid=161686] ppid=161683 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/161686/stat : 161686 (naps-1.03a6.sh) S 161683 161686 160769 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 239404654 4292608 736 18446744073709551615 94784253636608 94784254531141 140721704268368 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94784254770192 94784254817936 94784279572480 140721704274341 140721704274435 140721704274435 140721704280039 0
/proc/161686/statm: 1048 736 672 219 0 110 0
[pid=161690] ppid=161686 vsize=257684 memory=241816 CPUtime=765.49 cores=5,7
/proc/161690/stat : 161690 (naps-1.03a6) R 161686 161686 160769 0 -1 4194304 127723 0 0 0 76488 61 0 0 20 0 1 0 239404655 263868416 60454 18446744073709551615 4198400 7047149 140735533701376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 35913728 140735533705586 140735533705700 140735533705700 140735533711305 0
/proc/161690/statm: 64421 60454 544 696 0 63582 0
Current children cumulated CPU time: 765.49 s
Current children cumulated vsize: 261876 KiB
Current children cumulated memory: 244760 KiB

[startup+767.9 s]
/proc/loadavg: 4.11 4.15 4.11 5/267 161721
/proc/meminfo: memFree=88211096/131249988 swapFree=33010160/33010684
[pid=161686] ppid=161683 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/161686/stat : 161686 (naps-1.03a6.sh) S 161683 161686 160769 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 239404654 4292608 736 18446744073709551615 94784253636608 94784254531141 140721704268368 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94784254770192 94784254817936 94784279572480 140721704274341 140721704274435 140721704274435 140721704280039 0
/proc/161686/statm: 1048 736 672 219 0 110 0
[pid=161690] ppid=161686 vsize=257684 memory=241944 CPUtime=765.59 cores=5,7
/proc/161690/stat : 161690 (naps-1.03a6) R 161686 161686 160769 0 -1 4194304 127726 0 0 0 76498 61 0 0 20 0 1 0 239404655 263868416 60486 18446744073709551615 4198400 7047149 140735533701376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 35913728 140735533705586 140735533705700 140735533705700 140735533711305 0
/proc/161690/statm: 64421 60486 576 696 0 63582 0
Current children cumulated CPU time: 765.59 s
Current children cumulated vsize: 261876 KiB
Current children cumulated memory: 244888 KiB

Child status: 10

Real time (s): 767.929
CPU time (s): 765.634
CPU user time (s): 765.011
CPU system time (s): 0.62349
CPU usage (%): 99.7011
Max. virtual memory (cumulated for all children) (KiB): 382520
Max. memory (cumulated for all children) (KiB): 353504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 765.011
system time used= 0.62349
maximum resident set size= 350560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128177
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= 132
involuntary context switches= 719


# summary of solver processes directly reported to runsolver:
#   pid: 161686
#   total CPU time (s): 765.634
#   total CPU user time (s): 765.011
#   total CPU system time (s): 0.62349

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.4298 second user time and 3.34785 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-23 04:21:11
IDJOB=4545383
IDBENCH=180853
IDSOLVER=3341
FILE ID=nodeC020/4545383-1753237271
RUNJOBID= nodeC020-1753232354-160782
SLURM_JOB_ID= 9687843
Free space on /tmp= 432608 MiB

SOLVER NAME= NaPS naps-1.03a6
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-MisteryShopper-mini-5-08-2-6-0_c24.opb
COMMAND LINE= ./naps-1.03a6.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545383-1753237271/watcher-4545383-1753237271 -o /tmp/evaluation-result-4545383-1753237271/solver-4545383-1753237271 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1753232354-160782 --watchdog 3760  ./naps-1.03a6.sh HOME/instance-4545383-1753237271.opb

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

MD5SUM BENCH= 4a1d9056c3b02bcfb80521d72596a62f
RANDOM SEED=2051754398

nodeC020 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3599.867
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
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		: 3599.893
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.675
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.684
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.875
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
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		: 3600.249
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3526.139
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.883
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        88436108 kB
MemAvailable:   128017144 kB
Buffers:            2128 kB
Cached:         40337408 kB
SwapCached:            4 kB
Active:          2540916 kB
Inactive:       39483196 kB
Active(anon):    1686284 kB
Inactive(anon):    24536 kB
Active(file):     854632 kB
Inactive(file): 39458660 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6824 kB
Writeback:           204 kB
AnonPages:       1677892 kB
Mapped:           115768 kB
Shmem:             26244 kB
KReclaimable:     213968 kB
Slab:             310616 kB
SReclaimable:     213968 kB
SUnreclaim:        96648 kB
KernelStack:        4304 kB
PageTables:         6468 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    2297200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1556480 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432600 MiB
End job on nodeC020 at 2025-07-23 04:33:59