Trace number 4532137

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) 3600.23 3610.41

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/
MIPLIB01/opt/miplib2010/normalized-bab3.opb
MD5SUM5650d49d55a36e62ab842bae231a0f3b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-9098882
Best CPU time to get the best result obtained on this benchmark3600.71
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables393800
Total number of constraints23067
Number of constraints which are clauses17479
Number of constraints which are cardinality constraints (but not clauses)1092
Number of constraints which are nor clauses,nor cardinality constraints4496
Minimum length of a constraint1
Maximum length of a constraint101656
Number of terms in the objective function 122664
Biggest coefficient in the objective function 30378
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 500013378
Number of bits of the sum of numbers in the objective function 29
Biggest number in a constraint 4511353
Number of bits of the biggest number in a constraint 23
Biggest sum of numbers in a constraint 500013378
Number of bits of the biggest sum of numbers29
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-4532137-1752599470.opb'
0.39/0.49	c 	read 37.24MB  (480.43ms)
0.39/0.49	c	 [cnf: #variables 393800 #clauses 23068 #duplicates 0 #arr 3424494]
0.39/0.50	c output proof to 'PROOFDIR/proof-4532137-1752599470'
0.39/0.50	c 
0.39/0.50	c make graph and approximate orbits
1.46/1.52	c	 [group: #orbits ~= 37092] (1014.28ms)
1.46/1.52	c 
1.46/1.52	c detect special group actions
1.46/1.52	c 	 exceeded limit
1.46/1.52	c 	 (0.00ms)
1.46/1.52	c 
1.46/1.52	c detect symmetries on remainder
1.46/1.52	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.01ms)
1.46/1.52	c 
1.46/1.52	c finalize break order and special generators
1.46/1.54	c 
1.46/1.54	c generation finished
1.46/1.54	c 	[sbp: #constraints 0 #add_vars 0]
1.46/1.56	c 
1.46/1.56	c write result to 'HOME/instance-4532137-1752599470.opb.pre'
1.56/1.64	c 	wrote 37.26MB (80.12ms)
1.56/1.64	c ------------------------------------------------------------------
1.56/1.64	c                1014.28ms 62.21% approx_orbits
1.56/1.64	c                 480.43ms 29.47% parse
1.56/1.64	c                  80.12ms  4.91% output
1.56/1.64	c                  37.50ms  2.30% other
1.56/1.64	c                  18.13ms  1.11% finalize_order
1.56/1.64	c                   0.01ms  0.00% detect_generic
1.56/1.64	c                   0.00ms  0.00% detect_special
1.56/1.64	c         ───────────────────────────────────────────────
1.56/1.64	c                1630.47ms   100% total
1.56/1.64	c ------------------------------------------------------------------
1.56/1.69	c RoundingSat 2
1.56/1.69	c branch pb25
1.56/1.69	c commit 0f876b3
3.63/3.77	c #variables 393800 #constraints 27516
3.63/3.77	c objective is ce32 
3398.40/3407.97	c initial watched  CF 32, 64, 128, Arb: 1009 , 0 , 0 , 0
3398.40/3407.97	c initial counting CF 32, 64, 128, Arb: 1192 , 0 , 0 , 0
3398.40/3407.97	c bounds - >= -83554784 @ 3396.43
3600.09/3610.31	c #Conflicts:       1000 | #Constraints:      28515
3600.09/3610.31	c #Conflicts:       2000 | #Constraints:      29515
3600.09/3610.31	c INPROCESSING
3600.09/3610.31	c GARBAGE COLLECT
3600.09/3610.31	c #Conflicts:       3000 | #Constraints:      29290
3600.09/3610.31	c #Conflicts:       4000 | #Constraints:      30290
3600.09/3610.31	c INPROCESSING
3600.09/3610.31	c GARBAGE COLLECT
3600.09/3610.31	c #Conflicts:       5000 | #Constraints:      29752
3600.09/3610.31	c #Conflicts:       6000 | #Constraints:      30752
3600.09/3610.31	c INPROCESSING
3600.09/3610.31	c GARBAGE COLLECT
3600.09/3610.31	c #Conflicts:       7000 | #Constraints:      29790
3600.09/3610.31	c #Conflicts:       8000 | #Constraints:      30790
3600.09/3610.31	c #Conflicts:       9000 | #Constraints:      31790
3600.09/3610.31	c INPROCESSING
3600.09/3610.31	c GARBAGE COLLECT
3600.09/3610.31	c #Conflicts:      10000 | #Constraints:      30573
3600.09/3610.31	c #Conflicts:      11000 | #Constraints:      31573
3600.09/3610.31	c #Conflicts:      12000 | #Constraints:      32573
3600.09/3610.31	c INPROCESSING
3600.09/3610.31	c GARBAGE COLLECT
3600.09/3610.31	c #Conflicts:      13000 | #Constraints:      31064
3600.09/3610.31	c #Conflicts:      14000 | #Constraints:      32064
3600.09/3610.31	c #Conflicts:      15000 | #Constraints:      33064
3600.09/3610.31	c INPROCESSING
3600.09/3610.31	c GARBAGE COLLECT
3600.09/3610.31	c #Conflicts:      16000 | #Constraints:      31366
3600.09/3610.31	c #Conflicts:      17000 | #Constraints:      32366
3600.09/3610.31	c #Conflicts:      18000 | #Constraints:      33366
3600.09/3610.31	c INPROCESSING
3600.09/3610.31	c GARBAGE COLLECT
3600.09/3610.31	c #Conflicts:      19000 | #Constraints:      31422
3600.09/3610.31	c #Conflicts:      20000 | #Constraints:      32422
3600.09/3610.31	c #Conflicts:      21000 | #Constraints:      33422
3600.09/3610.31	c INPROCESSING
3600.09/3610.31	c GARBAGE COLLECT
3600.09/3610.31	c #Conflicts:      22000 | #Constraints:      31268
3600.09/3610.31	c Disabling crashed LP
3600.09/3610.31	c cpu time 3594.58 s
3600.09/3610.31	c deterministic time 2708430959 2.71e+09
3600.09/3610.31	c optimization time 3434.88 s
3600.09/3610.31	c total solve time 157.841 s
3600.09/3610.31	c core-guided solve time 60.3904 s
3600.09/3610.31	c propagation time 116.186 s
3600.09/3610.31	c conflict analysis time 30.8603 s
3600.09/3610.31	c propagations 94009727
3600.09/3610.31	c resolve steps 120913
3600.09/3610.31	c decisions 3144904
3600.09/3610.31	c conflicts 22002
3600.09/3610.31	c restarts 77
3600.09/3610.31	c inprocessing phases 8
3600.09/3610.31	c garbage collections 8 ,( 100.00 )
3600.09/3610.31	c input clauses 19016 ,( 69.11 )
3600.09/3610.31	c input cardinalities 6300 ,( 22.90 )
3600.09/3610.31	c input general constraints 2200 ,( 8.00 )
3600.09/3610.31	c input average constraint length 141.09
3600.09/3610.31	c input average constraint degree 327.66
3600.09/3610.31	c learned clauses 5853 ,( 26.60 )
3600.09/3610.31	c learned cardinalities 1451 ,( 6.59 )
3600.09/3610.31	c learned general constraints 14698 ,( 66.80 )
3600.09/3610.31	c learned average constraint length 4449.27
3600.09/3610.31	c learned average constraint degree 4773.89
3600.09/3610.31	c watched  CF 32, 64, 128, Arb: 7517 , 0 , 0 , 0
3600.09/3610.31	c counting CF 32, 64, 128, Arb: 9382 , 0 , 0 , 0
3600.09/3610.31	c watched   constraints 7517 ,( 44.48 ) 
3600.09/3610.31	c counting  constraints 9381 ,( 55.52 ) 
3600.09/3610.31	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 3209086 , 2455931 , 3503679 ,( 2307208 , 1196471 )
3600.09/3610.31	c gcd simplifications 300
3600.09/3610.31	c detected cardinalities 132
3600.09/3610.31	c weakened non-implied lits 54479653
3600.09/3610.31	c weakened non-implying lits 1066
3600.09/3610.31	c original variables 393800
3600.09/3610.31	c clausal propagations 2691015
3600.09/3610.31	c cardinality propagations 77097797
3600.09/3610.31	c watched propagations 578051
3600.09/3610.31	c counting propagations 11096510
3600.09/3610.31	c watch lookups 298846301
3600.09/3610.31	c watch backjump lookups 0
3600.09/3610.31	c watch checks 931152893
3600.09/3610.31	c propagation checks 1059844285
3600.09/3610.31	c constraint additions 224208511
3600.09/3610.31	c trail pops 97161337
3600.09/3610.31	c formula constraints 27516
3600.09/3610.31	c learned constraints 22002
3600.09/3610.31	c bound constraints 0
3600.09/3610.31	c core-guided constraints 0
3600.09/3610.31	c encountered formula constraints 100822
3600.09/3610.31	c encountered learned constraints 42093
3600.09/3610.31	c encountered bound constraints 0
3600.09/3610.31	c encountered core-guided constraints 0
3600.09/3610.31	c LP total time 73.5117 s
3600.09/3610.31	c LP solve time 73.08 s
3600.09/3610.31	c LP constraints added 27516
3600.09/3610.31	c LP constraints removed 0
3600.09/3610.31	c LP pivots internal 22000
3600.09/3610.31	c LP pivots root 41000
3600.09/3610.31	c LP calls 6
3600.09/3610.31	c LP optimalities 0
3600.09/3610.31	c LP no pivot count 0
3600.09/3610.31	c LP infeasibilities 0
3600.09/3610.31	c LP valid Farkas constraints 0
3600.09/3610.31	c LP learned Farkas constraints 0
3600.09/3610.31	c LP basis resets 0
3600.09/3610.31	c LP cycling count 0
3600.09/3610.31	c LP singular count 0
3600.09/3610.31	c LP no primal count 0
3600.09/3610.31	c LP no farkas count 0
3600.09/3610.31	c LP other issue count 0
3600.09/3610.31	c LP Gomory cuts 0
3600.09/3610.31	c LP learned cuts 0
3600.09/3610.31	c LP deleted cuts 0
3600.09/3610.31	c LP encountered Gomory constraints 0
3600.09/3610.31	c LP encountered Farkas constraints 0
3600.09/3610.31	c LP encountered learned Farkas constraints 0
3600.09/3610.31	c CG auxiliary variables introduced 0
3600.09/3610.31	c CG solutions found 0
3600.09/3610.31	c CG cores constructed 0
3600.09/3610.31	c CG core cardinality constraints returned 0
3600.09/3610.31	c CG unit cores 0
3600.09/3610.31	c CG single cores 0
3600.09/3610.31	c CG blocks removed during cardinality reduction 0
3600.09/3610.31	c CG first core best 0
3600.09/3610.31	c CG decision core best 0
3600.09/3610.31	c CG core reduction tie 0
3600.09/3610.31	c CG core degree average 0.00
3600.09/3610.31	c CG core slack average 0.00
3600.09/3610.31	c CG core upper bound improvements 0
3600.09/3610.31	c STR number of successful calls 0
3600.09/3610.31	c STR number of unsuccessful calls 0
3600.09/3610.31	c STR number of inconclusive calls 0
3600.09/3610.31	c STR number of successful attempts 0
3600.09/3610.31	c STR number of unsuccessful attempts 0
3600.09/3610.31	c STR number of inconclusive attempts 0
3600.09/3610.31	c STR average degree increase per successful call inf
3600.09/3610.31	c STR average degree increase per successful attempt inf
3600.09/3610.31	c STR total number of conflicts for successful attempts 0
3600.09/3610.31	c STR total number of conflicts for unsuccessful attempts 0
3600.09/3610.31	c STR total number of conflicts for inconclusive attempts 0
3600.09/3610.31	c STR average number of conflicts per successful attempt inf
3600.09/3610.31	c STR average number of conflicts per unsuccessful attempt inf
3600.09/3610.31	c STR average number of conflicts per inconclusive attempt inf
3600.09/3610.31	c AVG.sumWPerc 51.31 
3600.09/3610.31	c bigint constraints 0 
3600.09/3610.31	s UNKNOWN
3600.09/3610.31	c Program interrupted by user.

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: 63665 MiB (59134 MiB free)
  memory of node 1: 64507 MiB (57497 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
solver pid=141183, runsolver pid=141180
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 4.17 4.14 4.17 5/272 141185
/proc/meminfo: memFree=119387036/131249988 swapFree=33010160/33010684
[pid=141183] ppid=141180 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/141183/stat : 141183 (run-opt-ls-log.) S 141180 141183 140469 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 175625909 4292608 768 18446744073709551615 93837813047296 93837813941829 140723673538592 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93837814180880 93837814228624 93837822246912 140723673540889 140723673541087 140723673541087 140723673546691 0
/proc/141183/statm: 1048 768 704 219 0 110 0
[pid=141185] ppid=141183 vsize=58468 memory=48936 CPUtime=0.08 cores=4,6
/proc/141185/stat : 141185 (pbsuma) R 141183 141183 140469 0 -1 4194304 8327 0 0 0 7 1 0 0 20 0 1 0 175625910 59871232 12234 18446744073709551615 4210688 4653049 140730565846704 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 20357120 140730565855457 140730565855792 140730565855792 140730565861359 0
/proc/141185/statm: 14617 12234 960 108 0 12025 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 62660 KiB
Current children cumulated memory: 52008 KiB

[startup+0.206037 s]*
/proc/loadavg: 4.17 4.14 4.17 5/272 141185
/proc/meminfo: memFree=119362968/131249988 swapFree=33010160/33010684
[pid=141183] ppid=141180 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/141183/stat : 141183 (run-opt-ls-log.) S 141180 141183 140469 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 175625909 4292608 768 18446744073709551615 93837813047296 93837813941829 140723673538592 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93837814180880 93837814228624 93837822246912 140723673540889 140723673541087 140723673541087 140723673546691 0
/proc/141183/statm: 1048 768 704 219 0 110 0
[pid=141185] ppid=141183 vsize=78560 memory=68148 CPUtime=0.19 cores=4,6
/proc/141185/stat : 141185 (pbsuma) R 141183 141183 140469 0 -1 4194304 12485 0 0 0 17 2 0 0 20 0 1 0 175625910 80445440 17037 18446744073709551615 4210688 4653049 140730565846704 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 20357120 140730565855457 140730565855792 140730565855792 140730565861359 0
/proc/141185/statm: 19640 17037 960 108 0 17048 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 82752 KiB
Current children cumulated memory: 71220 KiB

[startup+0.305944 s]*
/proc/loadavg: 4.17 4.14 4.17 5/272 141185
/proc/meminfo: memFree=119346712/131249988 swapFree=33010160/33010684
[pid=141183] ppid=141180 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/141183/stat : 141183 (run-opt-ls-log.) S 141180 141183 140469 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 175625909 4292608 768 18446744073709551615 93837813047296 93837813941829 140723673538592 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93837814180880 93837814228624 93837822246912 140723673540889 140723673541087 140723673541087 140723673546691 0
/proc/141183/statm: 1048 768 704 219 0 110 0
[pid=141185] ppid=141183 vsize=101472 memory=84504 CPUtime=0.28 cores=4,6
/proc/141185/stat : 141185 (pbsuma) R 141183 141183 140469 0 -1 4194304 15683 0 0 0 26 2 0 0 20 0 1 0 175625910 103907328 21126 18446744073709551615 4210688 4653049 140730565846704 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 20357120 140730565855457 140730565855792 140730565855792 140730565861359 0
/proc/141185/statm: 25368 21126 960 108 0 22776 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 105664 KiB
Current children cumulated memory: 87576 KiB

[startup+0.700198 s]
/proc/loadavg: 4.17 4.14 4.17 4/272 141185
/proc/meminfo: memFree=119314580/131249988 swapFree=33010160/33010684
[pid=141183] ppid=141180 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/141183/stat : 141183 (run-opt-ls-log.) S 141180 141183 140469 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 175625909 4292608 768 18446744073709551615 93837813047296 93837813941829 140723673538592 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93837814180880 93837814228624 93837822246912 140723673540889 140723673541087 140723673541087 140723673546691 0
/proc/141183/statm: 1048 768 704 219 0 110 0
[pid=141185] ppid=141183 vsize=354696 memory=267624 CPUtime=0.67 cores=4,6
/proc/141185/stat : 141185 (pbsuma) R 141183 141183 140469 0 -1 4194304 30276 0 0 0 58 9 0 0 20 0 1 0 175625910 363208704 66906 18446744073709551615 4210688 4653049 140730565846704 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 20357120 140730565855457 140730565855792 140730565855792 140730565861359 0
/proc/141185/statm: 88674 66906 992 108 0 86082 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 358888 KiB
Current children cumulated memory: 270696 KiB

[startup+1.5002 s]
/proc/loadavg: 4.17 4.14 4.17 5/272 141185
/proc/meminfo: memFree=118959756/131249988 swapFree=33010160/33010684
[pid=141183] ppid=141180 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/141183/stat : 141183 (run-opt-ls-log.) S 141180 141183 140469 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 175625909 4292608 768 18446744073709551615 93837813047296 93837813941829 140723673538592 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93837814180880 93837814228624 93837822246912 140723673540889 140723673541087 140723673541087 140723673546691 0
/proc/141183/statm: 1048 768 704 219 0 110 0
[pid=141185] ppid=141183 vsize=703484 memory=535068 CPUtime=1.46 cores=4,6
/proc/141185/stat : 141185 (pbsuma) R 141183 141183 140469 0 -1 4194304 44447 0 0 0 131 15 0 0 20 0 1 0 175625910 720367616 133767 18446744073709551615 4210688 4653049 140730565846704 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 20357120 140730565855457 140730565855792 140730565855792 140730565861359 0
/proc/141185/statm: 175871 133767 992 108 0 173279 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 707676 KiB
Current children cumulated memory: 538140 KiB

[startup+3.10582 s]
/proc/loadavg: 4.16 4.14 4.17 5/272 141186
/proc/meminfo: memFree=118934832/131249988 swapFree=33010160/33010684
[pid=141183] ppid=141180 vsize=4192 memory=3072 CPUtime=1.65 cores=4,6
/proc/141183/stat : 141183 (run-opt-ls-log.) S 141180 141183 140469 0 -1 4194304 239 45027 0 0 0 0 147 18 20 0 1 0 175625909 4292608 768 18446744073709551615 93837813047296 93837813941829 140723673538592 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93837814180880 93837814228624 93837822246912 140723673540889 140723673541087 140723673541087 140723673546691 0
/proc/141183/statm: 1048 768 704 219 0 110 0
[pid=141186] ppid=141183 vsize=290232 memory=238912 CPUtime=1.38 cores=4,6
/proc/141186/stat : 141186 (roundingsat) R 141183 141183 140469 0 -1 4194304 35717 0 0 0 126 12 0 0 20 0 1 0 175626078 297197568 59728 18446744073709551615 4227072 8923577 140735678558672 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9827200 9836688 42758144 140735678564596 140735678564902 140735678564902 140735678570474 0
/proc/141186/statm: 72558 59728 1984 1147 0 59984 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 294424 KiB
Current children cumulated memory: 241984 KiB

[startup+6.30019 s]
/proc/loadavg: 4.16 4.14 4.17 5/272 141186
/proc/meminfo: memFree=118700824/131249988 swapFree=33010160/33010684
[pid=141183] ppid=141180 vsize=4192 memory=3072 CPUtime=1.65 cores=4,6
/proc/141183/stat : 141183 (run-opt-ls-log.) S 141180 141183 140469 0 -1 4194304 239 45027 0 0 0 0 147 18 20 0 1 0 175625909 4292608 768 18446744073709551615 93837813047296 93837813941829 140723673538592 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93837814180880 93837814228624 93837822246912 140723673540889 140723673541087 140723673541087 140723673546691 0
/proc/141183/statm: 1048 768 704 219 0 110 0
[pid=141186] ppid=141183 vsize=488980 memory=428852 CPUtime=4.56 cores=4,6
/proc/141186/stat : 141186 (roundingsat) R 141183 141183 140469 0 -1 4194304 67438 0 0 0 435 21 0 0 20 0 1 0 175626078 500715520 107213 18446744073709551615 4227072 8923577 140735678558672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42758144 140735678564596 140735678564902 140735678564902 140735678570474 0
/proc/141186/statm: 122245 107213 2272 1147 0 109671 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 493172 KiB
Current children cumulated memory: 431924 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.13 4.17 5/272 141186
/proc/meminfo: memFree=118750136/131249988 swapFree=33010160/33010684
[pid=141183] ppid=141180 vsize=4192 memory=3072 CPUtime=1.65 cores=4,6
/proc/141183/stat : 141183 (run-opt-ls-log.) S 141180 141183 140469 0 -1 4194304 239 45027 0 0 0 0 147 18 20 0 1 0 175625909 4292608 768 18446744073709551615 93837813047296 93837813941829 140723673538592 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93837814180880 93837814228624 93837822246912 140723673540889 140723673541087 140723673541087 140723673546691 0
/proc/141183/statm: 1048 768 704 219 0 110 0
[pid=141186] ppid=141183 vsize=488980 memory=428852 CPUtime=10.95 cores=4,6
/proc/141186/stat : 141186 (roundingsat) R 141183 141183 140469 0 -1 4194304 67466 0 0 0 1074 21 0 0 20 0 1 0 175626078 500715520 107213 18446744073709551615 4227072 8923577 140735678558672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42758144 140735678564596 140735678564902 140735678564902 140735678570474 0
/proc/141186/statm: 122245 107213 2272 1147 0 109671 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 493172 KiB
Current children cumulated memory: 431924 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.13 4.17 5/272 141187
/proc/meminfo: memFree=118853372/131249988 swapFree=33010160/33010684
[pid=141183] ppid=141180 vsize=4192 memory=3072 CPUtime=1.65 cores=4,6
/proc/141183/stat : 141183 (run-opt-ls-log.) S 141180 141183 140469 0 -1 4194304 239 45027 0 0 0 0 147 18 20 0 1 0 175625909 4292608 768 18446744073709551615 93837813047296 93837813941829 140723673538592 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93837814180880 93837814228624 93837822246912 140723673540889 140723673541087 140723673541087 140723673546691 0
/proc/141183/statm: 1048 768 704 219 0 110 0
[pid=141186] ppid=141183 vsize=488980 memory=428852 CPUtime=23.71 cores=4,6
/proc/141186/stat : 141186 (roundingsat) R 141183 141183 140469 0 -1 4194304 67466 0 0 0 2350 21 0 0 20 0 1 0 175626078 500715520 107213 18446744073709551615 4227072 8923577 140735678558672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42758144 140735678564596 140735678564902 140735678564902 140735678570474 0
/proc/141186/statm: 122245 107213 2272 1147 0 109671 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 493172 KiB
Current children cumulated memory: 431924 KiB

[startup+51.1059 s]
/proc/loadavg: 4.13 4.13 4.17 5/272 141187
/proc/meminfo: memFree=118859824/131249988 swapFree=33010160/33010684
[pid=141183] ppid=141180 vsize=4192 memory=3072 CPUtime=1.65 cores=4,6
/proc/141183/stat : 141183 (run-opt-ls-log.) S 141180 141183 140469 0 -1 4194304 239 45027 0 0 0 0 147 18 20 0 1 0 175625909 4292608 768 18446744073709551615 93837813047296 93837813941829 140723673538592 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93837814180880 93837814228624 93837822246912 140723673540889 140723673541087 140723673541087 140723673546691 0
/proc/141183/statm: 1048 768 704 219 0 110 0
[pid=141186] ppid=141183 vsize=488980 memory=428852 CPUtime=49.24 cores=4,6
/proc/141186/stat : 141186 (roundingsat) R 141183 141183 140469 0 -1 4194304 67481 0 0 0 4903 21 0 0 20 0 1 0 175626078 500715520 107213 18446744073709551615 4227072 8923577 140735678558672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42758144 140735678564596 140735678564902 140735678564902 140735678570474 0
/proc/141186/statm: 122245 107213 2272 1147 0 109671 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 493172 KiB
Current children cumulated memory: 431924 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.12 4.17 5/272 141189
/proc/meminfo: memFree=118666200/131249988 swapFree=33010160/33010684
[pid=141183] ppid=141180 vsize=4192 memory=3072 CPUtime=1.65 cores=4,6
/proc/141183/stat : 141183 (run-opt-ls-log.) S 141180 141183 140469 0 -1 4194304 239 45027 0 0 0 0 147 18 20 0 1 0 175625909 4292608 768 18446744073709551615 93837813047296 93837813941829 140723673538592 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93837814180880 93837814228624 93837822246912 140723673540889 140723673541087 140723673541087 140723673546691 0
/proc/141183/statm: 1048 768 704 219 0 110 0
[pid=141186] ppid=141183 vsize=488980 memory=428852 CPUtime=100.32 cores=4,6
/proc/141186/stat : 141186 (roundingsat) R 141183 141183 140469 0 -1 4194304 67486 0 0 0 10010 22 0 0 20 0 1 0 175626078 500715520 107213 18446744073709551615 4227072 8923577 140735678558672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42758144 140735678564596 140735678564902 140735678564902 140735678570474 0
/proc/141186/statm: 122245 107213 2272 1147 0 109671 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 493172 KiB
Current children cumulated memory: 431924 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.12 4.16 5/273 141192
/proc/meminfo: memFree=118566844/131249988 swapFree=33010160/33010684
[pid=141183] ppid=141180 vsize=4192 memory=3072 CPUtime=1.65 cores=4,6
/proc/141183/stat : 141183 (run-opt-ls-log.) S 141180 141183 140469 0 -1 4194304 239 45027 0 0 0 0 147 18 20 0 1 0 175625909 4292608 768 18446744073709551615 93837813047296 93837813941829 140723673538592 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93837814180880 93837814228624 93837822246912 140723673540889 140723673541087 140723673541087 140723673546691 0
/proc/141183/statm: 1048 768 704 219 0 110 0
[pid=141186] ppid=141183 vsize=488980 memory=428852 CPUtime=160.17 cores=4,6
/proc/141186/stat : 141186 (roundingsat) R 141183 141183 140469 0 -1 4194304 67506 0 0 0 15995 22 0 0 20 0 1 0 175626078 500715520 107213 18446744073709551615 4227072 8923577 140735678558672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42758144 140735678564596 140735678564902 140735678564902 140735678570474 0
/proc/141186/statm: 122245 107213 2272 1147 0 109671 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 493172 KiB
Current children cumulated memory: 431924 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.11 4.16 5/272 141194
/proc/meminfo: memFree=118498672/131249988 swapFree=33010160/33010684
[pid=141183] ppid=141180 vsize=4192 memory=3072 CPUtime=1.65 cores=4,6
/proc/141183/stat : 141183 (run-opt-ls-log.) S 141180 141183 140469 0 -1 4194304 239 45027 0 0 0 0 147 18 20 0 1 0 175625909 4292608 768 18446744073709551615 93837813047296 93837813941829 140723673538592 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93837814180880 93837814228624 93837822246912 140723673540889 140723673541087 140723673541087 140723673546691 0
/proc/141183/statm: 1048 768 704 219 0 110 0
[pid=141186] ppid=141183 vsize=488980 memory=429108 CPUtime=220.02 cores=4,6
/proc/141186/stat : 141186 (roundingsat) R 141183 141183 140469 0 -1 4194304 67600 0 0 0 21980 22 0 0 20 0 1 0 175626078 500715520 107277 18446744073709551615 4227072 8923577 140735678558672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42758144 140735678564596 140735678564902 140735678564902 140735678570474 0
/proc/141186/statm: 122245 107277 2272 1147 0 109671 0
Current children cumulated CPU time: 221.67 s

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

[pid=141183] ppid=141180 vsize=4192 memory=3072 CPUtime=1.65 cores=4,6
/proc/141183/stat : 141183 (run-opt-ls-log.) S 141180 141183 140469 0 -1 4194304 239 45027 0 0 0 0 147 18 20 0 1 0 175625909 4292608 768 18446744073709551615 93837813047296 93837813941829 140723673538592 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93837814180880 93837814228624 93837822246912 140723673540889 140723673541087 140723673541087 140723673546691 0
/proc/141183/statm: 1048 768 704 219 0 110 0
[pid=141186] ppid=141183 vsize=488980 memory=434868 CPUtime=3091.89 cores=4,6
/proc/141186/stat : 141186 (roundingsat) R 141183 141183 140469 0 -1 4194304 68113 0 0 0 309151 38 0 0 20 0 1 0 175626078 500715520 108717 18446744073709551615 4227072 8923577 140735678558672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42758144 140735678564596 140735678564902 140735678564902 140735678570474 0
/proc/141186/statm: 122245 108717 2272 1147 0 109671 0
Current children cumulated CPU time: 3093.54 s
Current children cumulated vsize: 493172 KiB
Current children cumulated memory: 437940 KiB

[startup+3162.3 s]
/proc/loadavg: 1.17 1.22 1.84 2/247 141691
/proc/meminfo: memFree=126788520/131249988 swapFree=33010160/33010684
[pid=141183] ppid=141180 vsize=4192 memory=3072 CPUtime=1.65 cores=4,6
/proc/141183/stat : 141183 (run-opt-ls-log.) S 141180 141183 140469 0 -1 4194304 239 45027 0 0 0 0 147 18 20 0 1 0 175625909 4292608 768 18446744073709551615 93837813047296 93837813941829 140723673538592 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93837814180880 93837814228624 93837822246912 140723673540889 140723673541087 140723673541087 140723673546691 0
/proc/141183/statm: 1048 768 704 219 0 110 0
[pid=141186] ppid=141183 vsize=488980 memory=434868 CPUtime=3151.74 cores=4,6
/proc/141186/stat : 141186 (roundingsat) R 141183 141183 140469 0 -1 4194304 68113 0 0 0 315136 38 0 0 20 0 1 0 175626078 500715520 108717 18446744073709551615 4227072 8923577 140735678558672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42758144 140735678564596 140735678564902 140735678564902 140735678570474 0
/proc/141186/statm: 122245 108717 2272 1147 0 109671 0
Current children cumulated CPU time: 3153.39 s
Current children cumulated vsize: 493172 KiB
Current children cumulated memory: 437940 KiB

[startup+3222.3 s]
/proc/loadavg: 1.13 1.20 1.79 2/247 141693
/proc/meminfo: memFree=126789216/131249988 swapFree=33010160/33010684
[pid=141183] ppid=141180 vsize=4192 memory=3072 CPUtime=1.65 cores=4,6
/proc/141183/stat : 141183 (run-opt-ls-log.) S 141180 141183 140469 0 -1 4194304 239 45027 0 0 0 0 147 18 20 0 1 0 175625909 4292608 768 18446744073709551615 93837813047296 93837813941829 140723673538592 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93837814180880 93837814228624 93837822246912 140723673540889 140723673541087 140723673541087 140723673546691 0
/proc/141183/statm: 1048 768 704 219 0 110 0
[pid=141186] ppid=141183 vsize=488980 memory=434868 CPUtime=3211.6 cores=4,6
/proc/141186/stat : 141186 (roundingsat) R 141183 141183 140469 0 -1 4194304 68188 0 0 0 321121 39 0 0 20 0 1 0 175626078 500715520 108717 18446744073709551615 4227072 8923577 140735678558672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42758144 140735678564596 140735678564902 140735678564902 140735678570474 0
/proc/141186/statm: 122245 108717 2272 1147 0 109671 0
Current children cumulated CPU time: 3213.25 s
Current children cumulated vsize: 493172 KiB
Current children cumulated memory: 437940 KiB

[startup+3282.3 s]
/proc/loadavg: 1.10 1.17 1.74 2/246 141695
/proc/meminfo: memFree=126789656/131249988 swapFree=33010160/33010684
[pid=141183] ppid=141180 vsize=4192 memory=3072 CPUtime=1.65 cores=4,6
/proc/141183/stat : 141183 (run-opt-ls-log.) S 141180 141183 140469 0 -1 4194304 239 45027 0 0 0 0 147 18 20 0 1 0 175625909 4292608 768 18446744073709551615 93837813047296 93837813941829 140723673538592 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93837814180880 93837814228624 93837822246912 140723673540889 140723673541087 140723673541087 140723673546691 0
/proc/141183/statm: 1048 768 704 219 0 110 0
[pid=141186] ppid=141183 vsize=488980 memory=434868 CPUtime=3271.46 cores=4,6
/proc/141186/stat : 141186 (roundingsat) R 141183 141183 140469 0 -1 4194304 68207 0 0 0 327107 39 0 0 20 0 1 0 175626078 500715520 108717 18446744073709551615 4227072 8923577 140735678558672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42758144 140735678564596 140735678564902 140735678564902 140735678570474 0
/proc/141186/statm: 122245 108717 2272 1147 0 109671 0
Current children cumulated CPU time: 3273.11 s
Current children cumulated vsize: 493172 KiB
Current children cumulated memory: 437940 KiB

[startup+3342.3 s]
/proc/loadavg: 1.08 1.15 1.70 2/246 141696
/proc/meminfo: memFree=126789528/131249988 swapFree=33010160/33010684
[pid=141183] ppid=141180 vsize=4192 memory=3072 CPUtime=1.65 cores=4,6
/proc/141183/stat : 141183 (run-opt-ls-log.) S 141180 141183 140469 0 -1 4194304 239 45027 0 0 0 0 147 18 20 0 1 0 175625909 4292608 768 18446744073709551615 93837813047296 93837813941829 140723673538592 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93837814180880 93837814228624 93837822246912 140723673540889 140723673541087 140723673541087 140723673546691 0
/proc/141183/statm: 1048 768 704 219 0 110 0
[pid=141186] ppid=141183 vsize=488980 memory=434868 CPUtime=3331.31 cores=4,6
/proc/141186/stat : 141186 (roundingsat) R 141183 141183 140469 0 -1 4194304 68223 0 0 0 333092 39 0 0 20 0 1 0 175626078 500715520 108717 18446744073709551615 4227072 8923577 140735678558672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42758144 140735678564596 140735678564902 140735678564902 140735678570474 0
/proc/141186/statm: 122245 108717 2272 1147 0 109671 0
Current children cumulated CPU time: 3332.96 s
Current children cumulated vsize: 493172 KiB
Current children cumulated memory: 437940 KiB

[startup+3402.3 s]
/proc/loadavg: 1.06 1.14 1.66 2/245 141698
/proc/meminfo: memFree=126790124/131249988 swapFree=33010160/33010684
[pid=141183] ppid=141180 vsize=4192 memory=3072 CPUtime=1.65 cores=4,6
/proc/141183/stat : 141183 (run-opt-ls-log.) S 141180 141183 140469 0 -1 4194304 239 45027 0 0 0 0 147 18 20 0 1 0 175625909 4292608 768 18446744073709551615 93837813047296 93837813941829 140723673538592 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93837814180880 93837814228624 93837822246912 140723673540889 140723673541087 140723673541087 140723673546691 0
/proc/141183/statm: 1048 768 704 219 0 110 0
[pid=141186] ppid=141183 vsize=488980 memory=434868 CPUtime=3391.16 cores=4,6
/proc/141186/stat : 141186 (roundingsat) R 141183 141183 140469 0 -1 4194304 68223 0 0 0 339077 39 0 0 20 0 1 0 175626078 500715520 108717 18446744073709551615 4227072 8923577 140735678558672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42758144 140735678564596 140735678564902 140735678564902 140735678570474 0
/proc/141186/statm: 122245 108717 2272 1147 0 109671 0
Current children cumulated CPU time: 3392.81 s
Current children cumulated vsize: 493172 KiB
Current children cumulated memory: 437940 KiB

[startup+3462.3 s]
/proc/loadavg: 1.06 1.13 1.62 2/246 141701
/proc/meminfo: memFree=126247892/131249988 swapFree=33010160/33010684
[pid=141183] ppid=141180 vsize=4192 memory=3072 CPUtime=1.65 cores=4,6
/proc/141183/stat : 141183 (run-opt-ls-log.) S 141180 141183 140469 0 -1 4194304 239 45027 0 0 0 0 147 18 20 0 1 0 175625909 4292608 768 18446744073709551615 93837813047296 93837813941829 140723673538592 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93837814180880 93837814228624 93837822246912 140723673540889 140723673541087 140723673541087 140723673546691 0
/proc/141183/statm: 1048 768 704 219 0 110 0
[pid=141186] ppid=141183 vsize=946716 memory=851128 CPUtime=3451.02 cores=4,6
/proc/141186/stat : 141186 (roundingsat) R 141183 141183 140469 0 -1 4194304 124313 0 0 0 344953 149 0 0 20 0 1 0 175626078 969437184 212782 18446744073709551615 4227072 8923577 140735678558672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42758144 140735678564596 140735678564902 140735678564902 140735678570474 0
/proc/141186/statm: 236679 212782 2368 1147 0 224105 0
Current children cumulated CPU time: 3452.67 s
Current children cumulated vsize: 950908 KiB
Current children cumulated memory: 854200 KiB

[startup+3522.3 s]
/proc/loadavg: 1.13 1.13 1.59 2/246 141703
/proc/meminfo: memFree=125799040/131249988 swapFree=33010160/33010684
[pid=141183] ppid=141180 vsize=4192 memory=3072 CPUtime=1.65 cores=4,6
/proc/141183/stat : 141183 (run-opt-ls-log.) S 141180 141183 140469 0 -1 4194304 239 45027 0 0 0 0 147 18 20 0 1 0 175625909 4292608 768 18446744073709551615 93837813047296 93837813941829 140723673538592 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93837814180880 93837814228624 93837822246912 140723673540889 140723673541087 140723673541087 140723673546691 0
/proc/141183/statm: 1048 768 704 219 0 110 0
[pid=141186] ppid=141183 vsize=1153400 memory=1059468 CPUtime=3510.88 cores=4,6
/proc/141186/stat : 141186 (roundingsat) R 141183 141183 140469 0 -1 4194304 155447 0 0 0 350823 265 0 0 20 0 1 0 175626078 1181081600 264867 18446744073709551615 4227072 8923577 140735678558672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42758144 140735678564596 140735678564902 140735678564902 140735678570474 0
/proc/141186/statm: 288350 264867 2368 1147 0 275776 0
Current children cumulated CPU time: 3512.53 s
Current children cumulated vsize: 1157592 KiB
Current children cumulated memory: 1062540 KiB

[startup+3582.3 s]
/proc/loadavg: 1.10 1.12 1.55 2/248 141707
/proc/meminfo: memFree=125022636/131249988 swapFree=33010160/33010684
[pid=141183] ppid=141180 vsize=4192 memory=3072 CPUtime=1.65 cores=4,6
/proc/141183/stat : 141183 (run-opt-ls-log.) S 141180 141183 140469 0 -1 4194304 239 45027 0 0 0 0 147 18 20 0 1 0 175625909 4292608 768 18446744073709551615 93837813047296 93837813941829 140723673538592 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93837814180880 93837814228624 93837822246912 140723673540889 140723673541087 140723673541087 140723673546691 0
/proc/141183/statm: 1048 768 704 219 0 110 0
[pid=141186] ppid=141183 vsize=1462960 memory=1348884 CPUtime=3570.49 cores=4,6
/proc/141186/stat : 141186 (roundingsat) R 141183 141183 140469 0 -1 4194304 199215 0 0 0 356670 379 0 0 20 0 1 0 175626078 1498071040 337221 18446744073709551615 4227072 8923577 140735678558672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42758144 140735678564596 140735678564902 140735678564902 140735678570474 0
/proc/141186/statm: 365740 337221 2368 1147 0 353166 0
Current children cumulated CPU time: 3572.14 s
Current children cumulated vsize: 1467152 KiB
Current children cumulated memory: 1351956 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.3 s]
/proc/loadavg: 1.06 1.11 1.53 2/248 141708
/proc/meminfo: memFree=125014324/131249988 swapFree=33010160/33010684
[pid=141183] ppid=141180 vsize=4192 memory=3072 CPUtime=1.65 cores=4,6
/proc/141183/stat : 141183 (run-opt-ls-log.) S 141180 141183 140469 0 -1 4194304 239 45027 0 0 0 0 147 18 20 0 1 0 175625909 4292608 768 18446744073709551615 93837813047296 93837813941829 140723673538592 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93837814180880 93837814228624 93837822246912 140723673540889 140723673541087 140723673541087 140723673546691 0
/proc/141183/statm: 1048 768 704 219 0 110 0
[pid=141186] ppid=141183 vsize=1468072 memory=1354064 CPUtime=3598.44 cores=4,6
/proc/141186/stat : 141186 (roundingsat) R 141183 141183 140469 0 -1 4194304 199993 0 0 0 359456 388 0 0 20 0 1 0 175626078 1503305728 338516 18446744073709551615 4227072 8923577 140735678558672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42758144 140735678564596 140735678564902 140735678564902 140735678570474 0
/proc/141186/statm: 367018 338516 2368 1147 0 354444 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 1472264 KiB
Current children cumulated memory: 1357136 KiB

Sending SIGTERM to process tree (bottom up)

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

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

[startup+3610.41 s]
# the end of solver process 141186 was just reported to runsolver
# Child status: 2

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

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

[startup+3610.4 s]*
/proc/loadavg: 1.06 1.11 1.53 2/247 141708
/proc/meminfo: memFree=126141636/131249988 swapFree=33010160/33010684
Current cumulated CPU time of completed processes: 1.66398 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 2

Real time (s): 3610.41
CPU time (s): 3600.23
CPU user time (s): 3596.13
CPU system time (s): 4.10127
CPU usage (%): 99.7178
Max. virtual memory (cumulated for all children) (KiB): 1472264
Max. memory (cumulated for all children) (KiB): 1357136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.13
system time used= 4.10127
maximum resident set size= 1354448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245295
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1837048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 240
involuntary context switches= 1328


# summary of solver processes directly reported to runsolver:
#   pid: 141183,141186
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3596.13
#   total CPU system time (s): 4.10127

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.37957 second user time and 16.4716 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-07-15 19:11:11
IDJOB=4532137
IDBENCH=178803
IDSOLVER=3392
FILE ID=nodeC034/4532137-1752599470
RUNJOBID= nodeC034-1752596491-140480
SLURM_JOB_ID= 9684371
Free space on /tmp= 431744 MiB

SOLVER NAME= roundingsat-ls+pbsuma-log 0f876b3
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2010/normalized-bab3.opb
COMMAND LINE= run-opt-ls-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4532137-1752599470/watcher-4532137-1752599470 -o /tmp/evaluation-result-4532137-1752599470/solver-4532137-1752599470 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1752596491-140480 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4532137-1752599470.opb PROOFDIR/proof-4532137-1752599470

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

MD5SUM BENCH= 5650d49d55a36e62ab842bae231a0f3b
RANDOM SEED=176353251

nodeC034 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.752
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.53
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.765
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        119431140 kB
MemAvailable:   126435280 kB
Buffers:            2128 kB
Cached:          7745044 kB
SwapCached:           36 kB
Active:          4153052 kB
Inactive:        6952172 kB
Active(anon):    3382244 kB
Inactive(anon):     2156 kB
Active(file):     770808 kB
Inactive(file):  6950016 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45500 kB
Writeback:             0 kB
AnonPages:       3359140 kB
Mapped:           122628 kB
Shmem:             26260 kB
KReclaimable:     244712 kB
Slab:             342720 kB
SReclaimable:     244712 kB
SUnreclaim:        98008 kB
KernelStack:        4400 kB
PageTables:         9940 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    4246948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150728 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2459648 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431760 MiB
End job on nodeC034 at 2025-07-15 20:11:21