Trace number 4542809

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.1 3611.02

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-05_shuffle/normalized-ec_stargrid_05_021.shuf-2.opb
MD5SUMd64fc744c65ccc2a81826d21c62acb02
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 benchmark0.326574
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables421
Total number of constraints212
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints210
Minimum length of a constraint2
Maximum length of a constraint8
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
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-4542809-1753206207.opb
3600.08/3611.01	c 
3600.08/3611.01	c *** TERMINATED *** by signal 15
3600.08/3611.01	s UNKNOWN
3600.08/3611.01	c _____________________________________________________________________________
3600.08/3611.01	c std/band forms        : 210,0
3600.08/3611.01	c 2cl/3cl ITE-codings   : 0,0
3600.08/3611.01	c BDD/srt/adr Max costs : 0,39,0
3600.08/3611.01	c BDDraw/bin/mul/srt/adr: 0,0,0,210,0
3600.08/3611.01	c BDD nodes             : 0
3600.08/3611.01	c Es1/CC detections     : 0,0
3600.08/3611.01	c CC sort               : 209
3600.08/3611.01	c SAT/UNSAT calls       : 0,0
3600.08/3611.01	c regenrated variables  : 0
3600.08/3611.01	c eliminated fixed lits : 0
3600.08/3611.01	c goal lit flips        : 0
3600.08/3611.01	c goal stages           : 0
3600.08/3611.01	c goal shrink           : 0
3600.08/3611.01	c goal coeff separations: 0
3600.08/3611.01	c restarts              : 0
3600.08/3611.01	c conflicts             : 0              (0 /sec)
3600.08/3611.01	c decisions             : 0              (0 /sec)
3600.08/3611.01	c propagations          : 0              (0 /sec)
3600.08/3611.01	c inspects              : 0              (0 /sec)
3600.08/3611.01	c CPU time (solving tm) : 3570 s        (3570 s, SAT 0 s, UNSAT 0 s)
3600.08/3611.01	c Time for Opt-base     : 0.00051 s
3600.08/3611.01	c Steps for Opt-base    : 0
3600.08/3611.01	c Time for BDD coding   : 0 s
3600.08/3611.01	c Time for srt coding   : 0.000906 s
3600.08/3611.01	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 (54293 MiB free)
  memory of node 1: 64465 MiB (63494 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542809-1753206207/watcher-4542809-1753206207 -o /tmp/evaluation-result-4542809-1753206207/solver-4542809-1753206207 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1753198970-161593 --watchdog 3760 ./naps-1.03a6.sh HOME/instance-4542809-1753206207.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=162387, runsolver pid=162384

[startup+0.1001 s]*
/proc/loadavg: 4.17 4.14 4.13 5/252 162395
/proc/meminfo: memFree=120610888/131382112 swapFree=33000116/33010684
[pid=162387] ppid=162384 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/162387/stat : 162387 (naps-1.03a6.sh) S 162384 162387 161574 0 -1 4194304 230 199 0 0 0 0 0 0 20 0 1 0 236299826 4292608 736 18446744073709551615 94039173779456 94039174673989 140726414638016 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94039174913040 94039174960784 94039185526784 140726414645669 140726414645763 140726414645763 140726414651367 0
/proc/162387/statm: 1048 736 672 219 0 110 0
[pid=162391] ppid=162387 vsize=5880 memory=4148 CPUtime=0.09 cores=1,3
/proc/162391/stat : 162391 (naps-1.03a6) R 162387 162387 161574 0 -1 4194304 744 0 0 0 9 0 0 0 20 0 1 0 236299827 6021120 1037 18446744073709551615 4198400 7047149 140725045243680 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25694208 140725045250418 140725045250532 140725045250532 140725045256137 0
/proc/162391/statm: 1470 1037 544 696 0 631 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10072 KiB
Current children cumulated memory: 7092 KiB

[startup+0.21346 s]*
/proc/loadavg: 4.17 4.14 4.13 5/255 162403
/proc/meminfo: memFree=120610888/131382112 swapFree=33000116/33010684
[pid=162387] ppid=162384 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/162387/stat : 162387 (naps-1.03a6.sh) S 162384 162387 161574 0 -1 4194304 230 199 0 0 0 0 0 0 20 0 1 0 236299826 4292608 736 18446744073709551615 94039173779456 94039174673989 140726414638016 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94039174913040 94039174960784 94039185526784 140726414645669 140726414645763 140726414645763 140726414651367 0
/proc/162387/statm: 1048 736 672 219 0 110 0
[pid=162391] ppid=162387 vsize=7004 memory=5148 CPUtime=0.2 cores=1,3
/proc/162391/stat : 162391 (naps-1.03a6) R 162387 162387 161574 0 -1 4194304 1141 0 0 0 20 0 0 0 20 0 1 0 236299827 7172096 1287 18446744073709551615 4198400 7047149 140725045243680 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25694208 140725045250418 140725045250532 140725045250532 140725045256137 0
/proc/162391/statm: 1751 1287 544 696 0 912 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 11196 KiB
Current children cumulated memory: 8092 KiB

[startup+0.313818 s]*
/proc/loadavg: 4.17 4.14 4.13 5/255 162403
/proc/meminfo: memFree=120610888/131382112 swapFree=33000116/33010684
[pid=162387] ppid=162384 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/162387/stat : 162387 (naps-1.03a6.sh) S 162384 162387 161574 0 -1 4194304 230 199 0 0 0 0 0 0 20 0 1 0 236299826 4292608 736 18446744073709551615 94039173779456 94039174673989 140726414638016 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94039174913040 94039174960784 94039185526784 140726414645669 140726414645763 140726414645763 140726414651367 0
/proc/162387/statm: 1048 736 672 219 0 110 0
[pid=162391] ppid=162387 vsize=7004 memory=4916 CPUtime=0.3 cores=1,3
/proc/162391/stat : 162391 (naps-1.03a6) R 162387 162387 161574 0 -1 4194304 1293 0 0 0 30 0 0 0 20 0 1 0 236299827 7172096 1229 18446744073709551615 4198400 7047149 140725045243680 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25694208 140725045250418 140725045250532 140725045250532 140725045256137 0
/proc/162391/statm: 1751 1229 544 696 0 912 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 11196 KiB
Current children cumulated memory: 7860 KiB

[startup+0.700301 s]
/proc/loadavg: 4.17 4.14 4.13 5/255 162403
/proc/meminfo: memFree=120610888/131382112 swapFree=33000116/33010684
[pid=162387] ppid=162384 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/162387/stat : 162387 (naps-1.03a6.sh) S 162384 162387 161574 0 -1 4194304 230 199 0 0 0 0 0 0 20 0 1 0 236299826 4292608 736 18446744073709551615 94039173779456 94039174673989 140726414638016 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94039174913040 94039174960784 94039185526784 140726414645669 140726414645763 140726414645763 140726414651367 0
/proc/162387/statm: 1048 736 672 219 0 110 0
[pid=162391] ppid=162387 vsize=8008 memory=5848 CPUtime=0.67 cores=1,3
/proc/162391/stat : 162391 (naps-1.03a6) R 162387 162387 161574 0 -1 4194304 2318 0 0 0 67 0 0 0 20 0 1 0 236299827 8200192 1462 18446744073709551615 4198400 7047149 140725045243680 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25694208 140725045250418 140725045250532 140725045250532 140725045256137 0
/proc/162391/statm: 2002 1462 544 696 0 1163 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 12200 KiB
Current children cumulated memory: 8792 KiB

[startup+1.5003 s]
/proc/loadavg: 4.17 4.14 4.13 5/255 162403
/proc/meminfo: memFree=120607024/131382112 swapFree=33000116/33010684
[pid=162387] ppid=162384 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/162387/stat : 162387 (naps-1.03a6.sh) S 162384 162387 161574 0 -1 4194304 230 199 0 0 0 0 0 0 20 0 1 0 236299826 4292608 736 18446744073709551615 94039173779456 94039174673989 140726414638016 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94039174913040 94039174960784 94039185526784 140726414645669 140726414645763 140726414645763 140726414651367 0
/proc/162387/statm: 1048 736 672 219 0 110 0
[pid=162391] ppid=162387 vsize=11136 memory=8084 CPUtime=1.47 cores=1,3
/proc/162391/stat : 162391 (naps-1.03a6) R 162387 162387 161574 0 -1 4194304 5865 0 0 0 146 1 0 0 20 0 1 0 236299827 11403264 2021 18446744073709551615 4198400 7047149 140725045243680 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25694208 140725045250418 140725045250532 140725045250532 140725045256137 0
/proc/162391/statm: 2784 2021 544 696 0 1945 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 15328 KiB
Current children cumulated memory: 11028 KiB

[startup+3.11343 s]
/proc/loadavg: 4.17 4.14 4.13 5/255 162451
/proc/meminfo: memFree=128539868/131382112 swapFree=33000116/33010684
[pid=162387] ppid=162384 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/162387/stat : 162387 (naps-1.03a6.sh) S 162384 162387 161574 0 -1 4194304 230 199 0 0 0 0 0 0 20 0 1 0 236299826 4292608 736 18446744073709551615 94039173779456 94039174673989 140726414638016 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94039174913040 94039174960784 94039185526784 140726414645669 140726414645763 140726414645763 140726414651367 0
/proc/162387/statm: 1048 736 672 219 0 110 0
[pid=162391] ppid=162387 vsize=13184 memory=9760 CPUtime=3.06 cores=1,3
/proc/162391/stat : 162391 (naps-1.03a6) R 162387 162387 161574 0 -1 4194304 15143 0 0 0 303 3 0 0 20 0 1 0 236299827 13500416 2440 18446744073709551615 4198400 7047149 140725045243680 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25694208 140725045250418 140725045250532 140725045250532 140725045256137 0
/proc/162391/statm: 3296 2440 544 696 0 2457 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 17376 KiB
Current children cumulated memory: 12704 KiB

[startup+6.30033 s]
/proc/loadavg: 4.23 4.16 4.13 5/255 162451
/proc/meminfo: memFree=128058308/131382112 swapFree=33000116/33010684
[pid=162387] ppid=162384 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/162387/stat : 162387 (naps-1.03a6.sh) S 162384 162387 161574 0 -1 4194304 230 199 0 0 0 0 0 0 20 0 1 0 236299826 4292608 736 18446744073709551615 94039173779456 94039174673989 140726414638016 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94039174913040 94039174960784 94039185526784 140726414645669 140726414645763 140726414645763 140726414651367 0
/proc/162387/statm: 1048 736 672 219 0 110 0
[pid=162391] ppid=162387 vsize=12160 memory=8844 CPUtime=6.25 cores=1,3
/proc/162391/stat : 162391 (naps-1.03a6) R 162387 162387 161574 0 -1 4194304 33586 0 0 0 619 6 0 0 20 0 1 0 236299827 12451840 2211 18446744073709551615 4198400 7047149 140725045243680 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25694208 140725045250418 140725045250532 140725045250532 140725045256137 0
/proc/162391/statm: 3040 2211 544 696 0 2201 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 16352 KiB
Current children cumulated memory: 11788 KiB

[startup+12.7003 s]
/proc/loadavg: 4.22 4.16 4.13 5/255 162452
/proc/meminfo: memFree=127652460/131382112 swapFree=33000116/33010684
[pid=162387] ppid=162384 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/162387/stat : 162387 (naps-1.03a6.sh) S 162384 162387 161574 0 -1 4194304 230 199 0 0 0 0 0 0 20 0 1 0 236299826 4292608 736 18446744073709551615 94039173779456 94039174673989 140726414638016 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94039174913040 94039174960784 94039185526784 140726414645669 140726414645763 140726414645763 140726414651367 0
/proc/162387/statm: 1048 736 672 219 0 110 0
[pid=162391] ppid=162387 vsize=15232 memory=11304 CPUtime=12.63 cores=1,3
/proc/162391/stat : 162391 (naps-1.03a6) R 162387 162387 161574 0 -1 4194304 66406 0 0 0 1252 11 0 0 20 0 1 0 236299827 15597568 2826 18446744073709551615 4198400 7047149 140725045243680 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25694208 140725045250418 140725045250532 140725045250532 140725045256137 0
/proc/162391/statm: 3808 2826 544 696 0 2969 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 19424 KiB
Current children cumulated memory: 14248 KiB

[startup+25.5004 s]
/proc/loadavg: 4.17 4.15 4.13 5/255 162452
/proc/meminfo: memFree=127805632/131382112 swapFree=33000116/33010684
[pid=162387] ppid=162384 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/162387/stat : 162387 (naps-1.03a6.sh) S 162384 162387 161574 0 -1 4194304 230 199 0 0 0 0 0 0 20 0 1 0 236299826 4292608 736 18446744073709551615 94039173779456 94039174673989 140726414638016 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94039174913040 94039174960784 94039185526784 140726414645669 140726414645763 140726414645763 140726414651367 0
/proc/162387/statm: 1048 736 672 219 0 110 0
[pid=162391] ppid=162387 vsize=17844 memory=14284 CPUtime=25.4 cores=1,3
/proc/162391/stat : 162391 (naps-1.03a6) R 162387 162387 161574 0 -1 4194304 148425 0 0 0 2516 24 0 0 20 0 1 0 236299827 18272256 3571 18446744073709551615 4198400 7047149 140725045243680 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25694208 140725045250418 140725045250532 140725045250532 140725045256137 0
/proc/162391/statm: 4461 3571 544 696 0 3622 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 22036 KiB
Current children cumulated memory: 17228 KiB

[startup+51.1137 s]
/proc/loadavg: 4.11 4.13 4.12 5/255 162452
/proc/meminfo: memFree=127796784/131382112 swapFree=33000116/33010684
[pid=162387] ppid=162384 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/162387/stat : 162387 (naps-1.03a6.sh) S 162384 162387 161574 0 -1 4194304 230 199 0 0 0 0 0 0 20 0 1 0 236299826 4292608 736 18446744073709551615 94039173779456 94039174673989 140726414638016 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94039174913040 94039174960784 94039185526784 140726414645669 140726414645763 140726414645763 140726414651367 0
/proc/162387/statm: 1048 736 672 219 0 110 0
[pid=162391] ppid=162387 vsize=22400 memory=16368 CPUtime=50.93 cores=1,3
/proc/162391/stat : 162391 (naps-1.03a6) R 162387 162387 161574 0 -1 4194304 284111 0 0 0 5045 48 0 0 20 0 1 0 236299827 22937600 4092 18446744073709551615 4198400 7047149 140725045243680 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25694208 140725045250418 140725045250532 140725045250532 140725045256137 0
/proc/162391/statm: 5600 4092 544 696 0 4761 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 26592 KiB
Current children cumulated memory: 19312 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.13 4.12 5/255 162454
/proc/meminfo: memFree=127810964/131382112 swapFree=33000116/33010684
[pid=162387] ppid=162384 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/162387/stat : 162387 (naps-1.03a6.sh) S 162384 162387 161574 0 -1 4194304 230 199 0 0 0 0 0 0 20 0 1 0 236299826 4292608 736 18446744073709551615 94039173779456 94039174673989 140726414638016 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94039174913040 94039174960784 94039185526784 140726414645669 140726414645763 140726414645763 140726414651367 0
/proc/162387/statm: 1048 736 672 219 0 110 0
[pid=162391] ppid=162387 vsize=24448 memory=18756 CPUtime=101.98 cores=1,3
/proc/162391/stat : 162391 (naps-1.03a6) R 162387 162387 161574 0 -1 4194304 584426 0 0 0 10097 101 0 0 20 0 1 0 236299827 25034752 4689 18446744073709551615 4198400 7047149 140725045243680 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25694208 140725045250418 140725045250532 140725045250532 140725045256137 0
/proc/162391/statm: 6112 4689 544 696 0 5273 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 28640 KiB
Current children cumulated memory: 21700 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.13 4.12 5/255 162503
/proc/meminfo: memFree=128452184/131382112 swapFree=33000116/33010684
[pid=162387] ppid=162384 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/162387/stat : 162387 (naps-1.03a6.sh) S 162384 162387 161574 0 -1 4194304 230 199 0 0 0 0 0 0 20 0 1 0 236299826 4292608 736 18446744073709551615 94039173779456 94039174673989 140726414638016 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94039174913040 94039174960784 94039185526784 140726414645669 140726414645763 140726414645763 140726414651367 0
/proc/162387/statm: 1048 736 672 219 0 110 0
[pid=162391] ppid=162387 vsize=26492 memory=21584 CPUtime=161.8 cores=1,3
/proc/162391/stat : 162391 (naps-1.03a6) R 162387 162387 161574 0 -1 4194304 864573 0 0 0 16018 162 0 0 20 0 1 0 236299827 27127808 5396 18446744073709551615 4198400 7047149 140725045243680 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25694208 140725045250418 140725045250532 140725045250532 140725045256137 0
/proc/162391/statm: 6623 5396 544 696 0 5784 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 30684 KiB
Current children cumulated memory: 24528 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.14 4.12 5/255 162505
/proc/meminfo: memFree=128397980/131382112 swapFree=33000116/33010684
[pid=162387] ppid=162384 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/162387/stat : 162387 (naps-1.03a6.sh) S 162384 162387 161574 0 -1 4194304 230 199 0 0 0 0 0 0 20 0 1 0 236299826 4292608 736 18446744073709551615 94039173779456 94039174673989 140726414638016 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94039174913040 94039174960784 94039185526784 140726414645669 140726414645763 140726414645763 140726414651367 0
/proc/162387/statm: 1048 736 672 219 0 110 0
[pid=162391] ppid=162387 vsize=30592 memory=25300 CPUtime=221.64 cores=1,3
/proc/162391/stat : 162391 (naps-1.03a6) R 162387 162387 161574 0 -1 4194304 1170095 0 0 0 21933 231 0 0 20 0 1 0 236299827 31326208 6325 18446744073709551615 4198400 7047149 140725045243680 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25694208 140725045250418 140725045250532 140725045250532 140725045256137 0
/proc/162391/statm: 7648 6325 544 696 0 6809 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 34784 KiB

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

/proc/loadavg: 4.09 4.14 4.14 5/255 162649
/proc/meminfo: memFree=128363168/131382112 swapFree=33000116/33010684
[pid=162387] ppid=162384 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/162387/stat : 162387 (naps-1.03a6.sh) S 162384 162387 161574 0 -1 4194304 230 199 0 0 0 0 0 0 20 0 1 0 236299826 4292608 736 18446744073709551615 94039173779456 94039174673989 140726414638016 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94039174913040 94039174960784 94039185526784 140726414645669 140726414645763 140726414645763 140726414651367 0
/proc/162387/statm: 1048 736 672 219 0 110 0
[pid=162391] ppid=162387 vsize=55680 memory=51888 CPUtime=3033.02 cores=1,3
/proc/162391/stat : 162391 (naps-1.03a6) R 162387 162387 161574 0 -1 4194304 9106590 0 0 0 300784 2518 0 0 20 0 1 0 236299827 57016320 12972 18446744073709551615 4198400 7047149 140725045243680 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25694208 140725045250418 140725045250532 140725045250532 140725045256137 0
/proc/162391/statm: 13920 12972 544 696 0 13081 0
Current children cumulated CPU time: 3033.02 s
Current children cumulated vsize: 59872 KiB
Current children cumulated memory: 54832 KiB

[startup+3102.3 s]
/proc/loadavg: 4.07 4.13 4.14 5/255 162651
/proc/meminfo: memFree=128357064/131382112 swapFree=33000116/33010684
[pid=162387] ppid=162384 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/162387/stat : 162387 (naps-1.03a6.sh) S 162384 162387 161574 0 -1 4194304 230 199 0 0 0 0 0 0 20 0 1 0 236299826 4292608 736 18446744073709551615 94039173779456 94039174673989 140726414638016 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94039174913040 94039174960784 94039185526784 140726414645669 140726414645763 140726414645763 140726414651367 0
/proc/162387/statm: 1048 736 672 219 0 110 0
[pid=162391] ppid=162387 vsize=80256 memory=60720 CPUtime=3092.84 cores=1,3
/proc/162391/stat : 162391 (naps-1.03a6) R 162387 162387 161574 0 -1 4194304 9357031 0 0 0 306675 2609 0 0 20 0 1 0 236299827 82182144 15180 18446744073709551615 4198400 7047149 140725045243680 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25694208 140725045250418 140725045250532 140725045250532 140725045256137 0
/proc/162391/statm: 20064 15180 544 696 0 19225 0
Current children cumulated CPU time: 3092.84 s
Current children cumulated vsize: 84448 KiB
Current children cumulated memory: 63664 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.12 4.13 5/255 162653
/proc/meminfo: memFree=128345044/131382112 swapFree=33000116/33010684
[pid=162387] ppid=162384 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/162387/stat : 162387 (naps-1.03a6.sh) S 162384 162387 161574 0 -1 4194304 230 199 0 0 0 0 0 0 20 0 1 0 236299826 4292608 736 18446744073709551615 94039173779456 94039174673989 140726414638016 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94039174913040 94039174960784 94039185526784 140726414645669 140726414645763 140726414645763 140726414651367 0
/proc/162387/statm: 1048 736 672 219 0 110 0
[pid=162391] ppid=162387 vsize=80256 memory=58544 CPUtime=3152.68 cores=1,3
/proc/162391/stat : 162391 (naps-1.03a6) R 162387 162387 161574 0 -1 4194304 9457033 0 0 0 312617 2651 0 0 20 0 1 0 236299827 82182144 14636 18446744073709551615 4198400 7047149 140725045243680 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25694208 140725045250418 140725045250532 140725045250532 140725045256137 0
/proc/162391/statm: 20064 14636 544 696 0 19225 0
Current children cumulated CPU time: 3152.68 s
Current children cumulated vsize: 84448 KiB
Current children cumulated memory: 61488 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.11 4.13 5/255 162655
/proc/meminfo: memFree=128340912/131382112 swapFree=33000116/33010684
[pid=162387] ppid=162384 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/162387/stat : 162387 (naps-1.03a6.sh) S 162384 162387 161574 0 -1 4194304 230 199 0 0 0 0 0 0 20 0 1 0 236299826 4292608 736 18446744073709551615 94039173779456 94039174673989 140726414638016 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94039174913040 94039174960784 94039185526784 140726414645669 140726414645763 140726414645763 140726414651367 0
/proc/162387/statm: 1048 736 672 219 0 110 0
[pid=162391] ppid=162387 vsize=67968 memory=56356 CPUtime=3212.51 cores=1,3
/proc/162391/stat : 162391 (naps-1.03a6) R 162387 162387 161574 0 -1 4194304 9706039 0 0 0 318516 2735 0 0 20 0 1 0 236299827 69599232 14089 18446744073709551615 4198400 7047149 140725045243680 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25694208 140725045250418 140725045250532 140725045250532 140725045256137 0
/proc/162391/statm: 16992 14089 544 696 0 16153 0
Current children cumulated CPU time: 3212.51 s
Current children cumulated vsize: 72160 KiB
Current children cumulated memory: 59300 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.12 4.13 5/255 162657
/proc/meminfo: memFree=128358860/131382112 swapFree=33000116/33010684
[pid=162387] ppid=162384 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/162387/stat : 162387 (naps-1.03a6.sh) S 162384 162387 161574 0 -1 4194304 230 199 0 0 0 0 0 0 20 0 1 0 236299826 4292608 736 18446744073709551615 94039173779456 94039174673989 140726414638016 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94039174913040 94039174960784 94039185526784 140726414645669 140726414645763 140726414645763 140726414651367 0
/proc/162387/statm: 1048 736 672 219 0 110 0
[pid=162391] ppid=162387 vsize=55680 memory=50480 CPUtime=3272.33 cores=1,3
/proc/162391/stat : 162391 (naps-1.03a6) R 162387 162387 161574 0 -1 4194304 9840289 0 0 0 324445 2788 0 0 20 0 1 0 236299827 57016320 12620 18446744073709551615 4198400 7047149 140725045243680 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25694208 140725045250418 140725045250532 140725045250532 140725045256137 0
/proc/162391/statm: 13920 12620 544 696 0 13081 0
Current children cumulated CPU time: 3272.33 s
Current children cumulated vsize: 59872 KiB
Current children cumulated memory: 53424 KiB

[startup+3342.3 s]
/proc/loadavg: 4.05 4.09 4.11 5/254 162659
/proc/meminfo: memFree=128373460/131382112 swapFree=33000116/33010684
[pid=162387] ppid=162384 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/162387/stat : 162387 (naps-1.03a6.sh) S 162384 162387 161574 0 -1 4194304 230 199 0 0 0 0 0 0 20 0 1 0 236299826 4292608 736 18446744073709551615 94039173779456 94039174673989 140726414638016 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94039174913040 94039174960784 94039185526784 140726414645669 140726414645763 140726414645763 140726414651367 0
/proc/162387/statm: 1048 736 672 219 0 110 0
[pid=162391] ppid=162387 vsize=63868 memory=52256 CPUtime=3332.16 cores=1,3
/proc/162391/stat : 162391 (naps-1.03a6) R 162387 162387 161574 0 -1 4194304 9847603 0 0 0 330424 2792 0 0 20 0 1 0 236299827 65400832 13064 18446744073709551615 4198400 7047149 140725045243680 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25694208 140725045250418 140725045250532 140725045250532 140725045256137 0
/proc/162391/statm: 15967 13064 544 696 0 15128 0
Current children cumulated CPU time: 3332.16 s
Current children cumulated vsize: 68060 KiB
Current children cumulated memory: 55200 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.10 4.11 5/253 162661
/proc/meminfo: memFree=128382976/131382112 swapFree=33000116/33010684
[pid=162387] ppid=162384 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/162387/stat : 162387 (naps-1.03a6.sh) S 162384 162387 161574 0 -1 4194304 230 199 0 0 0 0 0 0 20 0 1 0 236299826 4292608 736 18446744073709551615 94039173779456 94039174673989 140726414638016 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94039174913040 94039174960784 94039185526784 140726414645669 140726414645763 140726414645763 140726414651367 0
/proc/162387/statm: 1048 736 672 219 0 110 0
[pid=162391] ppid=162387 vsize=41344 memory=39452 CPUtime=3391.99 cores=1,3
/proc/162391/stat : 162391 (naps-1.03a6) R 162387 162387 161574 0 -1 4194304 9867974 0 0 0 336400 2799 0 0 20 0 1 0 236299827 42336256 9863 18446744073709551615 4198400 7047149 140725045243680 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25694208 140725045250418 140725045250532 140725045250532 140725045256137 0
/proc/162391/statm: 10336 9863 544 696 0 9497 0
Current children cumulated CPU time: 3391.99 s
Current children cumulated vsize: 45536 KiB
Current children cumulated memory: 42396 KiB

[startup+3462.3 s]
/proc/loadavg: 4.68 4.26 4.17 5/253 162663
/proc/meminfo: memFree=128359248/131382112 swapFree=33000116/33010684
[pid=162387] ppid=162384 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/162387/stat : 162387 (naps-1.03a6.sh) S 162384 162387 161574 0 -1 4194304 230 199 0 0 0 0 0 0 20 0 1 0 236299826 4292608 736 18446744073709551615 94039173779456 94039174673989 140726414638016 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94039174913040 94039174960784 94039185526784 140726414645669 140726414645763 140726414645763 140726414651367 0
/proc/162387/statm: 1048 736 672 219 0 110 0
[pid=162391] ppid=162387 vsize=80256 memory=62768 CPUtime=3451.83 cores=1,3
/proc/162391/stat : 162391 (naps-1.03a6) R 162387 162387 161574 0 -1 4194304 10048806 0 0 0 342318 2865 0 0 20 0 1 0 236299827 82182144 15692 18446744073709551615 4198400 7047149 140725045243680 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25694208 140725045250418 140725045250532 140725045250532 140725045256137 0
/proc/162391/statm: 20064 15692 544 696 0 19225 0
Current children cumulated CPU time: 3451.83 s
Current children cumulated vsize: 84448 KiB
Current children cumulated memory: 65712 KiB

[startup+3522.3 s]
/proc/loadavg: 4.40 4.27 4.18 5/253 162665
/proc/meminfo: memFree=128363700/131382112 swapFree=33000116/33010684
[pid=162387] ppid=162384 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/162387/stat : 162387 (naps-1.03a6.sh) S 162384 162387 161574 0 -1 4194304 230 199 0 0 0 0 0 0 20 0 1 0 236299826 4292608 736 18446744073709551615 94039173779456 94039174673989 140726414638016 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94039174913040 94039174960784 94039185526784 140726414645669 140726414645763 140726414645763 140726414651367 0
/proc/162387/statm: 1048 736 672 219 0 110 0
[pid=162391] ppid=162387 vsize=63868 memory=52256 CPUtime=3511.64 cores=1,3
/proc/162391/stat : 162391 (naps-1.03a6) R 162387 162387 161574 0 -1 4194304 10244712 0 0 0 348228 2936 0 0 20 0 1 0 236299827 65400832 13064 18446744073709551615 4198400 7047149 140725045243680 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25694208 140725045250418 140725045250532 140725045250532 140725045256137 0
/proc/162391/statm: 15967 13064 544 696 0 15128 0
Current children cumulated CPU time: 3511.64 s
Current children cumulated vsize: 68060 KiB
Current children cumulated memory: 55200 KiB

[startup+3582.3 s]
/proc/loadavg: 4.21 4.23 4.17 5/253 162667
/proc/meminfo: memFree=128358884/131382112 swapFree=33000116/33010684
[pid=162387] ppid=162384 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/162387/stat : 162387 (naps-1.03a6.sh) S 162384 162387 161574 0 -1 4194304 230 199 0 0 0 0 0 0 20 0 1 0 236299826 4292608 736 18446744073709551615 94039173779456 94039174673989 140726414638016 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94039174913040 94039174960784 94039185526784 140726414645669 140726414645763 140726414645763 140726414651367 0
/proc/162387/statm: 1048 736 672 219 0 110 0
[pid=162391] ppid=162387 vsize=80256 memory=60724 CPUtime=3571.48 cores=1,3
/proc/162391/stat : 162391 (naps-1.03a6) R 162387 162387 161574 0 -1 4194304 10305097 0 0 0 354189 2959 0 0 20 0 1 0 236299827 82182144 15181 18446744073709551615 4198400 7047149 140725045243680 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25694208 140725045250418 140725045250532 140725045250532 140725045256137 0
/proc/162391/statm: 20064 15181 544 696 0 19225 0
Current children cumulated CPU time: 3571.48 s
Current children cumulated vsize: 84448 KiB
Current children cumulated memory: 63668 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611 s]*
/proc/loadavg: 4.13 4.21 4.17 5/254 162675
/proc/meminfo: memFree=128336844/131382112 swapFree=33000116/33010684
[pid=162387] ppid=162384 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/162387/stat : 162387 (naps-1.03a6.sh) S 162384 162387 161574 0 -1 4194304 230 199 0 0 0 0 0 0 20 0 1 0 236299826 4292608 736 18446744073709551615 94039173779456 94039174673989 140726414638016 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94039174913040 94039174960784 94039185526784 140726414645669 140726414645763 140726414645763 140726414651367 0
/proc/162387/statm: 1048 736 672 219 0 110 0
[pid=162391] ppid=162387 vsize=80256 memory=62772 CPUtime=3600.08 cores=1,3
/proc/162391/stat : 162391 (naps-1.03a6) R 162387 162387 161574 0 -1 4194304 10419883 0 0 0 357005 3003 0 0 20 0 1 0 236299827 82182144 15693 18446744073709551615 4198400 7047149 140725045243680 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25694208 140725045250418 140725045250532 140725045250532 140725045256137 0
/proc/162391/statm: 20064 15693 544 696 0 19225 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 84448 KiB
Current children cumulated memory: 65716 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3570.06 s, system=30.0411 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.02
CPU time (s): 3600.1
CPU user time (s): 3570.06
CPU system time (s): 30.0411
CPU usage (%): 99.6977
Max. virtual memory (cumulated for all children) (KiB): 133604
Max. memory (cumulated for all children) (KiB): 100532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3570.06
system time used= 30.0411
maximum resident set size= 97588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10420324
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= 154
involuntary context switches= 4146


# summary of solver processes directly reported to runsolver:
#   pid: 162387
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3570.06
#   total CPU system time (s): 30.0411

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.8715 second user time and 37.6219 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-22 19:43:27
IDJOB=4542809
IDBENCH=164731
IDSOLVER=3341
FILE ID=nodeC007/4542809-1753206207
RUNJOBID= nodeC007-1753198970-161593
SLURM_JOB_ID= 9687740
Free space on /tmp= 432920 MiB

SOLVER NAME= NaPS naps-1.03a6
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/even-colouring/ec-stargrid-05_shuffle/normalized-ec_stargrid_05_021.shuf-2.opb
COMMAND LINE= ./naps-1.03a6.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542809-1753206207/watcher-4542809-1753206207 -o /tmp/evaluation-result-4542809-1753206207/solver-4542809-1753206207 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1753198970-161593 --watchdog 3760  ./naps-1.03a6.sh HOME/instance-4542809-1753206207.opb

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

MD5SUM BENCH= d64fc744c65ccc2a81826d21c62acb02
RANDOM SEED=360174525

nodeC007 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		: 3591.588
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.68
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		: 3491.841
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.68
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.272
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.68
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.335
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.68
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		: 3661.129
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.68
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		: 1197.167
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.68
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.68
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.186
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        120614984 kB
MemAvailable:   121200668 kB
Buffers:              16 kB
Cached:          1257376 kB
SwapCached:         2616 kB
Active:          9436780 kB
Inactive:         434240 kB
Active(anon):    8600620 kB
Inactive(anon):    33312 kB
Active(file):     836160 kB
Inactive(file):   400928 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000116 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5584 kB
Writeback:            12 kB
AnonPages:       8602644 kB
Mapped:           106784 kB
Shmem:             20304 kB
KReclaimable:     376448 kB
Slab:             470584 kB
SReclaimable:     376448 kB
SUnreclaim:        94136 kB
KernelStack:        4080 kB
PageTables:        19924 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   11062064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5306368 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432964 MiB
End job on nodeC007 at 2025-07-22 20:43:38