Trace number 4451109

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.03UNSAT 1880.76 1885.72

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_ODD_GRIDS/normalized-ECgrid5x140split.opb
MD5SUM6d6cd561f3b9d650ea4fe5a812bf9deb
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 benchmark53.2646
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1401
Total number of constraints701
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)701
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
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-4451109-1721420135.opb
1880.73/1885.71	s UNSATISFIABLE
1880.73/1885.71	c _____________________________________________________________________________
1880.73/1885.71	c std/band forms        : 1400,0
1880.73/1885.71	c 2cl/3cl ITE-codings   : 0,0
1880.73/1885.71	c BDD/srt/adr Max costs : 0,11,0
1880.73/1885.71	c BDDraw/bin/mul/srt/adr: 0,0,0,1400,0
1880.73/1885.71	c BDD nodes             : 0
1880.73/1885.71	c Es1/CC detections     : 0,0
1880.73/1885.71	c CC sort               : 700
1880.73/1885.71	c SAT/UNSAT calls       : 0,1
1880.73/1885.71	c regenrated variables  : 0
1880.73/1885.71	c eliminated fixed lits : 0
1880.73/1885.71	c goal lit flips        : 0
1880.73/1885.71	c goal stages           : 0
1880.73/1885.71	c goal shrink           : 0
1880.73/1885.71	c goal coeff separations: 0
1880.73/1885.71	c restarts              : 1378058
1880.73/1885.71	c conflicts             : 63095188       (33863 /sec)
1880.73/1885.71	c decisions             : 203969456      (109468 /sec)
1880.73/1885.71	c propagations          : 808686199      (434013 /sec)
1880.73/1885.71	c inspects              : 0              (0 /sec)
1880.73/1885.71	c CPU time (solving tm) : 1863 s        (1863 s, SAT 0 s, UNSAT 1863 s)
1880.73/1885.71	c Time for Opt-base     : 0.000704 s
1880.73/1885.71	c Steps for Opt-base    : 0
1880.73/1885.71	c Time for BDD coding   : 0 s
1880.73/1885.71	c Time for srt coding   : 0.001399 s
1880.73/1885.71	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 (62034 MiB free)
  memory of node 1: 64473 MiB (61985 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451109-1721420135/watcher-4451109-1721420135 -o /tmp/evaluation-result-4451109-1721420135/solver-4451109-1721420135 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721412926-1067194 --watchdog 3760 HOME/naps-1.03.sh HOME/instance-4451109-1721420135.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=1071664, runsolver pid=1071661

[startup+0.100091 s]*
/proc/loadavg: 4.20 4.19 4.12 5/259 1071669
/proc/meminfo: memFree=126985452/131524600 swapFree=131071996/131071996
[pid=1071664] ppid=1071661 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/1071664/stat : 1071664 (naps-1.03.sh) S 1071661 1071664 1067182 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 194181570 10170368 676 134679101440 94845715156992 94845716236312 140734726238928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94845718334768 94845718381956 94845737938944 140734726243298 140734726243423 140734726243423 140734726250440 0
/proc/1071664/statm: 2483 676 599 264 0 134 0
[pid=1071669] ppid=1071664 vsize=7712 memory=5580 CPUtime=0.09 cores=1,3
/proc/1071669/stat : 1071669 (naps-1.03) R 1071664 1071664 1067182 0 -1 4194304 1100 0 0 0 9 0 0 0 20 0 1 0 194181571 7897088 1395 134679101440 4194304 6891213 140729121888608 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 36302848 140729121891315 140729121891427 140729121891427 140729121898443 0
/proc/1071669/statm: 1928 1395 532 659 0 1132 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 17644 KiB
Current children cumulated memory: 8284 KiB

[startup+0.205709 s]*
/proc/loadavg: 4.20 4.19 4.12 5/259 1071669
/proc/meminfo: memFree=126999680/131524600 swapFree=131071996/131071996
[pid=1071664] ppid=1071661 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/1071664/stat : 1071664 (naps-1.03.sh) S 1071661 1071664 1067182 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 194181570 10170368 676 134679101440 94845715156992 94845716236312 140734726238928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94845718334768 94845718381956 94845737938944 140734726243298 140734726243423 140734726243423 140734726250440 0
/proc/1071664/statm: 2483 676 599 264 0 134 0
[pid=1071669] ppid=1071664 vsize=7432 memory=5692 CPUtime=0.2 cores=1,3
/proc/1071669/stat : 1071669 (naps-1.03) R 1071664 1071664 1067182 0 -1 4194304 1369 0 0 0 20 0 0 0 20 0 1 0 194181571 7610368 1423 134679101440 4194304 6891213 140729121888608 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 36302848 140729121891315 140729121891427 140729121891427 140729121898443 0
/proc/1071669/statm: 1858 1423 532 659 0 1062 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 17364 KiB
Current children cumulated memory: 8396 KiB

[startup+0.305298 s]*
/proc/loadavg: 4.20 4.19 4.12 5/259 1071669
/proc/meminfo: memFree=126987188/131524600 swapFree=131071996/131071996
[pid=1071664] ppid=1071661 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/1071664/stat : 1071664 (naps-1.03.sh) S 1071661 1071664 1067182 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 194181570 10170368 676 134679101440 94845715156992 94845716236312 140734726238928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94845718334768 94845718381956 94845737938944 140734726243298 140734726243423 140734726243423 140734726250440 0
/proc/1071664/statm: 2483 676 599 264 0 134 0
[pid=1071669] ppid=1071664 vsize=8264 memory=5540 CPUtime=0.3 cores=1,3
/proc/1071669/stat : 1071669 (naps-1.03) R 1071664 1071664 1067182 0 -1 4194304 1732 0 0 0 30 0 0 0 20 0 1 0 194181571 8462336 1385 134679101440 4194304 6891213 140729121888608 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 36302848 140729121891315 140729121891427 140729121891427 140729121898443 0
/proc/1071669/statm: 2066 1385 532 659 0 1270 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18196 KiB
Current children cumulated memory: 8244 KiB

[startup+0.700267 s]
/proc/loadavg: 4.20 4.19 4.12 5/259 1071669
/proc/meminfo: memFree=126997120/131524600 swapFree=131071996/131071996
[pid=1071664] ppid=1071661 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/1071664/stat : 1071664 (naps-1.03.sh) S 1071661 1071664 1067182 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 194181570 10170368 676 134679101440 94845715156992 94845716236312 140734726238928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94845718334768 94845718381956 94845737938944 140734726243298 140734726243423 140734726243423 140734726250440 0
/proc/1071664/statm: 2483 676 599 264 0 134 0
[pid=1071669] ppid=1071664 vsize=7752 memory=5920 CPUtime=0.68 cores=1,3
/proc/1071669/stat : 1071669 (naps-1.03) R 1071664 1071664 1067182 0 -1 4194304 3328 0 0 0 68 0 0 0 20 0 1 0 194181571 7938048 1480 134679101440 4194304 6891213 140729121888608 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 36302848 140729121891315 140729121891427 140729121891427 140729121898443 0
/proc/1071669/statm: 1938 1480 532 659 0 1142 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 17684 KiB
Current children cumulated memory: 8624 KiB

[startup+1.50027 s]
/proc/loadavg: 4.20 4.19 4.12 5/259 1071669
/proc/meminfo: memFree=127004768/131524600 swapFree=131071996/131071996
[pid=1071664] ppid=1071661 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/1071664/stat : 1071664 (naps-1.03.sh) S 1071661 1071664 1067182 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 194181570 10170368 676 134679101440 94845715156992 94845716236312 140734726238928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94845718334768 94845718381956 94845737938944 140734726243298 140734726243423 140734726243423 140734726250440 0
/proc/1071664/statm: 2483 676 599 264 0 134 0
[pid=1071669] ppid=1071664 vsize=10580 memory=7312 CPUtime=1.48 cores=1,3
/proc/1071669/stat : 1071669 (naps-1.03) R 1071664 1071664 1067182 0 -1 4194304 7768 0 0 0 147 1 0 0 20 0 1 0 194181571 10833920 1828 134679101440 4194304 6891213 140729121888608 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 36302848 140729121891315 140729121891427 140729121891427 140729121898443 0
/proc/1071669/statm: 2645 1828 532 659 0 1849 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 20512 KiB
Current children cumulated memory: 10016 KiB

[startup+3.1055 s]
/proc/loadavg: 4.19 4.19 4.12 5/259 1071669
/proc/meminfo: memFree=126992196/131524600 swapFree=131071996/131071996
[pid=1071664] ppid=1071661 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/1071664/stat : 1071664 (naps-1.03.sh) S 1071661 1071664 1067182 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 194181570 10170368 676 134679101440 94845715156992 94845716236312 140734726238928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94845718334768 94845718381956 94845737938944 140734726243298 140734726243423 140734726243423 140734726250440 0
/proc/1071664/statm: 2483 676 599 264 0 134 0
[pid=1071669] ppid=1071664 vsize=10580 memory=8708 CPUtime=3.09 cores=1,3
/proc/1071669/stat : 1071669 (naps-1.03) R 1071664 1071664 1067182 0 -1 4194304 16201 0 0 0 306 3 0 0 20 0 1 0 194181571 10833920 2177 134679101440 4194304 6891213 140729121888608 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 36302848 140729121891315 140729121891427 140729121891427 140729121898443 0
/proc/1071669/statm: 2645 2177 532 659 0 1849 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 20512 KiB
Current children cumulated memory: 11412 KiB

[startup+6.30025 s]
/proc/loadavg: 4.19 4.19 4.12 5/259 1071719
/proc/meminfo: memFree=127028508/131524600 swapFree=131071996/131071996
[pid=1071664] ppid=1071661 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/1071664/stat : 1071664 (naps-1.03.sh) S 1071661 1071664 1067182 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 194181570 10170368 676 134679101440 94845715156992 94845716236312 140734726238928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94845718334768 94845718381956 94845737938944 140734726243298 140734726243423 140734726243423 140734726250440 0
/proc/1071664/statm: 2483 676 599 264 0 134 0
[pid=1071669] ppid=1071664 vsize=11604 memory=9052 CPUtime=6.27 cores=1,3
/proc/1071669/stat : 1071669 (naps-1.03) R 1071664 1071664 1067182 0 -1 4194304 37424 0 0 0 621 6 0 0 20 0 1 0 194181571 11882496 2263 134679101440 4194304 6891213 140729121888608 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 36302848 140729121891315 140729121891427 140729121891427 140729121898443 0
/proc/1071669/statm: 2901 2263 532 659 0 2105 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 21536 KiB
Current children cumulated memory: 11756 KiB

[startup+12.7003 s]
/proc/loadavg: 4.17 4.18 4.11 5/259 1071720
/proc/meminfo: memFree=127048096/131524600 swapFree=131071996/131071996
[pid=1071664] ppid=1071661 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/1071664/stat : 1071664 (naps-1.03.sh) S 1071661 1071664 1067182 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 194181570 10170368 676 134679101440 94845715156992 94845716236312 140734726238928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94845718334768 94845718381956 94845737938944 140734726243298 140734726243423 140734726243423 140734726250440 0
/proc/1071664/statm: 2483 676 599 264 0 134 0
[pid=1071669] ppid=1071664 vsize=14828 memory=12176 CPUtime=12.66 cores=1,3
/proc/1071669/stat : 1071669 (naps-1.03) R 1071664 1071664 1067182 0 -1 4194304 78189 0 0 0 1252 14 0 0 20 0 1 0 194181571 15183872 3044 134679101440 4194304 6891213 140729121888608 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 36302848 140729121891315 140729121891427 140729121891427 140729121898443 0
/proc/1071669/statm: 3707 3044 532 659 0 2911 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 24760 KiB
Current children cumulated memory: 14880 KiB

[startup+25.5003 s]
/proc/loadavg: 4.21 4.19 4.12 5/259 1071723
/proc/meminfo: memFree=127023844/131524600 swapFree=131071996/131071996
[pid=1071664] ppid=1071661 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/1071664/stat : 1071664 (naps-1.03.sh) S 1071661 1071664 1067182 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 194181570 10170368 676 134679101440 94845715156992 94845716236312 140734726238928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94845718334768 94845718381956 94845737938944 140734726243298 140734726243423 140734726243423 140734726250440 0
/proc/1071664/statm: 2483 676 599 264 0 134 0
[pid=1071669] ppid=1071664 vsize=22900 memory=17504 CPUtime=25.41 cores=1,3
/proc/1071669/stat : 1071669 (naps-1.03) R 1071664 1071664 1067182 0 -1 4194304 144541 0 0 0 2512 29 0 0 20 0 1 0 194181571 23449600 4376 134679101440 4194304 6891213 140729121888608 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 36302848 140729121891315 140729121891427 140729121891427 140729121898443 0
/proc/1071669/statm: 5725 4376 532 659 0 4929 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 32832 KiB
Current children cumulated memory: 20208 KiB

[startup+51.1056 s]
/proc/loadavg: 4.14 4.17 4.11 5/259 1071727
/proc/meminfo: memFree=127026352/131524600 swapFree=131071996/131071996
[pid=1071664] ppid=1071661 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/1071664/stat : 1071664 (naps-1.03.sh) S 1071661 1071664 1067182 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 194181570 10170368 676 134679101440 94845715156992 94845716236312 140734726238928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94845718334768 94845718381956 94845737938944 140734726243298 140734726243423 140734726243423 140734726250440 0
/proc/1071664/statm: 2483 676 599 264 0 134 0
[pid=1071669] ppid=1071664 vsize=22516 memory=19464 CPUtime=50.96 cores=1,3
/proc/1071669/stat : 1071669 (naps-1.03) R 1071664 1071664 1067182 0 -1 4194304 285885 0 0 0 5038 58 0 0 20 0 1 0 194181571 23056384 4866 134679101440 4194304 6891213 140729121888608 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 36302848 140729121891315 140729121891427 140729121891427 140729121898443 0
/proc/1071669/statm: 5629 4866 532 659 0 4833 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 32448 KiB
Current children cumulated memory: 22168 KiB

[startup+102.3 s]
/proc/loadavg: 4.19 4.18 4.11 5/262 1071741
/proc/meminfo: memFree=127019284/131524600 swapFree=131071996/131071996
[pid=1071664] ppid=1071661 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/1071664/stat : 1071664 (naps-1.03.sh) S 1071661 1071664 1067182 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 194181570 10170368 676 134679101440 94845715156992 94845716236312 140734726238928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94845718334768 94845718381956 94845737938944 140734726243298 140734726243423 140734726243423 140734726250440 0
/proc/1071664/statm: 2483 676 599 264 0 134 0
[pid=1071669] ppid=1071664 vsize=31728 memory=22996 CPUtime=102.02 cores=1,3
/proc/1071669/stat : 1071669 (naps-1.03) R 1071664 1071664 1067182 0 -1 4194304 490985 0 0 0 10076 126 0 0 20 0 1 0 194181571 32489472 5749 134679101440 4194304 6891213 140729121888608 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 36302848 140729121891315 140729121891427 140729121891427 140729121898443 0
/proc/1071669/statm: 7932 5749 532 659 0 7136 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 41660 KiB
Current children cumulated memory: 25700 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.16 4.11 5/262 1071852
/proc/meminfo: memFree=127061564/131524600 swapFree=131071996/131071996
[pid=1071664] ppid=1071661 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/1071664/stat : 1071664 (naps-1.03.sh) S 1071661 1071664 1067182 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 194181570 10170368 676 134679101440 94845715156992 94845716236312 140734726238928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94845718334768 94845718381956 94845737938944 140734726243298 140734726243423 140734726243423 140734726250440 0
/proc/1071664/statm: 2483 676 599 264 0 134 0
[pid=1071669] ppid=1071664 vsize=40564 memory=30520 CPUtime=161.87 cores=1,3
/proc/1071669/stat : 1071669 (naps-1.03) R 1071664 1071664 1067182 0 -1 4194304 633694 0 0 0 16004 183 0 0 20 0 1 0 194181571 41537536 7630 134679101440 4194304 6891213 140729121888608 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 36302848 140729121891315 140729121891427 140729121891427 140729121898443 0
/proc/1071669/statm: 10141 7630 532 659 0 9345 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 50496 KiB
Current children cumulated memory: 33224 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.14 4.10 5/262 1071862
/proc/meminfo: memFree=127048168/131524600 swapFree=131071996/131071996
[pid=1071664] ppid=1071661 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/1071664/stat : 1071664 (naps-1.03.sh) S 1071661 1071664 1067182 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 194181570 10170368 676 134679101440 94845715156992 94845716236312 140734726238928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94845718334768 94845718381956 94845737938944 140734726243298 140734726243423 140734726243423 140734726250440 0
/proc/1071664/statm: 2483 676 599 264 0 134 0
[pid=1071669] ppid=1071664 vsize=32372 memory=26916 CPUtime=221.72 cores=1,3
/proc/1071669/stat : 1071669 (naps-1.03) R 1071664 1071664 1067182 0 -1 4194304 827493 0 0 0 21905 267 0 0 20 0 1 0 194181571 33148928 6729 134679101440 4194304 6891213 140729121888608 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 36302848 140729121891315 140729121891427 140729121891427 140729121898443 0
/proc/1071669/statm: 8093 6729 532 659 0 7297 0
Current children cumulated CPU time: 221.72 s

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

/proc/1071669/stat : 1071669 (naps-1.03) R 1071664 1071664 1067182 0 -1 4194304 3128900 0 0 0 170163 1617 0 0 20 0 1 0 194181571 76795904 15821 134679101440 4194304 6891213 140729121888608 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 36302848 140729121891315 140729121891427 140729121891427 140729121898443 0
/proc/1071669/statm: 18749 15821 532 659 0 17953 0
Current children cumulated CPU time: 1717.8 s
Current children cumulated vsize: 84928 KiB
Current children cumulated memory: 65988 KiB

[startup+1782.3 s]
/proc/loadavg: 4.09 4.13 4.10 5/262 1072819
/proc/meminfo: memFree=127002512/131524600 swapFree=131071996/131071996
[pid=1071664] ppid=1071661 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/1071664/stat : 1071664 (naps-1.03.sh) S 1071661 1071664 1067182 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 194181570 10170368 676 134679101440 94845715156992 94845716236312 140734726238928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94845718334768 94845718381956 94845737938944 140734726243298 140734726243423 140734726243423 140734726250440 0
/proc/1071664/statm: 2483 676 599 264 0 134 0
[pid=1071669] ppid=1071664 vsize=74996 memory=63284 CPUtime=1777.62 cores=1,3
/proc/1071669/stat : 1071669 (naps-1.03) R 1071664 1071664 1067182 0 -1 4194304 3219400 0 0 0 176068 1694 0 0 20 0 1 0 194181571 76795904 15821 134679101440 4194304 6891213 140729121888608 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 36302848 140729121891315 140729121891427 140729121891427 140729121898443 0
/proc/1071669/statm: 18749 15821 532 659 0 17953 0
Current children cumulated CPU time: 1777.62 s
Current children cumulated vsize: 84928 KiB
Current children cumulated memory: 65988 KiB

[startup+1842.3 s]
/proc/loadavg: 4.14 4.14 4.10 5/260 1072829
/proc/meminfo: memFree=127000516/131524600 swapFree=131071996/131071996
[pid=1071664] ppid=1071661 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/1071664/stat : 1071664 (naps-1.03.sh) S 1071661 1071664 1067182 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 194181570 10170368 676 134679101440 94845715156992 94845716236312 140734726238928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94845718334768 94845718381956 94845737938944 140734726243298 140734726243423 140734726243423 140734726250440 0
/proc/1071664/statm: 2483 676 599 264 0 134 0
[pid=1071669] ppid=1071664 vsize=74996 memory=63284 CPUtime=1837.45 cores=1,3
/proc/1071669/stat : 1071669 (naps-1.03) R 1071664 1071664 1067182 0 -1 4194304 3257495 0 0 0 182019 1726 0 0 20 0 1 0 194181571 76795904 15821 134679101440 4194304 6891213 140729121888608 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 36302848 140729121891315 140729121891427 140729121891427 140729121898443 0
/proc/1071669/statm: 18749 15821 532 659 0 17953 0
Current children cumulated CPU time: 1837.45 s
Current children cumulated vsize: 84928 KiB
Current children cumulated memory: 65988 KiB

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

# cumulated CPU time of all completed processes:  user=1863.28 s, system=17.4871 s

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

[startup+1843.2 s]
/proc/loadavg: 4.13 4.13 4.10 5/260 1072829
/proc/meminfo: memFree=126993312/131524600 swapFree=131071996/131071996
[pid=1071664] ppid=1071661 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/1071664/stat : 1071664 (naps-1.03.sh) S 1071661 1071664 1067182 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 194181570 10170368 676 134679101440 94845715156992 94845716236312 140734726238928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94845718334768 94845718381956 94845737938944 140734726243298 140734726243423 140734726243423 140734726250440 0
/proc/1071664/statm: 2483 676 599 264 0 134 0
[pid=1071669] ppid=1071664 vsize=74996 memory=67380 CPUtime=1838.35 cores=1,3
/proc/1071669/stat : 1071669 (naps-1.03) R 1071664 1071664 1067182 0 -1 4194304 3258047 0 0 0 182108 1727 0 0 20 0 1 0 194181571 76795904 16845 134679101440 4194304 6891213 140729121888608 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 36302848 140729121891315 140729121891427 140729121891427 140729121898443 0
/proc/1071669/statm: 18749 16845 532 659 0 17953 0
Current children cumulated CPU time: 1838.35 s
Current children cumulated vsize: 84928 KiB
Current children cumulated memory: 70084 KiB

[startup+1868.8 s]
/proc/loadavg: 4.16 4.14 4.10 5/260 1072835
/proc/meminfo: memFree=126998364/131524600 swapFree=131071996/131071996
[pid=1071664] ppid=1071661 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/1071664/stat : 1071664 (naps-1.03.sh) S 1071661 1071664 1067182 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 194181570 10170368 676 134679101440 94845715156992 94845716236312 140734726238928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94845718334768 94845718381956 94845737938944 140734726243298 140734726243423 140734726243423 140734726250440 0
/proc/1071664/statm: 2483 676 599 264 0 134 0
[pid=1071669] ppid=1071664 vsize=74996 memory=67380 CPUtime=1863.88 cores=1,3
/proc/1071669/stat : 1071669 (naps-1.03) R 1071664 1071664 1067182 0 -1 4194304 3279581 0 0 0 184645 1743 0 0 20 0 1 0 194181571 76795904 16845 134679101440 4194304 6891213 140729121888608 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 36302848 140729121891315 140729121891427 140729121891427 140729121898443 0
/proc/1071669/statm: 18749 16845 532 659 0 17953 0
Current children cumulated CPU time: 1863.88 s
Current children cumulated vsize: 84928 KiB
Current children cumulated memory: 70084 KiB

[startup+1875.2 s]
/proc/loadavg: 4.15 4.14 4.10 5/260 1072835
/proc/meminfo: memFree=127010084/131524600 swapFree=131071996/131071996
[pid=1071664] ppid=1071661 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/1071664/stat : 1071664 (naps-1.03.sh) S 1071661 1071664 1067182 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 194181570 10170368 676 134679101440 94845715156992 94845716236312 140734726238928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94845718334768 94845718381956 94845737938944 140734726243298 140734726243423 140734726243423 140734726250440 0
/proc/1071664/statm: 2483 676 599 264 0 134 0
[pid=1071669] ppid=1071664 vsize=74996 memory=59188 CPUtime=1870.26 cores=1,3
/proc/1071669/stat : 1071669 (naps-1.03) R 1071664 1071664 1067182 0 -1 4194304 3282408 0 0 0 185281 1745 0 0 20 0 1 0 194181571 76795904 14797 134679101440 4194304 6891213 140729121888608 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 36302848 140729121891315 140729121891427 140729121891427 140729121898443 0
/proc/1071669/statm: 18749 14797 532 659 0 17953 0
Current children cumulated CPU time: 1870.26 s
Current children cumulated vsize: 84928 KiB
Current children cumulated memory: 61892 KiB

[startup+1881.6 s]
/proc/loadavg: 4.14 4.13 4.10 5/260 1072836
/proc/meminfo: memFree=127014324/131524600 swapFree=131071996/131071996
[pid=1071664] ppid=1071661 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/1071664/stat : 1071664 (naps-1.03.sh) S 1071661 1071664 1067182 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 194181570 10170368 676 134679101440 94845715156992 94845716236312 140734726238928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94845718334768 94845718381956 94845737938944 140734726243298 140734726243423 140734726243423 140734726250440 0
/proc/1071664/statm: 2483 676 599 264 0 134 0
[pid=1071669] ppid=1071664 vsize=74996 memory=63348 CPUtime=1876.64 cores=1,3
/proc/1071669/stat : 1071669 (naps-1.03) R 1071664 1071664 1067182 0 -1 4194304 3285637 0 0 0 185917 1747 0 0 20 0 1 0 194181571 76795904 15837 134679101440 4194304 6891213 140729121888608 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 36302848 140729121891315 140729121891427 140729121891427 140729121898443 0
/proc/1071669/statm: 18749 15837 532 659 0 17953 0
Current children cumulated CPU time: 1876.64 s
Current children cumulated vsize: 84928 KiB
Current children cumulated memory: 66052 KiB

[startup+1883.2 s]
/proc/loadavg: 4.13 4.13 4.10 5/260 1072836
/proc/meminfo: memFree=127004476/131524600 swapFree=131071996/131071996
[pid=1071664] ppid=1071661 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/1071664/stat : 1071664 (naps-1.03.sh) S 1071661 1071664 1067182 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 194181570 10170368 676 134679101440 94845715156992 94845716236312 140734726238928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94845718334768 94845718381956 94845737938944 140734726243298 140734726243423 140734726243423 140734726250440 0
/proc/1071664/statm: 2483 676 599 264 0 134 0
[pid=1071669] ppid=1071664 vsize=74996 memory=63284 CPUtime=1878.23 cores=1,3
/proc/1071669/stat : 1071669 (naps-1.03) R 1071664 1071664 1067182 0 -1 4194304 3286701 0 0 0 186076 1747 0 0 20 0 1 0 194181571 76795904 15821 134679101440 4194304 6891213 140729121888608 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 36302848 140729121891315 140729121891427 140729121891427 140729121898443 0
/proc/1071669/statm: 18749 15821 532 659 0 17953 0
Current children cumulated CPU time: 1878.23 s
Current children cumulated vsize: 84928 KiB
Current children cumulated memory: 65988 KiB

[startup+1884.8 s]
/proc/loadavg: 4.13 4.13 4.10 5/260 1072836
/proc/meminfo: memFree=126993408/131524600 swapFree=131071996/131071996
[pid=1071664] ppid=1071661 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/1071664/stat : 1071664 (naps-1.03.sh) S 1071661 1071664 1067182 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 194181570 10170368 676 134679101440 94845715156992 94845716236312 140734726238928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94845718334768 94845718381956 94845737938944 140734726243298 140734726243423 140734726243423 140734726250440 0
/proc/1071664/statm: 2483 676 599 264 0 134 0
[pid=1071669] ppid=1071664 vsize=74996 memory=65332 CPUtime=1879.83 cores=1,3
/proc/1071669/stat : 1071669 (naps-1.03) R 1071664 1071664 1067182 0 -1 4194304 3287252 0 0 0 186235 1748 0 0 20 0 1 0 194181571 76795904 16333 134679101440 4194304 6891213 140729121888608 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 36302848 140729121891315 140729121891427 140729121891427 140729121898443 0
/proc/1071669/statm: 18749 16333 532 659 0 17953 0
Current children cumulated CPU time: 1879.83 s
Current children cumulated vsize: 84928 KiB
Current children cumulated memory: 68036 KiB

[startup+1885.2 s]
/proc/loadavg: 4.13 4.13 4.10 5/260 1072836
/proc/meminfo: memFree=126999400/131524600 swapFree=131071996/131071996
[pid=1071664] ppid=1071661 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/1071664/stat : 1071664 (naps-1.03.sh) S 1071661 1071664 1067182 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 194181570 10170368 676 134679101440 94845715156992 94845716236312 140734726238928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94845718334768 94845718381956 94845737938944 140734726243298 140734726243423 140734726243423 140734726250440 0
/proc/1071664/statm: 2483 676 599 264 0 134 0
[pid=1071669] ppid=1071664 vsize=74996 memory=65332 CPUtime=1880.23 cores=1,3
/proc/1071669/stat : 1071669 (naps-1.03) R 1071664 1071664 1067182 0 -1 4194304 3287252 0 0 0 186275 1748 0 0 20 0 1 0 194181571 76795904 16333 134679101440 4194304 6891213 140729121888608 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 36302848 140729121891315 140729121891427 140729121891427 140729121898443 0
/proc/1071669/statm: 18749 16333 532 659 0 17953 0
Current children cumulated CPU time: 1880.23 s
Current children cumulated vsize: 84928 KiB
Current children cumulated memory: 68036 KiB

[startup+1885.6 s]
/proc/loadavg: 4.13 4.13 4.10 5/260 1072836
/proc/meminfo: memFree=126999400/131524600 swapFree=131071996/131071996
[pid=1071664] ppid=1071661 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/1071664/stat : 1071664 (naps-1.03.sh) S 1071661 1071664 1067182 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 194181570 10170368 676 134679101440 94845715156992 94845716236312 140734726238928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94845718334768 94845718381956 94845737938944 140734726243298 140734726243423 140734726243423 140734726250440 0
/proc/1071664/statm: 2483 676 599 264 0 134 0
[pid=1071669] ppid=1071664 vsize=58612 memory=48900 CPUtime=1880.63 cores=1,3
/proc/1071669/stat : 1071669 (naps-1.03) R 1071664 1071664 1067182 0 -1 4194304 3287282 0 0 0 186315 1748 0 0 20 0 1 0 194181571 60018688 12225 134679101440 4194304 6891213 140729121888608 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 36302848 140729121891315 140729121891427 140729121891427 140729121898443 0
/proc/1071669/statm: 14653 12225 532 659 0 13857 0
Current children cumulated CPU time: 1880.63 s
Current children cumulated vsize: 68544 KiB
Current children cumulated memory: 51604 KiB

[startup+1885.7 s]
/proc/loadavg: 4.13 4.13 4.10 5/260 1072836
/proc/meminfo: memFree=126999400/131524600 swapFree=131071996/131071996
[pid=1071664] ppid=1071661 vsize=9932 memory=2704 CPUtime=0 cores=1,3
/proc/1071664/stat : 1071664 (naps-1.03.sh) S 1071661 1071664 1067182 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 194181570 10170368 676 134679101440 94845715156992 94845716236312 140734726238928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94845718334768 94845718381956 94845737938944 140734726243298 140734726243423 140734726243423 140734726250440 0
/proc/1071664/statm: 2483 676 599 264 0 134 0
[pid=1071669] ppid=1071664 vsize=58612 memory=50948 CPUtime=1880.73 cores=1,3
/proc/1071669/stat : 1071669 (naps-1.03) R 1071664 1071664 1067182 0 -1 4194304 3287283 0 0 0 186325 1748 0 0 20 0 1 0 194181571 60018688 12737 134679101440 4194304 6891213 140729121888608 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 36302848 140729121891315 140729121891427 140729121891427 140729121898443 0
/proc/1071669/statm: 14653 12737 532 659 0 13857 0
Current children cumulated CPU time: 1880.73 s
Current children cumulated vsize: 68544 KiB
Current children cumulated memory: 53652 KiB

Child status: 10

Real time (s): 1885.72
CPU time (s): 1880.76
CPU user time (s): 1863.28
CPU system time (s): 17.4871
CPU usage (%): 99.7371
Max. virtual memory (cumulated for all children) (KiB): 117696
Max. memory (cumulated for all children) (KiB): 86504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1863.28
system time used= 17.4871
maximum resident set size= 83800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3287760
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= 35
involuntary context switches= 2488


# summary of solver processes directly reported to runsolver:
#   pid: 1071664
#   total CPU time (s): 1880.76
#   total CPU user time (s): 1863.28
#   total CPU system time (s): 17.4871

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.49378 second user time and 9.17688 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-19 22:15:48
IDJOB=4451109
IDBENCH=162352
IDSOLVER=3063
FILE ID=nodeC030/4451109-1721420135
RUNJOBID= nodeC030-1721412926-1067194
SLURM_JOB_ID= 7545489
Free space on /tmp= 890064 MiB

SOLVER NAME= NaPS 1.03
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_ODD_GRIDS/normalized-ECgrid5x140split.opb
COMMAND LINE= HOME/naps-1.03.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451109-1721420135/watcher-4451109-1721420135 -o /tmp/evaluation-result-4451109-1721420135/solver-4451109-1721420135 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721412926-1067194 --watchdog 3760  HOME/naps-1.03.sh HOME/instance-4451109-1721420135.opb

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

MD5SUM BENCH= 6d6cd561f3b9d650ea4fe5a812bf9deb
RANDOM SEED=604619791

nodeC030.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		: 3647.348
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.28
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		: 3651.860
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.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3656.617
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.11
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		: 3647.446
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.28
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		: 3658.052
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.11
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		: 3599.793
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.28
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		: 3599.757
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.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126998372 kB
MemAvailable:   129506496 kB
Buffers:          512776 kB
Cached:          2815876 kB
SwapCached:            0 kB
Active:          1169860 kB
Inactive:        2689084 kB
Active(anon):       1580 kB
Inactive(anon):   574292 kB
Active(file):    1168280 kB
Inactive(file):  2114792 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5448 kB
Writeback:            12 kB
AnonPages:        518416 kB
Mapped:           113464 kB
Shmem:             45912 kB
KReclaimable:     129748 kB
Slab:             247456 kB
SReclaimable:     129748 kB
SUnreclaim:       117708 kB
KernelStack:        4108 kB
PageTables:        10396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1005240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            73024 kB
HardwareCorrupted:     0 kB
AnonHugePages:    348160 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:      262868 kB
DirectMap2M:    23627776 kB
DirectMap1G:    112197632 kB

Free space on /tmp at the end= 890060 MiB
End job on nodeC030 at 2024-07-19 22:47:14