Trace number 4434524

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.09 3612.51

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-aug4.5.opb
MD5SUM481101aa5750e702617a44583ed063de
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark204
Best CPU time to get the best result obtained on this benchmark3558.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9632
Total number of constraints29620
Number of constraints which are clauses27552
Number of constraints which are cardinality constraints (but not clauses)248
Number of constraints which are nor clauses,nor cardinality constraints1820
Minimum length of a constraint2
Maximum length of a constraint248
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 687
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.03.
0.00/0.00	c Input file name: HOME/instance-4434524-1721156305.opb
2.58/2.61	c single stage optimization mode
3600.07/3612.50	c 
3600.07/3612.50	c *** TERMINATED *** by signal 15
3600.07/3612.50	s UNKNOWN
3600.07/3612.50	c _____________________________________________________________________________
3600.07/3612.50	c std/band forms        : 1200,0
3600.07/3612.50	c 2cl/3cl ITE-codings   : 330380,0
3600.07/3612.50	c BDD/srt/adr Max costs : 14255,1551,0
3600.07/3612.50	c BDDraw/bin/mul/srt/adr: 896,0,0,304,0
3600.07/3612.50	c BDD nodes             : 345545
3600.07/3612.50	c Es1/CC detections     : 0,0
3600.07/3612.50	c CC sort               : 276
3600.07/3612.50	c SAT/UNSAT calls       : 0,0
3600.07/3612.50	c regenrated variables  : 0
3600.07/3612.50	c eliminated fixed lits : 0
3600.07/3612.50	c goal lit flips        : 0
3600.07/3612.50	c goal stages           : 1
3600.07/3612.50	c goal shrink           : 0
3600.07/3612.50	c goal coeff separations: 0
3600.07/3612.50	c restarts              : 0
3600.07/3612.50	c conflicts             : 0              (0 /sec)
3600.07/3612.50	c decisions             : 0              (0 /sec)
3600.07/3612.50	c propagations          : 0              (0 /sec)
3600.07/3612.50	c inspects              : 0              (0 /sec)
3600.07/3612.50	c CPU time (solving tm) : 3598 s        (3596 s, SAT 0 s, UNSAT 0 s)
3600.07/3612.50	c Time for Opt-base     : 0.002997 s
3600.07/3612.50	c Steps for Opt-base    : 0
3600.07/3612.50	c Time for BDD coding   : 1.46 s
3600.07/3612.50	c Time for srt coding   : 0.05138 s
3600.07/3612.50	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: 64096 MiB (59571 MiB free)
  memory of node 1: 64473 MiB (61295 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434524-1721156305/watcher-4434524-1721156305 -o /tmp/evaluation-result-4434524-1721156305/solver-4434524-1721156305 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721152700-865414 --watchdog 3760 HOME/naps-1.03.sh HOME/instance-4434524-1721156305.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=868091, runsolver pid=868088

[startup+0.100683 s]*
/proc/loadavg: 4.80 4.52 4.29 5/247 868096
/proc/meminfo: memFree=123762640/131655788 swapFree=131071996/131071996
[pid=868091] ppid=868088 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/868091/stat : 868091 (naps-1.03.sh) S 868088 868091 865371 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 167789310 10170368 689 134679101440 94697058422784 94697059502104 140736773287312 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94697061600560 94697061647748 94697091059712 140736773293028 140736773293153 140736773293153 140736773300168 0
/proc/868091/statm: 2483 689 610 264 0 134 0
[pid=868096] ppid=868091 vsize=8112 memory=6376 CPUtime=0.1 cores=0,2
/proc/868096/stat : 868096 (naps-1.03) R 868091 868091 865371 0 -1 4194304 1121 0 0 0 10 0 0 0 20 0 1 0 167789311 8306688 1594 134679101440 4194304 6891213 140734633788608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26009600 140734633796597 140734633796709 140734633796709 140734633803723 0
/proc/868096/statm: 2028 1594 580 659 0 1232 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18044 KiB
Current children cumulated memory: 9132 KiB

[startup+0.213416 s]*
/proc/loadavg: 4.80 4.52 4.29 5/247 868096
/proc/meminfo: memFree=123760688/131655788 swapFree=131071996/131071996
[pid=868091] ppid=868088 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/868091/stat : 868091 (naps-1.03.sh) S 868088 868091 865371 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 167789310 10170368 689 134679101440 94697058422784 94697059502104 140736773287312 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94697061600560 94697061647748 94697091059712 140736773293028 140736773293153 140736773293153 140736773300168 0
/proc/868091/statm: 2483 689 610 264 0 134 0
[pid=868096] ppid=868091 vsize=10448 memory=8568 CPUtime=0.21 cores=0,2
/proc/868096/stat : 868096 (naps-1.03) R 868091 868091 865371 0 -1 4194304 1767 0 0 0 21 0 0 0 20 0 1 0 167789311 10698752 2142 134679101440 4194304 6891213 140734633788608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26009600 140734633796597 140734633796709 140734633796709 140734633803723 0
/proc/868096/statm: 2612 2142 580 659 0 1816 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 20380 KiB
Current children cumulated memory: 11324 KiB

[startup+0.313325 s]*
/proc/loadavg: 4.80 4.52 4.29 5/247 868096
/proc/meminfo: memFree=123759540/131655788 swapFree=131071996/131071996
[pid=868091] ppid=868088 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/868091/stat : 868091 (naps-1.03.sh) S 868088 868091 865371 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 167789310 10170368 689 134679101440 94697058422784 94697059502104 140736773287312 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94697061600560 94697061647748 94697091059712 140736773293028 140736773293153 140736773293153 140736773300168 0
/proc/868091/statm: 2483 689 610 264 0 134 0
[pid=868096] ppid=868091 vsize=11576 memory=9620 CPUtime=0.3 cores=0,2
/proc/868096/stat : 868096 (naps-1.03) R 868091 868091 865371 0 -1 4194304 2031 0 0 0 30 0 0 0 20 0 1 0 167789311 11853824 2405 134679101440 4194304 6891213 140734633788608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26009600 140734633796597 140734633796709 140734633796709 140734633803723 0
/proc/868096/statm: 2894 2405 580 659 0 2098 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 21508 KiB
Current children cumulated memory: 12376 KiB

[startup+0.700413 s]
/proc/loadavg: 4.80 4.52 4.29 5/247 868096
/proc/meminfo: memFree=123757048/131655788 swapFree=131071996/131071996
[pid=868091] ppid=868088 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/868091/stat : 868091 (naps-1.03.sh) S 868088 868091 865371 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 167789310 10170368 689 134679101440 94697058422784 94697059502104 140736773287312 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94697061600560 94697061647748 94697091059712 140736773293028 140736773293153 140736773293153 140736773300168 0
/proc/868091/statm: 2483 689 610 264 0 134 0
[pid=868096] ppid=868091 vsize=17964 memory=16240 CPUtime=0.68 cores=0,2
/proc/868096/stat : 868096 (naps-1.03) R 868091 868091 865371 0 -1 4194304 3886 0 0 0 67 1 0 0 20 0 1 0 167789311 18395136 4060 134679101440 4194304 6891213 140734633788608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26009600 140734633796597 140734633796709 140734633796709 140734633803723 0
/proc/868096/statm: 4491 4060 596 659 0 3695 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 27896 KiB
Current children cumulated memory: 18996 KiB

[startup+1.50043 s]
/proc/loadavg: 4.80 4.52 4.29 5/247 868096
/proc/meminfo: memFree=123747740/131655788 swapFree=131071996/131071996
[pid=868091] ppid=868088 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/868091/stat : 868091 (naps-1.03.sh) S 868088 868091 865371 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 167789310 10170368 689 134679101440 94697058422784 94697059502104 140736773287312 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94697061600560 94697061647748 94697091059712 140736773293028 140736773293153 140736773293153 140736773300168 0
/proc/868091/statm: 2483 689 610 264 0 134 0
[pid=868096] ppid=868091 vsize=28540 memory=26156 CPUtime=1.47 cores=0,2
/proc/868096/stat : 868096 (naps-1.03) R 868091 868091 865371 0 -1 4194304 6347 0 0 0 145 2 0 0 20 0 1 0 167789311 29224960 6539 134679101440 4194304 6891213 140734633788608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26009600 140734633796597 140734633796709 140734633796709 140734633803723 0
/proc/868096/statm: 7135 6539 596 659 0 6339 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 38472 KiB
Current children cumulated memory: 28912 KiB

[startup+3.1133 s]
/proc/loadavg: 4.82 4.53 4.29 5/249 868266
/proc/meminfo: memFree=123514848/131655788 swapFree=131071996/131071996
[pid=868091] ppid=868088 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/868091/stat : 868091 (naps-1.03.sh) S 868088 868091 865371 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 167789310 10170368 689 134679101440 94697058422784 94697059502104 140736773287312 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94697061600560 94697061647748 94697091059712 140736773293028 140736773293153 140736773293153 140736773300168 0
/proc/868091/statm: 2483 689 610 264 0 134 0
[pid=868096] ppid=868091 vsize=271972 memory=260144 CPUtime=3.08 cores=0,2
/proc/868096/stat : 868096 (naps-1.03) R 868091 868091 865371 0 -1 4194304 40394 0 0 0 298 10 0 0 20 0 1 0 167789311 278499328 65036 134679101440 4194304 6891213 140734633788608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26009600 140734633796597 140734633796709 140734633796709 140734633803723 0
/proc/868096/statm: 67993 65036 644 659 0 67197 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 281904 KiB
Current children cumulated memory: 262900 KiB

[startup+6.30042 s]
/proc/loadavg: 4.82 4.53 4.29 5/249 868268
/proc/meminfo: memFree=123460588/131655788 swapFree=131071996/131071996
[pid=868091] ppid=868088 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/868091/stat : 868091 (naps-1.03.sh) S 868088 868091 865371 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 167789310 10170368 689 134679101440 94697058422784 94697059502104 140736773287312 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94697061600560 94697061647748 94697091059712 140736773293028 140736773293153 140736773293153 140736773300168 0
/proc/868091/statm: 2483 689 610 264 0 134 0
[pid=868096] ppid=868091 vsize=353792 memory=347072 CPUtime=6.26 cores=0,2
/proc/868096/stat : 868096 (naps-1.03) R 868091 868091 865371 0 -1 4194304 47245 0 0 0 610 16 0 0 20 0 1 0 167789311 362283008 86768 134679101440 4194304 6891213 140734633788608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26009600 140734633796597 140734633796709 140734633796709 140734633803723 0
/proc/868096/statm: 88448 86768 660 659 0 87652 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 363724 KiB
Current children cumulated memory: 349828 KiB

[startup+12.7004 s]
/proc/loadavg: 4.75 4.52 4.29 5/249 868268
/proc/meminfo: memFree=123423224/131655788 swapFree=131071996/131071996
[pid=868091] ppid=868088 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/868091/stat : 868091 (naps-1.03.sh) S 868088 868091 865371 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 167789310 10170368 689 134679101440 94697058422784 94697059502104 140736773287312 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94697061600560 94697061647748 94697091059712 140736773293028 140736773293153 140736773293153 140736773300168 0
/proc/868091/statm: 2483 689 610 264 0 134 0
[pid=868096] ppid=868091 vsize=320732 memory=314600 CPUtime=12.63 cores=0,2
/proc/868096/stat : 868096 (naps-1.03) R 868091 868091 865371 0 -1 4194304 48834 0 0 0 1245 18 0 0 20 0 1 0 167789311 328429568 78650 134679101440 4194304 6891213 140734633788608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26009600 140734633796597 140734633796709 140734633796709 140734633803723 0
/proc/868096/statm: 80183 78650 660 659 0 79387 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 330664 KiB
Current children cumulated memory: 317356 KiB

[startup+25.5005 s]
/proc/loadavg: 4.58 4.50 4.28 5/249 868271
/proc/meminfo: memFree=123433544/131655788 swapFree=131071996/131071996
[pid=868091] ppid=868088 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/868091/stat : 868091 (naps-1.03.sh) S 868088 868091 865371 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 167789310 10170368 689 134679101440 94697058422784 94697059502104 140736773287312 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94697061600560 94697061647748 94697091059712 140736773293028 140736773293153 140736773293153 140736773300168 0
/proc/868091/statm: 2483 689 610 264 0 134 0
[pid=868096] ppid=868091 vsize=341100 memory=334972 CPUtime=25.38 cores=0,2
/proc/868096/stat : 868096 (naps-1.03) R 868091 868091 865371 0 -1 4194304 49431 0 0 0 2519 19 0 0 20 0 1 0 167789311 349286400 83743 134679101440 4194304 6891213 140734633788608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26009600 140734633796597 140734633796709 140734633796709 140734633803723 0
/proc/868096/statm: 85275 83743 660 659 0 84479 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 351032 KiB
Current children cumulated memory: 337728 KiB

[startup+51.1132 s]
/proc/loadavg: 4.38 4.45 4.27 5/249 868275
/proc/meminfo: memFree=123406044/131655788 swapFree=131071996/131071996
[pid=868091] ppid=868088 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/868091/stat : 868091 (naps-1.03.sh) S 868088 868091 865371 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 167789310 10170368 689 134679101440 94697058422784 94697059502104 140736773287312 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94697061600560 94697061647748 94697091059712 140736773293028 140736773293153 140736773293153 140736773300168 0
/proc/868091/statm: 2483 689 610 264 0 134 0
[pid=868096] ppid=868091 vsize=368280 memory=362128 CPUtime=50.89 cores=0,2
/proc/868096/stat : 868096 (naps-1.03) R 868091 868091 865371 0 -1 4194304 49685 0 0 0 5069 20 0 0 20 0 1 0 167789311 377118720 90532 134679101440 4194304 6891213 140734633788608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26009600 140734633796597 140734633796709 140734633796709 140734633803723 0
/proc/868096/statm: 92070 90532 660 659 0 91274 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 378212 KiB
Current children cumulated memory: 364884 KiB

[startup+102.3 s]
/proc/loadavg: 4.21 4.40 4.26 5/248 868283
/proc/meminfo: memFree=123341176/131655788 swapFree=131071996/131071996
[pid=868091] ppid=868088 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/868091/stat : 868091 (naps-1.03.sh) S 868088 868091 865371 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 167789310 10170368 689 134679101440 94697058422784 94697059502104 140736773287312 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94697061600560 94697061647748 94697091059712 140736773293028 140736773293153 140736773293153 140736773300168 0
/proc/868091/statm: 2483 689 610 264 0 134 0
[pid=868096] ppid=868091 vsize=368280 memory=362148 CPUtime=101.87 cores=0,2
/proc/868096/stat : 868096 (naps-1.03) R 868091 868091 865371 0 -1 4194304 49802 0 0 0 10167 20 0 0 20 0 1 0 167789311 377118720 90537 134679101440 4194304 6891213 140734633788608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26009600 140734633796597 140734633796709 140734633796709 140734633803723 0
/proc/868096/statm: 92070 90537 660 659 0 91274 0
Current children cumulated CPU time: 101.87 s
Current children cumulated vsize: 378212 KiB
Current children cumulated memory: 364904 KiB

[startup+162.3 s]
/proc/loadavg: 4.24 4.37 4.26 5/249 868308
/proc/meminfo: memFree=123402448/131655788 swapFree=131071996/131071996
[pid=868091] ppid=868088 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/868091/stat : 868091 (naps-1.03.sh) S 868088 868091 865371 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 167789310 10170368 689 134679101440 94697058422784 94697059502104 140736773287312 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94697061600560 94697061647748 94697091059712 140736773293028 140736773293153 140736773293153 140736773300168 0
/proc/868091/statm: 2483 689 610 264 0 134 0
[pid=868096] ppid=868091 vsize=368280 memory=362384 CPUtime=161.64 cores=0,2
/proc/868096/stat : 868096 (naps-1.03) R 868091 868091 865371 0 -1 4194304 49955 0 0 0 16143 21 0 0 20 0 1 0 167789311 377118720 90596 134679101440 4194304 6891213 140734633788608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26009600 140734633796597 140734633796709 140734633796709 140734633803723 0
/proc/868096/statm: 92070 90596 660 659 0 91274 0
Current children cumulated CPU time: 161.64 s
Current children cumulated vsize: 378212 KiB
Current children cumulated memory: 365140 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.32 4.25 5/249 868318
/proc/meminfo: memFree=123403024/131655788 swapFree=131071996/131071996
[pid=868091] ppid=868088 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/868091/stat : 868091 (naps-1.03.sh) S 868088 868091 865371 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 167789310 10170368 689 134679101440 94697058422784 94697059502104 140736773287312 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94697061600560 94697061647748 94697091059712 140736773293028 140736773293153 140736773293153 140736773300168 0
/proc/868091/statm: 2483 689 610 264 0 134 0
[pid=868096] ppid=868091 vsize=368280 memory=362388 CPUtime=221.4 cores=0,2
/proc/868096/stat : 868096 (naps-1.03) R 868091 868091 865371 0 -1 4194304 50008 0 0 0 22119 21 0 0 20 0 1 0 167789311 377118720 90597 134679101440 4194304 6891213 140734633788608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26009600 140734633796597 140734633796709 140734633796709 140734633803723 0
/proc/868096/statm: 92070 90597 660 659 0 91274 0
Current children cumulated CPU time: 221.4 s

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

/proc/loadavg: 4.41 4.29 4.17 5/245 870049
/proc/meminfo: memFree=123991980/131655788 swapFree=131071996/131071996
[pid=868091] ppid=868088 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/868091/stat : 868091 (naps-1.03.sh) S 868088 868091 865371 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 167789310 10170368 689 134679101440 94697058422784 94697059502104 140736773287312 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94697061600560 94697061647748 94697091059712 140736773293028 140736773293153 140736773293153 140736773300168 0
/proc/868091/statm: 2483 689 610 264 0 134 0
[pid=868096] ppid=868091 vsize=351988 memory=323124 CPUtime=3091.53 cores=0,2
/proc/868096/stat : 868096 (naps-1.03) R 868091 868091 865371 0 -1 4194304 91258 0 0 0 309057 96 0 0 20 0 1 0 167789311 360435712 80781 134679101440 4194304 6891213 140734633788608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26009600 140734633796597 140734633796709 140734633796709 140734633803723 0
/proc/868096/statm: 87997 80781 660 659 0 87201 0
Current children cumulated CPU time: 3091.53 s
Current children cumulated vsize: 361920 KiB
Current children cumulated memory: 325880 KiB

[startup+3162.3 s]
/proc/loadavg: 4.25 4.26 4.17 5/247 870063
/proc/meminfo: memFree=123955228/131655788 swapFree=131071996/131071996
[pid=868091] ppid=868088 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/868091/stat : 868091 (naps-1.03.sh) S 868088 868091 865371 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 167789310 10170368 689 134679101440 94697058422784 94697059502104 140736773287312 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94697061600560 94697061647748 94697091059712 140736773293028 140736773293153 140736773293153 140736773300168 0
/proc/868091/statm: 2483 689 610 264 0 134 0
[pid=868096] ppid=868091 vsize=352512 memory=325680 CPUtime=3151.34 cores=0,2
/proc/868096/stat : 868096 (naps-1.03) R 868091 868091 865371 0 -1 4194304 92123 0 0 0 315037 97 0 0 20 0 1 0 167789311 360972288 81420 134679101440 4194304 6891213 140734633788608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26009600 140734633796597 140734633796709 140734633796709 140734633803723 0
/proc/868096/statm: 88128 81420 660 659 0 87332 0
Current children cumulated CPU time: 3151.34 s
Current children cumulated vsize: 362444 KiB
Current children cumulated memory: 328436 KiB

[startup+3222.3 s]
/proc/loadavg: 4.20 4.25 4.17 5/247 870073
/proc/meminfo: memFree=123945544/131655788 swapFree=131071996/131071996
[pid=868091] ppid=868088 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/868091/stat : 868091 (naps-1.03.sh) S 868088 868091 865371 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 167789310 10170368 689 134679101440 94697058422784 94697059502104 140736773287312 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94697061600560 94697061647748 94697091059712 140736773293028 140736773293153 140736773293153 140736773300168 0
/proc/868091/statm: 2483 689 610 264 0 134 0
[pid=868096] ppid=868091 vsize=357680 memory=332896 CPUtime=3211.14 cores=0,2
/proc/868096/stat : 868096 (naps-1.03) R 868091 868091 865371 0 -1 4194304 96713 0 0 0 321007 107 0 0 20 0 1 0 167789311 366264320 83224 134679101440 4194304 6891213 140734633788608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26009600 140734633796597 140734633796709 140734633796709 140734633803723 0
/proc/868096/statm: 89420 83224 660 659 0 88624 0
Current children cumulated CPU time: 3211.14 s
Current children cumulated vsize: 367612 KiB
Current children cumulated memory: 335652 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.21 4.16 5/247 870084
/proc/meminfo: memFree=123959476/131655788 swapFree=131071996/131071996
[pid=868091] ppid=868088 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/868091/stat : 868091 (naps-1.03.sh) S 868088 868091 865371 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 167789310 10170368 689 134679101440 94697058422784 94697059502104 140736773287312 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94697061600560 94697061647748 94697091059712 140736773293028 140736773293153 140736773293153 140736773300168 0
/proc/868091/statm: 2483 689 610 264 0 134 0
[pid=868096] ppid=868091 vsize=356748 memory=331964 CPUtime=3270.95 cores=0,2
/proc/868096/stat : 868096 (naps-1.03) R 868091 868091 865371 0 -1 4194304 101310 0 0 0 326976 119 0 0 20 0 1 0 167789311 365309952 82991 134679101440 4194304 6891213 140734633788608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26009600 140734633796597 140734633796709 140734633796709 140734633803723 0
/proc/868096/statm: 89187 82991 660 659 0 88391 0
Current children cumulated CPU time: 3270.95 s
Current children cumulated vsize: 366680 KiB
Current children cumulated memory: 334720 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.20 4.16 5/247 870094
/proc/meminfo: memFree=123825584/131655788 swapFree=131071996/131071996
[pid=868091] ppid=868088 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/868091/stat : 868091 (naps-1.03.sh) S 868088 868091 865371 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 167789310 10170368 689 134679101440 94697058422784 94697059502104 140736773287312 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94697061600560 94697061647748 94697091059712 140736773293028 140736773293153 140736773293153 140736773300168 0
/proc/868091/statm: 2483 689 610 264 0 134 0
[pid=868096] ppid=868091 vsize=453144 memory=430620 CPUtime=3330.75 cores=0,2
/proc/868096/stat : 868096 (naps-1.03) R 868091 868091 865371 0 -1 4194304 111515 0 0 0 332943 132 0 0 20 0 1 0 167789311 464019456 107655 134679101440 4194304 6891213 140734633788608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26009600 140734633796597 140734633796709 140734633796709 140734633803723 0
/proc/868096/statm: 113286 107655 660 659 0 112490 0
Current children cumulated CPU time: 3330.75 s
Current children cumulated vsize: 463076 KiB
Current children cumulated memory: 433376 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.18 4.16 5/247 870105
/proc/meminfo: memFree=123883848/131655788 swapFree=131071996/131071996
[pid=868091] ppid=868088 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/868091/stat : 868091 (naps-1.03.sh) S 868088 868091 865371 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 167789310 10170368 689 134679101440 94697058422784 94697059502104 140736773287312 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94697061600560 94697061647748 94697091059712 140736773293028 140736773293153 140736773293153 140736773300168 0
/proc/868091/statm: 2483 689 610 264 0 134 0
[pid=868096] ppid=868091 vsize=428908 memory=414604 CPUtime=3390.55 cores=0,2
/proc/868096/stat : 868096 (naps-1.03) R 868091 868091 865371 0 -1 4194304 116420 0 0 0 338913 142 0 0 20 0 1 0 167789311 439201792 103651 134679101440 4194304 6891213 140734633788608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26009600 140734633796597 140734633796709 140734633796709 140734633803723 0
/proc/868096/statm: 107227 103651 660 659 0 106431 0
Current children cumulated CPU time: 3390.55 s
Current children cumulated vsize: 438840 KiB
Current children cumulated memory: 417360 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.19 4.16 5/246 870498
/proc/meminfo: memFree=123767508/131655788 swapFree=131071996/131071996
[pid=868091] ppid=868088 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/868091/stat : 868091 (naps-1.03.sh) S 868088 868091 865371 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 167789310 10170368 689 134679101440 94697058422784 94697059502104 140736773287312 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94697061600560 94697061647748 94697091059712 140736773293028 140736773293153 140736773293153 140736773300168 0
/proc/868091/statm: 2483 689 610 264 0 134 0
[pid=868096] ppid=868091 vsize=449496 memory=435192 CPUtime=3450.36 cores=0,2
/proc/868096/stat : 868096 (naps-1.03) R 868091 868091 865371 0 -1 4194304 120924 0 0 0 344878 158 0 0 20 0 1 0 167789311 460283904 108798 134679101440 4194304 6891213 140734633788608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26009600 140734633796597 140734633796709 140734633796709 140734633803723 0
/proc/868096/statm: 112374 108798 660 659 0 111578 0
Current children cumulated CPU time: 3450.36 s
Current children cumulated vsize: 459428 KiB
Current children cumulated memory: 437948 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.17 4.16 5/246 870508
/proc/meminfo: memFree=123849268/131655788 swapFree=131071996/131071996
[pid=868091] ppid=868088 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/868091/stat : 868091 (naps-1.03.sh) S 868088 868091 865371 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 167789310 10170368 689 134679101440 94697058422784 94697059502104 140736773287312 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94697061600560 94697061647748 94697091059712 140736773293028 140736773293153 140736773293153 140736773300168 0
/proc/868091/statm: 2483 689 610 264 0 134 0
[pid=868096] ppid=868091 vsize=460116 memory=445812 CPUtime=3510.16 cores=0,2
/proc/868096/stat : 868096 (naps-1.03) R 868091 868091 865371 0 -1 4194304 123641 0 0 0 350849 167 0 0 20 0 1 0 167789311 471158784 111453 134679101440 4194304 6891213 140734633788608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26009600 140734633796597 140734633796709 140734633796709 140734633803723 0
/proc/868096/statm: 115029 111453 660 659 0 114233 0
Current children cumulated CPU time: 3510.16 s
Current children cumulated vsize: 470048 KiB
Current children cumulated memory: 448568 KiB

[startup+3582.3 s]
/proc/loadavg: 4.73 4.34 4.22 5/246 870518
/proc/meminfo: memFree=123821924/131655788 swapFree=131071996/131071996
[pid=868091] ppid=868088 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/868091/stat : 868091 (naps-1.03.sh) S 868088 868091 865371 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 167789310 10170368 689 134679101440 94697058422784 94697059502104 140736773287312 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94697061600560 94697061647748 94697091059712 140736773293028 140736773293153 140736773293153 140736773300168 0
/proc/868091/statm: 2483 689 610 264 0 134 0
[pid=868096] ppid=868091 vsize=468976 memory=453944 CPUtime=3569.97 cores=0,2
/proc/868096/stat : 868096 (naps-1.03) R 868091 868091 865371 0 -1 4194304 127691 0 0 0 356819 178 0 0 20 0 1 0 167789311 480231424 113486 134679101440 4194304 6891213 140734633788608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26009600 140734633796597 140734633796709 140734633796709 140734633803723 0
/proc/868096/statm: 117244 113486 660 659 0 116448 0
Current children cumulated CPU time: 3569.97 s
Current children cumulated vsize: 478908 KiB
Current children cumulated memory: 456700 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.5 s]
/proc/loadavg: 4.62 4.35 4.22 5/247 870692
/proc/meminfo: memFree=123783684/131655788 swapFree=131071996/131071996
[pid=868091] ppid=868088 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/868091/stat : 868091 (naps-1.03.sh) S 868088 868091 865371 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 167789310 10170368 689 134679101440 94697058422784 94697059502104 140736773287312 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94697061600560 94697061647748 94697091059712 140736773293028 140736773293153 140736773293153 140736773300168 0
/proc/868091/statm: 2483 689 610 264 0 134 0
[pid=868096] ppid=868091 vsize=513660 memory=498628 CPUtime=3600.07 cores=0,2
/proc/868096/stat : 868096 (naps-1.03) R 868091 868091 865371 0 -1 4194304 128621 0 0 0 359824 183 0 0 20 0 1 0 167789311 525987840 124657 134679101440 4194304 6891213 140734633788608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26009600 140734633796597 140734633796709 140734633796709 140734633803723 0
/proc/868096/statm: 128415 124657 660 659 0 127619 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 523592 KiB
Current children cumulated memory: 501384 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3598.25 s, system=1.84475 s

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

[startup+3612.5 s]
/proc/loadavg: 4.62 4.35 4.22 5/247 870692
/proc/meminfo: memFree=123783684/131655788 swapFree=131071996/131071996
[pid=868091] ppid=868088 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/868091/stat : 868091 (naps-1.03.sh) S 868088 868091 865371 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 167789310 10170368 689 134679101440 94697058422784 94697059502104 140736773287312 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94697061600560 94697061647748 94697091059712 140736773293028 140736773293153 140736773293153 140736773300168 0
/proc/868091/statm: 2483 689 610 264 0 134 0
[pid=868096] ppid=868091 vsize=513660 memory=498628 CPUtime=3600.07 cores=0,2
/proc/868096/stat : 868096 (naps-1.03) R 868091 868091 865371 0 -1 4194304 128621 0 0 0 359824 183 0 0 20 0 1 0 167789311 525987840 124657 134679101440 4194304 6891213 140734633788608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26009600 140734633796597 140734633796709 140734633796709 140734633803723 0
/proc/868096/statm: 128415 124657 660 659 0 127619 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 523592 KiB
Current children cumulated memory: 501384 KiB

Child status: 10

Real time (s): 3612.51
CPU time (s): 3600.09
CPU user time (s): 3598.25
CPU system time (s): 1.84475
CPU usage (%): 99.6564
Max. virtual memory (cumulated for all children) (KiB): 667608
Max. memory (cumulated for all children) (KiB): 646112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.25
system time used= 1.84475
maximum resident set size= 643356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129095
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= 71
involuntary context switches= 25186


# summary of solver processes directly reported to runsolver:
#   pid: 868091
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3598.25
#   total CPU system time (s): 1.84475

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.0275 second user time and 37.3285 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-16 20:58:37
IDJOB=4434524
IDBENCH=158396
IDSOLVER=3063
FILE ID=nodeC005/4434524-1721156305
RUNJOBID= nodeC005-1721152700-865414
SLURM_JOB_ID= 7505754
Free space on /tmp= 723760 MiB

SOLVER NAME= NaPS 1.03
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-aug4.5.opb
COMMAND LINE= HOME/naps-1.03.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434524-1721156305/watcher-4434524-1721156305 -o /tmp/evaluation-result-4434524-1721156305/solver-4434524-1721156305 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721152700-865414 --watchdog 3760  HOME/naps-1.03.sh HOME/instance-4434524-1721156305.opb

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

MD5SUM BENCH= 481101aa5750e702617a44583ed063de
RANDOM SEED=362556344

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        123706852 kB
MemAvailable:   128660092 kB
Buffers:          409748 kB
Cached:          5322240 kB
SwapCached:            0 kB
Active:           803912 kB
Inactive:        6468036 kB
Active(anon):       3472 kB
Inactive(anon):  1574168 kB
Active(file):     800440 kB
Inactive(file):  4893868 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              6392 kB
Writeback:             4 kB
AnonPages:       1532364 kB
Mapped:           113436 kB
Shmem:             37704 kB
KReclaimable:     198264 kB
Slab:             312400 kB
SReclaimable:     198264 kB
SUnreclaim:       114136 kB
KernelStack:        3936 kB
PageTables:        12440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1953248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53952 kB
HardwareCorrupted:     0 kB
AnonHugePages:    839680 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:      285512 kB
DirectMap2M:    36319232 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 723760 MiB
End job on nodeC005 at 2024-07-16 21:58:50