Trace number 4450871

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.02 3610.7

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size96-round23-2.opb
MD5SUMa8b84d78b1363b4a3850ebb291b1422d
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark385.769
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9472
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)384
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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-4450871-1721418437.opb
3600.00/3610.70	c 
3600.00/3610.70	c *** TERMINATED *** by signal 15
3600.00/3610.70	s UNKNOWN
3600.00/3610.70	c _____________________________________________________________________________
3600.00/3610.70	c 
3600.00/3610.70	c std/band forms        : 0,799
3600.00/3610.70	c 2cl/3cl ITE-codings   : 0,12234
3600.00/3610.70	c BDD/srt/adr Max costs : 32,0,0
3600.00/3610.70	c BDDraw/bin/mul/srt/adr: 799,0,0,0,0
3600.00/3610.70	c BDD nodes             : 22109
3600.00/3610.70	c Es1/CC detections     : 0,0
3600.00/3610.70	c SAT/UNSAT calls       : 0,0
3600.00/3610.70	c regenrated variables  : 0
3600.00/3610.70	c restarts              : 0
3600.00/3610.70	c conflicts             : 0              (0 /sec)
3600.00/3610.70	c decisions             : 0              (0 /sec)
3600.00/3610.70	c propagations          : 0              (0 /sec)
3600.00/3610.70	c inspects              : 0              (0 /sec)
3600.00/3610.70	c CPU time (solving tm) : 3599 s        (3598 s)
3600.00/3610.70	c Time for Opt-base     : 0 s
3600.00/3610.70	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (59586 MiB free)
  memory of node 1: 64510 MiB (61243 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450871-1721418437/watcher-4450871-1721418437 -o /tmp/evaluation-result-4450871-1721418437/solver-4450871-1721418437 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721412725-1034531 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4450871-1721418437.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=1037772, runsolver pid=1037769

[startup+0.100262 s]*
/proc/loadavg: 4.20 4.18 4.18 5/245 1037777
/proc/meminfo: memFree=123727760/131655788 swapFree=131071996/131071996
[pid=1037772] ppid=1037769 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/1037772/stat : 1037772 (naps-1.02b5.sh) S 1037769 1037772 1034518 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 193999839 10170368 676 134679101440 94027285209088 94027286288408 140729622983856 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94027288386864 94027288434052 94027292991488 140729622991838 140729622991965 140729622991965 140729622998982 0
/proc/1037772/statm: 2483 676 599 264 0 134 0
[pid=1037777] ppid=1037772 vsize=7392 memory=2392 CPUtime=0.1 cores=5,7
/proc/1037777/stat : 1037777 (naps-1.02b5) R 1037772 1037772 1034518 0 -1 4194304 262 0 0 0 10 0 0 0 20 0 1 0 193999839 7569408 598 134679101440 4194304 5746509 140726057325648 0 0 0 0 0 17922 0 0 0 17 7 0 0 0 0 0 6059216 6091920 20254720 140726057333741 140726057333855 140726057333855 140726057340873 0
/proc/1037777/statm: 1848 598 405 379 0 1382 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 17324 KiB
Current children cumulated memory: 5096 KiB

[startup+0.222262 s]*
/proc/loadavg: 4.20 4.18 4.18 5/245 1037777
/proc/meminfo: memFree=123725408/131655788 swapFree=131071996/131071996
[pid=1037772] ppid=1037769 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/1037772/stat : 1037772 (naps-1.02b5.sh) S 1037769 1037772 1034518 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 193999839 10170368 676 134679101440 94027285209088 94027286288408 140729622983856 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94027288386864 94027288434052 94027292991488 140729622991838 140729622991965 140729622991965 140729622998982 0
/proc/1037772/statm: 2483 676 599 264 0 134 0
[pid=1037777] ppid=1037772 vsize=9280 memory=4504 CPUtime=0.2 cores=5,7
/proc/1037777/stat : 1037777 (naps-1.02b5) R 1037772 1037772 1034518 0 -1 4194304 789 0 0 0 20 0 0 0 20 0 1 0 193999839 9502720 1126 134679101440 4194304 5746509 140726057325648 0 0 0 0 0 17922 0 0 0 17 7 0 0 0 0 0 6059216 6091920 20254720 140726057333741 140726057333855 140726057333855 140726057340873 0
/proc/1037777/statm: 2320 1126 405 379 0 1854 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 19212 KiB
Current children cumulated memory: 7208 KiB

[startup+0.31426 s]*
/proc/loadavg: 4.20 4.18 4.18 5/245 1037777
/proc/meminfo: memFree=123723056/131655788 swapFree=131071996/131071996
[pid=1037772] ppid=1037769 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/1037772/stat : 1037772 (naps-1.02b5.sh) S 1037769 1037772 1034518 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 193999839 10170368 676 134679101440 94027285209088 94027286288408 140729622983856 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94027288386864 94027288434052 94027292991488 140729622991838 140729622991965 140729622991965 140729622998982 0
/proc/1037772/statm: 2483 676 599 264 0 134 0
[pid=1037777] ppid=1037772 vsize=11484 memory=6660 CPUtime=0.27 cores=5,7
/proc/1037777/stat : 1037777 (naps-1.02b5) R 1037772 1037772 1034518 0 -1 4194304 1348 0 0 0 27 0 0 0 20 0 1 0 193999839 11759616 1665 134679101440 4194304 5746509 140726057325648 0 0 0 0 0 17922 0 0 0 17 7 0 0 0 0 0 6059216 6091920 20254720 140726057333741 140726057333855 140726057333855 140726057340873 0
/proc/1037777/statm: 2871 1665 405 379 0 2405 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 21416 KiB
Current children cumulated memory: 9364 KiB

[startup+0.700363 s]
/proc/loadavg: 4.20 4.18 4.18 5/245 1037777
/proc/meminfo: memFree=123720168/131655788 swapFree=131071996/131071996
[pid=1037772] ppid=1037769 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/1037772/stat : 1037772 (naps-1.02b5.sh) S 1037769 1037772 1034518 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 193999839 10170368 676 134679101440 94027285209088 94027286288408 140729622983856 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94027288386864 94027288434052 94027292991488 140729622991838 140729622991965 140729622991965 140729622998982 0
/proc/1037772/statm: 2483 676 599 264 0 134 0
[pid=1037777] ppid=1037772 vsize=19088 memory=14980 CPUtime=0.64 cores=5,7
/proc/1037777/stat : 1037777 (naps-1.02b5) R 1037772 1037772 1034518 0 -1 4194304 3498 0 0 0 63 1 0 0 20 0 1 0 193999839 19546112 3745 134679101440 4194304 5746509 140726057325648 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20254720 140726057333741 140726057333855 140726057333855 140726057340873 0
/proc/1037777/statm: 4772 3745 421 379 0 4306 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 29020 KiB
Current children cumulated memory: 17684 KiB

[startup+1.50042 s]
/proc/loadavg: 4.20 4.18 4.18 5/245 1037777
/proc/meminfo: memFree=123707812/131655788 swapFree=131071996/131071996
[pid=1037772] ppid=1037769 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/1037772/stat : 1037772 (naps-1.02b5.sh) S 1037769 1037772 1034518 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 193999839 10170368 676 134679101440 94027285209088 94027286288408 140729622983856 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94027288386864 94027288434052 94027292991488 140729622991838 140729622991965 140729622991965 140729622998982 0
/proc/1037772/statm: 2483 676 599 264 0 134 0
[pid=1037777] ppid=1037772 vsize=19964 memory=18080 CPUtime=1.43 cores=5,7
/proc/1037777/stat : 1037777 (naps-1.02b5) R 1037772 1037772 1034518 0 -1 4194304 3726 0 0 0 142 1 0 0 20 0 1 0 193999839 20443136 4520 134679101440 4194304 5746509 140726057325648 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20254720 140726057333741 140726057333855 140726057333855 140726057340873 0
/proc/1037777/statm: 4991 4520 421 379 0 4525 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 29896 KiB
Current children cumulated memory: 20784 KiB

[startup+3.11302 s]
/proc/loadavg: 4.20 4.18 4.18 5/245 1037777
/proc/meminfo: memFree=123703488/131655788 swapFree=131071996/131071996
[pid=1037772] ppid=1037769 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/1037772/stat : 1037772 (naps-1.02b5.sh) S 1037769 1037772 1034518 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 193999839 10170368 676 134679101440 94027285209088 94027286288408 140729622983856 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94027288386864 94027288434052 94027292991488 140729622991838 140729622991965 140729622991965 140729622998982 0
/proc/1037772/statm: 2483 676 599 264 0 134 0
[pid=1037777] ppid=1037772 vsize=20832 memory=18112 CPUtime=3.04 cores=5,7
/proc/1037777/stat : 1037777 (naps-1.02b5) R 1037772 1037772 1034518 0 -1 4194304 4760 0 0 0 303 1 0 0 20 0 1 0 193999839 21331968 4528 134679101440 4194304 5746509 140726057325648 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20254720 140726057333741 140726057333855 140726057333855 140726057340873 0
/proc/1037777/statm: 5208 4528 421 379 0 4742 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 30764 KiB
Current children cumulated memory: 20816 KiB

[startup+6.30041 s]
/proc/loadavg: 4.18 4.17 4.17 5/245 1037777
/proc/meminfo: memFree=123688420/131655788 swapFree=131071996/131071996
[pid=1037772] ppid=1037769 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/1037772/stat : 1037772 (naps-1.02b5.sh) S 1037769 1037772 1034518 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 193999839 10170368 676 134679101440 94027285209088 94027286288408 140729622983856 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94027288386864 94027288434052 94027292991488 140729622991838 140729622991965 140729622991965 140729622998982 0
/proc/1037772/statm: 2483 676 599 264 0 134 0
[pid=1037777] ppid=1037772 vsize=26468 memory=24648 CPUtime=6.22 cores=5,7
/proc/1037777/stat : 1037777 (naps-1.02b5) R 1037772 1037772 1034518 0 -1 4194304 6146 0 0 0 620 2 0 0 20 0 1 0 193999839 27103232 6162 134679101440 4194304 5746509 140726057325648 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20254720 140726057333741 140726057333855 140726057333855 140726057340873 0
/proc/1037777/statm: 6617 6162 421 379 0 6151 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 36400 KiB
Current children cumulated memory: 27352 KiB

[startup+12.7004 s]
/proc/loadavg: 4.16 4.17 4.17 5/245 1037779
/proc/meminfo: memFree=123671028/131655788 swapFree=131071996/131071996
[pid=1037772] ppid=1037769 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/1037772/stat : 1037772 (naps-1.02b5.sh) S 1037769 1037772 1034518 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 193999839 10170368 676 134679101440 94027285209088 94027286288408 140729622983856 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94027288386864 94027288434052 94027292991488 140729622991838 140729622991965 140729622991965 140729622998982 0
/proc/1037772/statm: 2483 676 599 264 0 134 0
[pid=1037777] ppid=1037772 vsize=29188 memory=27740 CPUtime=12.6 cores=5,7
/proc/1037777/stat : 1037777 (naps-1.02b5) R 1037772 1037772 1034518 0 -1 4194304 6386 0 0 0 1258 2 0 0 20 0 1 0 193999839 29888512 6935 134679101440 4194304 5746509 140726057325648 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20254720 140726057333741 140726057333855 140726057333855 140726057340873 0
/proc/1037777/statm: 7297 6935 421 379 0 6831 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 39120 KiB
Current children cumulated memory: 30444 KiB

[startup+25.5004 s]
/proc/loadavg: 4.13 4.16 4.17 5/245 1037780
/proc/meminfo: memFree=123795116/131655788 swapFree=131071996/131071996
[pid=1037772] ppid=1037769 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/1037772/stat : 1037772 (naps-1.02b5.sh) S 1037769 1037772 1034518 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 193999839 10170368 676 134679101440 94027285209088 94027286288408 140729622983856 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94027288386864 94027288434052 94027292991488 140729622991838 140729622991965 140729622991965 140729622998982 0
/proc/1037772/statm: 2483 676 599 264 0 134 0
[pid=1037777] ppid=1037772 vsize=45384 memory=37248 CPUtime=25.36 cores=5,7
/proc/1037777/stat : 1037777 (naps-1.02b5) R 1037772 1037772 1034518 0 -1 4194304 8173 0 0 0 2533 3 0 0 20 0 1 0 193999839 46473216 9312 134679101440 4194304 5746509 140726057325648 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20254720 140726057333741 140726057333855 140726057333855 140726057340873 0
/proc/1037777/statm: 11346 9312 421 379 0 10880 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 55316 KiB
Current children cumulated memory: 39952 KiB

[startup+51.1133 s]
/proc/loadavg: 4.15 4.16 4.17 5/245 1037785
/proc/meminfo: memFree=123787292/131655788 swapFree=131071996/131071996
[pid=1037772] ppid=1037769 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/1037772/stat : 1037772 (naps-1.02b5.sh) S 1037769 1037772 1034518 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 193999839 10170368 676 134679101440 94027285209088 94027286288408 140729622983856 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94027288386864 94027288434052 94027292991488 140729622991838 140729622991965 140729622991965 140729622998982 0
/proc/1037772/statm: 2483 676 599 264 0 134 0
[pid=1037777] ppid=1037772 vsize=49848 memory=43644 CPUtime=50.9 cores=5,7
/proc/1037777/stat : 1037777 (naps-1.02b5) R 1037772 1037772 1034518 0 -1 4194304 8763 0 0 0 5087 3 0 0 20 0 1 0 193999839 51044352 10911 134679101440 4194304 5746509 140726057325648 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20254720 140726057333741 140726057333855 140726057333855 140726057340873 0
/proc/1037777/statm: 12462 10911 421 379 0 11996 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 59780 KiB
Current children cumulated memory: 46348 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.15 4.17 5/245 1037794
/proc/meminfo: memFree=123634128/131655788 swapFree=131071996/131071996
[pid=1037772] ppid=1037769 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/1037772/stat : 1037772 (naps-1.02b5.sh) S 1037769 1037772 1034518 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 193999839 10170368 676 134679101440 94027285209088 94027286288408 140729622983856 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94027288386864 94027288434052 94027292991488 140729622991838 140729622991965 140729622991965 140729622998982 0
/proc/1037772/statm: 2483 676 599 264 0 134 0
[pid=1037777] ppid=1037772 vsize=75844 memory=68200 CPUtime=101.93 cores=5,7
/proc/1037777/stat : 1037777 (naps-1.02b5) R 1037772 1037772 1034518 0 -1 4194304 11588 0 0 0 10188 5 0 0 20 0 1 0 193999839 77664256 17050 134679101440 4194304 5746509 140726057325648 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20254720 140726057333741 140726057333855 140726057333855 140726057340873 0
/proc/1037777/statm: 18961 17050 421 379 0 18495 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 85776 KiB
Current children cumulated memory: 70904 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.15 4.17 5/245 1037804
/proc/meminfo: memFree=123750624/131655788 swapFree=131071996/131071996
[pid=1037772] ppid=1037769 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/1037772/stat : 1037772 (naps-1.02b5.sh) S 1037769 1037772 1034518 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 193999839 10170368 676 134679101440 94027285209088 94027286288408 140729622983856 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94027288386864 94027288434052 94027292991488 140729622991838 140729622991965 140729622991965 140729622998982 0
/proc/1037772/statm: 2483 676 599 264 0 134 0
[pid=1037777] ppid=1037772 vsize=88660 memory=84524 CPUtime=161.77 cores=5,7
/proc/1037777/stat : 1037777 (naps-1.02b5) R 1037772 1037772 1034518 0 -1 4194304 12114 0 0 0 16171 6 0 0 20 0 1 0 193999839 90787840 21131 134679101440 4194304 5746509 140726057325648 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20254720 140726057333741 140726057333855 140726057333855 140726057340873 0
/proc/1037777/statm: 22165 21131 421 379 0 21699 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 98592 KiB
Current children cumulated memory: 87228 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.14 4.16 5/248 1037819
/proc/meminfo: memFree=123766368/131655788 swapFree=131071996/131071996
[pid=1037772] ppid=1037769 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/1037772/stat : 1037772 (naps-1.02b5.sh) S 1037769 1037772 1034518 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 193999839 10170368 676 134679101440 94027285209088 94027286288408 140729622983856 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94027288386864 94027288434052 94027292991488 140729622991838 140729622991965 140729622991965 140729622998982 0
/proc/1037772/statm: 2483 676 599 264 0 134 0
[pid=1037777] ppid=1037772 vsize=88660 memory=87264 CPUtime=221.6 cores=5,7
/proc/1037777/stat : 1037777 (naps-1.02b5) R 1037772 1037772 1034518 0 -1 4194304 12567 0 0 0 22152 8 0 0 20 0 1 0 193999839 90787840 21816 134679101440 4194304 5746509 140726057325648 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20254720 140726057333741 140726057333855 140726057333855 140726057340873 0
/proc/1037777/statm: 22165 21816 421 379 0 21699 0
Current children cumulated CPU time: 221.6 s

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

/proc/loadavg: 4.07 4.20 4.22 5/245 1039712
/proc/meminfo: memFree=123658152/131655788 swapFree=131071996/131071996
[pid=1037772] ppid=1037769 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/1037772/stat : 1037772 (naps-1.02b5.sh) S 1037769 1037772 1034518 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 193999839 10170368 676 134679101440 94027285209088 94027286288408 140729622983856 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94027288386864 94027288434052 94027292991488 140729622991838 140729622991965 140729622991965 140729622998982 0
/proc/1037772/statm: 2483 676 599 264 0 134 0
[pid=1037777] ppid=1037772 vsize=218888 memory=191600 CPUtime=3093.01 cores=5,7
/proc/1037777/stat : 1037777 (naps-1.02b5) R 1037772 1037772 1034518 0 -1 4194304 57028 0 0 0 309190 111 0 0 20 0 1 0 193999839 224141312 47900 134679101440 4194304 5746509 140726057325648 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20254720 140726057333741 140726057333855 140726057333855 140726057340873 0
/proc/1037777/statm: 54722 47900 421 379 0 54256 0
Current children cumulated CPU time: 3093.01 s
Current children cumulated vsize: 228820 KiB
Current children cumulated memory: 194304 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.18 4.20 5/245 1039722
/proc/meminfo: memFree=123797920/131655788 swapFree=131071996/131071996
[pid=1037772] ppid=1037769 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/1037772/stat : 1037772 (naps-1.02b5.sh) S 1037769 1037772 1034518 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 193999839 10170368 676 134679101440 94027285209088 94027286288408 140729622983856 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94027288386864 94027288434052 94027292991488 140729622991838 140729622991965 140729622991965 140729622998982 0
/proc/1037772/statm: 2483 676 599 264 0 134 0
[pid=1037777] ppid=1037772 vsize=168800 memory=136928 CPUtime=3152.85 cores=5,7
/proc/1037777/stat : 1037777 (naps-1.02b5) R 1037772 1037772 1034518 0 -1 4194304 57755 0 0 0 315172 113 0 0 20 0 1 0 193999839 172851200 34232 134679101440 4194304 5746509 140726057325648 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20254720 140726057333741 140726057333855 140726057333855 140726057340873 0
/proc/1037777/statm: 42200 34232 421 379 0 41734 0
Current children cumulated CPU time: 3152.85 s
Current children cumulated vsize: 178732 KiB
Current children cumulated memory: 139632 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.17 4.20 5/247 1039736
/proc/meminfo: memFree=123581464/131655788 swapFree=131071996/131071996
[pid=1037772] ppid=1037769 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/1037772/stat : 1037772 (naps-1.02b5.sh) S 1037769 1037772 1034518 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 193999839 10170368 676 134679101440 94027285209088 94027286288408 140729622983856 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94027288386864 94027288434052 94027292991488 140729622991838 140729622991965 140729622991965 140729622998982 0
/proc/1037772/statm: 2483 676 599 264 0 134 0
[pid=1037777] ppid=1037772 vsize=218888 memory=183408 CPUtime=3212.69 cores=5,7
/proc/1037777/stat : 1037777 (naps-1.02b5) R 1037772 1037772 1034518 0 -1 4194304 58668 0 0 0 321153 116 0 0 20 0 1 0 193999839 224141312 45852 134679101440 4194304 5746509 140726057325648 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20254720 140726057333741 140726057333855 140726057333855 140726057340873 0
/proc/1037777/statm: 54722 45852 421 379 0 54256 0
Current children cumulated CPU time: 3212.69 s
Current children cumulated vsize: 228820 KiB
Current children cumulated memory: 186112 KiB

[startup+3282.3 s]
/proc/loadavg: 4.39 4.22 4.21 5/247 1039746
/proc/meminfo: memFree=123680760/131655788 swapFree=131071996/131071996
[pid=1037772] ppid=1037769 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/1037772/stat : 1037772 (naps-1.02b5.sh) S 1037769 1037772 1034518 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 193999839 10170368 676 134679101440 94027285209088 94027286288408 140729622983856 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94027288386864 94027288434052 94027292991488 140729622991838 140729622991965 140729622991965 140729622998982 0
/proc/1037772/statm: 2483 676 599 264 0 134 0
[pid=1037777] ppid=1037772 vsize=88660 memory=87352 CPUtime=3272.52 cores=5,7
/proc/1037777/stat : 1037777 (naps-1.02b5) R 1037772 1037772 1034518 0 -1 4194304 58744 0 0 0 327135 117 0 0 20 0 1 0 193999839 90787840 21838 134679101440 4194304 5746509 140726057325648 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20254720 140726057333741 140726057333855 140726057333855 140726057340873 0
/proc/1037777/statm: 22165 21838 421 379 0 21699 0
Current children cumulated CPU time: 3272.52 s
Current children cumulated vsize: 98592 KiB
Current children cumulated memory: 90056 KiB

[startup+3342.3 s]
/proc/loadavg: 4.64 4.33 4.25 5/247 1039757
/proc/meminfo: memFree=123540532/131655788 swapFree=131071996/131071996
[pid=1037772] ppid=1037769 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/1037772/stat : 1037772 (naps-1.02b5.sh) S 1037769 1037772 1034518 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 193999839 10170368 676 134679101440 94027285209088 94027286288408 140729622983856 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94027288386864 94027288434052 94027292991488 140729622991838 140729622991965 140729622991965 140729622998982 0
/proc/1037772/statm: 2483 676 599 264 0 134 0
[pid=1037777] ppid=1037772 vsize=218888 memory=175216 CPUtime=3332.35 cores=5,7
/proc/1037777/stat : 1037777 (naps-1.02b5) R 1037772 1037772 1034518 0 -1 4194304 60324 0 0 0 333114 121 0 0 20 0 1 0 193999839 224141312 43804 134679101440 4194304 5746509 140726057325648 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20254720 140726057333741 140726057333855 140726057333855 140726057340873 0
/proc/1037777/statm: 54722 43804 421 379 0 54256 0
Current children cumulated CPU time: 3332.35 s
Current children cumulated vsize: 228820 KiB
Current children cumulated memory: 177920 KiB

[startup+3402.3 s]
/proc/loadavg: 4.33 4.30 4.25 5/247 1039767
/proc/meminfo: memFree=123584936/131655788 swapFree=131071996/131071996
[pid=1037772] ppid=1037769 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/1037772/stat : 1037772 (naps-1.02b5.sh) S 1037769 1037772 1034518 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 193999839 10170368 676 134679101440 94027285209088 94027286288408 140729622983856 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94027288386864 94027288434052 94027292991488 140729622991838 140729622991965 140729622991965 140729622998982 0
/proc/1037772/statm: 2483 676 599 264 0 134 0
[pid=1037777] ppid=1037772 vsize=218888 memory=214192 CPUtime=3392.19 cores=5,7
/proc/1037777/stat : 1037777 (naps-1.02b5) R 1037772 1037772 1034518 0 -1 4194304 60386 0 0 0 339097 122 0 0 20 0 1 0 193999839 224141312 53548 134679101440 4194304 5746509 140726057325648 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20254720 140726057333741 140726057333855 140726057333855 140726057340873 0
/proc/1037777/statm: 54722 53548 421 379 0 54256 0
Current children cumulated CPU time: 3392.19 s
Current children cumulated vsize: 228820 KiB
Current children cumulated memory: 216896 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.26 4.23 5/247 1039828
/proc/meminfo: memFree=123689532/131655788 swapFree=131071996/131071996
[pid=1037772] ppid=1037769 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/1037772/stat : 1037772 (naps-1.02b5.sh) S 1037769 1037772 1034518 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 193999839 10170368 676 134679101440 94027285209088 94027286288408 140729622983856 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94027288386864 94027288434052 94027292991488 140729622991838 140729622991965 140729622991965 140729622998982 0
/proc/1037772/statm: 2483 676 599 264 0 134 0
[pid=1037777] ppid=1037772 vsize=187828 memory=158028 CPUtime=3452.03 cores=5,7
/proc/1037777/stat : 1037777 (naps-1.02b5) R 1037772 1037772 1034518 0 -1 4194304 61707 0 0 0 345077 126 0 0 20 0 1 0 193999839 192335872 39507 134679101440 4194304 5746509 140726057325648 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20254720 140726057333741 140726057333855 140726057333855 140726057340873 0
/proc/1037777/statm: 46957 39507 421 379 0 46491 0
Current children cumulated CPU time: 3452.03 s
Current children cumulated vsize: 197760 KiB
Current children cumulated memory: 160732 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.24 4.23 5/245 1039839
/proc/meminfo: memFree=123559824/131655788 swapFree=131071996/131071996
[pid=1037772] ppid=1037769 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/1037772/stat : 1037772 (naps-1.02b5.sh) S 1037769 1037772 1034518 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 193999839 10170368 676 134679101440 94027285209088 94027286288408 140729622983856 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94027288386864 94027288434052 94027292991488 140729622991838 140729622991965 140729622991965 140729622998982 0
/proc/1037772/statm: 2483 676 599 264 0 134 0
[pid=1037777] ppid=1037772 vsize=237916 memory=200212 CPUtime=3511.86 cores=5,7
/proc/1037777/stat : 1037777 (naps-1.02b5) R 1037772 1037772 1034518 0 -1 4194304 62576 0 0 0 351058 128 0 0 20 0 1 0 193999839 243625984 50053 134679101440 4194304 5746509 140726057325648 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20254720 140726057333741 140726057333855 140726057333855 140726057340873 0
/proc/1037777/statm: 59479 50053 421 379 0 59013 0
Current children cumulated CPU time: 3511.86 s
Current children cumulated vsize: 247848 KiB
Current children cumulated memory: 202916 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.21 4.22 5/245 1039849
/proc/meminfo: memFree=123635324/131655788 swapFree=131071996/131071996
[pid=1037772] ppid=1037769 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/1037772/stat : 1037772 (naps-1.02b5.sh) S 1037769 1037772 1034518 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 193999839 10170368 676 134679101440 94027285209088 94027286288408 140729622983856 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94027288386864 94027288434052 94027292991488 140729622991838 140729622991965 140729622991965 140729622998982 0
/proc/1037772/statm: 2483 676 599 264 0 134 0
[pid=1037777] ppid=1037772 vsize=187828 memory=140620 CPUtime=3571.69 cores=5,7
/proc/1037777/stat : 1037777 (naps-1.02b5) R 1037772 1037772 1034518 0 -1 4194304 63879 0 0 0 357039 130 0 0 20 0 1 0 193999839 192335872 35155 134679101440 4194304 5746509 140726057325648 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20254720 140726057333741 140726057333855 140726057333855 140726057340873 0
/proc/1037777/statm: 46957 35155 421 379 0 46491 0
Current children cumulated CPU time: 3571.69 s
Current children cumulated vsize: 197760 KiB
Current children cumulated memory: 143324 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.7 s]
/proc/loadavg: 4.15 4.21 4.21 5/245 1039854
/proc/meminfo: memFree=123590872/131655788 swapFree=131071996/131071996
[pid=1037772] ppid=1037769 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/1037772/stat : 1037772 (naps-1.02b5.sh) S 1037769 1037772 1034518 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 193999839 10170368 676 134679101440 94027285209088 94027286288408 140729622983856 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94027288386864 94027288434052 94027292991488 140729622991838 140729622991965 140729622991965 140729622998982 0
/proc/1037772/statm: 2483 676 599 264 0 134 0
[pid=1037777] ppid=1037772 vsize=187828 memory=165196 CPUtime=3600 cores=5,7
/proc/1037777/stat : 1037777 (naps-1.02b5) R 1037772 1037772 1034518 0 -1 4194304 63891 0 0 0 359870 130 0 0 20 0 1 0 193999839 192335872 41299 134679101440 4194304 5746509 140726057325648 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20254720 140726057333741 140726057333855 140726057333855 140726057340873 0
/proc/1037777/statm: 46957 41299 421 379 0 46491 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 197760 KiB
Current children cumulated memory: 167900 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3598.71 s, system=1.31055 s

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

[startup+3610.7 s]
/proc/loadavg: 4.15 4.21 4.21 5/245 1039854
/proc/meminfo: memFree=123590872/131655788 swapFree=131071996/131071996
[pid=1037772] ppid=1037769 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/1037772/stat : 1037772 (naps-1.02b5.sh) S 1037769 1037772 1034518 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 193999839 10170368 676 134679101440 94027285209088 94027286288408 140729622983856 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94027288386864 94027288434052 94027292991488 140729622991838 140729622991965 140729622991965 140729622998982 0
/proc/1037772/statm: 2483 676 599 264 0 134 0
[pid=1037777] ppid=1037772 vsize=187828 memory=165196 CPUtime=3600 cores=5,7
/proc/1037777/stat : 1037777 (naps-1.02b5) R 1037772 1037772 1034518 0 -1 4194304 63891 0 0 0 359870 130 0 0 20 0 1 0 193999839 192335872 41299 134679101440 4194304 5746509 140726057325648 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20254720 140726057333741 140726057333855 140726057333855 140726057340873 0
/proc/1037777/statm: 46957 41299 421 379 0 46491 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 197760 KiB
Current children cumulated memory: 167900 KiB

Child status: 0

Real time (s): 3610.7
CPU time (s): 3600.02
CPU user time (s): 3598.71
CPU system time (s): 1.31055
CPU usage (%): 99.7042
Max. virtual memory (cumulated for all children) (KiB): 329236
Max. memory (cumulated for all children) (KiB): 224400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.71
system time used= 1.31055
maximum resident set size= 221696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64370
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= 48
involuntary context switches= 3368


# summary of solver processes directly reported to runsolver:
#   pid: 1037772
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3598.71
#   total CPU system time (s): 1.31055

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.3018 second user time and 37.322 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-19 21:47:29
IDJOB=4450871
IDBENCH=162302
IDSOLVER=3065
FILE ID=nodeC003/4450871-1721418437
RUNJOBID= nodeC003-1721412725-1034531
SLURM_JOB_ID= 7545486
Free space on /tmp= 723768 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size96-round23-2.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450871-1721418437/watcher-4450871-1721418437 -o /tmp/evaluation-result-4450871-1721418437/solver-4450871-1721418437 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721412725-1034531 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4450871-1721418437.opb

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

MD5SUM BENCH= a8b84d78b1363b4a3850ebb291b1422d
RANDOM SEED=1607090920

nodeC003.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3564.074
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3511.831
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.330
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.214
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3579.796
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.906
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1198.106
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.218
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        123729500 kB
MemAvailable:   129345660 kB
Buffers:          544432 kB
Cached:          5854444 kB
SwapCached:            0 kB
Active:          1034196 kB
Inactive:        6203152 kB
Active(anon):       1476 kB
Inactive(anon):   882884 kB
Active(file):    1032720 kB
Inactive(file):  5320268 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4272 kB
Writeback:             8 kB
AnonPages:        838432 kB
Mapped:           112948 kB
Shmem:             45896 kB
KReclaimable:     206408 kB
Slab:             322308 kB
SReclaimable:     206408 kB
SUnreclaim:       115900 kB
KernelStack:        3852 kB
PageTables:        10644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1276652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59072 kB
HardwareCorrupted:     0 kB
AnonHugePages:    507904 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:      275272 kB
DirectMap2M:    31086592 kB
DirectMap1G:    104857600 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC003 at 2024-07-19 22:47:40