Trace number 4452551

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
NaPS-PB16 1.02b5? (TO) 3600.09 3609.51

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2010/normalized-neos-506428.0.u.opb
MD5SUMbe38a350659e0c4d627f3ed91afb1797
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark574.907
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables42981
Total number of constraints129926
Number of constraints which are clauses129808
Number of constraints which are cardinality constraints (but not clauses)96
Number of constraints which are nor clauses,nor cardinality constraints22
Minimum length of a constraint2
Maximum length of a constraint1969
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 6515545
Number of bits of the biggest number in a constraint 23
Biggest sum of numbers in a constraint 500000069
Number of bits of the biggest sum of numbers29
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.02b5.
0.00/0.00	c Input file name: HOME/instance-4452551-1721442628.opb
3600.07/3609.50	c 
3600.07/3609.50	c *** TERMINATED *** by signal 15
3600.07/3609.50	s UNKNOWN
3600.07/3609.50	c _____________________________________________________________________________
3600.07/3609.50	c 
3600.07/3609.50	c std/band forms        : 140,0
3600.07/3609.50	c 2cl/3cl ITE-codings   : 1954,0
3600.07/3609.50	c BDD/srt/adr Max costs : 75,0,29154
3600.07/3609.50	c BDDraw/bin/mul/srt/adr: 96,0,22,0,22
3600.07/3609.50	c BDD nodes             : 61299685
3600.07/3609.50	c Es1/CC detections     : 0,0
3600.07/3609.50	c SAT/UNSAT calls       : 0,0
3600.07/3609.50	c regenrated variables  : 0
3600.07/3609.50	c restarts              : 0
3600.07/3609.50	c conflicts             : 0              (0 /sec)
3600.07/3609.50	c decisions             : 0              (0 /sec)
3600.07/3609.50	c propagations          : 0              (0 /sec)
3600.07/3609.50	c inspects              : 0              (0 /sec)
3600.07/3609.50	c CPU time (solving tm) : 3598 s        (2794 s)
3600.07/3609.50	c Time for Opt-base     : 333.1 s
3600.07/3609.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: 63968 MiB (46578 MiB free)
  memory of node 1: 64473 MiB (60247 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452551-1721442628/watcher-4452551-1721442628 -o /tmp/evaluation-result-4452551-1721442628/solver-4452551-1721442628 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1721435230-1043544 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4452551-1721442628.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=1048678, runsolver pid=1048675

[startup+0.10009 s]*
/proc/loadavg: 4.24 4.22 4.15 5/263 1048683
/proc/meminfo: memFree=109376536/131524596 swapFree=131071996/131071996
[pid=1048678] ppid=1048675 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/1048678/stat : 1048678 (naps-1.02b5.sh) S 1048675 1048678 1043532 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 196433390 10170368 660 134679101440 93917346332672 93917347411992 140732073165952 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93917349510448 93917349557636 93917352943616 140732073173982 140732073174109 140732073174109 140732073181126 0
/proc/1048678/statm: 2483 660 581 264 0 134 0
[pid=1048683] ppid=1048678 vsize=20076 memory=14236 CPUtime=0.1 cores=1,3
/proc/1048683/stat : 1048683 (naps-1.02b5) R 1048678 1048678 1043532 0 -1 4194304 3324 0 0 0 10 0 0 0 20 0 1 0 196433391 20557824 3559 134679101440 4194304 5746509 140722424628192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 36237312 140722424632301 140722424632415 140722424632415 140722424639433 0
/proc/1048683/statm: 5019 3559 405 379 0 4553 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 30008 KiB
Current children cumulated memory: 16876 KiB

[startup+0.206422 s]*
/proc/loadavg: 4.24 4.22 4.15 5/263 1048683
/proc/meminfo: memFree=109370012/131524596 swapFree=131071996/131071996
[pid=1048678] ppid=1048675 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/1048678/stat : 1048678 (naps-1.02b5.sh) S 1048675 1048678 1043532 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 196433390 10170368 660 134679101440 93917346332672 93917347411992 140732073165952 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93917349510448 93917349557636 93917352943616 140732073173982 140732073174109 140732073174109 140732073181126 0
/proc/1048678/statm: 2483 660 581 264 0 134 0
[pid=1048683] ppid=1048678 vsize=26444 memory=20016 CPUtime=0.2 cores=1,3
/proc/1048683/stat : 1048683 (naps-1.02b5) R 1048678 1048678 1043532 0 -1 4194304 4916 0 0 0 20 0 0 0 20 0 1 0 196433391 27078656 5004 134679101440 4194304 5746509 140722424628192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 36237312 140722424632301 140722424632415 140722424632415 140722424639433 0
/proc/1048683/statm: 6611 5004 405 379 0 6145 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 36376 KiB
Current children cumulated memory: 22656 KiB

[startup+0.306353 s]*
/proc/loadavg: 4.24 4.22 4.15 5/263 1048683
/proc/meminfo: memFree=109366116/131524596 swapFree=131071996/131071996
[pid=1048678] ppid=1048675 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/1048678/stat : 1048678 (naps-1.02b5.sh) S 1048675 1048678 1043532 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 196433390 10170368 660 134679101440 93917346332672 93917347411992 140732073165952 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93917349510448 93917349557636 93917352943616 140732073173982 140732073174109 140732073174109 140732073181126 0
/proc/1048678/statm: 2483 660 581 264 0 134 0
[pid=1048683] ppid=1048678 vsize=28268 memory=23644 CPUtime=0.3 cores=1,3
/proc/1048683/stat : 1048683 (naps-1.02b5) R 1048678 1048678 1043532 0 -1 4194304 5348 0 0 0 30 0 0 0 20 0 1 0 196433391 28946432 5911 134679101440 4194304 5746509 140722424628192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 36237312 140722424632301 140722424632415 140722424632415 140722424639433 0
/proc/1048683/statm: 7067 5911 405 379 0 6601 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 38200 KiB
Current children cumulated memory: 26284 KiB

[startup+0.700278 s]
/proc/loadavg: 4.24 4.22 4.15 5/263 1048683
/proc/meminfo: memFree=109363932/131524596 swapFree=131071996/131071996
[pid=1048678] ppid=1048675 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/1048678/stat : 1048678 (naps-1.02b5.sh) S 1048675 1048678 1043532 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 196433390 10170368 660 134679101440 93917346332672 93917347411992 140732073165952 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93917349510448 93917349557636 93917352943616 140732073173982 140732073174109 140732073174109 140732073181126 0
/proc/1048678/statm: 2483 660 581 264 0 134 0
[pid=1048683] ppid=1048678 vsize=33432 memory=28320 CPUtime=0.68 cores=1,3
/proc/1048683/stat : 1048683 (naps-1.02b5) R 1048678 1048678 1043532 0 -1 4194304 6508 0 0 0 68 0 0 0 20 0 1 0 196433391 34234368 7080 134679101440 4194304 5746509 140722424628192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 36237312 140722424632301 140722424632415 140722424632415 140722424639433 0
/proc/1048683/statm: 8358 7080 405 379 0 7892 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 43364 KiB
Current children cumulated memory: 30960 KiB

[startup+1.50026 s]
/proc/loadavg: 4.24 4.22 4.15 5/263 1048683
/proc/meminfo: memFree=109355076/131524596 swapFree=131071996/131071996
[pid=1048678] ppid=1048675 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/1048678/stat : 1048678 (naps-1.02b5.sh) S 1048675 1048678 1043532 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 196433390 10170368 660 134679101440 93917346332672 93917347411992 140732073165952 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93917349510448 93917349557636 93917352943616 140732073173982 140732073174109 140732073174109 140732073181126 0
/proc/1048678/statm: 2483 660 581 264 0 134 0
[pid=1048683] ppid=1048678 vsize=38968 memory=34184 CPUtime=1.49 cores=1,3
/proc/1048683/stat : 1048683 (naps-1.02b5) R 1048678 1048678 1043532 0 -1 4194304 8274 0 0 0 148 1 0 0 20 0 1 0 196433391 39903232 8546 134679101440 4194304 5746509 140722424628192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 36237312 140722424632301 140722424632415 140722424632415 140722424639433 0
/proc/1048683/statm: 9742 8546 405 379 0 9276 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 48900 KiB
Current children cumulated memory: 36824 KiB

[startup+3.10627 s]
/proc/loadavg: 4.24 4.22 4.15 5/263 1048683
/proc/meminfo: memFree=109191928/131524596 swapFree=131071996/131071996
[pid=1048678] ppid=1048675 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/1048678/stat : 1048678 (naps-1.02b5.sh) S 1048675 1048678 1043532 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 196433390 10170368 660 134679101440 93917346332672 93917347411992 140732073165952 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93917349510448 93917349557636 93917352943616 140732073173982 140732073174109 140732073174109 140732073181126 0
/proc/1048678/statm: 2483 660 581 264 0 134 0
[pid=1048683] ppid=1048678 vsize=211812 memory=206704 CPUtime=3.09 cores=1,3
/proc/1048683/stat : 1048683 (naps-1.02b5) R 1048678 1048678 1043532 0 -1 4194304 50570 0 0 0 303 6 0 0 20 0 1 0 196433391 216895488 51676 134679101440 4194304 5746509 140722424628192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 36237312 140722424632301 140722424632415 140722424632415 140722424639433 0
/proc/1048683/statm: 52953 51676 421 379 0 52487 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 221744 KiB
Current children cumulated memory: 209344 KiB

[startup+6.30025 s]
/proc/loadavg: 4.22 4.22 4.15 5/264 1048684
/proc/meminfo: memFree=108916512/131524596 swapFree=131071996/131071996
[pid=1048678] ppid=1048675 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/1048678/stat : 1048678 (naps-1.02b5.sh) S 1048675 1048678 1043532 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 196433390 10170368 660 134679101440 93917346332672 93917347411992 140732073165952 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93917349510448 93917349557636 93917352943616 140732073173982 140732073174109 140732073174109 140732073181126 0
/proc/1048678/statm: 2483 660 581 264 0 134 0
[pid=1048683] ppid=1048678 vsize=506492 memory=499036 CPUtime=6.27 cores=1,3
/proc/1048683/stat : 1048683 (naps-1.02b5) R 1048678 1048678 1043532 0 -1 4194304 119891 0 0 0 608 19 0 0 20 0 1 0 196433391 518647808 124759 134679101440 4194304 5746509 140722424628192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 36237312 140722424632301 140722424632415 140722424632415 140722424639433 0
/proc/1048683/statm: 126623 124759 421 379 0 126157 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 516424 KiB
Current children cumulated memory: 501676 KiB

[startup+12.7003 s]
/proc/loadavg: 4.20 4.22 4.15 5/264 1048687
/proc/meminfo: memFree=108377924/131524596 swapFree=131071996/131071996
[pid=1048678] ppid=1048675 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/1048678/stat : 1048678 (naps-1.02b5.sh) S 1048675 1048678 1043532 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 196433390 10170368 660 134679101440 93917346332672 93917347411992 140732073165952 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93917349510448 93917349557636 93917352943616 140732073173982 140732073174109 140732073174109 140732073181126 0
/proc/1048678/statm: 2483 660 581 264 0 134 0
[pid=1048683] ppid=1048678 vsize=1082180 memory=1072800 CPUtime=12.66 cores=1,3
/proc/1048683/stat : 1048683 (naps-1.02b5) R 1048678 1048678 1043532 0 -1 4194304 256426 0 0 0 1223 43 0 0 20 0 1 0 196433391 1108152320 268200 134679101440 4194304 5746509 140722424628192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 36237312 140722424632301 140722424632415 140722424632415 140722424639433 0
/proc/1048683/statm: 270545 268200 421 379 0 270079 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 1092112 KiB
Current children cumulated memory: 1075440 KiB

[startup+25.5003 s]
/proc/loadavg: 4.24 4.22 4.15 5/263 1048688
/proc/meminfo: memFree=107876108/131524596 swapFree=131071996/131071996
[pid=1048678] ppid=1048675 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/1048678/stat : 1048678 (naps-1.02b5.sh) S 1048675 1048678 1043532 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 196433390 10170368 660 134679101440 93917346332672 93917347411992 140732073165952 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93917349510448 93917349557636 93917352943616 140732073173982 140732073174109 140732073174109 140732073181126 0
/proc/1048678/statm: 2483 660 581 264 0 134 0
[pid=1048683] ppid=1048678 vsize=1524228 memory=1509172 CPUtime=25.42 cores=1,3
/proc/1048683/stat : 1048683 (naps-1.02b5) R 1048678 1048678 1043532 0 -1 4194304 364013 0 0 0 2483 59 0 0 20 0 1 0 196433391 1560809472 377293 134679101440 4194304 5746509 140722424628192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 36237312 140722424632301 140722424632415 140722424632415 140722424639433 0
/proc/1048683/statm: 381057 377293 421 379 0 380591 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1534160 KiB
Current children cumulated memory: 1511812 KiB

[startup+51.1064 s]
/proc/loadavg: 4.16 4.20 4.14 5/263 1048693
/proc/meminfo: memFree=107869176/131524596 swapFree=131071996/131071996
[pid=1048678] ppid=1048675 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/1048678/stat : 1048678 (naps-1.02b5.sh) S 1048675 1048678 1043532 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 196433390 10170368 660 134679101440 93917346332672 93917347411992 140732073165952 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93917349510448 93917349557636 93917352943616 140732073173982 140732073174109 140732073174109 140732073181126 0
/proc/1048678/statm: 2483 660 581 264 0 134 0
[pid=1048683] ppid=1048678 vsize=1525316 memory=1510500 CPUtime=50.97 cores=1,3
/proc/1048683/stat : 1048683 (naps-1.02b5) R 1048678 1048678 1043532 0 -1 4194304 364351 0 0 0 5035 62 0 0 20 0 1 0 196433391 1561923584 377625 134679101440 4194304 5746509 140722424628192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 36237312 140722424632301 140722424632415 140722424632415 140722424639433 0
/proc/1048683/statm: 381329 377625 421 379 0 380863 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 1535248 KiB
Current children cumulated memory: 1513140 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.18 4.14 5/263 1048702
/proc/meminfo: memFree=107282080/131524596 swapFree=131071996/131071996
[pid=1048678] ppid=1048675 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/1048678/stat : 1048678 (naps-1.02b5.sh) S 1048675 1048678 1043532 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 196433390 10170368 660 134679101440 93917346332672 93917347411992 140732073165952 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93917349510448 93917349557636 93917352943616 140732073173982 140732073174109 140732073174109 140732073181126 0
/proc/1048678/statm: 2483 660 581 264 0 134 0
[pid=1048683] ppid=1048678 vsize=1655676 memory=1642824 CPUtime=102.05 cores=1,3
/proc/1048683/stat : 1048683 (naps-1.02b5) R 1048678 1048678 1043532 0 -1 4194304 386621 0 0 0 10134 71 0 0 20 0 1 0 196433391 1695412224 410706 134679101440 4194304 5746509 140722424628192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 36237312 140722424632301 140722424632415 140722424632415 140722424639433 0
/proc/1048683/statm: 413919 410706 421 379 0 413453 0
Current children cumulated CPU time: 102.05 s
Current children cumulated vsize: 1665608 KiB
Current children cumulated memory: 1645464 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.17 4.13 5/263 1048712
/proc/meminfo: memFree=107285076/131524596 swapFree=131071996/131071996
[pid=1048678] ppid=1048675 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/1048678/stat : 1048678 (naps-1.02b5.sh) S 1048675 1048678 1043532 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 196433390 10170368 660 134679101440 93917346332672 93917347411992 140732073165952 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93917349510448 93917349557636 93917352943616 140732073173982 140732073174109 140732073174109 140732073181126 0
/proc/1048678/statm: 2483 660 581 264 0 134 0
[pid=1048683] ppid=1048678 vsize=1697224 memory=1686480 CPUtime=161.91 cores=1,3
/proc/1048683/stat : 1048683 (naps-1.02b5) R 1048678 1048678 1043532 0 -1 4194304 398320 0 0 0 16113 78 0 0 20 0 1 0 196433391 1737957376 421620 134679101440 4194304 5746509 140722424628192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 36237312 140722424632301 140722424632415 140722424632415 140722424639433 0
/proc/1048683/statm: 424306 421620 421 379 0 423840 0
Current children cumulated CPU time: 161.91 s
Current children cumulated vsize: 1707156 KiB
Current children cumulated memory: 1689120 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.15 4.13 5/262 1048724
/proc/meminfo: memFree=107264052/131524596 swapFree=131071996/131071996
[pid=1048678] ppid=1048675 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/1048678/stat : 1048678 (naps-1.02b5.sh) S 1048675 1048678 1043532 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 196433390 10170368 660 134679101440 93917346332672 93917347411992 140732073165952 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93917349510448 93917349557636 93917352943616 140732073173982 140732073174109 140732073174109 140732073181126 0
/proc/1048678/statm: 2483 660 581 264 0 134 0
[pid=1048683] ppid=1048678 vsize=1697876 memory=1687132 CPUtime=221.78 cores=1,3
/proc/1048683/stat : 1048683 (naps-1.02b5) R 1048678 1048678 1043532 0 -1 4194304 398714 0 0 0 22094 84 0 0 20 0 1 0 196433391 1738625024 421783 134679101440 4194304 5746509 140722424628192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 36237312 140722424632301 140722424632415 140722424632415 140722424639433 0
/proc/1048683/statm: 424469 421783 421 379 0 424003 0
Current children cumulated CPU time: 221.78 s

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

/proc/1048683/statm: 547917 531316 421 379 0 547451 0
Current children cumulated CPU time: 3094.43 s
Current children cumulated vsize: 2201600 KiB
Current children cumulated memory: 2127904 KiB

[startup+3162.3 s]
/proc/loadavg: 4.17 4.17 4.12 5/262 1050487
/proc/meminfo: memFree=120301692/131524596 swapFree=131071996/131071996
[pid=1048678] ppid=1048675 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/1048678/stat : 1048678 (naps-1.02b5.sh) S 1048675 1048678 1043532 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 196433390 10170368 660 134679101440 93917346332672 93917347411992 140732073165952 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93917349510448 93917349557636 93917352943616 140732073173982 140732073174109 140732073174109 140732073181126 0
/proc/1048678/statm: 2483 660 581 264 0 134 0
[pid=1048683] ppid=1048678 vsize=2191668 memory=2129360 CPUtime=3154.25 cores=1,3
/proc/1048683/stat : 1048683 (naps-1.02b5) R 1048678 1048678 1043532 0 -1 4194304 467221 0 0 0 315251 174 0 0 20 0 1 0 196433391 2244268032 532340 134679101440 4194304 5746509 140722424628192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 36237312 140722424632301 140722424632415 140722424632415 140722424639433 0
/proc/1048683/statm: 547917 532340 421 379 0 547451 0
Current children cumulated CPU time: 3154.25 s
Current children cumulated vsize: 2201600 KiB
Current children cumulated memory: 2132000 KiB

[startup+3222.3 s]
/proc/loadavg: 4.52 4.25 4.15 5/262 1050498
/proc/meminfo: memFree=120209388/131524596 swapFree=131071996/131071996
[pid=1048678] ppid=1048675 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/1048678/stat : 1048678 (naps-1.02b5.sh) S 1048675 1048678 1043532 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 196433390 10170368 660 134679101440 93917346332672 93917347411992 140732073165952 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93917349510448 93917349557636 93917352943616 140732073173982 140732073174109 140732073174109 140732073181126 0
/proc/1048678/statm: 2483 660 581 264 0 134 0
[pid=1048683] ppid=1048678 vsize=2191668 memory=2133456 CPUtime=3214.07 cores=1,3
/proc/1048683/stat : 1048683 (naps-1.02b5) R 1048678 1048678 1043532 0 -1 4194304 468186 0 0 0 321233 174 0 0 20 0 1 0 196433391 2244268032 533364 134679101440 4194304 5746509 140722424628192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 36237312 140722424632301 140722424632415 140722424632415 140722424639433 0
/proc/1048683/statm: 547917 533364 421 379 0 547451 0
Current children cumulated CPU time: 3214.07 s
Current children cumulated vsize: 2201600 KiB
Current children cumulated memory: 2136096 KiB

[startup+3282.3 s]
/proc/loadavg: 4.24 4.22 4.14 5/262 1050509
/proc/meminfo: memFree=120260228/131524596 swapFree=131071996/131071996
[pid=1048678] ppid=1048675 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/1048678/stat : 1048678 (naps-1.02b5.sh) S 1048675 1048678 1043532 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 196433390 10170368 660 134679101440 93917346332672 93917347411992 140732073165952 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93917349510448 93917349557636 93917352943616 140732073173982 140732073174109 140732073174109 140732073181126 0
/proc/1048678/statm: 2483 660 581 264 0 134 0
[pid=1048683] ppid=1048678 vsize=2191668 memory=2097968 CPUtime=3273.9 cores=1,3
/proc/1048683/stat : 1048683 (naps-1.02b5) R 1048678 1048678 1043532 0 -1 4194304 469333 0 0 0 327213 177 0 0 20 0 1 0 196433391 2244268032 524492 134679101440 4194304 5746509 140722424628192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 36237312 140722424632301 140722424632415 140722424632415 140722424639433 0
/proc/1048683/statm: 547917 524492 421 379 0 547451 0
Current children cumulated CPU time: 3273.9 s
Current children cumulated vsize: 2201600 KiB
Current children cumulated memory: 2100608 KiB

[startup+3342.3 s]
/proc/loadavg: 4.24 4.22 4.15 5/261 1050906
/proc/meminfo: memFree=120443356/131524596 swapFree=131071996/131071996
[pid=1048678] ppid=1048675 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/1048678/stat : 1048678 (naps-1.02b5.sh) S 1048675 1048678 1043532 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 196433390 10170368 660 134679101440 93917346332672 93917347411992 140732073165952 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93917349510448 93917349557636 93917352943616 140732073173982 140732073174109 140732073174109 140732073181126 0
/proc/1048678/statm: 2483 660 581 264 0 134 0
[pid=1048683] ppid=1048678 vsize=2191668 memory=2106160 CPUtime=3333.71 cores=1,3
/proc/1048683/stat : 1048683 (naps-1.02b5) R 1048678 1048678 1043532 0 -1 4194304 470195 0 0 0 333194 177 0 0 20 0 1 0 196433391 2244268032 526540 134679101440 4194304 5746509 140722424628192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 36237312 140722424632301 140722424632415 140722424632415 140722424639433 0
/proc/1048683/statm: 547917 526540 421 379 0 547451 0
Current children cumulated CPU time: 3333.71 s
Current children cumulated vsize: 2201600 KiB
Current children cumulated memory: 2108800 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.19 4.14 5/261 1050917
/proc/meminfo: memFree=120277964/131524596 swapFree=131071996/131071996
[pid=1048678] ppid=1048675 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/1048678/stat : 1048678 (naps-1.02b5.sh) S 1048675 1048678 1043532 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 196433390 10170368 660 134679101440 93917346332672 93917347411992 140732073165952 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93917349510448 93917349557636 93917352943616 140732073173982 140732073174109 140732073174109 140732073181126 0
/proc/1048678/statm: 2483 660 581 264 0 134 0
[pid=1048683] ppid=1048678 vsize=2191668 memory=2112304 CPUtime=3393.53 cores=1,3
/proc/1048683/stat : 1048683 (naps-1.02b5) R 1048678 1048678 1043532 0 -1 4194304 471186 0 0 0 339176 177 0 0 20 0 1 0 196433391 2244268032 528076 134679101440 4194304 5746509 140722424628192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 36237312 140722424632301 140722424632415 140722424632415 140722424639433 0
/proc/1048683/statm: 547917 528076 421 379 0 547451 0
Current children cumulated CPU time: 3393.53 s
Current children cumulated vsize: 2201600 KiB
Current children cumulated memory: 2114944 KiB

[startup+3462.3 s]
/proc/loadavg: 3.60 4.04 4.09 4/252 1050958
/proc/meminfo: memFree=121264092/131524596 swapFree=131071996/131071996
[pid=1048678] ppid=1048675 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/1048678/stat : 1048678 (naps-1.02b5.sh) S 1048675 1048678 1043532 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 196433390 10170368 660 134679101440 93917346332672 93917347411992 140732073165952 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93917349510448 93917349557636 93917352943616 140732073173982 140732073174109 140732073174109 140732073181126 0
/proc/1048678/statm: 2483 660 581 264 0 134 0
[pid=1048683] ppid=1048678 vsize=2191668 memory=2118448 CPUtime=3453.34 cores=1,3
/proc/1048683/stat : 1048683 (naps-1.02b5) R 1048678 1048678 1043532 0 -1 4194304 472178 0 0 0 345157 177 0 0 20 0 1 0 196433391 2244268032 529612 134679101440 4194304 5746509 140722424628192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 36237312 140722424632301 140722424632415 140722424632415 140722424639433 0
/proc/1048683/statm: 547917 529612 421 379 0 547451 0
Current children cumulated CPU time: 3453.34 s
Current children cumulated vsize: 2201600 KiB
Current children cumulated memory: 2121088 KiB

[startup+3522.3 s]
/proc/loadavg: 3.32 3.88 4.03 4/254 1051139
/proc/meminfo: memFree=121308812/131524596 swapFree=131071996/131071996
[pid=1048678] ppid=1048675 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/1048678/stat : 1048678 (naps-1.02b5.sh) S 1048675 1048678 1043532 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 196433390 10170368 660 134679101440 93917346332672 93917347411992 140732073165952 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93917349510448 93917349557636 93917352943616 140732073173982 140732073174109 140732073174109 140732073181126 0
/proc/1048678/statm: 2483 660 581 264 0 134 0
[pid=1048683] ppid=1048678 vsize=2191668 memory=2122544 CPUtime=3513.16 cores=1,3
/proc/1048683/stat : 1048683 (naps-1.02b5) R 1048678 1048678 1043532 0 -1 4194304 473172 0 0 0 351138 178 0 0 20 0 1 0 196433391 2244268032 530636 134679101440 4194304 5746509 140722424628192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 36237312 140722424632301 140722424632415 140722424632415 140722424639433 0
/proc/1048683/statm: 547917 530636 421 379 0 547451 0
Current children cumulated CPU time: 3513.16 s
Current children cumulated vsize: 2201600 KiB
Current children cumulated memory: 2125184 KiB

[startup+3582.3 s]
/proc/loadavg: 3.21 3.75 3.97 4/255 1051152
/proc/meminfo: memFree=121238128/131524596 swapFree=131071996/131071996
[pid=1048678] ppid=1048675 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/1048678/stat : 1048678 (naps-1.02b5.sh) S 1048675 1048678 1043532 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 196433390 10170368 660 134679101440 93917346332672 93917347411992 140732073165952 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93917349510448 93917349557636 93917352943616 140732073173982 140732073174109 140732073174109 140732073181126 0
/proc/1048678/statm: 2483 660 581 264 0 134 0
[pid=1048683] ppid=1048678 vsize=2191668 memory=2128688 CPUtime=3572.96 cores=1,3
/proc/1048683/stat : 1048683 (naps-1.02b5) R 1048678 1048678 1043532 0 -1 4194304 474169 0 0 0 357118 178 0 0 20 0 1 0 196433391 2244268032 532172 134679101440 4194304 5746509 140722424628192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 36237312 140722424632301 140722424632415 140722424632415 140722424639433 0
/proc/1048683/statm: 547917 532172 421 379 0 547451 0
Current children cumulated CPU time: 3572.96 s
Current children cumulated vsize: 2201600 KiB
Current children cumulated memory: 2131328 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.5 s]
/proc/loadavg: 3.14 3.69 3.95 4/255 1051212
/proc/meminfo: memFree=121256744/131524596 swapFree=131071996/131071996
[pid=1048678] ppid=1048675 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/1048678/stat : 1048678 (naps-1.02b5.sh) S 1048675 1048678 1043532 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 196433390 10170368 660 134679101440 93917346332672 93917347411992 140732073165952 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93917349510448 93917349557636 93917352943616 140732073173982 140732073174109 140732073174109 140732073181126 0
/proc/1048678/statm: 2483 660 581 264 0 134 0
[pid=1048683] ppid=1048678 vsize=2191668 memory=2132784 CPUtime=3600.07 cores=1,3
/proc/1048683/stat : 1048683 (naps-1.02b5) R 1048678 1048678 1043532 0 -1 4194304 474528 0 0 0 359829 178 0 0 20 0 1 0 196433391 2244268032 533196 134679101440 4194304 5746509 140722424628192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 36237312 140722424632301 140722424632415 140722424632415 140722424639433 0
/proc/1048683/statm: 547917 533196 421 379 0 547451 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 2201600 KiB
Current children cumulated memory: 2135424 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3609.51 s]
# the end of solver process 1048678 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0.002242 s, system=0.000481 s

[startup+3609.51 s]
# the end of solver process 1048683 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3598.3 s, system=1.78888 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+3609.5 s]
/proc/loadavg: 3.14 3.69 3.95 4/255 1051212
/proc/meminfo: memFree=121256744/131524596 swapFree=131071996/131071996
[pid=1048678] ppid=1048675 vsize=9932 memory=2640 CPUtime=0 cores=1,3
/proc/1048678/stat : 1048678 (naps-1.02b5.sh) S 1048675 1048678 1043532 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 196433390 10170368 660 134679101440 93917346332672 93917347411992 140732073165952 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93917349510448 93917349557636 93917352943616 140732073173982 140732073174109 140732073174109 140732073181126 0
/proc/1048678/statm: 2483 660 581 264 0 134 0
[pid=1048683] ppid=1048678 vsize=2191668 memory=2132784 CPUtime=3600.07 cores=1,3
/proc/1048683/stat : 1048683 (naps-1.02b5) R 1048678 1048678 1043532 0 -1 4194304 474528 0 0 0 359829 178 0 0 20 0 1 0 196433391 2244268032 533196 134679101440 4194304 5746509 140722424628192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 36237312 140722424632301 140722424632415 140722424632415 140722424639433 0
/proc/1048683/statm: 547917 533196 421 379 0 547451 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 2201600 KiB
Current children cumulated memory: 2135424 KiB

Child status: 0

Real time (s): 3609.51
CPU time (s): 3600.09
CPU user time (s): 3598.3
CPU system time (s): 1.78888
CPU usage (%): 99.739
Max. virtual memory (cumulated for all children) (KiB): 2413216
Max. memory (cumulated for all children) (KiB): 2290148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.3
system time used= 1.78888
maximum resident set size= 2289556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 474988
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= 649
involuntary context switches= 1398


# summary of solver processes directly reported to runsolver:
#   pid: 1048678,1048683
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3598.3
#   total CPU system time (s): 1.78888

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.58177 second user time and 18.8836 second system time

The end

Launcher Data

Begin job on nodeC034 at 2024-07-20 04:30:41
IDJOB=4452551
IDBENCH=164450
IDSOLVER=3065
FILE ID=nodeC034/4452551-1721442628
RUNJOBID= nodeC034-1721435230-1043544
SLURM_JOB_ID= 7545642
Free space on /tmp= 890020 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2010/normalized-neos-506428.0.u.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452551-1721442628/watcher-4452551-1721442628 -o /tmp/evaluation-result-4452551-1721442628/solver-4452551-1721442628 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1721435230-1043544 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4452551-1721442628.opb

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

MD5SUM BENCH= be38a350659e0c4d627f3ed91afb1797
RANDOM SEED=1173692271

nodeC034.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		: 3661.393
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	: 6999.99
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		: 3674.864
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	: 7005.58
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		: 3599.997
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	: 6999.99
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		: 3656.100
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	: 7005.58
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		: 3661.369
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	: 6999.99
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		: 3672.997
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	: 7005.58
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		: 3600.019
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	: 6999.99
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.165
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	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524596 kB
MemFree:        109389268 kB
MemAvailable:   115397644 kB
Buffers:          536680 kB
Cached:          6244936 kB
SwapCached:            0 kB
Active:          1136228 kB
Inactive:       20193536 kB
Active(anon):       1540 kB
Inactive(anon): 14592548 kB
Active(file):    1134688 kB
Inactive(file):  5600988 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              8008 kB
Writeback:             0 kB
AnonPages:      14547964 kB
Mapped:           112364 kB
Shmem:             45912 kB
KReclaimable:     225044 kB
Slab:             355928 kB
SReclaimable:     225044 kB
SUnreclaim:       130884 kB
KernelStack:        4208 kB
PageTables:        38048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834292 kB
Committed_AS:   15150852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            73952 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1540096 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:      320212 kB
DirectMap2M:    44541952 kB
DirectMap1G:    91226112 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC034 at 2024-07-20 05:30:51