Trace number 4499342

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 NameAnswerobjective functionCPU timeWall clock time
NaPS naps-1.03a6? (TO) 3600.08 3612.01

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx30.opb
MD5SUM91ecd4a7d2e975c8e8a35b07ef7013ef
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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 benchmark17.5328
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables774
Total number of constraints994
Number of constraints which are clauses771
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints192
Minimum length of a constraint2
Maximum length of a constraint192
Number of terms in the objective function 3
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3
Number of bits of the sum of numbers in the objective function 2
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 380
Number of bits of the biggest sum of numbers9
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.04	c NaPS 1.03a6.
0.00/0.04	c Input file name: HOME/instance-4499342-1751486158.opb
0.55/0.69	c single stage optimization mode
3600.06/3612.00	c 
3600.06/3612.00	c *** TERMINATED *** by signal 15
3600.06/3612.00	s UNKNOWN
3600.06/3612.00	c _____________________________________________________________________________
3600.06/3612.00	c std/band forms        : 222,0
3600.06/3612.00	c 2cl/3cl ITE-codings   : 139080,0
3600.06/3612.00	c BDD/srt/adr Max costs : 860,5568,0
3600.06/3612.00	c BDDraw/bin/mul/srt/adr: 0,0,192,30,0
3600.06/3612.00	c BDD nodes             : 165312
3600.06/3612.00	c Es1/CC detections     : 0,0
3600.06/3612.00	c CC sort               : 30
3600.06/3612.00	c SAT/UNSAT calls       : 0,0
3600.06/3612.00	c regenrated variables  : 0
3600.06/3612.00	c eliminated fixed lits : 0
3600.06/3612.00	c goal lit flips        : 0
3600.06/3612.00	c goal stages           : 1
3600.06/3612.00	c goal shrink           : 0
3600.06/3612.00	c goal coeff separations: 0
3600.06/3612.00	c restarts              : 0
3600.06/3612.00	c conflicts             : 0              (0 /sec)
3600.06/3612.00	c decisions             : 0              (0 /sec)
3600.06/3612.00	c propagations          : 0              (0 /sec)
3600.06/3612.00	c inspects              : 0              (0 /sec)
3600.06/3612.00	c CPU time (solving tm) : 3599 s        (3598 s, SAT 0 s, UNSAT 0 s)
3600.06/3612.00	c Time for Opt-base     : 0.07441 s
3600.06/3612.00	c Steps for Opt-base    : 190080
3600.06/3612.00	c Time for BDD coding   : 0.4866 s
3600.06/3612.00	c Time for srt coding   : 0.000772 s
3600.06/3612.00	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (56184 MiB free)
  memory of node 1: 64465 MiB (55209 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4499342-1751486158/watcher-4499342-1751486158 -o /tmp/evaluation-result-4499342-1751486158/solver-4499342-1751486158 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751486158-68113 --watchdog 3760 ./naps-1.03a6.sh HOME/instance-4499342-1751486158.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=68164, runsolver pid=68152

[startup+0.100059 s]*
/proc/loadavg: 0.68 1.26 2.35 7/269 68181
/proc/meminfo: memFree=114059088/131249996 swapFree=33010160/33010684
[pid=68164] ppid=68152 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/68164/stat : 68164 (naps-1.03a6.sh) S 68152 68164 68100 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 64294457 4292608 736 18446744073709551615 94453178388480 94453179283013 140726827021904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94453179522064 94453179569808 94453208104960 140726827030951 140726827031045 140726827031045 140726827036647 0
/proc/68164/statm: 1048 736 672 219 0 110 0
[pid=68181] ppid=68164 vsize=7216 memory=5800 CPUtime=0.05 cores=5,7
/proc/68181/stat : 68181 (naps-1.03a6) R 68164 68164 68100 0 -1 4194304 1091 0 0 0 5 0 0 0 20 0 1 0 64294461 7389184 1450 18446744073709551615 4198400 7047149 140721745846784 0 0 0 0 0 17922 0 0 0 17 7 0 0 0 0 0 7573272 7623312 32223232 140721745848692 140721745848806 140721745848806 140721745854409 0
/proc/68181/statm: 1804 1450 576 696 0 965 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 11408 KiB
Current children cumulated memory: 8744 KiB

[startup+0.205413 s]*
/proc/loadavg: 0.68 1.26 2.35 7/269 68181
/proc/meminfo: memFree=114039936/131249996 swapFree=33010160/33010684
[pid=68164] ppid=68152 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/68164/stat : 68164 (naps-1.03a6.sh) S 68152 68164 68100 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 64294457 4292608 736 18446744073709551615 94453178388480 94453179283013 140726827021904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94453179522064 94453179569808 94453208104960 140726827030951 140726827031045 140726827031045 140726827036647 0
/proc/68164/statm: 1048 736 672 219 0 110 0
[pid=68181] ppid=68164 vsize=9560 memory=7632 CPUtime=0.15 cores=5,7
/proc/68181/stat : 68181 (naps-1.03a6) R 68164 68164 68100 0 -1 4194304 1732 0 0 0 15 0 0 0 20 0 1 0 64294461 9789440 1908 18446744073709551615 4198400 7047149 140721745846784 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32223232 140721745848692 140721745848806 140721745848806 140721745854409 0
/proc/68181/statm: 2390 1908 576 696 0 1551 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 13752 KiB
Current children cumulated memory: 10576 KiB

[startup+0.305092 s]*
/proc/loadavg: 0.68 1.26 2.35 7/269 68181
/proc/meminfo: memFree=114048848/131249996 swapFree=33010160/33010684
[pid=68164] ppid=68152 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/68164/stat : 68164 (naps-1.03a6.sh) S 68152 68164 68100 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 64294457 4292608 736 18446744073709551615 94453178388480 94453179283013 140726827021904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94453179522064 94453179569808 94453208104960 140726827030951 140726827031045 140726827031045 140726827036647 0
/proc/68164/statm: 1048 736 672 219 0 110 0
[pid=68181] ppid=68164 vsize=12076 memory=10064 CPUtime=0.25 cores=5,7
/proc/68181/stat : 68181 (naps-1.03a6) R 68164 68164 68100 0 -1 4194304 2681 0 0 0 25 0 0 0 20 0 1 0 64294461 12365824 2516 18446744073709551615 4198400 7047149 140721745846784 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32223232 140721745848692 140721745848806 140721745848806 140721745854409 0
/proc/68181/statm: 3019 2516 576 696 0 2180 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 16268 KiB
Current children cumulated memory: 13008 KiB

[startup+0.700199 s]
/proc/loadavg: 0.68 1.26 2.35 7/269 68181
/proc/meminfo: memFree=114032408/131249996 swapFree=33010160/33010684
[pid=68164] ppid=68152 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/68164/stat : 68164 (naps-1.03a6.sh) S 68152 68164 68100 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 64294457 4292608 736 18446744073709551615 94453178388480 94453179283013 140726827021904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94453179522064 94453179569808 94453208104960 140726827030951 140726827031045 140726827031045 140726827036647 0
/proc/68164/statm: 1048 736 672 219 0 110 0
[pid=68181] ppid=68164 vsize=99732 memory=93432 CPUtime=0.64 cores=5,7
/proc/68181/stat : 68181 (naps-1.03a6) R 68164 68164 68100 0 -1 4194304 19797 0 0 0 61 3 0 0 20 0 1 0 64294461 102125568 23358 18446744073709551615 4198400 7047149 140721745846784 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32223232 140721745848692 140721745848806 140721745848806 140721745854409 0
/proc/68181/statm: 24933 23358 608 696 0 24094 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 103924 KiB
Current children cumulated memory: 96376 KiB

[startup+1.50019 s]
/proc/loadavg: 0.68 1.26 2.35 7/269 68181
/proc/meminfo: memFree=113877736/131249996 swapFree=33010160/33010684
[pid=68164] ppid=68152 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/68164/stat : 68164 (naps-1.03a6.sh) S 68152 68164 68100 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 64294457 4292608 736 18446744073709551615 94453178388480 94453179283013 140726827021904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94453179522064 94453179569808 94453208104960 140726827030951 140726827031045 140726827031045 140726827036647 0
/proc/68164/statm: 1048 736 672 219 0 110 0
[pid=68181] ppid=68164 vsize=110524 memory=102876 CPUtime=1.43 cores=5,7
/proc/68181/stat : 68181 (naps-1.03a6) R 68164 68164 68100 0 -1 4194304 21668 0 0 0 140 3 0 0 20 0 1 0 64294461 113176576 25719 18446744073709551615 4198400 7047149 140721745846784 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32223232 140721745848692 140721745848806 140721745848806 140721745854409 0
/proc/68181/statm: 27631 25719 608 696 0 26792 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 114716 KiB
Current children cumulated memory: 105820 KiB

[startup+3.10551 s]
/proc/loadavg: 0.68 1.26 2.35 7/269 68181
/proc/meminfo: memFree=113194332/131249996 swapFree=33010160/33010684
[pid=68164] ppid=68152 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/68164/stat : 68164 (naps-1.03a6.sh) S 68152 68164 68100 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 64294457 4292608 736 18446744073709551615 94453178388480 94453179283013 140726827021904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94453179522064 94453179569808 94453208104960 140726827030951 140726827031045 140726827031045 140726827036647 0
/proc/68164/statm: 1048 736 672 219 0 110 0
[pid=68181] ppid=68164 vsize=143132 memory=130480 CPUtime=3.04 cores=5,7
/proc/68181/stat : 68181 (naps-1.03a6) R 68164 68164 68100 0 -1 4194304 29855 0 0 0 298 6 0 0 20 0 1 0 64294461 146567168 32620 18446744073709551615 4198400 7047149 140721745846784 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32223232 140721745848692 140721745848806 140721745848806 140721745854409 0
/proc/68181/statm: 35783 32620 640 696 0 34944 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 147324 KiB
Current children cumulated memory: 133424 KiB

[startup+6.3002 s]
/proc/loadavg: 0.95 1.30 2.36 5/264 68189
/proc/meminfo: memFree=112884740/131249996 swapFree=33010160/33010684
[pid=68164] ppid=68152 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/68164/stat : 68164 (naps-1.03a6.sh) S 68152 68164 68100 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 64294457 4292608 736 18446744073709551615 94453178388480 94453179283013 140726827021904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94453179522064 94453179569808 94453208104960 140726827030951 140726827031045 140726827031045 140726827036647 0
/proc/68164/statm: 1048 736 672 219 0 110 0
[pid=68181] ppid=68164 vsize=132788 memory=125096 CPUtime=6.23 cores=5,7
/proc/68181/stat : 68181 (naps-1.03a6) R 68164 68164 68100 0 -1 4194304 30327 0 0 0 616 7 0 0 20 0 1 0 64294461 135974912 31274 18446744073709551615 4198400 7047149 140721745846784 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32223232 140721745848692 140721745848806 140721745848806 140721745854409 0
/proc/68181/statm: 33197 31274 640 696 0 32358 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 136980 KiB
Current children cumulated memory: 128040 KiB

[startup+12.7002 s]
/proc/loadavg: 1.19 1.35 2.37 6/269 68229
/proc/meminfo: memFree=112962012/131249996 swapFree=33010160/33010684
[pid=68164] ppid=68152 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/68164/stat : 68164 (naps-1.03a6.sh) S 68152 68164 68100 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 64294457 4292608 736 18446744073709551615 94453178388480 94453179283013 140726827021904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94453179522064 94453179569808 94453208104960 140726827030951 140726827031045 140726827031045 140726827036647 0
/proc/68164/statm: 1048 736 672 219 0 110 0
[pid=68181] ppid=68164 vsize=132788 memory=125864 CPUtime=12.61 cores=5,7
/proc/68181/stat : 68181 (naps-1.03a6) R 68164 68164 68100 0 -1 4194304 30508 0 0 0 1254 7 0 0 20 0 1 0 64294461 135974912 31466 18446744073709551615 4198400 7047149 140721745846784 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32223232 140721745848692 140721745848806 140721745848806 140721745854409 0
/proc/68181/statm: 33197 31466 640 696 0 32358 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 136980 KiB
Current children cumulated memory: 128808 KiB

[startup+25.5002 s]
/proc/loadavg: 1.81 1.48 2.39 6/269 68229
/proc/meminfo: memFree=113175364/131249996 swapFree=33010160/33010684
[pid=68164] ppid=68152 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/68164/stat : 68164 (naps-1.03a6.sh) S 68152 68164 68100 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 64294457 4292608 736 18446744073709551615 94453178388480 94453179283013 140726827021904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94453179522064 94453179569808 94453208104960 140726827030951 140726827031045 140726827031045 140726827036647 0
/proc/68164/statm: 1048 736 672 219 0 110 0
[pid=68181] ppid=68164 vsize=110340 memory=104012 CPUtime=25.37 cores=5,7
/proc/68181/stat : 68181 (naps-1.03a6) R 68164 68164 68100 0 -1 4194304 30638 0 0 0 2530 7 0 0 20 0 1 0 64294461 112988160 26003 18446744073709551615 4198400 7047149 140721745846784 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32223232 140721745848692 140721745848806 140721745848806 140721745854409 0
/proc/68181/statm: 27585 26003 640 696 0 26746 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 114532 KiB
Current children cumulated memory: 106956 KiB

[startup+51.1056 s]
/proc/loadavg: 2.63 1.70 2.44 6/269 68230
/proc/meminfo: memFree=113139048/131249996 swapFree=33010160/33010684
[pid=68164] ppid=68152 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/68164/stat : 68164 (naps-1.03a6.sh) S 68152 68164 68100 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 64294457 4292608 736 18446744073709551615 94453178388480 94453179283013 140726827021904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94453179522064 94453179569808 94453208104960 140726827030951 140726827031045 140726827031045 140726827036647 0
/proc/68164/statm: 1048 736 672 219 0 110 0
[pid=68181] ppid=68164 vsize=121024 memory=116160 CPUtime=50.89 cores=5,7
/proc/68181/stat : 68181 (naps-1.03a6) R 68164 68164 68100 0 -1 4194304 31640 0 0 0 5082 7 0 0 20 0 1 0 64294461 123928576 29040 18446744073709551615 4198400 7047149 140721745846784 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32223232 140721745848692 140721745848806 140721745848806 140721745854409 0
/proc/68181/statm: 30256 29040 640 696 0 29417 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 125216 KiB
Current children cumulated memory: 119104 KiB

[startup+102.3 s]
/proc/loadavg: 3.47 2.07 2.53 6/270 68236
/proc/meminfo: memFree=113134020/131249996 swapFree=33010160/33010684
[pid=68164] ppid=68152 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/68164/stat : 68164 (naps-1.03a6.sh) S 68152 68164 68100 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 64294457 4292608 736 18446744073709551615 94453178388480 94453179283013 140726827021904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94453179522064 94453179569808 94453208104960 140726827030951 140726827031045 140726827031045 140726827036647 0
/proc/68164/statm: 1048 736 672 219 0 110 0
[pid=68181] ppid=68164 vsize=121024 memory=116272 CPUtime=101.93 cores=5,7
/proc/68181/stat : 68181 (naps-1.03a6) R 68164 68164 68100 0 -1 4194304 34111 0 0 0 10185 8 0 0 20 0 1 0 64294461 123928576 29068 18446744073709551615 4198400 7047149 140721745846784 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32223232 140721745848692 140721745848806 140721745848806 140721745854409 0
/proc/68181/statm: 30256 29068 640 696 0 29417 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 125216 KiB
Current children cumulated memory: 119216 KiB

[startup+162.3 s]
/proc/loadavg: 3.86 2.44 2.63 6/270 68285
/proc/meminfo: memFree=112747024/131249996 swapFree=33010160/33010684
[pid=68164] ppid=68152 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/68164/stat : 68164 (naps-1.03a6.sh) S 68152 68164 68100 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 64294457 4292608 736 18446744073709551615 94453178388480 94453179283013 140726827021904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94453179522064 94453179569808 94453208104960 140726827030951 140726827031045 140726827031045 140726827036647 0
/proc/68164/statm: 1048 736 672 219 0 110 0
[pid=68181] ppid=68164 vsize=149480 memory=144568 CPUtime=161.76 cores=5,7
/proc/68181/stat : 68181 (naps-1.03a6) R 68164 68164 68100 0 -1 4194304 35588 0 0 0 16167 9 0 0 20 0 1 0 64294461 153067520 36142 18446744073709551615 4198400 7047149 140721745846784 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32223232 140721745848692 140721745848806 140721745848806 140721745854409 0
/proc/68181/statm: 37370 36142 640 696 0 36531 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 153672 KiB
Current children cumulated memory: 147512 KiB

[startup+222.3 s]
/proc/loadavg: 3.99 2.74 2.73 6/271 68288
/proc/meminfo: memFree=112722628/131249996 swapFree=33010160/33010684
[pid=68164] ppid=68152 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/68164/stat : 68164 (naps-1.03a6.sh) S 68152 68164 68100 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 64294457 4292608 736 18446744073709551615 94453178388480 94453179283013 140726827021904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94453179522064 94453179569808 94453208104960 140726827030951 140726827031045 140726827031045 140726827036647 0
/proc/68164/statm: 1048 736 672 219 0 110 0
[pid=68181] ppid=68164 vsize=153692 memory=148856 CPUtime=221.58 cores=5,7
/proc/68181/stat : 68181 (naps-1.03a6) R 68164 68164 68100 0 -1 4194304 38494 0 0 0 22147 11 0 0 20 0 1 0 64294461 157380608 37214 18446744073709551615 4198400 7047149 140721745846784 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32223232 140721745848692 140721745848806 140721745848806 140721745854409 0
/proc/68181/statm: 38423 37214 640 696 0 37584 0
Current children cumulated CPU time: 221.58 s

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

/proc/loadavg: 4.15 4.15 4.05 6/267 68437
/proc/meminfo: memFree=112457756/131249996 swapFree=33010160/33010684
[pid=68164] ppid=68152 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/68164/stat : 68164 (naps-1.03a6.sh) S 68152 68164 68100 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 64294457 4292608 736 18446744073709551615 94453178388480 94453179283013 140726827021904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94453179522064 94453179569808 94453208104960 140726827030951 140726827031045 140726827031045 140726827036647 0
/proc/68164/statm: 1048 736 672 219 0 110 0
[pid=68181] ppid=68164 vsize=232784 memory=221568 CPUtime=3032.25 cores=5,7
/proc/68181/stat : 68181 (naps-1.03a6) R 68164 68164 68100 0 -1 4194304 101791 0 0 0 303132 93 0 0 20 0 1 0 64294461 238370816 55392 18446744073709551615 4198400 7047149 140721745846784 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32223232 140721745848692 140721745848806 140721745848806 140721745854409 0
/proc/68181/statm: 58196 55392 640 696 0 57357 0
Current children cumulated CPU time: 3032.25 s
Current children cumulated vsize: 236976 KiB
Current children cumulated memory: 224512 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.14 4.05 6/268 68440
/proc/meminfo: memFree=112430696/131249996 swapFree=33010160/33010684
[pid=68164] ppid=68152 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/68164/stat : 68164 (naps-1.03a6.sh) S 68152 68164 68100 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 64294457 4292608 736 18446744073709551615 94453178388480 94453179283013 140726827021904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94453179522064 94453179569808 94453208104960 140726827030951 140726827031045 140726827031045 140726827036647 0
/proc/68164/statm: 1048 736 672 219 0 110 0
[pid=68181] ppid=68164 vsize=224948 memory=213780 CPUtime=3092.05 cores=5,7
/proc/68181/stat : 68181 (naps-1.03a6) R 68164 68164 68100 0 -1 4194304 102422 0 0 0 309110 95 0 0 20 0 1 0 64294461 230346752 53445 18446744073709551615 4198400 7047149 140721745846784 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32223232 140721745848692 140721745848806 140721745848806 140721745854409 0
/proc/68181/statm: 56237 53445 640 696 0 55398 0
Current children cumulated CPU time: 3092.05 s
Current children cumulated vsize: 229140 KiB
Current children cumulated memory: 216724 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.13 4.05 6/269 68447
/proc/meminfo: memFree=112354532/131249996 swapFree=33010160/33010684
[pid=68164] ppid=68152 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/68164/stat : 68164 (naps-1.03a6.sh) S 68152 68164 68100 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 64294457 4292608 736 18446744073709551615 94453178388480 94453179283013 140726827021904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94453179522064 94453179569808 94453208104960 140726827030951 140726827031045 140726827031045 140726827036647 0
/proc/68164/statm: 1048 736 672 219 0 110 0
[pid=68181] ppid=68164 vsize=230280 memory=219064 CPUtime=3151.85 cores=5,7
/proc/68181/stat : 68181 (naps-1.03a6) R 68164 68164 68100 0 -1 4194304 104503 0 0 0 315087 98 0 0 20 0 1 0 64294461 235806720 54766 18446744073709551615 4198400 7047149 140721745846784 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32223232 140721745848692 140721745848806 140721745848806 140721745854409 0
/proc/68181/statm: 57570 54766 640 696 0 56731 0
Current children cumulated CPU time: 3151.85 s
Current children cumulated vsize: 234472 KiB
Current children cumulated memory: 222008 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.12 4.05 6/269 68449
/proc/meminfo: memFree=112321804/131249996 swapFree=33010160/33010684
[pid=68164] ppid=68152 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/68164/stat : 68164 (naps-1.03a6.sh) S 68152 68164 68100 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 64294457 4292608 736 18446744073709551615 94453178388480 94453179283013 140726827021904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94453179522064 94453179569808 94453208104960 140726827030951 140726827031045 140726827031045 140726827036647 0
/proc/68164/statm: 1048 736 672 219 0 110 0
[pid=68181] ppid=68164 vsize=231052 memory=219832 CPUtime=3211.65 cores=5,7
/proc/68181/stat : 68181 (naps-1.03a6) R 68164 68164 68100 0 -1 4194304 105449 0 0 0 321065 100 0 0 20 0 1 0 64294461 236597248 54958 18446744073709551615 4198400 7047149 140721745846784 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32223232 140721745848692 140721745848806 140721745848806 140721745854409 0
/proc/68181/statm: 57763 54958 640 696 0 56924 0
Current children cumulated CPU time: 3211.65 s
Current children cumulated vsize: 235244 KiB
Current children cumulated memory: 222776 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.11 4.05 6/269 68452
/proc/meminfo: memFree=112307932/131249996 swapFree=33010160/33010684
[pid=68164] ppid=68152 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/68164/stat : 68164 (naps-1.03a6.sh) S 68152 68164 68100 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 64294457 4292608 736 18446744073709551615 94453178388480 94453179283013 140726827021904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94453179522064 94453179569808 94453208104960 140726827030951 140726827031045 140726827031045 140726827036647 0
/proc/68164/statm: 1048 736 672 219 0 110 0
[pid=68181] ppid=68164 vsize=220900 memory=209684 CPUtime=3271.45 cores=5,7
/proc/68181/stat : 68181 (naps-1.03a6) R 68164 68164 68100 0 -1 4194304 106782 0 0 0 327042 103 0 0 20 0 1 0 64294461 226201600 52421 18446744073709551615 4198400 7047149 140721745846784 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32223232 140721745848692 140721745848806 140721745848806 140721745854409 0
/proc/68181/statm: 55225 52421 640 696 0 54386 0
Current children cumulated CPU time: 3271.45 s
Current children cumulated vsize: 225092 KiB
Current children cumulated memory: 212628 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.10 4.05 6/269 68454
/proc/meminfo: memFree=112398096/131249996 swapFree=33010160/33010684
[pid=68164] ppid=68152 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/68164/stat : 68164 (naps-1.03a6.sh) S 68152 68164 68100 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 64294457 4292608 736 18446744073709551615 94453178388480 94453179283013 140726827021904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94453179522064 94453179569808 94453208104960 140726827030951 140726827031045 140726827031045 140726827036647 0
/proc/68164/statm: 1048 736 672 219 0 110 0
[pid=68181] ppid=68164 vsize=226572 memory=215356 CPUtime=3331.25 cores=5,7
/proc/68181/stat : 68181 (naps-1.03a6) R 68164 68164 68100 0 -1 4194304 107890 0 0 0 333020 105 0 0 20 0 1 0 64294461 232009728 53839 18446744073709551615 4198400 7047149 140721745846784 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32223232 140721745848692 140721745848806 140721745848806 140721745854409 0
/proc/68181/statm: 56643 53839 640 696 0 55804 0
Current children cumulated CPU time: 3331.25 s
Current children cumulated vsize: 230764 KiB
Current children cumulated memory: 218300 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.11 4.05 6/268 68458
/proc/meminfo: memFree=112267708/131249996 swapFree=33010160/33010684
[pid=68164] ppid=68152 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/68164/stat : 68164 (naps-1.03a6.sh) S 68152 68164 68100 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 64294457 4292608 736 18446744073709551615 94453178388480 94453179283013 140726827021904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94453179522064 94453179569808 94453208104960 140726827030951 140726827031045 140726827031045 140726827036647 0
/proc/68164/statm: 1048 736 672 219 0 110 0
[pid=68181] ppid=68164 vsize=238420 memory=227168 CPUtime=3391.05 cores=5,7
/proc/68181/stat : 68181 (naps-1.03a6) R 68164 68164 68100 0 -1 4194304 109589 0 0 0 338998 107 0 0 20 0 1 0 64294461 244142080 56792 18446744073709551615 4198400 7047149 140721745846784 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32223232 140721745848692 140721745848806 140721745848806 140721745854409 0
/proc/68181/statm: 59605 56792 640 696 0 58766 0
Current children cumulated CPU time: 3391.05 s
Current children cumulated vsize: 242612 KiB
Current children cumulated memory: 230112 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.10 4.05 6/269 68462
/proc/meminfo: memFree=112162120/131249996 swapFree=33010160/33010684
[pid=68164] ppid=68152 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/68164/stat : 68164 (naps-1.03a6.sh) S 68152 68164 68100 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 64294457 4292608 736 18446744073709551615 94453178388480 94453179283013 140726827021904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94453179522064 94453179569808 94453208104960 140726827030951 140726827031045 140726827031045 140726827036647 0
/proc/68164/statm: 1048 736 672 219 0 110 0
[pid=68181] ppid=68164 vsize=237972 memory=226732 CPUtime=3450.85 cores=5,7
/proc/68181/stat : 68181 (naps-1.03a6) R 68164 68164 68100 0 -1 4194304 110497 0 0 0 344975 110 0 0 20 0 1 0 64294461 243683328 56683 18446744073709551615 4198400 7047149 140721745846784 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32223232 140721745848692 140721745848806 140721745848806 140721745854409 0
/proc/68181/statm: 59493 56683 640 696 0 58654 0
Current children cumulated CPU time: 3450.85 s
Current children cumulated vsize: 242164 KiB
Current children cumulated memory: 229676 KiB

[startup+3522.3 s]
/proc/loadavg: 4.04 4.08 4.05 6/269 68464
/proc/meminfo: memFree=112147288/131249996 swapFree=33010160/33010684
[pid=68164] ppid=68152 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/68164/stat : 68164 (naps-1.03a6.sh) S 68152 68164 68100 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 64294457 4292608 736 18446744073709551615 94453178388480 94453179283013 140726827021904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94453179522064 94453179569808 94453208104960 140726827030951 140726827031045 140726827031045 140726827036647 0
/proc/68164/statm: 1048 736 672 219 0 110 0
[pid=68181] ppid=68164 vsize=230664 memory=219424 CPUtime=3510.65 cores=5,7
/proc/68181/stat : 68181 (naps-1.03a6) R 68164 68164 68100 0 -1 4194304 112142 0 0 0 350952 113 0 0 20 0 1 0 64294461 236199936 54856 18446744073709551615 4198400 7047149 140721745846784 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32223232 140721745848692 140721745848806 140721745848806 140721745854409 0
/proc/68181/statm: 57666 54856 640 696 0 56827 0
Current children cumulated CPU time: 3510.65 s
Current children cumulated vsize: 234856 KiB
Current children cumulated memory: 222368 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.10 4.05 6/269 68467
/proc/meminfo: memFree=112037064/131249996 swapFree=33010160/33010684
[pid=68164] ppid=68152 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/68164/stat : 68164 (naps-1.03a6.sh) S 68152 68164 68100 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 64294457 4292608 736 18446744073709551615 94453178388480 94453179283013 140726827021904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94453179522064 94453179569808 94453208104960 140726827030951 140726827031045 140726827031045 140726827036647 0
/proc/68164/statm: 1048 736 672 219 0 110 0
[pid=68181] ppid=68164 vsize=238316 memory=227076 CPUtime=3570.45 cores=5,7
/proc/68181/stat : 68181 (naps-1.03a6) R 68164 68164 68100 0 -1 4194304 113711 0 0 0 356930 115 0 0 20 0 1 0 64294461 244035584 56769 18446744073709551615 4198400 7047149 140721745846784 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32223232 140721745848692 140721745848806 140721745848806 140721745854409 0
/proc/68181/statm: 59579 56769 640 696 0 58740 0
Current children cumulated CPU time: 3570.45 s
Current children cumulated vsize: 242508 KiB
Current children cumulated memory: 230020 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612 s]*
/proc/loadavg: 4.07 4.08 4.05 5/265 68503
/proc/meminfo: memFree=112287832/131249996 swapFree=33010160/33010684
[pid=68164] ppid=68152 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/68164/stat : 68164 (naps-1.03a6.sh) S 68152 68164 68100 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 64294457 4292608 736 18446744073709551615 94453178388480 94453179283013 140726827021904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94453179522064 94453179569808 94453208104960 140726827030951 140726827031045 140726827031045 140726827036647 0
/proc/68164/statm: 1048 736 672 219 0 110 0
[pid=68181] ppid=68164 vsize=239420 memory=228180 CPUtime=3600.06 cores=5,7
/proc/68181/stat : 68181 (naps-1.03a6) R 68164 68164 68100 0 -1 4194304 113813 0 0 0 359889 117 0 0 20 0 1 0 64294461 245166080 57045 18446744073709551615 4198400 7047149 140721745846784 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32223232 140721745848692 140721745848806 140721745848806 140721745854409 0
/proc/68181/statm: 59855 57045 640 696 0 59016 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 243612 KiB
Current children cumulated memory: 231124 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3598.9 s, system=1.17779 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): 3612.01
CPU time (s): 3600.08
CPU user time (s): 3598.9
CPU system time (s): 1.17779
CPU usage (%): 99.6697
Max. virtual memory (cumulated for all children) (KiB): 300144
Max. memory (cumulated for all children) (KiB): 287588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.9
system time used= 1.17779
maximum resident set size= 284644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114258
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= 285
involuntary context switches= 18750


# summary of solver processes directly reported to runsolver:
#   pid: 68164
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3598.9
#   total CPU system time (s): 1.17779

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.82123 second user time and 18.0898 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-07-02 21:55:58
IDJOB=4499342
IDBENCH=148776
IDSOLVER=3341
FILE ID=nodeC032/4499342-1751486158
RUNJOBID= nodeC032-1751486158-68113
SLURM_JOB_ID= 9598539
Free space on /tmp= 431380 MiB

SOLVER NAME= NaPS naps-1.03a6
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx30.opb
COMMAND LINE= ./naps-1.03a6.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4499342-1751486158/watcher-4499342-1751486158 -o /tmp/evaluation-result-4499342-1751486158/solver-4499342-1751486158 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751486158-68113 --watchdog 3760  ./naps-1.03a6.sh HOME/instance-4499342-1751486158.opb

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

MD5SUM BENCH= 91ecd4a7d2e975c8e8a35b07ef7013ef
RANDOM SEED=1270700920

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        114073016 kB
MemAvailable:   129467008 kB
Buffers:            2728 kB
Cached:         16073728 kB
SwapCached:           20 kB
Active:           435900 kB
Inactive:       15705804 kB
Active(anon):      80196 kB
Inactive(anon):     3128 kB
Active(file):     355704 kB
Inactive(file): 15702676 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             23336 kB
Writeback:            12 kB
AnonPages:         68312 kB
Mapped:           102808 kB
Shmem:             18048 kB
KReclaimable:     349700 kB
Slab:             442752 kB
SReclaimable:     349700 kB
SUnreclaim:        93052 kB
KernelStack:        4020 kB
PageTables:         2500 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     338420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430800 MiB
End job on nodeC032 at 2025-07-02 22:56:10