Trace number 4447579

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.05 3608.8

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n188-d3-i3-r2.cnf.gz-plain.pb.metafix.opb
MD5SUM1c14f117e67441c2f256fb4d1e22e789
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables282
Total number of constraints752
Number of constraints which are clauses752
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 5
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-4447579-1721337503.opb
3600.04/3608.80	c 
3600.04/3608.80	c *** TERMINATED *** by signal 15
3600.04/3608.80	s UNKNOWN
3600.04/3608.80	c _____________________________________________________________________________
3600.04/3608.80	c std/band forms        : 0,0
3600.04/3608.80	c 2cl/3cl ITE-codings   : 0,0
3600.04/3608.80	c BDD/srt/adr Max costs : 0,0,0
3600.04/3608.80	c BDDraw/bin/mul/srt/adr: 0,0,0,0,0
3600.04/3608.80	c BDD nodes             : 0
3600.04/3608.80	c Es1/CC detections     : 0,0
3600.04/3608.80	c CC sort               : 0
3600.04/3608.80	c SAT/UNSAT calls       : 0,0
3600.04/3608.80	c regenrated variables  : 0
3600.04/3608.80	c eliminated fixed lits : 0
3600.04/3608.80	c goal lit flips        : 0
3600.04/3608.80	c goal stages           : 0
3600.04/3608.80	c goal shrink           : 0
3600.04/3608.80	c goal coeff separations: 0
3600.04/3608.80	c restarts              : 0
3600.04/3608.80	c conflicts             : 0              (0 /sec)
3600.04/3608.80	c decisions             : 0              (0 /sec)
3600.04/3608.80	c propagations          : 0              (0 /sec)
3600.04/3608.80	c inspects              : 0              (0 /sec)
3600.04/3608.80	c CPU time (solving tm) : 3539 s        (3539 s, SAT 0 s, UNSAT 0 s)
3600.04/3608.80	c Time for Opt-base     : 0 s
3600.04/3608.80	c Steps for Opt-base    : 0
3600.04/3608.80	c Time for BDD coding   : 0 s
3600.04/3608.80	c Time for srt coding   : 0 s
3600.04/3608.80	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 (62875 MiB free)
  memory of node 1: 64473 MiB (61672 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447579-1721337503/watcher-4447579-1721337503 -o /tmp/evaluation-result-4447579-1721337503/solver-4447579-1721337503 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721329286-969443 --watchdog 3760 HOME/naps-1.03.sh HOME/instance-4447579-1721337503.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.10049 s]*
/proc/loadavg: 4.43 4.21 4.12 5/258 974356
/proc/meminfo: memFree=127539192/131524600 swapFree=131071996/131071996
[pid=974351] ppid=974348 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/974351/stat : 974351 (naps-1.03.sh) S 974348 974351 969432 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 185913793 10170368 674 134679101440 94217773953024 94217775032344 140724984497728 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94217777130800 94217777177988 94217784406016 140724984501219 140724984501344 140724984501344 140724984508360 0
/proc/974351/statm: 2483 674 596 264 0 134 0
[pid=974356] ppid=974351 vsize=4500 memory=2956 CPUtime=0.09 cores=4,6
/proc/974356/stat : 974356 (naps-1.03) R 974351 974351 969432 0 -1 4194304 479 0 0 0 9 0 0 0 20 0 1 0 185913794 4608000 739 134679101440 4194304 6891213 140723688324288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 36126720 140723688326132 140723688326244 140723688326244 140723688333259 0
/proc/974356/statm: 1125 739 500 659 0 329 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 14432 KiB
Current children cumulated memory: 5652 KiB

[startup+0.205963 s]*
/proc/loadavg: 4.43 4.21 4.12 5/258 974356
/proc/meminfo: memFree=127537120/131524600 swapFree=131071996/131071996
[pid=974351] ppid=974348 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/974351/stat : 974351 (naps-1.03.sh) S 974348 974351 969432 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 185913793 10170368 674 134679101440 94217773953024 94217775032344 140724984497728 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94217777130800 94217777177988 94217784406016 140724984501219 140724984501344 140724984501344 140724984508360 0
/proc/974351/statm: 2483 674 596 264 0 134 0
[pid=974356] ppid=974351 vsize=5172 memory=3160 CPUtime=0.2 cores=4,6
/proc/974356/stat : 974356 (naps-1.03) R 974351 974351 969432 0 -1 4194304 813 0 0 0 20 0 0 0 20 0 1 0 185913794 5296128 790 134679101440 4194304 6891213 140723688324288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 36126720 140723688326132 140723688326244 140723688326244 140723688333259 0
/proc/974356/statm: 1293 790 500 659 0 497 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 15104 KiB
Current children cumulated memory: 5856 KiB

[startup+0.305896 s]*
/proc/loadavg: 4.43 4.21 4.12 5/258 974356
/proc/meminfo: memFree=127534936/131524600 swapFree=131071996/131071996
[pid=974351] ppid=974348 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/974351/stat : 974351 (naps-1.03.sh) S 974348 974351 969432 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 185913793 10170368 674 134679101440 94217773953024 94217775032344 140724984497728 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94217777130800 94217777177988 94217784406016 140724984501219 140724984501344 140724984501344 140724984508360 0
/proc/974351/statm: 2483 674 596 264 0 134 0
[pid=974356] ppid=974351 vsize=5268 memory=3444 CPUtime=0.3 cores=4,6
/proc/974356/stat : 974356 (naps-1.03) R 974351 974351 969432 0 -1 4194304 1324 0 0 0 30 0 0 0 20 0 1 0 185913794 5394432 861 134679101440 4194304 6891213 140723688324288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 36126720 140723688326132 140723688326244 140723688326244 140723688333259 0
/proc/974356/statm: 1317 861 500 659 0 521 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 15200 KiB
Current children cumulated memory: 6140 KiB

[startup+0.700256 s]
/proc/loadavg: 4.43 4.21 4.12 5/258 974356
/proc/meminfo: memFree=127535244/131524600 swapFree=131071996/131071996
[pid=974351] ppid=974348 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/974351/stat : 974351 (naps-1.03.sh) S 974348 974351 969432 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 185913793 10170368 674 134679101440 94217773953024 94217775032344 140724984497728 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94217777130800 94217777177988 94217784406016 140724984501219 140724984501344 140724984501344 140724984508360 0
/proc/974351/statm: 2483 674 596 264 0 134 0
[pid=974356] ppid=974351 vsize=6416 memory=4196 CPUtime=0.68 cores=4,6
/proc/974356/stat : 974356 (naps-1.03) R 974351 974351 969432 0 -1 4194304 2300 0 0 0 68 0 0 0 20 0 1 0 185913794 6569984 1049 134679101440 4194304 6891213 140723688324288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 36126720 140723688326132 140723688326244 140723688326244 140723688333259 0
/proc/974356/statm: 1604 1049 500 659 0 808 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 16348 KiB
Current children cumulated memory: 6892 KiB

[startup+1.50025 s]
/proc/loadavg: 4.43 4.21 4.12 5/258 974356
/proc/meminfo: memFree=127535972/131524600 swapFree=131071996/131071996
[pid=974351] ppid=974348 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/974351/stat : 974351 (naps-1.03.sh) S 974348 974351 969432 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 185913793 10170368 674 134679101440 94217773953024 94217775032344 140724984497728 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94217777130800 94217777177988 94217784406016 140724984501219 140724984501344 140724984501344 140724984508360 0
/proc/974351/statm: 2483 674 596 264 0 134 0
[pid=974356] ppid=974351 vsize=6564 memory=4276 CPUtime=1.47 cores=4,6
/proc/974356/stat : 974356 (naps-1.03) R 974351 974351 969432 0 -1 4194304 6190 0 0 0 147 0 0 0 20 0 1 0 185913794 6721536 1069 134679101440 4194304 6891213 140723688324288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 36126720 140723688326132 140723688326244 140723688326244 140723688333259 0
/proc/974356/statm: 1641 1069 500 659 0 845 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 16496 KiB
Current children cumulated memory: 6972 KiB

[startup+3.1063 s]
/proc/loadavg: 4.43 4.21 4.12 5/258 974356
/proc/meminfo: memFree=127531756/131524600 swapFree=131071996/131071996
[pid=974351] ppid=974348 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/974351/stat : 974351 (naps-1.03.sh) S 974348 974351 969432 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 185913793 10170368 674 134679101440 94217773953024 94217775032344 140724984497728 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94217777130800 94217777177988 94217784406016 140724984501219 140724984501344 140724984501344 140724984508360 0
/proc/974351/statm: 2483 674 596 264 0 134 0
[pid=974356] ppid=974351 vsize=7076 memory=4616 CPUtime=3.08 cores=4,6
/proc/974356/stat : 974356 (naps-1.03) R 974351 974351 969432 0 -1 4194304 16135 0 0 0 307 1 0 0 20 0 1 0 185913794 7245824 1154 134679101440 4194304 6891213 140723688324288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 36126720 140723688326132 140723688326244 140723688326244 140723688333259 0
/proc/974356/statm: 1769 1154 500 659 0 973 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 17008 KiB
Current children cumulated memory: 7312 KiB

[startup+6.30026 s]
/proc/loadavg: 4.47 4.22 4.13 5/258 974358
/proc/meminfo: memFree=127541416/131524600 swapFree=131071996/131071996
[pid=974351] ppid=974348 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/974351/stat : 974351 (naps-1.03.sh) S 974348 974351 969432 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 185913793 10170368 674 134679101440 94217773953024 94217775032344 140724984497728 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94217777130800 94217777177988 94217784406016 140724984501219 140724984501344 140724984501344 140724984508360 0
/proc/974351/statm: 2483 674 596 264 0 134 0
[pid=974356] ppid=974351 vsize=7076 memory=4516 CPUtime=6.27 cores=4,6
/proc/974356/stat : 974356 (naps-1.03) R 974351 974351 969432 0 -1 4194304 34063 0 0 0 623 4 0 0 20 0 1 0 185913794 7245824 1129 134679101440 4194304 6891213 140723688324288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 36126720 140723688326132 140723688326244 140723688326244 140723688333259 0
/proc/974356/statm: 1769 1129 500 659 0 973 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 17008 KiB
Current children cumulated memory: 7212 KiB

[startup+12.7003 s]
/proc/loadavg: 4.44 4.22 4.13 5/258 974358
/proc/meminfo: memFree=127550780/131524600 swapFree=131071996/131071996
[pid=974351] ppid=974348 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/974351/stat : 974351 (naps-1.03.sh) S 974348 974351 969432 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 185913793 10170368 674 134679101440 94217773953024 94217775032344 140724984497728 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94217777130800 94217777177988 94217784406016 140724984501219 140724984501344 140724984501344 140724984508360 0
/proc/974351/statm: 2483 674 596 264 0 134 0
[pid=974356] ppid=974351 vsize=8100 memory=5184 CPUtime=12.66 cores=4,6
/proc/974356/stat : 974356 (naps-1.03) R 974351 974351 969432 0 -1 4194304 84061 0 0 0 1255 11 0 0 20 0 1 0 185913794 8294400 1296 134679101440 4194304 6891213 140723688324288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 36126720 140723688326132 140723688326244 140723688326244 140723688333259 0
/proc/974356/statm: 2025 1296 500 659 0 1229 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 18032 KiB
Current children cumulated memory: 7880 KiB

[startup+25.5002 s]
/proc/loadavg: 4.41 4.22 4.13 5/258 974361
/proc/meminfo: memFree=127543984/131524600 swapFree=131071996/131071996
[pid=974351] ppid=974348 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/974351/stat : 974351 (naps-1.03.sh) S 974348 974351 969432 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 185913793 10170368 674 134679101440 94217773953024 94217775032344 140724984497728 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94217777130800 94217777177988 94217784406016 140724984501219 140724984501344 140724984501344 140724984508360 0
/proc/974351/statm: 2483 674 596 264 0 134 0
[pid=974356] ppid=974351 vsize=8100 memory=4876 CPUtime=25.43 cores=4,6
/proc/974356/stat : 974356 (naps-1.03) R 974351 974351 969432 0 -1 4194304 197187 0 0 0 2516 27 0 0 20 0 1 0 185913794 8294400 1219 134679101440 4194304 6891213 140723688324288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 36126720 140723688326132 140723688326244 140723688326244 140723688333259 0
/proc/974356/statm: 2025 1219 500 659 0 1229 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 18032 KiB
Current children cumulated memory: 7572 KiB

[startup+51.1063 s]
/proc/loadavg: 4.27 4.21 4.12 5/258 974364
/proc/meminfo: memFree=127537272/131524600 swapFree=131071996/131071996
[pid=974351] ppid=974348 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/974351/stat : 974351 (naps-1.03.sh) S 974348 974351 969432 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 185913793 10170368 674 134679101440 94217773953024 94217775032344 140724984497728 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94217777130800 94217777177988 94217784406016 140724984501219 140724984501344 140724984501344 140724984508360 0
/proc/974351/statm: 2483 674 596 264 0 134 0
[pid=974356] ppid=974351 vsize=8100 memory=6236 CPUtime=50.97 cores=4,6
/proc/974356/stat : 974356 (naps-1.03) R 974351 974351 969432 0 -1 4194304 463058 0 0 0 5034 63 0 0 20 0 1 0 185913794 8294400 1559 134679101440 4194304 6891213 140723688324288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 36126720 140723688326132 140723688326244 140723688326244 140723688333259 0
/proc/974356/statm: 2025 1559 500 659 0 1229 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 18032 KiB
Current children cumulated memory: 8932 KiB

[startup+102.3 s]
/proc/loadavg: 4.24 4.20 4.13 5/258 974373
/proc/meminfo: memFree=127530568/131524600 swapFree=131071996/131071996
[pid=974351] ppid=974348 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/974351/stat : 974351 (naps-1.03.sh) S 974348 974351 969432 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 185913793 10170368 674 134679101440 94217773953024 94217775032344 140724984497728 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94217777130800 94217777177988 94217784406016 140724984501219 140724984501344 140724984501344 140724984508360 0
/proc/974351/statm: 2483 674 596 264 0 134 0
[pid=974356] ppid=974351 vsize=11292 memory=7348 CPUtime=102.05 cores=4,6
/proc/974356/stat : 974356 (naps-1.03) R 974351 974351 969432 0 -1 4194304 1033644 0 0 0 10064 141 0 0 20 0 1 0 185913794 11563008 1837 134679101440 4194304 6891213 140723688324288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 36126720 140723688326132 140723688326244 140723688326244 140723688333259 0
/proc/974356/statm: 2823 1837 500 659 0 2027 0
Current children cumulated CPU time: 102.05 s
Current children cumulated vsize: 21224 KiB
Current children cumulated memory: 10044 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.18 4.12 5/261 974389
/proc/meminfo: memFree=127532324/131524600 swapFree=131071996/131071996
[pid=974351] ppid=974348 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/974351/stat : 974351 (naps-1.03.sh) S 974348 974351 969432 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 185913793 10170368 674 134679101440 94217773953024 94217775032344 140724984497728 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94217777130800 94217777177988 94217784406016 140724984501219 140724984501344 140724984501344 140724984508360 0
/proc/974351/statm: 2483 674 596 264 0 134 0
[pid=974356] ppid=974351 vsize=9244 memory=5944 CPUtime=161.91 cores=4,6
/proc/974356/stat : 974356 (naps-1.03) R 974351 974351 969432 0 -1 4194304 1724296 0 0 0 15943 248 0 0 20 0 1 0 185913794 9465856 1486 134679101440 4194304 6891213 140723688324288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 36126720 140723688326132 140723688326244 140723688326244 140723688333259 0
/proc/974356/statm: 2311 1486 500 659 0 1515 0
Current children cumulated CPU time: 161.91 s
Current children cumulated vsize: 19176 KiB
Current children cumulated memory: 8640 KiB

[startup+222.3 s]
/proc/loadavg: 4.04 4.14 4.11 5/261 974549
/proc/meminfo: memFree=127624588/131524600 swapFree=131071996/131071996
[pid=974351] ppid=974348 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/974351/stat : 974351 (naps-1.03.sh) S 974348 974351 969432 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 185913793 10170368 674 134679101440 94217773953024 94217775032344 140724984497728 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94217777130800 94217777177988 94217784406016 140724984501219 140724984501344 140724984501344 140724984508360 0
/proc/974351/statm: 2483 674 596 264 0 134 0
[pid=974356] ppid=974351 vsize=11640 memory=8512 CPUtime=221.76 cores=4,6
/proc/974356/stat : 974356 (naps-1.03) R 974351 974351 969432 0 -1 4194304 2451447 0 0 0 21823 353 0 0 20 0 1 0 185913794 11919360 2128 134679101440 4194304 6891213 140723688324288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 36126720 140723688326132 140723688326244 140723688326244 140723688333259 0
/proc/974356/statm: 2910 2128 500 659 0 2114 0
Current children cumulated CPU time: 221.76 s

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

/proc/loadavg: 2.13 2.43 3.07 3/246 976538
/proc/meminfo: memFree=127694988/131524600 swapFree=131071996/131071996
[pid=974351] ppid=974348 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/974351/stat : 974351 (naps-1.03.sh) S 974348 974351 969432 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 185913793 10170368 674 134679101440 94217773953024 94217775032344 140724984497728 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94217777130800 94217777177988 94217784406016 140724984501219 140724984501344 140724984501344 140724984508360 0
/proc/974351/statm: 2483 674 596 264 0 134 0
[pid=974356] ppid=974351 vsize=20384 memory=17420 CPUtime=3034.96 cores=4,6
/proc/974356/stat : 974356 (naps-1.03) R 974351 974351 969432 0 -1 4194304 34340269 0 0 0 298252 5244 0 0 20 0 1 0 185913794 20873216 4355 134679101440 4194304 6891213 140723688324288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 36126720 140723688326132 140723688326244 140723688326244 140723688333259 0
/proc/974356/statm: 5096 4355 500 659 0 4300 0
Current children cumulated CPU time: 3034.96 s
Current children cumulated vsize: 30316 KiB
Current children cumulated memory: 20116 KiB

[startup+3102.3 s]
/proc/loadavg: 2.10 2.36 3.00 3/246 976548
/proc/meminfo: memFree=127687788/131524600 swapFree=131071996/131071996
[pid=974351] ppid=974348 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/974351/stat : 974351 (naps-1.03.sh) S 974348 974351 969432 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 185913793 10170368 674 134679101440 94217773953024 94217775032344 140724984497728 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94217777130800 94217777177988 94217784406016 140724984501219 140724984501344 140724984501344 140724984508360 0
/proc/974351/statm: 2483 674 596 264 0 134 0
[pid=974356] ppid=974351 vsize=18336 memory=12472 CPUtime=3094.81 cores=4,6
/proc/974356/stat : 974356 (naps-1.03) R 974351 974351 969432 0 -1 4194304 35131033 0 0 0 304137 5344 0 0 20 0 1 0 185913794 18776064 3118 134679101440 4194304 6891213 140723688324288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 36126720 140723688326132 140723688326244 140723688326244 140723688333259 0
/proc/974356/statm: 4584 3118 500 659 0 3788 0
Current children cumulated CPU time: 3094.81 s
Current children cumulated vsize: 28268 KiB
Current children cumulated memory: 15168 KiB

[startup+3162.3 s]
/proc/loadavg: 2.20 2.34 2.95 3/249 976850
/proc/meminfo: memFree=127753628/131524600 swapFree=131071996/131071996
[pid=974351] ppid=974348 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/974351/stat : 974351 (naps-1.03.sh) S 974348 974351 969432 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 185913793 10170368 674 134679101440 94217773953024 94217775032344 140724984497728 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94217777130800 94217777177988 94217784406016 140724984501219 140724984501344 140724984501344 140724984508360 0
/proc/974351/statm: 2483 674 596 264 0 134 0
[pid=974356] ppid=974351 vsize=14444 memory=11620 CPUtime=3154.64 cores=4,6
/proc/974356/stat : 974356 (naps-1.03) R 974351 974351 969432 0 -1 4194304 35973622 0 0 0 310015 5449 0 0 20 0 1 0 185913794 14790656 2905 134679101440 4194304 6891213 140723688324288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 36126720 140723688326132 140723688326244 140723688326244 140723688333259 0
/proc/974356/statm: 3611 2905 500 659 0 2815 0
Current children cumulated CPU time: 3154.64 s
Current children cumulated vsize: 24376 KiB
Current children cumulated memory: 14316 KiB

[startup+3222.3 s]
/proc/loadavg: 2.13 2.29 2.90 3/249 976860
/proc/meminfo: memFree=127752348/131524600 swapFree=131071996/131071996
[pid=974351] ppid=974348 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/974351/stat : 974351 (naps-1.03.sh) S 974348 974351 969432 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 185913793 10170368 674 134679101440 94217773953024 94217775032344 140724984497728 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94217777130800 94217777177988 94217784406016 140724984501219 140724984501344 140724984501344 140724984508360 0
/proc/974351/statm: 2483 674 596 264 0 134 0
[pid=974356] ppid=974351 vsize=14444 memory=11884 CPUtime=3214.48 cores=4,6
/proc/974356/stat : 974356 (naps-1.03) R 974351 974351 969432 0 -1 4194304 36782015 0 0 0 315897 5551 0 0 20 0 1 0 185913794 14790656 2971 134679101440 4194304 6891213 140723688324288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 36126720 140723688326132 140723688326244 140723688326244 140723688333259 0
/proc/974356/statm: 3611 2971 500 659 0 2815 0
Current children cumulated CPU time: 3214.48 s
Current children cumulated vsize: 24376 KiB
Current children cumulated memory: 14580 KiB

[startup+3282.3 s]
/proc/loadavg: 2.09 2.25 2.84 3/246 976870
/proc/meminfo: memFree=127755644/131524600 swapFree=131071996/131071996
[pid=974351] ppid=974348 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/974351/stat : 974351 (naps-1.03.sh) S 974348 974351 969432 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 185913793 10170368 674 134679101440 94217773953024 94217775032344 140724984497728 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94217777130800 94217777177988 94217784406016 140724984501219 140724984501344 140724984501344 140724984508360 0
/proc/974351/statm: 2483 674 596 264 0 134 0
[pid=974356] ppid=974351 vsize=20588 memory=16700 CPUtime=3274.31 cores=4,6
/proc/974356/stat : 974356 (naps-1.03) R 974351 974351 969432 0 -1 4194304 37631182 0 0 0 321773 5658 0 0 20 0 1 0 185913794 21082112 4175 134679101440 4194304 6891213 140723688324288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 36126720 140723688326132 140723688326244 140723688326244 140723688333259 0
/proc/974356/statm: 5147 4175 500 659 0 4351 0
Current children cumulated CPU time: 3274.31 s
Current children cumulated vsize: 30520 KiB
Current children cumulated memory: 19396 KiB

[startup+3342.3 s]
/proc/loadavg: 2.14 2.23 2.80 3/247 976884
/proc/meminfo: memFree=127757800/131524600 swapFree=131071996/131071996
[pid=974351] ppid=974348 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/974351/stat : 974351 (naps-1.03.sh) S 974348 974351 969432 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 185913793 10170368 674 134679101440 94217773953024 94217775032344 140724984497728 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94217777130800 94217777177988 94217784406016 140724984501219 140724984501344 140724984501344 140724984508360 0
/proc/974351/statm: 2483 674 596 264 0 134 0
[pid=974356] ppid=974351 vsize=24684 memory=20972 CPUtime=3334.15 cores=4,6
/proc/974356/stat : 974356 (naps-1.03) R 974351 974351 969432 0 -1 4194304 38258235 0 0 0 327668 5747 0 0 20 0 1 0 185913794 25276416 5243 134679101440 4194304 6891213 140723688324288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 36126720 140723688326132 140723688326244 140723688326244 140723688333259 0
/proc/974356/statm: 6171 5243 500 659 0 5375 0
Current children cumulated CPU time: 3334.15 s
Current children cumulated vsize: 34616 KiB
Current children cumulated memory: 23668 KiB

[startup+3402.3 s]
/proc/loadavg: 2.10 2.20 2.75 3/247 976894
/proc/meminfo: memFree=127760748/131524600 swapFree=131071996/131071996
[pid=974351] ppid=974348 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/974351/stat : 974351 (naps-1.03.sh) S 974348 974351 969432 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 185913793 10170368 674 134679101440 94217773953024 94217775032344 140724984497728 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94217777130800 94217777177988 94217784406016 140724984501219 140724984501344 140724984501344 140724984508360 0
/proc/974351/statm: 2483 674 596 264 0 134 0
[pid=974356] ppid=974351 vsize=12396 memory=9772 CPUtime=3393.99 cores=4,6
/proc/974356/stat : 974356 (naps-1.03) R 974351 974351 969432 0 -1 4194304 38913316 0 0 0 333565 5834 0 0 20 0 1 0 185913794 12693504 2443 134679101440 4194304 6891213 140723688324288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 36126720 140723688326132 140723688326244 140723688326244 140723688333259 0
/proc/974356/statm: 3099 2443 500 659 0 2303 0
Current children cumulated CPU time: 3393.99 s
Current children cumulated vsize: 22328 KiB
Current children cumulated memory: 12468 KiB

[startup+3462.3 s]
/proc/loadavg: 2.15 2.20 2.71 3/246 976904
/proc/meminfo: memFree=127756204/131524600 swapFree=131071996/131071996
[pid=974351] ppid=974348 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/974351/stat : 974351 (naps-1.03.sh) S 974348 974351 969432 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 185913793 10170368 674 134679101440 94217773953024 94217775032344 140724984497728 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94217777130800 94217777177988 94217784406016 140724984501219 140724984501344 140724984501344 140724984508360 0
/proc/974351/statm: 2483 674 596 264 0 134 0
[pid=974356] ppid=974351 vsize=28780 memory=20992 CPUtime=3453.84 cores=4,6
/proc/974356/stat : 974356 (naps-1.03) R 974351 974351 969432 0 -1 4194304 39159037 0 0 0 339511 5873 0 0 20 0 1 0 185913794 29470720 5248 134679101440 4194304 6891213 140723688324288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 36126720 140723688326132 140723688326244 140723688326244 140723688333259 0
/proc/974356/statm: 7195 5248 500 659 0 6399 0
Current children cumulated CPU time: 3453.84 s
Current children cumulated vsize: 38712 KiB
Current children cumulated memory: 23688 KiB

[startup+3522.3 s]
/proc/loadavg: 2.12 2.17 2.67 3/243 976914
/proc/meminfo: memFree=127758544/131524600 swapFree=131071996/131071996
[pid=974351] ppid=974348 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/974351/stat : 974351 (naps-1.03.sh) S 974348 974351 969432 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 185913793 10170368 674 134679101440 94217773953024 94217775032344 140724984497728 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94217777130800 94217777177988 94217784406016 140724984501219 140724984501344 140724984501344 140724984508360 0
/proc/974351/statm: 2483 674 596 264 0 134 0
[pid=974356] ppid=974351 vsize=12396 memory=9772 CPUtime=3513.72 cores=4,6
/proc/974356/stat : 974356 (naps-1.03) R 974351 974351 969432 0 -1 4194304 39999046 0 0 0 345393 5979 0 0 20 0 1 0 185913794 12693504 2443 134679101440 4194304 6891213 140723688324288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 36126720 140723688326132 140723688326244 140723688326244 140723688333259 0
/proc/974356/statm: 3099 2443 500 659 0 2303 0
Current children cumulated CPU time: 3513.72 s
Current children cumulated vsize: 22328 KiB
Current children cumulated memory: 12468 KiB

[startup+3582.3 s]
/proc/loadavg: 2.09 2.16 2.63 3/243 976925
/proc/meminfo: memFree=127753212/131524600 swapFree=131071996/131071996
[pid=974351] ppid=974348 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/974351/stat : 974351 (naps-1.03.sh) S 974348 974351 969432 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 185913793 10170368 674 134679101440 94217773953024 94217775032344 140724984497728 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94217777130800 94217777177988 94217784406016 140724984501219 140724984501344 140724984501344 140724984508360 0
/proc/974351/statm: 2483 674 596 264 0 134 0
[pid=974356] ppid=974351 vsize=24684 memory=18440 CPUtime=3573.59 cores=4,6
/proc/974356/stat : 974356 (naps-1.03) R 974351 974351 969432 0 -1 4194304 40547210 0 0 0 351304 6055 0 0 20 0 1 0 185913794 25276416 4610 134679101440 4194304 6891213 140723688324288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 36126720 140723688326132 140723688326244 140723688326244 140723688333259 0
/proc/974356/statm: 6171 4610 500 659 0 5375 0
Current children cumulated CPU time: 3573.59 s
Current children cumulated vsize: 34616 KiB
Current children cumulated memory: 21136 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.8 s]
/proc/loadavg: 2.12 2.16 2.62 3/243 976931
/proc/meminfo: memFree=127752024/131524600 swapFree=131071996/131071996
[pid=974351] ppid=974348 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/974351/stat : 974351 (naps-1.03.sh) S 974348 974351 969432 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 185913793 10170368 674 134679101440 94217773953024 94217775032344 140724984497728 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94217777130800 94217777177988 94217784406016 140724984501219 140724984501344 140724984501344 140724984508360 0
/proc/974351/statm: 2483 674 596 264 0 134 0
[pid=974356] ppid=974351 vsize=20588 memory=16244 CPUtime=3600.04 cores=4,6
/proc/974356/stat : 974356 (naps-1.03) R 974351 974351 969432 0 -1 4194304 40840875 0 0 0 353911 6093 0 0 20 0 1 0 185913794 21082112 4061 134679101440 4194304 6891213 140723688324288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 36126720 140723688326132 140723688326244 140723688326244 140723688333259 0
/proc/974356/statm: 5147 4061 500 659 0 4351 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 30520 KiB
Current children cumulated memory: 18940 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3539.11 s, system=60.9383 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): 3608.8
CPU time (s): 3600.05
CPU user time (s): 3539.11
CPU system time (s): 60.9383
CPU usage (%): 99.7575
Max. virtual memory (cumulated for all children) (KiB): 42808
Max. memory (cumulated for all children) (KiB): 28440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3539.11
system time used= 60.9383
maximum resident set size= 27656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40841358
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= 34
involuntary context switches= 4778


# summary of solver processes directly reported to runsolver:
#   pid: 974351
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3539.11
#   total CPU system time (s): 60.9383

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.16418 second user time and 17.7118 second system time

The end

Launcher Data

Begin job on nodeC020 at 2024-07-18 23:18:36
IDJOB=4447579
IDBENCH=159284
IDSOLVER=3063
FILE ID=nodeC020/4447579-1721337503
RUNJOBID= nodeC020-1721329286-969443
SLURM_JOB_ID= 7542697
Free space on /tmp= 890068 MiB

SOLVER NAME= NaPS 1.03
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n188-d3-i3-r2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= HOME/naps-1.03.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447579-1721337503/watcher-4447579-1721337503 -o /tmp/evaluation-result-4447579-1721337503/solver-4447579-1721337503 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721329286-969443 --watchdog 3760  HOME/naps-1.03.sh HOME/instance-4447579-1721337503.opb

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

MD5SUM BENCH= 1c14f117e67441c2f256fb4d1e22e789
RANDOM SEED=726957804

nodeC020.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		: 3668.120
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	: 7000.05
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		: 3690.725
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.84
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		: 3604.002
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	: 7000.05
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.526
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.84
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		: 3652.403
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	: 7000.05
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		: 3690.758
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.84
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		: 3661.659
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	: 7000.05
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.092
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127536988 kB
MemAvailable:   129501440 kB
Buffers:          512536 kB
Cached:          2271036 kB
SwapCached:            0 kB
Active:           850688 kB
Inactive:        2491352 kB
Active(anon):       1592 kB
Inactive(anon):   594588 kB
Active(file):     849096 kB
Inactive(file):  1896764 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5344 kB
Writeback:             0 kB
AnonPages:        542536 kB
Mapped:           112032 kB
Shmem:             37720 kB
KReclaimable:     116828 kB
Slab:             231044 kB
SReclaimable:     116828 kB
SUnreclaim:       114216 kB
KernelStack:        4144 kB
PageTables:        10480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1140660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67168 kB
HardwareCorrupted:     0 kB
AnonHugePages:    376832 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:      211668 kB
DirectMap2M:    22630400 kB
DirectMap1G:    113246208 kB

Free space on /tmp at the end= 890072 MiB
End job on nodeC020 at 2024-07-19 00:18:45