Trace number 4445781

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
NaPS-PB16 1.02b5? (TO) 3600.08 3610.01

General information on the benchmark

NamePB24/normalized-PB10/DEC-LIN/oliveras/
j120/normalized-j12011_1-unsat.opb
MD5SUMcdcb4d035b8e87f1109f75a28aea48eb
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 variables37510
Total number of constraints119740
Number of constraints which are clauses119124
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints616
Minimum length of a constraint1
Maximum length of a constraint95
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 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 556
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.02b5.
0.00/0.00	c Input file name: HOME/instance-4445781-1721324732.opb
3600.06/3610.00	c 
3600.06/3610.00	c *** TERMINATED *** by signal 15
3600.06/3610.00	s UNKNOWN
3600.06/3610.00	c _____________________________________________________________________________
3600.06/3610.00	c 
3600.06/3610.00	c std/band forms        : 576,0
3600.06/3610.00	c 2cl/3cl ITE-codings   : 257060,0
3600.06/3610.00	c BDD/srt/adr Max costs : 1010,0,0
3600.06/3610.00	c BDDraw/bin/mul/srt/adr: 443,0,133,0,0
3600.06/3610.00	c BDD nodes             : 366471
3600.06/3610.00	c Es1/CC detections     : 0,0
3600.06/3610.00	c SAT/UNSAT calls       : 0,0
3600.06/3610.00	c regenrated variables  : 0
3600.06/3610.00	c restarts              : 0
3600.06/3610.00	c conflicts             : 0              (0 /sec)
3600.06/3610.00	c decisions             : 0              (0 /sec)
3600.06/3610.00	c propagations          : 0              (0 /sec)
3600.06/3610.00	c inspects              : 0              (0 /sec)
3600.06/3610.00	c CPU time (solving tm) : 3599 s        (3597 s)
3600.06/3610.00	c Time for Opt-base     : 0.02299 s
3600.06/3610.00	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 (62445 MiB free)
  memory of node 1: 64473 MiB (62763 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445781-1721324732/watcher-4445781-1721324732 -o /tmp/evaluation-result-4445781-1721324732/solver-4445781-1721324732 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1721317481-967416 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4445781-1721324732.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=972626, runsolver pid=972623
Current StackSize limit: 8192 KiB


[startup+0.100347 s]*
/proc/loadavg: 3.98 4.11 4.10 6/259 972631
/proc/meminfo: memFree=128206460/131524600 swapFree=131071996/131071996
[pid=972626] ppid=972623 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/972626/stat : 972626 (naps-1.02b5.sh) S 972623 972626 967405 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 184637064 10170368 677 134679101440 94764945440768 94764946520088 140734119744288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94764948618544 94764948665732 94764971413504 140734119748575 140734119748702 140734119748702 140734119755718 0
/proc/972626/statm: 2483 677 599 264 0 134 0
[pid=972631] ppid=972626 vsize=14232 memory=8960 CPUtime=0.09 cores=4,6
/proc/972631/stat : 972631 (naps-1.02b5) R 972626 972626 967405 0 -1 4194304 1945 0 0 0 9 0 0 0 20 0 1 0 184637065 14573568 2240 134679101440 4194304 5746509 140724648268064 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 6059216 6091920 23785472 140724648272878 140724648272992 140724648272992 140724648280009 0
/proc/972631/statm: 3558 2240 405 379 0 3092 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 24164 KiB
Current children cumulated memory: 11668 KiB

[startup+0.206351 s]*
/proc/loadavg: 3.98 4.11 4.10 5/259 972631
/proc/meminfo: memFree=128205116/131524600 swapFree=131071996/131071996
[pid=972626] ppid=972623 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/972626/stat : 972626 (naps-1.02b5.sh) S 972623 972626 967405 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 184637064 10170368 677 134679101440 94764945440768 94764946520088 140734119744288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94764948618544 94764948665732 94764971413504 140734119748575 140734119748702 140734119748702 140734119755718 0
/proc/972626/statm: 2483 677 599 264 0 134 0
[pid=972631] ppid=972626 vsize=15580 memory=10324 CPUtime=0.19 cores=4,6
/proc/972631/stat : 972631 (naps-1.02b5) R 972626 972626 967405 0 -1 4194304 2296 0 0 0 19 0 0 0 20 0 1 0 184637065 15953920 2581 134679101440 4194304 5746509 140724648268064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23785472 140724648272878 140724648272992 140724648272992 140724648280009 0
/proc/972631/statm: 3895 2581 405 379 0 3429 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 25512 KiB
Current children cumulated memory: 13032 KiB

[startup+0.305442 s]*
/proc/loadavg: 3.98 4.11 4.10 5/259 972633
/proc/meminfo: memFree=128203296/131524600 swapFree=131071996/131071996
[pid=972626] ppid=972623 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/972626/stat : 972626 (naps-1.02b5.sh) S 972623 972626 967405 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 184637064 10170368 677 134679101440 94764945440768 94764946520088 140734119744288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94764948618544 94764948665732 94764971413504 140734119748575 140734119748702 140734119748702 140734119755718 0
/proc/972626/statm: 2483 677 599 264 0 134 0
[pid=972631] ppid=972626 vsize=16464 memory=11904 CPUtime=0.29 cores=4,6
/proc/972631/stat : 972631 (naps-1.02b5) R 972626 972626 967405 0 -1 4194304 2715 0 0 0 29 0 0 0 20 0 1 0 184637065 16859136 2976 134679101440 4194304 5746509 140724648268064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23785472 140724648272878 140724648272992 140724648272992 140724648280009 0
/proc/972631/statm: 4116 2976 405 379 0 3650 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26396 KiB
Current children cumulated memory: 14612 KiB

[startup+0.700224 s]
/proc/loadavg: 3.98 4.11 4.10 5/259 972633
/proc/meminfo: memFree=128196440/131524600 swapFree=131071996/131071996
[pid=972626] ppid=972623 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/972626/stat : 972626 (naps-1.02b5.sh) S 972623 972626 967405 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 184637064 10170368 677 134679101440 94764945440768 94764946520088 140734119744288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94764948618544 94764948665732 94764971413504 140734119748575 140734119748702 140734119748702 140734119755718 0
/proc/972626/statm: 2483 677 599 264 0 134 0
[pid=972631] ppid=972626 vsize=31916 memory=27204 CPUtime=0.68 cores=4,6
/proc/972631/stat : 972631 (naps-1.02b5) R 972626 972626 967405 0 -1 4194304 6454 0 0 0 67 1 0 0 20 0 1 0 184637065 32681984 6801 134679101440 4194304 5746509 140724648268064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23785472 140724648272878 140724648272992 140724648272992 140724648280009 0
/proc/972631/statm: 7979 6801 405 379 0 7513 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 41848 KiB
Current children cumulated memory: 29912 KiB

[startup+1.50022 s]
/proc/loadavg: 3.98 4.11 4.10 5/259 972633
/proc/meminfo: memFree=128178460/131524600 swapFree=131071996/131071996
[pid=972626] ppid=972623 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/972626/stat : 972626 (naps-1.02b5.sh) S 972623 972626 967405 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 184637064 10170368 677 134679101440 94764945440768 94764946520088 140734119744288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94764948618544 94764948665732 94764971413504 140734119748575 140734119748702 140734119748702 140734119755718 0
/proc/972626/statm: 2483 677 599 264 0 134 0
[pid=972631] ppid=972626 vsize=44340 memory=38620 CPUtime=1.47 cores=4,6
/proc/972631/stat : 972631 (naps-1.02b5) R 972626 972626 967405 0 -1 4194304 9777 0 0 0 146 1 0 0 20 0 1 0 184637065 45404160 9655 134679101440 4194304 5746509 140724648268064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23785472 140724648272878 140724648272992 140724648272992 140724648280009 0
/proc/972631/statm: 11085 9655 421 379 0 10619 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 54272 KiB
Current children cumulated memory: 41328 KiB

[startup+3.10559 s]
/proc/loadavg: 3.98 4.11 4.10 6/259 972633
/proc/meminfo: memFree=127967096/131524600 swapFree=131071996/131071996
[pid=972626] ppid=972623 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/972626/stat : 972626 (naps-1.02b5.sh) S 972623 972626 967405 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 184637064 10170368 677 134679101440 94764945440768 94764946520088 140734119744288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94764948618544 94764948665732 94764971413504 140734119748575 140734119748702 140734119748702 140734119755718 0
/proc/972626/statm: 2483 677 599 264 0 134 0
[pid=972631] ppid=972626 vsize=284704 memory=247544 CPUtime=3.08 cores=4,6
/proc/972631/stat : 972631 (naps-1.02b5) R 972626 972626 967405 0 -1 4194304 45275 0 0 0 300 8 0 0 20 0 1 0 184637065 291536896 61886 134679101440 4194304 5746509 140724648268064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23785472 140724648272878 140724648272992 140724648272992 140724648280009 0
/proc/972631/statm: 71176 61886 421 379 0 70710 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 294636 KiB
Current children cumulated memory: 250252 KiB

[startup+6.30027 s]
/proc/loadavg: 3.98 4.11 4.09 6/259 972633
/proc/meminfo: memFree=127929756/131524600 swapFree=131071996/131071996
[pid=972626] ppid=972623 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/972626/stat : 972626 (naps-1.02b5.sh) S 972623 972626 967405 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 184637064 10170368 677 134679101440 94764945440768 94764946520088 140734119744288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94764948618544 94764948665732 94764971413504 140734119748575 140734119748702 140734119748702 140734119755718 0
/proc/972626/statm: 2483 677 599 264 0 134 0
[pid=972631] ppid=972626 vsize=298048 memory=278332 CPUtime=6.26 cores=4,6
/proc/972631/stat : 972631 (naps-1.02b5) R 972626 972626 967405 0 -1 4194304 56073 0 0 0 615 11 0 0 20 0 1 0 184637065 305201152 69583 134679101440 4194304 5746509 140724648268064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23785472 140724648272878 140724648272992 140724648272992 140724648280009 0
/proc/972631/statm: 74512 69583 421 379 0 74046 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 307980 KiB
Current children cumulated memory: 281040 KiB

[startup+12.7003 s]
/proc/loadavg: 3.98 4.11 4.09 6/259 972634
/proc/meminfo: memFree=127919428/131524600 swapFree=131071996/131071996
[pid=972626] ppid=972623 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/972626/stat : 972626 (naps-1.02b5.sh) S 972623 972626 967405 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 184637064 10170368 677 134679101440 94764945440768 94764946520088 140734119744288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94764948618544 94764948665732 94764971413504 140734119748575 140734119748702 140734119748702 140734119755718 0
/proc/972626/statm: 2483 677 599 264 0 134 0
[pid=972631] ppid=972626 vsize=299552 memory=281920 CPUtime=12.64 cores=4,6
/proc/972631/stat : 972631 (naps-1.02b5) R 972626 972626 967405 0 -1 4194304 56455 0 0 0 1253 11 0 0 20 0 1 0 184637065 306741248 70480 134679101440 4194304 5746509 140724648268064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23785472 140724648272878 140724648272992 140724648272992 140724648280009 0
/proc/972631/statm: 74888 70480 421 379 0 74422 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 309484 KiB
Current children cumulated memory: 284628 KiB

[startup+25.5003 s]
/proc/loadavg: 4.06 4.12 4.10 6/259 972636
/proc/meminfo: memFree=127906408/131524600 swapFree=131071996/131071996
[pid=972626] ppid=972623 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/972626/stat : 972626 (naps-1.02b5.sh) S 972623 972626 967405 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 184637064 10170368 677 134679101440 94764945440768 94764946520088 140734119744288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94764948618544 94764948665732 94764971413504 140734119748575 140734119748702 140734119748702 140734119755718 0
/proc/972626/statm: 2483 677 599 264 0 134 0
[pid=972631] ppid=972626 vsize=300996 memory=282812 CPUtime=25.41 cores=4,6
/proc/972631/stat : 972631 (naps-1.02b5) R 972626 972626 967405 0 -1 4194304 56866 0 0 0 2529 12 0 0 20 0 1 0 184637065 308219904 70703 134679101440 4194304 5746509 140724648268064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23785472 140724648272878 140724648272992 140724648272992 140724648280009 0
/proc/972631/statm: 75249 70703 421 379 0 74783 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 310928 KiB
Current children cumulated memory: 285520 KiB

[startup+51.1056 s]
/proc/loadavg: 4.11 4.13 4.10 5/259 972690
/proc/meminfo: memFree=128063180/131524600 swapFree=131071996/131071996
[pid=972626] ppid=972623 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/972626/stat : 972626 (naps-1.02b5.sh) S 972623 972626 967405 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 184637064 10170368 677 134679101440 94764945440768 94764946520088 140734119744288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94764948618544 94764948665732 94764971413504 140734119748575 140734119748702 140734119748702 140734119755718 0
/proc/972626/statm: 2483 677 599 264 0 134 0
[pid=972631] ppid=972626 vsize=322020 memory=295348 CPUtime=50.95 cores=4,6
/proc/972631/stat : 972631 (naps-1.02b5) R 972626 972626 967405 0 -1 4194304 57962 0 0 0 5082 13 0 0 20 0 1 0 184637065 329748480 73837 134679101440 4194304 5746509 140724648268064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23785472 140724648272878 140724648272992 140724648272992 140724648280009 0
/proc/972631/statm: 80505 73837 421 379 0 80039 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 331952 KiB
Current children cumulated memory: 298056 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.15 4.10 5/258 972698
/proc/meminfo: memFree=127944504/131524600 swapFree=131071996/131071996
[pid=972626] ppid=972623 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/972626/stat : 972626 (naps-1.02b5.sh) S 972623 972626 967405 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 184637064 10170368 677 134679101440 94764945440768 94764946520088 140734119744288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94764948618544 94764948665732 94764971413504 140734119748575 140734119748702 140734119748702 140734119755718 0
/proc/972626/statm: 2483 677 599 264 0 134 0
[pid=972631] ppid=972626 vsize=384216 memory=355116 CPUtime=102.01 cores=4,6
/proc/972631/stat : 972631 (naps-1.02b5) R 972626 972626 967405 0 -1 4194304 59730 0 0 0 10185 16 0 0 20 0 1 0 184637065 393437184 88779 134679101440 4194304 5746509 140724648268064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23785472 140724648272878 140724648272992 140724648272992 140724648280009 0
/proc/972631/statm: 96054 88779 421 379 0 95588 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 394148 KiB
Current children cumulated memory: 357824 KiB

[startup+162.3 s]
/proc/loadavg: 4.17 4.15 4.10 5/258 972759
/proc/meminfo: memFree=127955240/131524600 swapFree=131071996/131071996
[pid=972626] ppid=972623 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/972626/stat : 972626 (naps-1.02b5.sh) S 972623 972626 967405 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 184637064 10170368 677 134679101440 94764945440768 94764946520088 140734119744288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94764948618544 94764948665732 94764971413504 140734119748575 140734119748702 140734119748702 140734119755718 0
/proc/972626/statm: 2483 677 599 264 0 134 0
[pid=972631] ppid=972626 vsize=334896 memory=323704 CPUtime=161.86 cores=4,6
/proc/972631/stat : 972631 (naps-1.02b5) R 972626 972626 967405 0 -1 4194304 59991 0 0 0 16169 17 0 0 20 0 1 0 184637065 342933504 80926 134679101440 4194304 5746509 140724648268064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23785472 140724648272878 140724648272992 140724648272992 140724648280009 0
/proc/972631/statm: 83724 80926 421 379 0 83258 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 344828 KiB
Current children cumulated memory: 326412 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.13 4.10 5/258 972819
/proc/meminfo: memFree=127857140/131524600 swapFree=131071996/131071996
[pid=972626] ppid=972623 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/972626/stat : 972626 (naps-1.02b5.sh) S 972623 972626 967405 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 184637064 10170368 677 134679101440 94764945440768 94764946520088 140734119744288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94764948618544 94764948665732 94764971413504 140734119748575 140734119748702 140734119748702 140734119755718 0
/proc/972626/statm: 2483 677 599 264 0 134 0
[pid=972631] ppid=972626 vsize=384216 memory=363956 CPUtime=221.68 cores=4,6
/proc/972631/stat : 972631 (naps-1.02b5) R 972626 972626 967405 0 -1 4194304 60555 0 0 0 22149 19 0 0 20 0 1 0 184637065 393437184 90989 134679101440 4194304 5746509 140724648268064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23785472 140724648272878 140724648272992 140724648272992 140724648280009 0
/proc/972631/statm: 96054 90989 421 379 0 95588 0
Current children cumulated CPU time: 221.68 s

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

/proc/loadavg: 4.22 4.20 4.13 5/258 974518
/proc/meminfo: memFree=127489208/131524600 swapFree=131071996/131071996
[pid=972626] ppid=972623 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/972626/stat : 972626 (naps-1.02b5.sh) S 972623 972626 967405 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 184637064 10170368 677 134679101440 94764945440768 94764946520088 140734119744288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94764948618544 94764948665732 94764971413504 140734119748575 140734119748702 140734119748702 140734119755718 0
/proc/972626/statm: 2483 677 599 264 0 134 0
[pid=972631] ppid=972626 vsize=384216 memory=366708 CPUtime=3033.93 cores=4,6
/proc/972631/stat : 972631 (naps-1.02b5) R 972626 972626 967405 0 -1 4194304 90338 0 0 0 303320 73 0 0 20 0 1 0 184637065 393437184 91677 134679101440 4194304 5746509 140724648268064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23785472 140724648272878 140724648272992 140724648272992 140724648280009 0
/proc/972631/statm: 96054 91677 421 379 0 95588 0
Current children cumulated CPU time: 3033.93 s
Current children cumulated vsize: 394148 KiB
Current children cumulated memory: 369416 KiB

[startup+3102.3 s]
/proc/loadavg: 4.17 4.19 4.13 5/258 974528
/proc/meminfo: memFree=127603736/131524600 swapFree=131071996/131071996
[pid=972626] ppid=972623 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/972626/stat : 972626 (naps-1.02b5.sh) S 972623 972626 967405 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 184637064 10170368 677 134679101440 94764945440768 94764946520088 140734119744288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94764948618544 94764948665732 94764971413504 140734119748575 140734119748702 140734119748702 140734119755718 0
/proc/972626/statm: 2483 677 599 264 0 134 0
[pid=972631] ppid=972626 vsize=415036 memory=389504 CPUtime=3093.77 cores=4,6
/proc/972631/stat : 972631 (naps-1.02b5) R 972626 972626 967405 0 -1 4194304 91053 0 0 0 309303 74 0 0 20 0 1 0 184637065 424996864 97376 134679101440 4194304 5746509 140724648268064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23785472 140724648272878 140724648272992 140724648272992 140724648280009 0
/proc/972631/statm: 103759 97376 421 379 0 103293 0
Current children cumulated CPU time: 3093.77 s
Current children cumulated vsize: 424968 KiB
Current children cumulated memory: 392212 KiB

[startup+3162.3 s]
/proc/loadavg: 4.41 4.26 4.16 5/258 974539
/proc/meminfo: memFree=127468264/131524600 swapFree=131071996/131071996
[pid=972626] ppid=972623 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/972626/stat : 972626 (naps-1.02b5.sh) S 972623 972626 967405 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 184637064 10170368 677 134679101440 94764945440768 94764946520088 140734119744288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94764948618544 94764948665732 94764971413504 140734119748575 140734119748702 140734119748702 140734119755718 0
/proc/972626/statm: 2483 677 599 264 0 134 0
[pid=972631] ppid=972626 vsize=415036 memory=407936 CPUtime=3153.6 cores=4,6
/proc/972631/stat : 972631 (naps-1.02b5) R 972626 972626 967405 0 -1 4194304 91172 0 0 0 315286 74 0 0 20 0 1 0 184637065 424996864 101984 134679101440 4194304 5746509 140724648268064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23785472 140724648272878 140724648272992 140724648272992 140724648280009 0
/proc/972631/statm: 103759 101984 421 379 0 103293 0
Current children cumulated CPU time: 3153.6 s
Current children cumulated vsize: 424968 KiB
Current children cumulated memory: 410644 KiB

[startup+3222.3 s]
/proc/loadavg: 4.28 4.26 4.16 5/258 974549
/proc/meminfo: memFree=127526576/131524600 swapFree=131071996/131071996
[pid=972626] ppid=972623 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/972626/stat : 972626 (naps-1.02b5.sh) S 972623 972626 967405 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 184637064 10170368 677 134679101440 94764945440768 94764946520088 140734119744288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94764948618544 94764948665732 94764971413504 140734119748575 140734119748702 140734119748702 140734119755718 0
/proc/972626/statm: 2483 677 599 264 0 134 0
[pid=972631] ppid=972626 vsize=465124 memory=425524 CPUtime=3213.43 cores=4,6
/proc/972631/stat : 972631 (naps-1.02b5) R 972626 972626 967405 0 -1 4194304 92088 0 0 0 321268 75 0 0 20 0 1 0 184637065 476286976 106381 134679101440 4194304 5746509 140724648268064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23785472 140724648272878 140724648272992 140724648272992 140724648280009 0
/proc/972631/statm: 116281 106381 421 379 0 115815 0
Current children cumulated CPU time: 3213.43 s
Current children cumulated vsize: 475056 KiB
Current children cumulated memory: 428232 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.22 4.16 5/260 974563
/proc/meminfo: memFree=127522128/131524600 swapFree=131071996/131071996
[pid=972626] ppid=972623 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/972626/stat : 972626 (naps-1.02b5.sh) S 972623 972626 967405 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 184637064 10170368 677 134679101440 94764945440768 94764946520088 140734119744288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94764948618544 94764948665732 94764971413504 140734119748575 140734119748702 140734119748702 140734119755718 0
/proc/972626/statm: 2483 677 599 264 0 134 0
[pid=972631] ppid=972626 vsize=384216 memory=374900 CPUtime=3273.28 cores=4,6
/proc/972631/stat : 972631 (naps-1.02b5) R 972626 972626 967405 0 -1 4194304 92445 0 0 0 327252 76 0 0 20 0 1 0 184637065 393437184 93725 134679101440 4194304 5746509 140724648268064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23785472 140724648272878 140724648272992 140724648272992 140724648280009 0
/proc/972631/statm: 96054 93725 421 379 0 95588 0
Current children cumulated CPU time: 3273.28 s
Current children cumulated vsize: 394148 KiB
Current children cumulated memory: 377608 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.21 4.16 5/260 974574
/proc/meminfo: memFree=127448260/131524600 swapFree=131071996/131071996
[pid=972626] ppid=972623 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/972626/stat : 972626 (naps-1.02b5.sh) S 972623 972626 967405 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 184637064 10170368 677 134679101440 94764945440768 94764946520088 140734119744288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94764948618544 94764948665732 94764971413504 140734119748575 140734119748702 140734119748702 140734119755718 0
/proc/972626/statm: 2483 677 599 264 0 134 0
[pid=972631] ppid=972626 vsize=415036 memory=393600 CPUtime=3333.11 cores=4,6
/proc/972631/stat : 972631 (naps-1.02b5) R 972626 972626 967405 0 -1 4194304 93139 0 0 0 333235 76 0 0 20 0 1 0 184637065 424996864 98400 134679101440 4194304 5746509 140724648268064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23785472 140724648272878 140724648272992 140724648272992 140724648280009 0
/proc/972631/statm: 103759 98400 421 379 0 103293 0
Current children cumulated CPU time: 3333.11 s
Current children cumulated vsize: 424968 KiB
Current children cumulated memory: 396308 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.19 4.15 5/260 974585
/proc/meminfo: memFree=127447480/131524600 swapFree=131071996/131071996
[pid=972626] ppid=972623 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/972626/stat : 972626 (naps-1.02b5.sh) S 972623 972626 967405 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 184637064 10170368 677 134679101440 94764945440768 94764946520088 140734119744288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94764948618544 94764948665732 94764971413504 140734119748575 140734119748702 140734119748702 140734119755718 0
/proc/972626/statm: 2483 677 599 264 0 134 0
[pid=972631] ppid=972626 vsize=465124 memory=413216 CPUtime=3392.95 cores=4,6
/proc/972631/stat : 972631 (naps-1.02b5) R 972626 972626 967405 0 -1 4194304 94087 0 0 0 339217 78 0 0 20 0 1 0 184637065 476286976 103304 134679101440 4194304 5746509 140724648268064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23785472 140724648272878 140724648272992 140724648272992 140724648280009 0
/proc/972631/statm: 116281 103304 421 379 0 115815 0
Current children cumulated CPU time: 3392.95 s
Current children cumulated vsize: 475056 KiB
Current children cumulated memory: 415924 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.16 4.14 5/261 974597
/proc/meminfo: memFree=127456216/131524600 swapFree=131071996/131071996
[pid=972626] ppid=972623 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/972626/stat : 972626 (naps-1.02b5.sh) S 972623 972626 967405 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 184637064 10170368 677 134679101440 94764945440768 94764946520088 140734119744288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94764948618544 94764948665732 94764971413504 140734119748575 140734119748702 140734119748702 140734119755718 0
/proc/972626/statm: 2483 677 599 264 0 134 0
[pid=972631] ppid=972626 vsize=465124 memory=429620 CPUtime=3452.77 cores=4,6
/proc/972631/stat : 972631 (naps-1.02b5) R 972626 972626 967405 0 -1 4194304 94200 0 0 0 345199 78 0 0 20 0 1 0 184637065 476286976 107405 134679101440 4194304 5746509 140724648268064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23785472 140724648272878 140724648272992 140724648272992 140724648280009 0
/proc/972631/statm: 116281 107405 421 379 0 115815 0
Current children cumulated CPU time: 3452.77 s
Current children cumulated vsize: 475056 KiB
Current children cumulated memory: 432328 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.16 4.14 5/261 974608
/proc/meminfo: memFree=127538312/131524600 swapFree=131071996/131071996
[pid=972626] ppid=972623 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/972626/stat : 972626 (naps-1.02b5.sh) S 972623 972626 967405 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 184637064 10170368 677 134679101440 94764945440768 94764946520088 140734119744288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94764948618544 94764948665732 94764971413504 140734119748575 140734119748702 140734119748702 140734119755718 0
/proc/972626/statm: 2483 677 599 264 0 134 0
[pid=972631] ppid=972626 vsize=384216 memory=374900 CPUtime=3512.61 cores=4,6
/proc/972631/stat : 972631 (naps-1.02b5) R 972626 972626 967405 0 -1 4194304 94552 0 0 0 351182 79 0 0 20 0 1 0 184637065 393437184 93725 134679101440 4194304 5746509 140724648268064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23785472 140724648272878 140724648272992 140724648272992 140724648280009 0
/proc/972631/statm: 96054 93725 421 379 0 95588 0
Current children cumulated CPU time: 3512.61 s
Current children cumulated vsize: 394148 KiB
Current children cumulated memory: 377608 KiB

[startup+3582.3 s]
/proc/loadavg: 3.61 4.02 4.09 4/253 974648
/proc/meminfo: memFree=127728488/131524600 swapFree=131071996/131071996
[pid=972626] ppid=972623 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/972626/stat : 972626 (naps-1.02b5.sh) S 972623 972626 967405 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 184637064 10170368 677 134679101440 94764945440768 94764946520088 140734119744288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94764948618544 94764948665732 94764971413504 140734119748575 140734119748702 140734119748702 140734119755718 0
/proc/972626/statm: 2483 677 599 264 0 134 0
[pid=972631] ppid=972626 vsize=415036 memory=395648 CPUtime=3572.43 cores=4,6
/proc/972631/stat : 972631 (naps-1.02b5) R 972626 972626 967405 0 -1 4194304 95241 0 0 0 357163 80 0 0 20 0 1 0 184637065 424996864 98912 134679101440 4194304 5746509 140724648268064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23785472 140724648272878 140724648272992 140724648272992 140724648280009 0
/proc/972631/statm: 103759 98912 421 379 0 103293 0
Current children cumulated CPU time: 3572.43 s
Current children cumulated vsize: 424968 KiB
Current children cumulated memory: 398356 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610 s]*
/proc/loadavg: 3.21 3.89 4.05 3/243 974682
/proc/meminfo: memFree=127870004/131524600 swapFree=131071996/131071996
[pid=972626] ppid=972623 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/972626/stat : 972626 (naps-1.02b5.sh) S 972623 972626 967405 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 184637064 10170368 677 134679101440 94764945440768 94764946520088 140734119744288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94764948618544 94764948665732 94764971413504 140734119748575 140734119748702 140734119748702 140734119755718 0
/proc/972626/statm: 2483 677 599 264 0 134 0
[pid=972631] ppid=972626 vsize=415036 memory=403840 CPUtime=3600.06 cores=4,6
/proc/972631/stat : 972631 (naps-1.02b5) R 972626 972626 967405 0 -1 4194304 95350 0 0 0 359926 80 0 0 20 0 1 0 184637065 424996864 100960 134679101440 4194304 5746509 140724648268064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23785472 140724648272878 140724648272992 140724648272992 140724648280009 0
/proc/972631/statm: 103759 100960 421 379 0 103293 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 424968 KiB
Current children cumulated memory: 406548 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.26 s, system=0.814624 s

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

Child status: 0

Real time (s): 3610.01
CPU time (s): 3600.08
CPU user time (s): 3599.26
CPU system time (s): 0.814624
CPU usage (%): 99.7249
Max. virtual memory (cumulated for all children) (KiB): 524376
Max. memory (cumulated for all children) (KiB): 482188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.26
system time used= 0.814624
maximum resident set size= 479480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95830
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= 131
involuntary context switches= 2377


# summary of solver processes directly reported to runsolver:
#   pid: 972626
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3599.26
#   total CPU system time (s): 0.814624

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.56426 second user time and 16.5202 second system time

The end

Launcher Data

Begin job on nodeC021 at 2024-07-18 19:45:45
IDJOB=4445781
IDBENCH=154365
IDSOLVER=3065
FILE ID=nodeC021/4445781-1721324732
RUNJOBID= nodeC021-1721317481-967416
SLURM_JOB_ID= 7542662
Free space on /tmp= 890068 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB10/DEC-LIN/oliveras/j120/normalized-j12011_1-unsat.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445781-1721324732/watcher-4445781-1721324732 -o /tmp/evaluation-result-4445781-1721324732/solver-4445781-1721324732 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1721317481-967416 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4445781-1721324732.opb

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

MD5SUM BENCH= cdcb4d035b8e87f1109f75a28aea48eb
RANDOM SEED=895879517

nodeC021.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		: 3666.966
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.42
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		: 3688.927
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.23
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		: 3600.789
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.42
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		: 3599.756
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.23
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		: 3650.803
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.42
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		: 3688.886
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.23
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		: 3668.433
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.42
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.945
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.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128214852 kB
MemAvailable:   129284588 kB
Buffers:          502164 kB
Cached:          1399196 kB
SwapCached:            0 kB
Active:           978580 kB
Inactive:        1712564 kB
Active(anon):       1576 kB
Inactive(anon):   825948 kB
Active(file):     977004 kB
Inactive(file):   886616 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              8376 kB
Writeback:            20 kB
AnonPages:        788836 kB
Mapped:           110956 kB
Shmem:             37720 kB
KReclaimable:      91876 kB
Slab:             203164 kB
SReclaimable:      91876 kB
SUnreclaim:       111288 kB
KernelStack:        4224 kB
PageTables:        10948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1140760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68864 kB
HardwareCorrupted:     0 kB
AnonHugePages:    487424 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:      256724 kB
DirectMap2M:    23633920 kB
DirectMap1G:    112197632 kB

Free space on /tmp at the end= 890060 MiB
End job on nodeC021 at 2024-07-18 20:45:55