Trace number 4433887

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-GM 1.03? (TO) 3600.11 3609.5

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_4.opb
MD5SUMf08684a49e4744afc6bcc5ce80f1fe7b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables71
Total number of constraints17
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint1
Maximum length of a constraint70
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1881
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5644
Number of bits of the biggest sum of numbers13
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 We set -no-flip-min because your selected sat solver does not support it.
0.00/0.00	c Input file name: HOME/instance-4433887-1721095314.opb
0.41/0.51	c single stage optimization mode
3600.09/3609.50	c 
3600.09/3609.50	c *** TERMINATED *** by signal 15
3600.09/3609.50	s UNKNOWN
3600.09/3609.50	c _____________________________________________________________________________
3600.09/3609.50	c std/band forms        : 0,8
3600.09/3609.50	c 2cl/3cl ITE-codings   : 0,60386
3600.09/3609.50	c BDD/srt/adr Max costs : 8773,0,0
3600.09/3609.50	c BDDraw/bin/mul/srt/adr: 0,0,8,0,0
3600.09/3609.50	c BDD nodes             : 63803
3600.09/3609.50	c Es1/CC detections     : 0,0
3600.09/3609.50	c CC sort               : 0
3600.09/3609.50	c SAT/UNSAT calls       : 0,0
3600.09/3609.50	c regenrated variables  : 0
3600.09/3609.50	c eliminated fixed lits : 0
3600.09/3609.50	c goal lit flips        : 0
3600.09/3609.50	c goal stages           : 1
3600.09/3609.50	c goal shrink           : 0
3600.09/3609.50	c goal coeff separations: 0
3600.09/3609.50	c restarts              : 0
3600.09/3609.50	c conflicts             : 0              (0 /sec)
3600.09/3609.50	c decisions             : 0              (0 /sec)
3600.09/3609.50	c propagations          : 0              (0 /sec)
3600.09/3609.50	c inspects              : 0              (0 /sec)
3600.09/3609.50	c CPU time (solving tm) : 3599 s        (3599 s, SAT 0 s, UNSAT 0 s)
3600.09/3609.50	c Time for Opt-base     : 0.03038 s
3600.09/3609.50	c Steps for Opt-base    : 34962
3600.09/3609.50	c Time for BDD coding   : 0.4308 s
3600.09/3609.50	c Time for srt coding   : 0 s
3600.09/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: 64059 MiB (63167 MiB free)
  memory of node 1: 64510 MiB (62709 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4433887-1721095314/watcher-4433887-1721095314 -o /tmp/evaluation-result-4433887-1721095314/solver-4433887-1721095314 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721091689-823161 --watchdog 3760 HOME/naps-1.03.sh -GM HOME/instance-4433887-1721095314.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=825685, runsolver pid=825682

[startup+0.100178 s]*
/proc/loadavg: 4.25 4.17 4.18 5/249 825690
/proc/meminfo: memFree=128886672/131655788 swapFree=131071996/131071996
[pid=825685] ppid=825682 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/825685/stat : 825685 (naps-1.03.sh) S 825682 825685 823150 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 161687560 10170368 670 134679101440 94481455955968 94481457035288 140736241077072 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94481459133744 94481459180932 94481482670080 140736241083360 140736241083489 140736241083489 140736241090504 0
/proc/825685/statm: 2483 670 592 264 0 134 0
[pid=825690] ppid=825685 vsize=13364 memory=7280 CPUtime=0.1 cores=4,6
/proc/825690/stat : 825690 (naps-1.03) R 825685 825685 823150 0 -1 4194304 1454 0 0 0 10 0 0 0 20 0 1 0 161687561 13684736 1820 134679101440 4194304 6891213 140732198801664 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34152448 140732198806513 140732198806629 140732198806629 140732198813643 0
/proc/825690/statm: 3341 1820 468 659 0 2545 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 23296 KiB
Current children cumulated memory: 9960 KiB

[startup+0.213456 s]*
/proc/loadavg: 4.25 4.17 4.18 5/249 825690
/proc/meminfo: memFree=128883612/131655788 swapFree=131071996/131071996
[pid=825685] ppid=825682 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/825685/stat : 825685 (naps-1.03.sh) S 825682 825685 823150 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 161687560 10170368 670 134679101440 94481455955968 94481457035288 140736241077072 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94481459133744 94481459180932 94481482670080 140736241083360 140736241083489 140736241083489 140736241090504 0
/proc/825685/statm: 2483 670 592 264 0 134 0
[pid=825690] ppid=825685 vsize=14452 memory=8524 CPUtime=0.21 cores=4,6
/proc/825690/stat : 825690 (naps-1.03) R 825685 825685 823150 0 -1 4194304 1865 0 0 0 21 0 0 0 20 0 1 0 161687561 14798848 2131 134679101440 4194304 6891213 140732198801664 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34152448 140732198806513 140732198806629 140732198806629 140732198813643 0
/proc/825690/statm: 3613 2131 468 659 0 2817 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 24384 KiB
Current children cumulated memory: 11204 KiB

[startup+0.313231 s]*
/proc/loadavg: 4.25 4.17 4.18 5/249 825690
/proc/meminfo: memFree=128882464/131655788 swapFree=131071996/131071996
[pid=825685] ppid=825682 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/825685/stat : 825685 (naps-1.03.sh) S 825682 825685 823150 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 161687560 10170368 670 134679101440 94481455955968 94481457035288 140736241077072 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94481459133744 94481459180932 94481482670080 140736241083360 140736241083489 140736241083489 140736241090504 0
/proc/825685/statm: 2483 670 592 264 0 134 0
[pid=825690] ppid=825685 vsize=16844 memory=10700 CPUtime=0.31 cores=4,6
/proc/825690/stat : 825690 (naps-1.03) R 825685 825685 823150 0 -1 4194304 2560 0 0 0 31 0 0 0 20 0 1 0 161687561 17248256 2675 134679101440 4194304 6891213 140732198801664 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34152448 140732198806513 140732198806629 140732198806629 140732198813643 0
/proc/825690/statm: 4211 2675 468 659 0 3415 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 26776 KiB
Current children cumulated memory: 13380 KiB

[startup+0.700373 s]
/proc/loadavg: 4.25 4.17 4.18 5/249 825690
/proc/meminfo: memFree=128856136/131655788 swapFree=131071996/131071996
[pid=825685] ppid=825682 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/825685/stat : 825685 (naps-1.03.sh) S 825682 825685 823150 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 161687560 10170368 670 134679101440 94481455955968 94481457035288 140736241077072 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94481459133744 94481459180932 94481482670080 140736241083360 140736241083489 140736241083489 140736241090504 0
/proc/825685/statm: 2483 670 592 264 0 134 0
[pid=825690] ppid=825685 vsize=46292 memory=37556 CPUtime=0.68 cores=4,6
/proc/825690/stat : 825690 (naps-1.03) R 825685 825685 823150 0 -1 4194304 8292 0 0 0 67 1 0 0 20 0 1 0 161687561 47403008 9389 134679101440 4194304 6891213 140732198801664 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34152448 140732198806513 140732198806629 140732198806629 140732198813643 0
/proc/825690/statm: 11573 9389 468 659 0 10777 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 56224 KiB
Current children cumulated memory: 40236 KiB

[startup+1.50039 s]
/proc/loadavg: 4.25 4.17 4.18 5/249 825690
/proc/meminfo: memFree=128859472/131655788 swapFree=131071996/131071996
[pid=825685] ppid=825682 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/825685/stat : 825685 (naps-1.03.sh) S 825682 825685 823150 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 161687560 10170368 670 134679101440 94481455955968 94481457035288 140736241077072 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94481459133744 94481459180932 94481482670080 140736241083360 140736241083489 140736241083489 140736241090504 0
/proc/825685/statm: 2483 670 592 264 0 134 0
[pid=825690] ppid=825685 vsize=46428 memory=38084 CPUtime=1.48 cores=4,6
/proc/825690/stat : 825690 (naps-1.03) R 825685 825685 823150 0 -1 4194304 8430 0 0 0 147 1 0 0 20 0 1 0 161687561 47542272 9521 134679101440 4194304 6891213 140732198801664 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34152448 140732198806513 140732198806629 140732198806629 140732198813643 0
/proc/825690/statm: 11607 9521 468 659 0 10811 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 56360 KiB
Current children cumulated memory: 40764 KiB

[startup+3.11304 s]
/proc/loadavg: 4.23 4.17 4.17 5/249 825690
/proc/meminfo: memFree=128851740/131655788 swapFree=131071996/131071996
[pid=825685] ppid=825682 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/825685/stat : 825685 (naps-1.03.sh) S 825682 825685 823150 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 161687560 10170368 670 134679101440 94481455955968 94481457035288 140736241077072 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94481459133744 94481459180932 94481482670080 140736241083360 140736241083489 140736241083489 140736241090504 0
/proc/825685/statm: 2483 670 592 264 0 134 0
[pid=825690] ppid=825685 vsize=46932 memory=39396 CPUtime=3.09 cores=4,6
/proc/825690/stat : 825690 (naps-1.03) R 825685 825685 823150 0 -1 4194304 8741 0 0 0 308 1 0 0 20 0 1 0 161687561 48058368 9849 134679101440 4194304 6891213 140732198801664 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34152448 140732198806513 140732198806629 140732198806629 140732198813643 0
/proc/825690/statm: 11733 9849 468 659 0 10937 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 56864 KiB
Current children cumulated memory: 42076 KiB

[startup+6.30038 s]
/proc/loadavg: 4.23 4.17 4.17 5/249 825690
/proc/meminfo: memFree=128848140/131655788 swapFree=131071996/131071996
[pid=825685] ppid=825682 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/825685/stat : 825685 (naps-1.03.sh) S 825682 825685 823150 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 161687560 10170368 670 134679101440 94481455955968 94481457035288 140736241077072 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94481459133744 94481459180932 94481482670080 140736241083360 140736241083489 140736241083489 140736241090504 0
/proc/825685/statm: 2483 670 592 264 0 134 0
[pid=825690] ppid=825685 vsize=51636 memory=40972 CPUtime=6.27 cores=4,6
/proc/825690/stat : 825690 (naps-1.03) R 825685 825685 823150 0 -1 4194304 9169 0 0 0 626 1 0 0 20 0 1 0 161687561 52875264 10243 134679101440 4194304 6891213 140732198801664 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34152448 140732198806513 140732198806629 140732198806629 140732198813643 0
/proc/825690/statm: 12909 10243 468 659 0 12113 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 61568 KiB
Current children cumulated memory: 43652 KiB

[startup+12.7003 s]
/proc/loadavg: 4.29 4.18 4.18 5/249 825691
/proc/meminfo: memFree=128824336/131655788 swapFree=131071996/131071996
[pid=825685] ppid=825682 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/825685/stat : 825685 (naps-1.03.sh) S 825682 825685 823150 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 161687560 10170368 670 134679101440 94481455955968 94481457035288 140736241077072 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94481459133744 94481459180932 94481482670080 140736241083360 140736241083489 140736241083489 140736241090504 0
/proc/825685/statm: 2483 670 592 264 0 134 0
[pid=825690] ppid=825685 vsize=52352 memory=44844 CPUtime=12.65 cores=4,6
/proc/825690/stat : 825690 (naps-1.03) R 825685 825685 823150 0 -1 4194304 9604 0 0 0 1264 1 0 0 20 0 1 0 161687561 53608448 11211 134679101440 4194304 6891213 140732198801664 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34152448 140732198806513 140732198806629 140732198806629 140732198813643 0
/proc/825690/statm: 13088 11211 468 659 0 12292 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 62284 KiB
Current children cumulated memory: 47524 KiB

[startup+25.5004 s]
/proc/loadavg: 4.29 4.19 4.18 5/249 825695
/proc/meminfo: memFree=128803444/131655788 swapFree=131071996/131071996
[pid=825685] ppid=825682 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/825685/stat : 825685 (naps-1.03.sh) S 825682 825685 823150 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 161687560 10170368 670 134679101440 94481455955968 94481457035288 140736241077072 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94481459133744 94481459180932 94481482670080 140736241083360 140736241083489 140736241083489 140736241090504 0
/proc/825685/statm: 2483 670 592 264 0 134 0
[pid=825690] ppid=825685 vsize=60308 memory=49744 CPUtime=25.42 cores=4,6
/proc/825690/stat : 825690 (naps-1.03) R 825685 825685 823150 0 -1 4194304 10919 0 0 0 2540 2 0 0 20 0 1 0 161687561 61755392 12436 134679101440 4194304 6891213 140732198801664 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34152448 140732198806513 140732198806629 140732198806629 140732198813643 0
/proc/825690/statm: 15077 12436 468 659 0 14281 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 70240 KiB
Current children cumulated memory: 52424 KiB

[startup+51.1133 s]
/proc/loadavg: 4.19 4.17 4.18 5/249 825699
/proc/meminfo: memFree=128757292/131655788 swapFree=131071996/131071996
[pid=825685] ppid=825682 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/825685/stat : 825685 (naps-1.03.sh) S 825682 825685 823150 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 161687560 10170368 670 134679101440 94481455955968 94481457035288 140736241077072 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94481459133744 94481459180932 94481482670080 140736241083360 140736241083489 140736241083489 140736241090504 0
/proc/825685/statm: 2483 670 592 264 0 134 0
[pid=825690] ppid=825685 vsize=63392 memory=55808 CPUtime=50.97 cores=4,6
/proc/825690/stat : 825690 (naps-1.03) R 825685 825685 823150 0 -1 4194304 12534 0 0 0 5094 3 0 0 20 0 1 0 161687561 64913408 13952 134679101440 4194304 6891213 140732198801664 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34152448 140732198806513 140732198806629 140732198806629 140732198813643 0
/proc/825690/statm: 15848 13952 468 659 0 15052 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 73324 KiB
Current children cumulated memory: 58488 KiB

[startup+102.3 s]
/proc/loadavg: 4.20 4.18 4.18 5/249 825708
/proc/meminfo: memFree=128647592/131655788 swapFree=131071996/131071996
[pid=825685] ppid=825682 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/825685/stat : 825685 (naps-1.03.sh) S 825682 825685 823150 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 161687560 10170368 670 134679101440 94481455955968 94481457035288 140736241077072 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94481459133744 94481459180932 94481482670080 140736241083360 140736241083489 140736241083489 140736241090504 0
/proc/825685/statm: 2483 670 592 264 0 134 0
[pid=825690] ppid=825685 vsize=112228 memory=104556 CPUtime=102.03 cores=4,6
/proc/825690/stat : 825690 (naps-1.03) R 825685 825685 823150 0 -1 4194304 13506 0 0 0 10199 4 0 0 20 0 1 0 161687561 114921472 26139 134679101440 4194304 6891213 140732198801664 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34152448 140732198806513 140732198806629 140732198806629 140732198813643 0
/proc/825690/statm: 28057 26139 468 659 0 27261 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 122160 KiB
Current children cumulated memory: 107236 KiB

[startup+162.3 s]
/proc/loadavg: 4.17 4.17 4.18 5/249 825718
/proc/meminfo: memFree=128646020/131655788 swapFree=131071996/131071996
[pid=825685] ppid=825682 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/825685/stat : 825685 (naps-1.03.sh) S 825682 825685 823150 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 161687560 10170368 670 134679101440 94481455955968 94481457035288 140736241077072 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94481459133744 94481459180932 94481482670080 140736241083360 140736241083489 140736241083489 140736241090504 0
/proc/825685/statm: 2483 670 592 264 0 134 0
[pid=825690] ppid=825685 vsize=112228 memory=105320 CPUtime=161.87 cores=4,6
/proc/825690/stat : 825690 (naps-1.03) R 825685 825685 823150 0 -1 4194304 14131 0 0 0 16183 4 0 0 20 0 1 0 161687561 114921472 26330 134679101440 4194304 6891213 140732198801664 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34152448 140732198806513 140732198806629 140732198806629 140732198813643 0
/proc/825690/statm: 28057 26330 468 659 0 27261 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 122160 KiB
Current children cumulated memory: 108000 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.15 4.17 5/246 825730
/proc/meminfo: memFree=128514360/131655788 swapFree=131071996/131071996
[pid=825685] ppid=825682 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/825685/stat : 825685 (naps-1.03.sh) S 825682 825685 823150 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 161687560 10170368 670 134679101440 94481455955968 94481457035288 140736241077072 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94481459133744 94481459180932 94481482670080 140736241083360 140736241083489 140736241083489 140736241090504 0
/proc/825685/statm: 2483 670 592 264 0 134 0
[pid=825690] ppid=825685 vsize=161548 memory=139608 CPUtime=221.73 cores=4,6
/proc/825690/stat : 825690 (naps-1.03) R 825685 825685 823150 0 -1 4194304 14950 0 0 0 22167 6 0 0 20 0 1 0 161687561 165425152 34902 134679101440 4194304 6891213 140732198801664 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34152448 140732198806513 140732198806629 140732198806629 140732198813643 0
/proc/825690/statm: 40387 34902 468 659 0 39591 0
Current children cumulated CPU time: 221.73 s

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

/proc/loadavg: 4.09 4.14 4.17 5/249 826865
/proc/meminfo: memFree=128119092/131655788 swapFree=131071996/131071996
[pid=825685] ppid=825682 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/825685/stat : 825685 (naps-1.03.sh) S 825682 825685 823150 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 161687560 10170368 670 134679101440 94481455955968 94481457035288 140736241077072 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94481459133744 94481459180932 94481482670080 140736241083360 140736241083489 140736241083489 140736241090504 0
/proc/825685/statm: 2483 670 592 264 0 134 0
[pid=825690] ppid=825685 vsize=242456 memory=237048 CPUtime=3094.36 cores=4,6
/proc/825690/stat : 825690 (naps-1.03) R 825685 825685 823150 0 -1 4194304 39986 0 0 0 309378 58 0 0 20 0 1 0 161687561 248274944 59262 134679101440 4194304 6891213 140732198801664 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34152448 140732198806513 140732198806629 140732198806629 140732198813643 0
/proc/825690/statm: 60614 59262 468 659 0 59818 0
Current children cumulated CPU time: 3094.36 s
Current children cumulated vsize: 252388 KiB
Current children cumulated memory: 239728 KiB

[startup+3162.3 s]
/proc/loadavg: 4.17 4.16 4.18 5/249 826875
/proc/meminfo: memFree=128167696/131655788 swapFree=131071996/131071996
[pid=825685] ppid=825682 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/825685/stat : 825685 (naps-1.03.sh) S 825682 825685 823150 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 161687560 10170368 670 134679101440 94481455955968 94481457035288 140736241077072 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94481459133744 94481459180932 94481482670080 140736241083360 140736241083489 140736241083489 140736241090504 0
/proc/825685/statm: 2483 670 592 264 0 134 0
[pid=825690] ppid=825685 vsize=192368 memory=186600 CPUtime=3154.2 cores=4,6
/proc/825690/stat : 825690 (naps-1.03) R 825685 825685 823150 0 -1 4194304 40631 0 0 0 315361 59 0 0 20 0 1 0 161687561 196984832 46650 134679101440 4194304 6891213 140732198801664 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34152448 140732198806513 140732198806629 140732198806629 140732198813643 0
/proc/825690/statm: 48092 46650 468 659 0 47296 0
Current children cumulated CPU time: 3154.2 s
Current children cumulated vsize: 202300 KiB
Current children cumulated memory: 189280 KiB

[startup+3222.3 s]
/proc/loadavg: 4.22 4.17 4.18 5/248 827271
/proc/meminfo: memFree=128215032/131655788 swapFree=131071996/131071996
[pid=825685] ppid=825682 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/825685/stat : 825685 (naps-1.03.sh) S 825682 825685 823150 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 161687560 10170368 670 134679101440 94481455955968 94481457035288 140736241077072 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94481459133744 94481459180932 94481482670080 140736241083360 140736241083489 140736241083489 140736241090504 0
/proc/825685/statm: 2483 670 592 264 0 134 0
[pid=825690] ppid=825685 vsize=242456 memory=208284 CPUtime=3214.03 cores=4,6
/proc/825690/stat : 825690 (naps-1.03) R 825685 825685 823150 0 -1 4194304 40986 0 0 0 321343 60 0 0 20 0 1 0 161687561 248274944 52071 134679101440 4194304 6891213 140732198801664 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34152448 140732198806513 140732198806629 140732198806629 140732198813643 0
/proc/825690/statm: 60614 52071 468 659 0 59818 0
Current children cumulated CPU time: 3214.03 s
Current children cumulated vsize: 252388 KiB
Current children cumulated memory: 210964 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.17 4.18 5/247 827281
/proc/meminfo: memFree=128185720/131655788 swapFree=131071996/131071996
[pid=825685] ppid=825682 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/825685/stat : 825685 (naps-1.03.sh) S 825682 825685 823150 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 161687560 10170368 670 134679101440 94481455955968 94481457035288 140736241077072 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94481459133744 94481459180932 94481482670080 140736241083360 140736241083489 140736241083489 140736241090504 0
/proc/825685/statm: 2483 670 592 264 0 134 0
[pid=825690] ppid=825685 vsize=242456 memory=226716 CPUtime=3273.85 cores=4,6
/proc/825690/stat : 825690 (naps-1.03) R 825685 825685 823150 0 -1 4194304 41052 0 0 0 327325 60 0 0 20 0 1 0 161687561 248274944 56679 134679101440 4194304 6891213 140732198801664 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34152448 140732198806513 140732198806629 140732198806629 140732198813643 0
/proc/825690/statm: 60614 56679 468 659 0 59818 0
Current children cumulated CPU time: 3273.85 s
Current children cumulated vsize: 252388 KiB
Current children cumulated memory: 229396 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.15 4.17 5/247 827291
/proc/meminfo: memFree=128250060/131655788 swapFree=131071996/131071996
[pid=825685] ppid=825682 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/825685/stat : 825685 (naps-1.03.sh) S 825682 825685 823150 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 161687560 10170368 670 134679101440 94481455955968 94481457035288 140736241077072 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94481459133744 94481459180932 94481482670080 140736241083360 140736241083489 140736241083489 140736241090504 0
/proc/825685/statm: 2483 670 592 264 0 134 0
[pid=825690] ppid=825685 vsize=192368 memory=172264 CPUtime=3333.66 cores=4,6
/proc/825690/stat : 825690 (naps-1.03) R 825685 825685 823150 0 -1 4194304 41715 0 0 0 333303 63 0 0 20 0 1 0 161687561 196984832 43066 134679101440 4194304 6891213 140732198801664 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34152448 140732198806513 140732198806629 140732198806629 140732198813643 0
/proc/825690/statm: 48092 43066 468 659 0 47296 0
Current children cumulated CPU time: 3333.66 s
Current children cumulated vsize: 202300 KiB
Current children cumulated memory: 174944 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.14 4.17 5/249 827471
/proc/meminfo: memFree=128126464/131655788 swapFree=131071996/131071996
[pid=825685] ppid=825682 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/825685/stat : 825685 (naps-1.03.sh) S 825682 825685 823150 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 161687560 10170368 670 134679101440 94481455955968 94481457035288 140736241077072 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94481459133744 94481459180932 94481482670080 140736241083360 140736241083489 140736241083489 140736241090504 0
/proc/825685/statm: 2483 670 592 264 0 134 0
[pid=825690] ppid=825685 vsize=242456 memory=195996 CPUtime=3393.48 cores=4,6
/proc/825690/stat : 825690 (naps-1.03) R 825685 825685 823150 0 -1 4194304 42028 0 0 0 339284 64 0 0 20 0 1 0 161687561 248274944 48999 134679101440 4194304 6891213 140732198801664 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34152448 140732198806513 140732198806629 140732198806629 140732198813643 0
/proc/825690/statm: 60614 48999 468 659 0 59818 0
Current children cumulated CPU time: 3393.48 s
Current children cumulated vsize: 252388 KiB
Current children cumulated memory: 198676 KiB

[startup+3462.3 s]
/proc/loadavg: 4.25 4.17 4.18 5/249 827482
/proc/meminfo: memFree=128122864/131655788 swapFree=131071996/131071996
[pid=825685] ppid=825682 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/825685/stat : 825685 (naps-1.03.sh) S 825682 825685 823150 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 161687560 10170368 670 134679101440 94481455955968 94481457035288 140736241077072 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94481459133744 94481459180932 94481482670080 140736241083360 140736241083489 140736241083489 140736241090504 0
/proc/825685/statm: 2483 670 592 264 0 134 0
[pid=825690] ppid=825685 vsize=242456 memory=218524 CPUtime=3453.29 cores=4,6
/proc/825690/stat : 825690 (naps-1.03) R 825685 825685 823150 0 -1 4194304 42091 0 0 0 345265 64 0 0 20 0 1 0 161687561 248274944 54631 134679101440 4194304 6891213 140732198801664 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34152448 140732198806513 140732198806629 140732198806629 140732198813643 0
/proc/825690/statm: 60614 54631 468 659 0 59818 0
Current children cumulated CPU time: 3453.29 s
Current children cumulated vsize: 252388 KiB
Current children cumulated memory: 221204 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.15 4.17 5/247 827494
/proc/meminfo: memFree=128096200/131655788 swapFree=131071996/131071996
[pid=825685] ppid=825682 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/825685/stat : 825685 (naps-1.03.sh) S 825682 825685 823150 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 161687560 10170368 670 134679101440 94481455955968 94481457035288 140736241077072 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94481459133744 94481459180932 94481482670080 140736241083360 140736241083489 140736241083489 140736241090504 0
/proc/825685/statm: 2483 670 592 264 0 134 0
[pid=825690] ppid=825685 vsize=323844 memory=239676 CPUtime=3513.12 cores=4,6
/proc/825690/stat : 825690 (naps-1.03) R 825685 825685 823150 0 -1 4194304 42360 0 0 0 351247 65 0 0 20 0 1 0 161687561 331616256 59919 134679101440 4194304 6891213 140732198801664 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34152448 140732198806513 140732198806629 140732198806629 140732198813643 0
/proc/825690/statm: 80961 59919 468 659 0 80165 0
Current children cumulated CPU time: 3513.12 s
Current children cumulated vsize: 333776 KiB
Current children cumulated memory: 242356 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.14 4.17 5/247 827515
/proc/meminfo: memFree=128222464/131655788 swapFree=131071996/131071996
[pid=825685] ppid=825682 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/825685/stat : 825685 (naps-1.03.sh) S 825682 825685 823150 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 161687560 10170368 670 134679101440 94481455955968 94481457035288 140736241077072 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94481459133744 94481459180932 94481482670080 140736241083360 140736241083489 140736241083489 140736241090504 0
/proc/825685/statm: 2483 670 592 264 0 134 0
[pid=825690] ppid=825685 vsize=192368 memory=182504 CPUtime=3572.97 cores=4,6
/proc/825690/stat : 825690 (naps-1.03) R 825685 825685 823150 0 -1 4194304 42882 0 0 0 357230 67 0 0 20 0 1 0 161687561 196984832 45626 134679101440 4194304 6891213 140732198801664 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34152448 140732198806513 140732198806629 140732198806629 140732198813643 0
/proc/825690/statm: 48092 45626 468 659 0 47296 0
Current children cumulated CPU time: 3572.97 s
Current children cumulated vsize: 202300 KiB
Current children cumulated memory: 185184 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.5 s]
/proc/loadavg: 4.18 4.16 4.17 5/247 827718
/proc/meminfo: memFree=128662552/131655788 swapFree=131071996/131071996
[pid=825685] ppid=825682 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/825685/stat : 825685 (naps-1.03.sh) S 825682 825685 823150 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 161687560 10170368 670 134679101440 94481455955968 94481457035288 140736241077072 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94481459133744 94481459180932 94481482670080 140736241083360 140736241083489 140736241083489 140736241090504 0
/proc/825685/statm: 2483 670 592 264 0 134 0
[pid=825690] ppid=825685 vsize=242456 memory=191900 CPUtime=3600.09 cores=4,6
/proc/825690/stat : 825690 (naps-1.03) R 825685 825685 823150 0 -1 4194304 43192 0 0 0 359942 67 0 0 20 0 1 0 161687561 248274944 47975 134679101440 4194304 6891213 140732198801664 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34152448 140732198806513 140732198806629 140732198806629 140732198813643 0
/proc/825690/statm: 60614 47975 468 659 0 59818 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 252388 KiB
Current children cumulated memory: 194580 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.43 s, system=0.684231 s

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

[startup+3609.5 s]
/proc/loadavg: 4.18 4.16 4.17 5/247 827718
/proc/meminfo: memFree=128662552/131655788 swapFree=131071996/131071996
[pid=825685] ppid=825682 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/825685/stat : 825685 (naps-1.03.sh) S 825682 825685 823150 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 161687560 10170368 670 134679101440 94481455955968 94481457035288 140736241077072 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94481459133744 94481459180932 94481482670080 140736241083360 140736241083489 140736241083489 140736241090504 0
/proc/825685/statm: 2483 670 592 264 0 134 0
[pid=825690] ppid=825685 vsize=242456 memory=191900 CPUtime=3600.09 cores=4,6
/proc/825690/stat : 825690 (naps-1.03) R 825685 825685 823150 0 -1 4194304 43192 0 0 0 359942 67 0 0 20 0 1 0 161687561 248274944 47975 134679101440 4194304 6891213 140732198801664 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34152448 140732198806513 140732198806629 140732198806629 140732198813643 0
/proc/825690/statm: 60614 47975 468 659 0 59818 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 252388 KiB
Current children cumulated memory: 194580 KiB

Child status: 10

Real time (s): 3609.5
CPU time (s): 3600.11
CPU user time (s): 3599.43
CPU system time (s): 0.684231
CPU usage (%): 99.7398
Max. virtual memory (cumulated for all children) (KiB): 413916
Max. memory (cumulated for all children) (KiB): 261752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.43
system time used= 0.684231
maximum resident set size= 317004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43667
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= 133
involuntary context switches= 2396


# summary of solver processes directly reported to runsolver:
#   pid: 825685
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3599.43
#   total CPU system time (s): 0.684231

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.4133 second user time and 36.2076 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-16 04:02:07
IDJOB=4433887
IDBENCH=147583
IDSOLVER=3062
FILE ID=nodeC003/4433887-1721095314
RUNJOBID= nodeC003-1721091689-823161
SLURM_JOB_ID= 7505585
Free space on /tmp= 723768 MiB

SOLVER NAME= NaPS-GM 1.03
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-market-split_8_70_4.opb
COMMAND LINE= HOME/naps-1.03.sh -GM BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4433887-1721095314/watcher-4433887-1721095314 -o /tmp/evaluation-result-4433887-1721095314/solver-4433887-1721095314 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721091689-823161 --watchdog 3760  HOME/naps-1.03.sh -GM HOME/instance-4433887-1721095314.opb

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

MD5SUM BENCH= f08684a49e4744afc6bcc5ce80f1fe7b
RANDOM SEED=1322668654

nodeC003.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		: 3656.531
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.76
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		: 3652.688
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.405
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.76
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.391
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.30
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		: 3620.848
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.76
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		: 3652.716
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.30
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.222
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.76
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.244
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        128898616 kB
MemAvailable:   129828960 kB
Buffers:          398636 kB
Cached:          1365548 kB
SwapCached:            0 kB
Active:           610220 kB
Inactive:        1608412 kB
Active(anon):       1500 kB
Inactive(anon):   490352 kB
Active(file):     608720 kB
Inactive(file):  1118060 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             22372 kB
Writeback:             0 kB
AnonPages:        454296 kB
Mapped:           109600 kB
Shmem:             37704 kB
KReclaimable:      87188 kB
Slab:             182968 kB
SReclaimable:      87188 kB
SUnreclaim:        95780 kB
KernelStack:        4048 kB
PageTables:        10344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     683152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51552 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 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:      228168 kB
DirectMap2M:    14356480 kB
DirectMap1G:    121634816 kB

Free space on /tmp at the end= 723760 MiB
End job on nodeC003 at 2024-07-16 05:02:16