Trace number 4488453

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+pbsuma-opt-log 63f22ad? (exit code) 2659.57 2689.44

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/roussel/factor/
normalized-factor-sizeN=440-sizeP=221-sizeQ=440-726468498.opb
MD5SUMb5fa98c77b2f02bc89c0dd9881e13d7c
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 benchmark1
Best CPU time to get the best result obtained on this benchmark4.43506
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables97901
Total number of constraints291721
Number of constraints which are clauses291720
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint97240
Number of terms in the objective function 221
Biggest coefficient in the objective function 1684996666696914987166688442938726917102321526408785780068975640576
Number of bits for the biggest coefficient in the objective function 221
Sum of the numbers in the objective function 3369993333393829974333376885877453834204643052817571560137951281151
Number of bits of the sum of numbers in the objective function 221
Biggest number in a constraint 2392032866531905486790942578809394338145620987608332988883503686824375178865503049616412016019962016447144819201720664620106359620960485637227891297994520232330261783830994590149049944504587400511488
Number of bits of the biggest number in a constraint 660
Biggest sum of numbers in a constraint 9568131466127621947163770315237577352582483950433331955534014747295513459689730629073816418642253180734108769246219889599930392714811235131541912049967060836868994739843120196423842159639336839621523
Number of bits of the biggest sum of numbers661
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-4488453-1751329782.opb'
0.18/0.22	c 	read 18.61MB  (206.38ms)
0.18/0.22	c	 [cnf: #variables 97901 #clauses 291722 #duplicates 0 #arr 778141]
0.18/0.22	c output proof to 'PROOFDIR/proof-4488453-1751329782'
0.18/0.22	c 
0.18/0.22	c make graph and approximate orbits
0.39/0.43	c	 [group: #orbits ~= 0] (211.45ms)
0.39/0.43	c 
0.39/0.43	c detect special group actions
0.39/0.43	c 	probe for Johnson action (limit=64)
0.39/0.43	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.39/0.45	c 	probe for row symmetry (limit=64, splits=16.78M)
0.39/0.47	c 	 (36.87ms)
0.39/0.47	c 
0.39/0.47	c detect symmetries on remainder
0.39/0.47	c 	[graph: #vertices 780785 #edges 2338606]
0.39/0.47	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.49/0.51	c 	 [group: #symmetries 1.00*10^0 #generators 0] (43.99ms)
0.49/0.51	c 
0.49/0.51	c finalize break order and special generators
0.49/0.51	c 
0.49/0.51	c generation finished
0.49/0.51	c 	[sbp: #constraints 0 #add_vars 0]
0.49/0.52	c 
0.49/0.52	c write result to 'HOME/instance-4488453-1751329782.opb.pre'
0.49/0.56	c 	wrote 18.81MB (39.91ms)
0.49/0.56	c ------------------------------------------------------------------
0.49/0.56	c                 211.45ms 38.47% approx_orbits
0.49/0.56	c                 206.38ms 37.54% parse
0.49/0.56	c                  43.99ms  8.00% detect_generic
0.49/0.56	c                  39.91ms  7.26% output
0.49/0.56	c                  36.87ms  6.71% detect_special
0.49/0.56	c                   7.19ms  1.31% other
0.49/0.56	c                   3.91ms  0.71% finalize_order
0.49/0.56	c         ───────────────────────────────────────────────
0.49/0.56	c                 549.70ms   100% total
0.49/0.56	c ------------------------------------------------------------------
0.58/0.62	c RoundingSat 2
0.58/0.62	c branch pb25
0.58/0.62	c commit 63f22ad
7.80/8.19	c #variables 97901 #constraints 291722
7.80/8.19	c objective is ceArb 
7.80/8.19	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
7.80/8.19	c initial counting CF 32, 64, 128, Arb: 0 , 0 , 0 , 3
7.80/8.19	c bounds - >= 0 @ 6.96955
0.59/2689.43	HOME/run-opt-break-log.sh: line 3: 47432 File size limit exceeded(core dumped) ./roundingsat "$1" --lp-maxconstr=1000000 --preprocessed-input="$1.pre" --proof-log="$2"

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: 63708 MiB (28470 MiB free)
  memory of node 1: 64465 MiB (61131 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4488453-1751329782/watcher-4488453-1751329782 -o /tmp/evaluation-result-4488453-1751329782/solver-4488453-1751329782 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751325414-45400 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4488453-1751329782.opb PROOFDIR/proof-4488453-1751329782 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=47429, runsolver pid=47426

[startup+0.100065 s]*
/proc/loadavg: 4.31 4.26 4.18 5/275 47431
/proc/meminfo: memFree=91687604/131249988 swapFree=33010684/33010684
[pid=47429] ppid=47426 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/47429/stat : 47429 (run-opt-break-l) S 47426 47429 45382 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 48656777 4292608 768 18446744073709551615 94680746500096 94680747394629 140733401691712 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94680747633680 94680747681424 94680780288000 140733401700629 140733401700830 140733401700830 140733401706432 0
/proc/47429/statm: 1048 768 704 219 0 110 0
[pid=47431] ppid=47429 vsize=97456 memory=87608 CPUtime=0.08 cores=5,7
/proc/47431/stat : 47431 (pbsuma) R 47429 47429 45382 0 -1 4194304 6068 0 0 0 6 2 0 0 20 0 1 0 48656777 99794944 21902 18446744073709551615 4210688 4653049 140721210461904 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 16097280 140721210464483 140721210464818 140721210464818 140721210470383 0
/proc/47431/statm: 24364 21902 960 108 0 21772 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 101648 KiB
Current children cumulated memory: 90680 KiB

[startup+0.205991 s]*
/proc/loadavg: 4.31 4.26 4.18 5/275 47431
/proc/meminfo: memFree=91675444/131249988 swapFree=33010684/33010684
[pid=47429] ppid=47426 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/47429/stat : 47429 (run-opt-break-l) S 47426 47429 45382 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 48656777 4292608 768 18446744073709551615 94680746500096 94680747394629 140733401691712 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94680747633680 94680747681424 94680780288000 140733401700629 140733401700830 140733401700830 140733401706432 0
/proc/47429/statm: 1048 768 704 219 0 110 0
[pid=47431] ppid=47429 vsize=131468 memory=115108 CPUtime=0.18 cores=5,7
/proc/47431/stat : 47431 (pbsuma) R 47429 47429 45382 0 -1 4194304 13394 0 0 0 15 3 0 0 20 0 1 0 48656777 134623232 28777 18446744073709551615 4210688 4653049 140721210461904 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 16097280 140721210464483 140721210464818 140721210464818 140721210470383 0
/proc/47431/statm: 32867 28777 960 108 0 30275 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 135660 KiB
Current children cumulated memory: 118180 KiB

[startup+0.305837 s]*
/proc/loadavg: 4.31 4.26 4.18 5/275 47431
/proc/meminfo: memFree=91606196/131249988 swapFree=33010684/33010684
[pid=47429] ppid=47426 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/47429/stat : 47429 (run-opt-break-l) S 47426 47429 45382 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 48656777 4292608 768 18446744073709551615 94680746500096 94680747394629 140733401691712 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94680747633680 94680747681424 94680780288000 140733401700629 140733401700830 140733401700830 140733401706432 0
/proc/47429/statm: 1048 768 704 219 0 110 0
[pid=47431] ppid=47429 vsize=230352 memory=196676 CPUtime=0.29 cores=5,7
/proc/47431/stat : 47431 (pbsuma) R 47429 47429 45382 0 -1 4194304 21789 0 0 0 23 6 0 0 20 0 1 0 48656777 235880448 49169 18446744073709551615 4210688 4653049 140721210461904 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 16097280 140721210464483 140721210464818 140721210464818 140721210470383 0
/proc/47431/statm: 57588 49169 992 108 0 54996 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 234544 KiB
Current children cumulated memory: 199748 KiB

[startup+0.70021 s]
/proc/loadavg: 4.31 4.26 4.18 5/275 47431
/proc/meminfo: memFree=91529580/131249988 swapFree=33010684/33010684
[pid=47429] ppid=47426 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/47429/stat : 47429 (run-opt-break-l) S 47426 47429 45382 0 -1 4194304 241 31368 0 0 0 0 49 10 20 0 1 0 48656777 4292608 768 18446744073709551615 94680746500096 94680747394629 140733401691712 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94680747633680 94680747681424 94680780288000 140733401700629 140733401700830 140733401700830 140733401706432 0
/proc/47429/statm: 1048 768 704 219 0 110 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 3072 KiB

[startup+1.5002 s]
/proc/loadavg: 4.31 4.26 4.18 5/275 47432
/proc/meminfo: memFree=91625376/131249988 swapFree=33010684/33010684
[pid=47429] ppid=47426 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/47429/stat : 47429 (run-opt-break-l) S 47426 47429 45382 0 -1 4194304 241 31368 0 0 0 0 49 10 20 0 1 0 48656777 4292608 768 18446744073709551615 94680746500096 94680747394629 140733401691712 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94680747633680 94680747681424 94680780288000 140733401700629 140733401700830 140733401700830 140733401706432 0
/proc/47429/statm: 1048 768 704 219 0 110 0
[pid=47432] ppid=47429 vsize=104080 memory=59652 CPUtime=0.86 cores=5,7
/proc/47432/stat : 47432 (roundingsat) R 47429 47429 45382 0 -1 4194304 13190 0 0 0 69 17 0 0 20 0 1 0 48656838 106577920 14913 18446744073709551615 4227072 8923433 140722687165312 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20996096 140722687166740 140722687167016 140722687167016 140722687172586 0
/proc/47432/statm: 26020 14913 1920 1147 0 13447 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 108272 KiB
Current children cumulated memory: 62724 KiB

[startup+3.10578 s]
/proc/loadavg: 4.31 4.26 4.18 5/275 47432
/proc/meminfo: memFree=91440004/131249988 swapFree=33010684/33010684
[pid=47429] ppid=47426 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/47429/stat : 47429 (run-opt-break-l) S 47426 47429 45382 0 -1 4194304 241 31368 0 0 0 0 49 10 20 0 1 0 48656777 4292608 768 18446744073709551615 94680746500096 94680747394629 140733401691712 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94680747633680 94680747681424 94680780288000 140733401700629 140733401700830 140733401700830 140733401706432 0
/proc/47429/statm: 1048 768 704 219 0 110 0
[pid=47432] ppid=47429 vsize=232544 memory=179500 CPUtime=2.47 cores=5,7
/proc/47432/stat : 47432 (roundingsat) R 47429 47429 45382 0 -1 4194304 34234 0 0 0 222 25 0 0 20 0 1 0 48656838 238125056 44875 18446744073709551615 4227072 8923433 140722687165312 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20996096 140722687166740 140722687167016 140722687167016 140722687172586 0
/proc/47432/statm: 58136 44875 1984 1147 0 45563 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 236736 KiB
Current children cumulated memory: 182572 KiB

[startup+6.3002 s]
/proc/loadavg: 4.28 4.26 4.18 5/275 47432
/proc/meminfo: memFree=91309920/131249988 swapFree=33010684/33010684
[pid=47429] ppid=47426 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/47429/stat : 47429 (run-opt-break-l) S 47426 47429 45382 0 -1 4194304 241 31368 0 0 0 0 49 10 20 0 1 0 48656777 4292608 768 18446744073709551615 94680746500096 94680747394629 140733401691712 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94680747633680 94680747681424 94680780288000 140733401700629 140733401700830 140733401700830 140733401706432 0
/proc/47429/statm: 1048 768 704 219 0 110 0
[pid=47432] ppid=47429 vsize=233032 memory=180012 CPUtime=5.65 cores=5,7
/proc/47432/stat : 47432 (roundingsat) R 47429 47429 45382 0 -1 4194304 34357 0 0 0 540 25 0 0 20 0 1 0 48656838 238624768 45003 18446744073709551615 4227072 8923433 140722687165312 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20996096 140722687166740 140722687167016 140722687167016 140722687172586 0
/proc/47432/statm: 58258 45003 1984 1147 0 45685 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 237224 KiB
Current children cumulated memory: 183084 KiB

[startup+12.7002 s]
/proc/loadavg: 4.26 4.25 4.18 6/275 47432
/proc/meminfo: memFree=90783800/131249988 swapFree=33010684/33010684
[pid=47429] ppid=47426 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/47429/stat : 47429 (run-opt-break-l) S 47426 47429 45382 0 -1 4194304 241 31368 0 0 0 0 49 10 20 0 1 0 48656777 4292608 768 18446744073709551615 94680746500096 94680747394629 140733401691712 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94680747633680 94680747681424 94680780288000 140733401700629 140733401700830 140733401700830 140733401706432 0
/proc/47429/statm: 1048 768 704 219 0 110 0
[pid=47432] ppid=47429 vsize=650736 memory=465448 CPUtime=11.79 cores=5,7
/proc/47432/stat : 47432 (roundingsat) R 47429 47429 45382 0 -1 4194304 55851 0 0 0 1142 37 0 0 20 0 1 0 48656838 666353664 116362 18446744073709551615 4227072 8923433 140722687165312 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20996096 140722687166740 140722687167016 140722687167016 140722687172586 0
/proc/47432/statm: 162684 116362 2368 1147 0 150111 0
Current children cumulated CPU time: 12.38 s
Current children cumulated vsize: 654928 KiB
Current children cumulated memory: 468520 KiB

[startup+25.5002 s]
/proc/loadavg: 4.20 4.24 4.18 5/274 47432
/proc/meminfo: memFree=89716436/131249988 swapFree=33010684/33010684
[pid=47429] ppid=47426 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/47429/stat : 47429 (run-opt-break-l) S 47426 47429 45382 0 -1 4194304 241 31368 0 0 0 0 49 10 20 0 1 0 48656777 4292608 768 18446744073709551615 94680746500096 94680747394629 140733401691712 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94680747633680 94680747681424 94680780288000 140733401700629 140733401700830 140733401700830 140733401706432 0
/proc/47429/statm: 1048 768 704 219 0 110 0
[pid=47432] ppid=47429 vsize=663956 memory=487212 CPUtime=24.56 cores=5,7
/proc/47432/stat : 47432 (roundingsat) R 47429 47429 45382 0 -1 4194304 60789 0 0 0 2390 66 0 0 20 0 1 0 48656838 679890944 121803 18446744073709551615 4227072 8923433 140722687165312 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20996096 140722687166740 140722687167016 140722687167016 140722687172586 0
/proc/47432/statm: 165989 121803 2368 1147 0 153416 0
Current children cumulated CPU time: 25.15 s
Current children cumulated vsize: 668148 KiB
Current children cumulated memory: 490284 KiB

[startup+51.1057 s]
/proc/loadavg: 4.21 4.24 4.18 5/275 47433
/proc/meminfo: memFree=87148604/131249988 swapFree=33010684/33010684
[pid=47429] ppid=47426 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/47429/stat : 47429 (run-opt-break-l) S 47426 47429 45382 0 -1 4194304 241 31368 0 0 0 0 49 10 20 0 1 0 48656777 4292608 768 18446744073709551615 94680746500096 94680747394629 140733401691712 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94680747633680 94680747681424 94680780288000 140733401700629 140733401700830 140733401700830 140733401706432 0
/proc/47429/statm: 1048 768 704 219 0 110 0
[pid=47432] ppid=47429 vsize=663956 memory=487340 CPUtime=49.41 cores=5,7
/proc/47432/stat : 47432 (roundingsat) R 47429 47429 45382 0 -1 4194304 60805 0 0 0 4813 128 0 0 20 0 1 0 48656838 679890944 121835 18446744073709551615 4227072 8923433 140722687165312 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20996096 140722687166740 140722687167016 140722687167016 140722687172586 0
/proc/47432/statm: 165989 121835 2368 1147 0 153416 0
Current children cumulated CPU time: 50 s
Current children cumulated vsize: 668148 KiB
Current children cumulated memory: 490412 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.20 4.17 5/275 47436
/proc/meminfo: memFree=82865780/131249988 swapFree=33010684/33010684
[pid=47429] ppid=47426 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/47429/stat : 47429 (run-opt-break-l) S 47426 47429 45382 0 -1 4194304 241 31368 0 0 0 0 49 10 20 0 1 0 48656777 4292608 768 18446744073709551615 94680746500096 94680747394629 140733401691712 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94680747633680 94680747681424 94680780288000 140733401700629 140733401700830 140733401700830 140733401706432 0
/proc/47429/statm: 1048 768 704 219 0 110 0
[pid=47432] ppid=47429 vsize=880836 memory=690336 CPUtime=100.46 cores=5,7
/proc/47432/stat : 47432 (roundingsat) R 47429 47429 45382 0 -1 4194304 101306 0 0 0 9801 245 0 0 20 0 1 0 48656838 901976064 172584 18446744073709551615 4227072 8923433 140722687165312 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20996096 140722687166740 140722687167016 140722687167016 140722687172586 0
/proc/47432/statm: 220209 172584 2400 1147 0 207636 0
Current children cumulated CPU time: 101.05 s
Current children cumulated vsize: 885028 KiB
Current children cumulated memory: 693408 KiB

[startup+162.3 s]
/proc/loadavg: 4.22 4.21 4.17 5/276 47439
/proc/meminfo: memFree=77899068/131249988 swapFree=33010684/33010684
[pid=47429] ppid=47426 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/47429/stat : 47429 (run-opt-break-l) S 47426 47429 45382 0 -1 4194304 241 31368 0 0 0 0 49 10 20 0 1 0 48656777 4292608 768 18446744073709551615 94680746500096 94680747394629 140733401691712 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94680747633680 94680747681424 94680780288000 140733401700629 140733401700830 140733401700830 140733401706432 0
/proc/47429/statm: 1048 768 704 219 0 110 0
[pid=47432] ppid=47429 vsize=930924 memory=716128 CPUtime=160.13 cores=5,7
/proc/47432/stat : 47432 (roundingsat) R 47429 47429 45382 0 -1 4194304 102131 0 0 0 15634 379 0 0 20 0 1 0 48656838 953266176 179032 18446744073709551615 4227072 8923433 140722687165312 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20996096 140722687166740 140722687167016 140722687167016 140722687172586 0
/proc/47432/statm: 232731 179032 2400 1147 0 220158 0
Current children cumulated CPU time: 160.72 s
Current children cumulated vsize: 935116 KiB
Current children cumulated memory: 719200 KiB

[startup+222.3 s]
/proc/loadavg: 4.22 4.21 4.18 6/276 47441
/proc/meminfo: memFree=72269152/131249988 swapFree=33010684/33010684
[pid=47429] ppid=47426 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/47429/stat : 47429 (run-opt-break-l) S 47426 47429 45382 0 -1 4194304 241 31368 0 0 0 0 49 10 20 0 1 0 48656777 4292608 768 18446744073709551615 94680746500096 94680747394629 140733401691712 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94680747633680 94680747681424 94680780288000 140733401700629 140733401700830 140733401700830 140733401706432 0
/proc/47429/statm: 1048 768 704 219 0 110 0
[pid=47432] ppid=47429 vsize=1169816 memory=928828 CPUtime=219.43 cores=5,7
/proc/47432/stat : 47432 (roundingsat) R 47429 47429 45382 0 -1 4194304 142026 0 0 0 21418 525 0 0 20 0 1 0 48656838 1197891584 232207 18446744073709551615 4227072 8923433 140722687165312 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20996096 140722687166740 140722687167016 140722687167016 140722687172586 0
/proc/47432/statm: 292454 232207 2400 1147 0 279881 0
Current children cumulated CPU time: 220.02 s
Current children cumulated vsize: 1174008 KiB

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

[pid=47429] ppid=47426 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/47429/stat : 47429 (run-opt-break-l) S 47426 47429 45382 0 -1 4194304 241 31368 0 0 0 0 49 10 20 0 1 0 48656777 4292608 768 18446744073709551615 94680746500096 94680747394629 140733401691712 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94680747633680 94680747681424 94680780288000 140733401700629 140733401700830 140733401700830 140733401706432 0
/proc/47429/statm: 1048 768 704 219 0 110 0
[pid=47432] ppid=47429 vsize=4070172 memory=3720016 CPUtime=2248.18 cores=5,7
/proc/47432/stat : 47432 (roundingsat) R 47429 47429 45382 0 -1 4194304 687265 0 0 0 219223 5595 0 0 20 0 1 0 48656838 4167856128 930004 18446744073709551615 4227072 8923433 140722687165312 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20996096 140722687166740 140722687167016 140722687167016 140722687172586 0
/proc/47432/statm: 1017543 930004 2400 1147 0 1004970 0
Current children cumulated CPU time: 2248.77 s
Current children cumulated vsize: 4074364 KiB
Current children cumulated memory: 3723088 KiB

[startup+2322.3 s]
/proc/loadavg: 4.26 4.17 4.16 5/269 47686
/proc/meminfo: memFree=17895344/131249988 swapFree=33010416/33010684
[pid=47429] ppid=47426 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/47429/stat : 47429 (run-opt-break-l) S 47426 47429 45382 0 -1 4194304 241 31368 0 0 0 0 49 10 20 0 1 0 48656777 4292608 768 18446744073709551615 94680746500096 94680747394629 140733401691712 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94680747633680 94680747681424 94680780288000 140733401700629 140733401700830 140733401700830 140733401706432 0
/proc/47429/statm: 1048 768 704 219 0 110 0
[pid=47432] ppid=47429 vsize=4638012 memory=3736200 CPUtime=2308.01 cores=5,7
/proc/47432/stat : 47432 (roundingsat) R 47429 47429 45382 0 -1 4194304 690824 0 0 0 225040 5761 0 0 20 0 1 0 48656838 4749324288 934050 18446744073709551615 4227072 8923433 140722687165312 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20996096 140722687166740 140722687167016 140722687167016 140722687172586 0
/proc/47432/statm: 1159503 934050 2400 1147 0 1146930 0
Current children cumulated CPU time: 2308.6 s
Current children cumulated vsize: 4642204 KiB
Current children cumulated memory: 3739272 KiB

[startup+2382.3 s]
/proc/loadavg: 4.16 4.16 4.16 5/269 47688
/proc/meminfo: memFree=14080260/131249988 swapFree=33010416/33010684
[pid=47429] ppid=47426 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/47429/stat : 47429 (run-opt-break-l) S 47426 47429 45382 0 -1 4194304 241 31368 0 0 0 0 49 10 20 0 1 0 48656777 4292608 768 18446744073709551615 94680746500096 94680747394629 140733401691712 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94680747633680 94680747681424 94680780288000 140733401700629 140733401700830 140733401700830 140733401706432 0
/proc/47429/statm: 1048 768 704 219 0 110 0
[pid=47432] ppid=47429 vsize=4638144 memory=3752852 CPUtime=2367.85 cores=5,7
/proc/47432/stat : 47432 (roundingsat) R 47429 47429 45382 0 -1 4194304 694504 0 0 0 230859 5926 0 0 20 0 1 0 48656838 4749459456 938213 18446744073709551615 4227072 8923433 140722687165312 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20996096 140722687166740 140722687167016 140722687167016 140722687172586 0
/proc/47432/statm: 1159536 938213 2400 1147 0 1146963 0
Current children cumulated CPU time: 2368.44 s
Current children cumulated vsize: 4642336 KiB
Current children cumulated memory: 3755924 KiB

[startup+2442.3 s]
/proc/loadavg: 4.10 4.14 4.15 5/270 47691
/proc/meminfo: memFree=10235824/131249988 swapFree=33010416/33010684
[pid=47429] ppid=47426 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/47429/stat : 47429 (run-opt-break-l) S 47426 47429 45382 0 -1 4194304 241 31368 0 0 0 0 49 10 20 0 1 0 48656777 4292608 768 18446744073709551615 94680746500096 94680747394629 140733401691712 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94680747633680 94680747681424 94680780288000 140733401700629 140733401700830 140733401700830 140733401706432 0
/proc/47429/statm: 1048 768 704 219 0 110 0
[pid=47432] ppid=47429 vsize=4638432 memory=3769808 CPUtime=2427.7 cores=5,7
/proc/47432/stat : 47432 (roundingsat) R 47429 47429 45382 0 -1 4194304 697719 0 0 0 236675 6095 0 0 20 0 1 0 48656838 4749754368 942452 18446744073709551615 4227072 8923433 140722687165312 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20996096 140722687166740 140722687167016 140722687167016 140722687172586 0
/proc/47432/statm: 1159608 942452 2400 1147 0 1147035 0
Current children cumulated CPU time: 2428.29 s
Current children cumulated vsize: 4642624 KiB
Current children cumulated memory: 3772880 KiB

[startup+2502.3 s]
/proc/loadavg: 4.07 4.13 4.15 5/270 47695
/proc/meminfo: memFree=6356592/131249988 swapFree=33010416/33010684
[pid=47429] ppid=47426 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/47429/stat : 47429 (run-opt-break-l) S 47426 47429 45382 0 -1 4194304 241 31368 0 0 0 0 49 10 20 0 1 0 48656777 4292608 768 18446744073709551615 94680746500096 94680747394629 140733401691712 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94680747633680 94680747681424 94680780288000 140733401700629 140733401700830 140733401700830 140733401706432 0
/proc/47429/statm: 1048 768 704 219 0 110 0
[pid=47432] ppid=47429 vsize=4638588 memory=3786524 CPUtime=2487.55 cores=5,7
/proc/47432/stat : 47432 (roundingsat) R 47429 47429 45382 0 -1 4194304 701447 0 0 0 242486 6269 0 0 20 0 1 0 48656838 4749914112 946631 18446744073709551615 4227072 8923433 140722687165312 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20996096 140722687166740 140722687167016 140722687167016 140722687172586 0
/proc/47432/statm: 1159647 946631 2400 1147 0 1147074 0
Current children cumulated CPU time: 2488.14 s
Current children cumulated vsize: 4642780 KiB
Current children cumulated memory: 3789596 KiB

[startup+2562.3 s]
/proc/loadavg: 4.20 4.15 4.15 5/271 47699
/proc/meminfo: memFree=2736740/131249988 swapFree=33010416/33010684
[pid=47429] ppid=47426 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/47429/stat : 47429 (run-opt-break-l) S 47426 47429 45382 0 -1 4194304 241 31368 0 0 0 0 49 10 20 0 1 0 48656777 4292608 768 18446744073709551615 94680746500096 94680747394629 140733401691712 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94680747633680 94680747681424 94680780288000 140733401700629 140733401700830 140733401700830 140733401706432 0
/proc/47429/statm: 1048 768 704 219 0 110 0
[pid=47432] ppid=47429 vsize=4640472 memory=3803380 CPUtime=2547.39 cores=5,7
/proc/47432/stat : 47432 (roundingsat) R 47429 47429 45382 0 -1 4194304 705336 0 0 0 248319 6420 0 0 20 0 1 0 48656838 4751843328 950845 18446744073709551615 4227072 8923433 140722687165312 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20996096 140722687166740 140722687167016 140722687167016 140722687172586 0
/proc/47432/statm: 1160118 950845 2400 1147 0 1147545 0
Current children cumulated CPU time: 2547.98 s
Current children cumulated vsize: 4644664 KiB
Current children cumulated memory: 3806452 KiB

[startup+2622.3 s]
/proc/loadavg: 4.11 4.13 4.15 5/271 47701
/proc/meminfo: memFree=801796/131249988 swapFree=33010416/33010684
[pid=47429] ppid=47426 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/47429/stat : 47429 (run-opt-break-l) S 47426 47429 45382 0 -1 4194304 241 31368 0 0 0 0 49 10 20 0 1 0 48656777 4292608 768 18446744073709551615 94680746500096 94680747394629 140733401691712 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94680747633680 94680747681424 94680780288000 140733401700629 140733401700830 140733401700830 140733401706432 0
/proc/47429/statm: 1048 768 704 219 0 110 0
[pid=47432] ppid=47429 vsize=4640472 memory=3816888 CPUtime=2607.23 cores=5,7
/proc/47432/stat : 47432 (roundingsat) R 47429 47429 45382 0 -1 4194304 707452 0 0 0 254147 6576 0 0 20 0 1 0 48656838 4751843328 954222 18446744073709551615 4227072 8923433 140722687165312 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20996096 140722687166740 140722687167016 140722687167016 140722687172586 0
/proc/47432/statm: 1160118 954222 2400 1147 0 1147545 0
Current children cumulated CPU time: 2607.82 s
Current children cumulated vsize: 4644664 KiB
Current children cumulated memory: 3819960 KiB

[startup+2682.3 s]
/proc/loadavg: 4.35 4.19 4.16 4/273 47713
/proc/meminfo: memFree=5429636/131249988 swapFree=33010416/33010684
[pid=47429] ppid=47426 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/47429/stat : 47429 (run-opt-break-l) S 47426 47429 45382 0 -1 4194304 241 31368 0 0 0 0 49 10 20 0 1 0 48656777 4292608 768 18446744073709551615 94680746500096 94680747394629 140733401691712 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94680747633680 94680747681424 94680780288000 140733401700629 140733401700830 140733401700830 140733401706432 0
/proc/47429/statm: 1048 768 704 219 0 110 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 3072 KiB
heavy processes:

[startup+2689.44 s]
# the end of solver process 47429 was just reported to runsolver
# Child status: 153

# cumulated CPU time of all completed processes:  user=2589.9 s, system=69.6643 s

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

[startup+2684.8 s]
/proc/loadavg: 4.35 4.19 4.16 4/273 47713
/proc/meminfo: memFree=5347060/131249988 swapFree=33010416/33010684
[pid=47429] ppid=47426 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/47429/stat : 47429 (run-opt-break-l) S 47426 47429 45382 0 -1 4194304 241 31368 0 0 0 0 49 10 20 0 1 0 48656777 4292608 768 18446744073709551615 94680746500096 94680747394629 140733401691712 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94680747633680 94680747681424 94680780288000 140733401700629 140733401700830 140733401700830 140733401706432 0
/proc/47429/statm: 1048 768 704 219 0 110 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 3072 KiB

[startup+2688 s]*
/proc/loadavg: 4.41 4.20 4.17 4/273 47713
/proc/meminfo: memFree=5179920/131249988 swapFree=33010416/33010684
[pid=47429] ppid=47426 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/47429/stat : 47429 (run-opt-break-l) S 47426 47429 45382 0 -1 4194304 241 31368 0 0 0 0 49 10 20 0 1 0 48656777 4292608 768 18446744073709551615 94680746500096 94680747394629 140733401691712 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94680747633680 94680747681424 94680780288000 140733401700629 140733401700830 140733401700830 140733401706432 0
/proc/47429/statm: 1048 768 704 219 0 110 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 3072 KiB

[startup+2688.8 s]
/proc/loadavg: 4.41 4.20 4.17 4/273 47713
/proc/meminfo: memFree=5179920/131249988 swapFree=33010416/33010684
[pid=47429] ppid=47426 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/47429/stat : 47429 (run-opt-break-l) S 47426 47429 45382 0 -1 4194304 241 31368 0 0 0 0 49 10 20 0 1 0 48656777 4292608 768 18446744073709551615 94680746500096 94680747394629 140733401691712 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94680747633680 94680747681424 94680780288000 140733401700629 140733401700830 140733401700830 140733401706432 0
/proc/47429/statm: 1048 768 704 219 0 110 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 3072 KiB

[startup+2689.2 s]
/proc/loadavg: 4.41 4.20 4.17 5/273 47713
/proc/meminfo: memFree=5254292/131249988 swapFree=33010416/33010684
[pid=47429] ppid=47426 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/47429/stat : 47429 (run-opt-break-l) S 47426 47429 45382 0 -1 4194304 241 31368 0 0 0 0 49 10 20 0 1 0 48656777 4292608 768 18446744073709551615 94680746500096 94680747394629 140733401691712 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94680747633680 94680747681424 94680780288000 140733401700629 140733401700830 140733401700830 140733401706432 0
/proc/47429/statm: 1048 768 704 219 0 110 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 3072 KiB

[startup+2689.4 s]
/proc/loadavg: 4.41 4.20 4.17 5/273 47713
/proc/meminfo: memFree=5254292/131249988 swapFree=33010416/33010684
[pid=47429] ppid=47426 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/47429/stat : 47429 (run-opt-break-l) S 47426 47429 45382 0 -1 4194304 241 31368 0 0 0 0 49 10 20 0 1 0 48656777 4292608 768 18446744073709551615 94680746500096 94680747394629 140733401691712 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94680747633680 94680747681424 94680780288000 140733401700629 140733401700830 140733401700830 140733401706432 0
/proc/47429/statm: 1048 768 704 219 0 110 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 3072 KiB

Child status: 153

Real time (s): 2689.44
CPU time (s): 2659.57
CPU user time (s): 2589.9
CPU system time (s): 69.6643
CPU usage (%): 98.8895
Max. virtual memory (cumulated for all children) (KiB): 4644664
Max. memory (cumulated for all children) (KiB): 3838176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2589.9
system time used= 69.6643
maximum resident set size= 3835104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 741156
page faults= 0
swaps= 0
block input operations= 0
block output operations= 204836960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 225108
involuntary context switches= 16678


# summary of solver processes directly reported to runsolver:
#   pid: 47429
#   total CPU time (s): 2659.57
#   total CPU user time (s): 2589.9
#   total CPU system time (s): 69.6643

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.91988 second user time and 12.0329 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-07-01 02:29:42
IDJOB=4488453
IDBENCH=147466
IDSOLVER=3360
FILE ID=nodeC031/4488453-1751329782
RUNJOBID= nodeC031-1751325414-45400
SLURM_JOB_ID= 9594352
Free space on /tmp= 432976 MiB

SOLVER NAME= roundingsat+pbsuma-opt-log 63f22ad
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/roussel/factor/normalized-factor-sizeN=440-sizeP=221-sizeQ=440-726468498.opb
COMMAND LINE= run-opt-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4488453-1751329782/watcher-4488453-1751329782 -o /tmp/evaluation-result-4488453-1751329782/solver-4488453-1751329782 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751325414-45400 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4488453-1751329782.opb PROOFDIR/proof-4488453-1751329782

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

MD5SUM BENCH= b5fa98c77b2f02bc89c0dd9881e13d7c
RANDOM SEED=1663874866

nodeC031 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	: 0xb00002a
cpu MHz		: 3599.891
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 pti ibrs ibpb stibp 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	: 6999.78
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		: 3599.913
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 pti ibrs ibpb stibp 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	: 6999.78
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.788
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 pti ibrs ibpb stibp 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	: 6999.78
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		: 3600.369
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 pti ibrs ibpb stibp 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	: 6999.78
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		: 3599.889
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 pti ibrs ibpb stibp 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	: 6999.78
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		: 3600.546
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 pti ibrs ibpb stibp 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	: 6999.78
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		: 3585.783
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 pti ibrs ibpb stibp 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	: 6999.78
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.902
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 pti ibrs ibpb stibp 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	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        91757032 kB
MemAvailable:   126747176 kB
Buffers:            3280 kB
Cached:         35742792 kB
SwapCached:            0 kB
Active:          2863652 kB
Inactive:       35475676 kB
Active(anon):    2611380 kB
Inactive(anon):        0 kB
Active(file):     252272 kB
Inactive(file): 35475676 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:          12588884 kB
Writeback:            16 kB
AnonPages:       2594800 kB
Mapped:           117220 kB
Shmem:             18064 kB
KReclaimable:     202868 kB
Slab:             686056 kB
SReclaimable:     202868 kB
SUnreclaim:       483188 kB
KernelStack:        4432 kB
PageTables:         8508 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    3368696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150744 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1316864 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432800 MiB
End job on nodeC031 at 2025-07-01 03:14:32