Trace number 4532419

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 0f876b3? (exit code) 2607.31 2638.07

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-4532419-1752584621.opb'
0.19/0.21	c 	read 18.61MB  (202.16ms)
0.19/0.21	c	 [cnf: #variables 97901 #clauses 291722 #duplicates 0 #arr 778141]
0.19/0.21	c output proof to 'PROOFDIR/proof-4532419-1752584621'
0.19/0.21	c 
0.19/0.21	c make graph and approximate orbits
0.39/0.42	c	 [group: #orbits ~= 0] (209.10ms)
0.39/0.42	c 
0.39/0.42	c detect special group actions
0.39/0.42	c 	probe for Johnson action (limit=64)
0.39/0.42	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.39/0.44	c 	probe for row symmetry (limit=64, splits=16.78M)
0.39/0.45	c 	 (34.83ms)
0.39/0.45	c 
0.39/0.45	c detect symmetries on remainder
0.39/0.46	c 	[graph: #vertices 780785 #edges 2338606]
0.39/0.46	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.39/0.50	c 	 [group: #symmetries 1.00*10^0 #generators 0] (46.25ms)
0.39/0.50	c 
0.39/0.50	c finalize break order and special generators
0.39/0.51	c 
0.39/0.51	c generation finished
0.39/0.51	c 	[sbp: #constraints 0 #add_vars 0]
0.49/0.51	c 
0.49/0.51	c write result to 'HOME/instance-4532419-1752584621.opb.pre'
0.49/0.55	c 	wrote 18.81MB (39.74ms)
0.49/0.55	c ------------------------------------------------------------------
0.49/0.55	c                 209.10ms 38.53% approx_orbits
0.49/0.55	c                 202.16ms 37.25% parse
0.49/0.55	c                  46.25ms  8.52% detect_generic
0.49/0.55	c                  39.74ms  7.32% output
0.49/0.55	c                  34.83ms  6.42% detect_special
0.49/0.55	c                   6.68ms  1.23% other
0.49/0.55	c                   3.93ms  0.72% finalize_order
0.49/0.55	c         ───────────────────────────────────────────────
0.49/0.55	c                 542.69ms   100% total
0.49/0.55	c ------------------------------------------------------------------
0.00/0.61	c RoundingSat 2
0.00/0.61	c branch pb25
0.00/0.61	c commit 0f876b3
7.45/7.50	c #variables 97901 #constraints 291722
7.45/7.50	c objective is ceArb 
7.45/7.50	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
7.45/7.50	c initial counting CF 32, 64, 128, Arb: 0 , 0 , 0 , 3
7.45/7.50	c bounds - >= 0 @ 6.51139
0.59/2638.07	HOME/run-opt-break-log.sh: line 3: 128559 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 (62249 MiB free)
  memory of node 1: 64465 MiB (63229 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=128556, runsolver pid=128553

[startup+0.100063 s]*
/proc/loadavg: 1.02 0.54 0.32 5/269 128558
/proc/meminfo: memFree=128405772/131249988 swapFree=33010160/33010684
[pid=128556] ppid=128553 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/128556/stat : 128556 (run-opt-break-l) S 128553 128556 128194 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 174139702 4292608 736 18446744073709551615 94000872751104 94000873645637 140723180480080 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94000873884688 94000873932432 94000879284224 140723180484883 140723180485084 140723180485084 140723180490688 0
/proc/128556/statm: 1048 736 672 219 0 110 0
[pid=128558] ppid=128556 vsize=98248 memory=88636 CPUtime=0.09 cores=5,7
/proc/128558/stat : 128558 (pbsuma) R 128556 128556 128194 0 -1 4194304 6311 0 0 0 7 2 0 0 20 0 1 0 174139703 100605952 22159 18446744073709551615 4210688 4653049 140723920154400 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 8454144 140723920160993 140723920161328 140723920161328 140723920166895 0
/proc/128558/statm: 24562 22159 960 108 0 21970 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 102440 KiB
Current children cumulated memory: 91580 KiB

[startup+0.205619 s]*
/proc/loadavg: 1.02 0.54 0.32 6/269 128558
/proc/meminfo: memFree=128356000/131249988 swapFree=33010160/33010684
[pid=128556] ppid=128553 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/128556/stat : 128556 (run-opt-break-l) S 128553 128556 128194 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 174139702 4292608 736 18446744073709551615 94000872751104 94000873645637 140723180480080 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94000873884688 94000873932432 94000879284224 140723180484883 140723180485084 140723180485084 140723180490688 0
/proc/128556/statm: 1048 736 672 219 0 110 0
[pid=128558] ppid=128556 vsize=129188 memory=118036 CPUtime=0.19 cores=5,7
/proc/128558/stat : 128558 (pbsuma) R 128556 128556 128194 0 -1 4194304 14193 0 0 0 15 4 0 0 20 0 1 0 174139703 132288512 29509 18446744073709551615 4210688 4653049 140723920154400 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 8454144 140723920160993 140723920161328 140723920161328 140723920166895 0
/proc/128558/statm: 32297 29509 960 108 0 29705 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 133380 KiB
Current children cumulated memory: 120980 KiB

[startup+0.30565 s]*
/proc/loadavg: 1.02 0.54 0.32 5/269 128558
/proc/meminfo: memFree=128233772/131249988 swapFree=33010160/33010684
[pid=128556] ppid=128553 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/128556/stat : 128556 (run-opt-break-l) S 128553 128556 128194 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 174139702 4292608 736 18446744073709551615 94000872751104 94000873645637 140723180480080 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94000873884688 94000873932432 94000879284224 140723180484883 140723180485084 140723180485084 140723180490688 0
/proc/128556/statm: 1048 736 672 219 0 110 0
[pid=128558] ppid=128556 vsize=254756 memory=211628 CPUtime=0.29 cores=5,7
/proc/128558/stat : 128558 (pbsuma) R 128556 128556 128194 0 -1 4194304 25618 0 0 0 22 7 0 0 20 0 1 0 174139703 260870144 52907 18446744073709551615 4210688 4653049 140723920154400 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 8454144 140723920160993 140723920161328 140723920161328 140723920166895 0
/proc/128558/statm: 63689 52907 992 108 0 61097 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 258948 KiB
Current children cumulated memory: 214572 KiB

[startup+0.700204 s]
/proc/loadavg: 1.02 0.54 0.32 5/269 128558
/proc/meminfo: memFree=128157788/131249988 swapFree=33010160/33010684
[pid=128556] ppid=128553 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/128556/stat : 128556 (run-opt-break-l) S 128553 128556 128194 0 -1 4194304 241 36472 0 0 0 0 48 11 20 0 1 0 174139702 4292608 768 18446744073709551615 94000872751104 94000873645637 140723180480080 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94000873884688 94000873932432 94000879284224 140723180484883 140723180485084 140723180485084 140723180490688 0
/proc/128556/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.50017 s]
/proc/loadavg: 1.02 0.54 0.32 5/269 128559
/proc/meminfo: memFree=128218292/131249988 swapFree=33010160/33010684
[pid=128556] ppid=128553 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/128556/stat : 128556 (run-opt-break-l) S 128553 128556 128194 0 -1 4194304 241 36472 0 0 0 0 48 11 20 0 1 0 174139702 4292608 768 18446744073709551615 94000872751104 94000873645637 140723180480080 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94000873884688 94000873932432 94000879284224 140723180484883 140723180485084 140723180485084 140723180490688 0
/proc/128556/statm: 1048 768 704 219 0 110 0
[pid=128559] ppid=128556 vsize=103556 memory=59352 CPUtime=0.87 cores=5,7
/proc/128559/stat : 128559 (roundingsat) R 128556 128556 128194 0 -1 4194304 11310 0 0 0 71 16 0 0 20 0 1 0 174139763 106041344 14838 18446744073709551615 4227072 8923577 140728528251808 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 30490624 140728528255250 140728528255526 140728528255526 140728528261098 0
/proc/128559/statm: 25889 14838 1952 1147 0 13315 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 107748 KiB
Current children cumulated memory: 62424 KiB

[startup+3.10484 s]
/proc/loadavg: 1.26 0.59 0.34 5/269 128559
/proc/meminfo: memFree=128060704/131249988 swapFree=33010160/33010684
[pid=128556] ppid=128553 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/128556/stat : 128556 (run-opt-break-l) S 128553 128556 128194 0 -1 4194304 241 36472 0 0 0 0 48 11 20 0 1 0 174139702 4292608 768 18446744073709551615 94000872751104 94000873645637 140723180480080 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94000873884688 94000873932432 94000879284224 140723180484883 140723180485084 140723180485084 140723180490688 0
/proc/128556/statm: 1048 768 704 219 0 110 0
[pid=128559] ppid=128556 vsize=232548 memory=180288 CPUtime=2.48 cores=5,7
/proc/128559/stat : 128559 (roundingsat) R 128556 128556 128194 0 -1 4194304 33674 0 0 0 222 26 0 0 20 0 1 0 174139763 238129152 45072 18446744073709551615 4227072 8923577 140728528251808 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 30490624 140728528255250 140728528255526 140728528255526 140728528261098 0
/proc/128559/statm: 58137 45072 2016 1147 0 45563 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 236740 KiB
Current children cumulated memory: 183360 KiB

[startup+6.30017 s]
/proc/loadavg: 1.26 0.59 0.34 5/269 128559
/proc/meminfo: memFree=128012444/131249988 swapFree=33010160/33010684
[pid=128556] ppid=128553 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/128556/stat : 128556 (run-opt-break-l) S 128553 128556 128194 0 -1 4194304 241 36472 0 0 0 0 48 11 20 0 1 0 174139702 4292608 768 18446744073709551615 94000872751104 94000873645637 140723180480080 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94000873884688 94000873932432 94000879284224 140723180484883 140723180485084 140723180485084 140723180490688 0
/proc/128556/statm: 1048 768 704 219 0 110 0
[pid=128559] ppid=128556 vsize=233692 memory=181440 CPUtime=5.67 cores=5,7
/proc/128559/stat : 128559 (roundingsat) R 128556 128556 128194 0 -1 4194304 33962 0 0 0 541 26 0 0 20 0 1 0 174139763 239300608 45360 18446744073709551615 4227072 8923577 140728528251808 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 30490624 140728528255250 140728528255526 140728528255526 140728528261098 0
/proc/128559/statm: 58423 45360 2016 1147 0 45849 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 237884 KiB
Current children cumulated memory: 184512 KiB

[startup+12.7002 s]
/proc/loadavg: 1.76 0.72 0.39 5/269 128559
/proc/meminfo: memFree=127604632/131249988 swapFree=33010160/33010684
[pid=128556] ppid=128553 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/128556/stat : 128556 (run-opt-break-l) S 128553 128556 128194 0 -1 4194304 241 36472 0 0 0 0 48 11 20 0 1 0 174139702 4292608 768 18446744073709551615 94000872751104 94000873645637 140723180480080 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94000873884688 94000873932432 94000879284224 140723180484883 140723180485084 140723180485084 140723180490688 0
/proc/128556/statm: 1048 768 704 219 0 110 0
[pid=128559] ppid=128556 vsize=656488 memory=481196 CPUtime=12.05 cores=5,7
/proc/128559/stat : 128559 (roundingsat) R 128556 128556 128194 0 -1 4194304 57417 0 0 0 1164 41 0 0 20 0 1 0 174139763 672243712 120299 18446744073709551615 4227072 8923577 140728528251808 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 30490624 140728528255250 140728528255526 140728528255526 140728528261098 0
/proc/128559/statm: 164122 120299 2432 1147 0 151548 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 660680 KiB
Current children cumulated memory: 484268 KiB

[startup+25.5002 s]
/proc/loadavg: 2.10 0.83 0.43 5/271 128563
/proc/meminfo: memFree=126741664/131249988 swapFree=33010160/33010684
[pid=128556] ppid=128553 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/128556/stat : 128556 (run-opt-break-l) S 128553 128556 128194 0 -1 4194304 241 36472 0 0 0 0 48 11 20 0 1 0 174139702 4292608 768 18446744073709551615 94000872751104 94000873645637 140723180480080 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94000873884688 94000873932432 94000879284224 140723180484883 140723180485084 140723180485084 140723180490688 0
/proc/128556/statm: 1048 768 704 219 0 110 0
[pid=128559] ppid=128556 vsize=663960 memory=488492 CPUtime=24.82 cores=5,7
/proc/128559/stat : 128559 (roundingsat) R 128556 128556 128194 0 -1 4194304 59221 0 0 0 2410 72 0 0 20 0 1 0 174139763 679895040 122123 18446744073709551615 4227072 8923577 140728528251808 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 30490624 140728528255250 140728528255526 140728528255526 140728528261098 0
/proc/128559/statm: 165990 122123 2432 1147 0 153416 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 668152 KiB
Current children cumulated memory: 491564 KiB

[startup+51.1056 s]
/proc/loadavg: 2.75 1.09 0.52 5/270 128563
/proc/meminfo: memFree=125022600/131249988 swapFree=33010160/33010684
[pid=128556] ppid=128553 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/128556/stat : 128556 (run-opt-break-l) S 128553 128556 128194 0 -1 4194304 241 36472 0 0 0 0 48 11 20 0 1 0 174139702 4292608 768 18446744073709551615 94000872751104 94000873645637 140723180480080 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94000873884688 94000873932432 94000879284224 140723180484883 140723180485084 140723180485084 140723180490688 0
/proc/128556/statm: 1048 768 704 219 0 110 0
[pid=128559] ppid=128556 vsize=694860 memory=517956 CPUtime=50.36 cores=5,7
/proc/128559/stat : 128559 (roundingsat) R 128556 128556 128194 0 -1 4194304 64541 0 0 0 4898 138 0 0 20 0 1 0 174139763 711536640 129489 18446744073709551615 4227072 8923577 140728528251808 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 30490624 140728528255250 140728528255526 140728528255526 140728528261098 0
/proc/128559/statm: 173715 129489 2432 1147 0 161141 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 699052 KiB
Current children cumulated memory: 521028 KiB

[startup+102.3 s]
/proc/loadavg: 3.61 1.61 0.74 5/272 128567
/proc/meminfo: memFree=122041680/131249988 swapFree=33010160/33010684
[pid=128556] ppid=128553 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/128556/stat : 128556 (run-opt-break-l) S 128553 128556 128194 0 -1 4194304 241 36472 0 0 0 0 48 11 20 0 1 0 174139702 4292608 768 18446744073709551615 94000872751104 94000873645637 140723180480080 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94000873884688 94000873932432 94000879284224 140723180484883 140723180485084 140723180485084 140723180490688 0
/proc/128556/statm: 1048 768 704 219 0 110 0
[pid=128559] ppid=128556 vsize=880840 memory=693072 CPUtime=101.43 cores=5,7
/proc/128559/stat : 128559 (roundingsat) R 128556 128556 128194 0 -1 4194304 99645 0 0 0 9883 260 0 0 20 0 1 0 174139763 901980160 173268 18446744073709551615 4227072 8923577 140728528251808 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 30490624 140728528255250 140728528255526 140728528255526 140728528261098 0
/proc/128559/statm: 220210 173268 2432 1147 0 207636 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 885032 KiB
Current children cumulated memory: 696144 KiB

[startup+162.3 s]
/proc/loadavg: 3.92 2.06 0.95 5/273 128570
/proc/meminfo: memFree=117974164/131249988 swapFree=33010160/33010684
[pid=128556] ppid=128553 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/128556/stat : 128556 (run-opt-break-l) S 128553 128556 128194 0 -1 4194304 241 36472 0 0 0 0 48 11 20 0 1 0 174139702 4292608 768 18446744073709551615 94000872751104 94000873645637 140723180480080 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94000873884688 94000873932432 94000879284224 140723180484883 140723180485084 140723180485084 140723180490688 0
/proc/128556/statm: 1048 768 704 219 0 110 0
[pid=128559] ppid=128556 vsize=1088432 memory=886500 CPUtime=161.26 cores=5,7
/proc/128559/stat : 128559 (roundingsat) R 128556 128556 128194 0 -1 4194304 139315 0 0 0 15731 395 0 0 20 0 1 0 174139763 1114554368 221625 18446744073709551615 4227072 8923577 140728528251808 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 30490624 140728528255250 140728528255526 140728528255526 140728528261098 0
/proc/128559/statm: 272108 221625 2432 1147 0 259534 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 1092624 KiB
Current children cumulated memory: 889572 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 2.43 1.15 5/274 128573
/proc/meminfo: memFree=113676500/131249988 swapFree=33010160/33010684
[pid=128556] ppid=128553 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/128556/stat : 128556 (run-opt-break-l) S 128553 128556 128194 0 -1 4194304 241 36472 0 0 0 0 48 11 20 0 1 0 174139702 4292608 768 18446744073709551615 94000872751104 94000873645637 140723180480080 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94000873884688 94000873932432 94000879284224 140723180484883 140723180485084 140723180485084 140723180490688 0
/proc/128556/statm: 1048 768 704 219 0 110 0
[pid=128559] ppid=128556 vsize=1169820 memory=943844 CPUtime=221.09 cores=5,7
/proc/128559/stat : 128559 (roundingsat) R 128556 128556 128194 0 -1 4194304 139866 0 0 0 21583 526 0 0 20 0 1 0 174139763 1197895680 235961 18446744073709551615 4227072 8923577 140728528251808 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 30490624 140728528255250 140728528255526 140728528255526 140728528261098 0
/proc/128559/statm: 292455 235961 2432 1147 0 279881 0
Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 1174012 KiB
Current children cumulated memory: 946916 KiB

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

Current children cumulated vsize: 4642208 KiB
Current children cumulated memory: 3843208 KiB

[startup+2322.3 s]
/proc/loadavg: 4.11 4.17 3.90 5/273 128681
/proc/meminfo: memFree=1272256/131249988 swapFree=33010160/33010684
[pid=128556] ppid=128553 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/128556/stat : 128556 (run-opt-break-l) S 128553 128556 128194 0 -1 4194304 241 36472 0 0 0 0 48 11 20 0 1 0 174139702 4292608 768 18446744073709551615 94000872751104 94000873645637 140723180480080 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94000873884688 94000873932432 94000879284224 140723180484883 140723180485084 140723180485084 140723180490688 0
/proc/128556/statm: 1048 768 704 219 0 110 0
[pid=128559] ppid=128556 vsize=4638148 memory=3861748 CPUtime=2315.32 cores=5,7
/proc/128559/stat : 128559 (roundingsat) R 128556 128556 128194 0 -1 4194304 789754 0 0 0 225927 5605 0 0 20 0 1 0 174139763 4749463552 965437 18446744073709551615 4227072 8923577 140728528251808 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 30490624 140728528255250 140728528255526 140728528255526 140728528261098 0
/proc/128559/statm: 1159537 965437 2432 1147 0 1146963 0
Current children cumulated CPU time: 2315.91 s
Current children cumulated vsize: 4642340 KiB
Current children cumulated memory: 3864820 KiB

[startup+2382.3 s]
/proc/loadavg: 4.14 4.17 3.92 5/273 128684
/proc/meminfo: memFree=1307216/131249988 swapFree=33010160/33010684
[pid=128556] ppid=128553 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/128556/stat : 128556 (run-opt-break-l) S 128553 128556 128194 0 -1 4194304 241 36472 0 0 0 0 48 11 20 0 1 0 174139702 4292608 768 18446744073709551615 94000872751104 94000873645637 140723180480080 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94000873884688 94000873932432 94000879284224 140723180484883 140723180485084 140723180485084 140723180490688 0
/proc/128556/statm: 1048 768 704 219 0 110 0
[pid=128559] ppid=128556 vsize=4638436 memory=3879588 CPUtime=2375.16 cores=5,7
/proc/128559/stat : 128559 (roundingsat) R 128556 128556 128194 0 -1 4194304 790325 0 0 0 231757 5759 0 0 20 0 1 0 174139763 4749758464 969897 18446744073709551615 4227072 8923577 140728528251808 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 30490624 140728528255250 140728528255526 140728528255526 140728528261098 0
/proc/128559/statm: 1159609 969897 2432 1147 0 1147035 0
Current children cumulated CPU time: 2375.75 s
Current children cumulated vsize: 4642628 KiB
Current children cumulated memory: 3882660 KiB

[startup+2442.3 s]
/proc/loadavg: 4.10 4.15 3.93 5/274 128687
/proc/meminfo: memFree=1255372/131249988 swapFree=33010160/33010684
[pid=128556] ppid=128553 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/128556/stat : 128556 (run-opt-break-l) S 128553 128556 128194 0 -1 4194304 241 36472 0 0 0 0 48 11 20 0 1 0 174139702 4292608 768 18446744073709551615 94000872751104 94000873645637 140723180480080 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94000873884688 94000873932432 94000879284224 140723180484883 140723180485084 140723180485084 140723180490688 0
/proc/128556/statm: 1048 768 704 219 0 110 0
[pid=128559] ppid=128556 vsize=4638592 memory=3898320 CPUtime=2434.99 cores=5,7
/proc/128559/stat : 128559 (roundingsat) R 128556 128556 128194 0 -1 4194304 797589 0 0 0 237591 5908 0 0 20 0 1 0 174139763 4749918208 974580 18446744073709551615 4227072 8923577 140728528251808 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 30490624 140728528255250 140728528255526 140728528255526 140728528261098 0
/proc/128559/statm: 1159648 974580 2432 1147 0 1147074 0
Current children cumulated CPU time: 2435.58 s
Current children cumulated vsize: 4642784 KiB
Current children cumulated memory: 3901392 KiB

[startup+2502.3 s]
/proc/loadavg: 4.12 4.15 3.95 5/274 128689
/proc/meminfo: memFree=1210472/131249988 swapFree=33010160/33010684
[pid=128556] ppid=128553 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/128556/stat : 128556 (run-opt-break-l) S 128553 128556 128194 0 -1 4194304 241 36472 0 0 0 0 48 11 20 0 1 0 174139702 4292608 768 18446744073709551615 94000872751104 94000873645637 140723180480080 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94000873884688 94000873932432 94000879284224 140723180484883 140723180485084 140723180485084 140723180490688 0
/proc/128556/statm: 1048 768 704 219 0 110 0
[pid=128559] ppid=128556 vsize=4640476 memory=3919248 CPUtime=2494.82 cores=5,7
/proc/128559/stat : 128559 (roundingsat) R 128556 128556 128194 0 -1 4194304 805831 0 0 0 243439 6043 0 0 20 0 1 0 174139763 4751847424 979812 18446744073709551615 4227072 8923577 140728528251808 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 30490624 140728528255250 140728528255526 140728528255526 140728528261098 0
/proc/128559/statm: 1160119 979812 2432 1147 0 1147545 0
Current children cumulated CPU time: 2495.41 s
Current children cumulated vsize: 4644668 KiB
Current children cumulated memory: 3922320 KiB

[startup+2562.3 s]
/proc/loadavg: 4.14 4.15 3.97 5/274 128691
/proc/meminfo: memFree=1375008/131249988 swapFree=33010160/33010684
[pid=128556] ppid=128553 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/128556/stat : 128556 (run-opt-break-l) S 128553 128556 128194 0 -1 4194304 241 36472 0 0 0 0 48 11 20 0 1 0 174139702 4292608 768 18446744073709551615 94000872751104 94000873645637 140723180480080 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94000873884688 94000873932432 94000879284224 140723180484883 140723180485084 140723180485084 140723180490688 0
/proc/128556/statm: 1048 768 704 219 0 110 0
[pid=128559] ppid=128556 vsize=4640476 memory=3951380 CPUtime=2554.65 cores=5,7
/proc/128559/stat : 128559 (roundingsat) R 128556 128556 128194 0 -1 4194304 806471 0 0 0 249285 6180 0 0 20 0 1 0 174139763 4751847424 987845 18446744073709551615 4227072 8923577 140728528251808 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 30490624 140728528255250 140728528255526 140728528255526 140728528261098 0
/proc/128559/statm: 1160119 987845 2432 1147 0 1147545 0
Current children cumulated CPU time: 2555.24 s
Current children cumulated vsize: 4644668 KiB
Current children cumulated memory: 3954452 KiB

[startup+2622.3 s]
/proc/loadavg: 4.10 4.14 3.98 6/277 128703
/proc/meminfo: memFree=6171404/131249988 swapFree=33010160/33010684
[pid=128556] ppid=128553 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/128556/stat : 128556 (run-opt-break-l) S 128553 128556 128194 0 -1 4194304 241 36472 0 0 0 0 48 11 20 0 1 0 174139702 4292608 768 18446744073709551615 94000872751104 94000873645637 140723180480080 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94000873884688 94000873932432 94000879284224 140723180484883 140723180485084 140723180485084 140723180490688 0
/proc/128556/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+2638.07 s]
# the end of solver process 128556 was just reported to runsolver
# Child status: 153

# cumulated CPU time of all completed processes:  user=2541.57 s, system=65.7329 s

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

[startup+2624 s]*
/proc/loadavg: 4.10 4.14 3.98 5/276 128703
/proc/meminfo: memFree=6165940/131249988 swapFree=33010160/33010684
[pid=128556] ppid=128553 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/128556/stat : 128556 (run-opt-break-l) S 128553 128556 128194 0 -1 4194304 241 36472 0 0 0 0 48 11 20 0 1 0 174139702 4292608 768 18446744073709551615 94000872751104 94000873645637 140723180480080 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94000873884688 94000873932432 94000879284224 140723180484883 140723180485084 140723180485084 140723180490688 0
/proc/128556/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+2630.4 s]
/proc/loadavg: 4.09 4.14 3.98 6/276 128703
/proc/meminfo: memFree=6148164/131249988 swapFree=33010160/33010684
[pid=128556] ppid=128553 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/128556/stat : 128556 (run-opt-break-l) S 128553 128556 128194 0 -1 4194304 241 36472 0 0 0 0 48 11 20 0 1 0 174139702 4292608 768 18446744073709551615 94000872751104 94000873645637 140723180480080 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94000873884688 94000873932432 94000879284224 140723180484883 140723180485084 140723180485084 140723180490688 0
/proc/128556/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+2633.6 s]
/proc/loadavg: 4.24 4.17 3.99 5/276 128703
/proc/meminfo: memFree=6142288/131249988 swapFree=33010160/33010684
[pid=128556] ppid=128553 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/128556/stat : 128556 (run-opt-break-l) S 128553 128556 128194 0 -1 4194304 241 36472 0 0 0 0 48 11 20 0 1 0 174139702 4292608 768 18446744073709551615 94000872751104 94000873645637 140723180480080 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94000873884688 94000873932432 94000879284224 140723180484883 140723180485084 140723180485084 140723180490688 0
/proc/128556/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+2635.2 s]
/proc/loadavg: 4.24 4.17 3.99 4/276 128703
/proc/meminfo: memFree=6131600/131249988 swapFree=33010160/33010684
[pid=128556] ppid=128553 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/128556/stat : 128556 (run-opt-break-l) S 128553 128556 128194 0 -1 4194304 241 36472 0 0 0 0 48 11 20 0 1 0 174139702 4292608 768 18446744073709551615 94000872751104 94000873645637 140723180480080 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94000873884688 94000873932432 94000879284224 140723180484883 140723180485084 140723180485084 140723180490688 0
/proc/128556/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+2636.8 s]
/proc/loadavg: 4.24 4.17 3.99 5/276 128703
/proc/meminfo: memFree=6131364/131249988 swapFree=33010160/33010684
[pid=128556] ppid=128553 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/128556/stat : 128556 (run-opt-break-l) S 128553 128556 128194 0 -1 4194304 241 36472 0 0 0 0 48 11 20 0 1 0 174139702 4292608 768 18446744073709551615 94000872751104 94000873645637 140723180480080 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94000873884688 94000873932432 94000879284224 140723180484883 140723180485084 140723180485084 140723180490688 0
/proc/128556/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+2637.6 s]
/proc/loadavg: 4.22 4.16 3.99 4/276 128703
/proc/meminfo: memFree=6132700/131249988 swapFree=33010160/33010684
[pid=128556] ppid=128553 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/128556/stat : 128556 (run-opt-break-l) S 128553 128556 128194 0 -1 4194304 241 36472 0 0 0 0 48 11 20 0 1 0 174139702 4292608 768 18446744073709551615 94000872751104 94000873645637 140723180480080 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94000873884688 94000873932432 94000879284224 140723180484883 140723180485084 140723180485084 140723180490688 0
/proc/128556/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+2638 s]*
/proc/loadavg: 4.22 4.16 3.99 5/276 128703
/proc/meminfo: memFree=6347444/131249988 swapFree=33010160/33010684
[pid=128556] ppid=128553 vsize=4192 memory=3072 CPUtime=0.59 cores=5,7
/proc/128556/stat : 128556 (run-opt-break-l) S 128553 128556 128194 0 -1 4194304 241 36472 0 0 0 0 48 11 20 0 1 0 174139702 4292608 768 18446744073709551615 94000872751104 94000873645637 140723180480080 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94000873884688 94000873932432 94000879284224 140723180484883 140723180485084 140723180485084 140723180490688 0
/proc/128556/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): 2638.07
CPU time (s): 2607.31
CPU user time (s): 2541.57
CPU system time (s): 65.7329
CPU usage (%): 98.8338
Max. virtual memory (cumulated for all children) (KiB): 4644668
Max. memory (cumulated for all children) (KiB): 3965032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2541.57
system time used= 65.7329
maximum resident set size= 3961960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 845593
page faults= 0
swaps= 0
block input operations= 0
block output operations= 204836744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 347647
involuntary context switches= 4180


# summary of solver processes directly reported to runsolver:
#   pid: 128556
#   total CPU time (s): 2607.31
#   total CPU user time (s): 2541.57
#   total CPU system time (s): 65.7329

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.36445 second user time and 12.8809 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-15 15:03:41
IDJOB=4532419
IDBENCH=147466
IDSOLVER=3393
FILE ID=nodeC020/4532419-1752584621
RUNJOBID= nodeC020-1752584602-128207
SLURM_JOB_ID= 9684350
Free space on /tmp= 432264 MiB

SOLVER NAME= roundingsat+pbsuma-opt-log 0f876b3
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 -w /tmp/evaluation-result-4532419-1752584621/watcher-4532419-1752584621 -o /tmp/evaluation-result-4532419-1752584621/solver-4532419-1752584621 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1752584602-128207 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4532419-1752584621.opb PROOFDIR/proof-4532419-1752584621

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

MD5SUM BENCH= b5fa98c77b2f02bc89c0dd9881e13d7c
RANDOM SEED=1041866726

nodeC020 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.889
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.79
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		: 3603.164
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.79
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		: 3466.286
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.402
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.79
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.888
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.79
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		: 3464.504
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.79
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		: 3668.334
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.79
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.705
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        128490160 kB
MemAvailable:   129594424 kB
Buffers:            2128 kB
Cached:          1892924 kB
SwapCached:            8 kB
Active:           810788 kB
Inactive:        1321772 kB
Active(anon):     231056 kB
Inactive(anon):    24548 kB
Active(file):     579732 kB
Inactive(file):  1297224 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            212340 kB
Writeback:             4 kB
AnonPages:        240984 kB
Mapped:           116840 kB
Shmem:             18044 kB
KReclaimable:     133096 kB
Slab:             233424 kB
SReclaimable:     133096 kB
SUnreclaim:       100328 kB
KernelStack:        4256 kB
PageTables:         3632 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     565292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432092 MiB
End job on nodeC020 at 2025-07-15 15:47:40