Trace number 4531927

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat-ls+pbsuma-log 0f876b3? (TO) 3602.15 3614.35

General information on the benchmark

NamePB24/normalized-PB09/OPT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__2048.opb
MD5SUM760396d2ac3ca07c4585eda9e150afe7
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 benchmark87132
Best CPU time to get the best result obtained on this benchmark324.795
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10240998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint2048
Maximum length of a constraint83969
Number of terms in the objective function 10240000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 351702657024
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 351702657024
Number of bits of the biggest sum of numbers39
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-4531927-1752588324.opb'
5.47/5.55	c 	read 528.08MB  (5544.09ms)
5.47/5.55	c	 [cnf: #variables 10240998 #clauses 6001 #duplicates 0 #arr 40960998]
5.47/5.58	c output proof to 'PROOFDIR/proof-4531927-1752588324'
5.56/5.61	c 
5.56/5.61	c make graph and approximate orbits
13.74/13.86	c	 [group: #orbits ~= 10000] (8246.09ms)
13.74/13.86	c 
13.74/13.86	c detect special group actions
13.74/13.86	c 	 exceeded limit
13.74/13.86	c 	 (0.00ms)
13.74/13.86	c 
13.74/13.86	c detect symmetries on remainder
13.74/13.86	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.01ms)
13.74/13.86	c 
13.74/13.86	c finalize break order and special generators
14.53/14.64	c 
14.53/14.64	c generation finished
14.53/14.64	c 	[sbp: #constraints 0 #add_vars 0]
14.53/14.68	c 
14.53/14.68	c write result to 'HOME/instance-4531927-1752588324.opb.pre'
15.73/15.86	c 	wrote 528.08MB (1177.76ms)
15.73/15.86	c ------------------------------------------------------------------
15.73/15.86	c                8246.09ms 52.01% approx_orbits
15.73/15.86	c                5544.09ms 34.97% parse
15.73/15.86	c                1177.76ms  7.43% output
15.73/15.86	c                 662.05ms  4.18% finalize_order
15.73/15.86	c                 225.93ms  1.42% other
15.73/15.86	c                   0.01ms  0.00% detect_generic
15.73/15.86	c                   0.00ms  0.00% detect_special
15.73/15.86	c         ───────────────────────────────────────────────
15.73/15.86	c               15855.93ms   100% total
15.73/15.86	c ------------------------------------------------------------------
15.93/16.07	c RoundingSat 2
15.93/16.07	c branch pb25
15.93/16.07	c commit 0f876b3
43.04/43.24	c #variables 10240998 #constraints 7000
43.14/43.30	c objective is ce32 

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

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

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=184200, runsolver pid=184197

[startup+0.100066 s]*
/proc/loadavg: 4.13 4.12 4.07 5/270 184202
/proc/meminfo: memFree=118833028/131249992 swapFree=33010160/33010684
[pid=184200] ppid=184197 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/184200/stat : 184200 (run-opt-ls-log.) S 184197 184200 183356 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 174511562 4292608 768 18446744073709551615 94901037174784 94901038069317 140727520438880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94901038308368 94901038356112 94901045358592 140727520442649 140727520442847 140727520442847 140727520448451 0
/proc/184200/statm: 1048 768 704 219 0 110 0
[pid=184202] ppid=184200 vsize=333308 memory=325636 CPUtime=0.09 cores=5,7
/proc/184202/stat : 184202 (pbsuma) R 184200 184200 183356 0 -1 4194304 1632 0 0 0 3 6 0 0 20 0 1 0 174511563 341307392 81409 18446744073709551615 4210688 4653049 140722084733152 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 20692992 140722084739297 140722084739632 140722084739632 140722084745199 0
/proc/184202/statm: 83327 81409 928 108 0 80735 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 337500 KiB
Current children cumulated memory: 328708 KiB

[startup+0.205763 s]*
/proc/loadavg: 4.13 4.12 4.07 5/270 184202
/proc/meminfo: memFree=118752964/131249992 swapFree=33010160/33010684
[pid=184200] ppid=184197 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/184200/stat : 184200 (run-opt-ls-log.) S 184197 184200 183356 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 174511562 4292608 768 18446744073709551615 94901037174784 94901038069317 140727520438880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94901038308368 94901038356112 94901045358592 140727520442649 140727520442847 140727520442847 140727520448451 0
/proc/184200/statm: 1048 768 704 219 0 110 0
[pid=184202] ppid=184200 vsize=413948 memory=388624 CPUtime=0.19 cores=5,7
/proc/184202/stat : 184202 (pbsuma) R 184200 184200 183356 0 -1 4194304 4873 0 0 0 11 8 0 0 20 0 1 0 174511563 423882752 97156 18446744073709551615 4210688 4653049 140722084733152 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 20692992 140722084739297 140722084739632 140722084739632 140722084745199 0
/proc/184202/statm: 103487 97156 928 108 0 100895 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 418140 KiB
Current children cumulated memory: 391696 KiB

[startup+0.305633 s]*
/proc/loadavg: 4.13 4.12 4.07 5/270 184202
/proc/meminfo: memFree=118697736/131249992 swapFree=33010160/33010684
[pid=184200] ppid=184197 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/184200/stat : 184200 (run-opt-ls-log.) S 184197 184200 183356 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 174511562 4292608 768 18446744073709551615 94901037174784 94901038069317 140727520438880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94901038308368 94901038356112 94901045358592 140727520442649 140727520442847 140727520442847 140727520448451 0
/proc/184200/statm: 1048 768 704 219 0 110 0
[pid=184202] ppid=184200 vsize=495868 memory=443924 CPUtime=0.29 cores=5,7
/proc/184202/stat : 184202 (pbsuma) R 184200 184200 183356 0 -1 4194304 5445 0 0 0 19 10 0 0 20 0 1 0 174511563 507768832 110981 18446744073709551615 4210688 4653049 140722084733152 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 20692992 140722084739297 140722084739632 140722084739632 140722084745199 0
/proc/184202/statm: 123967 110981 928 108 0 121375 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 500060 KiB
Current children cumulated memory: 446996 KiB

[startup+0.7002 s]
/proc/loadavg: 4.13 4.12 4.07 5/270 184202
/proc/meminfo: memFree=118617200/131249992 swapFree=33010160/33010684
[pid=184200] ppid=184197 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/184200/stat : 184200 (run-opt-ls-log.) S 184197 184200 183356 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 174511562 4292608 768 18446744073709551615 94901037174784 94901038069317 140727520438880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94901038308368 94901038356112 94901045358592 140727520442649 140727520442847 140727520442847 140727520448451 0
/proc/184200/statm: 1048 768 704 219 0 110 0
[pid=184202] ppid=184200 vsize=1151240 memory=685656 CPUtime=0.68 cores=5,7
/proc/184202/stat : 184202 (pbsuma) R 184200 184200 183356 0 -1 4194304 7181 0 0 0 48 20 0 0 20 0 1 0 174511563 1178869760 171414 18446744073709551615 4210688 4653049 140722084733152 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 20692992 140722084739297 140722084739632 140722084739632 140722084745199 0
/proc/184202/statm: 287810 171414 928 108 0 285218 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 1155432 KiB
Current children cumulated memory: 688728 KiB

[startup+1.50019 s]
/proc/loadavg: 4.13 4.12 4.07 5/270 184202
/proc/meminfo: memFree=118350240/131249992 swapFree=33010160/33010684
[pid=184200] ppid=184197 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/184200/stat : 184200 (run-opt-ls-log.) S 184197 184200 183356 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 174511562 4292608 768 18446744073709551615 94901037174784 94901038069317 140727520438880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94901038308368 94901038356112 94901045358592 140727520442649 140727520442847 140727520442847 140727520448451 0
/proc/184200/statm: 1048 768 704 219 0 110 0
[pid=184202] ppid=184200 vsize=1151240 memory=843040 CPUtime=1.47 cores=5,7
/proc/184202/stat : 184202 (pbsuma) R 184200 184200 183356 0 -1 4194304 9918 0 0 0 115 32 0 0 20 0 1 0 174511563 1178869760 210760 18446744073709551615 4210688 4653049 140722084733152 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 20692992 140722084739297 140722084739632 140722084739632 140722084745199 0
/proc/184202/statm: 287810 210760 960 108 0 285218 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 1155432 KiB
Current children cumulated memory: 846112 KiB

[startup+3.10551 s]
/proc/loadavg: 4.13 4.12 4.07 5/270 184202
/proc/meminfo: memFree=117637060/131249992 swapFree=33010160/33010684
[pid=184200] ppid=184197 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/184200/stat : 184200 (run-opt-ls-log.) S 184197 184200 183356 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 174511562 4292608 768 18446744073709551615 94901037174784 94901038069317 140727520438880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94901038308368 94901038356112 94901045358592 140727520442649 140727520442847 140727520442847 140727520448451 0
/proc/184200/statm: 1048 768 704 219 0 110 0
[pid=184202] ppid=184200 vsize=1757532 memory=1447276 CPUtime=3.08 cores=5,7
/proc/184202/stat : 184202 (pbsuma) R 184200 184200 183356 0 -1 4194304 103861 0 0 0 254 54 0 0 20 0 1 0 174511563 1799712768 361819 18446744073709551615 4210688 4653049 140722084733152 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 20692992 140722084739297 140722084739632 140722084739632 140722084745199 0
/proc/184202/statm: 439383 361819 960 108 0 436791 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1761724 KiB
Current children cumulated memory: 1450348 KiB

[startup+6.30019 s]
/proc/loadavg: 4.12 4.11 4.07 5/270 184202
/proc/meminfo: memFree=116818812/131249992 swapFree=33010160/33010684
[pid=184200] ppid=184197 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/184200/stat : 184200 (run-opt-ls-log.) S 184197 184200 183356 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 174511562 4292608 768 18446744073709551615 94901037174784 94901038069317 140727520438880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94901038308368 94901038356112 94901045358592 140727520442649 140727520442847 140727520442847 140727520448451 0
/proc/184200/statm: 1048 768 704 219 0 110 0
[pid=184202] ppid=184200 vsize=3593180 memory=2424812 CPUtime=6.26 cores=5,7
/proc/184202/stat : 184202 (pbsuma) R 184200 184200 183356 0 -1 4194304 156732 0 0 0 520 106 0 0 20 0 1 0 174511563 3679416320 606203 18446744073709551615 4210688 4653049 140722084733152 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 20692992 140722084739297 140722084739632 140722084739632 140722084745199 0
/proc/184202/statm: 898295 606203 992 108 0 895703 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 3597372 KiB
Current children cumulated memory: 2427884 KiB

[startup+12.7002 s]
/proc/loadavg: 4.11 4.11 4.06 5/271 184203
/proc/meminfo: memFree=110873160/131249992 swapFree=33010160/33010684
[pid=184200] ppid=184197 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/184200/stat : 184200 (run-opt-ls-log.) S 184197 184200 183356 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 174511562 4292608 768 18446744073709551615 94901037174784 94901038069317 140727520438880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94901038308368 94901038356112 94901045358592 140727520442649 140727520442847 140727520442847 140727520448451 0
/proc/184200/statm: 1048 768 704 219 0 110 0
[pid=184202] ppid=184200 vsize=12213316 memory=8861452 CPUtime=12.64 cores=5,7
/proc/184202/stat : 184202 (pbsuma) R 184200 184200 183356 0 -1 4194304 172371 0 0 0 1017 247 0 0 20 0 1 0 174511563 12506435584 2215363 18446744073709551615 4210688 4653049 140722084733152 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 20692992 140722084739297 140722084739632 140722084739632 140722084745199 0
/proc/184202/statm: 3053329 2215363 992 108 0 3050737 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 12217508 KiB
Current children cumulated memory: 8864524 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.11 4.06 5/271 184204
/proc/meminfo: memFree=114436108/131249992 swapFree=33010160/33010684
[pid=184200] ppid=184197 vsize=4192 memory=3072 CPUtime=15.99 cores=5,7
/proc/184200/stat : 184200 (run-opt-ls-log.) S 184197 184200 183356 0 -1 4194304 242 202146 0 0 0 0 1282 317 20 0 1 0 174511562 4292608 768 18446744073709551615 94901037174784 94901038069317 140727520438880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94901038308368 94901038356112 94901045358592 140727520442649 140727520442847 140727520442847 140727520448451 0
/proc/184200/statm: 1048 768 704 219 0 110 0
[pid=184204] ppid=184200 vsize=3553520 memory=3321732 CPUtime=9.38 cores=5,7
/proc/184204/stat : 184204 (roundingsat) R 184200 184200 183356 0 -1 4194304 95154 0 0 0 812 126 0 0 20 0 1 0 174513169 3638804480 830433 18446744073709551615 4227072 8923577 140723241095792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 25477120 140723241097460 140723241097766 140723241097766 140723241103338 0
/proc/184204/statm: 888380 830433 2016 1147 0 875806 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 3557712 KiB
Current children cumulated memory: 3324804 KiB

[startup+51.1057 s]
/proc/loadavg: 4.12 4.11 4.07 5/272 184206
/proc/meminfo: memFree=109112644/131249992 swapFree=33010160/33010684
[pid=184200] ppid=184197 vsize=4192 memory=3072 CPUtime=15.99 cores=5,7
/proc/184200/stat : 184200 (run-opt-ls-log.) S 184197 184200 183356 0 -1 4194304 242 202146 0 0 0 0 1282 317 20 0 1 0 174511562 4292608 768 18446744073709551615 94901037174784 94901038069317 140727520438880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94901038308368 94901038356112 94901045358592 140727520442649 140727520442847 140727520442847 140727520448451 0
/proc/184200/statm: 1048 768 704 219 0 110 0
[pid=184204] ppid=184200 vsize=7950876 memory=7523144 CPUtime=34.92 cores=5,7
/proc/184204/stat : 184204 (roundingsat) R 184200 184200 183356 0 -1 4194304 751441 0 0 0 3163 329 0 0 20 0 1 0 174513169 8141697024 1880786 18446744073709551615 4227072 8923577 140723241095792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 25477120 140723241097460 140723241097766 140723241097766 140723241103338 0
/proc/184204/statm: 1987719 1880786 2336 1147 0 1975145 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 7955068 KiB
Current children cumulated memory: 7526216 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.11 4.07 3/272 184208
/proc/meminfo: memFree=108886560/131249992 swapFree=33010160/33010684
[pid=184200] ppid=184197 vsize=4192 memory=3072 CPUtime=15.99 cores=5,7
/proc/184200/stat : 184200 (run-opt-ls-log.) S 184197 184200 183356 0 -1 4194304 242 202146 0 0 0 0 1282 317 20 0 1 0 174511562 4292608 768 18446744073709551615 94901037174784 94901038069317 140727520438880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94901038308368 94901038356112 94901045358592 140727520442649 140727520442847 140727520442847 140727520448451 0
/proc/184200/statm: 1048 768 704 219 0 110 0
[pid=184204] ppid=184200 vsize=7950876 memory=7523272 CPUtime=85.96 cores=5,7
/proc/184204/stat : 184204 (roundingsat) R 184200 184200 183356 0 -1 4194304 752177 0 0 0 8265 331 0 0 20 0 1 0 174513169 8141697024 1880818 18446744073709551615 4227072 8923577 140723241095792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 25477120 140723241097460 140723241097766 140723241097766 140723241103338 0
/proc/184204/statm: 1987719 1880818 2336 1147 0 1975145 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 7955068 KiB
Current children cumulated memory: 7526344 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.10 4.07 4/272 184210
/proc/meminfo: memFree=108665672/131249992 swapFree=33010160/33010684
[pid=184200] ppid=184197 vsize=4192 memory=3072 CPUtime=15.99 cores=5,7
/proc/184200/stat : 184200 (run-opt-ls-log.) S 184197 184200 183356 0 -1 4194304 242 202146 0 0 0 0 1282 317 20 0 1 0 174511562 4292608 768 18446744073709551615 94901037174784 94901038069317 140727520438880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94901038308368 94901038356112 94901045358592 140727520442649 140727520442847 140727520442847 140727520448451 0
/proc/184200/statm: 1048 768 704 219 0 110 0
[pid=184204] ppid=184200 vsize=7950876 memory=7523272 CPUtime=145.77 cores=5,7
/proc/184204/stat : 184204 (roundingsat) R 184200 184200 183356 0 -1 4194304 752857 0 0 0 14244 333 0 0 20 0 1 0 174513169 8141697024 1880818 18446744073709551615 4227072 8923577 140723241095792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 25477120 140723241097460 140723241097766 140723241097766 140723241103338 0
/proc/184204/statm: 1987719 1880818 2336 1147 0 1975145 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 7955068 KiB
Current children cumulated memory: 7526344 KiB

[startup+222.3 s]
/proc/loadavg: 4.45 4.19 4.10 5/274 184220
/proc/meminfo: memFree=108034512/131249992 swapFree=33010160/33010684
[pid=184200] ppid=184197 vsize=4192 memory=3072 CPUtime=15.99 cores=5,7
/proc/184200/stat : 184200 (run-opt-ls-log.) S 184197 184200 183356 0 -1 4194304 242 202146 0 0 0 0 1282 317 20 0 1 0 174511562 4292608 768 18446744073709551615 94901037174784 94901038069317 140727520438880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94901038308368 94901038356112 94901045358592 140727520442649 140727520442847 140727520442847 140727520448451 0
/proc/184200/statm: 1048 768 704 219 0 110 0
[pid=184204] ppid=184200 vsize=7952124 memory=7524552 CPUtime=205.59 cores=5,7
/proc/184204/stat : 184204 (roundingsat) R 184200 184200 183356 0 -1 4194304 753528 0 0 0 20225 334 0 0 20 0 1 0 174513169 8142974976 1881138 18446744073709551615 4227072 8923577 140723241095792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 25477120 140723241097460 140723241097766 140723241097766 140723241103338 0
/proc/184204/statm: 1988031 1881138 2336 1147 0 1975457 0

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

/proc/meminfo: memFree=93871592/131249992 swapFree=33010160/33010684
[pid=184200] ppid=184197 vsize=4192 memory=3072 CPUtime=15.99 cores=5,7
/proc/184200/stat : 184200 (run-opt-ls-log.) S 184197 184200 183356 0 -1 4194304 242 202146 0 0 0 0 1282 317 20 0 1 0 174511562 4292608 768 18446744073709551615 94901037174784 94901038069317 140727520438880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94901038308368 94901038356112 94901045358592 140727520442649 140727520442847 140727520442847 140727520448451 0
/proc/184200/statm: 1048 768 704 219 0 110 0
[pid=184204] ppid=184200 vsize=7952124 memory=7524552 CPUtime=3256.8 cores=5,7
/proc/184204/stat : 184204 (roundingsat) R 184200 184200 183356 0 -1 4194304 791829 0 0 0 325332 348 0 0 20 0 1 0 174513169 8142974976 1881138 18446744073709551615 4227072 8923577 140723241095792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 25477120 140723241097460 140723241097766 140723241097766 140723241103338 0
/proc/184204/statm: 1988031 1881138 2336 1147 0 1975457 0
Current children cumulated CPU time: 3272.79 s
Current children cumulated vsize: 7956316 KiB
Current children cumulated memory: 7527624 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.13 4.10 2/272 184389
/proc/meminfo: memFree=93870976/131249992 swapFree=33010160/33010684
[pid=184200] ppid=184197 vsize=4192 memory=3072 CPUtime=15.99 cores=5,7
/proc/184200/stat : 184200 (run-opt-ls-log.) S 184197 184200 183356 0 -1 4194304 242 202146 0 0 0 0 1282 317 20 0 1 0 174511562 4292608 768 18446744073709551615 94901037174784 94901038069317 140727520438880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94901038308368 94901038356112 94901045358592 140727520442649 140727520442847 140727520442847 140727520448451 0
/proc/184200/statm: 1048 768 704 219 0 110 0
[pid=184204] ppid=184200 vsize=7952124 memory=7524552 CPUtime=3316.65 cores=5,7
/proc/184204/stat : 184204 (roundingsat) R 184200 184200 183356 0 -1 4194304 793121 0 0 0 331316 349 0 0 20 0 1 0 174513169 8142974976 1881138 18446744073709551615 4227072 8923577 140723241095792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 25477120 140723241097460 140723241097766 140723241097766 140723241103338 0
/proc/184204/statm: 1988031 1881138 2336 1147 0 1975457 0
Current children cumulated CPU time: 3332.64 s
Current children cumulated vsize: 7956316 KiB
Current children cumulated memory: 7527624 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.14 4.10 2/272 184391
/proc/meminfo: memFree=93902396/131249992 swapFree=33010160/33010684
[pid=184200] ppid=184197 vsize=4192 memory=3072 CPUtime=15.99 cores=5,7
/proc/184200/stat : 184200 (run-opt-ls-log.) S 184197 184200 183356 0 -1 4194304 242 202146 0 0 0 0 1282 317 20 0 1 0 174511562 4292608 768 18446744073709551615 94901037174784 94901038069317 140727520438880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94901038308368 94901038356112 94901045358592 140727520442649 140727520442847 140727520442847 140727520448451 0
/proc/184200/statm: 1048 768 704 219 0 110 0
[pid=184204] ppid=184200 vsize=7952124 memory=7524552 CPUtime=3376.48 cores=5,7
/proc/184204/stat : 184204 (roundingsat) R 184200 184200 183356 0 -1 4194304 794370 0 0 0 337299 349 0 0 20 0 1 0 174513169 8142974976 1881138 18446744073709551615 4227072 8923577 140723241095792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 25477120 140723241097460 140723241097766 140723241097766 140723241103338 0
/proc/184204/statm: 1988031 1881138 2336 1147 0 1975457 0
Current children cumulated CPU time: 3392.47 s
Current children cumulated vsize: 7956316 KiB
Current children cumulated memory: 7527624 KiB

[startup+3462.3 s]
/proc/loadavg: 4.06 4.11 4.09 2/272 184393
/proc/meminfo: memFree=93905952/131249992 swapFree=33010160/33010684
[pid=184200] ppid=184197 vsize=4192 memory=3072 CPUtime=15.99 cores=5,7
/proc/184200/stat : 184200 (run-opt-ls-log.) S 184197 184200 183356 0 -1 4194304 242 202146 0 0 0 0 1282 317 20 0 1 0 174511562 4292608 768 18446744073709551615 94901037174784 94901038069317 140727520438880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94901038308368 94901038356112 94901045358592 140727520442649 140727520442847 140727520442847 140727520448451 0
/proc/184200/statm: 1048 768 704 219 0 110 0
[pid=184204] ppid=184200 vsize=7952124 memory=7524552 CPUtime=3436.32 cores=5,7
/proc/184204/stat : 184204 (roundingsat) R 184200 184200 183356 0 -1 4194304 795243 0 0 0 343283 349 0 0 20 0 1 0 174513169 8142974976 1881138 18446744073709551615 4227072 8923577 140723241095792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 25477120 140723241097460 140723241097766 140723241097766 140723241103338 0
/proc/184204/statm: 1988031 1881138 2336 1147 0 1975457 0
Current children cumulated CPU time: 3452.31 s
Current children cumulated vsize: 7956316 KiB
Current children cumulated memory: 7527624 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.12 4.09 2/269 184395
/proc/meminfo: memFree=93903668/131249992 swapFree=33010160/33010684
[pid=184200] ppid=184197 vsize=4192 memory=3072 CPUtime=15.99 cores=5,7
/proc/184200/stat : 184200 (run-opt-ls-log.) S 184197 184200 183356 0 -1 4194304 242 202146 0 0 0 0 1282 317 20 0 1 0 174511562 4292608 768 18446744073709551615 94901037174784 94901038069317 140727520438880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94901038308368 94901038356112 94901045358592 140727520442649 140727520442847 140727520442847 140727520448451 0
/proc/184200/statm: 1048 768 704 219 0 110 0
[pid=184204] ppid=184200 vsize=7952124 memory=7526472 CPUtime=3496.15 cores=5,7
/proc/184204/stat : 184204 (roundingsat) R 184200 184200 183356 0 -1 4194304 795889 0 0 0 349266 349 0 0 20 0 1 0 174513169 8142974976 1881618 18446744073709551615 4227072 8923577 140723241095792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 25477120 140723241097460 140723241097766 140723241097766 140723241103338 0
/proc/184204/statm: 1988031 1881618 2336 1147 0 1975457 0
Current children cumulated CPU time: 3512.14 s
Current children cumulated vsize: 7956316 KiB
Current children cumulated memory: 7529544 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/273 184402
/proc/meminfo: memFree=93755012/131249992 swapFree=33010160/33010684
[pid=184200] ppid=184197 vsize=4192 memory=3072 CPUtime=15.99 cores=5,7
/proc/184200/stat : 184200 (run-opt-ls-log.) S 184197 184200 183356 0 -1 4194304 242 202146 0 0 0 0 1282 317 20 0 1 0 174511562 4292608 768 18446744073709551615 94901037174784 94901038069317 140727520438880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94901038308368 94901038356112 94901045358592 140727520442649 140727520442847 140727520442847 140727520448451 0
/proc/184200/statm: 1048 768 704 219 0 110 0
[pid=184204] ppid=184200 vsize=7952124 memory=7526472 CPUtime=3555.99 cores=5,7
/proc/184204/stat : 184204 (roundingsat) R 184200 184200 183356 0 -1 4194304 796874 0 0 0 355249 350 0 0 20 0 1 0 174513169 8142974976 1881618 18446744073709551615 4227072 8923577 140723241095792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 25477120 140723241097460 140723241097766 140723241097766 140723241103338 0
/proc/184204/statm: 1988031 1881618 2336 1147 0 1975457 0
Current children cumulated CPU time: 3571.98 s
Current children cumulated vsize: 7956316 KiB
Current children cumulated memory: 7529544 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.5 s]
/proc/loadavg: 4.15 4.12 4.09 5/273 184404
/proc/meminfo: memFree=93656032/131249992 swapFree=33010160/33010684
[pid=184200] ppid=184197 vsize=4192 memory=3072 CPUtime=15.99 cores=5,7
/proc/184200/stat : 184200 (run-opt-ls-log.) S 184197 184200 183356 0 -1 4194304 242 202146 0 0 0 0 1282 317 20 0 1 0 174511562 4292608 768 18446744073709551615 94901037174784 94901038069317 140727520438880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94901038308368 94901038356112 94901045358592 140727520442649 140727520442847 140727520442847 140727520448451 0
/proc/184200/statm: 1048 768 704 219 0 110 0
[pid=184204] ppid=184200 vsize=7952124 memory=7526472 CPUtime=3584.1 cores=5,7
/proc/184204/stat : 184204 (roundingsat) R 184200 184200 183356 0 -1 4194304 797805 0 0 0 358060 350 0 0 20 0 1 0 174513169 8142974976 1881618 18446744073709551615 4227072 8923577 140723241095792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 25477120 140723241097460 140723241097766 140723241097766 140723241103338 0
/proc/184204/statm: 1988031 1881618 2336 1147 0 1975457 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 7956316 KiB
Current children cumulated memory: 7529544 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=12.8251 s, system=3.1814 s
Sleeping 2 seconds

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

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

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

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

[startup+3611.2 s]
/proc/loadavg: 4.15 4.12 4.09 5/272 184404
/proc/meminfo: memFree=93435000/131249992 swapFree=33010160/33010684
[pid=184204] ppid=184197 vsize=8155896 memory=7730300 CPUtime=3584.79 cores=5,7
/proc/184204/stat : 184204 (roundingsat) R 184197 184200 183356 0 -1 4194304 802104 0 0 0 358119 360 0 0 20 0 1 0 174513169 8351637504 1932575 18446744073709551615 4227072 8923577 140723241095792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 25477120 140723241097460 140723241097766 140723241097766 140723241103338 0
/proc/184204/statm: 2038974 1932575 2336 1147 0 2026400 0
Current cumulated CPU time of completed processes: 16.0065 s
Current children cumulated CPU time: 3584.79 s
Current children cumulated vsize: 8155896 KiB
Current children cumulated memory: 7730300 KiB

[startup+3612 s]*
/proc/loadavg: 4.15 4.12 4.09 5/272 184404
/proc/meminfo: memFree=93210484/131249992 swapFree=33010160/33010684
[pid=184204] ppid=184197 vsize=8197152 memory=7851468 CPUtime=3585.59 cores=5,7
/proc/184204/stat : 184204 (roundingsat) R 184197 184200 183356 0 -1 4194304 802907 0 0 0 358197 362 0 0 20 0 1 0 174513169 8393883648 1962867 18446744073709551615 4227072 8923577 140723241095792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 25477120 140723241097460 140723241097766 140723241097766 140723241103338 0
/proc/184204/statm: 2049288 1962867 2336 1147 0 2036714 0
Current cumulated CPU time of completed processes: 16.0065 s
Current children cumulated CPU time: 3585.59 s
Current children cumulated vsize: 8197152 KiB
Current children cumulated memory: 7851468 KiB

[startup+3612.4 s]
/proc/loadavg: 4.15 4.12 4.09 5/272 184404
/proc/meminfo: memFree=93210484/131249992 swapFree=33010160/33010684
[pid=184204] ppid=184197 vsize=8295456 memory=7918000 CPUtime=3585.99 cores=5,7
/proc/184204/stat : 184204 (roundingsat) R 184197 184200 183356 0 -1 4194304 806271 0 0 0 358234 365 0 0 20 0 1 0 174513169 8494546944 1979500 18446744073709551615 4227072 8923577 140723241095792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 25477120 140723241097460 140723241097766 140723241097766 140723241103338 0
/proc/184204/statm: 2073864 1979500 2336 1147 0 2061290 0
Current cumulated CPU time of completed processes: 16.0065 s
Current children cumulated CPU time: 3585.99 s
Current children cumulated vsize: 8295456 KiB
Current children cumulated memory: 7918000 KiB

[startup+3612.5 s]
/proc/loadavg: 4.15 4.12 4.09 5/272 184404
/proc/meminfo: memFree=93210484/131249992 swapFree=33010160/33010684
[pid=184204] ppid=184197 vsize=8375460 memory=7990812 CPUtime=3586.09 cores=5,7
/proc/184204/stat : 184204 (roundingsat) R 184197 184200 183356 0 -1 4194304 806589 0 0 0 358243 366 0 0 20 0 1 0 174513169 8576471040 1997703 18446744073709551615 4227072 8923577 140723241095792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 25477120 140723241097460 140723241097766 140723241097766 140723241103338 0
/proc/184204/statm: 2093865 1997703 2336 1147 0 2081291 0
Current cumulated CPU time of completed processes: 16.0065 s
Current children cumulated CPU time: 3586.09 s
Current children cumulated vsize: 8375460 KiB
Current children cumulated memory: 7990812 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3614.35
CPU time (s): 3602.15
CPU user time (s): 3595.26
CPU system time (s): 6.88838
CPU usage (%): 99.6626
Max. virtual memory (cumulated for all children) (KiB): 13457640
Max. memory (cumulated for all children) (KiB): 9579700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.26
system time used= 6.88838
maximum resident set size= 9621796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1008978
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2481552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3138
involuntary context switches= 1203


# summary of solver processes directly reported to runsolver:
#   pid: 184200,184204
#   total CPU time (s): 3602.15
#   total CPU user time (s): 3595.26
#   total CPU system time (s): 6.88838

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.99696 second user time and 18.1468 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-15 16:05:28
IDJOB=4531927
IDBENCH=148705
IDSOLVER=3392
FILE ID=nodeC025/4531927-1752588324
RUNJOBID= nodeC025-1752584602-183369
SLURM_JOB_ID= 9684355
Free space on /tmp= 432528 MiB

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

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

MD5SUM BENCH= 760396d2ac3ca07c4585eda9e150afe7
RANDOM SEED=1107482730

nodeC025 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.822
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        119134828 kB
MemAvailable:   129413700 kB
Buffers:            2128 kB
Cached:         11020736 kB
SwapCached:          200 kB
Active:           726528 kB
Inactive:       10662756 kB
Active(anon):     367304 kB
Inactive(anon):    17060 kB
Active(file):     359224 kB
Inactive(file): 10645696 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            657272 kB
Writeback:        196608 kB
AnonPages:        369704 kB
Mapped:           119524 kB
Shmem:             17856 kB
KReclaimable:     226380 kB
Slab:             333912 kB
SReclaimable:     226380 kB
SUnreclaim:       107532 kB
KernelStack:        4352 kB
PageTables:         3972 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     762188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432020 MiB
End job on nodeC025 at 2025-07-15 17:05:42