Trace number 4435252

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.08 3609.51

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
heinz/normalized-stp3d.opb
MD5SUMa4b0cd988cdc47ea50384dbc6c682a43
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables204880
Total number of constraints159488
Number of constraints which are clauses129232
Number of constraints which are cardinality constraints (but not clauses)5805
Number of constraints which are nor clauses,nor cardinality constraints24451
Minimum length of a constraint2
Maximum length of a constraint120
Number of terms in the objective function 75648
Biggest coefficient in the objective function 100303
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 7576266096
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 100303
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 7576266096
Number of bits of the biggest sum of numbers33
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-4435252-1721122618.opb
3600.06/3609.50	c 
3600.06/3609.50	c *** TERMINATED *** by signal 15
3600.06/3609.50	s UNKNOWN
3600.06/3609.50	c _____________________________________________________________________________
3600.06/3609.50	c 
3600.06/3609.50	c std/band forms        : 2187,24277
3600.06/3609.50	c 2cl/3cl ITE-codings   : 126949,512971
3600.06/3609.50	c BDD/srt/adr Max costs : 237,0,0
3600.06/3609.50	c BDDraw/bin/mul/srt/adr: 26464,0,0,0,0
3600.06/3609.50	c BDD nodes             : 1047197
3600.06/3609.50	c Es1/CC detections     : 0,0
3600.06/3609.50	c SAT/UNSAT calls       : 0,0
3600.06/3609.50	c regenrated variables  : 0
3600.06/3609.50	c restarts              : 0
3600.06/3609.50	c conflicts             : 0              (0 /sec)
3600.06/3609.50	c decisions             : 0              (0 /sec)
3600.06/3609.50	c propagations          : 0              (0 /sec)
3600.06/3609.50	c inspects              : 0              (0 /sec)
3600.06/3609.50	c CPU time (solving tm) : 3599 s        (3592 s)
3600.06/3609.50	c Time for Opt-base     : 0 s
3600.06/3609.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 (60836 MiB free)
  memory of node 1: 64473 MiB (63128 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4435252-1721122618/watcher-4435252-1721122618 -o /tmp/evaluation-result-4435252-1721122618/solver-4435252-1721122618 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721118953-888835 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4435252-1721122618.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=893321, runsolver pid=893318

[startup+0.100087 s]*
/proc/loadavg: 4.18 4.14 4.10 5/259 893326
/proc/meminfo: memFree=126916872/131524600 swapFree=131071996/131071996
[pid=893321] ppid=893318 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/893321/stat : 893321 (naps-1.02b5.sh) S 893318 893321 888823 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 164429947 10170368 687 134679101440 94008435490816 94008436570136 140733645195056 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94008438668592 94008438715780 94008442486784 140733645198304 140733645198431 140733645198431 140733645205446 0
/proc/893321/statm: 2483 687 609 264 0 134 0
[pid=893326] ppid=893321 vsize=34780 memory=28152 CPUtime=0.09 cores=1,3
/proc/893326/stat : 893326 (naps-1.02b5) R 893321 893321 888823 0 -1 4194304 7152 0 0 0 8 1 0 0 20 0 1 0 164429947 35614720 7038 134679101440 4194304 5746509 140721452114032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 31006720 140721452119023 140721452119137 140721452119137 140721452126153 0
/proc/893326/statm: 8695 7038 405 379 0 8229 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 44712 KiB
Current children cumulated memory: 30900 KiB

[startup+0.205886 s]*
/proc/loadavg: 4.18 4.14 4.10 5/259 893326
/proc/meminfo: memFree=126908676/131524600 swapFree=131071996/131071996
[pid=893321] ppid=893318 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/893321/stat : 893321 (naps-1.02b5.sh) S 893318 893321 888823 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 164429947 10170368 687 134679101440 94008435490816 94008436570136 140733645195056 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94008438668592 94008438715780 94008442486784 140733645198304 140733645198431 140733645198431 140733645205446 0
/proc/893321/statm: 2483 687 609 264 0 134 0
[pid=893326] ppid=893321 vsize=39184 memory=32372 CPUtime=0.2 cores=1,3
/proc/893326/stat : 893326 (naps-1.02b5) R 893321 893321 888823 0 -1 4194304 8259 0 0 0 19 1 0 0 20 0 1 0 164429947 40124416 8093 134679101440 4194304 5746509 140721452114032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 31006720 140721452119023 140721452119137 140721452119137 140721452126153 0
/proc/893326/statm: 9796 8093 405 379 0 9330 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 49116 KiB
Current children cumulated memory: 35120 KiB

[startup+0.305757 s]*
/proc/loadavg: 4.18 4.14 4.10 5/259 893326
/proc/meminfo: memFree=126902680/131524600 swapFree=131071996/131071996
[pid=893321] ppid=893318 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/893321/stat : 893321 (naps-1.02b5.sh) S 893318 893321 888823 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 164429947 10170368 687 134679101440 94008435490816 94008436570136 140733645195056 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94008438668592 94008438715780 94008442486784 140733645198304 140733645198431 140733645198431 140733645205446 0
/proc/893321/statm: 2483 687 609 264 0 134 0
[pid=893326] ppid=893321 vsize=45592 memory=38708 CPUtime=0.29 cores=1,3
/proc/893326/stat : 893326 (naps-1.02b5) R 893321 893321 888823 0 -1 4194304 9801 0 0 0 28 1 0 0 20 0 1 0 164429947 46686208 9677 134679101440 4194304 5746509 140721452114032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 31006720 140721452119023 140721452119137 140721452119137 140721452126153 0
/proc/893326/statm: 11398 9677 405 379 0 10932 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 55524 KiB
Current children cumulated memory: 41456 KiB

[startup+0.700219 s]
/proc/loadavg: 4.18 4.14 4.10 5/259 893326
/proc/meminfo: memFree=126885652/131524600 swapFree=131071996/131071996
[pid=893321] ppid=893318 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/893321/stat : 893321 (naps-1.02b5.sh) S 893318 893321 888823 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 164429947 10170368 687 134679101440 94008435490816 94008436570136 140733645195056 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94008438668592 94008438715780 94008442486784 140733645198304 140733645198431 140733645198431 140733645205446 0
/proc/893321/statm: 2483 687 609 264 0 134 0
[pid=893326] ppid=893321 vsize=77876 memory=71088 CPUtime=0.68 cores=1,3
/proc/893326/stat : 893326 (naps-1.02b5) R 893321 893321 888823 0 -1 4194304 17287 0 0 0 66 2 0 0 20 0 1 0 164429947 79745024 17772 134679101440 4194304 5746509 140721452114032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 31006720 140721452119023 140721452119137 140721452119137 140721452126153 0
/proc/893326/statm: 19469 17772 405 379 0 19003 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 87808 KiB
Current children cumulated memory: 73836 KiB

[startup+1.50022 s]
/proc/loadavg: 4.18 4.14 4.10 5/259 893326
/proc/meminfo: memFree=126846328/131524600 swapFree=131071996/131071996
[pid=893321] ppid=893318 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/893321/stat : 893321 (naps-1.02b5.sh) S 893318 893321 888823 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 164429947 10170368 687 134679101440 94008435490816 94008436570136 140733645195056 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94008438668592 94008438715780 94008442486784 140733645198304 140733645198431 140733645198431 140733645205446 0
/proc/893321/statm: 2483 687 609 264 0 134 0
[pid=893326] ppid=893321 vsize=146296 memory=138028 CPUtime=1.48 cores=1,3
/proc/893326/stat : 893326 (naps-1.02b5) R 893321 893321 888823 0 -1 4194304 33690 0 0 0 143 5 0 0 20 0 1 0 164429947 149807104 34507 134679101440 4194304 5746509 140721452114032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 31006720 140721452119023 140721452119137 140721452119137 140721452126153 0
/proc/893326/statm: 36574 34507 405 379 0 36108 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 156228 KiB
Current children cumulated memory: 140776 KiB

[startup+3.10583 s]
/proc/loadavg: 4.18 4.14 4.10 5/259 893328
/proc/meminfo: memFree=126769896/131524600 swapFree=131071996/131071996
[pid=893321] ppid=893318 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/893321/stat : 893321 (naps-1.02b5.sh) S 893318 893321 888823 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 164429947 10170368 687 134679101440 94008435490816 94008436570136 140733645195056 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94008438668592 94008438715780 94008442486784 140733645198304 140733645198431 140733645198431 140733645205446 0
/proc/893321/statm: 2483 687 609 264 0 134 0
[pid=893326] ppid=893321 vsize=216884 memory=207780 CPUtime=3.09 cores=1,3
/proc/893326/stat : 893326 (naps-1.02b5) R 893321 893321 888823 0 -1 4194304 50724 0 0 0 301 8 0 0 20 0 1 0 164429947 222089216 51945 134679101440 4194304 5746509 140721452114032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 31006720 140721452119023 140721452119137 140721452119137 140721452126153 0
/proc/893326/statm: 54221 51945 421 379 0 53755 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 226816 KiB
Current children cumulated memory: 210528 KiB

[startup+6.30019 s]
/proc/loadavg: 4.17 4.14 4.09 5/259 893329
/proc/meminfo: memFree=126732360/131524600 swapFree=131071996/131071996
[pid=893321] ppid=893318 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/893321/stat : 893321 (naps-1.02b5.sh) S 893318 893321 888823 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 164429947 10170368 687 134679101440 94008435490816 94008436570136 140733645195056 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94008438668592 94008438715780 94008442486784 140733645198304 140733645198431 140733645198431 140733645205446 0
/proc/893321/statm: 2483 687 609 264 0 134 0
[pid=893326] ppid=893321 vsize=255748 memory=245152 CPUtime=6.27 cores=1,3
/proc/893326/stat : 893326 (naps-1.02b5) R 893321 893321 888823 0 -1 4194304 51988 0 0 0 618 9 0 0 20 0 1 0 164429947 261885952 61288 134679101440 4194304 5746509 140721452114032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 31006720 140721452119023 140721452119137 140721452119137 140721452126153 0
/proc/893326/statm: 63937 61288 421 379 0 63471 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 265680 KiB
Current children cumulated memory: 247900 KiB

[startup+12.7003 s]
/proc/loadavg: 4.16 4.14 4.09 5/259 893329
/proc/meminfo: memFree=126284548/131524600 swapFree=131071996/131071996
[pid=893321] ppid=893318 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/893321/stat : 893321 (naps-1.02b5.sh) S 893318 893321 888823 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 164429947 10170368 687 134679101440 94008435490816 94008436570136 140733645195056 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94008438668592 94008438715780 94008442486784 140733645198304 140733645198431 140733645198431 140733645205446 0
/proc/893321/statm: 2483 687 609 264 0 134 0
[pid=893326] ppid=893321 vsize=696152 memory=659508 CPUtime=12.66 cores=1,3
/proc/893326/stat : 893326 (naps-1.02b5) R 893321 893321 888823 0 -1 4194304 94318 0 0 0 1247 19 0 0 20 0 1 0 164429947 712859648 164877 134679101440 4194304 5746509 140721452114032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 31006720 140721452119023 140721452119137 140721452119137 140721452126153 0
/proc/893326/statm: 174038 164877 421 379 0 173572 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 706084 KiB
Current children cumulated memory: 662256 KiB

[startup+25.5003 s]
/proc/loadavg: 4.12 4.13 4.09 5/259 893333
/proc/meminfo: memFree=126315500/131524600 swapFree=131071996/131071996
[pid=893321] ppid=893318 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/893321/stat : 893321 (naps-1.02b5.sh) S 893318 893321 888823 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 164429947 10170368 687 134679101440 94008435490816 94008436570136 140733645195056 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94008438668592 94008438715780 94008442486784 140733645198304 140733645198431 140733645198431 140733645205446 0
/proc/893321/statm: 2483 687 609 264 0 134 0
[pid=893326] ppid=893321 vsize=698752 memory=660868 CPUtime=25.43 cores=1,3
/proc/893326/stat : 893326 (naps-1.02b5) R 893321 893321 888823 0 -1 4194304 94772 0 0 0 2524 19 0 0 20 0 1 0 164429947 715522048 165217 134679101440 4194304 5746509 140721452114032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 31006720 140721452119023 140721452119137 140721452119137 140721452126153 0
/proc/893326/statm: 174688 165217 421 379 0 174222 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 708684 KiB
Current children cumulated memory: 663616 KiB

[startup+51.1058 s]
/proc/loadavg: 4.15 4.13 4.09 5/259 893336
/proc/meminfo: memFree=126276840/131524600 swapFree=131071996/131071996
[pid=893321] ppid=893318 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/893321/stat : 893321 (naps-1.02b5.sh) S 893318 893321 888823 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 164429947 10170368 687 134679101440 94008435490816 94008436570136 140733645195056 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94008438668592 94008438715780 94008442486784 140733645198304 140733645198431 140733645198431 140733645205446 0
/proc/893321/statm: 2483 687 609 264 0 134 0
[pid=893326] ppid=893321 vsize=748840 memory=665688 CPUtime=50.97 cores=1,3
/proc/893326/stat : 893326 (naps-1.02b5) R 893321 893321 888823 0 -1 4194304 95545 0 0 0 5077 20 0 0 20 0 1 0 164429947 766812160 166422 134679101440 4194304 5746509 140721452114032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 31006720 140721452119023 140721452119137 140721452119137 140721452126153 0
/proc/893326/statm: 187210 166422 421 379 0 186744 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 758772 KiB
Current children cumulated memory: 668436 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.13 4.09 5/260 893346
/proc/meminfo: memFree=126273924/131524600 swapFree=131071996/131071996
[pid=893321] ppid=893318 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/893321/stat : 893321 (naps-1.02b5.sh) S 893318 893321 888823 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 164429947 10170368 687 134679101440 94008435490816 94008436570136 140733645195056 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94008438668592 94008438715780 94008442486784 140733645198304 140733645198431 140733645198431 140733645205446 0
/proc/893321/statm: 2483 687 609 264 0 134 0
[pid=893326] ppid=893321 vsize=701332 memory=653220 CPUtime=102.04 cores=1,3
/proc/893326/stat : 893326 (naps-1.02b5) R 893321 893321 888823 0 -1 4194304 97092 0 0 0 10182 22 0 0 20 0 1 0 164429947 718163968 163305 134679101440 4194304 5746509 140721452114032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 31006720 140721452119023 140721452119137 140721452119137 140721452126153 0
/proc/893326/statm: 175333 163305 421 379 0 174867 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 711264 KiB
Current children cumulated memory: 655968 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.13 4.09 5/260 893356
/proc/meminfo: memFree=126153868/131524600 swapFree=131071996/131071996
[pid=893321] ppid=893318 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/893321/stat : 893321 (naps-1.02b5.sh) S 893318 893321 888823 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 164429947 10170368 687 134679101440 94008435490816 94008436570136 140733645195056 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94008438668592 94008438715780 94008442486784 140733645198304 140733645198431 140733645198431 140733645205446 0
/proc/893321/statm: 2483 687 609 264 0 134 0
[pid=893326] ppid=893321 vsize=704332 memory=663272 CPUtime=161.89 cores=1,3
/proc/893326/stat : 893326 (naps-1.02b5) R 893321 893321 888823 0 -1 4194304 97670 0 0 0 16167 22 0 0 20 0 1 0 164429947 721235968 165818 134679101440 4194304 5746509 140721452114032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 31006720 140721452119023 140721452119137 140721452119137 140721452126153 0
/proc/893326/statm: 176083 165818 421 379 0 175617 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 714264 KiB
Current children cumulated memory: 666020 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.14 4.09 5/262 893372
/proc/meminfo: memFree=126177332/131524600 swapFree=131071996/131071996
[pid=893321] ppid=893318 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/893321/stat : 893321 (naps-1.02b5.sh) S 893318 893321 888823 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 164429947 10170368 687 134679101440 94008435490816 94008436570136 140733645195056 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94008438668592 94008438715780 94008442486784 140733645198304 140733645198431 140733645198431 140733645205446 0
/proc/893321/statm: 2483 687 609 264 0 134 0
[pid=893326] ppid=893321 vsize=754420 memory=672816 CPUtime=221.75 cores=1,3
/proc/893326/stat : 893326 (naps-1.02b5) R 893321 893321 888823 0 -1 4194304 98594 0 0 0 22152 23 0 0 20 0 1 0 164429947 772526080 168204 134679101440 4194304 5746509 140721452114032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 31006720 140721452119023 140721452119137 140721452119137 140721452126153 0
/proc/893326/statm: 188605 168204 421 379 0 188139 0
Current children cumulated CPU time: 221.75 s

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

/proc/893326/statm: 215423 191022 421 379 0 214957 0
Current children cumulated CPU time: 3094.18 s
Current children cumulated vsize: 871624 KiB
Current children cumulated memory: 766836 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.15 4.11 5/262 895093
/proc/meminfo: memFree=116436636/131524600 swapFree=131071996/131071996
[pid=893321] ppid=893318 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/893321/stat : 893321 (naps-1.02b5.sh) S 893318 893321 888823 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 164429947 10170368 687 134679101440 94008435490816 94008436570136 140733645195056 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94008438668592 94008438715780 94008442486784 140733645198304 140733645198431 140733645198431 140733645205446 0
/proc/893321/statm: 2483 687 609 264 0 134 0
[pid=893326] ppid=893321 vsize=861692 memory=780780 CPUtime=3154.03 cores=1,3
/proc/893326/stat : 893326 (naps-1.02b5) R 893321 893321 888823 0 -1 4194304 125411 0 0 0 315335 68 0 0 20 0 1 0 164429947 882372608 195195 134679101440 4194304 5746509 140721452114032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 31006720 140721452119023 140721452119137 140721452119137 140721452126153 0
/proc/893326/statm: 215423 195195 421 379 0 214957 0
Current children cumulated CPU time: 3154.03 s
Current children cumulated vsize: 871624 KiB
Current children cumulated memory: 783528 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.14 4.10 5/263 895162
/proc/meminfo: memFree=116374156/131524600 swapFree=131071996/131071996
[pid=893321] ppid=893318 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/893321/stat : 893321 (naps-1.02b5.sh) S 893318 893321 888823 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 164429947 10170368 687 134679101440 94008435490816 94008436570136 140733645195056 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94008438668592 94008438715780 94008442486784 140733645198304 140733645198431 140733645198431 140733645205446 0
/proc/893321/statm: 2483 687 609 264 0 134 0
[pid=893326] ppid=893321 vsize=861692 memory=795552 CPUtime=3213.87 cores=1,3
/proc/893326/stat : 893326 (naps-1.02b5) R 893321 893321 888823 0 -1 4194304 125725 0 0 0 321319 68 0 0 20 0 1 0 164429947 882372608 198888 134679101440 4194304 5746509 140721452114032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 31006720 140721452119023 140721452119137 140721452119137 140721452126153 0
/proc/893326/statm: 215423 198888 421 379 0 214957 0
Current children cumulated CPU time: 3213.87 s
Current children cumulated vsize: 871624 KiB
Current children cumulated memory: 798300 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.16 4.11 5/262 895172
/proc/meminfo: memFree=116433604/131524600 swapFree=131071996/131071996
[pid=893321] ppid=893318 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/893321/stat : 893321 (naps-1.02b5.sh) S 893318 893321 888823 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 164429947 10170368 687 134679101440 94008435490816 94008436570136 140733645195056 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94008438668592 94008438715780 94008442486784 140733645198304 140733645198431 140733645198431 140733645205446 0
/proc/893321/statm: 2483 687 609 264 0 134 0
[pid=893326] ppid=893321 vsize=780304 memory=715480 CPUtime=3273.71 cores=1,3
/proc/893326/stat : 893326 (naps-1.02b5) R 893321 893321 888823 0 -1 4194304 126443 0 0 0 327301 70 0 0 20 0 1 0 164429947 799031296 178870 134679101440 4194304 5746509 140721452114032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 31006720 140721452119023 140721452119137 140721452119137 140721452126153 0
/proc/893326/statm: 195076 178870 421 379 0 194610 0
Current children cumulated CPU time: 3273.71 s
Current children cumulated vsize: 790236 KiB
Current children cumulated memory: 718228 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.14 4.10 5/263 895183
/proc/meminfo: memFree=116401924/131524600 swapFree=131071996/131071996
[pid=893321] ppid=893318 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/893321/stat : 893321 (naps-1.02b5.sh) S 893318 893321 888823 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 164429947 10170368 687 134679101440 94008435490816 94008436570136 140733645195056 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94008438668592 94008438715780 94008442486784 140733645198304 140733645198431 140733645198431 140733645205446 0
/proc/893321/statm: 2483 687 609 264 0 134 0
[pid=893326] ppid=893321 vsize=780304 memory=731984 CPUtime=3333.57 cores=1,3
/proc/893326/stat : 893326 (naps-1.02b5) R 893321 893321 888823 0 -1 4194304 126732 0 0 0 333287 70 0 0 20 0 1 0 164429947 799031296 182996 134679101440 4194304 5746509 140721452114032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 31006720 140721452119023 140721452119137 140721452119137 140721452126153 0
/proc/893326/statm: 195076 182996 421 379 0 194610 0
Current children cumulated CPU time: 3333.57 s
Current children cumulated vsize: 790236 KiB
Current children cumulated memory: 734732 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.13 4.10 5/262 895195
/proc/meminfo: memFree=116441404/131524600 swapFree=131071996/131071996
[pid=893321] ppid=893318 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/893321/stat : 893321 (naps-1.02b5.sh) S 893318 893321 888823 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 164429947 10170368 687 134679101440 94008435490816 94008436570136 140733645195056 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94008438668592 94008438715780 94008442486784 140733645198304 140733645198431 140733645198431 140733645205446 0
/proc/893321/statm: 2483 687 609 264 0 134 0
[pid=893326] ppid=893321 vsize=782868 memory=748644 CPUtime=3393.42 cores=1,3
/proc/893326/stat : 893326 (naps-1.02b5) R 893321 893321 888823 0 -1 4194304 127036 0 0 0 339272 70 0 0 20 0 1 0 164429947 801656832 187161 134679101440 4194304 5746509 140721452114032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 31006720 140721452119023 140721452119137 140721452119137 140721452126153 0
/proc/893326/statm: 195717 187161 421 379 0 195251 0
Current children cumulated CPU time: 3393.42 s
Current children cumulated vsize: 792800 KiB
Current children cumulated memory: 751392 KiB

[startup+3462.3 s]
/proc/loadavg: 4.42 4.24 4.14 5/261 895206
/proc/meminfo: memFree=116412828/131524600 swapFree=131071996/131071996
[pid=893321] ppid=893318 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/893321/stat : 893321 (naps-1.02b5.sh) S 893318 893321 888823 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 164429947 10170368 687 134679101440 94008435490816 94008436570136 140733645195056 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94008438668592 94008438715780 94008442486784 140733645198304 140733645198431 140733645198431 140733645205446 0
/proc/893321/statm: 2483 687 609 264 0 134 0
[pid=893326] ppid=893321 vsize=864256 memory=765928 CPUtime=3453.27 cores=1,3
/proc/893326/stat : 893326 (naps-1.02b5) R 893321 893321 888823 0 -1 4194304 128023 0 0 0 345256 71 0 0 20 0 1 0 164429947 884998144 191482 134679101440 4194304 5746509 140721452114032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 31006720 140721452119023 140721452119137 140721452119137 140721452126153 0
/proc/893326/statm: 216064 191482 421 379 0 215598 0
Current children cumulated CPU time: 3453.27 s
Current children cumulated vsize: 874188 KiB
Current children cumulated memory: 768676 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.21 4.13 5/259 895216
/proc/meminfo: memFree=116381436/131524600 swapFree=131071996/131071996
[pid=893321] ppid=893318 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/893321/stat : 893321 (naps-1.02b5.sh) S 893318 893321 888823 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 164429947 10170368 687 134679101440 94008435490816 94008436570136 140733645195056 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94008438668592 94008438715780 94008442486784 140733645198304 140733645198431 140733645198431 140733645205446 0
/proc/893321/statm: 2483 687 609 264 0 134 0
[pid=893326] ppid=893321 vsize=864256 memory=782440 CPUtime=3513.11 cores=1,3
/proc/893326/stat : 893326 (naps-1.02b5) R 893321 893321 888823 0 -1 4194304 128238 0 0 0 351239 72 0 0 20 0 1 0 164429947 884998144 195610 134679101440 4194304 5746509 140721452114032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 31006720 140721452119023 140721452119137 140721452119137 140721452126153 0
/proc/893326/statm: 216064 195610 421 379 0 215598 0
Current children cumulated CPU time: 3513.11 s
Current children cumulated vsize: 874188 KiB
Current children cumulated memory: 785188 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.20 4.13 5/260 895328
/proc/meminfo: memFree=116647756/131524600 swapFree=131071996/131071996
[pid=893321] ppid=893318 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/893321/stat : 893321 (naps-1.02b5.sh) S 893318 893321 888823 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 164429947 10170368 687 134679101440 94008435490816 94008436570136 140733645195056 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94008438668592 94008438715780 94008442486784 140733645198304 140733645198431 140733645198431 140733645205446 0
/proc/893321/statm: 2483 687 609 264 0 134 0
[pid=893326] ppid=893321 vsize=864256 memory=800872 CPUtime=3572.95 cores=1,3
/proc/893326/stat : 893326 (naps-1.02b5) R 893321 893321 888823 0 -1 4194304 128447 0 0 0 357223 72 0 0 20 0 1 0 164429947 884998144 200218 134679101440 4194304 5746509 140721452114032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 31006720 140721452119023 140721452119137 140721452119137 140721452126153 0
/proc/893326/statm: 216064 200218 421 379 0 215598 0
Current children cumulated CPU time: 3572.95 s
Current children cumulated vsize: 874188 KiB
Current children cumulated memory: 803620 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.5 s]
/proc/loadavg: 4.12 4.18 4.13 5/259 895332
/proc/meminfo: memFree=116507684/131524600 swapFree=131071996/131071996
[pid=893321] ppid=893318 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/893321/stat : 893321 (naps-1.02b5.sh) S 893318 893321 888823 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 164429947 10170368 687 134679101440 94008435490816 94008436570136 140733645195056 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94008438668592 94008438715780 94008442486784 140733645198304 140733645198431 140733645198431 140733645205446 0
/proc/893321/statm: 2483 687 609 264 0 134 0
[pid=893326] ppid=893321 vsize=864256 memory=807016 CPUtime=3600.06 cores=1,3
/proc/893326/stat : 893326 (naps-1.02b5) R 893321 893321 888823 0 -1 4194304 128562 0 0 0 359934 72 0 0 20 0 1 0 164429947 884998144 201754 134679101440 4194304 5746509 140721452114032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 31006720 140721452119023 140721452119137 140721452119137 140721452126153 0
/proc/893326/statm: 216064 201754 421 379 0 215598 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 874188 KiB
Current children cumulated memory: 809764 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.002269 s, system=0.000492 s

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

# cumulated CPU time of all completed processes:  user=3599.35 s, system=0.73064 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+3609.5 s]
/proc/loadavg: 4.12 4.18 4.13 5/259 895332
/proc/meminfo: memFree=116507684/131524600 swapFree=131071996/131071996
[pid=893321] ppid=893318 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/893321/stat : 893321 (naps-1.02b5.sh) S 893318 893321 888823 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 164429947 10170368 687 134679101440 94008435490816 94008436570136 140733645195056 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94008438668592 94008438715780 94008442486784 140733645198304 140733645198431 140733645198431 140733645205446 0
/proc/893321/statm: 2483 687 609 264 0 134 0
[pid=893326] ppid=893321 vsize=864256 memory=807016 CPUtime=3600.06 cores=1,3
/proc/893326/stat : 893326 (naps-1.02b5) R 893321 893321 888823 0 -1 4194304 128562 0 0 0 359934 72 0 0 20 0 1 0 164429947 884998144 201754 134679101440 4194304 5746509 140721452114032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 31006720 140721452119023 140721452119137 140721452119137 140721452126153 0
/proc/893326/statm: 216064 201754 421 379 0 215598 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 874188 KiB
Current children cumulated memory: 809764 KiB

Child status: 0

Real time (s): 3609.51
CPU time (s): 3600.08
CPU user time (s): 3599.35
CPU system time (s): 0.73064
CPU usage (%): 99.7389
Max. virtual memory (cumulated for all children) (KiB): 1001852
Max. memory (cumulated for all children) (KiB): 894176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.35
system time used= 0.73064
maximum resident set size= 891428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129028
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= 163
involuntary context switches= 3591


# summary of solver processes directly reported to runsolver:
#   pid: 893321,893326
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3599.35
#   total CPU system time (s): 0.73064

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.00146 second user time and 18.9106 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-16 11:37:11
IDJOB=4435252
IDBENCH=155358
IDSOLVER=3065
FILE ID=nodeC030/4435252-1721122618
RUNJOBID= nodeC030-1721118953-888835
SLURM_JOB_ID= 7505667
Free space on /tmp= 890060 MiB

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

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

MD5SUM BENCH= a4b0cd988cdc47ea50384dbc6c682a43
RANDOM SEED=1547332494

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		: 3681.319
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		: 3682.395
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.784
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		: 3662.908
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		: 3681.332
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		: 3684.030
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.865
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		: 3600.043
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:        126940420 kB
MemAvailable:   128302132 kB
Buffers:          396000 kB
Cached:          1791332 kB
SwapCached:            0 kB
Active:           922348 kB
Inactive:        3039416 kB
Active(anon):       1572 kB
Inactive(anon):  1810608 kB
Active(file):     920776 kB
Inactive(file):  1228808 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             12924 kB
Writeback:           128 kB
AnonPages:       1773748 kB
Mapped:           109188 kB
Shmem:             37720 kB
KReclaimable:     103900 kB
Slab:             211336 kB
SReclaimable:     103900 kB
SUnreclaim:       107436 kB
KernelStack:        4144 kB
PageTables:        13008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2125896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            63680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    436224 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= 890028 MiB
End job on nodeC030 at 2024-07-16 12:37:21