Trace number 4435094

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
NaPS-PB16 1.02b5? (TO) 3600.05 3610.11

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_2.opb
MD5SUM52024caa2fcec9d840e113a681eace59
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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 benchmark40876.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables41
Total number of constraints11
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint1
Maximum length of a constraint40
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1196
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3589
Number of bits of the biggest sum of numbers12
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-4435094-1721094406.opb
3600.03/3610.10	c 
3600.03/3610.10	c *** TERMINATED *** by signal 15
3600.03/3610.10	s UNKNOWN
3600.03/3610.10	c _____________________________________________________________________________
3600.03/3610.10	c 
3600.03/3610.10	c std/band forms        : 0,5
3600.03/3610.10	c 2cl/3cl ITE-codings   : 0,12179
3600.03/3610.10	c BDD/srt/adr Max costs : 3047,0,0
3600.03/3610.10	c BDDraw/bin/mul/srt/adr: 0,0,5,0,0
3600.03/3610.10	c BDD nodes             : 13273
3600.03/3610.10	c Es1/CC detections     : 0,0
3600.03/3610.10	c SAT/UNSAT calls       : 0,0
3600.03/3610.10	c regenrated variables  : 0
3600.03/3610.10	c restarts              : 0
3600.03/3610.10	c conflicts             : 0              (0 /sec)
3600.03/3610.10	c decisions             : 0              (0 /sec)
3600.03/3610.10	c propagations          : 0              (0 /sec)
3600.03/3610.10	c inspects              : 0              (0 /sec)
3600.03/3610.10	c CPU time (solving tm) : 3599 s        (3599 s)
3600.03/3610.10	c Time for Opt-base     : 0.007266 s
3600.03/3610.10	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: 63931 MiB (59151 MiB free)
  memory of node 1: 64510 MiB (55641 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4435094-1721094406/watcher-4435094-1721094406 -o /tmp/evaluation-result-4435094-1721094406/solver-4435094-1721094406 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721087195-854118 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4435094-1721094406.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100408 s]*
/proc/loadavg: 4.10 4.16 4.12 5/257 858179
/proc/meminfo: memFree=117535704/131524600 swapFree=131071996/131071996
[pid=858174] ppid=858171 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/858174/stat : 858174 (naps-1.02b5.sh) S 858171 858174 854107 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 161605915 10170368 663 134679101440 94163110137856 94163111217176 140731122149904 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94163113315632 94163113362820 94163136409600 140731122152416 140731122152543 140731122152543 140731122159558 0
/proc/858174/statm: 2483 663 586 264 0 134 0
[pid=858179] ppid=858174 vsize=13960 memory=10920 CPUtime=0.09 cores=4,6
/proc/858179/stat : 858179 (naps-1.02b5) R 858174 858174 854107 0 -1 4194304 1945 0 0 0 9 0 0 0 20 0 1 0 161605915 14295040 2730 134679101440 4194304 5746509 140721266597344 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28672000 140721266602991 140721266603105 140721266603105 140721266610121 0
/proc/858179/statm: 3490 2730 421 379 0 3024 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 23892 KiB
Current children cumulated memory: 13572 KiB

[startup+0.205625 s]*
/proc/loadavg: 4.10 4.16 4.12 5/256 858179
/proc/meminfo: memFree=119446480/131524600 swapFree=131071996/131071996
[pid=858174] ppid=858171 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/858174/stat : 858174 (naps-1.02b5.sh) S 858171 858174 854107 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 161605915 10170368 663 134679101440 94163110137856 94163111217176 140731122149904 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94163113315632 94163113362820 94163136409600 140731122152416 140731122152543 140731122152543 140731122159558 0
/proc/858174/statm: 2483 663 586 264 0 134 0
[pid=858179] ppid=858174 vsize=14092 memory=11184 CPUtime=0.19 cores=4,6
/proc/858179/stat : 858179 (naps-1.02b5) R 858174 858174 854107 0 -1 4194304 1968 0 0 0 19 0 0 0 20 0 1 0 161605915 14430208 2796 134679101440 4194304 5746509 140721266597344 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28672000 140721266602991 140721266603105 140721266603105 140721266610121 0
/proc/858179/statm: 3523 2796 421 379 0 3057 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 24024 KiB
Current children cumulated memory: 13836 KiB

[startup+0.305762 s]*
/proc/loadavg: 4.10 4.16 4.12 5/251 858184
/proc/meminfo: memFree=120940288/131524600 swapFree=131071996/131071996
[pid=858174] ppid=858171 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/858174/stat : 858174 (naps-1.02b5.sh) S 858171 858174 854107 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 161605915 10170368 663 134679101440 94163110137856 94163111217176 140731122149904 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94163113315632 94163113362820 94163136409600 140731122152416 140731122152543 140731122152543 140731122159558 0
/proc/858174/statm: 2483 663 586 264 0 134 0
[pid=858179] ppid=858174 vsize=14092 memory=11184 CPUtime=0.29 cores=4,6
/proc/858179/stat : 858179 (naps-1.02b5) R 858174 858174 854107 0 -1 4194304 1981 0 0 0 29 0 0 0 20 0 1 0 161605915 14430208 2796 134679101440 4194304 5746509 140721266597344 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28672000 140721266602991 140721266603105 140721266603105 140721266610121 0
/proc/858179/statm: 3523 2796 421 379 0 3057 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 24024 KiB
Current children cumulated memory: 13836 KiB

[startup+0.700268 s]
/proc/loadavg: 4.10 4.16 4.12 5/254 858193
/proc/meminfo: memFree=120939176/131524600 swapFree=131071996/131071996
[pid=858174] ppid=858171 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/858174/stat : 858174 (naps-1.02b5.sh) S 858171 858174 854107 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 161605915 10170368 663 134679101440 94163110137856 94163111217176 140731122149904 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94163113315632 94163113362820 94163136409600 140731122152416 140731122152543 140731122152543 140731122159558 0
/proc/858174/statm: 2483 663 586 264 0 134 0
[pid=858179] ppid=858174 vsize=14228 memory=11184 CPUtime=0.68 cores=4,6
/proc/858179/stat : 858179 (naps-1.02b5) R 858174 858174 854107 0 -1 4194304 2017 0 0 0 68 0 0 0 20 0 1 0 161605915 14569472 2796 134679101440 4194304 5746509 140721266597344 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28672000 140721266602991 140721266603105 140721266603105 140721266610121 0
/proc/858179/statm: 3557 2796 421 379 0 3091 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 24160 KiB
Current children cumulated memory: 13836 KiB

[startup+1.50026 s]
/proc/loadavg: 4.10 4.16 4.12 6/253 858196
/proc/meminfo: memFree=120938088/131524600 swapFree=131071996/131071996
[pid=858174] ppid=858171 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/858174/stat : 858174 (naps-1.02b5.sh) S 858171 858174 854107 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 161605915 10170368 663 134679101440 94163110137856 94163111217176 140731122149904 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94163113315632 94163113362820 94163136409600 140731122152416 140731122152543 140731122152543 140731122159558 0
/proc/858174/statm: 2483 663 586 264 0 134 0
[pid=858179] ppid=858174 vsize=12864 memory=10960 CPUtime=1.48 cores=4,6
/proc/858179/stat : 858179 (naps-1.02b5) R 858174 858174 854107 0 -1 4194304 2594 0 0 0 148 0 0 0 20 0 1 0 161605915 13172736 2740 134679101440 4194304 5746509 140721266597344 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28672000 140721266602991 140721266603105 140721266603105 140721266610121 0
/proc/858179/statm: 3216 2740 421 379 0 2750 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 22796 KiB
Current children cumulated memory: 13612 KiB

[startup+3.10463 s]
/proc/loadavg: 4.10 4.16 4.12 5/257 858279
/proc/meminfo: memFree=124419720/131524600 swapFree=131071996/131071996
[pid=858174] ppid=858171 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/858174/stat : 858174 (naps-1.02b5.sh) S 858171 858174 854107 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 161605915 10170368 663 134679101440 94163110137856 94163111217176 140731122149904 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94163113315632 94163113362820 94163136409600 140731122152416 140731122152543 140731122152543 140731122159558 0
/proc/858174/statm: 2483 663 586 264 0 134 0
[pid=858179] ppid=858174 vsize=17552 memory=14672 CPUtime=3.08 cores=4,6
/proc/858179/stat : 858179 (naps-1.02b5) R 858174 858174 854107 0 -1 4194304 3715 0 0 0 308 0 0 0 20 0 1 0 161605915 17973248 3668 134679101440 4194304 5746509 140721266597344 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28672000 140721266602991 140721266603105 140721266603105 140721266610121 0
/proc/858179/statm: 4388 3668 421 379 0 3922 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 17324 KiB

[startup+6.30021 s]
/proc/loadavg: 4.10 4.15 4.12 5/260 858315
/proc/meminfo: memFree=124390352/131524600 swapFree=131071996/131071996
[pid=858174] ppid=858171 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/858174/stat : 858174 (naps-1.02b5.sh) S 858171 858174 854107 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 161605915 10170368 663 134679101440 94163110137856 94163111217176 140731122149904 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94163113315632 94163113362820 94163136409600 140731122152416 140731122152543 140731122152543 140731122159558 0
/proc/858174/statm: 2483 663 586 264 0 134 0
[pid=858179] ppid=858174 vsize=20232 memory=18816 CPUtime=6.27 cores=4,6
/proc/858179/stat : 858179 (naps-1.02b5) R 858174 858174 854107 0 -1 4194304 4266 0 0 0 626 1 0 0 20 0 1 0 161605915 20717568 4704 134679101440 4194304 5746509 140721266597344 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28672000 140721266602991 140721266603105 140721266603105 140721266610121 0
/proc/858179/statm: 5058 4704 421 379 0 4592 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 30164 KiB
Current children cumulated memory: 21468 KiB

[startup+12.7002 s]
/proc/loadavg: 4.09 4.15 4.12 5/260 858317
/proc/meminfo: memFree=124364960/131524600 swapFree=131071996/131071996
[pid=858174] ppid=858171 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/858174/stat : 858174 (naps-1.02b5.sh) S 858171 858174 854107 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 161605915 10170368 663 134679101440 94163110137856 94163111217176 140731122149904 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94163113315632 94163113362820 94163136409600 140731122152416 140731122152543 140731122152543 140731122159558 0
/proc/858174/statm: 2483 663 586 264 0 134 0
[pid=858179] ppid=858174 vsize=24624 memory=23388 CPUtime=12.65 cores=4,6
/proc/858179/stat : 858179 (naps-1.02b5) R 858174 858174 854107 0 -1 4194304 4862 0 0 0 1264 1 0 0 20 0 1 0 161605915 25214976 5847 134679101440 4194304 5746509 140721266597344 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28672000 140721266602991 140721266603105 140721266603105 140721266610121 0
/proc/858179/statm: 6156 5847 421 379 0 5690 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 34556 KiB
Current children cumulated memory: 26040 KiB

[startup+25.5002 s]
/proc/loadavg: 4.14 4.16 4.12 5/260 858318
/proc/meminfo: memFree=124350816/131524600 swapFree=131071996/131071996
[pid=858174] ppid=858171 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/858174/stat : 858174 (naps-1.02b5.sh) S 858171 858174 854107 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 161605915 10170368 663 134679101440 94163110137856 94163111217176 140731122149904 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94163113315632 94163113362820 94163136409600 140731122152416 140731122152543 140731122152543 140731122159558 0
/proc/858174/statm: 2483 663 586 264 0 134 0
[pid=858179] ppid=858174 vsize=21340 memory=19260 CPUtime=25.42 cores=4,6
/proc/858179/stat : 858179 (naps-1.02b5) R 858174 858174 854107 0 -1 4194304 6625 0 0 0 2541 1 0 0 20 0 1 0 161605915 21852160 4815 134679101440 4194304 5746509 140721266597344 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28672000 140721266602991 140721266603105 140721266603105 140721266610121 0
/proc/858179/statm: 5335 4815 421 379 0 4869 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 31272 KiB
Current children cumulated memory: 21912 KiB

[startup+51.1055 s]
/proc/loadavg: 4.44 4.23 4.15 5/260 858324
/proc/meminfo: memFree=124302412/131524600 swapFree=131071996/131071996
[pid=858174] ppid=858171 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/858174/stat : 858174 (naps-1.02b5.sh) S 858171 858174 854107 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 161605915 10170368 663 134679101440 94163110137856 94163111217176 140731122149904 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94163113315632 94163113362820 94163136409600 140731122152416 140731122152543 140731122152543 140731122159558 0
/proc/858174/statm: 2483 663 586 264 0 134 0
[pid=858179] ppid=858174 vsize=33916 memory=32772 CPUtime=50.97 cores=4,6
/proc/858179/stat : 858179 (naps-1.02b5) R 858174 858174 854107 0 -1 4194304 7695 0 0 0 5095 2 0 0 20 0 1 0 161605915 34729984 8193 134679101440 4194304 5746509 140721266597344 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28672000 140721266602991 140721266603105 140721266603105 140721266610121 0
/proc/858179/statm: 8479 8193 421 379 0 8013 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 43848 KiB
Current children cumulated memory: 35424 KiB

[startup+102.3 s]
/proc/loadavg: 4.31 4.23 4.15 5/259 858333
/proc/meminfo: memFree=124113192/131524600 swapFree=131071996/131071996
[pid=858174] ppid=858171 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/858174/stat : 858174 (naps-1.02b5.sh) S 858171 858174 854107 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 161605915 10170368 663 134679101440 94163110137856 94163111217176 140731122149904 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94163113315632 94163113362820 94163136409600 140731122152416 140731122152543 140731122152543 140731122159558 0
/proc/858174/statm: 2483 663 586 264 0 134 0
[pid=858179] ppid=858174 vsize=69148 memory=67984 CPUtime=102.04 cores=4,6
/proc/858179/stat : 858179 (naps-1.02b5) R 858174 858174 854107 0 -1 4194304 8882 0 0 0 10202 2 0 0 20 0 1 0 161605915 70807552 16996 134679101440 4194304 5746509 140721266597344 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28672000 140721266602991 140721266603105 140721266603105 140721266610121 0
/proc/858179/statm: 17287 16996 421 379 0 16821 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 79080 KiB
Current children cumulated memory: 70636 KiB

[startup+162.3 s]
/proc/loadavg: 4.17 4.20 4.15 5/259 858343
/proc/meminfo: memFree=124075144/131524600 swapFree=131071996/131071996
[pid=858174] ppid=858171 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/858174/stat : 858174 (naps-1.02b5.sh) S 858171 858174 854107 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 161605915 10170368 663 134679101440 94163110137856 94163111217176 140731122149904 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94163113315632 94163113362820 94163136409600 140731122152416 140731122152543 140731122152543 140731122159558 0
/proc/858174/statm: 2483 663 586 264 0 134 0
[pid=858179] ppid=858174 vsize=69148 memory=67984 CPUtime=161.89 cores=4,6
/proc/858179/stat : 858179 (naps-1.02b5) R 858174 858174 854107 0 -1 4194304 8931 0 0 0 16187 2 0 0 20 0 1 0 161605915 70807552 16996 134679101440 4194304 5746509 140721266597344 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28672000 140721266602991 140721266603105 140721266603105 140721266610121 0
/proc/858179/statm: 17287 16996 421 379 0 16821 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 79080 KiB
Current children cumulated memory: 70636 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.20 4.15 5/261 858357
/proc/meminfo: memFree=124035712/131524600 swapFree=131071996/131071996
[pid=858174] ppid=858171 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/858174/stat : 858174 (naps-1.02b5.sh) S 858171 858174 854107 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 161605915 10170368 663 134679101440 94163110137856 94163111217176 140731122149904 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94163113315632 94163113362820 94163136409600 140731122152416 140731122152543 140731122152543 140731122159558 0
/proc/858174/statm: 2483 663 586 264 0 134 0
[pid=858179] ppid=858174 vsize=88288 memory=84312 CPUtime=221.75 cores=4,6
/proc/858179/stat : 858179 (naps-1.02b5) R 858174 858174 854107 0 -1 4194304 9544 0 0 0 22172 3 0 0 20 0 1 0 161605915 90406912 21078 134679101440 4194304 5746509 140721266597344 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28672000 140721266602991 140721266603105 140721266603105 140721266610121 0
/proc/858179/statm: 22072 21078 421 379 0 21606 0
Current children cumulated CPU time: 221.75 s

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

/proc/loadavg: 4.11 4.12 4.09 5/259 860066
/proc/meminfo: memFree=123718348/131524600 swapFree=131071996/131071996
[pid=858174] ppid=858171 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/858174/stat : 858174 (naps-1.02b5.sh) S 858171 858174 854107 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 161605915 10170368 663 134679101440 94163110137856 94163111217176 140731122149904 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94163113315632 94163113362820 94163136409600 140731122152416 140731122152543 140731122152543 140731122159558 0
/proc/858174/statm: 2483 663 586 264 0 134 0
[pid=858179] ppid=858174 vsize=198476 memory=169376 CPUtime=3093.55 cores=4,6
/proc/858179/stat : 858179 (naps-1.02b5) R 858174 858174 854107 0 -1 4194304 51320 0 0 0 309272 83 0 0 20 0 1 0 161605915 203239424 42344 134679101440 4194304 5746509 140721266597344 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28672000 140721266602991 140721266603105 140721266603105 140721266610121 0
/proc/858179/statm: 49619 42344 421 379 0 49153 0
Current children cumulated CPU time: 3093.55 s
Current children cumulated vsize: 208408 KiB
Current children cumulated memory: 172028 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/262 860081
/proc/meminfo: memFree=123714020/131524600 swapFree=131071996/131071996
[pid=858174] ppid=858171 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/858174/stat : 858174 (naps-1.02b5.sh) S 858171 858174 854107 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 161605915 10170368 663 134679101440 94163110137856 94163111217176 140731122149904 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94163113315632 94163113362820 94163136409600 140731122152416 140731122152543 140731122152543 140731122159558 0
/proc/858174/statm: 2483 663 586 264 0 134 0
[pid=858179] ppid=858174 vsize=248564 memory=209576 CPUtime=3153.4 cores=4,6
/proc/858179/stat : 858179 (naps-1.02b5) R 858174 858174 854107 0 -1 4194304 52197 0 0 0 315256 84 0 0 20 0 1 0 161605915 254529536 52394 134679101440 4194304 5746509 140721266597344 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28672000 140721266602991 140721266603105 140721266603105 140721266610121 0
/proc/858179/statm: 62141 52394 421 379 0 61675 0
Current children cumulated CPU time: 3153.4 s
Current children cumulated vsize: 258496 KiB
Current children cumulated memory: 212228 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/264 860096
/proc/meminfo: memFree=123705508/131524600 swapFree=131071996/131071996
[pid=858174] ppid=858171 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/858174/stat : 858174 (naps-1.02b5.sh) S 858171 858174 854107 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 161605915 10170368 663 134679101440 94163110137856 94163111217176 140731122149904 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94163113315632 94163113362820 94163136409600 140731122152416 140731122152543 140731122152543 140731122159558 0
/proc/858174/statm: 2483 663 586 264 0 134 0
[pid=858179] ppid=858174 vsize=198476 memory=185844 CPUtime=3213.24 cores=4,6
/proc/858179/stat : 858179 (naps-1.02b5) R 858174 858174 854107 0 -1 4194304 53050 0 0 0 321239 85 0 0 20 0 1 0 161605915 203239424 46461 134679101440 4194304 5746509 140721266597344 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28672000 140721266602991 140721266603105 140721266603105 140721266610121 0
/proc/858179/statm: 49619 46461 421 379 0 49153 0
Current children cumulated CPU time: 3213.24 s
Current children cumulated vsize: 208408 KiB
Current children cumulated memory: 188496 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/264 860108
/proc/meminfo: memFree=123645704/131524600 swapFree=131071996/131071996
[pid=858174] ppid=858171 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/858174/stat : 858174 (naps-1.02b5.sh) S 858171 858174 854107 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 161605915 10170368 663 134679101440 94163110137856 94163111217176 140731122149904 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94163113315632 94163113362820 94163136409600 140731122152416 140731122152543 140731122152543 140731122159558 0
/proc/858174/statm: 2483 663 586 264 0 134 0
[pid=858179] ppid=858174 vsize=198476 memory=169380 CPUtime=3273.09 cores=4,6
/proc/858179/stat : 858179 (naps-1.02b5) R 858174 858174 854107 0 -1 4194304 54733 0 0 0 327221 88 0 0 20 0 1 0 161605915 203239424 42345 134679101440 4194304 5746509 140721266597344 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28672000 140721266602991 140721266603105 140721266603105 140721266610121 0
/proc/858179/statm: 49619 42345 421 379 0 49153 0
Current children cumulated CPU time: 3273.09 s
Current children cumulated vsize: 208408 KiB
Current children cumulated memory: 172032 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/264 860119
/proc/meminfo: memFree=123583808/131524600 swapFree=131071996/131071996
[pid=858174] ppid=858171 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/858174/stat : 858174 (naps-1.02b5.sh) S 858171 858174 854107 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 161605915 10170368 663 134679101440 94163110137856 94163111217176 140731122149904 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94163113315632 94163113362820 94163136409600 140731122152416 140731122152543 140731122152543 140731122159558 0
/proc/858174/statm: 2483 663 586 264 0 134 0
[pid=858179] ppid=858174 vsize=248564 memory=203308 CPUtime=3332.93 cores=4,6
/proc/858179/stat : 858179 (naps-1.02b5) R 858174 858174 854107 0 -1 4194304 55619 0 0 0 333204 89 0 0 20 0 1 0 161605915 254529536 50827 134679101440 4194304 5746509 140721266597344 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28672000 140721266602991 140721266603105 140721266603105 140721266610121 0
/proc/858179/statm: 62141 50827 421 379 0 61675 0
Current children cumulated CPU time: 3332.93 s
Current children cumulated vsize: 258496 KiB
Current children cumulated memory: 205960 KiB

[startup+3402.3 s]
/proc/loadavg: 4.05 4.10 4.09 5/264 860130
/proc/meminfo: memFree=123733144/131524600 swapFree=131071996/131071996
[pid=858174] ppid=858171 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/858174/stat : 858174 (naps-1.02b5.sh) S 858171 858174 854107 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 161605915 10170368 663 134679101440 94163110137856 94163111217176 140731122149904 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94163113315632 94163113362820 94163136409600 140731122152416 140731122152543 140731122152543 140731122159558 0
/proc/858174/statm: 2483 663 586 264 0 134 0
[pid=858179] ppid=858174 vsize=198476 memory=185844 CPUtime=3392.77 cores=4,6
/proc/858179/stat : 858179 (naps-1.02b5) R 858174 858174 854107 0 -1 4194304 56474 0 0 0 339187 90 0 0 20 0 1 0 161605915 203239424 46461 134679101440 4194304 5746509 140721266597344 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28672000 140721266602991 140721266603105 140721266603105 140721266610121 0
/proc/858179/statm: 49619 46461 421 379 0 49153 0
Current children cumulated CPU time: 3392.77 s
Current children cumulated vsize: 208408 KiB
Current children cumulated memory: 188496 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/261 860141
/proc/meminfo: memFree=123720312/131524600 swapFree=131071996/131071996
[pid=858174] ppid=858171 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/858174/stat : 858174 (naps-1.02b5.sh) S 858171 858174 854107 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 161605915 10170368 663 134679101440 94163110137856 94163111217176 140731122149904 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94163113315632 94163113362820 94163136409600 140731122152416 140731122152543 140731122152543 140731122159558 0
/proc/858174/statm: 2483 663 586 264 0 134 0
[pid=858179] ppid=858174 vsize=167656 memory=165096 CPUtime=3452.62 cores=4,6
/proc/858179/stat : 858179 (naps-1.02b5) R 858174 858174 854107 0 -1 4194304 57574 0 0 0 345170 92 0 0 20 0 1 0 161605915 171679744 41274 134679101440 4194304 5746509 140721266597344 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28672000 140721266602991 140721266603105 140721266603105 140721266610121 0
/proc/858179/statm: 41914 41274 421 379 0 41448 0
Current children cumulated CPU time: 3452.62 s
Current children cumulated vsize: 177588 KiB
Current children cumulated memory: 167748 KiB

[startup+3522.3 s]
/proc/loadavg: 4.25 4.13 4.10 5/259 860151
/proc/meminfo: memFree=123619920/131524600 swapFree=131071996/131071996
[pid=858174] ppid=858171 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/858174/stat : 858174 (naps-1.02b5.sh) S 858171 858174 854107 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 161605915 10170368 663 134679101440 94163110137856 94163111217176 140731122149904 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94163113315632 94163113362820 94163136409600 140731122152416 140731122152543 140731122152543 140731122159558 0
/proc/858174/statm: 2483 663 586 264 0 134 0
[pid=858179] ppid=858174 vsize=248564 memory=198420 CPUtime=3512.46 cores=4,6
/proc/858179/stat : 858179 (naps-1.02b5) R 858174 858174 854107 0 -1 4194304 58871 0 0 0 351152 94 0 0 20 0 1 0 161605915 254529536 49605 134679101440 4194304 5746509 140721266597344 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28672000 140721266602991 140721266603105 140721266603105 140721266610121 0
/proc/858179/statm: 62141 49605 421 379 0 61675 0
Current children cumulated CPU time: 3512.46 s
Current children cumulated vsize: 258496 KiB
Current children cumulated memory: 201072 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/259 860163
/proc/meminfo: memFree=123686316/131524600 swapFree=131071996/131071996
[pid=858174] ppid=858171 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/858174/stat : 858174 (naps-1.02b5.sh) S 858171 858174 854107 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 161605915 10170368 663 134679101440 94163110137856 94163111217176 140731122149904 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94163113315632 94163113362820 94163136409600 140731122152416 140731122152543 140731122152543 140731122159558 0
/proc/858174/statm: 2483 663 586 264 0 134 0
[pid=858179] ppid=858174 vsize=198476 memory=183796 CPUtime=3572.3 cores=4,6
/proc/858179/stat : 858179 (naps-1.02b5) R 858174 858174 854107 0 -1 4194304 59899 0 0 0 357134 96 0 0 20 0 1 0 161605915 203239424 45949 134679101440 4194304 5746509 140721266597344 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28672000 140721266602991 140721266603105 140721266603105 140721266610121 0
/proc/858179/statm: 49619 45949 421 379 0 49153 0
Current children cumulated CPU time: 3572.3 s
Current children cumulated vsize: 208408 KiB
Current children cumulated memory: 186448 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.11 s]
/proc/loadavg: 4.14 4.12 4.09 5/259 860168
/proc/meminfo: memFree=123640100/131524600 swapFree=131071996/131071996
[pid=858174] ppid=858171 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/858174/stat : 858174 (naps-1.02b5.sh) S 858171 858174 854107 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 161605915 10170368 663 134679101440 94163110137856 94163111217176 140731122149904 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94163113315632 94163113362820 94163136409600 140731122152416 140731122152543 140731122152543 140731122159558 0
/proc/858174/statm: 2483 663 586 264 0 134 0
[pid=858179] ppid=858174 vsize=248564 memory=198948 CPUtime=3600.03 cores=4,6
/proc/858179/stat : 858179 (naps-1.02b5) R 858174 858174 854107 0 -1 4194304 60694 0 0 0 359906 97 0 0 20 0 1 0 161605915 254529536 49737 134679101440 4194304 5746509 140721266597344 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28672000 140721266602991 140721266603105 140721266603105 140721266610121 0
/proc/858179/statm: 62141 49737 421 379 0 61675 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 258496 KiB
Current children cumulated memory: 201600 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.07 s, system=0.983271 s

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

[startup+3610.11 s]
/proc/loadavg: 4.14 4.12 4.09 5/259 860168
/proc/meminfo: memFree=123640100/131524600 swapFree=131071996/131071996
[pid=858174] ppid=858171 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/858174/stat : 858174 (naps-1.02b5.sh) S 858171 858174 854107 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 161605915 10170368 663 134679101440 94163110137856 94163111217176 140731122149904 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94163113315632 94163113362820 94163136409600 140731122152416 140731122152543 140731122152543 140731122159558 0
/proc/858174/statm: 2483 663 586 264 0 134 0
[pid=858179] ppid=858174 vsize=248564 memory=198948 CPUtime=3600.03 cores=4,6
/proc/858179/stat : 858179 (naps-1.02b5) R 858174 858174 854107 0 -1 4194304 60694 0 0 0 359906 97 0 0 20 0 1 0 161605915 254529536 49737 134679101440 4194304 5746509 140721266597344 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28672000 140721266602991 140721266603105 140721266603105 140721266610121 0
/proc/858179/statm: 62141 49737 421 379 0 61675 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 258496 KiB
Current children cumulated memory: 201600 KiB

Child status: 0

Real time (s): 3610.11
CPU time (s): 3600.05
CPU user time (s): 3599.07
CPU system time (s): 0.983271
CPU usage (%): 99.7214
Max. virtual memory (cumulated for all children) (KiB): 307816
Max. memory (cumulated for all children) (KiB): 251788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.07
system time used= 0.983271
maximum resident set size= 249208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61174
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= 35
involuntary context switches= 2887


# summary of solver processes directly reported to runsolver:
#   pid: 858174
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3599.07
#   total CPU system time (s): 0.983271

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.61493 second user time and 17.9797 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-16 03:46:58
IDJOB=4435094
IDBENCH=147576
IDSOLVER=3065
FILE ID=nodeC025/4435094-1721094406
RUNJOBID= nodeC025-1721087195-854118
SLURM_JOB_ID= 7505581
Free space on /tmp= 889968 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-market-split_5_40_2.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4435094-1721094406/watcher-4435094-1721094406 -o /tmp/evaluation-result-4435094-1721094406/solver-4435094-1721094406 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721087195-854118 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4435094-1721094406.opb

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

MD5SUM BENCH= 52024caa2fcec9d840e113a681eace59
RANDOM SEED=1656450227

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        117547808 kB
MemAvailable:   122719652 kB
Buffers:          402124 kB
Cached:          5544060 kB
SwapCached:            0 kB
Active:           775152 kB
Inactive:       12455676 kB
Active(anon):       1560 kB
Inactive(anon):  7320796 kB
Active(file):     773592 kB
Inactive(file):  5134880 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3860 kB
Writeback:             0 kB
AnonPages:       7282624 kB
Mapped:           107544 kB
Shmem:             37720 kB
KReclaimable:     206040 kB
Slab:             324572 kB
SReclaimable:     206040 kB
SUnreclaim:       118532 kB
KernelStack:        4124 kB
PageTables:        23948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8480368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62528 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3112960 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:      273108 kB
DirectMap2M:    36200448 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 890016 MiB
End job on nodeC025 at 2024-07-16 04:47:08