Trace number 4445181

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww4.opb
MD5SUM13439fe0222d33319b9169d149c100b9
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 benchmark0.00553
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables82
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint82
Maximum length of a constraint82
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 104723596
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 1078440737
Number of bits of the biggest sum of numbers31
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-4445181-1721321118.opb
3600.07/3608.50	c 
3600.07/3608.50	c *** TERMINATED *** by signal 15
3600.07/3608.50	s UNKNOWN
3600.07/3608.50	c _____________________________________________________________________________
3600.07/3608.50	c 
3600.07/3608.50	c std/band forms        : 0,1
3600.07/3608.50	c 2cl/3cl ITE-codings   : 0,35786
3600.07/3608.50	c BDD/srt/adr Max costs : 37347,0,0
3600.07/3608.50	c BDDraw/bin/mul/srt/adr: 0,0,1,0,0
3600.07/3608.50	c BDD nodes             : 37349
3600.07/3608.50	c Es1/CC detections     : 0,0
3600.07/3608.50	c SAT/UNSAT calls       : 0,0
3600.07/3608.50	c regenrated variables  : 0
3600.07/3608.50	c restarts              : 0
3600.07/3608.50	c conflicts             : 0              (0 /sec)
3600.07/3608.50	c decisions             : 0              (0 /sec)
3600.07/3608.50	c propagations          : 0              (0 /sec)
3600.07/3608.50	c inspects              : 0              (0 /sec)
3600.07/3608.50	c CPU time (solving tm) : 3599 s        (3599 s)
3600.07/3608.50	c Time for Opt-base     : 0.08917 s
3600.07/3608.50	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 (62421 MiB free)
  memory of node 1: 64473 MiB (62583 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445181-1721321118/watcher-4445181-1721321118 -o /tmp/evaluation-result-4445181-1721321118/solver-4445181-1721321118 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1721317481-967416 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4445181-1721321118.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100131 s]*
/proc/loadavg: 4.10 4.14 4.09 5/258 969987
/proc/meminfo: memFree=128002084/131524600 swapFree=131071996/131071996
[pid=969982] ppid=969979 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/969982/stat : 969982 (naps-1.02b5.sh) S 969979 969982 967405 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184275613 10170368 665 134679101440 94103406383104 94103407462424 140732149864448 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94103409560880 94103409608068 94103424151552 140732149867487 140732149867614 140732149867614 140732149874630 0
/proc/969982/statm: 2483 665 587 264 0 134 0
[pid=969987] ppid=969982 vsize=8816 memory=4024 CPUtime=0.09 cores=4,6
/proc/969987/stat : 969987 (naps-1.02b5) R 969982 969982 967405 0 -1 4194304 660 0 0 0 9 0 0 0 20 0 1 0 184275614 9027584 1006 134679101440 4194304 5746509 140722844684304 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 6059216 6091920 12537856 140722844693486 140722844693600 140722844693600 140722844700617 0
/proc/969987/statm: 2204 1006 421 379 0 1738 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18748 KiB
Current children cumulated memory: 6684 KiB

[startup+0.20613 s]*
/proc/loadavg: 4.10 4.14 4.09 5/258 969987
/proc/meminfo: memFree=127989316/131524600 swapFree=131071996/131071996
[pid=969982] ppid=969979 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/969982/stat : 969982 (naps-1.02b5.sh) S 969979 969982 967405 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184275613 10170368 665 134679101440 94103406383104 94103407462424 140732149864448 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94103409560880 94103409608068 94103424151552 140732149867487 140732149867614 140732149867614 140732149874630 0
/proc/969982/statm: 2483 665 587 264 0 134 0
[pid=969987] ppid=969982 vsize=21728 memory=16764 CPUtime=0.19 cores=4,6
/proc/969987/stat : 969987 (naps-1.02b5) R 969982 969982 967405 0 -1 4194304 3881 0 0 0 19 0 0 0 20 0 1 0 184275614 22249472 4191 134679101440 4194304 5746509 140722844684304 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 6059216 6091920 12537856 140722844693486 140722844693600 140722844693600 140722844700617 0
/proc/969987/statm: 5432 4191 421 379 0 4966 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 31660 KiB
Current children cumulated memory: 19424 KiB

[startup+0.306151 s]*
/proc/loadavg: 4.10 4.14 4.09 5/258 969987
/proc/meminfo: memFree=127977556/131524600 swapFree=131071996/131071996
[pid=969982] ppid=969979 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/969982/stat : 969982 (naps-1.02b5.sh) S 969979 969982 967405 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184275613 10170368 665 134679101440 94103406383104 94103407462424 140732149864448 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94103409560880 94103409608068 94103424151552 140732149867487 140732149867614 140732149867614 140732149874630 0
/proc/969982/statm: 2483 665 587 264 0 134 0
[pid=969987] ppid=969982 vsize=33040 memory=28148 CPUtime=0.28 cores=4,6
/proc/969987/stat : 969987 (naps-1.02b5) R 969982 969982 967405 0 -1 4194304 6809 0 0 0 28 0 0 0 20 0 1 0 184275614 33832960 7037 134679101440 4194304 5746509 140722844684304 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 6059216 6091920 12537856 140722844693486 140722844693600 140722844693600 140722844700617 0
/proc/969987/statm: 8260 7037 421 379 0 7794 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 42972 KiB
Current children cumulated memory: 30808 KiB

[startup+0.701147 s]
/proc/loadavg: 4.10 4.14 4.09 5/258 969987
/proc/meminfo: memFree=127964976/131524600 swapFree=131071996/131071996
[pid=969982] ppid=969979 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/969982/stat : 969982 (naps-1.02b5.sh) S 969979 969982 967405 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184275613 10170368 665 134679101440 94103406383104 94103407462424 140732149864448 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94103409560880 94103409608068 94103424151552 140732149867487 140732149867614 140732149867614 140732149874630 0
/proc/969982/statm: 2483 665 587 264 0 134 0
[pid=969987] ppid=969982 vsize=42032 memory=40116 CPUtime=0.66 cores=4,6
/proc/969987/stat : 969987 (naps-1.02b5) R 969982 969982 967405 0 -1 4194304 8908 0 0 0 65 1 0 0 20 0 1 0 184275614 43040768 10029 134679101440 4194304 5746509 140722844684304 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 6059216 6091920 12537856 140722844693486 140722844693600 140722844693600 140722844700617 0
/proc/969987/statm: 10508 10029 421 379 0 10042 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 51964 KiB
Current children cumulated memory: 42776 KiB

[startup+1.50113 s]
/proc/loadavg: 4.10 4.14 4.09 5/258 969987
/proc/meminfo: memFree=127964784/131524600 swapFree=131071996/131071996
[pid=969982] ppid=969979 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/969982/stat : 969982 (naps-1.02b5.sh) S 969979 969982 967405 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184275613 10170368 665 134679101440 94103406383104 94103407462424 140732149864448 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94103409560880 94103409608068 94103424151552 140732149867487 140732149867614 140732149867614 140732149874630 0
/proc/969982/statm: 2483 665 587 264 0 134 0
[pid=969987] ppid=969982 vsize=42032 memory=40116 CPUtime=1.45 cores=4,6
/proc/969987/stat : 969987 (naps-1.02b5) R 969982 969982 967405 0 -1 4194304 8908 0 0 0 144 1 0 0 20 0 1 0 184275614 43040768 10029 134679101440 4194304 5746509 140722844684304 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 6059216 6091920 12537856 140722844693486 140722844693600 140722844693600 140722844700617 0
/proc/969987/statm: 10508 10029 421 379 0 10042 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 51964 KiB
Current children cumulated memory: 42776 KiB

[startup+3.10613 s]
/proc/loadavg: 4.09 4.14 4.09 5/258 969987
/proc/meminfo: memFree=127959260/131524600 swapFree=131071996/131071996
[pid=969982] ppid=969979 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/969982/stat : 969982 (naps-1.02b5.sh) S 969979 969982 967405 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184275613 10170368 665 134679101440 94103406383104 94103407462424 140732149864448 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94103409560880 94103409608068 94103424151552 140732149867487 140732149867614 140732149867614 140732149874630 0
/proc/969982/statm: 2483 665 587 264 0 134 0
[pid=969987] ppid=969982 vsize=44752 memory=41164 CPUtime=3.04 cores=4,6
/proc/969987/stat : 969987 (naps-1.02b5) R 969982 969982 967405 0 -1 4194304 9126 0 0 0 303 1 0 0 20 0 1 0 184275614 45826048 10291 134679101440 4194304 5746509 140722844684304 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 6059216 6091920 12537856 140722844693486 140722844693600 140722844693600 140722844700617 0
/proc/969987/statm: 11188 10291 421 379 0 10722 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 54684 KiB
Current children cumulated memory: 43824 KiB

[startup+6.30113 s]
/proc/loadavg: 4.09 4.14 4.09 5/258 969988
/proc/meminfo: memFree=127951908/131524600 swapFree=131071996/131071996
[pid=969982] ppid=969979 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/969982/stat : 969982 (naps-1.02b5.sh) S 969979 969982 967405 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184275613 10170368 665 134679101440 94103406383104 94103407462424 140732149864448 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94103409560880 94103409608068 94103424151552 140732149867487 140732149867614 140732149867614 140732149874630 0
/proc/969982/statm: 2483 665 587 264 0 134 0
[pid=969987] ppid=969982 vsize=49172 memory=43268 CPUtime=6.2 cores=4,6
/proc/969987/stat : 969987 (naps-1.02b5) R 969982 969982 967405 0 -1 4194304 9715 0 0 0 619 1 0 0 20 0 1 0 184275614 50352128 10817 134679101440 4194304 5746509 140722844684304 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 6059216 6091920 12537856 140722844693486 140722844693600 140722844693600 140722844700617 0
/proc/969987/statm: 12293 10817 421 379 0 11827 0
Current children cumulated CPU time: 6.2 s
Current children cumulated vsize: 59104 KiB
Current children cumulated memory: 45928 KiB

[startup+12.7002 s]
/proc/loadavg: 4.08 4.13 4.09 5/258 969988
/proc/meminfo: memFree=127946132/131524600 swapFree=131071996/131071996
[pid=969982] ppid=969979 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/969982/stat : 969982 (naps-1.02b5.sh) S 969979 969982 967405 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184275613 10170368 665 134679101440 94103406383104 94103407462424 140732149864448 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94103409560880 94103409608068 94103424151552 140732149867487 140732149867614 140732149867614 140732149874630 0
/proc/969982/statm: 2483 665 587 264 0 134 0
[pid=969987] ppid=969982 vsize=49172 memory=43812 CPUtime=12.59 cores=4,6
/proc/969987/stat : 969987 (naps-1.02b5) R 969982 969982 967405 0 -1 4194304 10792 0 0 0 1257 2 0 0 20 0 1 0 184275614 50352128 10953 134679101440 4194304 5746509 140722844684304 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 12537856 140722844693486 140722844693600 140722844693600 140722844700617 0
/proc/969987/statm: 12293 10953 421 379 0 11827 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 59104 KiB
Current children cumulated memory: 46472 KiB

[startup+25.5003 s]
/proc/loadavg: 4.14 4.14 4.09 5/258 969991
/proc/meminfo: memFree=127913624/131524600 swapFree=131071996/131071996
[pid=969982] ppid=969979 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/969982/stat : 969982 (naps-1.02b5.sh) S 969979 969982 967405 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184275613 10170368 665 134679101440 94103406383104 94103407462424 140732149864448 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94103409560880 94103409608068 94103424151552 140732149867487 140732149867614 140732149867614 140732149874630 0
/proc/969982/statm: 2483 665 587 264 0 134 0
[pid=969987] ppid=969982 vsize=56352 memory=52084 CPUtime=25.35 cores=4,6
/proc/969987/stat : 969987 (naps-1.02b5) R 969982 969982 967405 0 -1 4194304 11380 0 0 0 2533 2 0 0 20 0 1 0 184275614 57704448 13021 134679101440 4194304 5746509 140722844684304 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 12537856 140722844693486 140722844693600 140722844693600 140722844700617 0
/proc/969987/statm: 14088 13021 421 379 0 13622 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 66284 KiB
Current children cumulated memory: 54744 KiB

[startup+51.1056 s]
/proc/loadavg: 4.09 4.13 4.09 5/258 969994
/proc/meminfo: memFree=128130512/131524600 swapFree=131071996/131071996
[pid=969982] ppid=969979 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/969982/stat : 969982 (naps-1.02b5.sh) S 969979 969982 967405 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184275613 10170368 665 134679101440 94103406383104 94103407462424 140732149864448 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94103409560880 94103409608068 94103424151552 140732149867487 140732149867614 140732149867614 140732149874630 0
/proc/969982/statm: 2483 665 587 264 0 134 0
[pid=969987] ppid=969982 vsize=86808 memory=62136 CPUtime=50.89 cores=4,6
/proc/969987/stat : 969987 (naps-1.02b5) R 969982 969982 967405 0 -1 4194304 12597 0 0 0 5086 3 0 0 20 0 1 0 184275614 88891392 15534 134679101440 4194304 5746509 140722844684304 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 12537856 140722844693486 140722844693600 140722844693600 140722844700617 0
/proc/969987/statm: 21702 15534 421 379 0 21236 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 96740 KiB
Current children cumulated memory: 64796 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/258 970052
/proc/meminfo: memFree=128146144/131524600 swapFree=131071996/131071996
[pid=969982] ppid=969979 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/969982/stat : 969982 (naps-1.02b5.sh) S 969979 969982 967405 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184275613 10170368 665 134679101440 94103406383104 94103407462424 140732149864448 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94103409560880 94103409608068 94103424151552 140732149867487 140732149867614 140732149867614 140732149874630 0
/proc/969982/statm: 2483 665 587 264 0 134 0
[pid=969987] ppid=969982 vsize=136696 memory=121408 CPUtime=101.97 cores=4,6
/proc/969987/stat : 969987 (naps-1.02b5) R 969982 969982 967405 0 -1 4194304 13633 0 0 0 10192 5 0 0 20 0 1 0 184275614 139976704 30352 134679101440 4194304 5746509 140722844684304 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 12537856 140722844693486 140722844693600 140722844693600 140722844700617 0
/proc/969987/statm: 34174 30352 421 379 0 33708 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 146628 KiB
Current children cumulated memory: 124068 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/258 970114
/proc/meminfo: memFree=128311508/131524600 swapFree=131071996/131071996
[pid=969982] ppid=969979 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/969982/stat : 969982 (naps-1.02b5.sh) S 969979 969982 967405 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184275613 10170368 665 134679101440 94103406383104 94103407462424 140732149864448 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94103409560880 94103409608068 94103424151552 140732149867487 140732149867614 140732149867614 140732149874630 0
/proc/969982/statm: 2483 665 587 264 0 134 0
[pid=969987] ppid=969982 vsize=149892 memory=134604 CPUtime=161.84 cores=4,6
/proc/969987/stat : 969987 (naps-1.02b5) R 969982 969982 967405 0 -1 4194304 14276 0 0 0 16178 6 0 0 20 0 1 0 184275614 153489408 33651 134679101440 4194304 5746509 140722844684304 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 12537856 140722844693486 140722844693600 140722844693600 140722844700617 0
/proc/969987/statm: 37473 33651 421 379 0 37007 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 159824 KiB
Current children cumulated memory: 137264 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/258 970124
/proc/meminfo: memFree=128279148/131524600 swapFree=131071996/131071996
[pid=969982] ppid=969979 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/969982/stat : 969982 (naps-1.02b5.sh) S 969979 969982 967405 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184275613 10170368 665 134679101440 94103406383104 94103407462424 140732149864448 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94103409560880 94103409608068 94103424151552 140732149867487 140732149867614 140732149867614 140732149874630 0
/proc/969982/statm: 2483 665 587 264 0 134 0
[pid=969987] ppid=969982 vsize=100928 memory=99180 CPUtime=221.71 cores=4,6
/proc/969987/stat : 969987 (naps-1.02b5) R 969982 969982 967405 0 -1 4194304 15084 0 0 0 22164 7 0 0 20 0 1 0 184275614 103350272 24795 134679101440 4194304 5746509 140722844684304 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 12537856 140722844693486 140722844693600 140722844693600 140722844700617 0
/proc/969987/statm: 25232 24795 421 379 0 24766 0
Current children cumulated CPU time: 221.71 s

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

/proc/loadavg: 4.15 4.14 4.10 5/258 971835
/proc/meminfo: memFree=127815528/131524600 swapFree=131071996/131071996
[pid=969982] ppid=969979 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/969982/stat : 969982 (naps-1.02b5.sh) S 969979 969982 967405 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184275613 10170368 665 134679101440 94103406383104 94103407462424 140732149864448 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94103409560880 94103409608068 94103424151552 140732149867487 140732149867614 140732149867614 140732149874630 0
/proc/969982/statm: 2483 665 587 264 0 134 0
[pid=969987] ppid=969982 vsize=231156 memory=220232 CPUtime=3095.17 cores=4,6
/proc/969987/stat : 969987 (naps-1.02b5) R 969982 969982 967405 0 -1 4194304 50295 0 0 0 309441 76 0 0 20 0 1 0 184275614 236703744 55058 134679101440 4194304 5746509 140722844684304 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 12537856 140722844693486 140722844693600 140722844693600 140722844700617 0
/proc/969987/statm: 57789 55058 421 379 0 57323 0
Current children cumulated CPU time: 3095.17 s
Current children cumulated vsize: 241088 KiB
Current children cumulated memory: 222892 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.13 4.10 5/258 971846
/proc/meminfo: memFree=127954372/131524600 swapFree=131071996/131071996
[pid=969982] ppid=969979 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/969982/stat : 969982 (naps-1.02b5.sh) S 969979 969982 967405 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184275613 10170368 665 134679101440 94103406383104 94103407462424 140732149864448 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94103409560880 94103409608068 94103424151552 140732149867487 140732149867614 140732149867614 140732149874630 0
/proc/969982/statm: 2483 665 587 264 0 134 0
[pid=969987] ppid=969982 vsize=181068 memory=157588 CPUtime=3155.01 cores=4,6
/proc/969987/stat : 969987 (naps-1.02b5) R 969982 969982 967405 0 -1 4194304 51231 0 0 0 315423 78 0 0 20 0 1 0 184275614 185413632 39397 134679101440 4194304 5746509 140722844684304 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 12537856 140722844693486 140722844693600 140722844693600 140722844700617 0
/proc/969987/statm: 45267 39397 421 379 0 44801 0
Current children cumulated CPU time: 3155.01 s
Current children cumulated vsize: 191000 KiB
Current children cumulated memory: 160248 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/258 971856
/proc/meminfo: memFree=127915164/131524600 swapFree=131071996/131071996
[pid=969982] ppid=969979 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/969982/stat : 969982 (naps-1.02b5.sh) S 969979 969982 967405 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184275613 10170368 665 134679101440 94103406383104 94103407462424 140732149864448 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94103409560880 94103409608068 94103424151552 140732149867487 140732149867614 140732149867614 140732149874630 0
/proc/969982/statm: 2483 665 587 264 0 134 0
[pid=969987] ppid=969982 vsize=231156 memory=181252 CPUtime=3214.87 cores=4,6
/proc/969987/stat : 969987 (naps-1.02b5) R 969982 969982 967405 0 -1 4194304 52085 0 0 0 321408 79 0 0 20 0 1 0 184275614 236703744 45313 134679101440 4194304 5746509 140722844684304 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 12537856 140722844693486 140722844693600 140722844693600 140722844700617 0
/proc/969987/statm: 57789 45313 421 379 0 57323 0
Current children cumulated CPU time: 3214.87 s
Current children cumulated vsize: 241088 KiB
Current children cumulated memory: 183912 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/260 971870
/proc/meminfo: memFree=127827180/131524600 swapFree=131071996/131071996
[pid=969982] ppid=969979 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/969982/stat : 969982 (naps-1.02b5.sh) S 969979 969982 967405 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184275613 10170368 665 134679101440 94103406383104 94103407462424 140732149864448 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94103409560880 94103409608068 94103424151552 140732149867487 140732149867614 140732149867614 140732149874630 0
/proc/969982/statm: 2483 665 587 264 0 134 0
[pid=969987] ppid=969982 vsize=231156 memory=205896 CPUtime=3274.71 cores=4,6
/proc/969987/stat : 969987 (naps-1.02b5) R 969982 969982 967405 0 -1 4194304 52149 0 0 0 327392 79 0 0 20 0 1 0 184275614 236703744 51474 134679101440 4194304 5746509 140722844684304 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 12537856 140722844693486 140722844693600 140722844693600 140722844700617 0
/proc/969987/statm: 57789 51474 421 379 0 57323 0
Current children cumulated CPU time: 3274.71 s
Current children cumulated vsize: 241088 KiB
Current children cumulated memory: 208556 KiB

[startup+3342.3 s]
/proc/loadavg: 4.47 4.20 4.12 5/260 971881
/proc/meminfo: memFree=127865296/131524600 swapFree=131071996/131071996
[pid=969982] ppid=969979 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/969982/stat : 969982 (naps-1.02b5.sh) S 969979 969982 967405 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184275613 10170368 665 134679101440 94103406383104 94103407462424 140732149864448 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94103409560880 94103409608068 94103424151552 140732149867487 140732149867614 140732149867614 140732149874630 0
/proc/969982/statm: 2483 665 587 264 0 134 0
[pid=969987] ppid=969982 vsize=181068 memory=157588 CPUtime=3334.55 cores=4,6
/proc/969987/stat : 969987 (naps-1.02b5) R 969982 969982 967405 0 -1 4194304 52425 0 0 0 333374 81 0 0 20 0 1 0 184275614 185413632 39397 134679101440 4194304 5746509 140722844684304 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 12537856 140722844693486 140722844693600 140722844693600 140722844700617 0
/proc/969987/statm: 45267 39397 421 379 0 44801 0
Current children cumulated CPU time: 3334.55 s
Current children cumulated vsize: 191000 KiB
Current children cumulated memory: 160248 KiB

[startup+3402.3 s]
/proc/loadavg: 4.25 4.19 4.12 5/261 971893
/proc/meminfo: memFree=127859440/131524600 swapFree=131071996/131071996
[pid=969982] ppid=969979 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/969982/stat : 969982 (naps-1.02b5.sh) S 969979 969982 967405 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184275613 10170368 665 134679101440 94103406383104 94103407462424 140732149864448 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94103409560880 94103409608068 94103424151552 140732149867487 140732149867614 140732149867614 140732149874630 0
/proc/969982/statm: 2483 665 587 264 0 134 0
[pid=969987] ppid=969982 vsize=231156 memory=179672 CPUtime=3394.4 cores=4,6
/proc/969987/stat : 969987 (naps-1.02b5) R 969982 969982 967405 0 -1 4194304 52933 0 0 0 339358 82 0 0 20 0 1 0 184275614 236703744 44918 134679101440 4194304 5746509 140722844684304 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 12537856 140722844693486 140722844693600 140722844693600 140722844700617 0
/proc/969987/statm: 57789 44918 421 379 0 57323 0
Current children cumulated CPU time: 3394.4 s
Current children cumulated vsize: 241088 KiB
Current children cumulated memory: 182332 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.17 4.11 5/261 971903
/proc/meminfo: memFree=127886916/131524600 swapFree=131071996/131071996
[pid=969982] ppid=969979 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/969982/stat : 969982 (naps-1.02b5.sh) S 969979 969982 967405 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184275613 10170368 665 134679101440 94103406383104 94103407462424 140732149864448 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94103409560880 94103409608068 94103424151552 140732149867487 140732149867614 140732149867614 140732149874630 0
/proc/969982/statm: 2483 665 587 264 0 134 0
[pid=969987] ppid=969982 vsize=231156 memory=201800 CPUtime=3454.24 cores=4,6
/proc/969987/stat : 969987 (naps-1.02b5) R 969982 969982 967405 0 -1 4194304 53380 0 0 0 345341 83 0 0 20 0 1 0 184275614 236703744 50450 134679101440 4194304 5746509 140722844684304 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 12537856 140722844693486 140722844693600 140722844693600 140722844700617 0
/proc/969987/statm: 57789 50450 421 379 0 57323 0
Current children cumulated CPU time: 3454.24 s
Current children cumulated vsize: 241088 KiB
Current children cumulated memory: 204460 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.17 4.11 5/261 971915
/proc/meminfo: memFree=127855912/131524600 swapFree=131071996/131071996
[pid=969982] ppid=969979 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/969982/stat : 969982 (naps-1.02b5.sh) S 969979 969982 967405 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184275613 10170368 665 134679101440 94103406383104 94103407462424 140732149864448 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94103409560880 94103409608068 94103424151552 140732149867487 140732149867614 140732149867614 140732149874630 0
/proc/969982/statm: 2483 665 587 264 0 134 0
[pid=969987] ppid=969982 vsize=181068 memory=165780 CPUtime=3514.08 cores=4,6
/proc/969987/stat : 969987 (naps-1.02b5) R 969982 969982 967405 0 -1 4194304 53664 0 0 0 351324 84 0 0 20 0 1 0 184275614 185413632 41445 134679101440 4194304 5746509 140722844684304 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 12537856 140722844693486 140722844693600 140722844693600 140722844700617 0
/proc/969987/statm: 45267 41445 421 379 0 44801 0
Current children cumulated CPU time: 3514.08 s
Current children cumulated vsize: 191000 KiB
Current children cumulated memory: 168440 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.15 4.11 5/261 971925
/proc/meminfo: memFree=127819948/131524600 swapFree=131071996/131071996
[pid=969982] ppid=969979 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/969982/stat : 969982 (naps-1.02b5.sh) S 969979 969982 967405 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184275613 10170368 665 134679101440 94103406383104 94103407462424 140732149864448 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94103409560880 94103409608068 94103424151552 140732149867487 140732149867614 140732149867614 140732149874630 0
/proc/969982/statm: 2483 665 587 264 0 134 0
[pid=969987] ppid=969982 vsize=231156 memory=187240 CPUtime=3573.92 cores=4,6
/proc/969987/stat : 969987 (naps-1.02b5) R 969982 969982 967405 0 -1 4194304 54530 0 0 0 357307 85 0 0 20 0 1 0 184275614 236703744 46810 134679101440 4194304 5746509 140722844684304 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 12537856 140722844693486 140722844693600 140722844693600 140722844700617 0
/proc/969987/statm: 57789 46810 421 379 0 57323 0
Current children cumulated CPU time: 3573.92 s
Current children cumulated vsize: 241088 KiB
Current children cumulated memory: 189900 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.5 s]
/proc/loadavg: 4.07 4.14 4.10 5/259 971981
/proc/meminfo: memFree=128028952/131524600 swapFree=131071996/131071996
[pid=969982] ppid=969979 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/969982/stat : 969982 (naps-1.02b5.sh) S 969979 969982 967405 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184275613 10170368 665 134679101440 94103406383104 94103407462424 140732149864448 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94103409560880 94103409608068 94103424151552 140732149867487 140732149867614 140732149867614 140732149874630 0
/proc/969982/statm: 2483 665 587 264 0 134 0
[pid=969987] ppid=969982 vsize=231156 memory=195656 CPUtime=3600.07 cores=4,6
/proc/969987/stat : 969987 (naps-1.02b5) R 969982 969982 967405 0 -1 4194304 54539 0 0 0 359921 86 0 0 20 0 1 0 184275614 236703744 48914 134679101440 4194304 5746509 140722844684304 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 12537856 140722844693486 140722844693600 140722844693600 140722844700617 0
/proc/969987/statm: 57789 48914 421 379 0 57323 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 241088 KiB
Current children cumulated memory: 198316 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.22 s, system=0.862687 s

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

[startup+3608.5 s]
/proc/loadavg: 4.07 4.14 4.10 5/259 971981
/proc/meminfo: memFree=128028952/131524600 swapFree=131071996/131071996
[pid=969982] ppid=969979 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/969982/stat : 969982 (naps-1.02b5.sh) S 969979 969982 967405 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184275613 10170368 665 134679101440 94103406383104 94103407462424 140732149864448 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94103409560880 94103409608068 94103424151552 140732149867487 140732149867614 140732149867614 140732149874630 0
/proc/969982/statm: 2483 665 587 264 0 134 0
[pid=969987] ppid=969982 vsize=231156 memory=195656 CPUtime=3600.07 cores=4,6
/proc/969987/stat : 969987 (naps-1.02b5) R 969982 969982 967405 0 -1 4194304 54539 0 0 0 359921 86 0 0 20 0 1 0 184275614 236703744 48914 134679101440 4194304 5746509 140722844684304 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 12537856 140722844693486 140722844693600 140722844693600 140722844700617 0
/proc/969987/statm: 57789 48914 421 379 0 57323 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 241088 KiB
Current children cumulated memory: 198316 KiB

Child status: 0

Real time (s): 3608.5
CPU time (s): 3600.08
CPU user time (s): 3599.22
CPU system time (s): 0.862687
CPU usage (%): 99.7665
Max. virtual memory (cumulated for all children) (KiB): 402616
Max. memory (cumulated for all children) (KiB): 285708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.22
system time used= 0.862687
maximum resident set size= 291248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55014
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= 56
involuntary context switches= 3016


# summary of solver processes directly reported to runsolver:
#   pid: 969982
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3599.22
#   total CPU system time (s): 0.862687

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.31186 second user time and 16.9575 second system time

The end

Launcher Data

Begin job on nodeC021 at 2024-07-18 18:45:30
IDJOB=4445181
IDBENCH=148102
IDSOLVER=3065
FILE ID=nodeC021/4445181-1721321118
RUNJOBID= nodeC021-1721317481-967416
SLURM_JOB_ID= 7542662
Free space on /tmp= 890064 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-cuww4.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445181-1721321118/watcher-4445181-1721321118 -o /tmp/evaluation-result-4445181-1721321118/solver-4445181-1721321118 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1721317481-967416 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4445181-1721321118.opb

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

MD5SUM BENCH= 13439fe0222d33319b9169d149c100b9
RANDOM SEED=1022187840

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128005552 kB
MemAvailable:   129031904 kB
Buffers:          500332 kB
Cached:          1357620 kB
SwapCached:            0 kB
Active:           981908 kB
Inactive:        1918144 kB
Active(anon):       1576 kB
Inactive(anon):  1078236 kB
Active(file):     980332 kB
Inactive(file):   839908 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              8152 kB
Writeback:            12 kB
AnonPages:       1038796 kB
Mapped:           110912 kB
Shmem:             37720 kB
KReclaimable:      91868 kB
Slab:             203040 kB
SReclaimable:      91868 kB
SUnreclaim:       111172 kB
KernelStack:        4092 kB
PageTables:        11424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1608280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68768 kB
HardwareCorrupted:     0 kB
AnonHugePages:    638976 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      256724 kB
DirectMap2M:    23633920 kB
DirectMap1G:    112197632 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC021 at 2024-07-18 19:45:39