Trace number 4544379
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:
-
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.
-
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.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
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.
-
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
General information on the benchmark
Name | PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/ extended-even-colouring/grids_rational_opb/normalized-ec_grid_rational_06_170.opb |
MD5SUM | 8004cad3253210c4fb1dfbb021092d0c |
Bench Category | DEC-LIN (decision problem, linear constraints, no UNSAT certificate) |
Best result obtained on this benchmark | UNSAT |
Best value of the objective obtained on this benchmark | |
Best CPU time to get the best result obtained on this benchmark | 0.133464 |
Has Objective Function | NO |
Satisfiable | |
(Un)Satisfiability was proved | |
Best value of the objective function | |
Optimality of the best value was proved | |
Number of variables | 6123 |
Total number of constraints | 5104 |
Number of constraints which are clauses | 4082 |
Number of constraints which are cardinality constraints (but not clauses) | 1021 |
Number of constraints which are nor clauses,nor cardinality constraints | 1 |
Minimum length of a constraint | 2 |
Maximum length of a constraint | 4082 |
Number of terms in the objective function | 0 |
Biggest coefficient in the objective function | 0 |
Number of bits for the biggest coefficient in the objective function | 0 |
Sum of the numbers in the objective function | 0 |
Number of bits of the sum of numbers in the objective function | 0 |
Biggest number in a constraint | 4082 |
Number of bits of the biggest number in a constraint | 12 |
Biggest sum of numbers in a constraint | 12246 |
Number of bits of the biggest sum of numbers | 14 |
Number of products (including duplicates) | 0 |
Sum of products size (including duplicates) | 0 |
Number of different products | 0 |
Sum of products size | 0 |
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-4544379-1753220633.opb'
0.00/0.02 c read 0.18MB (8.26ms)
0.00/0.02 c [cnf: #variables 6123 #clauses 5104 #duplicates 0 #arr 16328]
0.00/0.02 c output proof to '/tmp/proof-4544379-1753220633'
0.00/0.02 c
0.00/0.02 c make graph and approximate orbits
0.00/0.04 c [group: #orbits ~= 3576] (14.25ms)
0.00/0.04 c
0.00/0.04 c detect special group actions
0.00/0.04 c probe for Johnson action (limit=64)
0.00/0.04 c probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.04 c probe for row symmetry (limit=64, splits=16.78M)
0.20/0.32 c (282.03ms)
0.20/0.32 c
0.20/0.32 c detect symmetries on remainder
0.20/0.32 c [graph: #vertices 29596 #edges 69394]
0.20/0.32 c dejavu (support_limit=2048.00MB, budget_limit=64)
0.30/0.34 c [group: #symmetries 4.00*10^0 #generators 2] (24.28ms)
0.30/0.34 c
0.30/0.34 c optimize generators (opt_passes=64, conjugate_limit=256)
0.30/0.34 c (0.01ms)
0.30/0.34 c
0.30/0.34 c finalize break order and special generators
0.30/0.34 c
0.30/0.34 c add generic predicates (break_depth=10)
0.30/0.34 c added predicates for 2 generators (0.21ms)
1.09/1.11 c
1.09/1.11 c generation finished
1.09/1.11 c [sbp: #constraints 56 #add_vars 18]
1.09/1.11 c
1.09/1.11 c write result to 'HOME/instance-4544379-1753220633.opb.pre'
1.09/1.11 c wrote 0.18MB (0.78ms)
1.09/1.11 c ------------------------------------------------------------------
1.09/1.11 c 768.13ms 69.89% other
1.09/1.11 c 282.03ms 25.66% detect_special
1.09/1.11 c 24.28ms 2.21% detect_generic
1.09/1.11 c 14.25ms 1.30% approx_orbits
1.09/1.11 c 8.25ms 0.75% parse
1.09/1.11 c 1.04ms 0.09% finalize_order
1.09/1.11 c 0.78ms 0.07% output
1.09/1.11 c 0.21ms 0.02% break_generic
1.09/1.11 c 0.01ms 0.00% optimize_gens
1.09/1.11 c ───────────────────────────────────────────────
1.09/1.11 c 1098.98ms 100% total
1.09/1.11 c ------------------------------------------------------------------
1.09/1.13 c RoundingSat 2
1.09/1.13 c branch pb25
1.09/1.13 c commit 63f22ad
1.09/1.18 c #variables 6141 #constraints 6181
31.79/31.99 c #Conflicts: 1000 | #Constraints: 7180
31.79/31.99 c #Conflicts: 2000 | #Constraints: 8180
31.79/31.99 c INPROCESSING
31.79/31.99 c GARBAGE COLLECT
31.79/31.99 c #Conflicts: 3000 | #Constraints: 8308
31.79/31.99 c #Conflicts: 4000 | #Constraints: 9308
31.79/31.99 c INPROCESSING
31.79/31.99 c GARBAGE COLLECT
31.79/31.99 c #Conflicts: 5000 | #Constraints: 8769
31.79/31.99 c #Conflicts: 6000 | #Constraints: 9769
31.79/31.99 c INPROCESSING
31.79/31.99 c GARBAGE COLLECT
31.79/31.99 c #Conflicts: 7000 | #Constraints: 8771
31.79/31.99 c #Conflicts: 8000 | #Constraints: 9771
31.79/31.99 c #Conflicts: 9000 | #Constraints: 10771
31.79/31.99 c INPROCESSING
31.79/31.99 c GARBAGE COLLECT
31.79/31.99 c cpu time 30.6035 s
31.79/31.99 c deterministic time 611741509 6.12e+08
31.79/31.99 c optimization time 2.5e-05 s
31.79/31.99 c total solve time 30.557 s
31.79/31.99 c core-guided solve time 0 s
31.79/31.99 c propagation time 5.56111 s
31.79/31.99 c conflict analysis time 2.71935 s
31.79/31.99 c propagations 6377014
31.79/31.99 c resolve steps 69499
31.79/31.99 c decisions 159764
31.79/31.99 c conflicts 9675
31.79/31.99 c restarts 42
31.79/31.99 c inprocessing phases 4
31.79/31.99 c garbage collections 4 ,( 100.00 )
31.79/31.99 c input clauses 4140 ,( 66.98 )
31.79/31.99 c input cardinalities 2040 ,( 33.00 )
31.79/31.99 c input general constraints 1 ,( 0.02 )
31.79/31.99 c input average constraint length 3.33
31.79/31.99 c input average constraint degree 1.99
31.79/31.99 c learned clauses 943 ,( 9.75 )
31.79/31.99 c learned cardinalities 1058 ,( 10.94 )
31.79/31.99 c learned general constraints 7672 ,( 79.31 )
31.79/31.99 c learned average constraint length 1746.56
31.79/31.99 c learned average constraint degree 677.07
31.79/31.99 c watched CF 32, 64, 128, Arb: 7464 , 0 , 0 , 0
31.79/31.99 c counting CF 32, 64, 128, Arb: 209 , 0 , 0 , 0
31.79/31.99 c watched constraints 7464 ,( 97.28 )
31.79/31.99 c counting constraints 209 ,( 2.72 )
31.79/31.99 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1717698 , 2181887 , 3945141 ,( 3931494 , 13647 )
31.79/31.99 c gcd simplifications 34
31.79/31.99 c detected cardinalities 4
31.79/31.99 c weakened non-implied lits 2859270
31.79/31.99 c weakened non-implying lits 134
31.79/31.99 c original variables 6141
31.79/31.99 c clausal propagations 1701415
31.79/31.99 c cardinality propagations 1275904
31.79/31.99 c watched propagations 1817795
31.79/31.99 c counting propagations 109548
31.79/31.99 c watch lookups 21147301
31.79/31.99 c watch backjump lookups 0
31.79/31.99 c watch checks 453722940
31.79/31.99 c propagation checks 95350867
31.79/31.99 c constraint additions 28434174
31.79/31.99 c trail pops 6546448
31.79/31.99 c formula constraints 6181
31.79/31.99 c learned constraints 9673
31.79/31.99 c bound constraints 0
31.79/31.99 c core-guided constraints 0
31.79/31.99 c encountered formula constraints 59455
31.79/31.99 c encountered learned constraints 19718
31.79/31.99 c encountered bound constraints 0
31.79/31.99 c encountered core-guided constraints 0
31.79/31.99 c LP total time 0.084842 s
31.79/31.99 c LP solve time 0.09 s
31.79/31.99 c LP constraints added 6181
31.79/31.99 c LP constraints removed 0
31.79/31.99 c LP pivots internal 2000
31.79/31.99 c LP pivots root 1000
31.79/31.99 c LP calls 2
31.79/31.99 c LP optimalities 0
31.79/31.99 c LP no pivot count 0
31.79/31.99 c LP infeasibilities 0
31.79/31.99 c LP valid Farkas constraints 0
31.79/31.99 c LP learned Farkas constraints 0
31.79/31.99 c LP basis resets 0
31.79/31.99 c LP cycling count 0
31.79/31.99 c LP singular count 0
31.79/31.99 c LP no primal count 0
31.79/31.99 c LP no farkas count 0
31.79/31.99 c LP other issue count 0
31.79/31.99 c LP Gomory cuts 0
31.79/31.99 c LP learned cuts 0
31.79/31.99 c LP deleted cuts 0
31.79/31.99 c LP encountered Gomory constraints 0
31.79/31.99 c LP encountered Farkas constraints 0
31.79/31.99 c LP encountered learned Farkas constraints 0
31.79/31.99 c CG auxiliary variables introduced 0
31.79/31.99 c CG solutions found 0
31.79/31.99 c CG cores constructed 0
31.79/31.99 c CG core cardinality constraints returned 0
31.79/31.99 c CG unit cores 0
31.79/31.99 c CG single cores 0
31.79/31.99 c CG blocks removed during cardinality reduction 0
31.79/31.99 c CG first core best 0
31.79/31.99 c CG decision core best 0
31.79/31.99 c CG core reduction tie 0
31.79/31.99 c CG core degree average 0.00
31.79/31.99 c CG core slack average 0.00
31.79/31.99 c CG core upper bound improvements 0
31.79/31.99 c STR number of successful calls 0
31.79/31.99 c STR number of unsuccessful calls 0
31.79/31.99 c STR number of inconclusive calls 0
31.79/31.99 c STR number of successful attempts 0
31.79/31.99 c STR number of unsuccessful attempts 0
31.79/31.99 c STR number of inconclusive attempts 0
31.79/31.99 c STR average degree increase per successful call inf
31.79/31.99 c STR average degree increase per successful attempt inf
31.79/31.99 c STR total number of conflicts for successful attempts 0
31.79/31.99 c STR total number of conflicts for unsuccessful attempts 0
31.79/31.99 c STR total number of conflicts for inconclusive attempts 0
31.79/31.99 c STR average number of conflicts per successful attempt inf
31.79/31.99 c STR average number of conflicts per unsuccessful attempt inf
31.79/31.99 c STR average number of conflicts per inconclusive attempt inf
31.79/31.99 c AVG.sumWPerc 15.38
31.79/31.99 c bigint constraints 0
31.79/31.99 s UNSATISFIABLE
Verifier Data
ERROR: no interpretation found !
Checking of UNSAT/OPT proofs:
VeriPB + CakePB
Tue Jul 22 23:52:24 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK
Watcher Data
runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
NUMA information:
number of nodes: 2
memory of node 0: 63837 MiB (53506 MiB free)
memory of node 1: 64465 MiB (26964 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4544379-1753220633/watcher-4544379-1753220633 -o /tmp/evaluation-result-4544379-1753220633/solver-4544379-1753220633 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1753211729-157539 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4544379-1753220633.opb /tmp/proof-4544379-1753220633
running on 2 cores: 4,6
CPU governors:
performance: 4 6
Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=160970, runsolver pid=160967
[startup+0.100097 s]*
/proc/loadavg: 4.16 4.15 4.17 5/253 160972
/proc/meminfo: memFree=82394160/131382120 swapFree=33010160/33010684
[pid=160970] ppid=160967 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/160970/stat : 160970 (run-dec-break-l) S 160967 160970 157528 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 237742027 4292608 736 18446744073709551615 94875192176640 94875193071173 140735041766192 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94875193310224 94875193357968 94875199418368 140735041767737 140735041767900 140735041767900 140735041773504 0
/proc/160970/statm: 1048 736 672 219 0 110 0
[pid=160972] ppid=160970 vsize=20396 memory=11360 CPUtime=0.09 cores=4,6
/proc/160972/stat : 160972 (pbsuma) R 160970 160970 157528 0 -1 4194304 2622 0 0 0 8 1 0 0 20 0 1 0 237742028 20885504 2840 18446744073709551615 4210688 4653049 140724928335888 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 37613568 140724928338183 140724928338480 140724928338480 140724928344047 0
/proc/160972/statm: 5099 2840 1024 108 0 2507 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 24588 KiB
Current children cumulated memory: 14304 KiB
[startup+0.213748 s]*
/proc/loadavg: 4.15 4.15 4.17 5/253 160972
/proc/meminfo: memFree=82394160/131382120 swapFree=33010160/33010684
[pid=160970] ppid=160967 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/160970/stat : 160970 (run-dec-break-l) S 160967 160970 157528 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 237742027 4292608 736 18446744073709551615 94875192176640 94875193071173 140735041766192 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94875193310224 94875193357968 94875199418368 140735041767737 140735041767900 140735041767900 140735041773504 0
/proc/160970/statm: 1048 736 672 219 0 110 0
[pid=160972] ppid=160970 vsize=20396 memory=11360 CPUtime=0.2 cores=4,6
/proc/160972/stat : 160972 (pbsuma) R 160970 160970 157528 0 -1 4194304 2622 0 0 0 19 1 0 0 20 0 1 0 237742028 20885504 2840 18446744073709551615 4210688 4653049 140724928335888 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 37613568 140724928338183 140724928338480 140724928338480 140724928344047 0
/proc/160972/statm: 5099 2840 1024 108 0 2507 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 24588 KiB
Current children cumulated memory: 14304 KiB
[startup+0.313042 s]*
/proc/loadavg: 4.15 4.15 4.17 5/253 160972
/proc/meminfo: memFree=82394160/131382120 swapFree=33010160/33010684
[pid=160970] ppid=160967 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/160970/stat : 160970 (run-dec-break-l) S 160967 160970 157528 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 237742027 4292608 736 18446744073709551615 94875192176640 94875193071173 140735041766192 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94875193310224 94875193357968 94875199418368 140735041767737 140735041767900 140735041767900 140735041773504 0
/proc/160970/statm: 1048 736 672 219 0 110 0
[pid=160972] ppid=160970 vsize=20408 memory=11872 CPUtime=0.3 cores=4,6
/proc/160972/stat : 160972 (pbsuma) R 160970 160970 157528 0 -1 4194304 2726 0 0 0 29 1 0 0 20 0 1 0 237742028 20897792 2968 18446744073709551615 4210688 4653049 140724928335888 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 37613568 140724928338183 140724928338480 140724928338480 140724928344047 0
/proc/160972/statm: 5102 2968 1024 108 0 2510 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 24600 KiB
Current children cumulated memory: 14816 KiB
[startup+0.700324 s]
/proc/loadavg: 4.15 4.15 4.17 5/253 160972
/proc/meminfo: memFree=82394160/131382120 swapFree=33010160/33010684
[pid=160970] ppid=160967 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/160970/stat : 160970 (run-dec-break-l) S 160967 160970 157528 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 237742027 4292608 736 18446744073709551615 94875192176640 94875193071173 140735041766192 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94875193310224 94875193357968 94875199418368 140735041767737 140735041767900 140735041767900 140735041773504 0
/proc/160970/statm: 1048 736 672 219 0 110 0
[pid=160972] ppid=160970 vsize=22052 memory=13828 CPUtime=0.67 cores=4,6
/proc/160972/stat : 160972 (pbsuma) R 160970 160970 157528 0 -1 4194304 4461 0 0 0 65 2 0 0 20 0 1 0 237742028 22581248 3457 18446744073709551615 4210688 4653049 140724928335888 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 37613568 140724928338183 140724928338480 140724928338480 140724928344047 0
/proc/160972/statm: 5513 3457 1024 108 0 2921 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 26244 KiB
Current children cumulated memory: 16772 KiB
[startup+1.50026 s]
/proc/loadavg: 4.15 4.15 4.17 5/253 160972
/proc/meminfo: memFree=82369972/131382120 swapFree=33010160/33010684
[pid=160970] ppid=160967 vsize=4192 memory=2944 CPUtime=1.09 cores=4,6
/proc/160970/stat : 160970 (run-dec-break-l) S 160967 160970 157528 0 -1 4194304 238 5263 0 0 0 0 105 4 20 0 1 0 237742027 4292608 736 18446744073709551615 94875192176640 94875193071173 140735041766192 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94875193310224 94875193357968 94875199418368 140735041767737 140735041767900 140735041767900 140735041773504 0
/proc/160970/statm: 1048 736 672 219 0 110 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2944 KiB
[startup+3.11339 s]
/proc/loadavg: 4.15 4.15 4.17 5/253 160973
/proc/meminfo: memFree=82337776/131382120 swapFree=33010160/33010684
[pid=160970] ppid=160967 vsize=4192 memory=2944 CPUtime=1.09 cores=4,6
/proc/160970/stat : 160970 (run-dec-break-l) S 160967 160970 157528 0 -1 4194304 238 5263 0 0 0 0 105 4 20 0 1 0 237742027 4292608 736 18446744073709551615 94875192176640 94875193071173 140735041766192 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94875193310224 94875193357968 94875199418368 140735041767737 140735041767900 140735041767900 140735041773504 0
/proc/160970/statm: 1048 736 672 219 0 110 0
[pid=160973] ppid=160970 vsize=71416 memory=26520 CPUtime=1.98 cores=4,6
/proc/160973/stat : 160973 (roundingsat) R 160970 160970 157528 0 -1 4194304 4625 0 0 0 196 2 0 0 20 0 1 0 237742139 73129984 6630 18446744073709551615 4227072 8923433 140733223663056 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41791488 140733223672088 140733223672358 140733223672358 140733223677930 0
/proc/160973/statm: 17854 6630 2336 1147 0 5281 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 75608 KiB
Current children cumulated memory: 29464 KiB
[startup+6.30035 s]
/proc/loadavg: 4.13 4.14 4.17 5/253 160973
/proc/meminfo: memFree=82289508/131382120 swapFree=33010160/33010684
[pid=160970] ppid=160967 vsize=4192 memory=2944 CPUtime=1.09 cores=4,6
/proc/160970/stat : 160970 (run-dec-break-l) S 160967 160970 157528 0 -1 4194304 238 5263 0 0 0 0 105 4 20 0 1 0 237742027 4292608 736 18446744073709551615 94875192176640 94875193071173 140735041766192 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94875193310224 94875193357968 94875199418368 140735041767737 140735041767900 140735041767900 140735041773504 0
/proc/160970/statm: 1048 736 672 219 0 110 0
[pid=160973] ppid=160970 vsize=96144 memory=49360 CPUtime=5.15 cores=4,6
/proc/160973/stat : 160973 (roundingsat) R 160970 160970 157528 0 -1 4194304 8207 0 0 0 511 4 0 0 20 0 1 0 237742139 98451456 12340 18446744073709551615 4227072 8923433 140733223663056 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41791488 140733223672088 140733223672358 140733223672358 140733223677930 0
/proc/160973/statm: 24036 12340 2400 1147 0 11463 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 100336 KiB
Current children cumulated memory: 52304 KiB
[startup+12.7004 s]
/proc/loadavg: 4.20 4.16 4.17 5/257 160994
/proc/meminfo: memFree=82797480/131382120 swapFree=33010160/33010684
[pid=160970] ppid=160967 vsize=4192 memory=2944 CPUtime=1.09 cores=4,6
/proc/160970/stat : 160970 (run-dec-break-l) S 160967 160970 157528 0 -1 4194304 238 5263 0 0 0 0 105 4 20 0 1 0 237742027 4292608 736 18446744073709551615 94875192176640 94875193071173 140735041766192 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94875193310224 94875193357968 94875199418368 140735041767737 140735041767900 140735041767900 140735041773504 0
/proc/160970/statm: 1048 736 672 219 0 110 0
[pid=160973] ppid=160970 vsize=123228 memory=76752 CPUtime=11.54 cores=4,6
/proc/160973/stat : 160973 (roundingsat) R 160970 160970 157528 0 -1 4194304 12507 0 0 0 1145 9 0 0 20 0 1 0 237742139 126185472 19188 18446744073709551615 4227072 8923433 140733223663056 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41791488 140733223672088 140733223672358 140733223672358 140733223677930 0
/proc/160973/statm: 30807 19188 2400 1147 0 18234 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 127420 KiB
Current children cumulated memory: 79696 KiB
[startup+25.5004 s]
/proc/loadavg: 4.17 4.15 4.17 5/257 160996
/proc/meminfo: memFree=82547224/131382120 swapFree=33010160/33010684
[pid=160970] ppid=160967 vsize=4192 memory=2944 CPUtime=1.09 cores=4,6
/proc/160970/stat : 160970 (run-dec-break-l) S 160967 160970 157528 0 -1 4194304 238 5263 0 0 0 0 105 4 20 0 1 0 237742027 4292608 736 18446744073709551615 94875192176640 94875193071173 140735041766192 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94875193310224 94875193357968 94875199418368 140735041767737 140735041767900 140735041767900 140735041773504 0
/proc/160970/statm: 1048 736 672 219 0 110 0
[pid=160973] ppid=160970 vsize=164172 memory=116240 CPUtime=24.31 cores=4,6
/proc/160973/stat : 160973 (roundingsat) R 160970 160970 157528 0 -1 4194304 17778 0 0 0 2416 15 0 0 20 0 1 0 237742139 168112128 29060 18446744073709551615 4227072 8923433 140733223663056 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41791488 140733223672088 140733223672358 140733223672358 140733223677930 0
/proc/160973/statm: 41043 29060 2400 1147 0 28470 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 168364 KiB
Current children cumulated memory: 119184 KiB
[startup+32.0053 s]
# the end of solver process 160970 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=31.6694 s, system=0.248712 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+25.6004 s]
/proc/loadavg: 4.17 4.15 4.17 5/257 160996
/proc/meminfo: memFree=82547224/131382120 swapFree=33010160/33010684
[pid=160970] ppid=160967 vsize=4192 memory=2944 CPUtime=1.09 cores=4,6
/proc/160970/stat : 160970 (run-dec-break-l) S 160967 160970 157528 0 -1 4194304 238 5263 0 0 0 0 105 4 20 0 1 0 237742027 4292608 736 18446744073709551615 94875192176640 94875193071173 140735041766192 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94875193310224 94875193357968 94875199418368 140735041767737 140735041767900 140735041767900 140735041773504 0
/proc/160970/statm: 1048 736 672 219 0 110 0
[pid=160973] ppid=160970 vsize=164172 memory=116240 CPUtime=24.41 cores=4,6
/proc/160973/stat : 160973 (roundingsat) R 160970 160970 157528 0 -1 4194304 17782 0 0 0 2426 15 0 0 20 0 1 0 237742139 168112128 29060 18446744073709551615 4227072 8923433 140733223663056 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41791488 140733223672088 140733223672358 140733223672358 140733223677930 0
/proc/160973/statm: 41043 29060 2400 1147 0 28470 0
Current children cumulated CPU time: 25.5 s
Current children cumulated vsize: 168364 KiB
Current children cumulated memory: 119184 KiB
[startup+28.8003 s]
/proc/loadavg: 4.16 4.15 4.17 5/257 160996
/proc/meminfo: memFree=82454176/131382120 swapFree=33010160/33010684
[pid=160970] ppid=160967 vsize=4192 memory=2944 CPUtime=1.09 cores=4,6
/proc/160970/stat : 160970 (run-dec-break-l) S 160967 160970 157528 0 -1 4194304 238 5263 0 0 0 0 105 4 20 0 1 0 237742027 4292608 736 18446744073709551615 94875192176640 94875193071173 140735041766192 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94875193310224 94875193357968 94875199418368 140735041767737 140735041767900 140735041767900 140735041773504 0
/proc/160970/statm: 1048 736 672 219 0 110 0
[pid=160973] ppid=160970 vsize=200340 memory=129500 CPUtime=27.6 cores=4,6
/proc/160973/stat : 160973 (roundingsat) R 160970 160970 157528 0 -1 4194304 19572 0 0 0 2742 18 0 0 20 0 1 0 237742139 205148160 32375 18446744073709551615 4227072 8923433 140733223663056 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41791488 140733223672088 140733223672358 140733223672358 140733223677930 0
/proc/160973/statm: 50085 32375 2400 1147 0 37512 0
Current children cumulated CPU time: 28.69 s
Current children cumulated vsize: 204532 KiB
Current children cumulated memory: 132444 KiB
[startup+30.4003 s]
/proc/loadavg: 4.16 4.15 4.17 5/257 160996
/proc/meminfo: memFree=82471480/131382120 swapFree=33010160/33010684
[pid=160970] ppid=160967 vsize=4192 memory=2944 CPUtime=1.09 cores=4,6
/proc/160970/stat : 160970 (run-dec-break-l) S 160967 160970 157528 0 -1 4194304 238 5263 0 0 0 0 105 4 20 0 1 0 237742027 4292608 736 18446744073709551615 94875192176640 94875193071173 140735041766192 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94875193310224 94875193357968 94875199418368 140735041767737 140735041767900 140735041767900 140735041773504 0
/proc/160970/statm: 1048 736 672 219 0 110 0
[pid=160973] ppid=160970 vsize=200340 memory=129500 CPUtime=29.2 cores=4,6
/proc/160973/stat : 160973 (roundingsat) R 160970 160970 157528 0 -1 4194304 19572 0 0 0 2902 18 0 0 20 0 1 0 237742139 205148160 32375 18446744073709551615 4227072 8923433 140733223663056 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41791488 140733223672088 140733223672358 140733223672358 140733223677930 0
/proc/160973/statm: 50085 32375 2400 1147 0 37512 0
Current children cumulated CPU time: 30.29 s
Current children cumulated vsize: 204532 KiB
Current children cumulated memory: 132444 KiB
[startup+31.2003 s]
/proc/loadavg: 4.14 4.15 4.17 5/257 160996
/proc/meminfo: memFree=82471480/131382120 swapFree=33010160/33010684
[pid=160970] ppid=160967 vsize=4192 memory=2944 CPUtime=1.09 cores=4,6
/proc/160970/stat : 160970 (run-dec-break-l) S 160967 160970 157528 0 -1 4194304 238 5263 0 0 0 0 105 4 20 0 1 0 237742027 4292608 736 18446744073709551615 94875192176640 94875193071173 140735041766192 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94875193310224 94875193357968 94875199418368 140735041767737 140735041767900 140735041767900 140735041773504 0
/proc/160970/statm: 1048 736 672 219 0 110 0
[pid=160973] ppid=160970 vsize=200340 memory=129500 CPUtime=30 cores=4,6
/proc/160973/stat : 160973 (roundingsat) R 160970 160970 157528 0 -1 4194304 19572 0 0 0 2982 18 0 0 20 0 1 0 237742139 205148160 32375 18446744073709551615 4227072 8923433 140733223663056 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41791488 140733223672088 140733223672358 140733223672358 140733223677930 0
/proc/160973/statm: 50085 32375 2400 1147 0 37512 0
Current children cumulated CPU time: 31.09 s
Current children cumulated vsize: 204532 KiB
Current children cumulated memory: 132444 KiB
[startup+31.6003 s]
/proc/loadavg: 4.14 4.15 4.17 5/257 160996
/proc/meminfo: memFree=82471480/131382120 swapFree=33010160/33010684
[pid=160970] ppid=160967 vsize=4192 memory=2944 CPUtime=1.09 cores=4,6
/proc/160970/stat : 160970 (run-dec-break-l) S 160967 160970 157528 0 -1 4194304 238 5263 0 0 0 0 105 4 20 0 1 0 237742027 4292608 736 18446744073709551615 94875192176640 94875193071173 140735041766192 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94875193310224 94875193357968 94875199418368 140735041767737 140735041767900 140735041767900 140735041773504 0
/proc/160970/statm: 1048 736 672 219 0 110 0
[pid=160973] ppid=160970 vsize=200340 memory=129500 CPUtime=30.4 cores=4,6
/proc/160973/stat : 160973 (roundingsat) R 160970 160970 157528 0 -1 4194304 19572 0 0 0 3022 18 0 0 20 0 1 0 237742139 205148160 32375 18446744073709551615 4227072 8923433 140733223663056 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41791488 140733223672088 140733223672358 140733223672358 140733223677930 0
/proc/160973/statm: 50085 32375 2400 1147 0 37512 0
Current children cumulated CPU time: 31.49 s
Current children cumulated vsize: 204532 KiB
Current children cumulated memory: 132444 KiB
[startup+31.8004 s]
/proc/loadavg: 4.14 4.15 4.17 5/257 160996
/proc/meminfo: memFree=82471480/131382120 swapFree=33010160/33010684
[pid=160970] ppid=160967 vsize=4192 memory=2944 CPUtime=1.09 cores=4,6
/proc/160970/stat : 160970 (run-dec-break-l) S 160967 160970 157528 0 -1 4194304 238 5263 0 0 0 0 105 4 20 0 1 0 237742027 4292608 736 18446744073709551615 94875192176640 94875193071173 140735041766192 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94875193310224 94875193357968 94875199418368 140735041767737 140735041767900 140735041767900 140735041773504 0
/proc/160970/statm: 1048 736 672 219 0 110 0
[pid=160973] ppid=160970 vsize=202300 memory=131164 CPUtime=30.59 cores=4,6
/proc/160973/stat : 160973 (roundingsat) R 160970 160970 157528 0 -1 4194304 19996 0 0 0 3041 18 0 0 20 0 1 0 237742139 207155200 32791 18446744073709551615 4227072 8923433 140733223663056 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41791488 140733223672088 140733223672358 140733223672358 140733223677930 0
/proc/160973/statm: 50575 32791 2400 1147 0 38002 0
Current children cumulated CPU time: 31.68 s
Current children cumulated vsize: 206492 KiB
Current children cumulated memory: 134108 KiB
[startup+31.9003 s]
/proc/loadavg: 4.14 4.15 4.17 5/257 160996
/proc/meminfo: memFree=82471480/131382120 swapFree=33010160/33010684
[pid=160970] ppid=160967 vsize=4192 memory=2944 CPUtime=1.09 cores=4,6
/proc/160970/stat : 160970 (run-dec-break-l) S 160967 160970 157528 0 -1 4194304 238 5263 0 0 0 0 105 4 20 0 1 0 237742027 4292608 736 18446744073709551615 94875192176640 94875193071173 140735041766192 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94875193310224 94875193357968 94875199418368 140735041767737 140735041767900 140735041767900 140735041773504 0
/proc/160970/statm: 1048 736 672 219 0 110 0
[pid=160973] ppid=160970 vsize=202300 memory=131164 CPUtime=30.7 cores=4,6
/proc/160973/stat : 160973 (roundingsat) R 160970 160970 157528 0 -1 4194304 19996 0 0 0 3051 19 0 0 20 0 1 0 237742139 207155200 32791 18446744073709551615 4227072 8923433 140733223663056 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41791488 140733223672088 140733223672358 140733223672358 140733223677930 0
/proc/160973/statm: 50575 32791 2400 1147 0 38002 0
Current children cumulated CPU time: 31.79 s
Current children cumulated vsize: 206492 KiB
Current children cumulated memory: 134108 KiB
Child status: 0
Real time (s): 32.0054
CPU time (s): 31.9181
CPU user time (s): 31.6694
CPU system time (s): 0.248712
CPU usage (%): 99.7273
Max. virtual memory (cumulated for all children) (KiB): 206492
Max. memory (cumulated for all children) (KiB): 134108
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.6694
system time used= 0.248712
maximum resident set size= 131164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25525
page faults= 0
swaps= 0
block input operations= 0
block output operations= 118440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209
involuntary context switches= 68
# summary of solver processes directly reported to runsolver:
# pid: 160970
# total CPU time (s): 31.9181
# total CPU user time (s): 31.6694
# total CPU system time (s): 0.248712
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.196534 second user time and 0.375339 second system time
The end
Launcher Data
Begin job on nodeC003 at 2025-07-22 23:43:54
IDJOB=4544379
IDBENCH=175392
IDSOLVER=3358
FILE ID=nodeC003/4544379-1753220633
RUNJOBID= nodeC003-1753211729-157539
SLURM_JOB_ID= 9687799
Free space on /tmp= 408592 MiB
SOLVER NAME= roundingsat+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/grids_rational_opb/normalized-ec_grid_rational_06_170.opb
COMMAND LINE= run-dec-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4544379-1753220633/watcher-4544379-1753220633 -o /tmp/evaluation-result-4544379-1753220633/solver-4544379-1753220633 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1753211729-157539 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4544379-1753220633.opb /tmp/proof-4544379-1753220633
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 8004cad3253210c4fb1dfbb021092d0c
RANDOM SEED=263424683
nodeC003 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 1197.505
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.44
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 3661.649
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.44
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 3662.726
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.44
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 1197.411
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
initial apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.44
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 1198.287
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.44
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 3662.311
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 2
cpu cores : 4
apicid : 20
initial apicid : 20
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.44
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 1197.159
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.44
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 1197.467
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
initial apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.44
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131382120 kB
MemFree: 82402160 kB
MemAvailable: 128353636 kB
Buffers: 2736 kB
Cached: 46690224 kB
SwapCached: 36 kB
Active: 2688160 kB
Inactive: 45584848 kB
Active(anon): 1598616 kB
Inactive(anon): 7604 kB
Active(file): 1089544 kB
Inactive(file): 45577244 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010160 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 84940 kB
Writeback: 0 kB
AnonPages: 1583120 kB
Mapped: 113680 kB
Shmem: 26116 kB
KReclaimable: 248632 kB
Slab: 341400 kB
SReclaimable: 248632 kB
SUnreclaim: 92768 kB
KernelStack: 4080 kB
PageTables: 6600 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98701744 kB
Committed_AS: 2189752 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 149384 kB
VmallocChunk: 0 kB
Percpu: 3872 kB
HardwareCorrupted: 0 kB
AnonHugePages: 94208 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: 191304 kB
DirectMap2M: 11245568 kB
DirectMap1G: 124780544 kB
Free space on /tmp at the end= 409384 MiB
End job on nodeC003 at 2025-07-22 23:44:26