Trace number 4532010

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
kullmann/normalized-mul_8_9_shg.opb
MD5SUM6ff458260e5cc7a1e00e7b04a599a648
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 benchmark42
Best CPU time to get the best result obtained on this benchmark613.12
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7840
Total number of constraints65280
Number of constraints which are clauses65280
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint34
Maximum length of a constraint64
Number of terms in the objective function 7840
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 7840
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7840
Number of bits of the biggest sum of numbers13
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-4532010-1752596648.opb'
0.30/0.36	c 	read 31.67MB  (353.28ms)
0.30/0.36	c	 [cnf: #variables 7840 #clauses 65281 #duplicates 0 #arr 3579552]
0.30/0.38	c output proof to 'PROOFDIR/proof-4532010-1752596648'
0.30/0.38	c 
0.30/0.38	c make graph and approximate orbits
0.48/0.55	c	 [group: #orbits ~= 218] (169.58ms)
0.48/0.55	c 
0.48/0.55	c detect special group actions
0.48/0.55	c 	probe for Johnson action (limit=64)
0.66/0.72	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.76/0.86	c 	probe for row symmetry (limit=64, splits=16.78M)
3.15/3.22	c 	 (2670.23ms)
3.15/3.22	c 
3.15/3.22	c detect symmetries on remainder
3.15/3.22	c 	[graph: #vertices 88801 #edges 7190464]
3.15/3.23	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
3.96/4.05	c 	 [group: #symmetries 2.56*10^2 #generators 8] (830.10ms)
3.96/4.05	c 
3.96/4.05	c optimize generators (opt_passes=64, conjugate_limit=256)
3.96/4.05	c 	(0.02ms)
3.96/4.05	c 
3.96/4.05	c finalize break order and special generators
3.96/4.05	c 
3.96/4.05	c add generic predicates (break_depth=20)
3.96/4.05	c 	added predicates for 8 generators (0.38ms)
4.75/4.87	c 
4.75/4.87	c generation finished
4.75/4.87	c 	[sbp: #constraints 464 #add_vars 152]
4.75/4.87	c 
4.75/4.87	c write result to 'HOME/instance-4532010-1752596648.opb.pre'
4.85/4.94	c 	wrote 31.75MB (65.45ms)
4.85/4.94	c ------------------------------------------------------------------
4.85/4.94	c                2670.23ms 54.17% detect_special
4.85/4.94	c                 839.34ms 17.03% other
4.85/4.94	c                 830.10ms 16.84% detect_generic
4.85/4.94	c                 353.27ms  7.17% parse
4.85/4.94	c                 169.58ms  3.44% approx_orbits
4.85/4.94	c                  65.45ms  1.33% output
4.85/4.94	c                   0.73ms  0.01% finalize_order
4.85/4.94	c                   0.38ms  0.01% break_generic
4.85/4.94	c                   0.02ms  0.00% optimize_gens
4.85/4.94	c         ───────────────────────────────────────────────
4.85/4.94	c                4929.11ms   100% total
4.85/4.94	c ------------------------------------------------------------------
4.92/12.43	c RoundingSat 2
4.92/12.43	c branch pb25
4.92/12.43	c commit 0f876b3
6.71/14.34	c #variables 7992 #constraints 65744
6.71/14.34	c objective is ce32 
15.99/23.60	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
15.99/23.60	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
15.99/23.60	c bounds 188 >= 0 @ 10.8414
26.54/34.29	c bounds 187 >= 0 @ 21.3095
26.65/34.32	c bounds 187 >= 1 @ 21.34
26.65/34.32	c bounds 187 >= 2 @ 21.3415
26.65/34.34	c bounds 187 >= 3 @ 21.35
26.65/34.34	c bounds 187 >= 4 @ 21.3546
26.65/34.35	c bounds 187 >= 5 @ 21.3583
26.65/34.36	c bounds 187 >= 6 @ 21.3619
26.65/34.36	c bounds 187 >= 7 @ 21.3645
26.65/34.37	c bounds 187 >= 8 @ 21.3675
26.65/34.38	c bounds 187 >= 9 @ 21.3723
26.65/34.38	c bounds 187 >= 10 @ 21.3769
26.65/34.39	c bounds 187 >= 11 @ 21.3815
26.74/34.40	c bounds 187 >= 12 @ 21.3855
26.74/34.41	c bounds 187 >= 13 @ 21.39
26.74/34.41	c bounds 187 >= 14 @ 21.3928
26.74/34.42	c bounds 187 >= 15 @ 21.3963
26.74/34.43	c bounds 187 >= 16 @ 21.3988
26.74/34.43	c bounds 187 >= 17 @ 21.4004
26.74/34.44	c bounds 187 >= 18 @ 21.404
26.74/34.46	c bounds 187 >= 19 @ 21.4232
26.74/34.49	c bounds 186 >= 19 @ 21.446
26.84/34.50	c bounds 185 >= 19 @ 21.4578
26.84/34.52	c bounds 184 >= 19 @ 21.4753
26.84/34.53	c bounds 184 >= 20 @ 21.485
26.84/34.54	c bounds 184 >= 21 @ 21.4875
26.84/34.55	c bounds 184 >= 22 @ 21.4902
26.84/34.58	c bounds 183 >= 22 @ 21.51
26.84/34.59	c bounds 183 >= 23 @ 21.5185
26.94/34.60	c bounds 183 >= 24 @ 21.5256
26.94/34.62	c bounds 182 >= 24 @ 21.5379
26.94/34.63	c bounds 182 >= 25 @ 21.5476
26.94/34.65	c bounds 181 >= 25 @ 21.5564
26.94/34.67	c bounds 180 >= 25 @ 21.5686
26.94/34.69	c bounds 180 >= 26 @ 21.5825
27.04/34.71	c bounds 179 >= 26 @ 21.5946
27.04/34.74	c bounds 179 >= 27 @ 21.6193
27.04/34.76	c bounds 178 >= 27 @ 21.6316
27.04/34.77	c bounds 177 >= 27 @ 21.643
27.24/34.95	c bounds 177 >= 28 @ 21.8042
27.24/34.97	c bounds 176 >= 28 @ 21.8192
27.24/34.98	c bounds 175 >= 28 @ 21.8262
27.24/34.99	c bounds 174 >= 28 @ 21.8298
27.24/35.00	c bounds 173 >= 28 @ 21.8367
27.35/35.01	c bounds 172 >= 28 @ 21.8413
27.35/35.02	c bounds 171 >= 28 @ 21.8501
27.35/35.03	c bounds 170 >= 28 @ 21.8626
27.35/35.05	c bounds 169 >= 28 @ 21.8764
27.35/35.07	c bounds 168 >= 28 @ 21.8877
27.35/35.09	c bounds 167 >= 28 @ 21.9057
27.45/35.11	c bounds 166 >= 28 @ 21.9219
27.45/35.13	c bounds 165 >= 28 @ 21.9345
27.45/35.14	c bounds 164 >= 28 @ 21.9444
27.45/35.16	c bounds 163 >= 28 @ 21.9547
27.45/35.17	c bounds 162 >= 28 @ 21.9644
27.45/35.18	c bounds 161 >= 28 @ 21.97
27.54/35.20	c bounds 160 >= 28 @ 21.9824
27.54/35.21	c bounds 159 >= 28 @ 21.9932
27.54/35.23	c bounds 158 >= 28 @ 22.0068
27.54/35.25	c bounds 157 >= 28 @ 22.0216
27.54/35.26	c bounds 156 >= 28 @ 22.0341
27.54/35.28	c bounds 155 >= 28 @ 22.0443
27.54/35.29	c bounds 154 >= 28 @ 22.051
27.64/35.30	c bounds 153 >= 28 @ 22.0607
27.64/35.31	c bounds 152 >= 28 @ 22.0724
27.64/35.33	c bounds 151 >= 28 @ 22.0849
27.64/35.34	c bounds 150 >= 28 @ 22.0925
27.64/35.35	c bounds 149 >= 28 @ 22.1007
27.70/36.89	c bounds 148 >= 28 @ 22.1091
27.71/36.91	c bounds 147 >= 28 @ 22.1201
27.71/36.99	c bounds 147 >= 29 @ 22.2011
27.82/37.01	c bounds 146 >= 29 @ 22.217
27.82/37.02	c bounds 145 >= 29 @ 22.2265
27.82/37.03	c bounds 144 >= 29 @ 22.2342
27.82/37.05	c bounds 143 >= 29 @ 22.2495
27.82/37.07	c bounds 142 >= 29 @ 22.2612
27.82/37.09	c bounds 141 >= 29 @ 22.2782
27.92/37.11	c bounds 140 >= 29 @ 22.2947
27.92/37.14	c bounds 139 >= 29 @ 22.3289
28.00/37.23	c bounds 138 >= 29 @ 22.4021
2098.28/2113.95	c #Conflicts:       1000 | #Constraints:      67015
2098.28/2113.95	c #Conflicts:       2000 | #Constraints:      68015
2098.28/2113.95	c INPROCESSING
2098.28/2113.95	c GARBAGE COLLECT
2098.28/2113.95	c bounds 137 >= 29 @ 2091.34
2098.28/2113.99	c bounds 136 >= 29 @ 2091.38
2098.38/2114.03	c bounds 135 >= 29 @ 2091.4
2098.38/2114.04	c bounds 134 >= 29 @ 2091.42
2098.38/2114.07	c bounds 133 >= 29 @ 2091.44
2098.38/2114.09	c bounds 132 >= 29 @ 2091.45
2098.48/2114.13	c bounds 131 >= 29 @ 2091.48
2098.48/2114.15	c bounds 130 >= 29 @ 2091.5
2098.68/2114.37	c bounds 129 >= 29 @ 2091.71
2098.77/2114.42	c bounds 128 >= 29 @ 2091.75
2098.87/2114.53	c bounds 127 >= 29 @ 2091.86
2099.07/2114.74	c bounds 126 >= 29 @ 2092.05
2099.07/2114.76	c bounds 125 >= 29 @ 2092.08
2099.07/2114.79	c bounds 124 >= 29 @ 2092.1
2099.17/2114.80	c bounds 123 >= 29 @ 2092.12
2099.17/2114.82	c bounds 122 >= 29 @ 2092.13
2099.17/2114.83	c bounds 121 >= 29 @ 2092.14
2099.17/2114.84	c bounds 120 >= 29 @ 2092.15
2099.17/2114.85	c bounds 119 >= 29 @ 2092.17
2099.17/2114.87	c bounds 118 >= 29 @ 2092.17
2099.17/2114.88	c bounds 117 >= 29 @ 2092.19
2099.17/2114.89	c bounds 116 >= 29 @ 2092.2
2099.27/2114.91	c bounds 115 >= 29 @ 2092.22
2099.27/2114.95	c bounds 114 >= 29 @ 2092.26
2099.27/2114.99	c bounds 113 >= 29 @ 2092.3
2099.37/2115.03	c bounds 112 >= 29 @ 2092.34
2099.48/2115.17	c bounds 111 >= 29 @ 2092.46
2099.57/2115.21	c bounds 110 >= 29 @ 2092.49
2099.57/2115.26	c bounds 109 >= 29 @ 2092.53
2099.57/2115.29	c bounds 108 >= 29 @ 2092.55
2099.67/2115.31	c bounds 107 >= 29 @ 2092.58
2099.67/2115.34	c bounds 106 >= 29 @ 2092.61
2099.67/2115.38	c bounds 105 >= 29 @ 2092.65
2099.77/2115.41	c bounds 104 >= 29 @ 2092.67
2099.77/2115.43	c bounds 103 >= 29 @ 2092.69
2099.77/2115.45	c bounds 102 >= 29 @ 2092.71
2099.77/2115.47	c bounds 101 >= 29 @ 2092.73
2099.77/2115.49	c bounds 100 >= 29 @ 2092.74
2099.87/2115.53	c bounds 99 >= 29 @ 2092.78
2099.87/2115.55	c bounds 98 >= 29 @ 2092.79
2099.87/2115.57	c bounds 97 >= 29 @ 2092.81
2099.87/2115.58	c bounds 96 >= 29 @ 2092.82
2099.97/2115.60	c bounds 95 >= 29 @ 2092.84
2099.97/2115.62	c bounds 94 >= 29 @ 2092.85
2099.97/2115.64	c bounds 93 >= 29 @ 2092.87
2099.97/2115.67	c bounds 92 >= 29 @ 2092.89
2099.97/2115.68	c bounds 91 >= 29 @ 2092.91
2100.07/2115.71	c bounds 90 >= 29 @ 2092.93
2100.07/2115.73	c bounds 89 >= 29 @ 2092.94
2100.07/2115.74	c bounds 88 >= 29 @ 2092.96
2100.07/2115.76	c bounds 87 >= 29 @ 2092.97
2100.07/2115.77	c bounds 86 >= 29 @ 2092.98
2100.07/2115.79	c bounds 85 >= 29 @ 2093
2100.17/2115.80	c bounds 84 >= 29 @ 2093.01
2100.17/2115.82	c bounds 83 >= 29 @ 2093.03
2100.17/2115.84	c bounds 82 >= 29 @ 2093.05
2100.17/2115.85	c bounds 81 >= 29 @ 2093.06
2100.17/2115.87	c bounds 80 >= 29 @ 2093.07
2100.17/2115.88	c bounds 79 >= 29 @ 2093.08
2100.27/2115.90	c bounds 78 >= 29 @ 2093.1
2100.27/2115.92	c bounds 77 >= 29 @ 2093.11
2100.27/2115.94	c bounds 76 >= 29 @ 2093.13
2100.27/2115.96	c bounds 75 >= 29 @ 2093.15
2100.27/2116.00	c bounds 74 >= 29 @ 2093.19
2100.38/2116.04	c bounds 73 >= 29 @ 2093.22
2100.38/2116.07	c bounds 72 >= 29 @ 2093.25
2100.47/2116.17	c bounds 71 >= 29 @ 2093.33
2100.57/2116.27	c bounds 70 >= 29 @ 2093.42
2100.77/2116.49	c bounds 69 >= 29 @ 2093.62
2101.37/2117.04	c #Conflicts:       3000 | #Constraints:      68000
2101.37/2117.04	c bounds 69 >= 30 @ 2094.15
2101.47/2117.11	c bounds 68 >= 30 @ 2094.21
2101.47/2117.14	c bounds 67 >= 30 @ 2094.23
2101.47/2117.19	c bounds 66 >= 30 @ 2094.28
2101.57/2117.24	c bounds 65 >= 30 @ 2094.32
2101.86/2117.54	c bounds 64 >= 30 @ 2094.6
2101.86/2117.57	c bounds 63 >= 30 @ 2094.63
2101.96/2117.66	c bounds 62 >= 30 @ 2094.71
2102.07/2117.70	c bounds 61 >= 30 @ 2094.74
2102.07/2117.75	c bounds 60 >= 30 @ 2094.78
2102.26/2117.97	c bounds 59 >= 30 @ 2094.98
2103.06/2118.74	c #Conflicts:       4000 | #Constraints:      69046
2103.06/2118.74	c INPROCESSING
2103.06/2118.74	c GARBAGE COLLECT
2103.06/2118.74	c bounds 58 >= 30 @ 2095.73
2103.06/2118.76	c bounds 57 >= 30 @ 2095.75
2103.06/2118.78	c bounds 56 >= 30 @ 2095.76
2103.16/2118.80	c bounds 55 >= 30 @ 2095.78
2103.16/2118.83	c bounds 54 >= 30 @ 2095.81
2103.16/2118.86	c bounds 53 >= 30 @ 2095.83
2105.95/2121.68	c #Conflicts:       5000 | #Constraints:      68358
2105.95/2121.68	c bounds 52 >= 30 @ 2098.52
2370.52/2387.05	c #Conflicts:       6000 | #Constraints:      69359
2370.52/2387.05	c INPROCESSING
2370.52/2387.05	c GARBAGE COLLECT
2370.52/2387.05	c bounds 51 >= 30 @ 2362.82
2370.52/2387.09	c bounds 50 >= 30 @ 2362.86
2373.21/2389.79	c #Conflicts:       7000 | #Constraints:      68352
2373.21/2389.79	c bounds 49 >= 30 @ 2365.47

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

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

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=133209, runsolver pid=133206
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 5.17 5.51 5.61 5/435 133211
/proc/meminfo: memFree=121722052/131249996 swapFree=33010416/33010684
[pid=133209] ppid=133206 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/133209/stat : 133209 (run-opt-ls-log.) S 133206 133209 132846 0 -1 4194304 212 0 0 0 0 0 0 0 20 0 1 0 175342542 4292608 768 18446744073709551615 93885734834176 93885735728709 140720459228960 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93885735967760 93885736015504 93885736656896 140720459237657 140720459237855 140720459237855 140720459243459 0
/proc/133209/statm: 1048 768 704 219 0 110 0
[pid=133211] ppid=133209 vsize=46304 memory=38232 CPUtime=0.09 cores=4,6
/proc/133211/stat : 133211 (pbsuma) R 133209 133209 132846 0 -1 4194304 8477 0 0 0 8 1 0 0 20 0 1 0 175342542 47415296 9558 18446744073709551615 4210688 4653049 140729943691904 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 33751040 140729943697633 140729943697968 140729943697968 140729943703535 0
/proc/133211/statm: 11576 9558 960 108 0 8984 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 50496 KiB
Current children cumulated memory: 41304 KiB

[startup+0.209702 s]*
/proc/loadavg: 5.17 5.51 5.61 5/435 133211
/proc/meminfo: memFree=121686264/131249996 swapFree=33010416/33010684
[pid=133209] ppid=133206 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/133209/stat : 133209 (run-opt-ls-log.) S 133206 133209 132846 0 -1 4194304 212 0 0 0 0 0 0 0 20 0 1 0 175342542 4292608 768 18446744073709551615 93885734834176 93885735728709 140720459228960 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93885735967760 93885736015504 93885736656896 140720459237657 140720459237855 140720459237855 140720459243459 0
/proc/133209/statm: 1048 768 704 219 0 110 0
[pid=133211] ppid=133209 vsize=80400 memory=63280 CPUtime=0.2 cores=4,6
/proc/133211/stat : 133211 (pbsuma) R 133209 133209 132846 0 -1 4194304 13571 0 0 0 18 2 0 0 20 0 1 0 175342542 82329600 15820 18446744073709551615 4210688 4653049 140729943691904 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 33751040 140729943697633 140729943697968 140729943697968 140729943703535 0
/proc/133211/statm: 20100 15820 960 108 0 17508 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 84592 KiB
Current children cumulated memory: 66352 KiB

[startup+0.30957 s]*
/proc/loadavg: 5.07 5.48 5.60 5/435 133211
/proc/meminfo: memFree=121670388/131249996 swapFree=33010416/33010684
[pid=133209] ppid=133206 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/133209/stat : 133209 (run-opt-ls-log.) S 133206 133209 132846 0 -1 4194304 212 0 0 0 0 0 0 0 20 0 1 0 175342542 4292608 768 18446744073709551615 93885734834176 93885735728709 140720459228960 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93885735967760 93885736015504 93885736656896 140720459237657 140720459237855 140720459237855 140720459243459 0
/proc/133209/statm: 1048 768 704 219 0 110 0
[pid=133211] ppid=133209 vsize=102064 memory=80316 CPUtime=0.3 cores=4,6
/proc/133211/stat : 133211 (pbsuma) R 133209 133209 132846 0 -1 4194304 16295 0 0 0 27 3 0 0 20 0 1 0 175342542 104513536 20079 18446744073709551615 4210688 4653049 140729943691904 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 33751040 140729943697633 140729943697968 140729943697968 140729943703535 0
/proc/133211/statm: 25516 20079 960 108 0 22924 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 106256 KiB
Current children cumulated memory: 83388 KiB

[startup+0.700219 s]
/proc/loadavg: 5.07 5.48 5.60 5/435 133211
/proc/meminfo: memFree=121569360/131249996 swapFree=33010416/33010684
[pid=133209] ppid=133206 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/133209/stat : 133209 (run-opt-ls-log.) S 133206 133209 132846 0 -1 4194304 212 0 0 0 0 0 0 0 20 0 1 0 175342542 4292608 768 18446744073709551615 93885734834176 93885735728709 140720459228960 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93885735967760 93885736015504 93885736656896 140720459237657 140720459237855 140720459237855 140720459243459 0
/proc/133209/statm: 1048 768 704 219 0 110 0
[pid=133211] ppid=133209 vsize=165676 memory=139668 CPUtime=0.66 cores=4,6
/proc/133211/stat : 133211 (pbsuma) R 133209 133209 132846 0 -1 4194304 24515 0 0 0 61 5 0 0 20 0 1 0 175342542 169652224 34917 18446744073709551615 4210688 4653049 140729943691904 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 33751040 140729943697633 140729943697968 140729943697968 140729943703535 0
/proc/133211/statm: 41419 34917 992 108 0 38827 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 169868 KiB
Current children cumulated memory: 142740 KiB

[startup+1.50019 s]
/proc/loadavg: 5.07 5.48 5.60 4/435 133211
/proc/meminfo: memFree=121574504/131249996 swapFree=33010416/33010684
[pid=133209] ppid=133206 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/133209/stat : 133209 (run-opt-ls-log.) S 133206 133209 132846 0 -1 4194304 212 0 0 0 0 0 0 0 20 0 1 0 175342542 4292608 768 18446744073709551615 93885734834176 93885735728709 140720459228960 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93885735967760 93885736015504 93885736656896 140720459237657 140720459237855 140720459237855 140720459243459 0
/proc/133209/statm: 1048 768 704 219 0 110 0
[pid=133211] ppid=133209 vsize=165680 memory=141460 CPUtime=1.45 cores=4,6
/proc/133211/stat : 133211 (pbsuma) R 133209 133209 132846 0 -1 4194304 24978 0 0 0 140 5 0 0 20 0 1 0 175342542 169656320 35365 18446744073709551615 4210688 4653049 140729943691904 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 33751040 140729943697633 140729943697968 140729943697968 140729943703535 0
/proc/133211/statm: 41420 35365 992 108 0 38828 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 169872 KiB
Current children cumulated memory: 144532 KiB

[startup+3.10952 s]
/proc/loadavg: 5.07 5.48 5.60 4/430 133238
/proc/meminfo: memFree=121535588/131249996 swapFree=33010416/33010684
[pid=133209] ppid=133206 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/133209/stat : 133209 (run-opt-ls-log.) S 133206 133209 132846 0 -1 4194304 212 0 0 0 0 0 0 0 20 0 1 0 175342542 4292608 768 18446744073709551615 93885734834176 93885735728709 140720459228960 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93885735967760 93885736015504 93885736656896 140720459237657 140720459237855 140720459237855 140720459243459 0
/proc/133209/statm: 1048 768 704 219 0 110 0
[pid=133211] ppid=133209 vsize=165680 memory=141460 CPUtime=3.06 cores=4,6
/proc/133211/stat : 133211 (pbsuma) R 133209 133209 132846 0 -1 4194304 24990 0 0 0 301 5 0 0 20 0 1 0 175342542 169656320 35365 18446744073709551615 4210688 4653049 140729943691904 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 33751040 140729943697633 140729943697968 140729943697968 140729943703535 0
/proc/133211/statm: 41420 35365 992 108 0 38828 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 169872 KiB
Current children cumulated memory: 144532 KiB

[startup+6.30015 s]
/proc/loadavg: 4.99 5.46 5.60 4/435 133259
/proc/meminfo: memFree=121064392/131249996 swapFree=33010416/33010684
[pid=133209] ppid=133206 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/133209/stat : 133209 (run-opt-ls-log.) S 133206 133209 132846 0 -1 4194304 212 0 0 0 0 0 0 0 20 0 1 0 175342542 4292608 768 18446744073709551615 93885734834176 93885735728709 140720459228960 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93885735967760 93885736015504 93885736656896 140720459237657 140720459237855 140720459237855 140720459243459 0
/proc/133209/statm: 1048 768 704 219 0 110 0
[pid=133211] ppid=133209 vsize=247160 memory=194372 CPUtime=4.9 cores=4,6
/proc/133211/stat : 133211 (pbsuma) D 133209 133209 132846 0 -1 4194304 32718 0 0 0 471 19 0 0 20 0 1 0 175342542 253091840 48593 18446744073709551615 4210688 4653049 140729943691904 0 0 0 0 0 0 1 0 0 17 6 0 0 0 0 0 4700520 4703148 33751040 140729943697633 140729943697968 140729943697968 140729943703535 0
/proc/133211/statm: 61790 48593 992 108 0 59198 0
Current children cumulated CPU time: 4.9 s
Current children cumulated vsize: 251352 KiB
Current children cumulated memory: 197444 KiB
heavy processes:

[startup+12.7005 s]
/proc/loadavg: 4.91 5.43 5.59 4/435 133259
/proc/meminfo: memFree=120570788/131249996 swapFree=33010416/33010684
[pid=133209] ppid=133206 vsize=4192 memory=3072 CPUtime=4.94 cores=4,6
/proc/133209/stat : 133209 (run-opt-ls-log.) S 133206 133209 132846 0 -1 4194304 245 32723 0 0 0 0 473 21 20 0 1 0 175342542 4292608 768 18446744073709551615 93885734834176 93885735728709 140720459228960 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885735967760 93885736015504 93885736656896 140720459237657 140720459237855 140720459237855 140720459243459 0
/proc/133209/statm: 1048 768 704 219 0 110 0
Current children cumulated CPU time: 4.94 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 3072 KiB
heavy processes:

[startup+25.5002 s]
/proc/loadavg: 4.84 5.40 5.57 4/435 133260
/proc/meminfo: memFree=119309988/131249996 swapFree=33010416/33010684
[pid=133209] ppid=133206 vsize=4192 memory=3072 CPUtime=4.94 cores=4,6
/proc/133209/stat : 133209 (run-opt-ls-log.) S 133206 133209 132846 0 -1 4194304 245 32723 0 0 0 0 473 21 20 0 1 0 175342542 4292608 768 18446744073709551615 93885734834176 93885735728709 140720459228960 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885735967760 93885736015504 93885736656896 140720459237657 140720459237855 140720459237855 140720459243459 0
/proc/133209/statm: 1048 768 704 219 0 110 0
[pid=133260] ppid=133209 vsize=512164 memory=433900 CPUtime=12.94 cores=4,6
/proc/133260/stat : 133260 (roundingsat) R 133209 133209 132846 0 -1 4194304 75060 0 0 0 1258 36 0 0 20 0 1 0 175343784 524455936 108475 18446744073709551615 4227072 8923577 140722543096864 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 40902656 140722543102196 140722543102502 140722543102502 140722543108074 0
/proc/133260/statm: 128041 108475 2304 1147 0 115467 0
Current children cumulated CPU time: 17.88 s
Current children cumulated vsize: 516356 KiB
Current children cumulated memory: 436972 KiB
heavy processes:

[startup+51.1096 s]
/proc/loadavg: 4.57 5.28 5.53 5/429 133288
/proc/meminfo: memFree=118165488/131249996 swapFree=33010416/33010684
[pid=133209] ppid=133206 vsize=4192 memory=3072 CPUtime=4.94 cores=4,6
/proc/133209/stat : 133209 (run-opt-ls-log.) S 133206 133209 132846 0 -1 4194304 245 32723 0 0 0 0 473 21 20 0 1 0 175342542 4292608 768 18446744073709551615 93885734834176 93885735728709 140720459228960 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885735967760 93885736015504 93885736656896 140720459237657 140720459237855 140720459237855 140720459243459 0
/proc/133209/statm: 1048 768 704 219 0 110 0
[pid=133260] ppid=133209 vsize=634304 memory=540348 CPUtime=36.94 cores=4,6
/proc/133260/stat : 133260 (roundingsat) R 133209 133209 132846 0 -1 4194304 90469 0 0 0 3616 78 0 0 20 0 1 0 175343784 649527296 135087 18446744073709551615 4227072 8923577 140722543096864 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 40902656 140722543102196 140722543102502 140722543102502 140722543108074 0
/proc/133260/statm: 158576 135087 2400 1147 0 146002 0
Current children cumulated CPU time: 41.88 s
Current children cumulated vsize: 638496 KiB
Current children cumulated memory: 543420 KiB

[startup+102.3 s]
/proc/loadavg: 4.24 5.08 5.45 4/435 133311
/proc/meminfo: memFree=115599708/131249996 swapFree=33010416/33010684
[pid=133209] ppid=133206 vsize=4192 memory=3072 CPUtime=4.94 cores=4,6
/proc/133209/stat : 133209 (run-opt-ls-log.) S 133206 133209 132846 0 -1 4194304 245 32723 0 0 0 0 473 21 20 0 1 0 175342542 4292608 768 18446744073709551615 93885734834176 93885735728709 140720459228960 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885735967760 93885736015504 93885736656896 140720459237657 140720459237855 140720459237855 140720459243459 0
/proc/133209/statm: 1048 768 704 219 0 110 0
[pid=133260] ppid=133209 vsize=791468 memory=690976 CPUtime=87.98 cores=4,6
/proc/133260/stat : 133260 (roundingsat) R 133209 133209 132846 0 -1 4194304 94473 0 0 0 8715 83 0 0 20 0 1 0 175343784 810463232 172744 18446744073709551615 4227072 8923577 140722543096864 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 40902656 140722543102196 140722543102502 140722543102502 140722543108074 0
/proc/133260/statm: 197867 172744 2400 1147 0 185293 0
Current children cumulated CPU time: 92.92 s
Current children cumulated vsize: 795660 KiB
Current children cumulated memory: 694048 KiB

[startup+162.3 s]
/proc/loadavg: 4.20 4.91 5.36 5/429 133340
/proc/meminfo: memFree=119440472/131249996 swapFree=33010416/33010684
[pid=133209] ppid=133206 vsize=4192 memory=3072 CPUtime=4.94 cores=4,6
/proc/133209/stat : 133209 (run-opt-ls-log.) S 133206 133209 132846 0 -1 4194304 245 32723 0 0 0 0 473 21 20 0 1 0 175342542 4292608 768 18446744073709551615 93885734834176 93885735728709 140720459228960 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885735967760 93885736015504 93885736656896 140720459237657 140720459237855 140720459237855 140720459243459 0
/proc/133209/statm: 1048 768 704 219 0 110 0
[pid=133260] ppid=133209 vsize=963044 memory=846948 CPUtime=147.77 cores=4,6
/proc/133260/stat : 133260 (roundingsat) R 133209 133209 132846 0 -1 4194304 101512 0 0 0 14685 92 0 0 20 0 1 0 175343784 986157056 211737 18446744073709551615 4227072 8923577 140722543096864 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 40902656 140722543102196 140722543102502 140722543102502 140722543108074 0
/proc/133260/statm: 240761 211737 2400 1147 0 228187 0
Current children cumulated CPU time: 152.71 s
Current children cumulated vsize: 967236 KiB
Current children cumulated memory: 850020 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.76 5.28 5/429 133342
/proc/meminfo: memFree=118116784/131249996 swapFree=33010416/33010684
[pid=133209] ppid=133206 vsize=4192 memory=3072 CPUtime=4.94 cores=4,6
/proc/133209/stat : 133209 (run-opt-ls-log.) S 133206 133209 132846 0 -1 4194304 245 32723 0 0 0 0 473 21 20 0 1 0 175342542 4292608 768 18446744073709551615 93885734834176 93885735728709 140720459228960 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885735967760 93885736015504 93885736656896 140720459237657 140720459237855 140720459237855 140720459243459 0
/proc/133209/statm: 1048 768 704 219 0 110 0
[pid=133260] ppid=133209 vsize=989324 memory=889232 CPUtime=207.56 cores=4,6
/proc/133260/stat : 133260 (roundingsat) R 133209 133209 132846 0 -1 4194304 105039 0 0 0 20657 99 0 0 20 0 1 0 175343784 1013067776 222308 18446744073709551615 4227072 8923577 140722543096864 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 40902656 140722543102196 140722543102502 140722543102502 140722543108074 0
/proc/133260/statm: 247331 222308 2400 1147 0 234757 0

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

/proc/meminfo: memFree=104988944/131249996 swapFree=33010416/33010684
[pid=133209] ppid=133206 vsize=4192 memory=3072 CPUtime=4.94 cores=4,6
/proc/133209/stat : 133209 (run-opt-ls-log.) S 133206 133209 132846 0 -1 4194304 245 32723 0 0 0 0 473 21 20 0 1 0 175342542 4292608 768 18446744073709551615 93885734834176 93885735728709 140720459228960 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885735967760 93885736015504 93885736656896 140720459237657 140720459237855 140720459237855 140720459243459 0
/proc/133209/statm: 1048 768 704 219 0 110 0
[pid=133260] ppid=133209 vsize=1848076 memory=1506152 CPUtime=3258.23 cores=4,6
/proc/133260/stat : 133260 (roundingsat) R 133209 133209 132846 0 -1 4194304 207688 0 0 0 325501 322 0 0 20 0 1 0 175343784 1892429824 376538 18446744073709551615 4227072 8923577 140722543096864 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 40902656 140722543102196 140722543102502 140722543102502 140722543108074 0
/proc/133260/statm: 462019 376538 2400 1147 0 449445 0
Current children cumulated CPU time: 3263.17 s
Current children cumulated vsize: 1852268 KiB
Current children cumulated memory: 1509224 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.10 4.15 5/270 133810
/proc/meminfo: memFree=104898328/131249996 swapFree=33010416/33010684
[pid=133209] ppid=133206 vsize=4192 memory=3072 CPUtime=4.94 cores=4,6
/proc/133209/stat : 133209 (run-opt-ls-log.) S 133206 133209 132846 0 -1 4194304 245 32723 0 0 0 0 473 21 20 0 1 0 175342542 4292608 768 18446744073709551615 93885734834176 93885735728709 140720459228960 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885735967760 93885736015504 93885736656896 140720459237657 140720459237855 140720459237855 140720459243459 0
/proc/133209/statm: 1048 768 704 219 0 110 0
[pid=133260] ppid=133209 vsize=1852364 memory=1509608 CPUtime=3318.05 cores=4,6
/proc/133260/stat : 133260 (roundingsat) R 133209 133209 132846 0 -1 4194304 208557 0 0 0 331482 323 0 0 20 0 1 0 175343784 1896820736 377402 18446744073709551615 4227072 8923577 140722543096864 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 40902656 140722543102196 140722543102502 140722543102502 140722543108074 0
/proc/133260/statm: 463091 377402 2400 1147 0 450517 0
Current children cumulated CPU time: 3322.99 s
Current children cumulated vsize: 1856556 KiB
Current children cumulated memory: 1512680 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.10 4.14 5/269 133814
/proc/meminfo: memFree=104680728/131249996 swapFree=33010416/33010684
[pid=133209] ppid=133206 vsize=4192 memory=3072 CPUtime=4.94 cores=4,6
/proc/133209/stat : 133209 (run-opt-ls-log.) S 133206 133209 132846 0 -1 4194304 245 32723 0 0 0 0 473 21 20 0 1 0 175342542 4292608 768 18446744073709551615 93885734834176 93885735728709 140720459228960 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885735967760 93885736015504 93885736656896 140720459237657 140720459237855 140720459237855 140720459243459 0
/proc/133209/statm: 1048 768 704 219 0 110 0
[pid=133260] ppid=133209 vsize=1857604 memory=1513320 CPUtime=3377.86 cores=4,6
/proc/133260/stat : 133260 (roundingsat) R 133209 133209 132846 0 -1 4194304 209550 0 0 0 337463 323 0 0 20 0 1 0 175343784 1902186496 378330 18446744073709551615 4227072 8923577 140722543096864 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 40902656 140722543102196 140722543102502 140722543102502 140722543108074 0
/proc/133260/statm: 464401 378330 2400 1147 0 451827 0
Current children cumulated CPU time: 3382.8 s
Current children cumulated vsize: 1861796 KiB
Current children cumulated memory: 1516392 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.09 4.13 5/270 133821
/proc/meminfo: memFree=104426036/131249996 swapFree=33010416/33010684
[pid=133209] ppid=133206 vsize=4192 memory=3072 CPUtime=4.94 cores=4,6
/proc/133209/stat : 133209 (run-opt-ls-log.) S 133206 133209 132846 0 -1 4194304 245 32723 0 0 0 0 473 21 20 0 1 0 175342542 4292608 768 18446744073709551615 93885734834176 93885735728709 140720459228960 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885735967760 93885736015504 93885736656896 140720459237657 140720459237855 140720459237855 140720459243459 0
/proc/133209/statm: 1048 768 704 219 0 110 0
[pid=133260] ppid=133209 vsize=1869848 memory=1524728 CPUtime=3437.69 cores=4,6
/proc/133260/stat : 133260 (roundingsat) R 133209 133209 132846 0 -1 4194304 211582 0 0 0 343444 325 0 0 20 0 1 0 175343784 1914724352 381182 18446744073709551615 4227072 8923577 140722543096864 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 40902656 140722543102196 140722543102502 140722543102502 140722543108074 0
/proc/133260/statm: 467462 381182 2400 1147 0 454888 0
Current children cumulated CPU time: 3442.63 s
Current children cumulated vsize: 1874040 KiB
Current children cumulated memory: 1527800 KiB

[startup+3522.3 s]
/proc/loadavg: 4.41 4.19 4.17 5/270 133823
/proc/meminfo: memFree=104187952/131249996 swapFree=33010416/33010684
[pid=133209] ppid=133206 vsize=4192 memory=3072 CPUtime=4.94 cores=4,6
/proc/133209/stat : 133209 (run-opt-ls-log.) S 133206 133209 132846 0 -1 4194304 245 32723 0 0 0 0 473 21 20 0 1 0 175342542 4292608 768 18446744073709551615 93885734834176 93885735728709 140720459228960 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885735967760 93885736015504 93885736656896 140720459237657 140720459237855 140720459237855 140720459243459 0
/proc/133209/statm: 1048 768 704 219 0 110 0
[pid=133260] ppid=133209 vsize=1903628 memory=1553384 CPUtime=3497.51 cores=4,6
/proc/133260/stat : 133260 (roundingsat) R 133209 133209 132846 0 -1 4194304 212106 0 0 0 349425 326 0 0 20 0 1 0 175343784 1949315072 388346 18446744073709551615 4227072 8923577 140722543096864 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 40902656 140722543102196 140722543102502 140722543102502 140722543108074 0
/proc/133260/statm: 475907 388346 2400 1147 0 463333 0
Current children cumulated CPU time: 3502.45 s
Current children cumulated vsize: 1907820 KiB
Current children cumulated memory: 1556456 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.16 4.16 5/270 133826
/proc/meminfo: memFree=104045900/131249996 swapFree=33010416/33010684
[pid=133209] ppid=133206 vsize=4192 memory=3072 CPUtime=4.94 cores=4,6
/proc/133209/stat : 133209 (run-opt-ls-log.) S 133206 133209 132846 0 -1 4194304 245 32723 0 0 0 0 473 21 20 0 1 0 175342542 4292608 768 18446744073709551615 93885734834176 93885735728709 140720459228960 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885735967760 93885736015504 93885736656896 140720459237657 140720459237855 140720459237855 140720459243459 0
/proc/133209/statm: 1048 768 704 219 0 110 0
[pid=133260] ppid=133209 vsize=1904000 memory=1554536 CPUtime=3557.33 cores=4,6
/proc/133260/stat : 133260 (roundingsat) R 133209 133209 132846 0 -1 4194304 212385 0 0 0 355407 326 0 0 20 0 1 0 175343784 1949696000 388634 18446744073709551615 4227072 8923577 140722543096864 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 40902656 140722543102196 140722543102502 140722543102502 140722543108074 0
/proc/133260/statm: 476000 388634 2400 1147 0 463426 0
Current children cumulated CPU time: 3562.27 s
Current children cumulated vsize: 1908192 KiB
Current children cumulated memory: 1557608 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3620.2 s]
/proc/loadavg: 4.14 4.15 4.16 5/270 133828
/proc/meminfo: memFree=103940720/131249996 swapFree=33010416/33010684
[pid=133209] ppid=133206 vsize=4192 memory=3072 CPUtime=4.94 cores=4,6
/proc/133209/stat : 133209 (run-opt-ls-log.) S 133206 133209 132846 0 -1 4194304 245 32723 0 0 0 0 473 21 20 0 1 0 175342542 4292608 768 18446744073709551615 93885734834176 93885735728709 140720459228960 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885735967760 93885736015504 93885736656896 140720459237657 140720459237855 140720459237855 140720459243459 0
/proc/133209/statm: 1048 768 704 219 0 110 0
[pid=133260] ppid=133209 vsize=1904432 memory=1554920 CPUtime=3595.12 cores=4,6
/proc/133260/stat : 133260 (roundingsat) R 133209 133209 132846 0 -1 4194304 212493 0 0 0 359186 326 0 0 20 0 1 0 175343784 1950138368 388730 18446744073709551615 4227072 8923577 140722543096864 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 40902656 140722543102196 140722543102502 140722543102502 140722543108074 0
/proc/133260/statm: 476108 388730 2400 1147 0 463534 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 1908624 KiB
Current children cumulated memory: 1557992 KiB

Sending SIGTERM to process tree (bottom up)

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

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3598.59 s, system=3.48644 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+3620.8 s]
/proc/loadavg: 4.14 4.15 4.16 5/269 133828
/proc/meminfo: memFree=103939712/131249996 swapFree=33010416/33010684
[pid=133260] ppid=133206 vsize=1904432 memory=1554920 CPUtime=3595.72 cores=4,6
/proc/133260/stat : 133260 (roundingsat) R 133206 133209 132846 0 -1 4194304 212493 0 0 0 359246 326 0 0 20 0 1 0 175343784 1950138368 388730 18446744073709551615 4227072 8923577 140722543096864 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 40902656 140722543102196 140722543102502 140722543102502 140722543108074 0
/proc/133260/statm: 476108 388730 2400 1147 0 463534 0
Current cumulated CPU time of completed processes: 4.94502 s
Current children cumulated CPU time: 3595.72 s
Current children cumulated vsize: 1904432 KiB
Current children cumulated memory: 1554920 KiB

[startup+3621.6 s]
/proc/loadavg: 4.13 4.15 4.16 5/269 133828
/proc/meminfo: memFree=103939208/131249996 swapFree=33010416/33010684
[pid=133260] ppid=133206 vsize=1904432 memory=1554920 CPUtime=3596.52 cores=4,6
/proc/133260/stat : 133260 (roundingsat) R 133206 133209 132846 0 -1 4194304 212493 0 0 0 359326 326 0 0 20 0 1 0 175343784 1950138368 388730 18446744073709551615 4227072 8923577 140722543096864 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 40902656 140722543102196 140722543102502 140722543102502 140722543108074 0
/proc/133260/statm: 476108 388730 2400 1147 0 463534 0
Current cumulated CPU time of completed processes: 4.94502 s
Current children cumulated CPU time: 3596.52 s
Current children cumulated vsize: 1904432 KiB
Current children cumulated memory: 1554920 KiB

[startup+3622 s]*
/proc/loadavg: 4.13 4.15 4.16 5/269 133828
/proc/meminfo: memFree=103930200/131249996 swapFree=33010416/33010684
[pid=133260] ppid=133206 vsize=1904432 memory=1554920 CPUtime=3596.92 cores=4,6
/proc/133260/stat : 133260 (roundingsat) R 133206 133209 132846 0 -1 4194304 212493 0 0 0 359366 326 0 0 20 0 1 0 175343784 1950138368 388730 18446744073709551615 4227072 8923577 140722543096864 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 40902656 140722543102196 140722543102502 140722543102502 140722543108074 0
/proc/133260/statm: 476108 388730 2400 1147 0 463534 0
Current cumulated CPU time of completed processes: 4.94502 s
Current children cumulated CPU time: 3596.92 s
Current children cumulated vsize: 1904432 KiB
Current children cumulated memory: 1554920 KiB

[startup+3622.2 s]
/proc/loadavg: 4.13 4.15 4.16 5/269 133828
/proc/meminfo: memFree=103930200/131249996 swapFree=33010416/33010684
[pid=133260] ppid=133206 vsize=1904432 memory=1554920 CPUtime=3597.12 cores=4,6
/proc/133260/stat : 133260 (roundingsat) R 133206 133209 132846 0 -1 4194304 212493 0 0 0 359386 326 0 0 20 0 1 0 175343784 1950138368 388730 18446744073709551615 4227072 8923577 140722543096864 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 40902656 140722543102196 140722543102502 140722543102502 140722543108074 0
/proc/133260/statm: 476108 388730 2400 1147 0 463534 0
Current cumulated CPU time of completed processes: 4.94502 s
Current children cumulated CPU time: 3597.12 s
Current children cumulated vsize: 1904432 KiB
Current children cumulated memory: 1554920 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3622.21
CPU time (s): 3602.08
CPU user time (s): 3598.59
CPU system time (s): 3.48644
CPU usage (%): 99.4442
Max. virtual memory (cumulated for all children) (KiB): 1908624
Max. memory (cumulated for all children) (KiB): 1557992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.59
system time used= 3.48644
maximum resident set size= 1554920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245461
page faults= 0
swaps= 0
block input operations= 0
block output operations= 824336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7003
involuntary context switches= 2055


# summary of solver processes directly reported to runsolver:
#   pid: 133209,133260
#   total CPU time (s): 3602.08
#   total CPU user time (s): 3598.59
#   total CPU system time (s): 3.48644

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.74497 second user time and 17.6164 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-07-15 18:24:08
IDJOB=4532010
IDBENCH=155400
IDSOLVER=3392
FILE ID=nodeC022/4532010-1752596648
RUNJOBID= nodeC022-1752596615-132857
SLURM_JOB_ID= 9684376
Free space on /tmp= 432452 MiB

SOLVER NAME= roundingsat-ls+pbsuma-log 0f876b3
BENCH NAME= PB24/normalized-PB11/OPT-LIN/kullmann/normalized-mul_8_9_shg.opb
COMMAND LINE= run-opt-ls-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4532010-1752596648/watcher-4532010-1752596648 -o /tmp/evaluation-result-4532010-1752596648/solver-4532010-1752596648 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1752596615-132857 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4532010-1752596648.opb PROOFDIR/proof-4532010-1752596648

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

MD5SUM BENCH= 6ff458260e5cc7a1e00e7b04a599a648
RANDOM SEED=1214784018

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        121766092 kB
MemAvailable:   129094080 kB
Buffers:            2128 kB
Cached:          8081408 kB
SwapCached:           32 kB
Active:          1349876 kB
Inactive:        7292520 kB
Active(anon):     583012 kB
Inactive(anon):     2124 kB
Active(file):     766864 kB
Inactive(file):  7290396 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            856324 kB
Writeback:            60 kB
AnonPages:        561696 kB
Mapped:           122452 kB
Shmem:             26220 kB
KReclaimable:     219532 kB
Slab:             342964 kB
SReclaimable:     219532 kB
SUnreclaim:       123432 kB
KernelStack:        7008 kB
PageTables:         4432 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     966660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      153256 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432416 MiB
End job on nodeC022 at 2025-07-15 19:24:30