Trace number 4498571

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 63f22ad? (TO) 3602.14 3613.04

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-4498571-1751401186.opb'
6.13/6.26	c 	read 528.08MB  (6249.25ms)
6.13/6.26	c	 [cnf: #variables 10240998 #clauses 6001 #duplicates 0 #arr 40960998]
6.13/6.28	c output proof to 'PROOFDIR/proof-4498571-1751401186'
6.23/6.32	c 
6.23/6.32	c make graph and approximate orbits
14.61/14.73	c	 [group: #orbits ~= 10000] (8408.95ms)
14.61/14.73	c 
14.61/14.73	c detect special group actions
14.61/14.73	c 	 exceeded limit
14.61/14.73	c 	 (0.00ms)
14.61/14.73	c 
14.61/14.73	c detect symmetries on remainder
14.61/14.73	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.01ms)
14.61/14.73	c 
14.61/14.73	c finalize break order and special generators
15.40/15.51	c 
15.40/15.51	c generation finished
15.40/15.51	c 	[sbp: #constraints 0 #add_vars 0]
15.40/15.56	c 
15.40/15.56	c write result to 'HOME/instance-4498571-1751401186.opb.pre'
16.60/16.75	c 	wrote 528.08MB (1192.09ms)
16.60/16.75	c ------------------------------------------------------------------
16.60/16.75	c                8408.95ms 50.24% approx_orbits
16.60/16.75	c                6249.25ms 37.33% parse
16.60/16.75	c                1192.09ms  7.12% output
16.60/16.75	c                 665.05ms  3.97% finalize_order
16.60/16.75	c                 223.62ms  1.34% other
16.60/16.75	c                   0.01ms  0.00% detect_generic
16.60/16.75	c                   0.00ms  0.00% detect_special
16.60/16.75	c         ───────────────────────────────────────────────
16.60/16.75	c               16738.97ms   100% total
16.60/16.75	c ------------------------------------------------------------------
16.80/16.96	c RoundingSat 2
16.80/16.96	c branch pb25
16.80/16.96	c commit 63f22ad
44.81/45.09	c #variables 10240998 #constraints 7000
44.91/45.16	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: 63794 MiB (62488 MiB free)
  memory of node 1: 64507 MiB (59665 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4498571-1751401186/watcher-4498571-1751401186 -o /tmp/evaluation-result-4498571-1751401186/solver-4498571-1751401186 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751397562-56721 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4498571-1751401186.opb PROOFDIR/proof-4498571-1751401186 

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=57226, runsolver pid=57223

[startup+0.100074 s]*
/proc/loadavg: 4.16 4.11 4.09 5/261 57228
/proc/meminfo: memFree=124847204/131382120 swapFree=33010416/33010684
[pid=57226] ppid=57223 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/57226/stat : 57226 (run-opt-ls-log.) S 57223 57226 56710 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 55798426 4292608 736 18446744073709551615 94159176699904 94159177594437 140725819246688 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94159177833488 94159177881232 94159185199104 140725819255067 140725819255265 140725819255265 140725819260867 0
/proc/57226/statm: 1048 736 672 219 0 110 0
[pid=57228] ppid=57226 vsize=250984 memory=241780 CPUtime=0.08 cores=4,6
/proc/57228/stat : 57228 (pbsuma) R 57226 57226 56710 0 -1 4194304 375 0 0 0 3 5 0 0 20 0 1 0 55798427 257007616 60445 18446744073709551615 4210688 4653049 140729271833872 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 4700520 4703148 17371136 140729271838947 140729271839282 140729271839282 140729271844847 0
/proc/57228/statm: 62746 60445 896 108 0 60154 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 255176 KiB
Current children cumulated memory: 244724 KiB

[startup+0.214731 s]*
/proc/loadavg: 4.16 4.11 4.09 5/261 57228
/proc/meminfo: memFree=124764780/131382120 swapFree=33010416/33010684
[pid=57226] ppid=57223 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/57226/stat : 57226 (run-opt-ls-log.) S 57223 57226 56710 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 55798426 4292608 736 18446744073709551615 94159176699904 94159177594437 140725819246688 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94159177833488 94159177881232 94159185199104 140725819255067 140725819255265 140725819255265 140725819260867 0
/proc/57226/statm: 1048 736 672 219 0 110 0
[pid=57228] ppid=57226 vsize=337148 memory=327980 CPUtime=0.17 cores=4,6
/proc/57228/stat : 57228 (pbsuma) R 57226 57226 56710 0 -1 4194304 2480 0 0 0 10 7 0 0 20 0 1 0 55798427 345239552 81995 18446744073709551615 4210688 4653049 140729271833872 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 4700520 4703148 17371136 140729271838947 140729271839282 140729271839282 140729271844847 0
/proc/57228/statm: 84287 81995 928 108 0 81695 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 341340 KiB
Current children cumulated memory: 330924 KiB

[startup+0.313558 s]*
/proc/loadavg: 4.16 4.11 4.09 5/261 57228
/proc/meminfo: memFree=124731572/131382120 swapFree=33010416/33010684
[pid=57226] ppid=57223 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/57226/stat : 57226 (run-opt-ls-log.) S 57223 57226 56710 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 55798426 4292608 736 18446744073709551615 94159176699904 94159177594437 140725819246688 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94159177833488 94159177881232 94159185199104 140725819255067 140725819255265 140725819255265 140725819260867 0
/proc/57226/statm: 1048 736 672 219 0 110 0
[pid=57228] ppid=57226 vsize=372988 memory=355000 CPUtime=0.27 cores=4,6
/proc/57228/stat : 57228 (pbsuma) R 57226 57226 56710 0 -1 4194304 5136 0 0 0 18 9 0 0 20 0 1 0 55798427 381939712 88750 18446744073709551615 4210688 4653049 140729271833872 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 17371136 140729271838947 140729271839282 140729271839282 140729271844847 0
/proc/57228/statm: 93247 88750 928 108 0 90655 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 377180 KiB
Current children cumulated memory: 357944 KiB

[startup+0.700372 s]
/proc/loadavg: 4.16 4.11 4.09 5/261 57228
/proc/meminfo: memFree=124614816/131382120 swapFree=33010416/33010684
[pid=57226] ppid=57223 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/57226/stat : 57226 (run-opt-ls-log.) S 57223 57226 56710 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 55798426 4292608 736 18446744073709551615 94159176699904 94159177594437 140725819246688 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94159177833488 94159177881232 94159185199104 140725819255067 140725819255265 140725819255265 140725819260867 0
/proc/57226/statm: 1048 736 672 219 0 110 0
[pid=57228] ppid=57226 vsize=758016 memory=544200 CPUtime=0.65 cores=4,6
/proc/57228/stat : 57228 (pbsuma) R 57226 57226 56710 0 -1 4194304 8029 0 0 0 46 19 0 0 20 0 1 0 55798427 776208384 136050 18446744073709551615 4210688 4653049 140729271833872 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 17371136 140729271838947 140729271839282 140729271839282 140729271844847 0
/proc/57228/statm: 189504 136050 928 108 0 186912 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 762208 KiB
Current children cumulated memory: 547144 KiB

[startup+1.50041 s]
/proc/loadavg: 4.16 4.11 4.09 5/261 57228
/proc/meminfo: memFree=124469868/131382120 swapFree=33010416/33010684
[pid=57226] ppid=57223 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/57226/stat : 57226 (run-opt-ls-log.) S 57223 57226 56710 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 55798426 4292608 736 18446744073709551615 94159176699904 94159177594437 140725819246688 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94159177833488 94159177881232 94159185199104 140725819255067 140725819255265 140725819255265 140725819260867 0
/proc/57226/statm: 1048 736 672 219 0 110 0
[pid=57228] ppid=57226 vsize=987396 memory=729748 CPUtime=1.45 cores=4,6
/proc/57228/stat : 57228 (pbsuma) R 57226 57226 56710 0 -1 4194304 12167 0 0 0 107 38 0 0 20 0 1 0 55798427 1011093504 182437 18446744073709551615 4210688 4653049 140729271833872 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 17371136 140729271838947 140729271839282 140729271839282 140729271844847 0
/proc/57228/statm: 246849 182437 960 108 0 244257 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 991588 KiB
Current children cumulated memory: 732692 KiB

[startup+3.11334 s]
/proc/loadavg: 4.23 4.13 4.10 5/261 57228
/proc/meminfo: memFree=123721580/131382120 swapFree=33010416/33010684
[pid=57226] ppid=57223 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/57226/stat : 57226 (run-opt-ls-log.) S 57223 57226 56710 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 55798426 4292608 736 18446744073709551615 94159176699904 94159177594437 140725819246688 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94159177833488 94159177881232 94159185199104 140725819255067 140725819255265 140725819255265 140725819260867 0
/proc/57226/statm: 1048 736 672 219 0 110 0
[pid=57228] ppid=57226 vsize=1703176 memory=1341980 CPUtime=3.05 cores=4,6
/proc/57228/stat : 57228 (pbsuma) R 57226 57226 56710 0 -1 4194304 94080 0 0 0 245 60 0 0 20 0 1 0 55798427 1744052224 335495 18446744073709551615 4210688 4653049 140729271833872 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 17371136 140729271838947 140729271839282 140729271839282 140729271844847 0
/proc/57228/statm: 425794 335495 960 108 0 423202 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 1707368 KiB
Current children cumulated memory: 1344924 KiB

[startup+6.30041 s]
/proc/loadavg: 4.23 4.13 4.10 5/261 57228
/proc/meminfo: memFree=123303544/131382120 swapFree=33010416/33010684
[pid=57226] ppid=57223 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/57226/stat : 57226 (run-opt-ls-log.) S 57223 57226 56710 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 55798426 4292608 736 18446744073709551615 94159176699904 94159177594437 140725819246688 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94159177833488 94159177881232 94159185199104 140725819255067 140725819255265 140725819255265 140725819260867 0
/proc/57226/statm: 1048 736 672 219 0 110 0
[pid=57228] ppid=57226 vsize=2049952 memory=1545844 CPUtime=6.23 cores=4,6
/proc/57228/stat : 57228 (pbsuma) R 57226 57226 56710 0 -1 4194304 152199 0 0 0 532 91 0 0 20 0 1 0 55798427 2099150848 386461 18446744073709551615 4210688 4653049 140729271833872 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 17371136 140729271838947 140729271839282 140729271839282 140729271844847 0
/proc/57228/statm: 512488 386461 992 108 0 509896 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 2054144 KiB
Current children cumulated memory: 1548788 KiB

[startup+12.7004 s]
/proc/loadavg: 4.21 4.13 4.10 5/261 57228
/proc/meminfo: memFree=117133600/131382120 swapFree=33010416/33010684
[pid=57226] ppid=57223 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/57226/stat : 57226 (run-opt-ls-log.) S 57223 57226 56710 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 55798426 4292608 736 18446744073709551615 94159176699904 94159177594437 140725819246688 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94159177833488 94159177881232 94159185199104 140725819255067 140725819255265 140725819255265 140725819260867 0
/proc/57226/statm: 1048 736 672 219 0 110 0
[pid=57228] ppid=57226 vsize=11413172 memory=8031520 CPUtime=12.61 cores=4,6
/proc/57228/stat : 57228 (pbsuma) R 57226 57226 56710 0 -1 4194304 175506 0 0 0 1009 252 0 0 20 0 1 0 55798427 11687088128 2007880 18446744073709551615 4210688 4653049 140729271833872 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 17371136 140729271838947 140729271839282 140729271839282 140729271844847 0
/proc/57228/statm: 2853293 2007880 992 108 0 2850701 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 11417364 KiB
Current children cumulated memory: 8034464 KiB

[startup+25.5004 s]
/proc/loadavg: 4.16 4.12 4.10 5/261 57229
/proc/meminfo: memFree=120692972/131382120 swapFree=33010416/33010684
[pid=57226] ppid=57223 vsize=4192 memory=2944 CPUtime=16.84 cores=4,6
/proc/57226/stat : 57226 (run-opt-ls-log.) S 57223 57226 56710 0 -1 4194304 240 206337 0 0 0 0 1342 342 20 0 1 0 55798426 4292608 736 18446744073709551615 94159176699904 94159177594437 140725819246688 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94159177833488 94159177881232 94159185199104 140725819255067 140725819255265 140725819255265 140725819260867 0
/proc/57226/statm: 1048 736 672 219 0 110 0
[pid=57229] ppid=57226 vsize=3470596 memory=3210928 CPUtime=8.51 cores=4,6
/proc/57229/stat : 57229 (roundingsat) R 57226 57226 56710 0 -1 4194304 77675 0 0 0 722 129 0 0 20 0 1 0 55800121 3553890304 802732 18446744073709551615 4227072 8923433 140733410337136 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 18591744 140733410343158 140733410343464 140733410343464 140733410349034 0
/proc/57229/statm: 867649 802732 2016 1147 0 855076 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 3474788 KiB
Current children cumulated memory: 3213872 KiB

[startup+51.1135 s]
/proc/loadavg: 4.18 4.13 4.10 5/262 57232
/proc/meminfo: memFree=115261364/131382120 swapFree=33010416/33010684
[pid=57226] ppid=57223 vsize=4192 memory=2944 CPUtime=16.84 cores=4,6
/proc/57226/stat : 57226 (run-opt-ls-log.) S 57223 57226 56710 0 -1 4194304 240 206337 0 0 0 0 1342 342 20 0 1 0 55798426 4292608 736 18446744073709551615 94159176699904 94159177594437 140725819246688 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94159177833488 94159177881232 94159185199104 140725819255067 140725819255265 140725819255265 140725819260867 0
/proc/57226/statm: 1048 736 672 219 0 110 0
[pid=57229] ppid=57226 vsize=7950872 memory=7523148 CPUtime=34.05 cores=4,6
/proc/57229/stat : 57229 (roundingsat) R 57226 57226 56710 0 -1 4194304 752079 0 0 0 3072 333 0 0 20 0 1 0 55800121 8141692928 1880787 18446744073709551615 4227072 8923433 140733410337136 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 18591744 140733410343158 140733410343464 140733410343464 140733410349034 0
/proc/57229/statm: 1987718 1880787 2336 1147 0 1975145 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 7955064 KiB
Current children cumulated memory: 7526092 KiB

[startup+102.3 s]
/proc/loadavg: 4.19 4.14 4.10 5/261 57282
/proc/meminfo: memFree=114312820/131382120 swapFree=33010416/33010684
[pid=57226] ppid=57223 vsize=4192 memory=2944 CPUtime=16.84 cores=4,6
/proc/57226/stat : 57226 (run-opt-ls-log.) S 57223 57226 56710 0 -1 4194304 240 206337 0 0 0 0 1342 342 20 0 1 0 55798426 4292608 736 18446744073709551615 94159176699904 94159177594437 140725819246688 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94159177833488 94159177881232 94159185199104 140725819255067 140725819255265 140725819255265 140725819260867 0
/proc/57226/statm: 1048 736 672 219 0 110 0
[pid=57229] ppid=57226 vsize=7950872 memory=7523276 CPUtime=85.09 cores=4,6
/proc/57229/stat : 57229 (roundingsat) R 57226 57226 56710 0 -1 4194304 752810 0 0 0 8175 334 0 0 20 0 1 0 55800121 8141692928 1880819 18446744073709551615 4227072 8923433 140733410337136 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 18591744 140733410343158 140733410343464 140733410343464 140733410349034 0
/proc/57229/statm: 1987718 1880819 2336 1147 0 1975145 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 7955064 KiB
Current children cumulated memory: 7526220 KiB

[startup+162.306 s]
/proc/loadavg: 4.11 4.12 4.09 5/260 57284
/proc/meminfo: memFree=112229300/131382120 swapFree=33010416/33010684
[pid=57226] ppid=57223 vsize=4192 memory=2944 CPUtime=16.84 cores=4,6
/proc/57226/stat : 57226 (run-opt-ls-log.) S 57223 57226 56710 0 -1 4194304 240 206337 0 0 0 0 1342 342 20 0 1 0 55798426 4292608 736 18446744073709551615 94159176699904 94159177594437 140725819246688 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94159177833488 94159177881232 94159185199104 140725819255067 140725819255265 140725819255265 140725819260867 0
/proc/57226/statm: 1048 736 672 219 0 110 0
[pid=57229] ppid=57226 vsize=7950872 memory=7523276 CPUtime=144.91 cores=4,6
/proc/57229/stat : 57229 (roundingsat) R 57226 57226 56710 0 -1 4194304 753410 0 0 0 14156 335 0 0 20 0 1 0 55800121 8141692928 1880819 18446744073709551615 4227072 8923433 140733410337136 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 18591744 140733410343158 140733410343464 140733410343464 140733410349034 0
/proc/57229/statm: 1987718 1880819 2336 1147 0 1975145 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 7955064 KiB
Current children cumulated memory: 7526220 KiB

[startup+222.3 s]
/proc/loadavg: 4.29 4.16 4.10 5/262 57288
/proc/meminfo: memFree=108925984/131382120 swapFree=33010416/33010684
[pid=57226] ppid=57223 vsize=4192 memory=2944 CPUtime=16.84 cores=4,6
/proc/57226/stat : 57226 (run-opt-ls-log.) S 57223 57226 56710 0 -1 4194304 240 206337 0 0 0 0 1342 342 20 0 1 0 55798426 4292608 736 18446744073709551615 94159176699904 94159177594437 140725819246688 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94159177833488 94159177881232 94159185199104 140725819255067 140725819255265 140725819255265 140725819260867 0
/proc/57226/statm: 1048 736 672 219 0 110 0
[pid=57229] ppid=57226 vsize=7952120 memory=7524556 CPUtime=204.72 cores=4,6
/proc/57229/stat : 57229 (roundingsat) R 57226 57226 56710 0 -1 4194304 753994 0 0 0 20136 336 0 0 20 0 1 0 55800121 8142970880 1881139 18446744073709551615 4227072 8923433 140733410337136 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 18591744 140733410343158 140733410343464 140733410343464 140733410349034 0
/proc/57229/statm: 1988030 1881139 2336 1147 0 1975457 0

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

[startup+3342.3 s]
/proc/loadavg: 4.23 4.38 4.32 5/262 57728
/proc/meminfo: memFree=1296876/131382120 swapFree=33010416/33010684
[pid=57226] ppid=57223 vsize=4192 memory=2944 CPUtime=16.84 cores=4,6
/proc/57226/stat : 57226 (run-opt-ls-log.) S 57223 57226 56710 0 -1 4194304 240 206337 0 0 0 0 1342 342 20 0 1 0 55798426 4292608 736 18446744073709551615 94159176699904 94159177594437 140725819246688 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94159177833488 94159177881232 94159185199104 140725819255067 140725819255265 140725819255265 140725819260867 0
/proc/57226/statm: 1048 736 672 219 0 110 0
[pid=57229] ppid=57226 vsize=7952120 memory=7524556 CPUtime=3315.44 cores=4,6
/proc/57229/stat : 57229 (roundingsat) R 57226 57226 56710 0 -1 4194304 792228 0 0 0 331195 349 0 0 20 0 1 0 55800121 8142970880 1881139 18446744073709551615 4227072 8923433 140733410337136 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 18591744 140733410343158 140733410343464 140733410343464 140733410349034 0
/proc/57229/statm: 1988030 1881139 2336 1147 0 1975457 0
Current children cumulated CPU time: 3332.28 s
Current children cumulated vsize: 7956312 KiB
Current children cumulated memory: 7527500 KiB

[startup+3402.3 s]
/proc/loadavg: 4.35 4.40 4.33 5/264 57734
/proc/meminfo: memFree=1199820/131382120 swapFree=33010416/33010684
[pid=57226] ppid=57223 vsize=4192 memory=2944 CPUtime=16.84 cores=4,6
/proc/57226/stat : 57226 (run-opt-ls-log.) S 57223 57226 56710 0 -1 4194304 240 206337 0 0 0 0 1342 342 20 0 1 0 55798426 4292608 736 18446744073709551615 94159176699904 94159177594437 140725819246688 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94159177833488 94159177881232 94159185199104 140725819255067 140725819255265 140725819255265 140725819260867 0
/proc/57226/statm: 1048 736 672 219 0 110 0
[pid=57229] ppid=57226 vsize=7952120 memory=7524556 CPUtime=3375.22 cores=4,6
/proc/57229/stat : 57229 (roundingsat) R 57226 57226 56710 0 -1 4194304 793475 0 0 0 337173 349 0 0 20 0 1 0 55800121 8142970880 1881139 18446744073709551615 4227072 8923433 140733410337136 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 18591744 140733410343158 140733410343464 140733410343464 140733410349034 0
/proc/57229/statm: 1988030 1881139 2336 1147 0 1975457 0
Current children cumulated CPU time: 3392.06 s
Current children cumulated vsize: 7956312 KiB
Current children cumulated memory: 7527500 KiB

[startup+3462.3 s]
/proc/loadavg: 4.47 4.40 4.33 5/268 57741
/proc/meminfo: memFree=1187216/131382120 swapFree=33010416/33010684
[pid=57226] ppid=57223 vsize=4192 memory=2944 CPUtime=16.84 cores=4,6
/proc/57226/stat : 57226 (run-opt-ls-log.) S 57223 57226 56710 0 -1 4194304 240 206337 0 0 0 0 1342 342 20 0 1 0 55798426 4292608 736 18446744073709551615 94159176699904 94159177594437 140725819246688 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94159177833488 94159177881232 94159185199104 140725819255067 140725819255265 140725819255265 140725819260867 0
/proc/57226/statm: 1048 736 672 219 0 110 0
[pid=57229] ppid=57226 vsize=7952120 memory=7524556 CPUtime=3435.05 cores=4,6
/proc/57229/stat : 57229 (roundingsat) R 57226 57226 56710 0 -1 4194304 794719 0 0 0 343156 349 0 0 20 0 1 0 55800121 8142970880 1881139 18446744073709551615 4227072 8923433 140733410337136 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 18591744 140733410343158 140733410343464 140733410343464 140733410349034 0
/proc/57229/statm: 1988030 1881139 2336 1147 0 1975457 0
Current children cumulated CPU time: 3451.89 s
Current children cumulated vsize: 7956312 KiB
Current children cumulated memory: 7527500 KiB

[startup+3522.3 s]
/proc/loadavg: 4.25 4.36 4.32 5/270 57745
/proc/meminfo: memFree=1182784/131382120 swapFree=33010416/33010684
[pid=57226] ppid=57223 vsize=4192 memory=2944 CPUtime=16.84 cores=4,6
/proc/57226/stat : 57226 (run-opt-ls-log.) S 57223 57226 56710 0 -1 4194304 240 206337 0 0 0 0 1342 342 20 0 1 0 55798426 4292608 736 18446744073709551615 94159176699904 94159177594437 140725819246688 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94159177833488 94159177881232 94159185199104 140725819255067 140725819255265 140725819255265 140725819260867 0
/proc/57226/statm: 1048 736 672 219 0 110 0
[pid=57229] ppid=57226 vsize=7952120 memory=7524556 CPUtime=3494.88 cores=4,6
/proc/57229/stat : 57229 (roundingsat) R 57226 57226 56710 0 -1 4194304 795970 0 0 0 349139 349 0 0 20 0 1 0 55800121 8142970880 1881139 18446744073709551615 4227072 8923433 140733410337136 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 18591744 140733410343158 140733410343464 140733410343464 140733410349034 0
/proc/57229/statm: 1988030 1881139 2336 1147 0 1975457 0
Current children cumulated CPU time: 3511.72 s
Current children cumulated vsize: 7956312 KiB
Current children cumulated memory: 7527500 KiB

[startup+3582.3 s]
/proc/loadavg: 4.24 4.34 4.31 5/271 57749
/proc/meminfo: memFree=1083652/131382120 swapFree=33010416/33010684
[pid=57226] ppid=57223 vsize=4192 memory=2944 CPUtime=16.84 cores=4,6
/proc/57226/stat : 57226 (run-opt-ls-log.) S 57223 57226 56710 0 -1 4194304 240 206337 0 0 0 0 1342 342 20 0 1 0 55798426 4292608 736 18446744073709551615 94159176699904 94159177594437 140725819246688 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94159177833488 94159177881232 94159185199104 140725819255067 140725819255265 140725819255265 140725819260867 0
/proc/57226/statm: 1048 736 672 219 0 110 0
[pid=57229] ppid=57226 vsize=7952120 memory=7524556 CPUtime=3554.72 cores=4,6
/proc/57229/stat : 57229 (roundingsat) R 57226 57226 56710 0 -1 4194304 796805 0 0 0 355123 349 0 0 20 0 1 0 55800121 8142970880 1881139 18446744073709551615 4227072 8923433 140733410337136 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 18591744 140733410343158 140733410343464 140733410343464 140733410349034 0
/proc/57229/statm: 1988030 1881139 2336 1147 0 1975457 0
Current children cumulated CPU time: 3571.56 s
Current children cumulated vsize: 7956312 KiB
Current children cumulated memory: 7527500 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.9 s]
/proc/loadavg: 4.22 4.32 4.31 5/271 57749
/proc/meminfo: memFree=1254108/131382120 swapFree=33010416/33010684
[pid=57226] ppid=57223 vsize=4192 memory=2944 CPUtime=16.84 cores=4,6
/proc/57226/stat : 57226 (run-opt-ls-log.) S 57223 57226 56710 0 -1 4194304 240 206337 0 0 0 0 1342 342 20 0 1 0 55798426 4292608 736 18446744073709551615 94159176699904 94159177594437 140725819246688 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94159177833488 94159177881232 94159185199104 140725819255067 140725819255265 140725819255265 140725819260867 0
/proc/57226/statm: 1048 736 672 219 0 110 0
[pid=57229] ppid=57226 vsize=7952120 memory=7524556 CPUtime=3583.24 cores=4,6
/proc/57229/stat : 57229 (roundingsat) R 57226 57226 56710 0 -1 4194304 797217 0 0 0 357975 349 0 0 20 0 1 0 55800121 8142970880 1881139 18446744073709551615 4227072 8923433 140733410337136 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 18591744 140733410343158 140733410343464 140733410343464 140733410349034 0
/proc/57229/statm: 1988030 1881139 2336 1147 0 1975457 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 7956312 KiB
Current children cumulated memory: 7527500 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

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

# cumulated CPU time of all completed processes:  user=3595.02 s, system=7.11265 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.22 4.32 4.31 6/270 57749
/proc/meminfo: memFree=1219620/131382120 swapFree=33010416/33010684
[pid=57229] ppid=57223 vsize=8074632 memory=7647116 CPUtime=3583.52 cores=4,6
/proc/57229/stat : 57229 (roundingsat) R 57223 57226 56710 0 -1 4194304 800108 0 0 0 358000 352 0 0 20 0 1 0 55800121 8268423168 1911779 18446744073709551615 4227072 8923433 140733410337136 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 18591744 140733410343158 140733410343464 140733410343464 140733410349034 0
/proc/57229/statm: 2018658 1911779 2336 1147 0 2006085 0
Current cumulated CPU time of completed processes: 16.8608 s
Current children cumulated CPU time: 3583.52 s
Current children cumulated vsize: 8074632 KiB
Current children cumulated memory: 7647116 KiB

[startup+3612 s]*
/proc/loadavg: 4.22 4.32 4.31 6/270 57750
/proc/meminfo: memFree=1176336/131382120 swapFree=33010416/33010684
[pid=57229] ppid=57223 vsize=8197148 memory=7769608 CPUtime=3584.34 cores=4,6
/proc/57229/stat : 57229 (roundingsat) R 57223 57226 56710 0 -1 4194304 808804 0 0 0 358074 360 0 0 20 0 1 0 55800121 8393879552 1942402 18446744073709551615 4227072 8923433 140733410337136 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 18591744 140733410343158 140733410343464 140733410343464 140733410349034 0
/proc/57229/statm: 2049287 1942402 2336 1147 0 2036714 0
Current cumulated CPU time of completed processes: 16.8608 s
Current children cumulated CPU time: 3584.34 s
Current children cumulated vsize: 8197148 KiB
Current children cumulated memory: 7769608 KiB

[startup+3612.4 s]
/proc/loadavg: 4.22 4.32 4.31 6/270 57750
/proc/meminfo: memFree=1176336/131382120 swapFree=33010416/33010684
[pid=57229] ppid=57223 vsize=8197148 memory=7849552 CPUtime=3584.72 cores=4,6
/proc/57229/stat : 57229 (roundingsat) R 57223 57226 56710 0 -1 4194304 808952 0 0 0 358111 361 0 0 20 0 1 0 55800121 8393879552 1962388 18446744073709551615 4227072 8923433 140733410337136 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 18591744 140733410343158 140733410343464 140733410343464 140733410349034 0
/proc/57229/statm: 2049287 1962388 2336 1147 0 2036714 0
Current cumulated CPU time of completed processes: 16.8608 s
Current children cumulated CPU time: 3584.72 s
Current children cumulated vsize: 8197148 KiB
Current children cumulated memory: 7849552 KiB

[startup+3612.8 s]
/proc/loadavg: 4.22 4.32 4.31 6/270 57750
/proc/meminfo: memFree=1176336/131382120 swapFree=33010416/33010684
[pid=57229] ppid=57223 vsize=8197148 memory=7849552 CPUtime=3585.12 cores=4,6
/proc/57229/stat : 57229 (roundingsat) R 57223 57226 56710 0 -1 4194304 808962 0 0 0 358151 361 0 0 20 0 1 0 55800121 8393879552 1962388 18446744073709551615 4227072 8923433 140733410337136 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 18591744 140733410343158 140733410343464 140733410343464 140733410349034 0
/proc/57229/statm: 2049287 1962388 2336 1147 0 2036714 0
Current cumulated CPU time of completed processes: 16.8608 s
Current children cumulated CPU time: 3585.12 s
Current children cumulated vsize: 8197148 KiB
Current children cumulated memory: 7849552 KiB

[startup+3612.9 s]
/proc/loadavg: 4.22 4.32 4.31 6/270 57750
/proc/meminfo: memFree=1176336/131382120 swapFree=33010416/33010684
[pid=57229] ppid=57223 vsize=8295452 memory=7918132 CPUtime=3585.22 cores=4,6
/proc/57229/stat : 57229 (roundingsat) R 57223 57226 56710 0 -1 4194304 812327 0 0 0 358159 363 0 0 20 0 1 0 55800121 8494542848 1979533 18446744073709551615 4227072 8923433 140733410337136 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 18591744 140733410343158 140733410343464 140733410343464 140733410349034 0
/proc/57229/statm: 2073863 1979533 2336 1147 0 2061290 0
Current cumulated CPU time of completed processes: 16.8608 s
Current children cumulated CPU time: 3585.22 s
Current children cumulated vsize: 8295452 KiB
Current children cumulated memory: 7918132 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3613.04
CPU time (s): 3602.14
CPU user time (s): 3595.02
CPU system time (s): 7.11265
CPU usage (%): 99.6983
Max. virtual memory (cumulated for all children) (KiB): 13457640
Max. memory (cumulated for all children) (KiB): 9611172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.02
system time used= 7.11265
maximum resident set size= 9621796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1018905
page faults= 0
swaps= 0
block input operations= 8
block output operations= 2481552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4932
involuntary context switches= 19034


# summary of solver processes directly reported to runsolver:
#   pid: 57226,57229
#   total CPU time (s): 3602.14
#   total CPU user time (s): 3595.02
#   total CPU system time (s): 7.11265

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.0985 second user time and 39.8772 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-01 22:19:51
IDJOB=4498571
IDBENCH=148705
IDSOLVER=3356
FILE ID=nodeC006/4498571-1751401186
RUNJOBID= nodeC006-1751397562-56721
SLURM_JOB_ID= 9598278
Free space on /tmp= 432528 MiB

SOLVER NAME= roundingsat-ls+pbsuma-log 63f22ad
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 --file-size-limit 102400 -w /tmp/evaluation-result-4498571-1751401186/watcher-4498571-1751401186 -o /tmp/evaluation-result-4498571-1751401186/solver-4498571-1751401186 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751397562-56721 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4498571-1751401186.opb PROOFDIR/proof-4498571-1751401186

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

MD5SUM BENCH= 760396d2ac3ca07c4585eda9e150afe7
RANDOM SEED=1822364804

nodeC006 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		: 3661.057
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.32
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		: 3691.171
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.591
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.32
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.654
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.32
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		: 3661.063
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.32
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		: 3691.177
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.32
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.234
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.32
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.750
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        125093440 kB
MemAvailable:   129068520 kB
Buffers:            2128 kB
Cached:          4774352 kB
SwapCached:           12 kB
Active:          1307360 kB
Inactive:        4448484 kB
Active(anon):     986252 kB
Inactive(anon):    11092 kB
Active(file):     321108 kB
Inactive(file):  4437392 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            566044 kB
Writeback:             0 kB
AnonPages:        980964 kB
Mapped:           113784 kB
Shmem:             17948 kB
KReclaimable:     112028 kB
Slab:             197004 kB
SReclaimable:     112028 kB
SUnreclaim:        84976 kB
KernelStack:        4208 kB
PageTables:         5136 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    1410760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149544 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    378880 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:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431716 MiB
End job on nodeC006 at 2025-07-01 23:20:04