Trace number 4435248

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 NameAnswerobjective functionCPU timeWall clock time
NaPS-PB16 1.02b5? (TO) 3600.11 3610.93

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
heinz/normalized-neos-631710.opb
MD5SUMa6cae5fe4979829ef4db3f016c46bc73
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark203
Best CPU time to get the best result obtained on this benchmark3558.05
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables167056
Total number of constraints169576
Number of constraints which are clauses167055
Number of constraints which are cardinality constraints (but not clauses)1965
Number of constraints which are nor clauses,nor cardinality constraints556
Minimum length of a constraint2
Maximum length of a constraint556
Number of terms in the objective function 556
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 556
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 757
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-4435248-1721126173.opb
3600.07/3610.90	c 
3600.07/3610.90	c *** TERMINATED *** by signal 15
3600.07/3610.90	s UNKNOWN
3600.07/3610.90	c _____________________________________________________________________________
3600.07/3610.90	c 
3600.07/3610.90	c std/band forms        : 2521,0
3600.07/3610.90	c 2cl/3cl ITE-codings   : 620966,0
3600.07/3610.90	c BDD/srt/adr Max costs : 1109,0,0
3600.07/3610.90	c BDDraw/bin/mul/srt/adr: 2521,0,0,0,0
3600.07/3610.90	c BDD nodes             : 1236457
3600.07/3610.90	c Es1/CC detections     : 0,0
3600.07/3610.90	c SAT/UNSAT calls       : 0,0
3600.07/3610.90	c regenrated variables  : 0
3600.07/3610.90	c restarts              : 0
3600.07/3610.90	c conflicts             : 0              (0 /sec)
3600.07/3610.90	c decisions             : 0              (0 /sec)
3600.07/3610.90	c propagations          : 0              (0 /sec)
3600.07/3610.90	c inspects              : 0              (0 /sec)
3600.07/3610.90	c CPU time (solving tm) : 3596 s        (3587 s)
3600.07/3610.90	c Time for Opt-base     : 0 s
3600.07/3610.90	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 (51374 MiB free)
  memory of node 1: 64473 MiB (62327 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4435248-1721126173/watcher-4435248-1721126173 -o /tmp/evaluation-result-4435248-1721126173/solver-4435248-1721126173 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721118953-888836 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4435248-1721126173.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=895269, runsolver pid=895266

[startup+0.100095 s]*
/proc/loadavg: 4.18 4.20 4.13 5/259 895274
/proc/meminfo: memFree=116414632/131524600 swapFree=131071996/131071996
[pid=895269] ppid=895266 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/895269/stat : 895269 (naps-1.02b5.sh) S 895266 895269 888823 0 -1 4194304 218 235 0 0 0 0 0 0 20 0 1 0 164785434 10170368 669 134679101440 94713907728384 94713908807704 140730229831680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713910906160 94713910953348 94713923710976 140730229838816 140730229838943 140730229838943 140730229845958 0
/proc/895269/statm: 2483 669 590 264 0 134 0
[pid=895274] ppid=895269 vsize=25060 memory=17516 CPUtime=0.09 cores=5,7
/proc/895274/stat : 895274 (naps-1.02b5) R 895269 895269 888823 0 -1 4194304 4377 0 0 0 9 0 0 0 20 0 1 0 164785434 25661440 4379 134679101440 4194304 5746509 140731954533344 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 27529216 140731954537455 140731954537569 140731954537569 140731954544585 0
/proc/895274/statm: 6265 4379 405 379 0 5799 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 34992 KiB
Current children cumulated memory: 20192 KiB

[startup+0.20578 s]*
/proc/loadavg: 4.16 4.20 4.13 5/259 895274
/proc/meminfo: memFree=116396444/131524600 swapFree=131071996/131071996
[pid=895269] ppid=895266 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/895269/stat : 895269 (naps-1.02b5.sh) S 895266 895269 888823 0 -1 4194304 218 235 0 0 0 0 0 0 20 0 1 0 164785434 10170368 669 134679101440 94713907728384 94713908807704 140730229831680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713910906160 94713910953348 94713923710976 140730229838816 140730229838943 140730229838943 140730229845958 0
/proc/895269/statm: 2483 669 590 264 0 134 0
[pid=895274] ppid=895269 vsize=42636 memory=34740 CPUtime=0.2 cores=5,7
/proc/895274/stat : 895274 (naps-1.02b5) R 895269 895269 888823 0 -1 4194304 9015 0 0 0 19 1 0 0 20 0 1 0 164785434 43659264 8685 134679101440 4194304 5746509 140731954533344 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 27529216 140731954537455 140731954537569 140731954537569 140731954544585 0
/proc/895274/statm: 10659 8685 405 379 0 10193 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 52568 KiB
Current children cumulated memory: 37416 KiB

[startup+0.305924 s]*
/proc/loadavg: 4.16 4.20 4.13 5/259 895274
/proc/meminfo: memFree=116381668/131524600 swapFree=131071996/131071996
[pid=895269] ppid=895266 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/895269/stat : 895269 (naps-1.02b5.sh) S 895266 895269 888823 0 -1 4194304 218 235 0 0 0 0 0 0 20 0 1 0 164785434 10170368 669 134679101440 94713907728384 94713908807704 140730229831680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713910906160 94713910953348 94713923710976 140730229838816 140730229838943 140730229838943 140730229845958 0
/proc/895269/statm: 2483 669 590 264 0 134 0
[pid=895274] ppid=895269 vsize=59200 memory=49632 CPUtime=0.3 cores=5,7
/proc/895274/stat : 895274 (naps-1.02b5) R 895269 895269 888823 0 -1 4194304 12806 0 0 0 28 2 0 0 20 0 1 0 164785434 60620800 12408 134679101440 4194304 5746509 140731954533344 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 27529216 140731954537455 140731954537569 140731954537569 140731954544585 0
/proc/895274/statm: 14800 12408 405 379 0 14334 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 69132 KiB
Current children cumulated memory: 52308 KiB

[startup+0.700282 s]
/proc/loadavg: 4.16 4.20 4.13 5/259 895274
/proc/meminfo: memFree=116366044/131524600 swapFree=131071996/131071996
[pid=895269] ppid=895266 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/895269/stat : 895269 (naps-1.02b5.sh) S 895266 895269 888823 0 -1 4194304 218 235 0 0 0 0 0 0 20 0 1 0 164785434 10170368 669 134679101440 94713907728384 94713908807704 140730229831680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713910906160 94713910953348 94713923710976 140730229838816 140730229838943 140730229838943 140730229845958 0
/proc/895269/statm: 2483 669 590 264 0 134 0
[pid=895274] ppid=895269 vsize=80352 memory=72412 CPUtime=0.68 cores=5,7
/proc/895274/stat : 895274 (naps-1.02b5) R 895269 895269 888823 0 -1 4194304 17964 0 0 0 66 2 0 0 20 0 1 0 164785434 82280448 18103 134679101440 4194304 5746509 140731954533344 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 27529216 140731954537455 140731954537569 140731954537569 140731954544585 0
/proc/895274/statm: 20088 18103 405 379 0 19622 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 90284 KiB
Current children cumulated memory: 75088 KiB

[startup+1.50027 s]
/proc/loadavg: 4.16 4.20 4.13 5/259 895274
/proc/meminfo: memFree=116353464/131524600 swapFree=131071996/131071996
[pid=895269] ppid=895266 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/895269/stat : 895269 (naps-1.02b5.sh) S 895266 895269 888823 0 -1 4194304 218 235 0 0 0 0 0 0 20 0 1 0 164785434 10170368 669 134679101440 94713907728384 94713908807704 140730229831680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713910906160 94713910953348 94713923710976 140730229838816 140730229838943 140730229838943 140730229845958 0
/proc/895269/statm: 2483 669 590 264 0 134 0
[pid=895274] ppid=895269 vsize=98028 memory=91592 CPUtime=1.49 cores=5,7
/proc/895274/stat : 895274 (naps-1.02b5) R 895269 895269 888823 0 -1 4194304 22754 0 0 0 146 3 0 0 20 0 1 0 164785434 100380672 22898 134679101440 4194304 5746509 140731954533344 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 27529216 140731954537455 140731954537569 140731954537569 140731954544585 0
/proc/895274/statm: 24507 22898 405 379 0 24041 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 107960 KiB
Current children cumulated memory: 94268 KiB

[startup+3.10599 s]
/proc/loadavg: 4.16 4.20 4.13 5/259 895274
/proc/meminfo: memFree=116292912/131524600 swapFree=131071996/131071996
[pid=895269] ppid=895266 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/895269/stat : 895269 (naps-1.02b5.sh) S 895266 895269 888823 0 -1 4194304 218 235 0 0 0 0 0 0 20 0 1 0 164785434 10170368 669 134679101440 94713907728384 94713908807704 140730229831680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713910906160 94713910953348 94713923710976 140730229838816 140730229838943 140730229838943 140730229845958 0
/proc/895269/statm: 2483 669 590 264 0 134 0
[pid=895274] ppid=895269 vsize=157432 memory=137332 CPUtime=3.08 cores=5,7
/proc/895274/stat : 895274 (naps-1.02b5) R 895269 895269 888823 0 -1 4194304 35001 0 0 0 303 5 0 0 20 0 1 0 164785434 161210368 34333 134679101440 4194304 5746509 140731954533344 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 27529216 140731954537455 140731954537569 140731954537569 140731954544585 0
/proc/895274/statm: 39358 34333 405 379 0 38892 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 167364 KiB
Current children cumulated memory: 140008 KiB

[startup+6.30023 s]
/proc/loadavg: 4.15 4.19 4.13 5/260 895325
/proc/meminfo: memFree=117624016/131524600 swapFree=131071996/131071996
[pid=895269] ppid=895266 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/895269/stat : 895269 (naps-1.02b5.sh) S 895266 895269 888823 0 -1 4194304 218 235 0 0 0 0 0 0 20 0 1 0 164785434 10170368 669 134679101440 94713907728384 94713908807704 140730229831680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713910906160 94713910953348 94713923710976 140730229838816 140730229838943 140730229838943 140730229845958 0
/proc/895269/statm: 2483 669 590 264 0 134 0
[pid=895274] ppid=895269 vsize=203712 memory=183484 CPUtime=6.27 cores=5,7
/proc/895274/stat : 895274 (naps-1.02b5) R 895269 895269 888823 0 -1 4194304 41788 0 0 0 620 7 0 0 20 0 1 0 164785434 208601088 45871 134679101440 4194304 5746509 140731954533344 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 27529216 140731954537455 140731954537569 140731954537569 140731954544585 0
/proc/895274/statm: 50928 45871 421 379 0 50462 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 213644 KiB
Current children cumulated memory: 186160 KiB

[startup+12.7003 s]
/proc/loadavg: 4.14 4.19 4.13 5/260 895326
/proc/meminfo: memFree=116747612/131524600 swapFree=131071996/131071996
[pid=895269] ppid=895266 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/895269/stat : 895269 (naps-1.02b5.sh) S 895266 895269 888823 0 -1 4194304 218 235 0 0 0 0 0 0 20 0 1 0 164785434 10170368 669 134679101440 94713907728384 94713908807704 140730229831680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713910906160 94713910953348 94713923710976 140730229838816 140730229838943 140730229838943 140730229845958 0
/proc/895269/statm: 2483 669 590 264 0 134 0
[pid=895274] ppid=895269 vsize=772308 memory=691060 CPUtime=12.66 cores=5,7
/proc/895274/stat : 895274 (naps-1.02b5) R 895269 895269 888823 0 -1 4194304 98733 0 0 0 1244 22 0 0 20 0 1 0 164785434 790843392 172765 134679101440 4194304 5746509 140731954533344 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 27529216 140731954537455 140731954537569 140731954537569 140731954544585 0
/proc/895274/statm: 193077 172765 421 379 0 192611 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 782240 KiB
Current children cumulated memory: 693736 KiB

[startup+25.5003 s]
/proc/loadavg: 4.20 4.20 4.13 5/260 895328
/proc/meminfo: memFree=116660800/131524600 swapFree=131071996/131071996
[pid=895269] ppid=895266 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/895269/stat : 895269 (naps-1.02b5.sh) S 895266 895269 888823 0 -1 4194304 218 235 0 0 0 0 0 0 20 0 1 0 164785434 10170368 669 134679101440 94713907728384 94713908807704 140730229831680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713910906160 94713910953348 94713923710976 140730229838816 140730229838943 140730229838943 140730229845958 0
/proc/895269/statm: 2483 669 590 264 0 134 0
[pid=895274] ppid=895269 vsize=822396 memory=761896 CPUtime=25.42 cores=5,7
/proc/895274/stat : 895274 (naps-1.02b5) R 895269 895269 888823 0 -1 4194304 99137 0 0 0 2518 24 0 0 20 0 1 0 164785434 842133504 190474 134679101440 4194304 5746509 140731954533344 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 27529216 140731954537455 140731954537569 140731954537569 140731954544585 0
/proc/895274/statm: 205599 190474 421 379 0 205133 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 832328 KiB
Current children cumulated memory: 764572 KiB

[startup+51.1057 s]
/proc/loadavg: 4.12 4.18 4.13 5/260 895332
/proc/meminfo: memFree=116522100/131524600 swapFree=131071996/131071996
[pid=895269] ppid=895266 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/895269/stat : 895269 (naps-1.02b5.sh) S 895266 895269 888823 0 -1 4194304 218 235 0 0 0 0 0 0 20 0 1 0 164785434 10170368 669 134679101440 94713907728384 94713908807704 140730229831680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713910906160 94713910953348 94713923710976 140730229838816 140730229838943 140730229838943 140730229845958 0
/proc/895269/statm: 2483 669 590 264 0 134 0
[pid=895274] ppid=895269 vsize=1036044 memory=891592 CPUtime=50.96 cores=5,7
/proc/895274/stat : 895274 (naps-1.02b5) R 895269 895269 888823 0 -1 4194304 99957 0 0 0 5069 27 0 0 20 0 1 0 164785434 1060909056 222898 134679101440 4194304 5746509 140731954533344 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 27529216 140731954537455 140731954537569 140731954537569 140731954544585 0
/proc/895274/statm: 259011 222898 421 379 0 258545 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 1045976 KiB
Current children cumulated memory: 894268 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.17 4.12 5/260 895392
/proc/meminfo: memFree=116949640/131524600 swapFree=131071996/131071996
[pid=895269] ppid=895266 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/895269/stat : 895269 (naps-1.02b5.sh) S 895266 895269 888823 0 -1 4194304 218 235 0 0 0 0 0 0 20 0 1 0 164785434 10170368 669 134679101440 94713907728384 94713908807704 140730229831680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713910906160 94713910953348 94713923710976 140730229838816 140730229838943 140730229838943 140730229845958 0
/proc/895269/statm: 2483 669 590 264 0 134 0
[pid=895274] ppid=895269 vsize=1250968 memory=1137048 CPUtime=102 cores=5,7
/proc/895274/stat : 895274 (naps-1.02b5) R 895269 895269 888823 0 -1 4194304 100658 0 0 0 10167 33 0 0 20 0 1 0 164785434 1280991232 284262 134679101440 4194304 5746509 140731954533344 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 27529216 140731954537455 140731954537569 140731954537569 140731954544585 0
/proc/895274/statm: 312742 284262 421 379 0 312276 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 1260900 KiB
Current children cumulated memory: 1139724 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.16 4.12 5/260 895402
/proc/meminfo: memFree=116676460/131524600 swapFree=131071996/131071996
[pid=895269] ppid=895266 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/895269/stat : 895269 (naps-1.02b5.sh) S 895266 895269 888823 0 -1 4194304 218 235 0 0 0 0 0 0 20 0 1 0 164785434 10170368 669 134679101440 94713907728384 94713908807704 140730229831680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713910906160 94713910953348 94713923710976 140730229838816 140730229838943 140730229838943 140730229845958 0
/proc/895269/statm: 2483 669 590 264 0 134 0
[pid=895274] ppid=895269 vsize=1600216 memory=1393048 CPUtime=161.81 cores=5,7
/proc/895274/stat : 895274 (naps-1.02b5) R 895269 895269 888823 0 -1 4194304 101565 0 0 0 16144 37 0 0 20 0 1 0 164785434 1638621184 348262 134679101440 4194304 5746509 140731954533344 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 27529216 140731954537455 140731954537569 140731954537569 140731954544585 0
/proc/895274/statm: 400054 348262 421 379 0 399588 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 1610148 KiB
Current children cumulated memory: 1395724 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.15 4.12 5/261 895413
/proc/meminfo: memFree=116401980/131524600 swapFree=131071996/131071996
[pid=895269] ppid=895266 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/895269/stat : 895269 (naps-1.02b5.sh) S 895266 895269 888823 0 -1 4194304 218 235 0 0 0 0 0 0 20 0 1 0 164785434 10170368 669 134679101440 94713907728384 94713908807704 140730229831680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713910906160 94713910953348 94713923710976 140730229838816 140730229838943 140730229838943 140730229845958 0
/proc/895269/statm: 2483 669 590 264 0 134 0
[pid=895274] ppid=895269 vsize=2167744 memory=1617296 CPUtime=221.62 cores=5,7
/proc/895274/stat : 895274 (naps-1.02b5) R 895269 895269 888823 0 -1 4194304 102517 0 0 0 22120 42 0 0 20 0 1 0 164785434 2219769856 404324 134679101440 4194304 5746509 140731954533344 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 27529216 140731954537455 140731954537569 140731954537569 140731954544585 0
/proc/895274/statm: 541936 404324 421 379 0 541470 0
Current children cumulated CPU time: 221.62 s

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

/proc/895274/statm: 773300 619429 421 379 0 772834 0
Current children cumulated CPU time: 3093.04 s
Current children cumulated vsize: 3103132 KiB
Current children cumulated memory: 2480392 KiB

[startup+3162.3 s]
/proc/loadavg: 4.29 4.23 4.14 5/263 897135
/proc/meminfo: memFree=114594344/131524600 swapFree=131071996/131071996
[pid=895269] ppid=895266 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/895269/stat : 895269 (naps-1.02b5.sh) S 895266 895269 888823 0 -1 4194304 218 235 0 0 0 0 0 0 20 0 1 0 164785434 10170368 669 134679101440 94713907728384 94713908807704 140730229831680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713910906160 94713910953348 94713923710976 140730229838816 140730229838943 140730229838943 140730229845958 0
/proc/895269/statm: 2483 669 590 264 0 134 0
[pid=895274] ppid=895269 vsize=3093200 memory=2711188 CPUtime=3152.85 cores=5,7
/proc/895274/stat : 895274 (naps-1.02b5) R 895269 895269 888823 0 -1 4194304 155955 0 0 0 314883 402 0 0 20 0 1 0 164785434 3167436800 677797 134679101440 4194304 5746509 140731954533344 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 27529216 140731954537455 140731954537569 140731954537569 140731954544585 0
/proc/895274/statm: 773300 677797 421 379 0 772834 0
Current children cumulated CPU time: 3152.85 s
Current children cumulated vsize: 3103132 KiB
Current children cumulated memory: 2713864 KiB

[startup+3222.3 s]
/proc/loadavg: 4.19 4.22 4.14 5/265 897203
/proc/meminfo: memFree=114451940/131524600 swapFree=131071996/131071996
[pid=895269] ppid=895266 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/895269/stat : 895269 (naps-1.02b5.sh) S 895266 895269 888823 0 -1 4194304 218 235 0 0 0 0 0 0 20 0 1 0 164785434 10170368 669 134679101440 94713907728384 94713908807704 140730229831680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713910906160 94713910953348 94713923710976 140730229838816 140730229838943 140730229838943 140730229845958 0
/proc/895269/statm: 2483 669 590 264 0 134 0
[pid=895274] ppid=895269 vsize=3093200 memory=2944660 CPUtime=3212.67 cores=5,7
/proc/895274/stat : 895274 (naps-1.02b5) R 895269 895269 888823 0 -1 4194304 156717 0 0 0 320860 407 0 0 20 0 1 0 164785434 3167436800 736165 134679101440 4194304 5746509 140731954533344 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 27529216 140731954537455 140731954537569 140731954537569 140731954544585 0
/proc/895274/statm: 773300 736165 421 379 0 772834 0
Current children cumulated CPU time: 3212.67 s
Current children cumulated vsize: 3103132 KiB
Current children cumulated memory: 2947336 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.19 4.13 5/264 897216
/proc/meminfo: memFree=114178208/131524600 swapFree=131071996/131071996
[pid=895269] ppid=895266 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/895269/stat : 895269 (naps-1.02b5.sh) S 895266 895269 888823 0 -1 4194304 218 235 0 0 0 0 0 0 20 0 1 0 164785434 10170368 669 134679101440 94713907728384 94713908807704 140730229831680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713910906160 94713910953348 94713923710976 140730229838816 140730229838943 140730229838943 140730229845958 0
/proc/895269/statm: 2483 669 590 264 0 134 0
[pid=895274] ppid=895269 vsize=4592696 memory=3158164 CPUtime=3272.49 cores=5,7
/proc/895274/stat : 895274 (naps-1.02b5) R 895269 895269 888823 0 -1 4194304 158629 0 0 0 326836 413 0 0 20 0 1 0 164785434 4702920704 789541 134679101440 4194304 5746509 140731954533344 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 27529216 140731954537455 140731954537569 140731954537569 140731954544585 0
/proc/895274/statm: 1148174 789541 421 379 0 1147708 0
Current children cumulated CPU time: 3272.49 s
Current children cumulated vsize: 4602628 KiB
Current children cumulated memory: 3160840 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.18 4.13 5/264 897227
/proc/meminfo: memFree=114014748/131524600 swapFree=131071996/131071996
[pid=895269] ppid=895266 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/895269/stat : 895269 (naps-1.02b5.sh) S 895266 895269 888823 0 -1 4194304 218 235 0 0 0 0 0 0 20 0 1 0 164785434 10170368 669 134679101440 94713907728384 94713908807704 140730229831680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713910906160 94713910953348 94713923710976 140730229838816 140730229838943 140730229838943 140730229845958 0
/proc/895269/statm: 2483 669 590 264 0 134 0
[pid=895274] ppid=895269 vsize=4592932 memory=3371592 CPUtime=3332.3 cores=5,7
/proc/895274/stat : 895274 (naps-1.02b5) R 895269 895269 888823 0 -1 4194304 160177 0 0 0 332812 418 0 0 20 0 1 0 164785434 4703162368 842898 134679101440 4194304 5746509 140731954533344 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 27529216 140731954537455 140731954537569 140731954537569 140731954544585 0
/proc/895274/statm: 1148233 842898 421 379 0 1147767 0
Current children cumulated CPU time: 3332.3 s
Current children cumulated vsize: 4602864 KiB
Current children cumulated memory: 3374268 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.18 4.13 5/264 897237
/proc/meminfo: memFree=113693740/131524600 swapFree=131071996/131071996
[pid=895269] ppid=895266 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/895269/stat : 895269 (naps-1.02b5.sh) S 895266 895269 888823 0 -1 4194304 218 235 0 0 0 0 0 0 20 0 1 0 164785434 10170368 669 134679101440 94713907728384 94713908807704 140730229831680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713910906160 94713910953348 94713923710976 140730229838816 140730229838943 140730229838943 140730229845958 0
/proc/895269/statm: 2483 669 590 264 0 134 0
[pid=895274] ppid=895269 vsize=4593596 memory=3626052 CPUtime=3392.12 cores=5,7
/proc/895274/stat : 895274 (naps-1.02b5) R 895269 895269 888823 0 -1 4194304 161758 0 0 0 338787 425 0 0 20 0 1 0 164785434 4703842304 906513 134679101440 4194304 5746509 140731954533344 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 27529216 140731954537455 140731954537569 140731954537569 140731954544585 0
/proc/895274/statm: 1148399 906513 421 379 0 1147933 0
Current children cumulated CPU time: 3392.12 s
Current children cumulated vsize: 4603528 KiB
Current children cumulated memory: 3628728 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.17 4.13 5/262 897249
/proc/meminfo: memFree=113489624/131524600 swapFree=131071996/131071996
[pid=895269] ppid=895266 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/895269/stat : 895269 (naps-1.02b5.sh) S 895266 895269 888823 0 -1 4194304 218 235 0 0 0 0 0 0 20 0 1 0 164785434 10170368 669 134679101440 94713907728384 94713908807704 140730229831680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713910906160 94713910953348 94713923710976 140730229838816 140730229838943 140730229838943 140730229845958 0
/proc/895269/statm: 2483 669 590 264 0 134 0
[pid=895274] ppid=895269 vsize=4593596 memory=3882108 CPUtime=3451.92 cores=5,7
/proc/895274/stat : 895274 (naps-1.02b5) R 895269 895269 888823 0 -1 4194304 163147 0 0 0 344761 431 0 0 20 0 1 0 164785434 4703842304 970527 134679101440 4194304 5746509 140731954533344 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 27529216 140731954537455 140731954537569 140731954537569 140731954544585 0
/proc/895274/statm: 1148399 970527 421 379 0 1147933 0
Current children cumulated CPU time: 3451.92 s
Current children cumulated vsize: 4603528 KiB
Current children cumulated memory: 3884784 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.17 4.13 5/262 897259
/proc/meminfo: memFree=113176980/131524600 swapFree=131071996/131071996
[pid=895269] ppid=895266 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/895269/stat : 895269 (naps-1.02b5.sh) S 895266 895269 888823 0 -1 4194304 218 235 0 0 0 0 0 0 20 0 1 0 164785434 10170368 669 134679101440 94713907728384 94713908807704 140730229831680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713910906160 94713910953348 94713923710976 140730229838816 140730229838943 140730229838943 140730229845958 0
/proc/895269/statm: 2483 669 590 264 0 134 0
[pid=895274] ppid=895269 vsize=4593596 memory=4117664 CPUtime=3511.75 cores=5,7
/proc/895274/stat : 895274 (naps-1.02b5) R 895269 895269 888823 0 -1 4194304 164724 0 0 0 350739 436 0 0 20 0 1 0 164785434 4703842304 1029416 134679101440 4194304 5746509 140731954533344 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 27529216 140731954537455 140731954537569 140731954537569 140731954544585 0
/proc/895274/statm: 1148399 1029416 421 379 0 1147933 0
Current children cumulated CPU time: 3511.75 s
Current children cumulated vsize: 4603528 KiB
Current children cumulated memory: 4120340 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.15 4.12 5/259 897269
/proc/meminfo: memFree=113002384/131524600 swapFree=131071996/131071996
[pid=895269] ppid=895266 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/895269/stat : 895269 (naps-1.02b5.sh) S 895266 895269 888823 0 -1 4194304 218 235 0 0 0 0 0 0 20 0 1 0 164785434 10170368 669 134679101440 94713907728384 94713908807704 140730229831680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713910906160 94713910953348 94713923710976 140730229838816 140730229838943 140730229838943 140730229845958 0
/proc/895269/statm: 2483 669 590 264 0 134 0
[pid=895274] ppid=895269 vsize=4593596 memory=4338888 CPUtime=3571.56 cores=5,7
/proc/895274/stat : 895274 (naps-1.02b5) R 895269 895269 888823 0 -1 4194304 166545 0 0 0 356715 441 0 0 20 0 1 0 164785434 4703842304 1084722 134679101440 4194304 5746509 140731954533344 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 27529216 140731954537455 140731954537569 140731954537569 140731954544585 0
/proc/895274/statm: 1148399 1084722 421 379 0 1147933 0
Current children cumulated CPU time: 3571.56 s
Current children cumulated vsize: 4603528 KiB
Current children cumulated memory: 4341564 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.9 s]
/proc/loadavg: 4.14 4.16 4.13 5/259 897275
/proc/meminfo: memFree=112848420/131524600 swapFree=131071996/131071996
[pid=895269] ppid=895266 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/895269/stat : 895269 (naps-1.02b5.sh) S 895266 895269 888823 0 -1 4194304 218 235 0 0 0 0 0 0 20 0 1 0 164785434 10170368 669 134679101440 94713907728384 94713908807704 140730229831680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713910906160 94713910953348 94713923710976 140730229838816 140730229838943 140730229838943 140730229845958 0
/proc/895269/statm: 2483 669 590 264 0 134 0
[pid=895274] ppid=895269 vsize=4593596 memory=4455624 CPUtime=3600.07 cores=5,7
/proc/895274/stat : 895274 (naps-1.02b5) R 895269 895269 888823 0 -1 4194304 167256 0 0 0 359564 443 0 0 20 0 1 0 164785434 4703842304 1113906 134679101440 4194304 5746509 140731954533344 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 27529216 140731954537455 140731954537569 140731954537569 140731954544585 0
/proc/895274/statm: 1148399 1113906 421 379 0 1147933 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 4603528 KiB
Current children cumulated memory: 4458300 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3610.91 s]
# the end of solver process 895269 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0.002041 s, system=0.00082 s

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

# cumulated CPU time of all completed processes:  user=3595.65 s, system=4.46736 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+3610.9 s]
/proc/loadavg: 4.14 4.16 4.13 5/259 897275
/proc/meminfo: memFree=112848420/131524600 swapFree=131071996/131071996
[pid=895269] ppid=895266 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/895269/stat : 895269 (naps-1.02b5.sh) S 895266 895269 888823 0 -1 4194304 218 235 0 0 0 0 0 0 20 0 1 0 164785434 10170368 669 134679101440 94713907728384 94713908807704 140730229831680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713910906160 94713910953348 94713923710976 140730229838816 140730229838943 140730229838943 140730229845958 0
/proc/895269/statm: 2483 669 590 264 0 134 0
[pid=895274] ppid=895269 vsize=4593596 memory=4455624 CPUtime=3600.07 cores=5,7
/proc/895274/stat : 895274 (naps-1.02b5) R 895269 895269 888823 0 -1 4194304 167256 0 0 0 359564 443 0 0 20 0 1 0 164785434 4703842304 1113906 134679101440 4194304 5746509 140731954533344 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 27529216 140731954537455 140731954537569 140731954537569 140731954544585 0
/proc/895274/statm: 1148399 1113906 421 379 0 1147933 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 4603528 KiB
Current children cumulated memory: 4458300 KiB

Child status: 0

Real time (s): 3610.93
CPU time (s): 3600.11
CPU user time (s): 3595.65
CPU system time (s): 4.46736
CPU usage (%): 99.7003
Max. virtual memory (cumulated for all children) (KiB): 7944868
Max. memory (cumulated for all children) (KiB): 6353172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.65
system time used= 4.46736
maximum resident set size= 6350496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167709
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= 17
involuntary context switches= 4524


# summary of solver processes directly reported to runsolver:
#   pid: 895269,895274
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3595.65
#   total CPU system time (s): 4.46736

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.39034 second user time and 18.07 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-16 12:36:26
IDJOB=4435248
IDBENCH=155367
IDSOLVER=3065
FILE ID=nodeC030/4435248-1721126173
RUNJOBID= nodeC030-1721118953-888836
SLURM_JOB_ID= 7505667
Free space on /tmp= 890036 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-neos-631710.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4435248-1721126173/watcher-4435248-1721126173 -o /tmp/evaluation-result-4435248-1721126173/solver-4435248-1721126173 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721118953-888836 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4435248-1721126173.opb

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

MD5SUM BENCH= a6cae5fe4979829ef4db3f016c46bc73
RANDOM SEED=1038987244

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        116432680 kB
MemAvailable:   117863788 kB
Buffers:          398140 kB
Cached:          1858236 kB
SwapCached:            0 kB
Active:           949096 kB
Inactive:       13499300 kB
Active(anon):       1596 kB
Inactive(anon): 12227812 kB
Active(file):     947500 kB
Inactive(file):  1271488 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             13508 kB
Writeback:             0 kB
AnonPages:      12189304 kB
Mapped:           109268 kB
Shmem:             37720 kB
KReclaimable:     103888 kB
Slab:             211220 kB
SReclaimable:     103888 kB
SUnreclaim:       107332 kB
KernelStack:        4172 kB
PageTables:        33036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   14427936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            63808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6217728 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:      234196 kB
DirectMap2M:    18413568 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 889476 MiB
End job on nodeC030 at 2024-07-16 13:36:37