Trace number 4434396

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 1.03? (TO) 3600.05 3613.4

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx97.opb
MD5SUMb17790bf3951ca85a67cd8038da17b4d
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 benchmark1518.19
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8424
Total number of constraints9089
Number of constraints which are clauses8415
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint2
Maximum length of a constraint576
Number of terms in the objective function 9
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 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.03.
0.00/0.00	c Input file name: HOME/instance-4434396-1721113427.opb
3.77/3.88	c single stage optimization mode
3600.04/3613.40	c 
3600.04/3613.40	c *** TERMINATED *** by signal 15
3600.04/3613.40	s UNKNOWN
3600.04/3613.40	c _____________________________________________________________________________
3600.04/3613.40	c std/band forms        : 673,0
3600.04/3613.40	c 2cl/3cl ITE-codings   : 631305,0
3600.04/3613.40	c BDD/srt/adr Max costs : 1655,25796,0
3600.04/3613.40	c BDDraw/bin/mul/srt/adr: 576,0,0,97,0
3600.04/3613.40	c BDD nodes             : 953856
3600.04/3613.40	c Es1/CC detections     : 0,0
3600.04/3613.40	c CC sort               : 97
3600.04/3613.40	c SAT/UNSAT calls       : 0,0
3600.04/3613.40	c regenrated variables  : 0
3600.04/3613.40	c eliminated fixed lits : 0
3600.04/3613.40	c goal lit flips        : 0
3600.04/3613.40	c goal stages           : 1
3600.04/3613.40	c goal shrink           : 0
3600.04/3613.40	c goal coeff separations: 0
3600.04/3613.40	c restarts              : 0
3600.04/3613.40	c conflicts             : 0              (0 /sec)
3600.04/3613.40	c decisions             : 0              (0 /sec)
3600.04/3613.40	c propagations          : 0              (0 /sec)
3600.04/3613.40	c inspects              : 0              (0 /sec)
3600.04/3613.40	c CPU time (solving tm) : 3597 s        (3593 s, SAT 0 s, UNSAT 0 s)
3600.04/3613.40	c Time for Opt-base     : 0.001846 s
3600.04/3613.40	c Steps for Opt-base    : 0
3600.04/3613.40	c Time for BDD coding   : 2.669 s
3600.04/3613.40	c Time for srt coding   : 0.03388 s
3600.04/3613.40	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: 63931 MiB (52984 MiB free)
  memory of node 1: 64510 MiB (53780 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434396-1721113427/watcher-4434396-1721113427 -o /tmp/evaluation-result-4434396-1721113427/solver-4434396-1721113427 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1721106203-856267 --watchdog 3760 HOME/naps-1.03.sh HOME/instance-4434396-1721113427.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=861481, runsolver pid=861478

[startup+0.100085 s]*
/proc/loadavg: 4.12 4.12 4.09 5/260 861486
/proc/meminfo: memFree=109320316/131524600 swapFree=131071996/131071996
[pid=861481] ppid=861478 vsize=9932 memory=2704 CPUtime=0 cores=0,2
/proc/861481/stat : 861481 (naps-1.03.sh) S 861478 861481 856257 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 163510081 10170368 676 134679101440 94419863666688 94419864746008 140729216866288 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94419866844464 94419866891652 94419897614336 140729216869348 140729216869473 140729216869473 140729216876488 0
/proc/861481/statm: 2483 676 598 264 0 134 0
[pid=861486] ppid=861481 vsize=11824 memory=9768 CPUtime=0.1 cores=0,2
/proc/861486/stat : 861486 (naps-1.03) R 861481 861481 856257 0 -1 4194304 2128 0 0 0 10 0 0 0 20 0 1 0 163510081 12107776 2442 134679101440 4194304 6891213 140734676936352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35930112 140734676943861 140734676943973 140734676943973 140734676950987 0
/proc/861486/statm: 2956 2442 580 659 0 2160 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 21756 KiB
Current children cumulated memory: 12472 KiB

[startup+0.205696 s]*
/proc/loadavg: 4.12 4.12 4.09 5/260 861486
/proc/meminfo: memFree=109314116/131524600 swapFree=131071996/131071996
[pid=861481] ppid=861478 vsize=9932 memory=2704 CPUtime=0 cores=0,2
/proc/861481/stat : 861481 (naps-1.03.sh) S 861478 861481 856257 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 163510081 10170368 676 134679101440 94419863666688 94419864746008 140729216866288 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94419866844464 94419866891652 94419897614336 140729216869348 140729216869473 140729216869473 140729216876488 0
/proc/861481/statm: 2483 676 598 264 0 134 0
[pid=861486] ppid=861481 vsize=22020 memory=18116 CPUtime=0.2 cores=0,2
/proc/861486/stat : 861486 (naps-1.03) R 861481 861481 856257 0 -1 4194304 4532 0 0 0 20 0 0 0 20 0 1 0 163510081 22548480 4529 134679101440 4194304 6891213 140734676936352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35930112 140734676943861 140734676943973 140734676943973 140734676950987 0
/proc/861486/statm: 5505 4529 612 659 0 4709 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 31952 KiB
Current children cumulated memory: 20820 KiB

[startup+0.305762 s]*
/proc/loadavg: 4.12 4.12 4.09 5/260 861486
/proc/meminfo: memFree=109298360/131524600 swapFree=131071996/131071996
[pid=861481] ppid=861478 vsize=9932 memory=2704 CPUtime=0 cores=0,2
/proc/861481/stat : 861481 (naps-1.03.sh) S 861478 861481 856257 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 163510081 10170368 676 134679101440 94419863666688 94419864746008 140729216866288 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94419866844464 94419866891652 94419897614336 140729216869348 140729216869473 140729216869473 140729216876488 0
/proc/861481/statm: 2483 676 598 264 0 134 0
[pid=861486] ppid=861481 vsize=35368 memory=31420 CPUtime=0.3 cores=0,2
/proc/861486/stat : 861486 (naps-1.03) R 861481 861481 856257 0 -1 4194304 8338 0 0 0 29 1 0 0 20 0 1 0 163510081 36216832 7855 134679101440 4194304 6891213 140734676936352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35930112 140734676943861 140734676943973 140734676943973 140734676950987 0
/proc/861486/statm: 8842 7855 612 659 0 8046 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 45300 KiB
Current children cumulated memory: 34124 KiB

[startup+0.70027 s]
/proc/loadavg: 4.12 4.12 4.09 5/260 861486
/proc/meminfo: memFree=109290480/131524600 swapFree=131071996/131071996
[pid=861481] ppid=861478 vsize=9932 memory=2704 CPUtime=0 cores=0,2
/proc/861481/stat : 861481 (naps-1.03.sh) S 861478 861481 856257 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 163510081 10170368 676 134679101440 94419863666688 94419864746008 140729216866288 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94419866844464 94419866891652 94419897614336 140729216869348 140729216869473 140729216869473 140729216876488 0
/proc/861481/statm: 2483 676 598 264 0 134 0
[pid=861486] ppid=861481 vsize=45632 memory=41376 CPUtime=0.68 cores=0,2
/proc/861486/stat : 861486 (naps-1.03) R 861481 861481 856257 0 -1 4194304 10114 0 0 0 67 1 0 0 20 0 1 0 163510081 46727168 10344 134679101440 4194304 6891213 140734676936352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35930112 140734676943861 140734676943973 140734676943973 140734676950987 0
/proc/861486/statm: 11408 10344 612 659 0 10612 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 55564 KiB
Current children cumulated memory: 44080 KiB

[startup+1.50027 s]
/proc/loadavg: 4.12 4.12 4.09 5/260 861486
/proc/meminfo: memFree=109284104/131524600 swapFree=131071996/131071996
[pid=861481] ppid=861478 vsize=9932 memory=2704 CPUtime=0 cores=0,2
/proc/861481/stat : 861481 (naps-1.03.sh) S 861478 861481 856257 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 163510081 10170368 676 134679101440 94419863666688 94419864746008 140729216866288 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94419866844464 94419866891652 94419897614336 140729216869348 140729216869473 140729216869473 140729216876488 0
/proc/861481/statm: 2483 676 598 264 0 134 0
[pid=861486] ppid=861481 vsize=64984 memory=61056 CPUtime=1.48 cores=0,2
/proc/861486/stat : 861486 (naps-1.03) R 861481 861481 856257 0 -1 4194304 13082 0 0 0 146 2 0 0 20 0 1 0 163510081 66543616 15264 134679101440 4194304 6891213 140734676936352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35930112 140734676943861 140734676943973 140734676943973 140734676950987 0
/proc/861486/statm: 16246 15264 612 659 0 15450 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 74916 KiB
Current children cumulated memory: 63760 KiB

[startup+3.10555 s]
/proc/loadavg: 4.11 4.12 4.09 5/260 861486
/proc/meminfo: memFree=109243868/131524600 swapFree=131071996/131071996
[pid=861481] ppid=861478 vsize=9932 memory=2704 CPUtime=0 cores=0,2
/proc/861481/stat : 861481 (naps-1.03.sh) S 861478 861481 856257 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 163510081 10170368 676 134679101440 94419863666688 94419864746008 140729216866288 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94419866844464 94419866891652 94419897614336 140729216869348 140729216869473 140729216869473 140729216876488 0
/proc/861481/statm: 2483 676 598 264 0 134 0
[pid=861486] ppid=861481 vsize=156136 memory=148636 CPUtime=3.09 cores=0,2
/proc/861486/stat : 861486 (naps-1.03) R 861481 861481 856257 0 -1 4194304 28083 0 0 0 304 5 0 0 20 0 1 0 163510081 159883264 37159 134679101440 4194304 6891213 140734676936352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35930112 140734676943861 140734676943973 140734676943973 140734676950987 0
/proc/861486/statm: 39034 37159 612 659 0 38238 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 166068 KiB
Current children cumulated memory: 151340 KiB

[startup+6.30025 s]
/proc/loadavg: 4.11 4.12 4.09 5/260 861489
/proc/meminfo: memFree=108625652/131524600 swapFree=131071996/131071996
[pid=861481] ppid=861478 vsize=9932 memory=2704 CPUtime=0 cores=0,2
/proc/861481/stat : 861481 (naps-1.03.sh) S 861478 861481 856257 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 163510081 10170368 676 134679101440 94419863666688 94419864746008 140729216866288 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94419866844464 94419866891652 94419897614336 140729216869348 140729216869473 140729216869473 140729216876488 0
/proc/861481/statm: 2483 676 598 264 0 134 0
[pid=861486] ppid=861481 vsize=812796 memory=768664 CPUtime=6.26 cores=0,2
/proc/861486/stat : 861486 (naps-1.03) R 861481 861481 856257 0 -1 4194304 77841 0 0 0 604 22 0 0 20 0 1 0 163510081 832303104 192166 134679101440 4194304 6891213 140734676936352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35930112 140734676943861 140734676943973 140734676943973 140734676950987 0
/proc/861486/statm: 203199 192166 644 659 0 202403 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 822728 KiB
Current children cumulated memory: 771368 KiB

[startup+12.7002 s]
/proc/loadavg: 4.09 4.11 4.09 5/260 861489
/proc/meminfo: memFree=108631732/131524600 swapFree=131071996/131071996
[pid=861481] ppid=861478 vsize=9932 memory=2704 CPUtime=0 cores=0,2
/proc/861481/stat : 861481 (naps-1.03.sh) S 861478 861481 856257 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 163510081 10170368 676 134679101440 94419863666688 94419864746008 140729216866288 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94419866844464 94419866891652 94419897614336 140729216869348 140729216869473 140729216869473 140729216876488 0
/proc/861481/statm: 2483 676 598 264 0 134 0
[pid=861486] ppid=861481 vsize=954236 memory=856084 CPUtime=12.65 cores=0,2
/proc/861486/stat : 861486 (naps-1.03) R 861481 861481 856257 0 -1 4194304 85714 0 0 0 1226 39 0 0 20 0 1 0 163510081 977137664 214021 134679101440 4194304 6891213 140734676936352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35930112 140734676943861 140734676943973 140734676943973 140734676950987 0
/proc/861486/statm: 238559 214021 660 659 0 237763 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 964168 KiB
Current children cumulated memory: 858788 KiB

[startup+25.5003 s]
/proc/loadavg: 4.08 4.11 4.09 5/260 861492
/proc/meminfo: memFree=108821656/131524600 swapFree=131071996/131071996
[pid=861481] ppid=861478 vsize=9932 memory=2704 CPUtime=0 cores=0,2
/proc/861481/stat : 861481 (naps-1.03.sh) S 861478 861481 856257 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 163510081 10170368 676 134679101440 94419863666688 94419864746008 140729216866288 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94419866844464 94419866891652 94419897614336 140729216869348 140729216869473 140729216869473 140729216876488 0
/proc/861481/statm: 2483 676 598 264 0 134 0
[pid=861486] ppid=861481 vsize=748292 memory=658116 CPUtime=25.4 cores=0,2
/proc/861486/stat : 861486 (naps-1.03) R 861481 861481 856257 0 -1 4194304 92601 0 0 0 2485 55 0 0 20 0 1 0 163510081 766251008 164529 134679101440 4194304 6891213 140734676936352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35930112 140734676943861 140734676943973 140734676943973 140734676950987 0
/proc/861486/statm: 187073 164529 660 659 0 186277 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 758224 KiB
Current children cumulated memory: 660820 KiB

[startup+51.1057 s]
/proc/loadavg: 4.11 4.11 4.09 5/260 861495
/proc/meminfo: memFree=108816032/131524600 swapFree=131071996/131071996
[pid=861481] ppid=861478 vsize=9932 memory=2704 CPUtime=0 cores=0,2
/proc/861481/stat : 861481 (naps-1.03.sh) S 861478 861481 856257 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 163510081 10170368 676 134679101440 94419863666688 94419864746008 140729216866288 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94419866844464 94419866891652 94419897614336 140729216869348 140729216869473 140729216869473 140729216876488 0
/proc/861481/statm: 2483 676 598 264 0 134 0
[pid=861486] ppid=861481 vsize=748388 memory=660260 CPUtime=50.92 cores=0,2
/proc/861486/stat : 861486 (naps-1.03) R 861481 861481 856257 0 -1 4194304 94092 0 0 0 5032 60 0 0 20 0 1 0 163510081 766349312 165065 134679101440 4194304 6891213 140734676936352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35930112 140734676943861 140734676943973 140734676943973 140734676950987 0
/proc/861486/statm: 187097 165065 660 659 0 186301 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 758320 KiB
Current children cumulated memory: 662964 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/259 861505
/proc/meminfo: memFree=108808204/131524600 swapFree=131071996/131071996
[pid=861481] ppid=861478 vsize=9932 memory=2704 CPUtime=0 cores=0,2
/proc/861481/stat : 861481 (naps-1.03.sh) S 861478 861481 856257 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 163510081 10170368 676 134679101440 94419863666688 94419864746008 140729216866288 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94419866844464 94419866891652 94419897614336 140729216869348 140729216869473 140729216869473 140729216876488 0
/proc/861481/statm: 2483 676 598 264 0 134 0
[pid=861486] ppid=861481 vsize=750148 memory=666124 CPUtime=101.95 cores=0,2
/proc/861486/stat : 861486 (naps-1.03) R 861481 861481 856257 0 -1 4194304 96188 0 0 0 10126 69 0 0 20 0 1 0 163510081 768151552 166531 134679101440 4194304 6891213 140734676936352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35930112 140734676943861 140734676943973 140734676943973 140734676950987 0
/proc/861486/statm: 187537 166531 660 659 0 186741 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 760080 KiB
Current children cumulated memory: 668828 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.13 4.10 5/259 861565
/proc/meminfo: memFree=109271660/131524600 swapFree=131071996/131071996
[pid=861481] ppid=861478 vsize=9932 memory=2704 CPUtime=0 cores=0,2
/proc/861481/stat : 861481 (naps-1.03.sh) S 861478 861481 856257 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 163510081 10170368 676 134679101440 94419863666688 94419864746008 140729216866288 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94419866844464 94419866891652 94419897614336 140729216869348 140729216869473 140729216869473 140729216876488 0
/proc/861481/statm: 2483 676 598 264 0 134 0
[pid=861486] ppid=861481 vsize=753548 memory=669524 CPUtime=161.73 cores=0,2
/proc/861486/stat : 861486 (naps-1.03) R 861481 861481 856257 0 -1 4194304 99369 0 0 0 16092 81 0 0 20 0 1 0 163510081 771633152 167381 134679101440 4194304 6891213 140734676936352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35930112 140734676943861 140734676943973 140734676943973 140734676950987 0
/proc/861486/statm: 188387 167381 660 659 0 187591 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 763480 KiB
Current children cumulated memory: 672228 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/260 861676
/proc/meminfo: memFree=115106348/131524600 swapFree=131071996/131071996
[pid=861481] ppid=861478 vsize=9932 memory=2704 CPUtime=0 cores=0,2
/proc/861481/stat : 861481 (naps-1.03.sh) S 861478 861481 856257 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 163510081 10170368 676 134679101440 94419863666688 94419864746008 140729216866288 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94419866844464 94419866891652 94419897614336 140729216869348 140729216869473 140729216869473 140729216876488 0
/proc/861481/statm: 2483 676 598 264 0 134 0
[pid=861486] ppid=861481 vsize=750996 memory=666972 CPUtime=221.49 cores=0,2
/proc/861486/stat : 861486 (naps-1.03) R 861481 861481 856257 0 -1 4194304 101170 0 0 0 22063 86 0 0 20 0 1 0 163510081 769019904 166743 134679101440 4194304 6891213 140734676936352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35930112 140734676943861 140734676943973 140734676943973 140734676950987 0
/proc/861486/statm: 187749 166743 660 659 0 186953 0
Current children cumulated CPU time: 221.49 s

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

/proc/loadavg: 4.45 4.21 4.12 5/261 863646
/proc/meminfo: memFree=121402552/131524600 swapFree=131071996/131071996
[pid=861481] ppid=861478 vsize=9932 memory=2704 CPUtime=0 cores=0,2
/proc/861481/stat : 861481 (naps-1.03.sh) S 861478 861481 856257 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 163510081 10170368 676 134679101440 94419863666688 94419864746008 140729216866288 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94419866844464 94419866891652 94419897614336 140729216869348 140729216869473 140729216869473 140729216876488 0
/proc/861481/statm: 2483 676 598 264 0 134 0
[pid=861486] ppid=861481 vsize=822672 memory=780156 CPUtime=3030.72 cores=0,2
/proc/861486/stat : 861486 (naps-1.03) R 861481 861481 856257 0 -1 4194304 156696 0 0 0 302778 294 0 0 20 0 1 0 163510081 842416128 195039 134679101440 4194304 6891213 140734676936352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35930112 140734676943861 140734676943973 140734676943973 140734676950987 0
/proc/861486/statm: 205668 195039 660 659 0 204872 0
Current children cumulated CPU time: 3030.72 s
Current children cumulated vsize: 832604 KiB
Current children cumulated memory: 782860 KiB

[startup+3102.3 s]
/proc/loadavg: 4.22 4.18 4.12 5/258 863656
/proc/meminfo: memFree=121398180/131524600 swapFree=131071996/131071996
[pid=861481] ppid=861478 vsize=9932 memory=2704 CPUtime=0 cores=0,2
/proc/861481/stat : 861481 (naps-1.03.sh) S 861478 861481 856257 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 163510081 10170368 676 134679101440 94419863666688 94419864746008 140729216866288 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94419866844464 94419866891652 94419897614336 140729216869348 140729216869473 140729216869473 140729216876488 0
/proc/861481/statm: 2483 676 598 264 0 134 0
[pid=861486] ppid=861481 vsize=823756 memory=781240 CPUtime=3090.54 cores=0,2
/proc/861486/stat : 861486 (naps-1.03) R 861481 861481 856257 0 -1 4194304 157141 0 0 0 308757 297 0 0 20 0 1 0 163510081 843526144 195310 134679101440 4194304 6891213 140734676936352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35930112 140734676943861 140734676943973 140734676943973 140734676950987 0
/proc/861486/statm: 205939 195310 660 659 0 205143 0
Current children cumulated CPU time: 3090.54 s
Current children cumulated vsize: 833688 KiB
Current children cumulated memory: 783944 KiB

[startup+3162.3 s]
/proc/loadavg: 4.23 4.19 4.12 5/261 864053
/proc/meminfo: memFree=121388952/131524600 swapFree=131071996/131071996
[pid=861481] ppid=861478 vsize=9932 memory=2704 CPUtime=0 cores=0,2
/proc/861481/stat : 861481 (naps-1.03.sh) S 861478 861481 856257 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 163510081 10170368 676 134679101440 94419863666688 94419864746008 140729216866288 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94419866844464 94419866891652 94419897614336 140729216869348 140729216869473 140729216869473 140729216876488 0
/proc/861481/statm: 2483 676 598 264 0 134 0
[pid=861486] ppid=861481 vsize=824368 memory=781852 CPUtime=3150.35 cores=0,2
/proc/861486/stat : 861486 (naps-1.03) R 861481 861481 856257 0 -1 4194304 158277 0 0 0 314736 299 0 0 20 0 1 0 163510081 844152832 195463 134679101440 4194304 6891213 140734676936352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35930112 140734676943861 140734676943973 140734676943973 140734676950987 0
/proc/861486/statm: 206092 195463 660 659 0 205296 0
Current children cumulated CPU time: 3150.35 s
Current children cumulated vsize: 834300 KiB
Current children cumulated memory: 784556 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.17 4.12 5/261 864064
/proc/meminfo: memFree=121395392/131524600 swapFree=131071996/131071996
[pid=861481] ppid=861478 vsize=9932 memory=2704 CPUtime=0 cores=0,2
/proc/861481/stat : 861481 (naps-1.03.sh) S 861478 861481 856257 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 163510081 10170368 676 134679101440 94419863666688 94419864746008 140729216866288 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94419866844464 94419866891652 94419897614336 140729216869348 140729216869473 140729216869473 140729216876488 0
/proc/861481/statm: 2483 676 598 264 0 134 0
[pid=861486] ppid=861481 vsize=825324 memory=782808 CPUtime=3210.17 cores=0,2
/proc/861486/stat : 861486 (naps-1.03) R 861481 861481 856257 0 -1 4194304 159209 0 0 0 320713 304 0 0 20 0 1 0 163510081 845131776 195702 134679101440 4194304 6891213 140734676936352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35930112 140734676943861 140734676943973 140734676943973 140734676950987 0
/proc/861486/statm: 206331 195702 660 659 0 205535 0
Current children cumulated CPU time: 3210.17 s
Current children cumulated vsize: 835256 KiB
Current children cumulated memory: 785512 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.17 4.12 5/261 864242
/proc/meminfo: memFree=121365876/131524600 swapFree=131071996/131071996
[pid=861481] ppid=861478 vsize=9932 memory=2704 CPUtime=0 cores=0,2
/proc/861481/stat : 861481 (naps-1.03.sh) S 861478 861481 856257 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 163510081 10170368 676 134679101440 94419863666688 94419864746008 140729216866288 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94419866844464 94419866891652 94419897614336 140729216869348 140729216869473 140729216869473 140729216876488 0
/proc/861481/statm: 2483 676 598 264 0 134 0
[pid=861486] ppid=861481 vsize=823936 memory=781420 CPUtime=3269.98 cores=0,2
/proc/861486/stat : 861486 (naps-1.03) R 861481 861481 856257 0 -1 4194304 160217 0 0 0 326692 306 0 0 20 0 1 0 163510081 843710464 195355 134679101440 4194304 6891213 140734676936352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35930112 140734676943861 140734676943973 140734676943973 140734676950987 0
/proc/861486/statm: 205984 195355 660 659 0 205188 0
Current children cumulated CPU time: 3269.98 s
Current children cumulated vsize: 833868 KiB
Current children cumulated memory: 784124 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.17 4.12 5/261 864252
/proc/meminfo: memFree=121331112/131524600 swapFree=131071996/131071996
[pid=861481] ppid=861478 vsize=9932 memory=2704 CPUtime=0 cores=0,2
/proc/861481/stat : 861481 (naps-1.03.sh) S 861478 861481 856257 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 163510081 10170368 676 134679101440 94419863666688 94419864746008 140729216866288 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94419866844464 94419866891652 94419897614336 140729216869348 140729216869473 140729216869473 140729216876488 0
/proc/861481/statm: 2483 676 598 264 0 134 0
[pid=861486] ppid=861481 vsize=824548 memory=782032 CPUtime=3329.8 cores=0,2
/proc/861486/stat : 861486 (naps-1.03) R 861481 861481 856257 0 -1 4194304 160861 0 0 0 332671 309 0 0 20 0 1 0 163510081 844337152 195508 134679101440 4194304 6891213 140734676936352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35930112 140734676943861 140734676943973 140734676943973 140734676950987 0
/proc/861486/statm: 206137 195508 660 659 0 205341 0
Current children cumulated CPU time: 3329.8 s
Current children cumulated vsize: 834480 KiB
Current children cumulated memory: 784736 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.15 4.11 5/262 864265
/proc/meminfo: memFree=121308052/131524600 swapFree=131071996/131071996
[pid=861481] ppid=861478 vsize=9932 memory=2704 CPUtime=0 cores=0,2
/proc/861481/stat : 861481 (naps-1.03.sh) S 861478 861481 856257 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 163510081 10170368 676 134679101440 94419863666688 94419864746008 140729216866288 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94419866844464 94419866891652 94419897614336 140729216869348 140729216869473 140729216869473 140729216876488 0
/proc/861481/statm: 2483 676 598 264 0 134 0
[pid=861486] ppid=861481 vsize=824404 memory=781888 CPUtime=3389.6 cores=0,2
/proc/861486/stat : 861486 (naps-1.03) R 861481 861481 856257 0 -1 4194304 161795 0 0 0 338647 313 0 0 20 0 1 0 163510081 844189696 195472 134679101440 4194304 6891213 140734676936352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35930112 140734676943861 140734676943973 140734676943973 140734676950987 0
/proc/861486/statm: 206101 195472 660 659 0 205305 0
Current children cumulated CPU time: 3389.6 s
Current children cumulated vsize: 834336 KiB
Current children cumulated memory: 784592 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.13 4.11 5/260 864287
/proc/meminfo: memFree=121336900/131524600 swapFree=131071996/131071996
[pid=861481] ppid=861478 vsize=9932 memory=2704 CPUtime=0 cores=0,2
/proc/861481/stat : 861481 (naps-1.03.sh) S 861478 861481 856257 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 163510081 10170368 676 134679101440 94419863666688 94419864746008 140729216866288 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94419866844464 94419866891652 94419897614336 140729216869348 140729216869473 140729216869473 140729216876488 0
/proc/861481/statm: 2483 676 598 264 0 134 0
[pid=861486] ppid=861481 vsize=825160 memory=782644 CPUtime=3449.41 cores=0,2
/proc/861486/stat : 861486 (naps-1.03) R 861481 861481 856257 0 -1 4194304 162592 0 0 0 344626 315 0 0 20 0 1 0 163510081 844963840 195661 134679101440 4194304 6891213 140734676936352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35930112 140734676943861 140734676943973 140734676943973 140734676950987 0
/proc/861486/statm: 206290 195661 660 659 0 205494 0
Current children cumulated CPU time: 3449.41 s
Current children cumulated vsize: 835092 KiB
Current children cumulated memory: 785348 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.14 4.11 5/260 864297
/proc/meminfo: memFree=121350600/131524600 swapFree=131071996/131071996
[pid=861481] ppid=861478 vsize=9932 memory=2704 CPUtime=0 cores=0,2
/proc/861481/stat : 861481 (naps-1.03.sh) S 861478 861481 856257 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 163510081 10170368 676 134679101440 94419863666688 94419864746008 140729216866288 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94419866844464 94419866891652 94419897614336 140729216869348 140729216869473 140729216869473 140729216876488 0
/proc/861481/statm: 2483 676 598 264 0 134 0
[pid=861486] ppid=861481 vsize=823820 memory=781304 CPUtime=3509.23 cores=0,2
/proc/861486/stat : 861486 (naps-1.03) R 861481 861481 856257 0 -1 4194304 163050 0 0 0 350605 318 0 0 20 0 1 0 163510081 843591680 195326 134679101440 4194304 6891213 140734676936352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35930112 140734676943861 140734676943973 140734676943973 140734676950987 0
/proc/861486/statm: 205955 195326 660 659 0 205159 0
Current children cumulated CPU time: 3509.23 s
Current children cumulated vsize: 833752 KiB
Current children cumulated memory: 784008 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.13 4.10 5/259 864308
/proc/meminfo: memFree=121401256/131524600 swapFree=131071996/131071996
[pid=861481] ppid=861478 vsize=9932 memory=2704 CPUtime=0 cores=0,2
/proc/861481/stat : 861481 (naps-1.03.sh) S 861478 861481 856257 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 163510081 10170368 676 134679101440 94419863666688 94419864746008 140729216866288 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94419866844464 94419866891652 94419897614336 140729216869348 140729216869473 140729216869473 140729216876488 0
/proc/861481/statm: 2483 676 598 264 0 134 0
[pid=861486] ppid=861481 vsize=823276 memory=780760 CPUtime=3569.03 cores=0,2
/proc/861486/stat : 861486 (naps-1.03) R 861481 861481 856257 0 -1 4194304 163856 0 0 0 356583 320 0 0 20 0 1 0 163510081 843034624 195190 134679101440 4194304 6891213 140734676936352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35930112 140734676943861 140734676943973 140734676943973 140734676950987 0
/proc/861486/statm: 205819 195190 660 659 0 205023 0
Current children cumulated CPU time: 3569.03 s
Current children cumulated vsize: 833208 KiB
Current children cumulated memory: 783464 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3613.4 s]
/proc/loadavg: 4.11 4.13 4.10 5/259 864314
/proc/meminfo: memFree=121325784/131524600 swapFree=131071996/131071996
[pid=861481] ppid=861478 vsize=9932 memory=2704 CPUtime=0 cores=0,2
/proc/861481/stat : 861481 (naps-1.03.sh) S 861478 861481 856257 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 163510081 10170368 676 134679101440 94419863666688 94419864746008 140729216866288 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94419866844464 94419866891652 94419897614336 140729216869348 140729216869473 140729216869473 140729216876488 0
/proc/861481/statm: 2483 676 598 264 0 134 0
[pid=861486] ppid=861481 vsize=825244 memory=782728 CPUtime=3600.04 cores=0,2
/proc/861486/stat : 861486 (naps-1.03) R 861481 861481 856257 0 -1 4194304 164550 0 0 0 359682 322 0 0 20 0 1 0 163510081 845049856 195682 134679101440 4194304 6891213 140734676936352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35930112 140734676943861 140734676943973 140734676943973 140734676950987 0
/proc/861486/statm: 206311 195682 660 659 0 205515 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 835176 KiB
Current children cumulated memory: 785432 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3596.82 s, system=3.23102 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): 3613.4
CPU time (s): 3600.05
CPU user time (s): 3596.82
CPU system time (s): 3.23102
CPU usage (%): 99.6306
Max. virtual memory (cumulated for all children) (KiB): 1111464
Max. memory (cumulated for all children) (KiB): 1005924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.82
system time used= 3.23102
maximum resident set size= 1003220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165024
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= 103
involuntary context switches= 25176


# summary of solver processes directly reported to runsolver:
#   pid: 861481
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3596.82
#   total CPU system time (s): 3.23102

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.41535 second user time and 15.9886 second system time

The end

Launcher Data

Begin job on nodeC029 at 2024-07-16 09:04:00
IDJOB=4434396
IDBENCH=148768
IDSOLVER=3063
FILE ID=nodeC029/4434396-1721113427
RUNJOBID= nodeC029-1721106203-856267
SLURM_JOB_ID= 7505635
Free space on /tmp= 890020 MiB

SOLVER NAME= NaPS 1.03
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx97.opb
COMMAND LINE= HOME/naps-1.03.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434396-1721113427/watcher-4434396-1721113427 -o /tmp/evaluation-result-4434396-1721113427/solver-4434396-1721113427 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1721106203-856267 --watchdog 3760  HOME/naps-1.03.sh HOME/instance-4434396-1721113427.opb

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

MD5SUM BENCH= b17790bf3951ca85a67cd8038da17b4d
RANDOM SEED=1434148147

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        109328708 kB
MemAvailable:   115338520 kB
Buffers:          397412 kB
Cached:          6376272 kB
SwapCached:            0 kB
Active:           745080 kB
Inactive:       20668912 kB
Active(anon):       1504 kB
Inactive(anon): 14676576 kB
Active(file):     743576 kB
Inactive(file):  5992336 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5952 kB
Writeback:             0 kB
AnonPages:      14640156 kB
Mapped:           112092 kB
Shmem:             37720 kB
KReclaimable:     227096 kB
Slab:             348376 kB
SReclaimable:     227096 kB
SUnreclaim:       121280 kB
KernelStack:        4192 kB
PageTables:        38084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   15729828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            61344 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11302912 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      279252 kB
DirectMap2M:    36194304 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 890032 MiB
End job on nodeC029 at 2024-07-16 10:04:13