Trace number 4514909

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.03a6? (TO) 3600.05 3611.8

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib3/normalized-seymour.0.u.opb
MD5SUM8ef3131177365cbfba34b2238fc87839
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1372
Total number of constraints4945
Number of constraints which are clauses4944
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint1372
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 422
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1794
Number of bits of the biggest sum of numbers11
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-4514909-1751224091.opb
3600.03/3611.80	c 
3600.03/3611.80	c *** TERMINATED *** by signal 15
3600.03/3611.80	s UNKNOWN
3600.03/3611.80	c _____________________________________________________________________________
3600.03/3611.80	c std/band forms        : 1,0
3600.03/3611.80	c 2cl/3cl ITE-codings   : 0,0
3600.03/3611.80	c BDD/srt/adr Max costs : 0,76410,0
3600.03/3611.80	c BDDraw/bin/mul/srt/adr: 0,0,0,1,0
3600.03/3611.80	c BDD nodes             : 0
3600.03/3611.80	c Es1/CC detections     : 0,0
3600.03/3611.80	c CC sort               : 1
3600.03/3611.80	c SAT/UNSAT calls       : 0,0
3600.03/3611.80	c regenrated variables  : 0
3600.03/3611.80	c eliminated fixed lits : 0
3600.03/3611.80	c goal lit flips        : 0
3600.03/3611.80	c goal stages           : 0
3600.03/3611.80	c goal shrink           : 0
3600.03/3611.80	c goal coeff separations: 0
3600.03/3611.80	c restarts              : 0
3600.03/3611.80	c conflicts             : 0              (0 /sec)
3600.03/3611.80	c decisions             : 0              (0 /sec)
3600.03/3611.80	c propagations          : 0              (0 /sec)
3600.03/3611.80	c inspects              : 0              (0 /sec)
3600.03/3611.80	c CPU time (solving tm) : 3594 s        (3594 s, SAT 0 s, UNSAT 0 s)
3600.03/3611.80	c Time for Opt-base     : 0.0007 s
3600.03/3611.80	c Steps for Opt-base    : 0
3600.03/3611.80	c Time for BDD coding   : 0 s
3600.03/3611.80	c Time for srt coding   : 0.01425 s
3600.03/3611.80	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (63228 MiB free)
  memory of node 1: 64465 MiB (62844 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514909-1751224091/watcher-4514909-1751224091 -o /tmp/evaluation-result-4514909-1751224091/solver-4514909-1751224091 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751216748-28396 --watchdog 3760 ./naps-1.03a6.sh HOME/instance-4514909-1751224091.opb 

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=30178, runsolver pid=30175

[startup+0.10007 s]*
/proc/loadavg: 4.49 4.35 4.23 5/255 30182
/proc/meminfo: memFree=129094708/131382116 swapFree=33010684/33010684
[pid=30178] ppid=30175 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/30178/stat : 30178 (naps-1.03a6.sh) S 30175 30178 28384 0 -1 4194304 228 200 0 0 0 0 0 0 20 0 1 0 38088538 4292608 736 18446744073709551615 94261616914432 94261617808965 140729217825552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94261618048016 94261618095760 94261647458304 140729217833383 140729217833477 140729217833477 140729217839079 0
/proc/30178/statm: 1048 736 672 219 0 110 0
[pid=30182] ppid=30178 vsize=4844 memory=3200 CPUtime=0.08 cores=1,3
/proc/30182/stat : 30182 (naps-1.03a6) R 30178 30178 28384 0 -1 4194304 349 0 0 0 8 0 0 0 20 0 1 0 38088540 4960256 800 18446744073709551615 4198400 7047149 140735568397856 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7573272 7623312 17879040 140735568402804 140735568402918 140735568402918 140735568408521 0
/proc/30182/statm: 1211 800 544 696 0 372 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9036 KiB
Current children cumulated memory: 6144 KiB

[startup+0.213776 s]*
/proc/loadavg: 4.49 4.35 4.23 5/255 30182
/proc/meminfo: memFree=129094708/131382116 swapFree=33010684/33010684
[pid=30178] ppid=30175 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/30178/stat : 30178 (naps-1.03a6.sh) S 30175 30178 28384 0 -1 4194304 228 200 0 0 0 0 0 0 20 0 1 0 38088538 4292608 736 18446744073709551615 94261616914432 94261617808965 140729217825552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94261618048016 94261618095760 94261647458304 140729217833383 140729217833477 140729217833477 140729217839079 0
/proc/30178/statm: 1048 736 672 219 0 110 0
[pid=30182] ppid=30178 vsize=5232 memory=3456 CPUtime=0.18 cores=1,3
/proc/30182/stat : 30182 (naps-1.03a6) R 30178 30178 28384 0 -1 4194304 420 0 0 0 18 0 0 0 20 0 1 0 38088540 5357568 864 18446744073709551615 4198400 7047149 140735568397856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17879040 140735568402804 140735568402918 140735568402918 140735568408521 0
/proc/30182/statm: 1308 864 544 696 0 469 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 9424 KiB
Current children cumulated memory: 6400 KiB

[startup+0.313671 s]*
/proc/loadavg: 4.49 4.35 4.23 5/255 30182
/proc/meminfo: memFree=129094708/131382116 swapFree=33010684/33010684
[pid=30178] ppid=30175 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/30178/stat : 30178 (naps-1.03a6.sh) S 30175 30178 28384 0 -1 4194304 228 200 0 0 0 0 0 0 20 0 1 0 38088538 4292608 736 18446744073709551615 94261616914432 94261617808965 140729217825552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94261618048016 94261618095760 94261647458304 140729217833383 140729217833477 140729217833477 140729217839079 0
/proc/30178/statm: 1048 736 672 219 0 110 0
[pid=30182] ppid=30178 vsize=21260 memory=17636 CPUtime=0.28 cores=1,3
/proc/30182/stat : 30182 (naps-1.03a6) R 30178 30178 28384 0 -1 4194304 5007 0 0 0 27 1 0 0 20 0 1 0 38088540 21770240 4409 18446744073709551615 4198400 7047149 140735568397856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17879040 140735568402804 140735568402918 140735568402918 140735568408521 0
/proc/30182/statm: 5315 4409 544 696 0 4476 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 25452 KiB
Current children cumulated memory: 20580 KiB

[startup+0.700449 s]
/proc/loadavg: 4.49 4.35 4.23 5/255 30182
/proc/meminfo: memFree=129086832/131382116 swapFree=33010684/33010684
[pid=30178] ppid=30175 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/30178/stat : 30178 (naps-1.03a6.sh) S 30175 30178 28384 0 -1 4194304 228 200 0 0 0 0 0 0 20 0 1 0 38088538 4292608 736 18446744073709551615 94261616914432 94261617808965 140729217825552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94261618048016 94261618095760 94261647458304 140729217833383 140729217833477 140729217833477 140729217839079 0
/proc/30178/statm: 1048 736 672 219 0 110 0
[pid=30182] ppid=30178 vsize=25152 memory=21064 CPUtime=0.65 cores=1,3
/proc/30182/stat : 30182 (naps-1.03a6) R 30178 30178 28384 0 -1 4194304 8436 0 0 0 63 2 0 0 20 0 1 0 38088540 25755648 5266 18446744073709551615 4198400 7047149 140735568397856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17879040 140735568402804 140735568402918 140735568402918 140735568408521 0
/proc/30182/statm: 6288 5266 544 696 0 5449 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 29344 KiB
Current children cumulated memory: 24008 KiB

[startup+1.50041 s]
/proc/loadavg: 4.53 4.36 4.24 6/255 30182
/proc/meminfo: memFree=129071836/131382116 swapFree=33010684/33010684
[pid=30178] ppid=30175 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/30178/stat : 30178 (naps-1.03a6.sh) S 30175 30178 28384 0 -1 4194304 228 200 0 0 0 0 0 0 20 0 1 0 38088538 4292608 736 18446744073709551615 94261616914432 94261617808965 140729217825552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94261618048016 94261618095760 94261647458304 140729217833383 140729217833477 140729217833477 140729217839079 0
/proc/30178/statm: 1048 736 672 219 0 110 0
[pid=30182] ppid=30178 vsize=51784 memory=41560 CPUtime=1.45 cores=1,3
/proc/30182/stat : 30182 (naps-1.03a6) R 30178 30178 28384 0 -1 4194304 11013 0 0 0 142 3 0 0 20 0 1 0 38088540 53026816 10390 18446744073709551615 4198400 7047149 140735568397856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17879040 140735568402804 140735568402918 140735568402918 140735568408521 0
/proc/30182/statm: 12946 10390 544 696 0 12107 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 55976 KiB
Current children cumulated memory: 44504 KiB

[startup+3.11325 s]
/proc/loadavg: 4.53 4.36 4.24 5/256 30184
/proc/meminfo: memFree=129055768/131382116 swapFree=33010684/33010684
[pid=30178] ppid=30175 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/30178/stat : 30178 (naps-1.03a6.sh) S 30175 30178 28384 0 -1 4194304 228 200 0 0 0 0 0 0 20 0 1 0 38088538 4292608 736 18446744073709551615 94261616914432 94261617808965 140729217825552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94261618048016 94261618095760 94261647458304 140729217833383 140729217833477 140729217833477 140729217839079 0
/proc/30178/statm: 1048 736 672 219 0 110 0
[pid=30182] ppid=30178 vsize=51784 memory=41688 CPUtime=3.06 cores=1,3
/proc/30182/stat : 30182 (naps-1.03a6) R 30178 30178 28384 0 -1 4194304 11053 0 0 0 303 3 0 0 20 0 1 0 38088540 53026816 10422 18446744073709551615 4198400 7047149 140735568397856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17879040 140735568402804 140735568402918 140735568402918 140735568408521 0
/proc/30182/statm: 12946 10422 544 696 0 12107 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 55976 KiB
Current children cumulated memory: 44632 KiB

[startup+6.3004 s]
/proc/loadavg: 4.49 4.36 4.23 5/256 30184
/proc/meminfo: memFree=129056272/131382116 swapFree=33010684/33010684
[pid=30178] ppid=30175 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/30178/stat : 30178 (naps-1.03a6.sh) S 30175 30178 28384 0 -1 4194304 228 200 0 0 0 0 0 0 20 0 1 0 38088538 4292608 736 18446744073709551615 94261616914432 94261617808965 140729217825552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94261618048016 94261618095760 94261647458304 140729217833383 140729217833477 140729217833477 140729217839079 0
/proc/30178/statm: 1048 736 672 219 0 110 0
[pid=30182] ppid=30178 vsize=39784 memory=32492 CPUtime=6.24 cores=1,3
/proc/30182/stat : 30182 (naps-1.03a6) R 30178 30178 28384 0 -1 4194304 15950 0 0 0 620 4 0 0 20 0 1 0 38088540 40738816 8123 18446744073709551615 4198400 7047149 140735568397856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17879040 140735568402804 140735568402918 140735568402918 140735568408521 0
/proc/30182/statm: 9946 8123 544 696 0 9107 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 43976 KiB
Current children cumulated memory: 35436 KiB

[startup+12.7004 s]
/proc/loadavg: 4.45 4.35 4.23 5/256 30184
/proc/meminfo: memFree=129084408/131382116 swapFree=33010684/33010684
[pid=30178] ppid=30175 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/30178/stat : 30178 (naps-1.03a6.sh) S 30175 30178 28384 0 -1 4194304 228 200 0 0 0 0 0 0 20 0 1 0 38088538 4292608 736 18446744073709551615 94261616914432 94261617808965 140729217825552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94261618048016 94261618095760 94261647458304 140729217833383 140729217833477 140729217833477 140729217839079 0
/proc/30178/statm: 1048 736 672 219 0 110 0
[pid=30182] ppid=30178 vsize=31588 memory=26492 CPUtime=12.62 cores=1,3
/proc/30182/stat : 30182 (naps-1.03a6) R 30178 30178 28384 0 -1 4194304 18156 0 0 0 1257 5 0 0 20 0 1 0 38088540 32346112 6623 18446744073709551615 4198400 7047149 140735568397856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17879040 140735568402804 140735568402918 140735568402918 140735568408521 0
/proc/30182/statm: 7897 6623 544 696 0 7058 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 35780 KiB
Current children cumulated memory: 29436 KiB

[startup+25.5005 s]
/proc/loadavg: 4.38 4.34 4.23 5/256 30280
/proc/meminfo: memFree=128957208/131382116 swapFree=33010684/33010684
[pid=30178] ppid=30175 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/30178/stat : 30178 (naps-1.03a6.sh) S 30175 30178 28384 0 -1 4194304 228 200 0 0 0 0 0 0 20 0 1 0 38088538 4292608 736 18446744073709551615 94261616914432 94261617808965 140729217825552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94261618048016 94261618095760 94261647458304 140729217833383 140729217833477 140729217833477 140729217839079 0
/proc/30178/statm: 1048 736 672 219 0 110 0
[pid=30182] ppid=30178 vsize=44720 memory=38384 CPUtime=25.35 cores=1,3
/proc/30182/stat : 30182 (naps-1.03a6) R 30178 30178 28384 0 -1 4194304 26919 0 0 0 2525 10 0 0 20 0 1 0 38088540 45793280 9596 18446744073709551615 4198400 7047149 140735568397856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17879040 140735568402804 140735568402918 140735568402918 140735568408521 0
/proc/30182/statm: 11180 9596 544 696 0 10341 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 48912 KiB
Current children cumulated memory: 41328 KiB

[startup+51.1133 s]
/proc/loadavg: 4.30 4.32 4.23 5/252 30363
/proc/meminfo: memFree=128638720/131382116 swapFree=33010684/33010684
[pid=30178] ppid=30175 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/30178/stat : 30178 (naps-1.03a6.sh) S 30175 30178 28384 0 -1 4194304 228 200 0 0 0 0 0 0 20 0 1 0 38088538 4292608 736 18446744073709551615 94261616914432 94261617808965 140729217825552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94261618048016 94261618095760 94261647458304 140729217833383 140729217833477 140729217833477 140729217839079 0
/proc/30178/statm: 1048 736 672 219 0 110 0
[pid=30182] ppid=30178 vsize=52888 memory=41636 CPUtime=50.85 cores=1,3
/proc/30182/stat : 30182 (naps-1.03a6) R 30178 30178 28384 0 -1 4194304 31797 0 0 0 5071 14 0 0 20 0 1 0 38088540 54157312 10409 18446744073709551615 4198400 7047149 140735568397856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17879040 140735568402804 140735568402918 140735568402918 140735568408521 0
/proc/30182/statm: 13222 10409 544 696 0 12383 0
Current children cumulated CPU time: 50.85 s
Current children cumulated vsize: 57080 KiB
Current children cumulated memory: 44580 KiB

[startup+102.3 s]
/proc/loadavg: 4.29 4.32 4.23 5/257 30378
/proc/meminfo: memFree=126494696/131382116 swapFree=33010684/33010684
[pid=30178] ppid=30175 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/30178/stat : 30178 (naps-1.03a6.sh) S 30175 30178 28384 0 -1 4194304 228 200 0 0 0 0 0 0 20 0 1 0 38088538 4292608 736 18446744073709551615 94261616914432 94261617808965 140729217825552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94261618048016 94261618095760 94261647458304 140729217833383 140729217833477 140729217833477 140729217839079 0
/proc/30178/statm: 1048 736 672 219 0 110 0
[pid=30182] ppid=30178 vsize=52888 memory=43716 CPUtime=101.87 cores=1,3
/proc/30182/stat : 30182 (naps-1.03a6) R 30178 30178 28384 0 -1 4194304 39020 0 0 0 10170 17 0 0 20 0 1 0 38088540 54157312 10929 18446744073709551615 4198400 7047149 140735568397856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17879040 140735568402804 140735568402918 140735568402918 140735568408521 0
/proc/30182/statm: 13222 10929 544 696 0 12383 0
Current children cumulated CPU time: 101.87 s
Current children cumulated vsize: 57080 KiB
Current children cumulated memory: 46660 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.27 4.22 5/257 30382
/proc/meminfo: memFree=124517288/131382116 swapFree=33010684/33010684
[pid=30178] ppid=30175 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/30178/stat : 30178 (naps-1.03a6.sh) S 30175 30178 28384 0 -1 4194304 228 200 0 0 0 0 0 0 20 0 1 0 38088538 4292608 736 18446744073709551615 94261616914432 94261617808965 140729217825552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94261618048016 94261618095760 94261647458304 140729217833383 140729217833477 140729217833477 140729217839079 0
/proc/30178/statm: 1048 736 672 219 0 110 0
[pid=30182] ppid=30178 vsize=61084 memory=52416 CPUtime=161.69 cores=1,3
/proc/30182/stat : 30182 (naps-1.03a6) R 30178 30178 28384 0 -1 4194304 59478 0 0 0 16144 25 0 0 20 0 1 0 38088540 62550016 13104 18446744073709551615 4198400 7047149 140735568397856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17879040 140735568402804 140735568402918 140735568402918 140735568408521 0
/proc/30182/statm: 15271 13104 544 696 0 14432 0
Current children cumulated CPU time: 161.69 s
Current children cumulated vsize: 65276 KiB
Current children cumulated memory: 55360 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.25 4.21 5/256 30384
/proc/meminfo: memFree=122789952/131382116 swapFree=33010684/33010684
[pid=30178] ppid=30175 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/30178/stat : 30178 (naps-1.03a6.sh) S 30175 30178 28384 0 -1 4194304 228 200 0 0 0 0 0 0 20 0 1 0 38088538 4292608 736 18446744073709551615 94261616914432 94261617808965 140729217825552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94261618048016 94261618095760 94261647458304 140729217833383 140729217833477 140729217833477 140729217839079 0
/proc/30178/statm: 1048 736 672 219 0 110 0
[pid=30182] ppid=30178 vsize=48148 memory=43716 CPUtime=221.5 cores=1,3
/proc/30182/stat : 30182 (naps-1.03a6) R 30178 30178 28384 0 -1 4194304 73403 0 0 0 22120 30 0 0 20 0 1 0 38088540 49303552 10929 18446744073709551615 4198400 7047149 140735568397856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17879040 140735568402804 140735568402918 140735568402918 140735568408521 0
/proc/30182/statm: 12037 10929 544 696 0 11198 0
Current children cumulated CPU time: 221.5 s
Current children cumulated vsize: 52340 KiB

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

/proc/loadavg: 4.09 4.16 4.17 5/255 30614
/proc/meminfo: memFree=112042664/131382116 swapFree=33010684/33010684
[pid=30178] ppid=30175 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/30178/stat : 30178 (naps-1.03a6.sh) S 30175 30178 28384 0 -1 4194304 228 200 0 0 0 0 0 0 20 0 1 0 38088538 4292608 736 18446744073709551615 94261616914432 94261617808965 140729217825552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94261618048016 94261618095760 94261647458304 140729217833383 140729217833477 140729217833477 140729217839079 0
/proc/30178/statm: 1048 736 672 219 0 110 0
[pid=30182] ppid=30178 vsize=86036 memory=81668 CPUtime=3032.32 cores=1,3
/proc/30182/stat : 30182 (naps-1.03a6) R 30178 30178 28384 0 -1 4194304 1004249 0 0 0 302774 458 0 0 20 0 1 0 38088540 88100864 20417 18446744073709551615 4198400 7047149 140735568397856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17879040 140735568402804 140735568402918 140735568402918 140735568408521 0
/proc/30182/statm: 21509 20417 544 696 0 20670 0
Current children cumulated CPU time: 3032.32 s
Current children cumulated vsize: 90228 KiB
Current children cumulated memory: 84612 KiB

[startup+3102.3 s]
/proc/loadavg: 4.07 4.14 4.16 5/254 30616
/proc/meminfo: memFree=111966168/131382116 swapFree=33010684/33010684
[pid=30178] ppid=30175 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/30178/stat : 30178 (naps-1.03a6.sh) S 30175 30178 28384 0 -1 4194304 228 200 0 0 0 0 0 0 20 0 1 0 38088538 4292608 736 18446744073709551615 94261616914432 94261617808965 140729217825552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94261618048016 94261618095760 94261647458304 140729217833383 140729217833477 140729217833477 140729217839079 0
/proc/30178/statm: 1048 736 672 219 0 110 0
[pid=30182] ppid=30178 vsize=102424 memory=84220 CPUtime=3092.13 cores=1,3
/proc/30182/stat : 30182 (naps-1.03a6) R 30178 30178 28384 0 -1 4194304 1049401 0 0 0 308736 477 0 0 20 0 1 0 38088540 104882176 21055 18446744073709551615 4198400 7047149 140735568397856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17879040 140735568402804 140735568402918 140735568402918 140735568408521 0
/proc/30182/statm: 25606 21055 544 696 0 24767 0
Current children cumulated CPU time: 3092.13 s
Current children cumulated vsize: 106616 KiB
Current children cumulated memory: 87164 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.13 4.16 5/255 30619
/proc/meminfo: memFree=111859044/131382116 swapFree=33010684/33010684
[pid=30178] ppid=30175 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/30178/stat : 30178 (naps-1.03a6.sh) S 30175 30178 28384 0 -1 4194304 228 200 0 0 0 0 0 0 20 0 1 0 38088538 4292608 736 18446744073709551615 94261616914432 94261617808965 140729217825552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94261618048016 94261618095760 94261647458304 140729217833383 140729217833477 140729217833477 140729217839079 0
/proc/30178/statm: 1048 736 672 219 0 110 0
[pid=30182] ppid=30178 vsize=102424 memory=86268 CPUtime=3151.94 cores=1,3
/proc/30182/stat : 30182 (naps-1.03a6) R 30178 30178 28384 0 -1 4194304 1100719 0 0 0 314695 499 0 0 20 0 1 0 38088540 104882176 21567 18446744073709551615 4198400 7047149 140735568397856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17879040 140735568402804 140735568402918 140735568402918 140735568408521 0
/proc/30182/statm: 25606 21567 544 696 0 24767 0
Current children cumulated CPU time: 3151.94 s
Current children cumulated vsize: 106616 KiB
Current children cumulated memory: 89212 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.12 4.15 5/255 30634
/proc/meminfo: memFree=109090196/131382116 swapFree=33010684/33010684
[pid=30178] ppid=30175 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/30178/stat : 30178 (naps-1.03a6.sh) S 30175 30178 28384 0 -1 4194304 228 200 0 0 0 0 0 0 20 0 1 0 38088538 4292608 736 18446744073709551615 94261616914432 94261617808965 140729217825552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94261618048016 94261618095760 94261647458304 140729217833383 140729217833477 140729217833477 140729217839079 0
/proc/30178/statm: 1048 736 672 219 0 110 0
[pid=30182] ppid=30178 vsize=77848 memory=73148 CPUtime=3211.75 cores=1,3
/proc/30182/stat : 30182 (naps-1.03a6) R 30178 30178 28384 0 -1 4194304 1120770 0 0 0 320665 510 0 0 20 0 1 0 38088540 79716352 18287 18446744073709551615 4198400 7047149 140735568397856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17879040 140735568402804 140735568402918 140735568402918 140735568408521 0
/proc/30182/statm: 19462 18287 544 696 0 18623 0
Current children cumulated CPU time: 3211.75 s
Current children cumulated vsize: 82040 KiB
Current children cumulated memory: 76092 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.14 4.16 5/255 30636
/proc/meminfo: memFree=111869412/131382116 swapFree=33010684/33010684
[pid=30178] ppid=30175 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/30178/stat : 30178 (naps-1.03a6.sh) S 30175 30178 28384 0 -1 4194304 228 200 0 0 0 0 0 0 20 0 1 0 38088538 4292608 736 18446744073709551615 94261616914432 94261617808965 140729217825552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94261618048016 94261618095760 94261647458304 140729217833383 140729217833477 140729217833477 140729217839079 0
/proc/30178/statm: 1048 736 672 219 0 110 0
[pid=30182] ppid=30178 vsize=102424 memory=82172 CPUtime=3271.54 cores=1,3
/proc/30182/stat : 30182 (naps-1.03a6) R 30178 30178 28384 0 -1 4194304 1195911 0 0 0 326612 542 0 0 20 0 1 0 38088540 104882176 20543 18446744073709551615 4198400 7047149 140735568397856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17879040 140735568402804 140735568402918 140735568402918 140735568408521 0
/proc/30182/statm: 25606 20543 544 696 0 24767 0
Current children cumulated CPU time: 3271.54 s
Current children cumulated vsize: 106616 KiB
Current children cumulated memory: 85116 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.12 4.15 5/255 30638
/proc/meminfo: memFree=112094228/131382116 swapFree=33010684/33010684
[pid=30178] ppid=30175 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/30178/stat : 30178 (naps-1.03a6.sh) S 30175 30178 28384 0 -1 4194304 228 200 0 0 0 0 0 0 20 0 1 0 38088538 4292608 736 18446744073709551615 94261616914432 94261617808965 140729217825552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94261618048016 94261618095760 94261647458304 140729217833383 140729217833477 140729217833477 140729217839079 0
/proc/30178/statm: 1048 736 672 219 0 110 0
[pid=30182] ppid=30178 vsize=94232 memory=82172 CPUtime=3331.36 cores=1,3
/proc/30182/stat : 30182 (naps-1.03a6) R 30178 30178 28384 0 -1 4194304 1226567 0 0 0 332580 556 0 0 20 0 1 0 38088540 96493568 20543 18446744073709551615 4198400 7047149 140735568397856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17879040 140735568402804 140735568402918 140735568402918 140735568408521 0
/proc/30182/statm: 23558 20543 544 696 0 22719 0
Current children cumulated CPU time: 3331.36 s
Current children cumulated vsize: 98424 KiB
Current children cumulated memory: 85116 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.13 4.15 5/255 30640
/proc/meminfo: memFree=112061940/131382116 swapFree=33010684/33010684
[pid=30178] ppid=30175 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/30178/stat : 30178 (naps-1.03a6.sh) S 30175 30178 28384 0 -1 4194304 228 200 0 0 0 0 0 0 20 0 1 0 38088538 4292608 736 18446744073709551615 94261616914432 94261617808965 140729217825552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94261618048016 94261618095760 94261647458304 140729217833383 140729217833477 140729217833477 140729217839079 0
/proc/30178/statm: 1048 736 672 219 0 110 0
[pid=30182] ppid=30178 vsize=86036 memory=82472 CPUtime=3391.19 cores=1,3
/proc/30182/stat : 30182 (naps-1.03a6) R 30178 30178 28384 0 -1 4194304 1233054 0 0 0 338560 559 0 0 20 0 1 0 38088540 88100864 20618 18446744073709551615 4198400 7047149 140735568397856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17879040 140735568402804 140735568402918 140735568402918 140735568408521 0
/proc/30182/statm: 21509 20618 544 696 0 20670 0
Current children cumulated CPU time: 3391.19 s
Current children cumulated vsize: 90228 KiB
Current children cumulated memory: 85416 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.12 4.15 5/254 30642
/proc/meminfo: memFree=112039568/131382116 swapFree=33010684/33010684
[pid=30178] ppid=30175 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/30178/stat : 30178 (naps-1.03a6.sh) S 30175 30178 28384 0 -1 4194304 228 200 0 0 0 0 0 0 20 0 1 0 38088538 4292608 736 18446744073709551615 94261616914432 94261617808965 140729217825552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94261618048016 94261618095760 94261647458304 140729217833383 140729217833477 140729217833477 140729217839079 0
/proc/30178/statm: 1048 736 672 219 0 110 0
[pid=30182] ppid=30178 vsize=94232 memory=89120 CPUtime=3451.01 cores=1,3
/proc/30182/stat : 30182 (naps-1.03a6) R 30178 30178 28384 0 -1 4194304 1238442 0 0 0 344539 562 0 0 20 0 1 0 38088540 96493568 22280 18446744073709551615 4198400 7047149 140735568397856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17879040 140735568402804 140735568402918 140735568402918 140735568408521 0
/proc/30182/statm: 23558 22280 544 696 0 22719 0
Current children cumulated CPU time: 3451.01 s
Current children cumulated vsize: 98424 KiB
Current children cumulated memory: 92064 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.11 4.14 5/255 30645
/proc/meminfo: memFree=111886084/131382116 swapFree=33010684/33010684
[pid=30178] ppid=30175 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/30178/stat : 30178 (naps-1.03a6.sh) S 30175 30178 28384 0 -1 4194304 228 200 0 0 0 0 0 0 20 0 1 0 38088538 4292608 736 18446744073709551615 94261616914432 94261617808965 140729217825552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94261618048016 94261618095760 94261647458304 140729217833383 140729217833477 140729217833477 140729217839079 0
/proc/30178/statm: 1048 736 672 219 0 110 0
[pid=30182] ppid=30178 vsize=94232 memory=83068 CPUtime=3510.81 cores=1,3
/proc/30182/stat : 30182 (naps-1.03a6) R 30178 30178 28384 0 -1 4194304 1247748 0 0 0 350514 567 0 0 20 0 1 0 38088540 96493568 20767 18446744073709551615 4198400 7047149 140735568397856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17879040 140735568402804 140735568402918 140735568402918 140735568408521 0
/proc/30182/statm: 23558 20767 544 696 0 22719 0
Current children cumulated CPU time: 3510.81 s
Current children cumulated vsize: 98424 KiB
Current children cumulated memory: 86012 KiB

[startup+3582.3 s]
/proc/loadavg: 3.68 4.01 4.10 4/248 30678
/proc/meminfo: memFree=112749192/131382116 swapFree=33010684/33010684
[pid=30178] ppid=30175 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/30178/stat : 30178 (naps-1.03a6.sh) S 30175 30178 28384 0 -1 4194304 228 200 0 0 0 0 0 0 20 0 1 0 38088538 4292608 736 18446744073709551615 94261616914432 94261617808965 140729217825552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94261618048016 94261618095760 94261647458304 140729217833383 140729217833477 140729217833477 140729217839079 0
/proc/30178/statm: 1048 736 672 219 0 110 0
[pid=30182] ppid=30178 vsize=102424 memory=92412 CPUtime=3570.63 cores=1,3
/proc/30182/stat : 30182 (naps-1.03a6) R 30178 30178 28384 0 -1 4194304 1302021 0 0 0 356471 592 0 0 20 0 1 0 38088540 104882176 23103 18446744073709551615 4198400 7047149 140735568397856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17879040 140735568402804 140735568402918 140735568402918 140735568408521 0
/proc/30182/statm: 25606 23103 544 696 0 24767 0
Current children cumulated CPU time: 3570.63 s
Current children cumulated vsize: 106616 KiB
Current children cumulated memory: 95356 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.8 s]
/proc/loadavg: 3.45 3.92 4.07 4/248 30683
/proc/meminfo: memFree=114271884/131382116 swapFree=33010684/33010684
[pid=30178] ppid=30175 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/30178/stat : 30178 (naps-1.03a6.sh) S 30175 30178 28384 0 -1 4194304 228 200 0 0 0 0 0 0 20 0 1 0 38088538 4292608 736 18446744073709551615 94261616914432 94261617808965 140729217825552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94261618048016 94261618095760 94261647458304 140729217833383 140729217833477 140729217833477 140729217839079 0
/proc/30178/statm: 1048 736 672 219 0 110 0
[pid=30182] ppid=30178 vsize=102424 memory=92412 CPUtime=3600.03 cores=1,3
/proc/30182/stat : 30182 (naps-1.03a6) R 30178 30178 28384 0 -1 4194304 1344617 0 0 0 359393 610 0 0 20 0 1 0 38088540 104882176 23103 18446744073709551615 4198400 7047149 140735568397856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17879040 140735568402804 140735568402918 140735568402918 140735568408521 0
/proc/30182/statm: 25606 23103 544 696 0 24767 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 106616 KiB
Current children cumulated memory: 95356 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3593.94 s, system=6.11426 s

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

Child status: 10

Real time (s): 3611.8
CPU time (s): 3600.05
CPU user time (s): 3593.94
CPU system time (s): 6.11426
CPU usage (%): 99.6747
Max. virtual memory (cumulated for all children) (KiB): 123000
Max. memory (cumulated for all children) (KiB): 113788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.94
system time used= 6.11426
maximum resident set size= 110844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1345057
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= 145
involuntary context switches= 20544


# summary of solver processes directly reported to runsolver:
#   pid: 30178
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3593.94
#   total CPU system time (s): 6.11426

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.176 second user time and 39.0655 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-29 21:08:11
IDJOB=4514909
IDBENCH=163980
IDSOLVER=3341
FILE ID=nodeC010/4514909-1751224091
RUNJOBID= nodeC010-1751216748-28396
SLURM_JOB_ID= 9587658
Free space on /tmp= 432676 MiB

SOLVER NAME= NaPS naps-1.03a6
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib3/normalized-seymour.0.u.opb
COMMAND LINE= ./naps-1.03a6.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514909-1751224091/watcher-4514909-1751224091 -o /tmp/evaluation-result-4514909-1751224091/solver-4514909-1751224091 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751216748-28396 --watchdog 3760  ./naps-1.03a6.sh HOME/instance-4514909-1751224091.opb

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

MD5SUM BENCH= 8ef3131177365cbfba34b2238fc87839
RANDOM SEED=835738797

nodeC010 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	: 0xb00001f
cpu MHz		: 3643.519
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.173
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.472
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.147
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3643.622
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3661.986
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.181
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129099044 kB
MemAvailable:   129332404 kB
Buffers:            3280 kB
Cached:          1043124 kB
SwapCached:            0 kB
Active:           938128 kB
Inactive:         750616 kB
Active(anon):     660300 kB
Inactive(anon):        0 kB
Active(file):     277828 kB
Inactive(file):   750616 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6012 kB
Writeback:             4 kB
AnonPages:        644340 kB
Mapped:           110552 kB
Shmem:             17960 kB
KReclaimable:      89088 kB
Slab:             170844 kB
SReclaimable:      89088 kB
SUnreclaim:        81756 kB
KernelStack:        4096 kB
PageTables:         4276 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1047756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    296960 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432672 MiB
End job on nodeC010 at 2025-06-29 22:08:23