Trace number 4452939

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 1.03? (TO) 3600.06 3612.6

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
vertex-cover/vc-grids-v1_shuffle/normalized-grid4_97.shuf-1.opb
MD5SUM597a160dbd31bdb7379cae7050aa08c1
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 benchmark0.074197
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables388
Total number of constraints777
Number of constraints which are clauses776
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint388
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 405
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.03.
0.00/0.00	c Input file name: HOME/instance-4452939-1721441683.opb
3600.04/3612.60	c 
3600.04/3612.60	c *** TERMINATED *** by signal 15
3600.04/3612.60	s UNKNOWN
3600.04/3612.60	c _____________________________________________________________________________
3600.04/3612.60	c std/band forms        : 1,0
3600.04/3612.60	c 2cl/3cl ITE-codings   : 0,0
3600.04/3612.60	c BDD/srt/adr Max costs : 0,14340,0
3600.04/3612.60	c BDDraw/bin/mul/srt/adr: 0,0,0,1,0
3600.04/3612.60	c BDD nodes             : 0
3600.04/3612.60	c Es1/CC detections     : 0,0
3600.04/3612.60	c CC sort               : 1
3600.04/3612.60	c SAT/UNSAT calls       : 0,0
3600.04/3612.60	c regenrated variables  : 0
3600.04/3612.60	c eliminated fixed lits : 0
3600.04/3612.60	c goal lit flips        : 0
3600.04/3612.60	c goal stages           : 0
3600.04/3612.60	c goal shrink           : 0
3600.04/3612.60	c goal coeff separations: 0
3600.04/3612.60	c restarts              : 0
3600.04/3612.60	c conflicts             : 0              (0 /sec)
3600.04/3612.60	c decisions             : 0              (0 /sec)
3600.04/3612.60	c propagations          : 0              (0 /sec)
3600.04/3612.60	c inspects              : 0              (0 /sec)
3600.04/3612.60	c CPU time (solving tm) : 3594 s        (3594 s, SAT 0 s, UNSAT 0 s)
3600.04/3612.60	c Time for Opt-base     : 5.3e-05 s
3600.04/3612.60	c Steps for Opt-base    : 0
3600.04/3612.60	c Time for BDD coding   : 0 s
3600.04/3612.60	c Time for srt coding   : 0.001386 s
3600.04/3612.60	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 (61918 MiB free)
  memory of node 1: 64473 MiB (62812 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452939-1721441683/watcher-4452939-1721441683 -o /tmp/evaluation-result-4452939-1721441683/solver-4452939-1721441683 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721434399-1027487 --watchdog 3760 HOME/naps-1.03.sh HOME/instance-4452939-1721441683.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=1032358, runsolver pid=1032355

[startup+0.10007 s]*
/proc/loadavg: 4.00 4.07 4.08 5/261 1032363
/proc/meminfo: memFree=127719716/131524600 swapFree=131071996/131071996
[pid=1032358] ppid=1032355 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1032358/stat : 1032358 (naps-1.03.sh) S 1032355 1032358 1027477 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 196335301 10170368 664 134679101440 94157369171968 94157370251288 140722386914992 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94157372349744 94157372396932 94157398065152 140722386920418 140722386920543 140722386920543 140722386927560 0
/proc/1032358/statm: 2483 664 584 264 0 134 0
[pid=1032363] ppid=1032358 vsize=7176 memory=5472 CPUtime=0.1 cores=0,2
/proc/1032363/stat : 1032363 (naps-1.03) R 1032358 1032358 1027477 0 -1 4194304 1161 0 0 0 10 0 0 0 20 0 1 0 196335301 7348224 1368 134679101440 4194304 6891213 140733652961952 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 18616320 140733652964339 140733652964451 140733652964451 140733652971467 0
/proc/1032363/statm: 1794 1368 532 659 0 998 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 17108 KiB
Current children cumulated memory: 8128 KiB

[startup+0.205766 s]*
/proc/loadavg: 4.00 4.07 4.08 5/261 1032363
/proc/meminfo: memFree=127717192/131524600 swapFree=131071996/131071996
[pid=1032358] ppid=1032355 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1032358/stat : 1032358 (naps-1.03.sh) S 1032355 1032358 1027477 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 196335301 10170368 664 134679101440 94157369171968 94157370251288 140722386914992 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94157372349744 94157372396932 94157398065152 140722386920418 140722386920543 140722386920543 140722386927560 0
/proc/1032358/statm: 2483 664 584 264 0 134 0
[pid=1032363] ppid=1032358 vsize=7884 memory=5832 CPUtime=0.2 cores=0,2
/proc/1032363/stat : 1032363 (naps-1.03) R 1032358 1032358 1027477 0 -1 4194304 1264 0 0 0 20 0 0 0 20 0 1 0 196335301 8073216 1458 134679101440 4194304 6891213 140733652961952 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 18616320 140733652964339 140733652964451 140733652964451 140733652971467 0
/proc/1032363/statm: 1971 1458 532 659 0 1175 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 17816 KiB
Current children cumulated memory: 8488 KiB

[startup+0.305913 s]*
/proc/loadavg: 4.00 4.07 4.08 5/261 1032363
/proc/meminfo: memFree=127729032/131524600 swapFree=131071996/131071996
[pid=1032358] ppid=1032355 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1032358/stat : 1032358 (naps-1.03.sh) S 1032355 1032358 1027477 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 196335301 10170368 664 134679101440 94157369171968 94157370251288 140722386914992 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94157372349744 94157372396932 94157398065152 140722386920418 140722386920543 140722386920543 140722386927560 0
/proc/1032358/statm: 2483 664 584 264 0 134 0
[pid=1032363] ppid=1032358 vsize=7884 memory=5832 CPUtime=0.3 cores=0,2
/proc/1032363/stat : 1032363 (naps-1.03) R 1032358 1032358 1027477 0 -1 4194304 1302 0 0 0 30 0 0 0 20 0 1 0 196335301 8073216 1458 134679101440 4194304 6891213 140733652961952 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 18616320 140733652964339 140733652964451 140733652964451 140733652971467 0
/proc/1032363/statm: 1971 1458 532 659 0 1175 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 17816 KiB
Current children cumulated memory: 8488 KiB

[startup+0.700279 s]
/proc/loadavg: 4.00 4.07 4.08 5/261 1032363
/proc/meminfo: memFree=127722684/131524600 swapFree=131071996/131071996
[pid=1032358] ppid=1032355 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1032358/stat : 1032358 (naps-1.03.sh) S 1032355 1032358 1027477 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 196335301 10170368 664 134679101440 94157369171968 94157370251288 140722386914992 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94157372349744 94157372396932 94157398065152 140722386920418 140722386920543 140722386920543 140722386927560 0
/proc/1032358/statm: 2483 664 584 264 0 134 0
[pid=1032363] ppid=1032358 vsize=7768 memory=5692 CPUtime=0.69 cores=0,2
/proc/1032363/stat : 1032363 (naps-1.03) R 1032358 1032358 1027477 0 -1 4194304 1929 0 0 0 69 0 0 0 20 0 1 0 196335301 7954432 1423 134679101440 4194304 6891213 140733652961952 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 18616320 140733652964339 140733652964451 140733652964451 140733652971467 0
/proc/1032363/statm: 1942 1423 532 659 0 1146 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 17700 KiB
Current children cumulated memory: 8348 KiB

[startup+1.50028 s]
/proc/loadavg: 4.00 4.07 4.08 6/261 1032363
/proc/meminfo: memFree=127724784/131524600 swapFree=131071996/131071996
[pid=1032358] ppid=1032355 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1032358/stat : 1032358 (naps-1.03.sh) S 1032355 1032358 1027477 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 196335301 10170368 664 134679101440 94157369171968 94157370251288 140722386914992 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94157372349744 94157372396932 94157398065152 140722386920418 140722386920543 140722386920543 140722386927560 0
/proc/1032358/statm: 2483 664 584 264 0 134 0
[pid=1032363] ppid=1032358 vsize=8472 memory=6600 CPUtime=1.48 cores=0,2
/proc/1032363/stat : 1032363 (naps-1.03) R 1032358 1032358 1027477 0 -1 4194304 2558 0 0 0 148 0 0 0 20 0 1 0 196335301 8675328 1650 134679101440 4194304 6891213 140733652961952 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 18616320 140733652964339 140733652964451 140733652964451 140733652971467 0
/proc/1032363/statm: 2118 1650 532 659 0 1322 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 18404 KiB
Current children cumulated memory: 9256 KiB

[startup+3.10553 s]
/proc/loadavg: 4.00 4.07 4.08 5/261 1032363
/proc/meminfo: memFree=127711980/131524600 swapFree=131071996/131071996
[pid=1032358] ppid=1032355 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1032358/stat : 1032358 (naps-1.03.sh) S 1032355 1032358 1027477 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 196335301 10170368 664 134679101440 94157369171968 94157370251288 140722386914992 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94157372349744 94157372396932 94157398065152 140722386920418 140722386920543 140722386920543 140722386927560 0
/proc/1032358/statm: 2483 664 584 264 0 134 0
[pid=1032363] ppid=1032358 vsize=8724 memory=6152 CPUtime=3.08 cores=0,2
/proc/1032363/stat : 1032363 (naps-1.03) R 1032358 1032358 1027477 0 -1 4194304 5164 0 0 0 308 0 0 0 20 0 1 0 196335301 8933376 1538 134679101440 4194304 6891213 140733652961952 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 18616320 140733652964339 140733652964451 140733652964451 140733652971467 0
/proc/1032363/statm: 2181 1538 532 659 0 1385 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 18656 KiB
Current children cumulated memory: 8808 KiB

[startup+6.30025 s]
/proc/loadavg: 4.00 4.07 4.08 5/261 1032363
/proc/meminfo: memFree=127706572/131524600 swapFree=131071996/131071996
[pid=1032358] ppid=1032355 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1032358/stat : 1032358 (naps-1.03.sh) S 1032355 1032358 1027477 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 196335301 10170368 664 134679101440 94157369171968 94157370251288 140722386914992 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94157372349744 94157372396932 94157398065152 140722386920418 140722386920543 140722386920543 140722386927560 0
/proc/1032358/statm: 2483 664 584 264 0 134 0
[pid=1032363] ppid=1032358 vsize=10772 memory=8084 CPUtime=6.27 cores=0,2
/proc/1032363/stat : 1032363 (naps-1.03) R 1032358 1032358 1027477 0 -1 4194304 9193 0 0 0 626 1 0 0 20 0 1 0 196335301 11030528 2021 134679101440 4194304 6891213 140733652961952 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 18616320 140733652964339 140733652964451 140733652964451 140733652971467 0
/proc/1032363/statm: 2693 2021 532 659 0 1897 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 20704 KiB
Current children cumulated memory: 10740 KiB

[startup+12.7003 s]
/proc/loadavg: 4.00 4.07 4.08 5/261 1032464
/proc/meminfo: memFree=128003940/131524600 swapFree=131071996/131071996
[pid=1032358] ppid=1032355 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1032358/stat : 1032358 (naps-1.03.sh) S 1032355 1032358 1027477 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 196335301 10170368 664 134679101440 94157369171968 94157370251288 140722386914992 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94157372349744 94157372396932 94157398065152 140722386920418 140722386920543 140722386920543 140722386927560 0
/proc/1032358/statm: 2483 664 584 264 0 134 0
[pid=1032363] ppid=1032358 vsize=11684 memory=8344 CPUtime=12.65 cores=0,2
/proc/1032363/stat : 1032363 (naps-1.03) R 1032358 1032358 1027477 0 -1 4194304 17989 0 0 0 1262 3 0 0 20 0 1 0 196335301 11964416 2086 134679101440 4194304 6891213 140733652961952 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 18616320 140733652964339 140733652964451 140733652964451 140733652971467 0
/proc/1032363/statm: 2921 2086 532 659 0 2125 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 21616 KiB
Current children cumulated memory: 11000 KiB

[startup+25.5003 s]
/proc/loadavg: 4.07 4.08 4.09 5/259 1032466
/proc/meminfo: memFree=127984820/131524600 swapFree=131071996/131071996
[pid=1032358] ppid=1032355 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1032358/stat : 1032358 (naps-1.03.sh) S 1032355 1032358 1027477 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 196335301 10170368 664 134679101440 94157369171968 94157370251288 140722386914992 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94157372349744 94157372396932 94157398065152 140722386920418 140722386920543 140722386920543 140722386927560 0
/proc/1032358/statm: 2483 664 584 264 0 134 0
[pid=1032363] ppid=1032358 vsize=13732 memory=10712 CPUtime=25.4 cores=0,2
/proc/1032363/stat : 1032363 (naps-1.03) R 1032358 1032358 1027477 0 -1 4194304 34217 0 0 0 2533 7 0 0 20 0 1 0 196335301 14061568 2678 134679101440 4194304 6891213 140733652961952 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 18616320 140733652964339 140733652964451 140733652964451 140733652971467 0
/proc/1032363/statm: 3433 2678 532 659 0 2637 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 23664 KiB
Current children cumulated memory: 13368 KiB

[startup+51.1055 s]
/proc/loadavg: 4.41 4.16 4.11 5/259 1032470
/proc/meminfo: memFree=127990428/131524600 swapFree=131071996/131071996
[pid=1032358] ppid=1032355 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1032358/stat : 1032358 (naps-1.03.sh) S 1032355 1032358 1027477 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 196335301 10170368 664 134679101440 94157369171968 94157370251288 140722386914992 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94157372349744 94157372396932 94157398065152 140722386920418 140722386920543 140722386920543 140722386927560 0
/proc/1032358/statm: 2483 664 584 264 0 134 0
[pid=1032363] ppid=1032358 vsize=15780 memory=12332 CPUtime=50.92 cores=0,2
/proc/1032363/stat : 1032363 (naps-1.03) R 1032358 1032358 1027477 0 -1 4194304 61866 0 0 0 5078 14 0 0 20 0 1 0 196335301 16158720 3083 134679101440 4194304 6891213 140733652961952 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 18616320 140733652964339 140733652964451 140733652964451 140733652971467 0
/proc/1032363/statm: 3945 3083 532 659 0 3149 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 25712 KiB
Current children cumulated memory: 14988 KiB

[startup+102.3 s]
/proc/loadavg: 4.22 4.15 4.11 5/259 1032578
/proc/meminfo: memFree=129144104/131524600 swapFree=131071996/131071996
[pid=1032358] ppid=1032355 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1032358/stat : 1032358 (naps-1.03.sh) S 1032355 1032358 1027477 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 196335301 10170368 664 134679101440 94157369171968 94157370251288 140722386914992 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94157372349744 94157372396932 94157398065152 140722386920418 140722386920543 140722386920543 140722386927560 0
/proc/1032358/statm: 2483 664 584 264 0 134 0
[pid=1032363] ppid=1032358 vsize=23972 memory=16304 CPUtime=101.95 cores=0,2
/proc/1032363/stat : 1032363 (naps-1.03) R 1032358 1032358 1027477 0 -1 4194304 130150 0 0 0 10167 28 0 0 20 0 1 0 196335301 24547328 4076 134679101440 4194304 6891213 140733652961952 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 18616320 140733652964339 140733652964451 140733652964451 140733652971467 0
/proc/1032363/statm: 5993 4076 532 659 0 5197 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 33904 KiB
Current children cumulated memory: 18960 KiB

[startup+162.3 s]
/proc/loadavg: 4.19 4.15 4.11 5/259 1032589
/proc/meminfo: memFree=129132096/131524600 swapFree=131071996/131071996
[pid=1032358] ppid=1032355 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1032358/stat : 1032358 (naps-1.03.sh) S 1032355 1032358 1027477 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 196335301 10170368 664 134679101440 94157369171968 94157370251288 140722386914992 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94157372349744 94157372396932 94157398065152 140722386920418 140722386920543 140722386920543 140722386927560 0
/proc/1032358/statm: 2483 664 584 264 0 134 0
[pid=1032363] ppid=1032358 vsize=25216 memory=19800 CPUtime=161.75 cores=0,2
/proc/1032363/stat : 1032363 (naps-1.03) R 1032358 1032358 1027477 0 -1 4194304 192646 0 0 0 16133 42 0 0 20 0 1 0 196335301 25821184 4950 134679101440 4194304 6891213 140733652961952 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 18616320 140733652964339 140733652964451 140733652964451 140733652971467 0
/proc/1032363/statm: 6304 4950 532 659 0 5508 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 35148 KiB
Current children cumulated memory: 22456 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.13 4.10 5/259 1032599
/proc/meminfo: memFree=129122432/131524600 swapFree=131071996/131071996
[pid=1032358] ppid=1032355 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1032358/stat : 1032358 (naps-1.03.sh) S 1032355 1032358 1027477 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 196335301 10170368 664 134679101440 94157369171968 94157370251288 140722386914992 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94157372349744 94157372396932 94157398065152 140722386920418 140722386920543 140722386920543 140722386927560 0
/proc/1032358/statm: 2483 664 584 264 0 134 0
[pid=1032363] ppid=1032358 vsize=21400 memory=19288 CPUtime=221.54 cores=0,2
/proc/1032363/stat : 1032363 (naps-1.03) R 1032358 1032358 1027477 0 -1 4194304 247826 0 0 0 22097 57 0 0 20 0 1 0 196335301 21913600 4822 134679101440 4194304 6891213 140733652961952 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 18616320 140733652964339 140733652964451 140733652964451 140733652971467 0
/proc/1032363/statm: 5350 4822 532 659 0 4554 0
Current children cumulated CPU time: 221.54 s

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

/proc/loadavg: 4.10 4.11 4.12 5/259 1034284
/proc/meminfo: memFree=128981108/131524600 swapFree=131071996/131071996
[pid=1032358] ppid=1032355 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1032358/stat : 1032358 (naps-1.03.sh) S 1032355 1032358 1027477 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 196335301 10170368 664 134679101440 94157369171968 94157370251288 140722386914992 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94157372349744 94157372396932 94157398065152 140722386920418 140722386920543 140722386920543 140722386927560 0
/proc/1032358/statm: 2483 664 584 264 0 134 0
[pid=1032363] ppid=1032358 vsize=60028 memory=47484 CPUtime=3031.63 cores=0,2
/proc/1032363/stat : 1032363 (naps-1.03) R 1032358 1032358 1027477 0 -1 4194304 1621203 0 0 0 302660 503 0 0 20 0 1 0 196335301 61468672 11871 134679101440 4194304 6891213 140733652961952 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 18616320 140733652964339 140733652964451 140733652964451 140733652971467 0
/proc/1032363/statm: 15007 11871 532 659 0 14211 0
Current children cumulated CPU time: 3031.63 s
Current children cumulated vsize: 69960 KiB
Current children cumulated memory: 50140 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.11 4.12 5/258 1034294
/proc/meminfo: memFree=128972424/131524600 swapFree=131071996/131071996
[pid=1032358] ppid=1032355 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1032358/stat : 1032358 (naps-1.03.sh) S 1032355 1032358 1027477 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 196335301 10170368 664 134679101440 94157369171968 94157370251288 140722386914992 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94157372349744 94157372396932 94157398065152 140722386920418 140722386920543 140722386920543 140722386927560 0
/proc/1032358/statm: 2483 664 584 264 0 134 0
[pid=1032363] ppid=1032358 vsize=60028 memory=45376 CPUtime=3091.43 cores=0,2
/proc/1032363/stat : 1032363 (naps-1.03) R 1032358 1032358 1027477 0 -1 4194304 1634569 0 0 0 308635 508 0 0 20 0 1 0 196335301 61468672 11344 134679101440 4194304 6891213 140733652961952 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 18616320 140733652964339 140733652964451 140733652964451 140733652971467 0
/proc/1032363/statm: 15007 11344 532 659 0 14211 0
Current children cumulated CPU time: 3091.43 s
Current children cumulated vsize: 69960 KiB
Current children cumulated memory: 48032 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.10 4.11 5/258 1034305
/proc/meminfo: memFree=128968056/131524600 swapFree=131071996/131071996
[pid=1032358] ppid=1032355 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1032358/stat : 1032358 (naps-1.03.sh) S 1032355 1032358 1027477 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 196335301 10170368 664 134679101440 94157369171968 94157370251288 140722386914992 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94157372349744 94157372396932 94157398065152 140722386920418 140722386920543 140722386920543 140722386927560 0
/proc/1032358/statm: 2483 664 584 264 0 134 0
[pid=1032363] ppid=1032358 vsize=60028 memory=49472 CPUtime=3151.23 cores=0,2
/proc/1032363/stat : 1032363 (naps-1.03) R 1032358 1032358 1027477 0 -1 4194304 1658494 0 0 0 314604 519 0 0 20 0 1 0 196335301 61468672 12368 134679101440 4194304 6891213 140733652961952 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 18616320 140733652964339 140733652964451 140733652964451 140733652971467 0
/proc/1032363/statm: 15007 12368 532 659 0 14211 0
Current children cumulated CPU time: 3151.23 s
Current children cumulated vsize: 69960 KiB
Current children cumulated memory: 52128 KiB

[startup+3222.3 s]
/proc/loadavg: 4.16 4.12 4.12 5/259 1034316
/proc/meminfo: memFree=128972296/131524600 swapFree=131071996/131071996
[pid=1032358] ppid=1032355 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1032358/stat : 1032358 (naps-1.03.sh) S 1032355 1032358 1027477 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 196335301 10170368 664 134679101440 94157369171968 94157370251288 140722386914992 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94157372349744 94157372396932 94157398065152 140722386920418 140722386920543 140722386920543 140722386927560 0
/proc/1032358/statm: 2483 664 584 264 0 134 0
[pid=1032363] ppid=1032358 vsize=60028 memory=45376 CPUtime=3211.04 cores=0,2
/proc/1032363/stat : 1032363 (naps-1.03) R 1032358 1032358 1027477 0 -1 4194304 1684852 0 0 0 320572 532 0 0 20 0 1 0 196335301 61468672 11344 134679101440 4194304 6891213 140733652961952 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 18616320 140733652964339 140733652964451 140733652964451 140733652971467 0
/proc/1032363/statm: 15007 11344 532 659 0 14211 0
Current children cumulated CPU time: 3211.04 s
Current children cumulated vsize: 69960 KiB
Current children cumulated memory: 48032 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.11 4.11 5/259 1034326
/proc/meminfo: memFree=128974084/131524600 swapFree=131071996/131071996
[pid=1032358] ppid=1032355 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1032358/stat : 1032358 (naps-1.03.sh) S 1032355 1032358 1027477 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 196335301 10170368 664 134679101440 94157369171968 94157370251288 140722386914992 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94157372349744 94157372396932 94157398065152 140722386920418 140722386920543 140722386920543 140722386927560 0
/proc/1032358/statm: 2483 664 584 264 0 134 0
[pid=1032363] ppid=1032358 vsize=60028 memory=47484 CPUtime=3270.84 cores=0,2
/proc/1032363/stat : 1032363 (naps-1.03) R 1032358 1032358 1027477 0 -1 4194304 1698220 0 0 0 326547 537 0 0 20 0 1 0 196335301 61468672 11871 134679101440 4194304 6891213 140733652961952 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 18616320 140733652964339 140733652964451 140733652964451 140733652971467 0
/proc/1032363/statm: 15007 11871 532 659 0 14211 0
Current children cumulated CPU time: 3270.84 s
Current children cumulated vsize: 69960 KiB
Current children cumulated memory: 50140 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.12 4.11 5/261 1034340
/proc/meminfo: memFree=128966668/131524600 swapFree=131071996/131071996
[pid=1032358] ppid=1032355 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1032358/stat : 1032358 (naps-1.03.sh) S 1032355 1032358 1027477 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 196335301 10170368 664 134679101440 94157369171968 94157370251288 140722386914992 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94157372349744 94157372396932 94157398065152 140722386920418 140722386920543 140722386920543 140722386927560 0
/proc/1032358/statm: 2483 664 584 264 0 134 0
[pid=1032363] ppid=1032358 vsize=76412 memory=50252 CPUtime=3330.65 cores=0,2
/proc/1032363/stat : 1032363 (naps-1.03) R 1032358 1032358 1027477 0 -1 4194304 1723022 0 0 0 332516 549 0 0 20 0 1 0 196335301 78245888 12563 134679101440 4194304 6891213 140733652961952 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 18616320 140733652964339 140733652964451 140733652964451 140733652971467 0
/proc/1032363/statm: 19103 12563 532 659 0 18307 0
Current children cumulated CPU time: 3330.65 s
Current children cumulated vsize: 86344 KiB
Current children cumulated memory: 52908 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.11 4.10 5/261 1034351
/proc/meminfo: memFree=128983252/131524600 swapFree=131071996/131071996
[pid=1032358] ppid=1032355 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1032358/stat : 1032358 (naps-1.03.sh) S 1032355 1032358 1027477 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 196335301 10170368 664 134679101440 94157369171968 94157370251288 140722386914992 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94157372349744 94157372396932 94157398065152 140722386920418 140722386920543 140722386920543 140722386927560 0
/proc/1032358/statm: 2483 664 584 264 0 134 0
[pid=1032363] ppid=1032358 vsize=76412 memory=51044 CPUtime=3390.44 cores=0,2
/proc/1032363/stat : 1032363 (naps-1.03) R 1032358 1032358 1027477 0 -1 4194304 1750730 0 0 0 338484 560 0 0 20 0 1 0 196335301 78245888 12761 134679101440 4194304 6891213 140733652961952 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 18616320 140733652964339 140733652964451 140733652964451 140733652971467 0
/proc/1032363/statm: 19103 12761 532 659 0 18307 0
Current children cumulated CPU time: 3390.44 s
Current children cumulated vsize: 86344 KiB
Current children cumulated memory: 53700 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.12 4.10 5/261 1034361
/proc/meminfo: memFree=128967400/131524600 swapFree=131071996/131071996
[pid=1032358] ppid=1032355 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1032358/stat : 1032358 (naps-1.03.sh) S 1032355 1032358 1027477 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 196335301 10170368 664 134679101440 94157369171968 94157370251288 140722386914992 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94157372349744 94157372396932 94157398065152 140722386920418 140722386920543 140722386920543 140722386927560 0
/proc/1032358/statm: 2483 664 584 264 0 134 0
[pid=1032363] ppid=1032358 vsize=60028 memory=49472 CPUtime=3450.25 cores=0,2
/proc/1032363/stat : 1032363 (naps-1.03) R 1032358 1032358 1027477 0 -1 4194304 1765335 0 0 0 344458 567 0 0 20 0 1 0 196335301 61468672 12368 134679101440 4194304 6891213 140733652961952 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 18616320 140733652964339 140733652964451 140733652964451 140733652971467 0
/proc/1032363/statm: 15007 12368 532 659 0 14211 0
Current children cumulated CPU time: 3450.25 s
Current children cumulated vsize: 69960 KiB
Current children cumulated memory: 52128 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.11 4.10 5/261 1034373
/proc/meminfo: memFree=128962460/131524600 swapFree=131071996/131071996
[pid=1032358] ppid=1032355 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1032358/stat : 1032358 (naps-1.03.sh) S 1032355 1032358 1027477 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 196335301 10170368 664 134679101440 94157369171968 94157370251288 140722386914992 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94157372349744 94157372396932 94157398065152 140722386920418 140722386920543 140722386920543 140722386927560 0
/proc/1032358/statm: 2483 664 584 264 0 134 0
[pid=1032363] ppid=1032358 vsize=83700 memory=57804 CPUtime=3510.06 cores=0,2
/proc/1032363/stat : 1032363 (naps-1.03) R 1032358 1032358 1027477 0 -1 4194304 1779863 0 0 0 350434 572 0 0 20 0 1 0 196335301 85708800 14451 134679101440 4194304 6891213 140733652961952 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 18616320 140733652964339 140733652964451 140733652964451 140733652971467 0
/proc/1032363/statm: 20925 14451 532 659 0 20129 0
Current children cumulated CPU time: 3510.06 s
Current children cumulated vsize: 93632 KiB
Current children cumulated memory: 60460 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/261 1034384
/proc/meminfo: memFree=128960604/131524600 swapFree=131071996/131071996
[pid=1032358] ppid=1032355 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1032358/stat : 1032358 (naps-1.03.sh) S 1032355 1032358 1027477 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 196335301 10170368 664 134679101440 94157369171968 94157370251288 140722386914992 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94157372349744 94157372396932 94157398065152 140722386920418 140722386920543 140722386920543 140722386927560 0
/proc/1032358/statm: 2483 664 584 264 0 134 0
[pid=1032363] ppid=1032358 vsize=83700 memory=58068 CPUtime=3569.85 cores=0,2
/proc/1032363/stat : 1032363 (naps-1.03) R 1032358 1032358 1027477 0 -1 4194304 1804932 0 0 0 356403 582 0 0 20 0 1 0 196335301 85708800 14517 134679101440 4194304 6891213 140733652961952 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 18616320 140733652964339 140733652964451 140733652964451 140733652971467 0
/proc/1032363/statm: 20925 14517 532 659 0 20129 0
Current children cumulated CPU time: 3569.85 s
Current children cumulated vsize: 93632 KiB
Current children cumulated memory: 60724 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.6 s]
/proc/loadavg: 4.12 4.11 4.09 5/261 1034390
/proc/meminfo: memFree=128967992/131524600 swapFree=131071996/131071996
[pid=1032358] ppid=1032355 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1032358/stat : 1032358 (naps-1.03.sh) S 1032355 1032358 1027477 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 196335301 10170368 664 134679101440 94157369171968 94157370251288 140722386914992 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94157372349744 94157372396932 94157398065152 140722386920418 140722386920543 140722386920543 140722386927560 0
/proc/1032358/statm: 2483 664 584 264 0 134 0
[pid=1032363] ppid=1032358 vsize=83700 memory=60908 CPUtime=3600.04 cores=0,2
/proc/1032363/stat : 1032363 (naps-1.03) R 1032358 1032358 1027477 0 -1 4194304 1819985 0 0 0 359415 589 0 0 20 0 1 0 196335301 85708800 15227 134679101440 4194304 6891213 140733652961952 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 18616320 140733652964339 140733652964451 140733652964451 140733652971467 0
/proc/1032363/statm: 20925 15227 532 659 0 20129 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 93632 KiB
Current children cumulated memory: 63564 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3594.16 s, system=5.89669 s

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

Child status: 10

Real time (s): 3612.6
CPU time (s): 3600.06
CPU user time (s): 3594.16
CPU system time (s): 5.89669
CPU usage (%): 99.6528
Max. virtual memory (cumulated for all children) (KiB): 93632
Max. memory (cumulated for all children) (KiB): 67660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.16
system time used= 5.89669
maximum resident set size= 65004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1820461
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= 52
involuntary context switches= 24802


# summary of solver processes directly reported to runsolver:
#   pid: 1032358
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3594.16
#   total CPU system time (s): 5.89669

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.38276 second user time and 16.8424 second system time

The end

Launcher Data

Begin job on nodeC028 at 2024-07-20 04:14:55
IDJOB=4452939
IDBENCH=165637
IDSOLVER=3063
FILE ID=nodeC028/4452939-1721441683
RUNJOBID= nodeC028-1721434399-1027487
SLURM_JOB_ID= 7545635
Free space on /tmp= 890048 MiB

SOLVER NAME= NaPS 1.03
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/vc-grids-v1_shuffle/normalized-grid4_97.shuf-1.opb
COMMAND LINE= HOME/naps-1.03.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452939-1721441683/watcher-4452939-1721441683 -o /tmp/evaluation-result-4452939-1721441683/solver-4452939-1721441683 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721434399-1027487 --watchdog 3760  HOME/naps-1.03.sh HOME/instance-4452939-1721441683.opb

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

MD5SUM BENCH= 597a160dbd31bdb7379cae7050aa08c1
RANDOM SEED=1914042617

nodeC028.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		: 3644.994
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.56
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		: 3685.581
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.59
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		: 3647.489
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.017
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.59
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		: 3656.505
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.56
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		: 3685.622
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.59
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		: 3616.969
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.56
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.088
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127724124 kB
MemAvailable:   128256016 kB
Buffers:          537068 kB
Cached:           843560 kB
SwapCached:            0 kB
Active:          1058472 kB
Inactive:        2141640 kB
Active(anon):       1584 kB
Inactive(anon):  1863512 kB
Active(file):    1056888 kB
Inactive(file):   278128 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             12416 kB
Writeback:             0 kB
AnonPages:       1807660 kB
Mapped:           113752 kB
Shmem:             45912 kB
KReclaimable:      73396 kB
Slab:             181480 kB
SReclaimable:      73396 kB
SUnreclaim:       108084 kB
KernelStack:        4220 kB
PageTables:        13036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2476808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            66336 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1206272 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:      197332 kB
DirectMap2M:    20547584 kB
DirectMap1G:    115343360 kB

Free space on /tmp at the end= 890044 MiB
End job on nodeC028 at 2024-07-20 05:15:08