Trace number 4453571

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
subsetcard/larger/random4reg_opb_shuffle/normalized-subsetcard-eq-random4reg-1250.shuf-2.opb
MD5SUM3566bcd5bd0e33c2b0ad42e502bc55df
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.075281
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5001
Total number of constraints5000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)624
Number of constraints which are nor clauses,nor cardinality constraints4376
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
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-4453571-1721482523.opb
3600.06/3612.90	c 
3600.06/3612.90	c *** TERMINATED *** by signal 15
3600.06/3612.90	s UNKNOWN
3600.06/3612.90	c _____________________________________________________________________________
3600.06/3612.90	c 
3600.06/3612.90	c std/band forms        : 4998,1
3600.06/3612.90	c 2cl/3cl ITE-codings   : 10002,3
3600.06/3612.90	c BDD/srt/adr Max costs : 8,0,0
3600.06/3612.90	c BDDraw/bin/mul/srt/adr: 4999,0,0,0,0
3600.06/3612.90	c BDD nodes             : 30006
3600.06/3612.90	c Es1/CC detections     : 0,0
3600.06/3612.90	c SAT/UNSAT calls       : 0,0
3600.06/3612.90	c regenrated variables  : 0
3600.06/3612.90	c restarts              : 0
3600.06/3612.90	c conflicts             : 0              (0 /sec)
3600.06/3612.90	c decisions             : 0              (0 /sec)
3600.06/3612.90	c propagations          : 0              (0 /sec)
3600.06/3612.90	c inspects              : 0              (0 /sec)
3600.06/3612.90	c CPU time (solving tm) : 3597 s        (3596 s)
3600.06/3612.90	c Time for Opt-base     : 0 s
3600.06/3612.90	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453571-1721482523/watcher-4453571-1721482523 -o /tmp/evaluation-result-4453571-1721482523/solver-4453571-1721482523 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721482535-1058647 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4453571-1721482523.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=1058711, runsolver pid=1058706

[startup+0.1001 s]*
/proc/loadavg: 1.61 1.99 2.34 7/248 1058726
/proc/meminfo: memFree=127222640/131655788 swapFree=131071996/131071996
[pid=1058711] ppid=1058706 vsize=9932 memory=2664 CPUtime=0 cores=0,2
/proc/1058711/stat : 1058711 (naps-1.02b5.sh) S 1058706 1058711 1058637 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 200409242 10170368 666 134679101440 94538137784320 94538138863640 140731240707680 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94538140962096 94538141009284 94538149548032 140731240715230 140731240715357 140731240715357 140731240722374 0
/proc/1058711/statm: 2483 666 587 264 0 134 0
[pid=1058716] ppid=1058711 vsize=11588 memory=6520 CPUtime=0.09 cores=0,2
/proc/1058716/stat : 1058716 (naps-1.02b5) R 1058711 1058711 1058637 0 -1 4194304 1321 0 0 0 9 0 0 0 20 0 1 0 200409243 11866112 1630 134679101440 4194304 5746509 140729902669088 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27422720 140729902674925 140729902675039 140729902675039 140729902682057 0
/proc/1058716/statm: 2897 1630 405 379 0 2431 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 21520 KiB
Current children cumulated memory: 9184 KiB

[startup+0.213752 s]*
/proc/loadavg: 1.61 1.99 2.34 7/248 1058726
/proc/meminfo: memFree=127213960/131655788 swapFree=131071996/131071996
[pid=1058711] ppid=1058706 vsize=9932 memory=2664 CPUtime=0 cores=0,2
/proc/1058711/stat : 1058711 (naps-1.02b5.sh) S 1058706 1058711 1058637 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 200409242 10170368 666 134679101440 94538137784320 94538138863640 140731240707680 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94538140962096 94538141009284 94538149548032 140731240715230 140731240715357 140731240715357 140731240722374 0
/proc/1058711/statm: 2483 666 587 264 0 134 0
[pid=1058716] ppid=1058711 vsize=13160 memory=7952 CPUtime=0.21 cores=0,2
/proc/1058716/stat : 1058716 (naps-1.02b5) R 1058711 1058711 1058637 0 -1 4194304 1738 0 0 0 21 0 0 0 20 0 1 0 200409243 13475840 1988 134679101440 4194304 5746509 140729902669088 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27422720 140729902674925 140729902675039 140729902675039 140729902682057 0
/proc/1058716/statm: 3290 1988 405 379 0 2824 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 23092 KiB
Current children cumulated memory: 10616 KiB

[startup+0.313523 s]*
/proc/loadavg: 1.61 1.99 2.34 7/248 1058726
/proc/meminfo: memFree=127207764/131655788 swapFree=131071996/131071996
[pid=1058711] ppid=1058706 vsize=9932 memory=2664 CPUtime=0 cores=0,2
/proc/1058711/stat : 1058711 (naps-1.02b5.sh) S 1058706 1058711 1058637 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 200409242 10170368 666 134679101440 94538137784320 94538138863640 140731240707680 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94538140962096 94538141009284 94538149548032 140731240715230 140731240715357 140731240715357 140731240722374 0
/proc/1058711/statm: 2483 666 587 264 0 134 0
[pid=1058716] ppid=1058711 vsize=13740 memory=8492 CPUtime=0.3 cores=0,2
/proc/1058716/stat : 1058716 (naps-1.02b5) R 1058711 1058711 1058637 0 -1 4194304 1885 0 0 0 30 0 0 0 20 0 1 0 200409243 14069760 2123 134679101440 4194304 5746509 140729902669088 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27422720 140729902674925 140729902675039 140729902675039 140729902682057 0
/proc/1058716/statm: 3435 2123 421 379 0 2969 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 23672 KiB
Current children cumulated memory: 11156 KiB

[startup+0.700342 s]
/proc/loadavg: 1.61 1.99 2.34 7/248 1058726
/proc/meminfo: memFree=127196040/131655788 swapFree=131071996/131071996
[pid=1058711] ppid=1058706 vsize=9932 memory=2664 CPUtime=0 cores=0,2
/proc/1058711/stat : 1058711 (naps-1.02b5.sh) S 1058706 1058711 1058637 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 200409242 10170368 666 134679101440 94538137784320 94538138863640 140731240707680 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94538140962096 94538141009284 94538149548032 140731240715230 140731240715357 140731240715357 140731240722374 0
/proc/1058711/statm: 2483 666 587 264 0 134 0
[pid=1058716] ppid=1058711 vsize=19100 memory=16292 CPUtime=0.67 cores=0,2
/proc/1058716/stat : 1058716 (naps-1.02b5) R 1058711 1058711 1058637 0 -1 4194304 4422 0 0 0 66 1 0 0 20 0 1 0 200409243 19558400 4073 134679101440 4194304 5746509 140729902669088 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27422720 140729902674925 140729902675039 140729902675039 140729902682057 0
/proc/1058716/statm: 4775 4073 421 379 0 4309 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 29032 KiB
Current children cumulated memory: 18956 KiB

[startup+1.50034 s]
/proc/loadavg: 1.61 1.99 2.34 7/248 1058726
/proc/meminfo: memFree=127175520/131655788 swapFree=131071996/131071996
[pid=1058711] ppid=1058706 vsize=9932 memory=2664 CPUtime=0 cores=0,2
/proc/1058711/stat : 1058711 (naps-1.02b5.sh) S 1058706 1058711 1058637 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 200409242 10170368 666 134679101440 94538137784320 94538138863640 140731240707680 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94538140962096 94538141009284 94538149548032 140731240715230 140731240715357 140731240715357 140731240722374 0
/proc/1058711/statm: 2483 666 587 264 0 134 0
[pid=1058716] ppid=1058711 vsize=23468 memory=20780 CPUtime=1.47 cores=0,2
/proc/1058716/stat : 1058716 (naps-1.02b5) R 1058711 1058711 1058637 0 -1 4194304 5524 0 0 0 145 2 0 0 20 0 1 0 200409243 24031232 5195 134679101440 4194304 5746509 140729902669088 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27422720 140729902674925 140729902675039 140729902675039 140729902682057 0
/proc/1058716/statm: 5867 5195 421 379 0 5401 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 33400 KiB
Current children cumulated memory: 23444 KiB

[startup+3.11352 s]
/proc/loadavg: 1.61 1.99 2.34 7/248 1058726
/proc/meminfo: memFree=127134448/131655788 swapFree=131071996/131071996
[pid=1058711] ppid=1058706 vsize=9932 memory=2664 CPUtime=0 cores=0,2
/proc/1058711/stat : 1058711 (naps-1.02b5.sh) S 1058706 1058711 1058637 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 200409242 10170368 666 134679101440 94538137784320 94538138863640 140731240707680 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94538140962096 94538141009284 94538149548032 140731240715230 140731240715357 140731240715357 140731240722374 0
/proc/1058711/statm: 2483 666 587 264 0 134 0
[pid=1058716] ppid=1058711 vsize=32428 memory=28472 CPUtime=3.09 cores=0,2
/proc/1058716/stat : 1058716 (naps-1.02b5) R 1058711 1058711 1058637 0 -1 4194304 6930 0 0 0 306 3 0 0 20 0 1 0 200409243 33206272 7118 134679101440 4194304 5746509 140729902669088 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27422720 140729902674925 140729902675039 140729902675039 140729902682057 0
/proc/1058716/statm: 8107 7118 421 379 0 7641 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 42360 KiB
Current children cumulated memory: 31136 KiB

[startup+6.30036 s]
/proc/loadavg: 1.88 2.04 2.35 7/248 1058728
/proc/meminfo: memFree=127123076/131655788 swapFree=131071996/131071996
[pid=1058711] ppid=1058706 vsize=9932 memory=2664 CPUtime=0 cores=0,2
/proc/1058711/stat : 1058711 (naps-1.02b5.sh) S 1058706 1058711 1058637 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 200409242 10170368 666 134679101440 94538137784320 94538138863640 140731240707680 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94538140962096 94538141009284 94538149548032 140731240715230 140731240715357 140731240715357 140731240722374 0
/proc/1058711/statm: 2483 666 587 264 0 134 0
[pid=1058716] ppid=1058711 vsize=32428 memory=30968 CPUtime=6.26 cores=0,2
/proc/1058716/stat : 1058716 (naps-1.02b5) R 1058711 1058711 1058637 0 -1 4194304 8815 0 0 0 622 4 0 0 20 0 1 0 200409243 33206272 7742 134679101440 4194304 5746509 140729902669088 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27422720 140729902674925 140729902675039 140729902675039 140729902682057 0
/proc/1058716/statm: 8107 7742 421 379 0 7641 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 42360 KiB
Current children cumulated memory: 33632 KiB

[startup+12.7004 s]
/proc/loadavg: 2.05 2.07 2.36 8/248 1058728
/proc/meminfo: memFree=127048444/131655788 swapFree=131071996/131071996
[pid=1058711] ppid=1058706 vsize=9932 memory=2664 CPUtime=0 cores=0,2
/proc/1058711/stat : 1058711 (naps-1.02b5.sh) S 1058706 1058711 1058637 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 200409242 10170368 666 134679101440 94538137784320 94538138863640 140731240707680 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94538140962096 94538141009284 94538149548032 140731240715230 140731240715357 140731240715357 140731240722374 0
/proc/1058711/statm: 2483 666 587 264 0 134 0
[pid=1058716] ppid=1058711 vsize=51176 memory=49908 CPUtime=12.64 cores=0,2
/proc/1058716/stat : 1058716 (naps-1.02b5) R 1058711 1058711 1058637 0 -1 4194304 9662 0 0 0 1259 5 0 0 20 0 1 0 200409243 52404224 12477 134679101440 4194304 5746509 140729902669088 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27422720 140729902674925 140729902675039 140729902675039 140729902682057 0
/proc/1058716/statm: 12794 12477 421 379 0 12328 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 61108 KiB
Current children cumulated memory: 52572 KiB

[startup+25.5004 s]
/proc/loadavg: 2.48 2.17 2.39 7/247 1058729
/proc/meminfo: memFree=127003344/131655788 swapFree=131071996/131071996
[pid=1058711] ppid=1058706 vsize=9932 memory=2664 CPUtime=0 cores=0,2
/proc/1058711/stat : 1058711 (naps-1.02b5.sh) S 1058706 1058711 1058637 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 200409242 10170368 666 134679101440 94538137784320 94538138863640 140731240707680 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94538140962096 94538141009284 94538149548032 140731240715230 140731240715357 140731240715357 140731240722374 0
/proc/1058711/statm: 2483 666 587 264 0 134 0
[pid=1058716] ppid=1058711 vsize=81524 memory=80256 CPUtime=25.39 cores=0,2
/proc/1058716/stat : 1058716 (naps-1.02b5) R 1058711 1058711 1058637 0 -1 4194304 10132 0 0 0 2534 5 0 0 20 0 1 0 200409243 83480576 20064 134679101440 4194304 5746509 140729902669088 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27422720 140729902674925 140729902675039 140729902675039 140729902682057 0
/proc/1058716/statm: 20381 20064 421 379 0 19915 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 91456 KiB
Current children cumulated memory: 82920 KiB

[startup+51.1134 s]
/proc/loadavg: 3.00 2.32 2.43 8/245 1058734
/proc/meminfo: memFree=126886388/131655788 swapFree=131071996/131071996
[pid=1058711] ppid=1058706 vsize=9932 memory=2664 CPUtime=0 cores=0,2
/proc/1058711/stat : 1058711 (naps-1.02b5.sh) S 1058706 1058711 1058637 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 200409242 10170368 666 134679101440 94538137784320 94538138863640 140731240707680 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94538140962096 94538141009284 94538149548032 140731240715230 140731240715357 140731240715357 140731240722374 0
/proc/1058711/statm: 2483 666 587 264 0 134 0
[pid=1058716] ppid=1058711 vsize=131064 memory=118560 CPUtime=50.91 cores=0,2
/proc/1058716/stat : 1058716 (naps-1.02b5) R 1058711 1058711 1058637 0 -1 4194304 12530 0 0 0 5081 10 0 0 20 0 1 0 200409243 134209536 29640 134679101440 4194304 5746509 140729902669088 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27422720 140729902674925 140729902675039 140729902675039 140729902682057 0
/proc/1058716/statm: 32766 29640 421 379 0 32300 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 140996 KiB
Current children cumulated memory: 121224 KiB

[startup+102.3 s]
/proc/loadavg: 3.69 2.61 2.53 8/245 1058742
/proc/meminfo: memFree=126865208/131655788 swapFree=131071996/131071996
[pid=1058711] ppid=1058706 vsize=9932 memory=2664 CPUtime=0 cores=0,2
/proc/1058711/stat : 1058711 (naps-1.02b5.sh) S 1058706 1058711 1058637 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 200409242 10170368 666 134679101440 94538137784320 94538138863640 140731240707680 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94538140962096 94538141009284 94538149548032 140731240715230 140731240715357 140731240715357 140731240722374 0
/proc/1058711/statm: 2483 666 587 264 0 134 0
[pid=1058716] ppid=1058711 vsize=161884 memory=135204 CPUtime=101.91 cores=0,2
/proc/1058716/stat : 1058716 (naps-1.02b5) R 1058711 1058711 1058637 0 -1 4194304 18148 0 0 0 10173 18 0 0 20 0 1 0 200409243 165769216 33801 134679101440 4194304 5746509 140729902669088 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27422720 140729902674925 140729902675039 140729902675039 140729902682057 0
/proc/1058716/statm: 40471 33801 421 379 0 40005 0
Current children cumulated CPU time: 101.91 s
Current children cumulated vsize: 171816 KiB
Current children cumulated memory: 137868 KiB

[startup+162.3 s]
/proc/loadavg: 3.94 2.88 2.63 8/245 1058753
/proc/meminfo: memFree=126845860/131655788 swapFree=131071996/131071996
[pid=1058711] ppid=1058706 vsize=9932 memory=2664 CPUtime=0 cores=0,2
/proc/1058711/stat : 1058711 (naps-1.02b5.sh) S 1058706 1058711 1058637 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 200409242 10170368 666 134679101440 94538137784320 94538138863640 140731240707680 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94538140962096 94538141009284 94538149548032 140731240715230 140731240715357 140731240715357 140731240722374 0
/proc/1058711/statm: 2483 666 587 264 0 134 0
[pid=1058716] ppid=1058711 vsize=81744 memory=80476 CPUtime=161.7 cores=0,2
/proc/1058716/stat : 1058716 (naps-1.02b5) R 1058711 1058711 1058637 0 -1 4194304 23704 0 0 0 16143 27 0 0 20 0 1 0 200409243 83705856 20119 134679101440 4194304 5746509 140729902669088 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27422720 140729902674925 140729902675039 140729902675039 140729902682057 0
/proc/1058716/statm: 20436 20119 421 379 0 19970 0
Current children cumulated CPU time: 161.7 s
Current children cumulated vsize: 91676 KiB
Current children cumulated memory: 83140 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 3.12 2.73 7/245 1058763
/proc/meminfo: memFree=126795376/131655788 swapFree=131071996/131071996
[pid=1058711] ppid=1058706 vsize=9932 memory=2664 CPUtime=0 cores=0,2
/proc/1058711/stat : 1058711 (naps-1.02b5.sh) S 1058706 1058711 1058637 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 200409242 10170368 666 134679101440 94538137784320 94538138863640 140731240707680 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94538140962096 94538141009284 94538149548032 140731240715230 140731240715357 140731240715357 140731240722374 0
/proc/1058711/statm: 2483 666 587 264 0 134 0
[pid=1058716] ppid=1058711 vsize=81744 memory=80476 CPUtime=221.48 cores=0,2
/proc/1058716/stat : 1058716 (naps-1.02b5) R 1058711 1058711 1058637 0 -1 4194304 28672 0 0 0 22113 35 0 0 20 0 1 0 200409243 83705856 20119 134679101440 4194304 5746509 140729902669088 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27422720 140729902674925 140729902675039 140729902675039 140729902682057 0
/proc/1058716/statm: 20436 20119 421 379 0 19970 0
Current children cumulated CPU time: 221.48 s

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

/proc/loadavg: 4.07 4.09 4.03 7/247 1060235
/proc/meminfo: memFree=126373344/131655788 swapFree=131071996/131071996
[pid=1058711] ppid=1058706 vsize=9932 memory=2664 CPUtime=0 cores=0,2
/proc/1058711/stat : 1058711 (naps-1.02b5.sh) S 1058706 1058711 1058637 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 200409242 10170368 666 134679101440 94538137784320 94538138863640 140731240707680 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94538140962096 94538141009284 94538149548032 140731240715230 140731240715357 140731240715357 140731240722374 0
/proc/1058711/statm: 2483 666 587 264 0 134 0
[pid=1058716] ppid=1058711 vsize=349152 memory=311020 CPUtime=3091.27 cores=0,2
/proc/1058716/stat : 1058716 (naps-1.02b5) R 1058711 1058711 1058637 0 -1 4194304 157318 0 0 0 308811 316 0 0 20 0 1 0 200409243 357531648 77755 134679101440 4194304 5746509 140729902669088 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27422720 140729902674925 140729902675039 140729902675039 140729902682057 0
/proc/1058716/statm: 87288 77755 421 379 0 86822 0
Current children cumulated CPU time: 3091.27 s
Current children cumulated vsize: 359084 KiB
Current children cumulated memory: 313684 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.09 4.03 8/247 1060246
/proc/meminfo: memFree=126249452/131655788 swapFree=131071996/131071996
[pid=1058711] ppid=1058706 vsize=9932 memory=2664 CPUtime=0 cores=0,2
/proc/1058711/stat : 1058711 (naps-1.02b5.sh) S 1058706 1058711 1058637 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 200409242 10170368 666 134679101440 94538137784320 94538138863640 140731240707680 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94538140962096 94538141009284 94538149548032 140731240715230 140731240715357 140731240715357 140731240722374 0
/proc/1058711/statm: 2483 666 587 264 0 134 0
[pid=1058716] ppid=1058711 vsize=268596 memory=260536 CPUtime=3151.06 cores=0,2
/proc/1058716/stat : 1058716 (naps-1.02b5) R 1058711 1058711 1058637 0 -1 4194304 159342 0 0 0 314784 322 0 0 20 0 1 0 200409243 275042304 65134 134679101440 4194304 5746509 140729902669088 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27422720 140729902674925 140729902675039 140729902675039 140729902682057 0
/proc/1058716/statm: 67149 65134 421 379 0 66683 0
Current children cumulated CPU time: 3151.06 s
Current children cumulated vsize: 278528 KiB
Current children cumulated memory: 263200 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.09 4.03 7/247 1060424
/proc/meminfo: memFree=126346708/131655788 swapFree=131071996/131071996
[pid=1058711] ppid=1058706 vsize=9932 memory=2664 CPUtime=0 cores=0,2
/proc/1058711/stat : 1058711 (naps-1.02b5.sh) S 1058706 1058711 1058637 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 200409242 10170368 666 134679101440 94538137784320 94538138863640 140731240707680 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94538140962096 94538141009284 94538149548032 140731240715230 140731240715357 140731240715357 140731240722374 0
/proc/1058711/statm: 2483 666 587 264 0 134 0
[pid=1058716] ppid=1058711 vsize=219432 memory=192780 CPUtime=3210.85 cores=0,2
/proc/1058716/stat : 1058716 (naps-1.02b5) R 1058711 1058711 1058637 0 -1 4194304 161585 0 0 0 320758 327 0 0 20 0 1 0 200409243 224698368 48195 134679101440 4194304 5746509 140729902669088 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27422720 140729902674925 140729902675039 140729902675039 140729902682057 0
/proc/1058716/statm: 54858 48195 421 379 0 54392 0
Current children cumulated CPU time: 3210.85 s
Current children cumulated vsize: 229364 KiB
Current children cumulated memory: 195444 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.10 4.04 7/247 1060434
/proc/meminfo: memFree=126153040/131655788 swapFree=131071996/131071996
[pid=1058711] ppid=1058706 vsize=9932 memory=2664 CPUtime=0 cores=0,2
/proc/1058711/stat : 1058711 (naps-1.02b5.sh) S 1058706 1058711 1058637 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 200409242 10170368 666 134679101440 94538137784320 94538138863640 140731240707680 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94538140962096 94538141009284 94538149548032 140731240715230 140731240715357 140731240715357 140731240722374 0
/proc/1058711/statm: 2483 666 587 264 0 134 0
[pid=1058716] ppid=1058711 vsize=483168 memory=363788 CPUtime=3270.63 cores=0,2
/proc/1058716/stat : 1058716 (naps-1.02b5) R 1058711 1058711 1058637 0 -1 4194304 162984 0 0 0 326732 331 0 0 20 0 1 0 200409243 494764032 90947 134679101440 4194304 5746509 140729902669088 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27422720 140729902674925 140729902675039 140729902675039 140729902682057 0
/proc/1058716/statm: 120792 90947 421 379 0 120326 0
Current children cumulated CPU time: 3270.63 s
Current children cumulated vsize: 493100 KiB
Current children cumulated memory: 366452 KiB

[startup+3342.3 s]
/proc/loadavg: 4.05 4.08 4.03 7/249 1060505
/proc/meminfo: memFree=126253080/131655788 swapFree=131071996/131071996
[pid=1058711] ppid=1058706 vsize=9932 memory=2664 CPUtime=0 cores=0,2
/proc/1058711/stat : 1058711 (naps-1.02b5.sh) S 1058706 1058711 1058637 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 200409242 10170368 666 134679101440 94538137784320 94538138863640 140731240707680 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94538140962096 94538141009284 94538149548032 140731240715230 140731240715357 140731240715357 140731240722374 0
/proc/1058711/statm: 2483 666 587 264 0 134 0
[pid=1058716] ppid=1058711 vsize=351708 memory=307316 CPUtime=3330.41 cores=0,2
/proc/1058716/stat : 1058716 (naps-1.02b5) R 1058711 1058711 1058637 0 -1 4194304 165033 0 0 0 332706 335 0 0 20 0 1 0 200409243 360148992 76829 134679101440 4194304 5746509 140729902669088 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27422720 140729902674925 140729902675039 140729902675039 140729902682057 0
/proc/1058716/statm: 87927 76829 421 379 0 87461 0
Current children cumulated CPU time: 3330.41 s
Current children cumulated vsize: 361640 KiB
Current children cumulated memory: 309980 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.09 4.04 7/250 1060518
/proc/meminfo: memFree=126382120/131655788 swapFree=131071996/131071996
[pid=1058711] ppid=1058706 vsize=9932 memory=2664 CPUtime=0 cores=0,2
/proc/1058711/stat : 1058711 (naps-1.02b5.sh) S 1058706 1058711 1058637 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 200409242 10170368 666 134679101440 94538137784320 94538138863640 140731240707680 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94538140962096 94538141009284 94538149548032 140731240715230 140731240715357 140731240715357 140731240722374 0
/proc/1058711/statm: 2483 666 587 264 0 134 0
[pid=1058716] ppid=1058711 vsize=271044 memory=240456 CPUtime=3390.21 cores=0,2
/proc/1058716/stat : 1058716 (naps-1.02b5) R 1058711 1058711 1058637 0 -1 4194304 167058 0 0 0 338680 341 0 0 20 0 1 0 200409243 277549056 60114 134679101440 4194304 5746509 140729902669088 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27422720 140729902674925 140729902675039 140729902675039 140729902682057 0
/proc/1058716/statm: 67761 60114 421 379 0 67295 0
Current children cumulated CPU time: 3390.21 s
Current children cumulated vsize: 280976 KiB
Current children cumulated memory: 243120 KiB

[startup+3462.3 s]
/proc/loadavg: 5.51 4.48 4.18 8/250 1060528
/proc/meminfo: memFree=126304124/131655788 swapFree=131071996/131071996
[pid=1058711] ppid=1058706 vsize=9932 memory=2664 CPUtime=0 cores=0,2
/proc/1058711/stat : 1058711 (naps-1.02b5.sh) S 1058706 1058711 1058637 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 200409242 10170368 666 134679101440 94538137784320 94538138863640 140731240707680 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94538140962096 94538141009284 94538149548032 140731240715230 140731240715357 140731240715357 140731240722374 0
/proc/1058711/statm: 2483 666 587 264 0 134 0
[pid=1058716] ppid=1058711 vsize=484692 memory=387840 CPUtime=3449.99 cores=0,2
/proc/1058716/stat : 1058716 (naps-1.02b5) R 1058711 1058711 1058637 0 -1 4194304 168176 0 0 0 344655 344 0 0 20 0 1 0 200409243 496324608 96960 134679101440 4194304 5746509 140729902669088 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27422720 140729902674925 140729902675039 140729902675039 140729902682057 0
/proc/1058716/statm: 121173 96960 421 379 0 120707 0
Current children cumulated CPU time: 3449.99 s
Current children cumulated vsize: 494624 KiB
Current children cumulated memory: 390504 KiB

[startup+3522.3 s]
/proc/loadavg: 5.37 4.65 4.26 8/250 1060539
/proc/meminfo: memFree=126179264/131655788 swapFree=131071996/131071996
[pid=1058711] ppid=1058706 vsize=9932 memory=2664 CPUtime=0 cores=0,2
/proc/1058711/stat : 1058711 (naps-1.02b5.sh) S 1058706 1058711 1058637 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 200409242 10170368 666 134679101440 94538137784320 94538138863640 140731240707680 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94538140962096 94538141009284 94538149548032 140731240715230 140731240715357 140731240715357 140731240722374 0
/proc/1058711/statm: 2483 666 587 264 0 134 0
[pid=1058716] ppid=1058711 vsize=353288 memory=331540 CPUtime=3509.78 cores=0,2
/proc/1058716/stat : 1058716 (naps-1.02b5) R 1058711 1058711 1058637 0 -1 4194304 170201 0 0 0 350629 349 0 0 20 0 1 0 200409243 361766912 82885 134679101440 4194304 5746509 140729902669088 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27422720 140729902674925 140729902675039 140729902675039 140729902682057 0
/proc/1058716/statm: 88322 82885 421 379 0 87856 0
Current children cumulated CPU time: 3509.78 s
Current children cumulated vsize: 363220 KiB
Current children cumulated memory: 334204 KiB

[startup+3582.3 s]
/proc/loadavg: 4.91 4.63 4.27 7/250 1060550
/proc/meminfo: memFree=126284960/131655788 swapFree=131071996/131071996
[pid=1058711] ppid=1058706 vsize=9932 memory=2664 CPUtime=0 cores=0,2
/proc/1058711/stat : 1058711 (naps-1.02b5.sh) S 1058706 1058711 1058637 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 200409242 10170368 666 134679101440 94538137784320 94538138863640 140731240707680 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94538140962096 94538141009284 94538149548032 140731240715230 140731240715357 140731240715357 140731240722374 0
/proc/1058711/statm: 2483 666 587 264 0 134 0
[pid=1058716] ppid=1058711 vsize=271900 memory=257696 CPUtime=3569.57 cores=0,2
/proc/1058716/stat : 1058716 (naps-1.02b5) R 1058711 1058711 1058637 0 -1 4194304 171996 0 0 0 356604 353 0 0 20 0 1 0 200409243 278425600 64424 134679101440 4194304 5746509 140729902669088 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27422720 140729902674925 140729902675039 140729902675039 140729902682057 0
/proc/1058716/statm: 67975 64424 421 379 0 67509 0
Current children cumulated CPU time: 3569.57 s
Current children cumulated vsize: 281832 KiB
Current children cumulated memory: 260360 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.9 s]
/proc/loadavg: 4.95 4.66 4.30 5/250 1060706
/proc/meminfo: memFree=126790824/131655788 swapFree=131071996/131071996
[pid=1058711] ppid=1058706 vsize=9932 memory=2664 CPUtime=0 cores=0,2
/proc/1058711/stat : 1058711 (naps-1.02b5.sh) S 1058706 1058711 1058637 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 200409242 10170368 666 134679101440 94538137784320 94538138863640 140731240707680 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94538140962096 94538141009284 94538149548032 140731240715230 140731240715357 140731240715357 140731240722374 0
/proc/1058711/statm: 2483 666 587 264 0 134 0
[pid=1058716] ppid=1058711 vsize=353288 memory=343828 CPUtime=3600.06 cores=0,2
/proc/1058716/stat : 1058716 (naps-1.02b5) R 1058711 1058711 1058637 0 -1 4194304 172574 0 0 0 359651 355 0 0 20 0 1 0 200409243 361766912 85957 134679101440 4194304 5746509 140729902669088 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27422720 140729902674925 140729902675039 140729902675039 140729902682057 0
/proc/1058716/statm: 88322 85957 421 379 0 87856 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 363220 KiB
Current children cumulated memory: 346492 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3596.52 s, system=3.5608 s

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

[startup+3612.9 s]
/proc/loadavg: 4.95 4.66 4.30 5/250 1060706
/proc/meminfo: memFree=126790824/131655788 swapFree=131071996/131071996
[pid=1058711] ppid=1058706 vsize=9932 memory=2664 CPUtime=0 cores=0,2
/proc/1058711/stat : 1058711 (naps-1.02b5.sh) S 1058706 1058711 1058637 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 200409242 10170368 666 134679101440 94538137784320 94538138863640 140731240707680 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94538140962096 94538141009284 94538149548032 140731240715230 140731240715357 140731240715357 140731240722374 0
/proc/1058711/statm: 2483 666 587 264 0 134 0
[pid=1058716] ppid=1058711 vsize=353288 memory=343828 CPUtime=3600.06 cores=0,2
/proc/1058716/stat : 1058716 (naps-1.02b5) R 1058711 1058711 1058637 0 -1 4194304 172574 0 0 0 359651 355 0 0 20 0 1 0 200409243 361766912 85957 134679101440 4194304 5746509 140729902669088 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27422720 140729902674925 140729902675039 140729902675039 140729902682057 0
/proc/1058716/statm: 88322 85957 421 379 0 87856 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 363220 KiB
Current children cumulated memory: 346492 KiB

Child status: 0

Real time (s): 3612.9
CPU time (s): 3600.08
CPU user time (s): 3596.52
CPU system time (s): 3.5608
CPU usage (%): 99.645
Max. virtual memory (cumulated for all children) (KiB): 544800
Max. memory (cumulated for all children) (KiB): 421044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.52
system time used= 3.5608
maximum resident set size= 434972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173049
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= 111
involuntary context switches= 24663


# summary of solver processes directly reported to runsolver:
#   pid: 1058711
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3596.52
#   total CPU system time (s): 3.5608

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.7146 second user time and 37.5973 second system time

The end

Launcher Data

Begin job on nodeC012 at 2024-07-20 15:35:35
IDJOB=4453571
IDBENCH=175658
IDSOLVER=3065
FILE ID=nodeC012/4453571-1721482523
RUNJOBID= nodeC012-1721482535-1058647
SLURM_JOB_ID= 7545769
Free space on /tmp= 723768 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/subsetcard/larger/random4reg_opb_shuffle/normalized-subsetcard-eq-random4reg-1250.shuf-2.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453571-1721482523/watcher-4453571-1721482523 -o /tmp/evaluation-result-4453571-1721482523/solver-4453571-1721482523 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721482535-1058647 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4453571-1721482523.opb

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

MD5SUM BENCH= 3566bcd5bd0e33c2b0ad42e502bc55df
RANDOM SEED=68169731

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127237228 kB
MemAvailable:   129898904 kB
Buffers:          567280 kB
Cached:          2922004 kB
SwapCached:            0 kB
Active:          1142176 kB
Inactive:        2681348 kB
Active(anon):       1344 kB
Inactive(anon):   379148 kB
Active(file):    1140832 kB
Inactive(file):  2302200 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             16316 kB
Writeback:            52 kB
AnonPages:        334352 kB
Mapped:           108124 kB
Shmem:             45896 kB
KReclaimable:     117348 kB
Slab:             224460 kB
SReclaimable:     117348 kB
SUnreclaim:       107112 kB
KernelStack:        3732 kB
PageTables:         9744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     730600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62752 kB
HardwareCorrupted:     0 kB
AnonHugePages:    217088 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:      312136 kB
DirectMap2M:    33146880 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723760 MiB
End job on nodeC012 at 2024-07-20 16:35:48