Trace number 4453599

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 1.03? (TO) 3600.03 3610.3

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
subsetcard/larger/random4reg_opb_shuffle/normalized-subsetcard-geq-random4reg-1500.shuf-2.opb
MD5SUM2ad33d7cf1ba27c2d511e3154b862a9b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.112601
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6001
Total number of constraints3000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)355
Number of constraints which are nor clauses,nor cardinality constraints2645
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.03.
0.00/0.00	c Input file name: HOME/instance-4453599-1721485109.opb
3600.02/3610.30	c 
3600.02/3610.30	c *** TERMINATED *** by signal 15
3600.02/3610.30	s UNKNOWN
3600.02/3610.30	c _____________________________________________________________________________
3600.02/3610.30	c std/band forms        : 3000,0
3600.02/3610.30	c 2cl/3cl ITE-codings   : 0,0
3600.02/3610.30	c BDD/srt/adr Max costs : 0,18,0
3600.02/3610.30	c BDDraw/bin/mul/srt/adr: 0,0,0,3000,0
3600.02/3610.30	c BDD nodes             : 0
3600.02/3610.30	c Es1/CC detections     : 0,0
3600.02/3610.30	c CC sort               : 3000
3600.02/3610.30	c SAT/UNSAT calls       : 0,0
3600.02/3610.30	c regenrated variables  : 0
3600.02/3610.30	c eliminated fixed lits : 0
3600.02/3610.30	c goal lit flips        : 0
3600.02/3610.30	c goal stages           : 0
3600.02/3610.30	c goal shrink           : 0
3600.02/3610.30	c goal coeff separations: 0
3600.02/3610.30	c restarts              : 0
3600.02/3610.30	c conflicts             : 0              (0 /sec)
3600.02/3610.30	c decisions             : 0              (0 /sec)
3600.02/3610.30	c propagations          : 0              (0 /sec)
3600.02/3610.30	c inspects              : 0              (0 /sec)
3600.02/3610.30	c CPU time (solving tm) : 3572 s        (3572 s, SAT 0 s, UNSAT 0 s)
3600.02/3610.30	c Time for Opt-base     : 0.003031 s
3600.02/3610.30	c Steps for Opt-base    : 0
3600.02/3610.30	c Time for BDD coding   : 0 s
3600.02/3610.30	c Time for srt coding   : 0.003896 s
3600.02/3610.30	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 (62760 MiB free)
  memory of node 1: 64473 MiB (61656 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453599-1721485109/watcher-4453599-1721485109 -o /tmp/evaluation-result-4453599-1721485109/solver-4453599-1721485109 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721481512-1062477 --watchdog 3760 HOME/naps-1.03.sh HOME/instance-4453599-1721485109.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=1064640, runsolver pid=1064636

[startup+0.100098 s]*
/proc/loadavg: 4.12 4.15 4.11 4/252 1064649
/proc/meminfo: memFree=127389508/131524600 swapFree=131071996/131071996
[pid=1064640] ppid=1064636 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/1064640/stat : 1064640 (naps-1.03.sh) S 1064636 1064640 1062465 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 200674426 10170368 690 134679101440 94119387148288 94119388227608 140723397280848 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94119390326064 94119390373252 94119420600320 140723397288930 140723397289055 140723397289055 140723397296072 0
/proc/1064640/statm: 2483 690 613 264 0 134 0
[pid=1064645] ppid=1064640 vsize=14872 memory=12124 CPUtime=0.09 cores=1,3
/proc/1064645/stat : 1064645 (naps-1.03) R 1064640 1064640 1062465 0 -1 4194304 3047 0 0 0 9 0 0 0 20 0 1 0 200674427 15228928 3031 134679101440 4194304 6891213 140727070340432 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9797632 140727070344179 140727070344291 140727070344291 140727070351307 0
/proc/1064645/statm: 3718 3031 532 659 0 2922 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 24804 KiB
Current children cumulated memory: 14884 KiB

[startup+0.205755 s]*
/proc/loadavg: 4.12 4.15 4.11 4/254 1064655
/proc/meminfo: memFree=127388588/131524600 swapFree=131071996/131071996
[pid=1064640] ppid=1064636 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/1064640/stat : 1064640 (naps-1.03.sh) S 1064636 1064640 1062465 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 200674426 10170368 690 134679101440 94119387148288 94119388227608 140723397280848 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94119390326064 94119390373252 94119420600320 140723397288930 140723397289055 140723397289055 140723397296072 0
/proc/1064640/statm: 2483 690 613 264 0 134 0
[pid=1064645] ppid=1064640 vsize=15624 memory=12764 CPUtime=0.19 cores=1,3
/proc/1064645/stat : 1064645 (naps-1.03) R 1064640 1064640 1062465 0 -1 4194304 3280 0 0 0 19 0 0 0 20 0 1 0 200674427 15998976 3191 134679101440 4194304 6891213 140727070340432 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9797632 140727070344179 140727070344291 140727070344291 140727070351307 0
/proc/1064645/statm: 3906 3191 532 659 0 3110 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 25556 KiB
Current children cumulated memory: 15524 KiB

[startup+0.305101 s]*
/proc/loadavg: 4.12 4.15 4.11 4/251 1064672
/proc/meminfo: memFree=127394188/131524600 swapFree=131071996/131071996
[pid=1064640] ppid=1064636 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/1064640/stat : 1064640 (naps-1.03.sh) S 1064636 1064640 1062465 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 200674426 10170368 690 134679101440 94119387148288 94119388227608 140723397280848 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94119390326064 94119390373252 94119420600320 140723397288930 140723397289055 140723397289055 140723397296072 0
/proc/1064640/statm: 2483 690 613 264 0 134 0
[pid=1064645] ppid=1064640 vsize=14600 memory=12344 CPUtime=0.29 cores=1,3
/proc/1064645/stat : 1064645 (naps-1.03) R 1064640 1064640 1062465 0 -1 4194304 3337 0 0 0 29 0 0 0 20 0 1 0 200674427 14950400 3086 134679101440 4194304 6891213 140727070340432 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9797632 140727070344179 140727070344291 140727070344291 140727070351307 0
/proc/1064645/statm: 3650 3086 532 659 0 2854 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 24532 KiB
Current children cumulated memory: 15104 KiB

[startup+0.700194 s]
/proc/loadavg: 4.12 4.15 4.11 5/258 1064691
/proc/meminfo: memFree=127368748/131524600 swapFree=131071996/131071996
[pid=1064640] ppid=1064636 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/1064640/stat : 1064640 (naps-1.03.sh) S 1064636 1064640 1062465 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 200674426 10170368 690 134679101440 94119387148288 94119388227608 140723397280848 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94119390326064 94119390373252 94119420600320 140723397288930 140723397289055 140723397289055 140723397296072 0
/proc/1064640/statm: 2483 690 613 264 0 134 0
[pid=1064645] ppid=1064640 vsize=14844 memory=12160 CPUtime=0.68 cores=1,3
/proc/1064645/stat : 1064645 (naps-1.03) R 1064640 1064640 1062465 0 -1 4194304 3859 0 0 0 68 0 0 0 20 0 1 0 200674427 15200256 3040 134679101440 4194304 6891213 140727070340432 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9797632 140727070344179 140727070344291 140727070344291 140727070351307 0
/proc/1064645/statm: 3711 3040 532 659 0 2915 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 24776 KiB
Current children cumulated memory: 14920 KiB

[startup+1.50017 s]
/proc/loadavg: 4.12 4.15 4.11 5/258 1064691
/proc/meminfo: memFree=127364212/131524600 swapFree=131071996/131071996
[pid=1064640] ppid=1064636 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/1064640/stat : 1064640 (naps-1.03.sh) S 1064636 1064640 1062465 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 200674426 10170368 690 134679101440 94119387148288 94119388227608 140723397280848 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94119390326064 94119390373252 94119420600320 140723397288930 140723397289055 140723397289055 140723397296072 0
/proc/1064640/statm: 2483 690 613 264 0 134 0
[pid=1064645] ppid=1064640 vsize=13860 memory=11252 CPUtime=1.48 cores=1,3
/proc/1064645/stat : 1064645 (naps-1.03) R 1064640 1064640 1062465 0 -1 4194304 5585 0 0 0 147 1 0 0 20 0 1 0 200674427 14192640 2813 134679101440 4194304 6891213 140727070340432 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9797632 140727070344179 140727070344291 140727070344291 140727070351307 0
/proc/1064645/statm: 3465 2813 532 659 0 2669 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 23792 KiB
Current children cumulated memory: 14012 KiB

[startup+3.1054 s]
/proc/loadavg: 4.11 4.15 4.11 5/258 1064741
/proc/meminfo: memFree=127371388/131524600 swapFree=131071996/131071996
[pid=1064640] ppid=1064636 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/1064640/stat : 1064640 (naps-1.03.sh) S 1064636 1064640 1062465 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 200674426 10170368 690 134679101440 94119387148288 94119388227608 140723397280848 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94119390326064 94119390373252 94119420600320 140723397288930 140723397289055 140723397289055 140723397296072 0
/proc/1064640/statm: 2483 690 613 264 0 134 0
[pid=1064645] ppid=1064640 vsize=14296 memory=11532 CPUtime=3.09 cores=1,3
/proc/1064645/stat : 1064645 (naps-1.03) R 1064640 1064640 1062465 0 -1 4194304 8843 0 0 0 307 2 0 0 20 0 1 0 200674427 14639104 2883 134679101440 4194304 6891213 140727070340432 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9797632 140727070344179 140727070344291 140727070344291 140727070351307 0
/proc/1064645/statm: 3574 2883 532 659 0 2778 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 24228 KiB
Current children cumulated memory: 14292 KiB

[startup+6.30018 s]
/proc/loadavg: 4.11 4.15 4.11 5/258 1064741
/proc/meminfo: memFree=127365732/131524600 swapFree=131071996/131071996
[pid=1064640] ppid=1064636 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/1064640/stat : 1064640 (naps-1.03.sh) S 1064636 1064640 1062465 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 200674426 10170368 690 134679101440 94119387148288 94119388227608 140723397280848 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94119390326064 94119390373252 94119420600320 140723397288930 140723397289055 140723397289055 140723397296072 0
/proc/1064640/statm: 2483 690 613 264 0 134 0
[pid=1064645] ppid=1064640 vsize=21932 memory=15232 CPUtime=6.27 cores=1,3
/proc/1064645/stat : 1064645 (naps-1.03) R 1064640 1064640 1062465 0 -1 4194304 18695 0 0 0 623 4 0 0 20 0 1 0 200674427 22458368 3808 134679101440 4194304 6891213 140727070340432 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9797632 140727070344179 140727070344291 140727070344291 140727070351307 0
/proc/1064645/statm: 5483 3808 532 659 0 4687 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 31864 KiB
Current children cumulated memory: 17992 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.15 4.11 5/258 1064793
/proc/meminfo: memFree=127364152/131524600 swapFree=131071996/131071996
[pid=1064640] ppid=1064636 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/1064640/stat : 1064640 (naps-1.03.sh) S 1064636 1064640 1062465 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 200674426 10170368 690 134679101440 94119387148288 94119388227608 140723397280848 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94119390326064 94119390373252 94119420600320 140723397288930 140723397289055 140723397289055 140723397296072 0
/proc/1064640/statm: 2483 690 613 264 0 134 0
[pid=1064645] ppid=1064640 vsize=23940 memory=18788 CPUtime=12.65 cores=1,3
/proc/1064645/stat : 1064645 (naps-1.03) R 1064640 1064640 1062465 0 -1 4194304 38680 0 0 0 1257 8 0 0 20 0 1 0 200674427 24514560 4697 134679101440 4194304 6891213 140727070340432 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9797632 140727070344179 140727070344291 140727070344291 140727070351307 0
/proc/1064645/statm: 5985 4697 532 659 0 5189 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 33872 KiB
Current children cumulated memory: 21548 KiB

[startup+25.5002 s]
/proc/loadavg: 4.37 4.21 4.13 5/258 1064794
/proc/meminfo: memFree=127349800/131524600 swapFree=131071996/131071996
[pid=1064640] ppid=1064636 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/1064640/stat : 1064640 (naps-1.03.sh) S 1064636 1064640 1062465 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 200674426 10170368 690 134679101440 94119387148288 94119388227608 140723397280848 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94119390326064 94119390373252 94119420600320 140723397288930 140723397289055 140723397289055 140723397296072 0
/proc/1064640/statm: 2483 690 613 264 0 134 0
[pid=1064645] ppid=1064640 vsize=21892 memory=18684 CPUtime=25.41 cores=1,3
/proc/1064645/stat : 1064645 (naps-1.03) R 1064640 1064640 1062465 0 -1 4194304 80006 0 0 0 2522 19 0 0 20 0 1 0 200674427 22417408 4671 134679101440 4194304 6891213 140727070340432 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9797632 140727070344179 140727070344291 140727070344291 140727070351307 0
/proc/1064645/statm: 5473 4671 532 659 0 4677 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 31824 KiB
Current children cumulated memory: 21444 KiB

[startup+51.1054 s]
/proc/loadavg: 4.36 4.22 4.14 5/258 1064799
/proc/meminfo: memFree=127339736/131524600 swapFree=131071996/131071996
[pid=1064640] ppid=1064636 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/1064640/stat : 1064640 (naps-1.03.sh) S 1064636 1064640 1062465 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 200674426 10170368 690 134679101440 94119387148288 94119388227608 140723397280848 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94119390326064 94119390373252 94119420600320 140723397288930 140723397289055 140723397289055 140723397296072 0
/proc/1064640/statm: 2483 690 613 264 0 134 0
[pid=1064645] ppid=1064640 vsize=23940 memory=19124 CPUtime=50.95 cores=1,3
/proc/1064645/stat : 1064645 (naps-1.03) R 1064640 1064640 1062465 0 -1 4194304 159698 0 0 0 5057 38 0 0 20 0 1 0 200674427 24514560 4781 134679101440 4194304 6891213 140727070340432 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9797632 140727070344179 140727070344291 140727070344291 140727070351307 0
/proc/1064645/statm: 5985 4781 532 659 0 5189 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 33872 KiB
Current children cumulated memory: 21884 KiB

[startup+102.3 s]
/proc/loadavg: 4.20 4.20 4.13 5/258 1064807
/proc/meminfo: memFree=127332216/131524600 swapFree=131071996/131071996
[pid=1064640] ppid=1064636 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/1064640/stat : 1064640 (naps-1.03.sh) S 1064636 1064640 1062465 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 200674426 10170368 690 134679101440 94119387148288 94119388227608 140723397280848 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94119390326064 94119390373252 94119420600320 140723397288930 140723397289055 140723397289055 140723397296072 0
/proc/1064640/statm: 2483 690 613 264 0 134 0
[pid=1064645] ppid=1064640 vsize=20232 memory=16032 CPUtime=101.98 cores=1,3
/proc/1064645/stat : 1064645 (naps-1.03) R 1064640 1064640 1062465 0 -1 4194304 288312 0 0 0 10126 72 0 0 20 0 1 0 200674427 20717568 4008 134679101440 4194304 6891213 140727070340432 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9797632 140727070344179 140727070344291 140727070344291 140727070351307 0
/proc/1064645/statm: 5058 4008 532 659 0 4262 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 30164 KiB
Current children cumulated memory: 18792 KiB

[startup+162.3 s]
/proc/loadavg: 4.17 4.19 4.13 5/261 1064824
/proc/meminfo: memFree=127327308/131524600 swapFree=131071996/131071996
[pid=1064640] ppid=1064636 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/1064640/stat : 1064640 (naps-1.03.sh) S 1064636 1064640 1062465 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 200674426 10170368 690 134679101440 94119387148288 94119388227608 140723397280848 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94119390326064 94119390373252 94119420600320 140723397288930 140723397289055 140723397289055 140723397296072 0
/proc/1064640/statm: 2483 690 613 264 0 134 0
[pid=1064645] ppid=1064640 vsize=22280 memory=18928 CPUtime=161.8 cores=1,3
/proc/1064645/stat : 1064645 (naps-1.03) R 1064640 1064640 1062465 0 -1 4194304 448035 0 0 0 16064 116 0 0 20 0 1 0 200674427 22814720 4732 134679101440 4194304 6891213 140727070340432 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9797632 140727070344179 140727070344291 140727070344291 140727070351307 0
/proc/1064645/statm: 5570 4732 532 659 0 4774 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 32212 KiB
Current children cumulated memory: 21688 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.17 4.13 5/261 1064834
/proc/meminfo: memFree=127284464/131524600 swapFree=131071996/131071996
[pid=1064640] ppid=1064636 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/1064640/stat : 1064640 (naps-1.03.sh) S 1064636 1064640 1062465 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 200674426 10170368 690 134679101440 94119387148288 94119388227608 140723397280848 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94119390326064 94119390373252 94119420600320 140723397288930 140723397289055 140723397289055 140723397296072 0
/proc/1064640/statm: 2483 690 613 264 0 134 0
[pid=1064645] ppid=1064640 vsize=32652 memory=28252 CPUtime=221.64 cores=1,3
/proc/1064645/stat : 1064645 (naps-1.03) R 1064640 1064640 1062465 0 -1 4194304 605722 0 0 0 22004 160 0 0 20 0 1 0 200674427 33435648 7063 134679101440 4194304 6891213 140727070340432 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9797632 140727070344179 140727070344291 140727070344291 140727070351307 0
/proc/1064645/statm: 8163 7063 532 659 0 7367 0
Current children cumulated CPU time: 221.64 s

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

/proc/loadavg: 4.17 4.23 4.15 5/259 1066539
/proc/meminfo: memFree=127030672/131524600 swapFree=131071996/131071996
[pid=1064640] ppid=1064636 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/1064640/stat : 1064640 (naps-1.03.sh) S 1064636 1064640 1062465 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 200674426 10170368 690 134679101440 94119387148288 94119388227608 140723397280848 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94119390326064 94119390373252 94119420600320 140723397288930 140723397289055 140723397289055 140723397296072 0
/proc/1064640/statm: 2483 690 613 264 0 134 0
[pid=1064645] ppid=1064640 vsize=83300 memory=54808 CPUtime=3093.6 cores=1,3
/proc/1064645/stat : 1064645 (naps-1.03) R 1064640 1064640 1062465 0 -1 4194304 8783684 0 0 0 306955 2405 0 0 20 0 1 0 200674427 85299200 13702 134679101440 4194304 6891213 140727070340432 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9797632 140727070344179 140727070344291 140727070344291 140727070351307 0
/proc/1064645/statm: 20825 13702 532 659 0 20029 0
Current children cumulated CPU time: 3093.6 s
Current children cumulated vsize: 93232 KiB
Current children cumulated memory: 57568 KiB

[startup+3162.3 s]
/proc/loadavg: 4.21 4.23 4.16 5/260 1066553
/proc/meminfo: memFree=127028648/131524600 swapFree=131071996/131071996
[pid=1064640] ppid=1064636 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/1064640/stat : 1064640 (naps-1.03.sh) S 1064636 1064640 1062465 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 200674426 10170368 690 134679101440 94119387148288 94119388227608 140723397280848 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94119390326064 94119390373252 94119420600320 140723397288930 140723397289055 140723397289055 140723397296072 0
/proc/1064640/statm: 2483 690 613 264 0 134 0
[pid=1064645] ppid=1064640 vsize=34148 memory=26944 CPUtime=3153.41 cores=1,3
/proc/1064645/stat : 1064645 (naps-1.03) R 1064640 1064640 1062465 0 -1 4194304 8865153 0 0 0 312904 2437 0 0 20 0 1 0 200674427 34967552 6736 134679101440 4194304 6891213 140727070340432 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9797632 140727070344179 140727070344291 140727070344291 140727070351307 0
/proc/1064645/statm: 8537 6736 532 659 0 7741 0
Current children cumulated CPU time: 3153.41 s
Current children cumulated vsize: 44080 KiB
Current children cumulated memory: 29704 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.20 4.15 5/259 1066563
/proc/meminfo: memFree=127017180/131524600 swapFree=131071996/131071996
[pid=1064640] ppid=1064636 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/1064640/stat : 1064640 (naps-1.03.sh) S 1064636 1064640 1062465 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 200674426 10170368 690 134679101440 94119387148288 94119388227608 140723397280848 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94119390326064 94119390373252 94119420600320 140723397288930 140723397289055 140723397289055 140723397296072 0
/proc/1064640/statm: 2483 690 613 264 0 134 0
[pid=1064645] ppid=1064640 vsize=87396 memory=60276 CPUtime=3213.23 cores=1,3
/proc/1064645/stat : 1064645 (naps-1.03) R 1064640 1064640 1062465 0 -1 4194304 8945326 0 0 0 318853 2470 0 0 20 0 1 0 200674427 89493504 15069 134679101440 4194304 6891213 140727070340432 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9797632 140727070344179 140727070344291 140727070344291 140727070351307 0
/proc/1064645/statm: 21849 15069 532 659 0 21053 0
Current children cumulated CPU time: 3213.23 s
Current children cumulated vsize: 97328 KiB
Current children cumulated memory: 63036 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.18 4.15 5/260 1066574
/proc/meminfo: memFree=127054600/131524600 swapFree=131071996/131071996
[pid=1064640] ppid=1064636 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/1064640/stat : 1064640 (naps-1.03.sh) S 1064636 1064640 1062465 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 200674426 10170368 690 134679101440 94119387148288 94119388227608 140723397280848 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94119390326064 94119390373252 94119420600320 140723397288930 140723397289055 140723397289055 140723397296072 0
/proc/1064640/statm: 2483 690 613 264 0 134 0
[pid=1064645] ppid=1064640 vsize=25956 memory=23120 CPUtime=3273.04 cores=1,3
/proc/1064645/stat : 1064645 (naps-1.03) R 1064640 1064640 1062465 0 -1 4194304 9116601 0 0 0 324791 2513 0 0 20 0 1 0 200674427 26578944 5780 134679101440 4194304 6891213 140727070340432 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9797632 140727070344179 140727070344291 140727070344291 140727070351307 0
/proc/1064645/statm: 6489 5780 532 659 0 5693 0
Current children cumulated CPU time: 3273.04 s
Current children cumulated vsize: 35888 KiB
Current children cumulated memory: 25880 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.17 4.15 5/260 1066586
/proc/meminfo: memFree=127024448/131524600 swapFree=131071996/131071996
[pid=1064640] ppid=1064636 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/1064640/stat : 1064640 (naps-1.03.sh) S 1064636 1064640 1062465 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 200674426 10170368 690 134679101440 94119387148288 94119388227608 140723397280848 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94119390326064 94119390373252 94119420600320 140723397288930 140723397289055 140723397289055 140723397296072 0
/proc/1064640/statm: 2483 690 613 264 0 134 0
[pid=1064645] ppid=1064640 vsize=38244 memory=32492 CPUtime=3332.86 cores=1,3
/proc/1064645/stat : 1064645 (naps-1.03) R 1064640 1064640 1062465 0 -1 4194304 9206106 0 0 0 330738 2548 0 0 20 0 1 0 200674427 39161856 8123 134679101440 4194304 6891213 140727070340432 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9797632 140727070344179 140727070344291 140727070344291 140727070351307 0
/proc/1064645/statm: 9561 8123 532 659 0 8765 0
Current children cumulated CPU time: 3332.86 s
Current children cumulated vsize: 48176 KiB
Current children cumulated memory: 35252 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.16 4.14 5/260 1066597
/proc/meminfo: memFree=126995668/131524600 swapFree=131071996/131071996
[pid=1064640] ppid=1064636 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/1064640/stat : 1064640 (naps-1.03.sh) S 1064636 1064640 1062465 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 200674426 10170368 690 134679101440 94119387148288 94119388227608 140723397280848 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94119390326064 94119390373252 94119420600320 140723397288930 140723397289055 140723397289055 140723397296072 0
/proc/1064640/statm: 2483 690 613 264 0 134 0
[pid=1064645] ppid=1064640 vsize=38244 memory=27184 CPUtime=3392.67 cores=1,3
/proc/1064645/stat : 1064645 (naps-1.03) R 1064640 1064640 1062465 0 -1 4194304 9581142 0 0 0 336634 2633 0 0 20 0 1 0 200674427 39161856 6796 134679101440 4194304 6891213 140727070340432 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9797632 140727070344179 140727070344291 140727070344291 140727070351307 0
/proc/1064645/statm: 9561 6796 532 659 0 8765 0
Current children cumulated CPU time: 3392.67 s
Current children cumulated vsize: 48176 KiB
Current children cumulated memory: 29944 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.14 4.13 5/259 1066607
/proc/meminfo: memFree=127031060/131524600 swapFree=131071996/131071996
[pid=1064640] ppid=1064636 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/1064640/stat : 1064640 (naps-1.03.sh) S 1064636 1064640 1062465 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 200674426 10170368 690 134679101440 94119387148288 94119388227608 140723397280848 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94119390326064 94119390373252 94119420600320 140723397288930 140723397289055 140723397289055 140723397296072 0
/proc/1064640/statm: 2483 690 613 264 0 134 0
[pid=1064645] ppid=1064640 vsize=50532 memory=38348 CPUtime=3452.48 cores=1,3
/proc/1064645/stat : 1064645 (naps-1.03) R 1064640 1064640 1062465 0 -1 4194304 9767364 0 0 0 342565 2683 0 0 20 0 1 0 200674427 51744768 9587 134679101440 4194304 6891213 140727070340432 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9797632 140727070344179 140727070344291 140727070344291 140727070351307 0
/proc/1064645/statm: 12633 9587 532 659 0 11837 0
Current children cumulated CPU time: 3452.48 s
Current children cumulated vsize: 60464 KiB
Current children cumulated memory: 41108 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.14 4.13 5/259 1066617
/proc/meminfo: memFree=127031364/131524600 swapFree=131071996/131071996
[pid=1064640] ppid=1064636 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/1064640/stat : 1064640 (naps-1.03.sh) S 1064636 1064640 1062465 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 200674426 10170368 690 134679101440 94119387148288 94119388227608 140723397280848 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94119390326064 94119390373252 94119420600320 140723397288930 140723397289055 140723397289055 140723397296072 0
/proc/1064640/statm: 2483 690 613 264 0 134 0
[pid=1064645] ppid=1064640 vsize=50532 memory=34472 CPUtime=3512.29 cores=1,3
/proc/1064645/stat : 1064645 (naps-1.03) R 1064640 1064640 1062465 0 -1 4194304 9844435 0 0 0 348514 2715 0 0 20 0 1 0 200674427 51744768 8618 134679101440 4194304 6891213 140727070340432 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9797632 140727070344179 140727070344291 140727070344291 140727070351307 0
/proc/1064645/statm: 12633 8618 532 659 0 11837 0
Current children cumulated CPU time: 3512.29 s
Current children cumulated vsize: 60464 KiB
Current children cumulated memory: 37232 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.13 4.13 5/258 1066628
/proc/meminfo: memFree=127017744/131524600 swapFree=131071996/131071996
[pid=1064640] ppid=1064636 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/1064640/stat : 1064640 (naps-1.03.sh) S 1064636 1064640 1062465 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 200674426 10170368 690 134679101440 94119387148288 94119388227608 140723397280848 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94119390326064 94119390373252 94119420600320 140723397288930 140723397289055 140723397289055 140723397296072 0
/proc/1064640/statm: 2483 690 613 264 0 134 0
[pid=1064645] ppid=1064640 vsize=25956 memory=22708 CPUtime=3572.1 cores=1,3
/proc/1064645/stat : 1064645 (naps-1.03) R 1064640 1064640 1062465 0 -1 4194304 9995622 0 0 0 354446 2764 0 0 20 0 1 0 200674427 26578944 5677 134679101440 4194304 6891213 140727070340432 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9797632 140727070344179 140727070344291 140727070344291 140727070351307 0
/proc/1064645/statm: 6489 5677 532 659 0 5693 0
Current children cumulated CPU time: 3572.1 s
Current children cumulated vsize: 35888 KiB
Current children cumulated memory: 25468 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.3 s]
/proc/loadavg: 4.11 4.13 4.13 5/258 1066633
/proc/meminfo: memFree=127024220/131524600 swapFree=131071996/131071996
[pid=1064640] ppid=1064636 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/1064640/stat : 1064640 (naps-1.03.sh) S 1064636 1064640 1062465 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 200674426 10170368 690 134679101440 94119387148288 94119388227608 140723397280848 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94119390326064 94119390373252 94119420600320 140723397288930 140723397289055 140723397289055 140723397296072 0
/proc/1064640/statm: 2483 690 613 264 0 134 0
[pid=1064645] ppid=1064640 vsize=34148 memory=29972 CPUtime=3600.02 cores=1,3
/proc/1064645/stat : 1064645 (naps-1.03) R 1064640 1064640 1062465 0 -1 4194304 10056496 0 0 0 357221 2781 0 0 20 0 1 0 200674427 34967552 7493 134679101440 4194304 6891213 140727070340432 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9797632 140727070344179 140727070344291 140727070344291 140727070351307 0
/proc/1064645/statm: 8537 7493 532 659 0 7741 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 44080 KiB
Current children cumulated memory: 32732 KiB

Sending SIGTERM to process tree (bottom up)

[startup+3610.3 s]
# the end of solver process 1064640 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=3572.22 s, system=27.8153 s

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

[startup+3610.3 s]
/proc/loadavg: 4.11 4.13 4.13 5/258 1066633
/proc/meminfo: memFree=127024220/131524600 swapFree=131071996/131071996
[pid=1064640] ppid=1064636 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/1064640/stat : 1064640 (naps-1.03.sh) S 1064636 1064640 1062465 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 200674426 10170368 690 134679101440 94119387148288 94119388227608 140723397280848 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94119390326064 94119390373252 94119420600320 140723397288930 140723397289055 140723397289055 140723397296072 0
/proc/1064640/statm: 2483 690 613 264 0 134 0
[pid=1064645] ppid=1064640 vsize=34148 memory=29972 CPUtime=3600.02 cores=1,3
/proc/1064645/stat : 1064645 (naps-1.03) R 1064640 1064640 1062465 0 -1 4194304 10056496 0 0 0 357221 2781 0 0 20 0 1 0 200674427 34967552 7493 134679101440 4194304 6891213 140727070340432 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9797632 140727070344179 140727070344291 140727070344291 140727070351307 0
/proc/1064645/statm: 8537 7493 532 659 0 7741 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 44080 KiB
Current children cumulated memory: 32732 KiB

Child status: 10

Real time (s): 3610.3
CPU time (s): 3600.03
CPU user time (s): 3572.22
CPU system time (s): 27.8153
CPU usage (%): 99.7156
Max. virtual memory (cumulated for all children) (KiB): 97328
Max. memory (cumulated for all children) (KiB): 81984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3572.22
system time used= 27.8153
maximum resident set size= 79224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10056976
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= 31
involuntary context switches= 4774


# summary of solver processes directly reported to runsolver:
#   pid: 1064640
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3572.22
#   total CPU system time (s): 27.8153

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.07161 second user time and 16.3653 second system time

The end

Launcher Data

Begin job on nodeC020 at 2024-07-20 16:18:42
IDJOB=4453599
IDBENCH=175665
IDSOLVER=3063
FILE ID=nodeC020/4453599-1721485109
RUNJOBID= nodeC020-1721481512-1062477
SLURM_JOB_ID= 7545763
Free space on /tmp= 890068 MiB

SOLVER NAME= NaPS 1.03
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/subsetcard/larger/random4reg_opb_shuffle/normalized-subsetcard-geq-random4reg-1500.shuf-2.opb
COMMAND LINE= HOME/naps-1.03.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453599-1721485109/watcher-4453599-1721485109 -o /tmp/evaluation-result-4453599-1721485109/solver-4453599-1721485109 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721481512-1062477 --watchdog 3760  HOME/naps-1.03.sh HOME/instance-4453599-1721485109.opb

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

MD5SUM BENCH= 2ad33d7cf1ba27c2d511e3154b862a9b
RANDOM SEED=18469182

nodeC020.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		: 3647.499
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	: 7000.05
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		: 3651.531
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.84
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.111
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	: 7000.05
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		: 3658.351
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.84
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		: 3647.594
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	: 7000.05
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		: 3657.649
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.84
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		: 3600.071
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	: 7000.05
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		: 3603.614
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127399040 kB
MemAvailable:   129618532 kB
Buffers:          582312 kB
Cached:          2461804 kB
SwapCached:            0 kB
Active:          1026200 kB
Inactive:        2441360 kB
Active(anon):       1624 kB
Inactive(anon):   467444 kB
Active(file):    1024576 kB
Inactive(file):  1973916 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5688 kB
Writeback:             0 kB
AnonPages:        414444 kB
Mapped:           111692 kB
Shmem:             45912 kB
KReclaimable:     121648 kB
Slab:             238184 kB
SReclaimable:     121648 kB
SUnreclaim:       116536 kB
KernelStack:        4144 kB
PageTables:        10388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     895096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            71776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    286720 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:      211668 kB
DirectMap2M:    22630400 kB
DirectMap1G:    113246208 kB

Free space on /tmp at the end= 890060 MiB
End job on nodeC020 at 2024-07-20 17:18:53