Trace number 4451441

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.05 3610.6

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
subsetcard/normalized-subsetcard-eq-random4regular-75.opb
MD5SUM4657a61cc40ea04220a947ee55001d91
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.002787
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables301
Total number of constraints150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)150
Number of constraints which are nor clauses,nor cardinality constraints0
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.02b5.
0.00/0.00	c Input file name: HOME/instance-4451441-1721428868.opb
3600.04/3610.60	c 
3600.04/3610.60	c *** TERMINATED *** by signal 15
3600.04/3610.60	s UNKNOWN
3600.04/3610.60	c _____________________________________________________________________________
3600.04/3610.60	c 
3600.04/3610.60	c std/band forms        : 0,150
3600.04/3610.60	c 2cl/3cl ITE-codings   : 0,454
3600.04/3610.60	c BDD/srt/adr Max costs : 9,0,0
3600.04/3610.60	c BDDraw/bin/mul/srt/adr: 150,0,0,0,0
3600.04/3610.60	c BDD nodes             : 1206
3600.04/3610.60	c Es1/CC detections     : 0,0
3600.04/3610.60	c SAT/UNSAT calls       : 0,0
3600.04/3610.60	c regenrated variables  : 0
3600.04/3610.60	c restarts              : 0
3600.04/3610.60	c conflicts             : 0              (0 /sec)
3600.04/3610.60	c decisions             : 0              (0 /sec)
3600.04/3610.60	c propagations          : 0              (0 /sec)
3600.04/3610.60	c inspects              : 0              (0 /sec)
3600.04/3610.60	c CPU time (solving tm) : 3599 s        (3599 s)
3600.04/3610.60	c Time for Opt-base     : 0 s
3600.04/3610.60	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 (62617 MiB free)
  memory of node 1: 64510 MiB (61659 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451441-1721428868/watcher-4451441-1721428868 -o /tmp/evaluation-result-4451441-1721428868/solver-4451441-1721428868 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721425134-1023498 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4451441-1721428868.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=1026267, runsolver pid=1026264

[startup+0.100933 s]*
/proc/loadavg: 4.31 4.26 4.12 5/247 1026272
/proc/meminfo: memFree=127257208/131655788 swapFree=131071996/131071996
[pid=1026267] ppid=1026264 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/1026267/stat : 1026267 (naps-1.02b5.sh) S 1026264 1026267 1023485 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 195043209 10170368 663 134679101440 94701295423488 94701296502808 140730795408432 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94701298601264 94701298648452 94701321297920 140730795410398 140730795410525 140730795410525 140730795417542 0
/proc/1026267/statm: 2483 663 584 264 0 134 0
[pid=1026272] ppid=1026267 vsize=3756 memory=3008 CPUtime=0.09 cores=5,7
/proc/1026272/stat : 1026272 (naps-1.02b5) R 1026267 1026267 1023485 0 -1 4194304 473 0 0 0 9 0 0 0 20 0 1 0 195043210 3846144 752 134679101440 4194304 5746509 140727436809744 0 0 0 0 0 17922 0 0 0 17 7 0 0 0 0 0 6059216 6091920 37335040 140727436813293 140727436813407 140727436813407 140727436820425 0
/proc/1026272/statm: 939 752 421 379 0 473 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13688 KiB
Current children cumulated memory: 5660 KiB

[startup+0.218929 s]*
/proc/loadavg: 4.31 4.26 4.12 5/247 1026272
/proc/meminfo: memFree=127256200/131655788 swapFree=131071996/131071996
[pid=1026267] ppid=1026264 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/1026267/stat : 1026267 (naps-1.02b5.sh) S 1026264 1026267 1023485 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 195043209 10170368 663 134679101440 94701295423488 94701296502808 140730795408432 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94701298601264 94701298648452 94701321297920 140730795410398 140730795410525 140730795410525 140730795417542 0
/proc/1026267/statm: 2483 663 584 264 0 134 0
[pid=1026272] ppid=1026267 vsize=5452 memory=3800 CPUtime=0.19 cores=5,7
/proc/1026272/stat : 1026272 (naps-1.02b5) R 1026267 1026267 1023485 0 -1 4194304 641 0 0 0 19 0 0 0 20 0 1 0 195043210 5582848 950 134679101440 4194304 5746509 140727436809744 0 0 0 0 0 17922 0 0 0 17 7 0 0 0 0 0 6059216 6091920 37335040 140727436813293 140727436813407 140727436813407 140727436820425 0
/proc/1026272/statm: 1363 950 421 379 0 897 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 15384 KiB
Current children cumulated memory: 6452 KiB

[startup+0.314925 s]*
/proc/loadavg: 4.31 4.26 4.12 5/247 1026272
/proc/meminfo: memFree=127256200/131655788 swapFree=131071996/131071996
[pid=1026267] ppid=1026264 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/1026267/stat : 1026267 (naps-1.02b5.sh) S 1026264 1026267 1023485 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 195043209 10170368 663 134679101440 94701295423488 94701296502808 140730795408432 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94701298601264 94701298648452 94701321297920 140730795410398 140730795410525 140730795410525 140730795417542 0
/proc/1026267/statm: 2483 663 584 264 0 134 0
[pid=1026272] ppid=1026267 vsize=5452 memory=3800 CPUtime=0.27 cores=5,7
/proc/1026272/stat : 1026272 (naps-1.02b5) R 1026267 1026267 1023485 0 -1 4194304 643 0 0 0 27 0 0 0 20 0 1 0 195043210 5582848 950 134679101440 4194304 5746509 140727436809744 0 0 0 0 0 17922 0 0 0 17 7 0 0 0 0 0 6059216 6091920 37335040 140727436813293 140727436813407 140727436813407 140727436820425 0
/proc/1026272/statm: 1363 950 421 379 0 897 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 15384 KiB
Current children cumulated memory: 6452 KiB

[startup+0.70093 s]
/proc/loadavg: 4.31 4.26 4.12 5/247 1026272
/proc/meminfo: memFree=127255192/131655788 swapFree=131071996/131071996
[pid=1026267] ppid=1026264 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/1026267/stat : 1026267 (naps-1.02b5.sh) S 1026264 1026267 1023485 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 195043209 10170368 663 134679101440 94701295423488 94701296502808 140730795408432 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94701298601264 94701298648452 94701321297920 140730795410398 140730795410525 140730795410525 140730795417542 0
/proc/1026267/statm: 2483 663 584 264 0 134 0
[pid=1026272] ppid=1026267 vsize=7324 memory=5912 CPUtime=0.61 cores=5,7
/proc/1026272/stat : 1026272 (naps-1.02b5) R 1026267 1026267 1023485 0 -1 4194304 1193 0 0 0 61 0 0 0 20 0 1 0 195043210 7499776 1478 134679101440 4194304 5746509 140727436809744 0 0 0 0 0 17922 0 0 0 17 7 0 0 0 0 0 6059216 6091920 37335040 140727436813293 140727436813407 140727436813407 140727436820425 0
/proc/1026272/statm: 1831 1478 421 379 0 1365 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 17256 KiB
Current children cumulated memory: 8564 KiB

[startup+1.50031 s]
/proc/loadavg: 4.31 4.26 4.12 5/247 1026272
/proc/meminfo: memFree=127252192/131655788 swapFree=131071996/131071996
[pid=1026267] ppid=1026264 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/1026267/stat : 1026267 (naps-1.02b5.sh) S 1026264 1026267 1023485 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 195043209 10170368 663 134679101440 94701295423488 94701296502808 140730795408432 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94701298601264 94701298648452 94701321297920 140730795410398 140730795410525 140730795410525 140730795417542 0
/proc/1026267/statm: 2483 663 584 264 0 134 0
[pid=1026272] ppid=1026267 vsize=10004 memory=7496 CPUtime=1.4 cores=5,7
/proc/1026272/stat : 1026272 (naps-1.02b5) R 1026267 1026267 1023485 0 -1 4194304 1584 0 0 0 140 0 0 0 20 0 1 0 195043210 10244096 1874 134679101440 4194304 5746509 140727436809744 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37335040 140727436813293 140727436813407 140727436813407 140727436820425 0
/proc/1026272/statm: 2501 1874 421 379 0 2035 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 19936 KiB
Current children cumulated memory: 10148 KiB

[startup+3.11384 s]
/proc/loadavg: 4.29 4.25 4.12 5/247 1026272
/proc/meminfo: memFree=127243476/131655788 swapFree=131071996/131071996
[pid=1026267] ppid=1026264 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/1026267/stat : 1026267 (naps-1.02b5.sh) S 1026264 1026267 1023485 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 195043209 10170368 663 134679101440 94701295423488 94701296502808 140730795408432 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94701298601264 94701298648452 94701321297920 140730795410398 140730795410525 140730795410525 140730795417542 0
/proc/1026267/statm: 2483 663 584 264 0 134 0
[pid=1026272] ppid=1026267 vsize=21836 memory=18300 CPUtime=3.02 cores=5,7
/proc/1026272/stat : 1026272 (naps-1.02b5) R 1026267 1026267 1023485 0 -1 4194304 3006 0 0 0 301 1 0 0 20 0 1 0 195043210 22360064 4575 134679101440 4194304 5746509 140727436809744 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37335040 140727436813293 140727436813407 140727436813407 140727436820425 0
/proc/1026272/statm: 5459 4575 421 379 0 4993 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 31768 KiB
Current children cumulated memory: 20952 KiB

[startup+6.30041 s]
/proc/loadavg: 4.29 4.25 4.12 5/247 1026273
/proc/meminfo: memFree=127236664/131655788 swapFree=131071996/131071996
[pid=1026267] ppid=1026264 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/1026267/stat : 1026267 (naps-1.02b5.sh) S 1026264 1026267 1023485 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 195043209 10170368 663 134679101440 94701295423488 94701296502808 140730795408432 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94701298601264 94701298648452 94701321297920 140730795410398 140730795410525 140730795410525 140730795417542 0
/proc/1026267/statm: 2483 663 584 264 0 134 0
[pid=1026272] ppid=1026267 vsize=24368 memory=20908 CPUtime=6.19 cores=5,7
/proc/1026272/stat : 1026272 (naps-1.02b5) R 1026267 1026267 1023485 0 -1 4194304 3679 0 0 0 618 1 0 0 20 0 1 0 195043210 24952832 5227 134679101440 4194304 5746509 140727436809744 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37335040 140727436813293 140727436813407 140727436813407 140727436820425 0
/proc/1026272/statm: 6092 5227 421 379 0 5626 0
Current children cumulated CPU time: 6.19 s
Current children cumulated vsize: 34300 KiB
Current children cumulated memory: 23560 KiB

[startup+12.7004 s]
/proc/loadavg: 4.26 4.25 4.12 5/247 1026273
/proc/meminfo: memFree=127188168/131655788 swapFree=131071996/131071996
[pid=1026267] ppid=1026264 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/1026267/stat : 1026267 (naps-1.02b5.sh) S 1026264 1026267 1023485 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 195043209 10170368 663 134679101440 94701295423488 94701296502808 140730795408432 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94701298601264 94701298648452 94701321297920 140730795410398 140730795410525 140730795410525 140730795417542 0
/proc/1026267/statm: 2483 663 584 264 0 134 0
[pid=1026272] ppid=1026267 vsize=52056 memory=35480 CPUtime=12.57 cores=5,7
/proc/1026272/stat : 1026272 (naps-1.02b5) R 1026267 1026267 1023485 0 -1 4194304 4868 0 0 0 1256 1 0 0 20 0 1 0 195043210 53305344 8870 134679101440 4194304 5746509 140727436809744 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37335040 140727436813293 140727436813407 140727436813407 140727436820425 0
/proc/1026272/statm: 13014 8870 421 379 0 12548 0
Current children cumulated CPU time: 12.57 s
Current children cumulated vsize: 61988 KiB
Current children cumulated memory: 38132 KiB

[startup+25.5004 s]
/proc/loadavg: 4.20 4.24 4.12 5/247 1026276
/proc/meminfo: memFree=127170504/131655788 swapFree=131071996/131071996
[pid=1026267] ppid=1026264 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/1026267/stat : 1026267 (naps-1.02b5.sh) S 1026264 1026267 1023485 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 195043209 10170368 663 134679101440 94701295423488 94701296502808 140730795408432 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94701298601264 94701298648452 94701321297920 140730795410398 140730795410525 140730795410525 140730795417542 0
/proc/1026267/statm: 2483 663 584 264 0 134 0
[pid=1026272] ppid=1026267 vsize=82408 memory=61088 CPUtime=25.34 cores=5,7
/proc/1026272/stat : 1026272 (naps-1.02b5) R 1026267 1026267 1023485 0 -1 4194304 5669 0 0 0 2532 2 0 0 20 0 1 0 195043210 84385792 15272 134679101440 4194304 5746509 140727436809744 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37335040 140727436813293 140727436813407 140727436813407 140727436820425 0
/proc/1026272/statm: 20602 15272 421 379 0 20136 0
Current children cumulated CPU time: 25.34 s
Current children cumulated vsize: 92340 KiB
Current children cumulated memory: 63740 KiB

[startup+51.114 s]
/proc/loadavg: 4.21 4.23 4.12 5/247 1026279
/proc/meminfo: memFree=127158552/131655788 swapFree=131071996/131071996
[pid=1026267] ppid=1026264 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/1026267/stat : 1026267 (naps-1.02b5.sh) S 1026264 1026267 1023485 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 195043209 10170368 663 134679101440 94701295423488 94701296502808 140730795408432 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94701298601264 94701298648452 94701321297920 140730795410398 140730795410525 140730795410525 140730795417542 0
/proc/1026267/statm: 2483 663 584 264 0 134 0
[pid=1026272] ppid=1026267 vsize=70912 memory=70048 CPUtime=50.87 cores=5,7
/proc/1026272/stat : 1026272 (naps-1.02b5) R 1026267 1026267 1023485 0 -1 4194304 6379 0 0 0 5085 2 0 0 20 0 1 0 195043210 72613888 17512 134679101440 4194304 5746509 140727436809744 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37335040 140727436813293 140727436813407 140727436813407 140727436820425 0
/proc/1026272/statm: 17728 17512 421 379 0 17262 0
Current children cumulated CPU time: 50.87 s
Current children cumulated vsize: 80844 KiB
Current children cumulated memory: 72700 KiB

[startup+102.3 s]
/proc/loadavg: 4.94 4.42 4.19 5/247 1026289
/proc/meminfo: memFree=127178440/131655788 swapFree=131071996/131071996
[pid=1026267] ppid=1026264 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/1026267/stat : 1026267 (naps-1.02b5.sh) S 1026264 1026267 1023485 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 195043209 10170368 663 134679101440 94701295423488 94701296502808 140730795408432 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94701298601264 94701298648452 94701321297920 140730795410398 140730795410525 140730795410525 140730795417542 0
/proc/1026267/statm: 2483 663 584 264 0 134 0
[pid=1026272] ppid=1026267 vsize=84108 memory=82132 CPUtime=101.89 cores=5,7
/proc/1026272/stat : 1026272 (naps-1.02b5) R 1026267 1026267 1023485 0 -1 4194304 8312 0 0 0 10184 5 0 0 20 0 1 0 195043210 86126592 20533 134679101440 4194304 5746509 140727436809744 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37335040 140727436813293 140727436813407 140727436813407 140727436820425 0
/proc/1026272/statm: 21027 20533 421 379 0 20561 0
Current children cumulated CPU time: 101.89 s
Current children cumulated vsize: 94040 KiB
Current children cumulated memory: 84784 KiB

[startup+162.3 s]
/proc/loadavg: 4.47 4.38 4.19 5/247 1026299
/proc/meminfo: memFree=127131744/131655788 swapFree=131071996/131071996
[pid=1026267] ppid=1026264 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/1026267/stat : 1026267 (naps-1.02b5.sh) S 1026264 1026267 1023485 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 195043209 10170368 663 134679101440 94701295423488 94701296502808 140730795408432 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94701298601264 94701298648452 94701321297920 140730795410398 140730795410525 140730795410525 140730795417542 0
/proc/1026267/statm: 2483 663 584 264 0 134 0
[pid=1026272] ppid=1026267 vsize=133428 memory=118540 CPUtime=161.73 cores=5,7
/proc/1026272/stat : 1026272 (naps-1.02b5) R 1026267 1026267 1023485 0 -1 4194304 9179 0 0 0 16164 9 0 0 20 0 1 0 195043210 136630272 29635 134679101440 4194304 5746509 140727436809744 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37335040 140727436813293 140727436813407 140727436813407 140727436820425 0
/proc/1026272/statm: 33357 29635 421 379 0 32891 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 143360 KiB
Current children cumulated memory: 121192 KiB

[startup+222.3 s]
/proc/loadavg: 4.37 4.38 4.20 5/247 1026310
/proc/meminfo: memFree=127078804/131655788 swapFree=131071996/131071996
[pid=1026267] ppid=1026264 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/1026267/stat : 1026267 (naps-1.02b5.sh) S 1026264 1026267 1023485 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 195043209 10170368 663 134679101440 94701295423488 94701296502808 140730795408432 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94701298601264 94701298648452 94701321297920 140730795410398 140730795410525 140730795410525 140730795417542 0
/proc/1026267/statm: 2483 663 584 264 0 134 0
[pid=1026272] ppid=1026267 vsize=133428 memory=118664 CPUtime=221.57 cores=5,7
/proc/1026272/stat : 1026272 (naps-1.02b5) R 1026267 1026267 1023485 0 -1 4194304 9632 0 0 0 22144 13 0 0 20 0 1 0 195043210 136630272 29666 134679101440 4194304 5746509 140727436809744 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37335040 140727436813293 140727436813407 140727436813407 140727436820425 0
/proc/1026272/statm: 33357 29666 421 379 0 32891 0
Current children cumulated CPU time: 221.57 s

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

/proc/loadavg: 4.43 4.34 4.24 5/251 1028294
/proc/meminfo: memFree=126772320/131655788 swapFree=131071996/131071996
[pid=1026267] ppid=1026264 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/1026267/stat : 1026267 (naps-1.02b5.sh) S 1026264 1026267 1023485 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 195043209 10170368 663 134679101440 94701295423488 94701296502808 140730795408432 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94701298601264 94701298648452 94701321297920 140730795410398 140730795410525 140730795410525 140730795417542 0
/proc/1026267/statm: 2483 663 584 264 0 134 0
[pid=1026272] ppid=1026267 vsize=192968 memory=165804 CPUtime=3033.42 cores=5,7
/proc/1026272/stat : 1026272 (naps-1.02b5) R 1026267 1026267 1023485 0 -1 4194304 55146 0 0 0 303220 122 0 0 20 0 1 0 195043210 197599232 41451 134679101440 4194304 5746509 140727436809744 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37335040 140727436813293 140727436813407 140727436813407 140727436820425 0
/proc/1026272/statm: 48242 41451 421 379 0 47776 0
Current children cumulated CPU time: 3033.42 s
Current children cumulated vsize: 202900 KiB
Current children cumulated memory: 168456 KiB

[startup+3102.3 s]
/proc/loadavg: 4.22 4.31 4.23 5/251 1028305
/proc/meminfo: memFree=126771920/131655788 swapFree=131071996/131071996
[pid=1026267] ppid=1026264 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/1026267/stat : 1026267 (naps-1.02b5.sh) S 1026264 1026267 1023485 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 195043209 10170368 663 134679101440 94701295423488 94701296502808 140730795408432 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94701298601264 94701298648452 94701321297920 140730795410398 140730795410525 140730795410525 140730795417542 0
/proc/1026267/statm: 2483 663 584 264 0 134 0
[pid=1026272] ppid=1026267 vsize=243056 memory=204800 CPUtime=3093.24 cores=5,7
/proc/1026272/stat : 1026272 (naps-1.02b5) R 1026267 1026267 1023485 0 -1 4194304 55756 0 0 0 309200 124 0 0 20 0 1 0 195043210 248889344 51200 134679101440 4194304 5746509 140727436809744 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37335040 140727436813293 140727436813407 140727436813407 140727436820425 0
/proc/1026272/statm: 60764 51200 421 379 0 60298 0
Current children cumulated CPU time: 3093.24 s
Current children cumulated vsize: 252988 KiB
Current children cumulated memory: 207452 KiB

[startup+3162.3 s]
/proc/loadavg: 4.19 4.28 4.22 5/249 1028315
/proc/meminfo: memFree=126717736/131655788 swapFree=131071996/131071996
[pid=1026267] ppid=1026264 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/1026267/stat : 1026267 (naps-1.02b5.sh) S 1026264 1026267 1023485 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 195043209 10170368 663 134679101440 94701295423488 94701296502808 140730795408432 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94701298601264 94701298648452 94701321297920 140730795410398 140730795410525 140730795410525 140730795417542 0
/proc/1026267/statm: 2483 663 584 264 0 134 0
[pid=1026272] ppid=1026267 vsize=193396 memory=182700 CPUtime=3153.05 cores=5,7
/proc/1026272/stat : 1026272 (naps-1.02b5) R 1026267 1026267 1023485 0 -1 4194304 56573 0 0 0 315179 126 0 0 20 0 1 0 195043210 198037504 45675 134679101440 4194304 5746509 140727436809744 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37335040 140727436813293 140727436813407 140727436813407 140727436820425 0
/proc/1026272/statm: 48349 45675 421 379 0 47883 0
Current children cumulated CPU time: 3153.05 s
Current children cumulated vsize: 203328 KiB
Current children cumulated memory: 185352 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.24 4.21 5/249 1028326
/proc/meminfo: memFree=126784216/131655788 swapFree=131071996/131071996
[pid=1026267] ppid=1026264 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/1026267/stat : 1026267 (naps-1.02b5.sh) S 1026264 1026267 1023485 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 195043209 10170368 663 134679101440 94701295423488 94701296502808 140730795408432 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94701298601264 94701298648452 94701321297920 140730795410398 140730795410525 140730795410525 140730795417542 0
/proc/1026267/statm: 2483 663 584 264 0 134 0
[pid=1026272] ppid=1026267 vsize=164708 memory=145832 CPUtime=3212.87 cores=5,7
/proc/1026272/stat : 1026272 (naps-1.02b5) R 1026267 1026267 1023485 0 -1 4194304 57839 0 0 0 321158 129 0 0 20 0 1 0 195043210 168660992 36458 134679101440 4194304 5746509 140727436809744 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37335040 140727436813293 140727436813407 140727436813407 140727436820425 0
/proc/1026272/statm: 41177 36458 421 379 0 40711 0
Current children cumulated CPU time: 3212.87 s
Current children cumulated vsize: 174640 KiB
Current children cumulated memory: 148484 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.21 4.20 5/245 1028337
/proc/meminfo: memFree=126714224/131655788 swapFree=131071996/131071996
[pid=1026267] ppid=1026264 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/1026267/stat : 1026267 (naps-1.02b5.sh) S 1026264 1026267 1023485 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 195043209 10170368 663 134679101440 94701295423488 94701296502808 140730795408432 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94701298601264 94701298648452 94701321297920 140730795410398 140730795410525 140730795410525 140730795417542 0
/proc/1026267/statm: 2483 663 584 264 0 134 0
[pid=1026272] ppid=1026267 vsize=245616 memory=211308 CPUtime=3272.69 cores=5,7
/proc/1026272/stat : 1026272 (naps-1.02b5) R 1026267 1026267 1023485 0 -1 4194304 58969 0 0 0 327138 131 0 0 20 0 1 0 195043210 251510784 52827 134679101440 4194304 5746509 140727436809744 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37335040 140727436813293 140727436813407 140727436813407 140727436820425 0
/proc/1026272/statm: 61404 52827 421 379 0 60938 0
Current children cumulated CPU time: 3272.69 s
Current children cumulated vsize: 255548 KiB
Current children cumulated memory: 213960 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.19 4.19 6/245 1028347
/proc/meminfo: memFree=126718176/131655788 swapFree=131071996/131071996
[pid=1026267] ppid=1026264 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/1026267/stat : 1026267 (naps-1.02b5.sh) S 1026264 1026267 1023485 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 195043209 10170368 663 134679101440 94701295423488 94701296502808 140730795408432 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94701298601264 94701298648452 94701321297920 140730795410398 140730795410525 140730795410525 140730795417542 0
/proc/1026267/statm: 2483 663 584 264 0 134 0
[pid=1026272] ppid=1026267 vsize=199916 memory=191268 CPUtime=3332.51 cores=5,7
/proc/1026272/stat : 1026272 (naps-1.02b5) R 1026267 1026267 1023485 0 -1 4194304 60276 0 0 0 333117 134 0 0 20 0 1 0 195043210 204713984 47817 134679101440 4194304 5746509 140727436809744 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37335040 140727436813293 140727436813407 140727436813407 140727436820425 0
/proc/1026272/statm: 49979 47817 421 379 0 49513 0
Current children cumulated CPU time: 3332.51 s
Current children cumulated vsize: 209848 KiB
Current children cumulated memory: 193920 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.16 4.18 5/245 1028357
/proc/meminfo: memFree=126664816/131655788 swapFree=131071996/131071996
[pid=1026267] ppid=1026264 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/1026267/stat : 1026267 (naps-1.02b5.sh) S 1026264 1026267 1023485 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 195043209 10170368 663 134679101440 94701295423488 94701296502808 140730795408432 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94701298601264 94701298648452 94701321297920 140730795410398 140730795410525 140730795410525 140730795417542 0
/proc/1026267/statm: 2483 663 584 264 0 134 0
[pid=1026272] ppid=1026267 vsize=250004 memory=219940 CPUtime=3392.33 cores=5,7
/proc/1026272/stat : 1026272 (naps-1.02b5) R 1026267 1026267 1023485 0 -1 4194304 60890 0 0 0 339098 135 0 0 20 0 1 0 195043210 256004096 54985 134679101440 4194304 5746509 140727436809744 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37335040 140727436813293 140727436813407 140727436813407 140727436820425 0
/proc/1026272/statm: 62501 54985 421 379 0 62035 0
Current children cumulated CPU time: 3392.33 s
Current children cumulated vsize: 259936 KiB
Current children cumulated memory: 222592 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.16 4.18 5/245 1028367
/proc/meminfo: memFree=126695620/131655788 swapFree=131071996/131071996
[pid=1026267] ppid=1026264 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/1026267/stat : 1026267 (naps-1.02b5.sh) S 1026264 1026267 1023485 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 195043209 10170368 663 134679101440 94701295423488 94701296502808 140730795408432 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94701298601264 94701298648452 94701321297920 140730795410398 140730795410525 140730795410525 140730795417542 0
/proc/1026267/statm: 2483 663 584 264 0 134 0
[pid=1026272] ppid=1026267 vsize=203092 memory=182048 CPUtime=3452.14 cores=5,7
/proc/1026272/stat : 1026272 (naps-1.02b5) R 1026267 1026267 1023485 0 -1 4194304 62390 0 0 0 345077 137 0 0 20 0 1 0 195043210 207966208 45512 134679101440 4194304 5746509 140727436809744 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37335040 140727436813293 140727436813407 140727436813407 140727436820425 0
/proc/1026272/statm: 50773 45512 421 379 0 50307 0
Current children cumulated CPU time: 3452.14 s
Current children cumulated vsize: 213024 KiB
Current children cumulated memory: 184700 KiB

[startup+3522.3 s]
/proc/loadavg: 4.05 4.13 4.17 5/245 1028427
/proc/meminfo: memFree=126845504/131655788 swapFree=131071996/131071996
[pid=1026267] ppid=1026264 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/1026267/stat : 1026267 (naps-1.02b5.sh) S 1026264 1026267 1023485 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 195043209 10170368 663 134679101440 94701295423488 94701296502808 140730795408432 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94701298601264 94701298648452 94701321297920 140730795410398 140730795410525 140730795410525 140730795417542 0
/proc/1026267/statm: 2483 663 584 264 0 134 0
[pid=1026272] ppid=1026267 vsize=253180 memory=225164 CPUtime=3511.97 cores=5,7
/proc/1026272/stat : 1026272 (naps-1.02b5) R 1026267 1026267 1023485 0 -1 4194304 63011 0 0 0 351059 138 0 0 20 0 1 0 195043210 259256320 56291 134679101440 4194304 5746509 140727436809744 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37335040 140727436813293 140727436813407 140727436813407 140727436820425 0
/proc/1026272/statm: 63295 56291 421 379 0 62829 0
Current children cumulated CPU time: 3511.97 s
Current children cumulated vsize: 263112 KiB
Current children cumulated memory: 227816 KiB

[startup+3582.3 s]
/proc/loadavg: 4.06 4.12 4.16 5/248 1028442
/proc/meminfo: memFree=126781516/131655788 swapFree=131071996/131071996
[pid=1026267] ppid=1026264 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/1026267/stat : 1026267 (naps-1.02b5.sh) S 1026264 1026267 1023485 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 195043209 10170368 663 134679101440 94701295423488 94701296502808 140730795408432 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94701298601264 94701298648452 94701321297920 140730795410398 140730795410525 140730795410525 140730795417542 0
/proc/1026267/statm: 2483 663 584 264 0 134 0
[pid=1026272] ppid=1026267 vsize=203092 memory=188300 CPUtime=3571.81 cores=5,7
/proc/1026272/stat : 1026272 (naps-1.02b5) R 1026267 1026267 1023485 0 -1 4194304 63726 0 0 0 357041 140 0 0 20 0 1 0 195043210 207966208 47075 134679101440 4194304 5746509 140727436809744 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37335040 140727436813293 140727436813407 140727436813407 140727436820425 0
/proc/1026272/statm: 50773 47075 421 379 0 50307 0
Current children cumulated CPU time: 3571.81 s
Current children cumulated vsize: 213024 KiB
Current children cumulated memory: 190952 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.6 s]
/proc/loadavg: 4.09 4.12 4.16 5/248 1028447
/proc/meminfo: memFree=126825112/131655788 swapFree=131071996/131071996
[pid=1026267] ppid=1026264 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/1026267/stat : 1026267 (naps-1.02b5.sh) S 1026264 1026267 1023485 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 195043209 10170368 663 134679101440 94701295423488 94701296502808 140730795408432 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94701298601264 94701298648452 94701321297920 140730795410398 140730795410525 140730795410525 140730795417542 0
/proc/1026267/statm: 2483 663 584 264 0 134 0
[pid=1026272] ppid=1026267 vsize=253180 memory=204572 CPUtime=3600.04 cores=5,7
/proc/1026272/stat : 1026272 (naps-1.02b5) R 1026267 1026267 1023485 0 -1 4194304 64245 0 0 0 359863 141 0 0 20 0 1 0 195043210 259256320 51143 134679101440 4194304 5746509 140727436809744 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37335040 140727436813293 140727436813407 140727436813407 140727436820425 0
/proc/1026272/statm: 63295 51143 421 379 0 62829 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 263112 KiB
Current children cumulated memory: 207224 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3598.64 s, system=1.41667 s

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

Child status: 0

Real time (s): 3610.6
CPU time (s): 3600.05
CPU user time (s): 3598.64
CPU system time (s): 1.41667
CPU usage (%): 99.7078
Max. virtual memory (cumulated for all children) (KiB): 263112
Max. memory (cumulated for all children) (KiB): 236008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.64
system time used= 1.41667
maximum resident set size= 233356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64719
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= 25
involuntary context switches= 3409


# summary of solver processes directly reported to runsolver:
#   pid: 1026267
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3598.64
#   total CPU system time (s): 1.41667

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.1257 second user time and 40.2741 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-20 00:41:20
IDJOB=4451441
IDBENCH=162424
IDSOLVER=3065
FILE ID=nodeC008/4451441-1721428868
RUNJOBID= nodeC008-1721425134-1023498
SLURM_JOB_ID= 7545614
Free space on /tmp= 723756 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/subsetcard/normalized-subsetcard-eq-random4regular-75.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451441-1721428868/watcher-4451441-1721428868 -o /tmp/evaluation-result-4451441-1721428868/solver-4451441-1721428868 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721425134-1023498 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4451441-1721428868.opb

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

MD5SUM BENCH= 4657a61cc40ea04220a947ee55001d91
RANDOM SEED=675559573

nodeC008.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		: 3562.802
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	: 6983.91
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		: 3630.888
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.31
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.549
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	: 6983.91
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.251
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.31
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		: 3670.661
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	: 6983.91
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		: 3632.988
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.31
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.420
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	: 6983.91
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.250
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127259728 kB
MemAvailable:   129598404 kB
Buffers:          578544 kB
Cached:          2586300 kB
SwapCached:            0 kB
Active:          1097320 kB
Inactive:        2703296 kB
Active(anon):       1532 kB
Inactive(anon):   680128 kB
Active(file):    1095788 kB
Inactive(file):  2023168 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3948 kB
Writeback:             0 kB
AnonPages:        635792 kB
Mapped:           112044 kB
Shmem:             45896 kB
KReclaimable:     119504 kB
Slab:             225676 kB
SReclaimable:     119504 kB
SUnreclaim:       106172 kB
KernelStack:        3980 kB
PageTables:        10100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1141144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60736 kB
HardwareCorrupted:     0 kB
AnonHugePages:    493568 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:      203592 kB
DirectMap2M:    24866816 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 723752 MiB
End job on nodeC008 at 2024-07-20 01:41:31