Trace number 4531930

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
roundingsat-ls+pbsuma-log 0f876b3? (MO) 1218.72 1243.25

General information on the benchmark

NamePB24/normalized-PB09/OPT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__256.opb
MD5SUM8bad1bf25970951ec859260299ab11f4
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark74222
Best CPU time to get the best result obtained on this benchmark56.4494
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2561998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint256
Maximum length of a constraint11265
Number of terms in the objective function 2560000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 88710395136
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 88710395136
Number of bits of the biggest sum of numbers37
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.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4531930-1752588336.opb'
1.28/1.36	c 	read 128.55MB  (1344.51ms)
1.28/1.36	c	 [cnf: #variables 2561998 #clauses 12001 #duplicates 0 #arr 10241998]
1.34/1.40	c output proof to 'PROOFDIR/proof-4531930-1752588336'
1.34/1.41	c 
1.34/1.41	c make graph and approximate orbits
3.62/3.72	c	 [group: #orbits ~= 20000] (2310.37ms)
3.62/3.72	c 
3.62/3.72	c detect special group actions
3.62/3.72	c 	 exceeded limit
3.62/3.72	c 	 (0.00ms)
3.62/3.72	c 
3.62/3.72	c detect symmetries on remainder
3.62/3.72	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.01ms)
3.62/3.72	c 
3.62/3.72	c finalize break order and special generators
3.82/3.90	c 
3.82/3.90	c generation finished
3.82/3.90	c 	[sbp: #constraints 0 #add_vars 0]
3.82/3.92	c 
3.82/3.92	c write result to 'HOME/instance-4531930-1752588336.opb.pre'
4.12/4.20	c 	wrote 128.55MB (280.27ms)
4.12/4.20	c ------------------------------------------------------------------
4.12/4.20	c                2310.37ms 55.15% approx_orbits
4.12/4.20	c                1344.51ms 32.10% parse
4.12/4.20	c                 280.27ms  6.69% output
4.12/4.20	c                 158.37ms  3.78% finalize_order
4.12/4.20	c                  95.50ms  2.28% other
4.12/4.20	c                   0.01ms  0.00% detect_generic
4.12/4.20	c                   0.00ms  0.00% detect_special
4.12/4.20	c         ───────────────────────────────────────────────
4.12/4.20	c                4189.04ms   100% total
4.12/4.20	c ------------------------------------------------------------------
4.12/4.27	c RoundingSat 2
4.12/4.27	c branch pb25
4.12/4.27	c commit 0f876b3
10.88/11.01	c #variables 2561998 #constraints 14000
10.88/11.03	c objective is ce32 
439.10/440.66	c initial watched  CF 32, 64, 128, Arb: 1998 , 0 , 0 , 0
439.10/440.66	c initial counting CF 32, 64, 128, Arb: 1999 , 0 , 0 , 0
439.10/440.66	c bounds 38745488 >= 0 @ 434.035
443.29/444.87	c rational objective 9542
484.05/485.77	c bounds 38729067 >= 0 @ 475.592
1214.23/1218.45	terminate called after throwing an instance of 'std::bad_alloc'
1214.23/1218.45	  what():  std::bad_alloc

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: 63837 MiB (61936 MiB free)
  memory of node 1: 64465 MiB (61531 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4531930-1752588336/watcher-4531930-1752588336 -o /tmp/evaluation-result-4531930-1752588336/solver-4531930-1752588336 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1752584602-124520 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4531930-1752588336.opb PROOFDIR/proof-4531930-1752588336 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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 FSIZE limit: 102400000 KiB
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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=125061, runsolver pid=125058

[startup+0.100108 s]*
/proc/loadavg: 4.17 4.16 4.09 5/258 125063
/proc/meminfo: memFree=126319616/131382120 swapFree=33010160/33010684
[pid=125061] ppid=125058 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/125061/stat : 125061 (run-opt-ls-log.) S 125058 125061 124508 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 174512855 4292608 736 18446744073709551615 93883685015552 93883685910085 140736212833760 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93883686149136 93883686196880 93883716661248 140736212838681 140736212838879 140736212838879 140736212844483 0
/proc/125061/statm: 1048 736 672 219 0 110 0
[pid=125063] ppid=125061 vsize=134164 memory=122376 CPUtime=0.09 cores=1,3
/proc/125063/stat : 125063 (pbsuma) R 125061 125061 124508 0 -1 4194304 5763 0 0 0 7 2 0 0 20 0 1 0 174512856 137383936 30594 18446744073709551615 4210688 4653049 140723713236528 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 30035968 140723713239265 140723713239600 140723713239600 140723713245167 0
/proc/125063/statm: 33541 30594 928 108 0 30949 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 138356 KiB
Current children cumulated memory: 125320 KiB

[startup+0.21363 s]*
/proc/loadavg: 4.17 4.16 4.09 5/258 125063
/proc/meminfo: memFree=126237004/131382120 swapFree=33010160/33010684
[pid=125061] ppid=125058 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/125061/stat : 125061 (run-opt-ls-log.) S 125058 125061 124508 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 174512855 4292608 736 18446744073709551615 93883685015552 93883685910085 140736212833760 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93883686149136 93883686196880 93883716661248 140736212838681 140736212838879 140736212838879 140736212844483 0
/proc/125061/statm: 1048 736 672 219 0 110 0
[pid=125063] ppid=125061 vsize=257044 memory=175540 CPUtime=0.2 cores=1,3
/proc/125063/stat : 125063 (pbsuma) R 125061 125061 124508 0 -1 4194304 7858 0 0 0 15 5 0 0 20 0 1 0 174512856 263213056 43885 18446744073709551615 4210688 4653049 140723713236528 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 30035968 140723713239265 140723713239600 140723713239600 140723713245167 0
/proc/125063/statm: 64261 43885 928 108 0 61669 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 261236 KiB
Current children cumulated memory: 178484 KiB

[startup+0.313729 s]*
/proc/loadavg: 4.17 4.16 4.09 5/258 125063
/proc/meminfo: memFree=126203544/131382120 swapFree=33010160/33010684
[pid=125061] ppid=125058 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/125061/stat : 125061 (run-opt-ls-log.) S 125058 125061 124508 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 174512855 4292608 736 18446744073709551615 93883685015552 93883685910085 140736212833760 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93883686149136 93883686196880 93883716661248 140736212838681 140736212838879 140736212838879 140736212844483 0
/proc/125061/statm: 1048 736 672 219 0 110 0
[pid=125063] ppid=125061 vsize=314392 memory=239504 CPUtime=0.3 cores=1,3
/proc/125063/stat : 125063 (pbsuma) R 125061 125061 124508 0 -1 4194304 9000 0 0 0 23 7 0 0 20 0 1 0 174512856 321937408 59876 18446744073709551615 4210688 4653049 140723713236528 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 30035968 140723713239265 140723713239600 140723713239600 140723713245167 0
/proc/125063/statm: 78598 59876 960 108 0 76006 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 318584 KiB
Current children cumulated memory: 242448 KiB

[startup+0.700396 s]
/proc/loadavg: 4.16 4.15 4.09 5/258 125063
/proc/meminfo: memFree=126109288/131382120 swapFree=33010160/33010684
[pid=125061] ppid=125058 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/125061/stat : 125061 (run-opt-ls-log.) S 125058 125061 124508 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 174512855 4292608 736 18446744073709551615 93883685015552 93883685910085 140736212833760 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93883686149136 93883686196880 93883716661248 140736212838681 140736212838879 140736212838879 140736212844483 0
/proc/125061/statm: 1048 736 672 219 0 110 0
[pid=125063] ppid=125061 vsize=451712 memory=372184 CPUtime=0.68 cores=1,3
/proc/125063/stat : 125063 (pbsuma) R 125061 125061 124508 0 -1 4194304 27863 0 0 0 57 11 0 0 20 0 1 0 174512856 462553088 93046 18446744073709551615 4210688 4653049 140723713236528 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 30035968 140723713239265 140723713239600 140723713239600 140723713245167 0
/proc/125063/statm: 112928 93046 960 108 0 110336 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 455904 KiB
Current children cumulated memory: 375128 KiB

[startup+1.5004 s]
/proc/loadavg: 4.16 4.15 4.09 5/258 125063
/proc/meminfo: memFree=126003748/131382120 swapFree=33010160/33010684
[pid=125061] ppid=125058 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/125061/stat : 125061 (run-opt-ls-log.) S 125058 125061 124508 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 174512855 4292608 736 18446744073709551615 93883685015552 93883685910085 140736212833760 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93883686149136 93883686196880 93883716661248 140736212838681 140736212838879 140736212838879 140736212844483 0
/proc/125061/statm: 1048 736 672 219 0 110 0
[pid=125063] ppid=125061 vsize=796488 memory=580204 CPUtime=1.43 cores=1,3
/proc/125063/stat : 125063 (pbsuma) R 125061 125061 124508 0 -1 4194304 43006 0 0 0 121 22 0 0 20 0 1 0 174512856 815603712 145051 18446744073709551615 4210688 4653049 140723713236528 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 30035968 140723713239265 140723713239600 140723713239600 140723713245167 0
/proc/125063/statm: 199122 145051 992 108 0 196530 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 800680 KiB
Current children cumulated memory: 583148 KiB

[startup+3.11329 s]
/proc/loadavg: 4.16 4.15 4.09 5/258 125063
/proc/meminfo: memFree=124356544/131382120 swapFree=33010160/33010684
[pid=125061] ppid=125058 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/125061/stat : 125061 (run-opt-ls-log.) S 125058 125061 124508 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 174512855 4292608 736 18446744073709551615 93883685015552 93883685910085 140736212833760 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93883686149136 93883686196880 93883716661248 140736212838681 140736212838879 140736212838879 140736212844483 0
/proc/125061/statm: 1048 736 672 219 0 110 0
[pid=125063] ppid=125061 vsize=2900840 memory=2060712 CPUtime=3.04 cores=1,3
/proc/125063/stat : 125063 (pbsuma) R 125061 125061 124508 0 -1 4194304 56197 0 0 0 247 57 0 0 20 0 1 0 174512856 2970460160 515178 18446744073709551615 4210688 4653049 140723713236528 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 30035968 140723713239265 140723713239600 140723713239600 140723713245167 0
/proc/125063/statm: 725210 515178 992 108 0 722618 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 2905032 KiB
Current children cumulated memory: 2063656 KiB

[startup+6.30035 s]
/proc/loadavg: 4.15 4.15 4.09 5/258 125064
/proc/meminfo: memFree=125136552/131382120 swapFree=33010160/33010684
[pid=125061] ppid=125058 vsize=4192 memory=2944 CPUtime=4.18 cores=1,3
/proc/125061/stat : 125061 (run-opt-ls-log.) S 125058 125061 124508 0 -1 4194304 243 64065 0 0 0 0 340 78 20 0 1 0 174512855 4292608 736 18446744073709551615 93883685015552 93883685910085 140736212833760 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93883686149136 93883686196880 93883716661248 140736212838681 140736212838879 140736212838879 140736212844483 0
/proc/125061/statm: 1048 736 672 219 0 110 0
[pid=125064] ppid=125061 vsize=902844 memory=815528 CPUtime=2.01 cores=1,3
/proc/125064/stat : 125064 (roundingsat) R 125061 125061 124508 0 -1 4194304 40858 0 0 0 168 33 0 0 20 0 1 0 174513281 924512256 203882 18446744073709551615 4227072 8923577 140726802684208 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 33456128 140726802688244 140726802688550 140726802688550 140726802694122 0
/proc/125064/statm: 225711 203882 2016 1147 0 213137 0
Current children cumulated CPU time: 6.19 s
Current children cumulated vsize: 907036 KiB
Current children cumulated memory: 818472 KiB

[startup+12.7003 s]
/proc/loadavg: 4.21 4.16 4.10 5/258 125064
/proc/meminfo: memFree=123652376/131382120 swapFree=33010160/33010684
[pid=125061] ppid=125058 vsize=4192 memory=2944 CPUtime=4.18 cores=1,3
/proc/125061/stat : 125061 (run-opt-ls-log.) S 125058 125061 124508 0 -1 4194304 243 64065 0 0 0 0 340 78 20 0 1 0 174512855 4292608 736 18446744073709551615 93883685015552 93883685910085 140736212833760 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93883686149136 93883686196880 93883716661248 140736212838681 140736212838879 140736212838879 140736212844483 0
/proc/125061/statm: 1048 736 672 219 0 110 0
[pid=125064] ppid=125061 vsize=2028572 memory=1908976 CPUtime=8.38 cores=1,3
/proc/125064/stat : 125064 (roundingsat) R 125061 125061 124508 0 -1 4194304 206588 0 0 0 751 87 0 0 20 0 1 0 174513281 2077257728 477244 18446744073709551615 4227072 8923577 140726802684208 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 33456128 140726802688244 140726802688550 140726802688550 140726802694122 0
/proc/125064/statm: 507143 477244 2336 1147 0 494569 0
Current children cumulated CPU time: 12.56 s
Current children cumulated vsize: 2032764 KiB
Current children cumulated memory: 1911920 KiB

[startup+25.5004 s]
/proc/loadavg: 4.18 4.16 4.09 4/258 125064
/proc/meminfo: memFree=122606696/131382120 swapFree=33010160/33010684
[pid=125061] ppid=125058 vsize=4192 memory=2944 CPUtime=4.18 cores=1,3
/proc/125061/stat : 125061 (run-opt-ls-log.) S 125058 125061 124508 0 -1 4194304 243 64065 0 0 0 0 340 78 20 0 1 0 174512855 4292608 736 18446744073709551615 93883685015552 93883685910085 140736212833760 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93883686149136 93883686196880 93883716661248 140736212838681 140736212838879 140736212838879 140736212844483 0
/proc/125061/statm: 1048 736 672 219 0 110 0
[pid=125064] ppid=125061 vsize=2028572 memory=1909104 CPUtime=21.15 cores=1,3
/proc/125064/stat : 125064 (roundingsat) R 125061 125061 124508 0 -1 4194304 206632 0 0 0 2028 87 0 0 20 0 1 0 174513281 2077257728 477276 18446744073709551615 4227072 8923577 140726802684208 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 33456128 140726802688244 140726802688550 140726802688550 140726802694122 0
/proc/125064/statm: 507143 477276 2336 1147 0 494569 0
Current children cumulated CPU time: 25.33 s
Current children cumulated vsize: 2032764 KiB
Current children cumulated memory: 1912048 KiB

[startup+51.1135 s]
/proc/loadavg: 4.11 4.14 4.09 5/258 125065
/proc/meminfo: memFree=120813304/131382120 swapFree=33010160/33010684
[pid=125061] ppid=125058 vsize=4192 memory=2944 CPUtime=4.18 cores=1,3
/proc/125061/stat : 125061 (run-opt-ls-log.) S 125058 125061 124508 0 -1 4194304 243 64065 0 0 0 0 340 78 20 0 1 0 174512855 4292608 736 18446744073709551615 93883685015552 93883685910085 140736212833760 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93883686149136 93883686196880 93883716661248 140736212838681 140736212838879 140736212838879 140736212844483 0
/proc/125061/statm: 1048 736 672 219 0 110 0
[pid=125064] ppid=125061 vsize=2028572 memory=1909104 CPUtime=46.7 cores=1,3
/proc/125064/stat : 125064 (roundingsat) R 125061 125061 124508 0 -1 4194304 206728 0 0 0 4582 88 0 0 20 0 1 0 174513281 2077257728 477276 18446744073709551615 4227072 8923577 140726802684208 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 33456128 140726802688244 140726802688550 140726802688550 140726802694122 0
/proc/125064/statm: 507143 477276 2336 1147 0 494569 0
Current children cumulated CPU time: 50.88 s
Current children cumulated vsize: 2032764 KiB
Current children cumulated memory: 1912048 KiB

[startup+102.3 s]
/proc/loadavg: 4.32 4.18 4.10 5/259 125068
/proc/meminfo: memFree=120018624/131382120 swapFree=33010160/33010684
[pid=125061] ppid=125058 vsize=4192 memory=2944 CPUtime=4.18 cores=1,3
/proc/125061/stat : 125061 (run-opt-ls-log.) S 125058 125061 124508 0 -1 4194304 243 64065 0 0 0 0 340 78 20 0 1 0 174512855 4292608 736 18446744073709551615 93883685015552 93883685910085 140736212833760 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93883686149136 93883686196880 93883716661248 140736212838681 140736212838879 140736212838879 140736212844483 0
/proc/125061/statm: 1048 736 672 219 0 110 0
[pid=125064] ppid=125061 vsize=2028884 memory=1909360 CPUtime=97.73 cores=1,3
/proc/125064/stat : 125064 (roundingsat) R 125061 125061 124508 0 -1 4194304 206877 0 0 0 9685 88 0 0 20 0 1 0 174513281 2077577216 477340 18446744073709551615 4227072 8923577 140726802684208 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 33456128 140726802688244 140726802688550 140726802688550 140726802694122 0
/proc/125064/statm: 507221 477340 2336 1147 0 494647 0
Current children cumulated CPU time: 101.91 s
Current children cumulated vsize: 2033076 KiB
Current children cumulated memory: 1912304 KiB

[startup+162.3 s]
/proc/loadavg: 4.72 4.33 4.16 5/260 125071
/proc/meminfo: memFree=118905896/131382120 swapFree=33010160/33010684
[pid=125061] ppid=125058 vsize=4192 memory=2944 CPUtime=4.18 cores=1,3
/proc/125061/stat : 125061 (run-opt-ls-log.) S 125058 125061 124508 0 -1 4194304 243 64065 0 0 0 0 340 78 20 0 1 0 174512855 4292608 736 18446744073709551615 93883685015552 93883685910085 140736212833760 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93883686149136 93883686196880 93883716661248 140736212838681 140736212838879 140736212838879 140736212844483 0
/proc/125061/statm: 1048 736 672 219 0 110 0
[pid=125064] ppid=125061 vsize=2028884 memory=1909488 CPUtime=157.53 cores=1,3
/proc/125064/stat : 125064 (roundingsat) R 125061 125061 124508 0 -1 4194304 207009 0 0 0 15665 88 0 0 20 0 1 0 174513281 2077577216 477372 18446744073709551615 4227072 8923577 140726802684208 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 33456128 140726802688244 140726802688550 140726802688550 140726802694122 0
/proc/125064/statm: 507221 477372 2336 1147 0 494647 0
Current children cumulated CPU time: 161.71 s
Current children cumulated vsize: 2033076 KiB
Current children cumulated memory: 1912432 KiB

[startup+222.3 s]
/proc/loadavg: 4.30 4.28 4.16 5/260 125079
/proc/meminfo: memFree=118292456/131382120 swapFree=33010160/33010684
[pid=125061] ppid=125058 vsize=4192 memory=2944 CPUtime=4.18 cores=1,3
/proc/125061/stat : 125061 (run-opt-ls-log.) S 125058 125061 124508 0 -1 4194304 243 64065 0 0 0 0 340 78 20 0 1 0 174512855 4292608 736 18446744073709551615 93883685015552 93883685910085 140736212833760 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93883686149136 93883686196880 93883716661248 140736212838681 140736212838879 140736212838879 140736212844483 0
/proc/125061/statm: 1048 736 672 219 0 110 0
[pid=125064] ppid=125061 vsize=2028884 memory=1909488 CPUtime=217.34 cores=1,3
/proc/125064/stat : 125064 (roundingsat) R 125061 125061 124508 0 -1 4194304 207023 0 0 0 21645 89 0 0 20 0 1 0 174513281 2077577216 477372 18446744073709551615 4227072 8923577 140726802684208 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 33456128 140726802688244 140726802688550 140726802688550 140726802694122 0
/proc/125064/statm: 507221 477372 2336 1147 0 494647 0
Current children cumulated CPU time: 221.52 s

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

/proc/meminfo: memFree=79309540/131382120 swapFree=33010160/33010684
[pid=125061] ppid=125058 vsize=4192 memory=2944 CPUtime=4.18 cores=1,3
/proc/125061/stat : 125061 (run-opt-ls-log.) S 125058 125061 124508 0 -1 4194304 243 64065 0 0 0 0 340 78 20 0 1 0 174512855 4292608 736 18446744073709551615 93883685015552 93883685910085 140736212833760 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93883686149136 93883686196880 93883716661248 140736212838681 140736212838879 140736212838879 140736212844483 0
/proc/125061/statm: 1048 736 672 219 0 110 0
[pid=125064] ppid=125061 vsize=19415284 memory=18800848 CPUtime=875.19 cores=1,3
/proc/125064/stat : 125064 (roundingsat) R 125061 125061 124508 0 -1 4194304 3022318 0 0 0 85786 1733 0 0 20 0 1 0 174513281 19881250816 4700180 18446744073709551615 4227072 8923577 140726802684208 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 33456128 140726802688244 140726802688550 140726802688550 140726802694122 0
/proc/125064/statm: 4853821 4700212 2432 1147 0 4841247 0
Current children cumulated CPU time: 879.37 s
Current children cumulated vsize: 19419476 KiB
Current children cumulated memory: 18803792 KiB

[startup+942.3 s]
/proc/loadavg: 4.19 4.23 4.18 5/262 125117
/proc/meminfo: memFree=74773136/131382120 swapFree=33010160/33010684
[pid=125061] ppid=125058 vsize=4192 memory=2944 CPUtime=4.18 cores=1,3
/proc/125061/stat : 125061 (run-opt-ls-log.) S 125058 125061 124508 0 -1 4194304 243 64065 0 0 0 0 340 78 20 0 1 0 174512855 4292608 736 18446744073709551615 93883685015552 93883685910085 140736212833760 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93883686149136 93883686196880 93883716661248 140736212838681 140736212838879 140736212838879 140736212844483 0
/proc/125061/statm: 1048 736 672 219 0 110 0
[pid=125064] ppid=125061 vsize=22818672 memory=20384644 CPUtime=934.99 cores=1,3
/proc/125064/stat : 125064 (roundingsat) R 125061 125061 124508 0 -1 4194304 3257405 0 0 0 91611 1888 0 0 20 0 1 0 174513281 23366320128 5096161 18446744073709551615 4227072 8923577 140726802684208 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 33456128 140726802688244 140726802688550 140726802688550 140726802694122 0
/proc/125064/statm: 5704668 5096161 2432 1147 0 5692094 0
Current children cumulated CPU time: 939.17 s
Current children cumulated vsize: 22822864 KiB
Current children cumulated memory: 20387588 KiB

[startup+1002.3 s]
/proc/loadavg: 4.11 4.20 4.18 5/261 125119
/proc/meminfo: memFree=71779164/131382120 swapFree=33010160/33010684
[pid=125061] ppid=125058 vsize=4192 memory=2944 CPUtime=4.18 cores=1,3
/proc/125061/stat : 125061 (run-opt-ls-log.) S 125058 125061 124508 0 -1 4194304 243 64065 0 0 0 0 340 78 20 0 1 0 174512855 4292608 736 18446744073709551615 93883685015552 93883685910085 140736212833760 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93883686149136 93883686196880 93883716661248 140736212838681 140736212838879 140736212838879 140736212844483 0
/proc/125061/statm: 1048 736 672 219 0 110 0
[pid=125064] ppid=125061 vsize=22818672 memory=20994972 CPUtime=994.79 cores=1,3
/proc/125064/stat : 125064 (roundingsat) R 125061 125061 124508 0 -1 4194304 3258639 0 0 0 97443 2036 0 0 20 0 1 0 174513281 23366320128 5248743 18446744073709551615 4227072 8923577 140726802684208 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 33456128 140726802688244 140726802688550 140726802688550 140726802694122 0
/proc/125064/statm: 5704668 5248743 2432 1147 0 5692094 0
Current children cumulated CPU time: 998.97 s
Current children cumulated vsize: 22822864 KiB
Current children cumulated memory: 20997916 KiB

[startup+1062.3 s]
/proc/loadavg: 4.10 4.18 4.17 5/255 125148
/proc/meminfo: memFree=74787600/131382120 swapFree=33010160/33010684
[pid=125061] ppid=125058 vsize=4192 memory=2944 CPUtime=4.18 cores=1,3
/proc/125061/stat : 125061 (run-opt-ls-log.) S 125058 125061 124508 0 -1 4194304 243 64065 0 0 0 0 340 78 20 0 1 0 174512855 4292608 736 18446744073709551615 93883685015552 93883685910085 140736212833760 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93883686149136 93883686196880 93883716661248 140736212838681 140736212838879 140736212838879 140736212844483 0
/proc/125061/statm: 1048 736 672 219 0 110 0
[pid=125064] ppid=125061 vsize=22818672 memory=21357468 CPUtime=1054.58 cores=1,3
/proc/125064/stat : 125064 (roundingsat) R 125061 125061 124508 0 -1 4194304 3259524 0 0 0 103293 2165 0 0 20 0 1 0 174513281 23366320128 5339367 18446744073709551615 4227072 8923577 140726802684208 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 33456128 140726802688244 140726802688550 140726802688550 140726802694122 0
/proc/125064/statm: 5704668 5339367 2432 1147 0 5692094 0
Current children cumulated CPU time: 1058.76 s
Current children cumulated vsize: 22822864 KiB
Current children cumulated memory: 21360412 KiB

[startup+1122.3 s]
/proc/loadavg: 4.26 4.21 4.18 4/256 125152
/proc/meminfo: memFree=70124024/131382120 swapFree=33010160/33010684
[pid=125061] ppid=125058 vsize=4192 memory=2944 CPUtime=4.18 cores=1,3
/proc/125061/stat : 125061 (run-opt-ls-log.) S 125058 125061 124508 0 -1 4194304 243 64065 0 0 0 0 340 78 20 0 1 0 174512855 4292608 736 18446744073709551615 93883685015552 93883685910085 140736212833760 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93883686149136 93883686196880 93883716661248 140736212838681 140736212838879 140736212838879 140736212844483 0
/proc/125061/statm: 1048 736 672 219 0 110 0
[pid=125064] ppid=125061 vsize=24407700 memory=22909512 CPUtime=1114.34 cores=1,3
/proc/125064/stat : 125064 (roundingsat) R 125061 125061 124508 0 -1 4194304 3552775 0 0 0 109088 2346 0 0 20 0 1 0 174513281 24993484800 5727378 18446744073709551615 4227072 8923577 140726802684208 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 33456128 140726802688244 140726802688550 140726802688550 140726802694122 0
/proc/125064/statm: 6101925 5727378 2432 1147 0 6089351 0
Current children cumulated CPU time: 1118.52 s
Current children cumulated vsize: 24411892 KiB
Current children cumulated memory: 22912456 KiB

[startup+1182.3 s]
/proc/loadavg: 4.20 4.20 4.18 5/258 125156
/proc/meminfo: memFree=62363240/131382120 swapFree=33010160/33010684
[pid=125061] ppid=125058 vsize=4192 memory=2944 CPUtime=4.18 cores=1,3
/proc/125061/stat : 125061 (run-opt-ls-log.) S 125058 125061 124508 0 -1 4194304 243 64065 0 0 0 0 340 78 20 0 1 0 174512855 4292608 736 18446744073709551615 93883685015552 93883685910085 140736212833760 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93883686149136 93883686196880 93883716661248 140736212838681 140736212838879 140736212838879 140736212844483 0
/proc/125061/statm: 1048 736 672 219 0 110 0
[pid=125064] ppid=125061 vsize=29109616 memory=27060368 CPUtime=1174.07 cores=1,3
/proc/125064/stat : 125064 (roundingsat) R 125061 125061 124508 0 -1 4194304 4488598 0 0 0 114784 2623 0 0 20 0 1 0 174513281 29808246784 6765092 18446744073709551615 4227072 8923577 140726802684208 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 33456128 140726802688244 140726802688550 140726802688550 140726802694122 0
/proc/125064/statm: 7277404 6765092 2432 1147 0 7264830 0
Current children cumulated CPU time: 1178.25 s
Current children cumulated vsize: 29113808 KiB
Current children cumulated memory: 27063312 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1218.5 s]
/proc/loadavg: 4.22 4.21 4.18 5/263 125178
/proc/meminfo: memFree=60378248/131382120 swapFree=33010160/33010684
[pid=125061] ppid=125058 vsize=4192 memory=2944 CPUtime=4.18 cores=1,3
/proc/125061/stat : 125061 (run-opt-ls-log.) S 125058 125061 124508 0 -1 4194304 243 64065 0 0 0 0 340 78 20 0 1 0 174512855 4292608 736 18446744073709551615 93883685015552 93883685910085 140736212833760 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93883686149136 93883686196880 93883716661248 140736212838681 140736212838879 140736212838879 140736212844483 0
/proc/125061/statm: 1048 736 672 219 0 110 0
[pid=125064] ppid=125061 vsize=31795148 memory=29458096 CPUtime=1210.09 cores=1,3
/proc/125064/stat : 125064 (roundingsat) S 125061 125061 124508 0 -1 4195840 5036122 0 0 0 118196 2813 0 0 20 0 1 0 174513281 32558231552 7364524 18446744073709551615 4227072 8923577 140726802684208 140726802680864 140674232531564 0 0 0 8404994 1 0 0 17 1 0 0 0 0 0 9827200 9836688 33456128 140726802688244 140726802688550 140726802688550 140726802694122 6
/proc/125064/statm: 7948787 7364524 2560 1147 0 7936213 0
Current children cumulated CPU time: 1214.27 s
Current children cumulated vsize: 31799340 KiB
Current children cumulated memory: 29461040 KiB

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

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

# cumulated CPU time of all completed processes:  user=3.40605 s, system=0.792209 s

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+1243.25 s]
# the end of solver process 125064 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=1185.58 s, system=33.1396 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
Dumping a history of the last processes samples

[startup+1219.2 s]
/proc/loadavg: 4.22 4.21 4.18 2/264 125181
/proc/meminfo: memFree=59155020/131382120 swapFree=33010160/33010684
[pid=125064] ppid=125058 vsize=31795148 memory=29458096 CPUtime=1210.77 cores=1,3
/proc/125064/stat : 125064 (roundingsat) S 125058 125061 124508 0 -1 4195840 5036122 0 0 0 118196 2881 0 0 20 0 1 0 174513281 32558231552 7364524 18446744073709551615 4227072 8923577 140726802684208 140726802680864 140674232531564 0 0 0 8404994 1 0 0 17 1 0 0 0 0 0 9827200 9836688 33456128 140726802688244 140726802688550 140726802688550 140726802694122 6
/proc/125064/statm: 7948787 7364524 2560 1147 0 7936213 0
Current cumulated CPU time of completed processes: 4.19826 s
Current children cumulated CPU time: 1210.77 s
Current children cumulated vsize: 31795148 KiB
Current children cumulated memory: 29458096 KiB

[startup+1220 s]*
/proc/loadavg: 4.22 4.21 4.18 2/264 125181
/proc/meminfo: memFree=58652188/131382120 swapFree=33010160/33010684
[pid=125064] ppid=125058 vsize=31795148 memory=29458096 CPUtime=1211.21 cores=1,3
/proc/125064/stat : 125064 (roundingsat) S 125058 125061 124508 0 -1 4195840 5036122 0 0 0 118196 2925 0 0 20 0 1 0 174513281 32558231552 7364524 18446744073709551615 4227072 8923577 140726802684208 140726802680864 140674232531564 0 0 0 8404994 1 0 0 17 1 0 0 0 0 0 9827200 9836688 33456128 140726802688244 140726802688550 140726802688550 140726802694122 6
/proc/125064/statm: 7948787 7364524 2560 1147 0 7936213 0
Current cumulated CPU time of completed processes: 4.19826 s
Current children cumulated CPU time: 1211.21 s
Current children cumulated vsize: 31795148 KiB
Current children cumulated memory: 29458096 KiB

[startup+1220.4 s]
/proc/loadavg: 4.22 4.21 4.18 2/264 125181
/proc/meminfo: memFree=58652188/131382120 swapFree=33010160/33010684
[pid=125064] ppid=125058 vsize=31795148 memory=29458096 CPUtime=1211.21 cores=1,3
/proc/125064/stat : 125064 (roundingsat) S 125058 125061 124508 0 -1 4195840 5036122 0 0 0 118196 2925 0 0 20 0 1 0 174513281 32558231552 7364524 18446744073709551615 4227072 8923577 140726802684208 140726802680864 140674232531564 0 0 0 8404994 1 0 0 17 1 0 0 0 0 0 9827200 9836688 33456128 140726802688244 140726802688550 140726802688550 140726802694122 6
/proc/125064/statm: 7948787 7364524 2560 1147 0 7936213 0
Current cumulated CPU time of completed processes: 4.19826 s
Current children cumulated CPU time: 1211.21 s
Current children cumulated vsize: 31795148 KiB
Current children cumulated memory: 29458096 KiB

[startup+1220.5 s]
/proc/loadavg: 4.22 4.21 4.18 2/264 125181
/proc/meminfo: memFree=58652188/131382120 swapFree=33010160/33010684
[pid=125064] ppid=125058 vsize=31795148 memory=29458096 CPUtime=1211.21 cores=1,3
/proc/125064/stat : 125064 (roundingsat) S 125058 125061 124508 0 -1 4195840 5036122 0 0 0 118196 2925 0 0 20 0 1 0 174513281 32558231552 7364524 18446744073709551615 4227072 8923577 140726802684208 140726802680864 140674232531564 0 0 0 8404994 1 0 0 17 1 0 0 0 0 0 9827200 9836688 33456128 140726802688244 140726802688550 140726802688550 140726802694122 6
/proc/125064/statm: 7948787 7364524 2560 1147 0 7936213 0
Current cumulated CPU time of completed processes: 4.19826 s
Current children cumulated CPU time: 1211.21 s
Current children cumulated vsize: 31795148 KiB
Current children cumulated memory: 29458096 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1243.25
CPU time (s): 1218.72
CPU user time (s): 1185.58
CPU system time (s): 33.1396
CPU usage (%): 98.0268
Max. virtual memory (cumulated for all children) (KiB): 31799340
Max. memory (cumulated for all children) (KiB): 29461040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1185.58
system time used= 33.1396
maximum resident set size= 29458096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5100430
page faults= 0
swaps= 0
block input operations= 0
block output operations= 54936304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 339015
involuntary context switches= 2471


# summary of solver processes directly reported to runsolver:
#   pid: 125061,125064
#   total CPU time (s): 1218.72
#   total CPU user time (s): 1185.58
#   total CPU system time (s): 33.1396

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.53468 second user time and 12.8342 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-07-15 16:05:37
IDJOB=4531930
IDBENCH=148738
IDSOLVER=3392
FILE ID=nodeC008/4531930-1752588336
RUNJOBID= nodeC008-1752584602-124520
SLURM_JOB_ID= 9684338
Free space on /tmp= 432660 MiB

SOLVER NAME= roundingsat-ls+pbsuma-log 0f876b3
BENCH NAME= PB24/normalized-PB09/OPT-LIN/aries-da_nrp/normalized-aries-da_network_2000_5__647_1792__256.opb
COMMAND LINE= run-opt-ls-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4531930-1752588336/watcher-4531930-1752588336 -o /tmp/evaluation-result-4531930-1752588336/solver-4531930-1752588336 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1752584602-124520 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4531930-1752588336.opb PROOFDIR/proof-4531930-1752588336

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

MD5SUM BENCH= 8bad1bf25970951ec859260299ab11f4
RANDOM SEED=1427959576

nodeC008 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3691.414
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.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	: 0xb00001f
cpu MHz		: 2994.325
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
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.218
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.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	: 0xb00001f
cpu MHz		: 1197.211
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
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		: 3691.504
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.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	: 0xb00001f
cpu MHz		: 3664.112
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
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.487
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.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	: 0xb00001f
cpu MHz		: 1197.666
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        126432032 kB
MemAvailable:   127864912 kB
Buffers:            2128 kB
Cached:          2224124 kB
SwapCached:           16 kB
Active:          2740456 kB
Inactive:        1638896 kB
Active(anon):    2139688 kB
Inactive(anon):    31696 kB
Active(file):     600768 kB
Inactive(file):  1607200 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            280008 kB
Writeback:          2272 kB
AnonPages:       2156480 kB
Mapped:           119756 kB
Shmem:             17920 kB
KReclaimable:     129080 kB
Slab:             222416 kB
SReclaimable:     129080 kB
SUnreclaim:        93336 kB
KernelStack:        4160 kB
PageTables:         7544 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    2912908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149544 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1081344 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432440 MiB
End job on nodeC008 at 2025-07-15 16:26:21