Trace number 4444370

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 NameAnswerCPU timeWall clock time
FiberSCIP 2024-07-02UNSAT 271.844 272.684

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900545610.opb
MD5SUM42d6ef3b711de5d9c56134e4ff6342cc
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.56105
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
Number of bits of the biggest sum of numbers10
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.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: cdb00f34-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.0] [GitHash: 32d2b99657]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.0         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: bdec2291]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.2.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.01	c Default LC presolving (default).
0.00/0.01	c ** Before presolving: virtualMemUsedAtLc = 27533312, getVmSize() = 27533312, SCIPgetMemUsed() = 4074222, SCIPgetMemTotal() = 5803206, SCIPgetMemExternEstim() = 2902814
0.00/0.01	c ** set memory limit for presolving in LC to 8.79608e+12 for SCIP **
0.00/0.04	c ** Estimated virtualMemUsedAtSolver = 20295680, getVmSize() = 33353728, SCIPgetMemUsed() = 5869031, SCIPgetMemTotal() = 10323639, SCIPgetMemExternEstim() = 2902814
0.00/0.04	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
0.00/0.04	c Original Problem   :
0.00/0.04	c   Problem name     : instance-4444370-1721318095
0.00/0.04	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.04	c   Constraints      : 2707
0.00/0.04	c   Objective sense  : minimize
0.00/0.04	c Presolved Problem  :
0.00/0.04	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.04	c   Constraints      : 2443
0.00/0.04	c Constraints        : Number
0.00/0.04	c   knapsack         : 1 
0.00/0.04	c   setppc           : 22 
0.00/0.04	c   logicor          : 2420 
0.00/0.04	c ** Instance transfer method used: 0
0.00/0.05	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.05	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.05	c                                Nodes    Active                                            
0.00/0.05	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
5.87/5.98	c         6           1207          34         1                -           0.0000          -
10.96/11.08	c        11           3978          87         1                -           0.0000          -
16.04/16.14	c        16           7715         120         1                -           0.0000          -
21.02/21.19	c        21          11888         133         1                -           0.0000          -
26.10/26.26	c        26          15842         144         1                -           0.0000          -
31.19/31.31	c        31          20233         159         1                -           0.0000          -
36.17/36.36	c        36          25165         250         1                -           0.0000          -
41.26/41.41	c        41          29122         289         1                -           0.0000          -
46.23/46.46	c        46          32563         310         1                -           0.0000          -
51.32/51.55	c        52          36120         308         1                -           0.0000          -
56.41/56.60	c        57          39583         321         1                -           0.0000          -
61.49/61.70	c        62          42944         324         1                -           0.0000          -
66.48/66.75	c        67          47090         315         1                -           0.0000          -
71.56/71.81	c        72          50352         321         1                -           0.0000          -
76.55/76.86	c        77          53534         348         1                -           0.0000          -
81.63/81.96	c        82          56236         339         1                -           0.0000          -
86.72/87.08	c        87          58106         367         1                -           0.0000          -
91.81/92.17	c        92          60513         369         1                -           0.0000          -
96.98/97.32	c        97          62190         406         1                -           0.0000          -
101.97/102.37	c       102          64745         418         1                -           0.0000          -
107.05/107.49	c       108          68026         398         1                -           0.0000          -
112.14/112.54	c       113          71842         410         1                -           0.0000          -
117.22/117.60	c       118          75545         394         1                -           0.0000          -
122.21/122.65	c       123          78778         378         1                -           0.0000          -
127.29/127.70	c       128          81856         371         1                -           0.0000          -
132.27/132.75	c       133          85188         373         1                -           0.0000          -
137.36/137.83	c       138          88790         352         1                -           0.0000          -
142.34/142.87	c       143          93132         344         1                -           0.0000          -
147.43/147.95	c       148          96584         329         1                -           0.0000          -
152.52/153.06	c       153          99925         335         1                -           0.0000          -
157.61/158.11	c       158         103993         324         1                -           0.0000          -
162.58/163.17	c       163         107622         317         1                -           0.0000          -
167.67/168.26	c       168         110062         327         1                -           0.0000          -
172.75/173.34	c       173         113550         313         1                -           0.0000          -
177.74/178.39	c       178         116769         287         1                -           0.0000          -
182.93/183.51	c       184         119689         311         1                -           0.0000          -
187.91/188.57	c       189         122220         284         1                -           0.0000          -
192.99/193.65	c       194         125346         267         1                -           0.0000          -
198.08/198.70	c       199         129857         260         1                -           0.0000          -
203.06/203.75	c       204         133523         248         1                -           0.0000          -
208.14/208.80	c       209         137048         242         1                -           0.0000          -
213.23/213.90	c       214         140068         226         1                -           0.0000          -
218.21/218.96	c       219         142687         212         1                -           0.0000          -
223.40/224.12	c       224         146527         183         1                -           0.0000          -
228.38/229.17	c       229         150361         172         1                -           0.0000          -
233.47/234.23	c       234         154627         159         1                -           0.0000          -
238.56/239.32	c       239         157185         133         1                -           0.0000          -
243.54/244.37	c       244         159872         108         1                -           0.0000          -
248.62/249.46	c       249         163710          80         1                -           0.0000          -
253.71/254.53	c       255         167069          69         1                -           0.0000          -
258.79/259.69	c       260         170509          57         1                -           0.0000          -
263.88/264.74	c       265         173057          42         1                -           0.0000          -
268.86/269.79	c       270         176757          45         1                -           0.0000          -
271.75/272.65	c       273         178798           0         0                -           0.0000          -
271.75/272.68	c       273         178798           0         0                -           0.0000          -
271.75/272.68	c SCIP Status        : c problem is solved [infeasible]
271.75/272.68	c Total Time         : 272.6800
271.75/272.68	c   solving          : 272.6800
271.75/272.68	c   presolving       : 0.0376 (included in solving)
271.75/272.68	c B&B Tree           :
271.75/272.68	c   nodes (total)    : 178798
271.75/272.68	c Solution           :
271.75/272.68	c   Solutions found  : 0
271.75/272.68	c   Primal Bound     :          -
271.75/272.68	c   Dual Bound       :          -
271.75/272.68	c Gap                :          -
271.75/272.68	s UNSATISFIABLE

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: 63968 MiB (54779 MiB free)
  memory of node 1: 64473 MiB (62048 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4444370-1721318095/watcher-4444370-1721318095 -o /tmp/evaluation-result-4444370-1721318095/solver-4444370-1721318095 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721317650-1007727 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4444370-1721318095.opb -qsol -t 3600 -sth 1 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=1008021, runsolver pid=1008018
Current StackSize limit: 8192 KiB


[startup+0.100186 s]*
/proc/loadavg: 4.17 3.67 3.49 5/264 1008024
/proc/meminfo: memFree=119606028/131524600 swapFree=131071996/131071996
[pid=1008021] ppid=1008018 vsize=117448 memory=37272 CPUtime=0.08 cores=5,7
/proc/1008021/stat : 1008021 (fscip) S 1008018 1008021 1007714 0 -1 1077936128 6934 0 0 0 8 0 0 0 20 0 3 0 183977639 120266752 9318 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
/proc/1008021/statm: 29362 9318 2894 3032 0 12660 0
[pid=1008021/tid=1008023] ppid=1008018 vsize=117448 memory=4026561586 CPUtime=0.04 cores=5,7
/proc/1008021/task/1008023/stat : 1008023 (fscip) R 1008018 1008021 1007714 0 -1 4194368 3130 0 0 0 4 0 0 0 20 0 3 0 183977644 120266752 9318 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
[pid=1008021/tid=1008024] ppid=1008018 vsize=117448 memory=237146210664 CPUtime=0 cores=5,7
/proc/1008021/task/1008024/stat : 1008024 (fscip) S 1008018 1008021 1007714 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 183977645 120266752 9318 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 117448 KiB
Current children cumulated memory: 37272 KiB

[startup+0.206201 s]*
/proc/loadavg: 4.17 3.67 3.49 5/264 1008024
/proc/meminfo: memFree=119605692/131524600 swapFree=131071996/131071996
[pid=1008021] ppid=1008018 vsize=117448 memory=37656 CPUtime=0.19 cores=5,7
/proc/1008021/stat : 1008021 (fscip) S 1008018 1008021 1007714 0 -1 1077936128 6995 0 0 0 19 0 0 0 20 0 3 0 183977639 120266752 9414 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
/proc/1008021/statm: 29362 9414 2926 3032 0 12693 0
[pid=1008021/tid=1008023] ppid=1008018 vsize=117448 memory=6876556183782621315 CPUtime=0.14 cores=5,7
/proc/1008021/task/1008023/stat : 1008023 (fscip) R 1008018 1008021 1007714 0 -1 4194368 3191 0 0 0 14 0 0 0 20 0 3 0 183977644 120266752 9414 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
[pid=1008021/tid=1008024] ppid=1008018 vsize=117448 memory=17016 CPUtime=0 cores=5,7
/proc/1008021/task/1008024/stat : 1008024 (fscip) S 1008018 1008021 1007714 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 183977645 120266752 9414 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 117448 KiB
Current children cumulated memory: 37656 KiB

[startup+0.305467 s]*
/proc/loadavg: 4.17 3.67 3.49 5/264 1008024
/proc/meminfo: memFree=119597616/131524600 swapFree=131071996/131071996
[pid=1008021] ppid=1008018 vsize=117448 memory=45456 CPUtime=0.29 cores=5,7
/proc/1008021/stat : 1008021 (fscip) S 1008018 1008021 1007714 0 -1 1077936128 9141 0 0 0 28 1 0 0 20 0 3 0 183977639 120266752 11364 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
/proc/1008021/statm: 29362 11364 2926 3032 0 15003 0
[pid=1008021/tid=1008023] ppid=1008018 vsize=117448 memory=-7952647673409595000 CPUtime=0.24 cores=5,7
/proc/1008021/task/1008023/stat : 1008023 (fscip) R 1008018 1008021 1007714 0 -1 4194368 5337 0 0 0 24 0 0 0 20 0 3 0 183977644 120266752 11364 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
[pid=1008021/tid=1008024] ppid=1008018 vsize=117448 memory=0 CPUtime=0 cores=5,7
/proc/1008021/task/1008024/stat : 1008024 (fscip) S 1008018 1008021 1007714 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 183977645 120266752 11364 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 117448 KiB
Current children cumulated memory: 45456 KiB

[startup+0.700244 s]
/proc/loadavg: 4.17 3.67 3.49 5/264 1008024
/proc/meminfo: memFree=119593952/131524600 swapFree=131071996/131071996
[pid=1008021] ppid=1008018 vsize=119436 memory=56804 CPUtime=0.68 cores=5,7
/proc/1008021/stat : 1008021 (fscip) S 1008018 1008021 1007714 0 -1 1077936128 12017 0 0 0 67 1 0 0 20 0 3 0 183977639 122302464 14201 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
/proc/1008021/statm: 29859 14201 2926 3032 0 18161 0
[pid=1008021/tid=1008023] ppid=1008018 vsize=119436 memory=0 CPUtime=0.63 cores=5,7
/proc/1008021/task/1008023/stat : 1008023 (fscip) R 1008018 1008021 1007714 0 -1 4194368 8213 0 0 0 62 1 0 0 20 0 3 0 183977644 122302464 14201 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
[pid=1008021/tid=1008024] ppid=1008018 vsize=119436 memory=0 CPUtime=0 cores=5,7
/proc/1008021/task/1008024/stat : 1008024 (fscip) S 1008018 1008021 1007714 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 183977645 122302464 14201 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 119436 KiB
Current children cumulated memory: 56804 KiB

[startup+1.50025 s]
/proc/loadavg: 4.17 3.67 3.49 6/264 1008024
/proc/meminfo: memFree=119574304/131524600 swapFree=131071996/131071996
[pid=1008021] ppid=1008018 vsize=121376 memory=76312 CPUtime=1.47 cores=5,7
/proc/1008021/stat : 1008021 (fscip) S 1008018 1008021 1007714 0 -1 1077936128 22798 0 0 0 145 2 0 0 20 0 3 0 183977639 124289024 19078 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
/proc/1008021/statm: 30344 19078 2942 3032 0 23268 0
[pid=1008021/tid=1008023] ppid=1008018 vsize=121376 memory=0 CPUtime=1.43 cores=5,7
/proc/1008021/task/1008023/stat : 1008023 (fscip) R 1008018 1008021 1007714 0 -1 4194368 18994 0 0 0 141 2 0 0 20 0 3 0 183977644 124289024 19078 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
[pid=1008021/tid=1008024] ppid=1008018 vsize=121376 memory=0 CPUtime=0 cores=5,7
/proc/1008021/task/1008024/stat : 1008024 (fscip) S 1008018 1008021 1007714 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 183977645 124289024 19078 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 121376 KiB
Current children cumulated memory: 76312 KiB

[startup+3.10567 s]
/proc/loadavg: 4.16 3.67 3.49 5/264 1008024
/proc/meminfo: memFree=119555892/131524600 swapFree=131071996/131071996
[pid=1008021] ppid=1008018 vsize=121376 memory=87272 CPUtime=3.08 cores=5,7
/proc/1008021/stat : 1008021 (fscip) S 1008018 1008021 1007714 0 -1 1077936128 27731 0 0 0 304 4 0 0 20 0 3 0 183977639 124289024 21818 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
/proc/1008021/statm: 30344 21818 2942 3032 0 25955 0
[pid=1008021/tid=1008023] ppid=1008018 vsize=121376 memory=2273 CPUtime=3.03 cores=5,7
/proc/1008021/task/1008023/stat : 1008023 (fscip) R 1008018 1008021 1007714 0 -1 4194368 23912 0 0 0 300 3 0 0 20 0 3 0 183977644 124289024 21818 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
[pid=1008021/tid=1008024] ppid=1008018 vsize=121376 memory=0 CPUtime=0 cores=5,7
/proc/1008021/task/1008024/stat : 1008024 (fscip) S 1008018 1008021 1007714 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 3 0 183977645 124289024 21818 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 121376 KiB
Current children cumulated memory: 87272 KiB

[startup+6.30025 s]
/proc/loadavg: 4.16 3.67 3.49 5/266 1008410
/proc/meminfo: memFree=119545024/131524600 swapFree=131071996/131071996
[pid=1008021] ppid=1008018 vsize=187348 memory=93848 CPUtime=6.26 cores=5,7
/proc/1008021/stat : 1008021 (fscip) S 1008018 1008021 1007714 0 -1 1077936128 47483 0 0 0 621 5 0 0 20 0 3 0 183977639 191844352 23462 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
/proc/1008021/statm: 46837 23462 2942 3032 0 28294 0
[pid=1008021/tid=1008023] ppid=1008018 vsize=187348 memory=-7952647673409595000 CPUtime=6.21 cores=5,7
/proc/1008021/task/1008023/stat : 1008023 (fscip) R 1008018 1008021 1007714 0 -1 4194368 43640 0 0 0 616 5 0 0 20 0 3 0 183977644 191844352 23462 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
[pid=1008021/tid=1008024] ppid=1008018 vsize=187348 memory=94616 CPUtime=0 cores=5,7
/proc/1008021/task/1008024/stat : 1008024 (fscip) S 1008018 1008021 1007714 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 3 0 183977645 191844352 23462 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 187348 KiB
Current children cumulated memory: 93848 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 3.69 3.50 5/266 1008410
/proc/meminfo: memFree=119544980/131524600 swapFree=131071996/131071996
[pid=1008021] ppid=1008018 vsize=187348 memory=94372 CPUtime=12.64 cores=5,7
/proc/1008021/stat : 1008021 (fscip) S 1008018 1008021 1007714 0 -1 1077936128 77105 0 0 0 1255 9 0 0 20 0 3 0 183977639 191844352 23593 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
/proc/1008021/statm: 46837 23593 2990 3032 0 28546 0
[pid=1008021/tid=1008023] ppid=1008018 vsize=187348 memory=86612 CPUtime=12.59 cores=5,7
/proc/1008021/task/1008023/stat : 1008023 (fscip) R 1008018 1008021 1007714 0 -1 4194368 73219 0 0 0 1250 9 0 0 20 0 3 0 183977644 191844352 23593 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
[pid=1008021/tid=1008024] ppid=1008018 vsize=187348 memory=0 CPUtime=0 cores=5,7
/proc/1008021/task/1008024/stat : 1008024 (fscip) S 1008018 1008021 1007714 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 3 0 183977645 191844352 23593 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 187348 KiB
Current children cumulated memory: 94372 KiB

[startup+25.5003 s]
/proc/loadavg: 4.11 3.70 3.50 5/265 1008411
/proc/meminfo: memFree=119542596/131524600 swapFree=131071996/131071996
[pid=1008021] ppid=1008018 vsize=187348 memory=95164 CPUtime=25.4 cores=5,7
/proc/1008021/stat : 1008021 (fscip) S 1008018 1008021 1007714 0 -1 1077936128 89668 0 0 0 2527 13 0 0 20 0 3 0 183977639 191844352 23791 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
/proc/1008021/statm: 46837 23791 2990 3032 0 28546 0
[pid=1008021/tid=1008023] ppid=1008018 vsize=187348 memory=94172 CPUtime=25.35 cores=5,7
/proc/1008021/task/1008023/stat : 1008023 (fscip) R 1008018 1008021 1007714 0 -1 4194368 85729 0 0 0 2522 13 0 0 20 0 3 0 183977644 191844352 23791 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
[pid=1008021/tid=1008024] ppid=1008018 vsize=187348 memory=11396 CPUtime=0 cores=5,7
/proc/1008021/task/1008024/stat : 1008024 (fscip) S 1008018 1008021 1007714 0 -1 1077936192 12 0 0 0 0 0 0 0 20 0 3 0 183977645 191844352 23791 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 187348 KiB
Current children cumulated memory: 95164 KiB

[startup+51.1057 s]
/proc/loadavg: 4.13 3.74 3.52 5/266 1008418
/proc/meminfo: memFree=119523172/131524600 swapFree=131071996/131071996
[pid=1008021] ppid=1008018 vsize=187348 memory=109852 CPUtime=50.93 cores=5,7
/proc/1008021/stat : 1008021 (fscip) S 1008018 1008021 1007714 0 -1 1077936128 118196 0 0 0 5074 19 0 0 20 0 3 0 183977639 191844352 27463 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
/proc/1008021/statm: 46837 27463 2990 3032 0 32433 0
[pid=1008021/tid=1008023] ppid=1008018 vsize=187348 memory=109852 CPUtime=50.87 cores=5,7
/proc/1008021/task/1008023/stat : 1008023 (fscip) R 1008018 1008021 1007714 0 -1 4194368 114171 0 0 0 5069 18 0 0 20 0 3 0 183977644 191844352 27463 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
[pid=1008021/tid=1008024] ppid=1008018 vsize=187348 memory=109852 CPUtime=0 cores=5,7
/proc/1008021/task/1008024/stat : 1008024 (fscip) S 1008018 1008021 1007714 0 -1 1077936192 18 0 0 0 0 0 0 0 20 0 3 0 183977645 191844352 27463 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 187348 KiB
Current children cumulated memory: 109852 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 3.81 3.56 5/266 1008426
/proc/meminfo: memFree=119487720/131524600 swapFree=131071996/131071996
[pid=1008021] ppid=1008018 vsize=202420 memory=130692 CPUtime=101.97 cores=5,7
/proc/1008021/stat : 1008021 (fscip) S 1008018 1008021 1007714 0 -1 1077936128 171491 0 0 0 10168 29 0 0 20 0 3 0 183977639 207278080 32673 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
/proc/1008021/statm: 50605 32673 2990 3032 0 37291 0
[pid=1008021/tid=1008023] ppid=1008018 vsize=202420 memory=130172 CPUtime=101.9 cores=5,7
/proc/1008021/task/1008023/stat : 1008023 (fscip) R 1008018 1008021 1007714 0 -1 4194368 167361 0 0 0 10162 28 0 0 20 0 3 0 183977644 207278080 32673 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
[pid=1008021/tid=1008024] ppid=1008018 vsize=202420 memory=130172 CPUtime=0 cores=5,7
/proc/1008021/task/1008024/stat : 1008024 (fscip) S 1008018 1008021 1007714 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 3 0 183977645 207278080 32673 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 202420 KiB
Current children cumulated memory: 130692 KiB

[startup+162.3 s]
/proc/loadavg: 4.17 3.88 3.60 5/266 1008438
/proc/meminfo: memFree=119485380/131524600 swapFree=131071996/131071996
[pid=1008021] ppid=1008018 vsize=202420 memory=130984 CPUtime=161.78 cores=5,7
/proc/1008021/stat : 1008021 (fscip) S 1008018 1008021 1007714 0 -1 1077936128 192236 0 0 0 16139 39 0 0 20 0 3 0 183977639 207278080 32746 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
/proc/1008021/statm: 50605 32746 2990 3032 0 37291 0
[pid=1008021/tid=1008023] ppid=1008018 vsize=202420 memory=130984 CPUtime=161.73 cores=5,7
/proc/1008021/task/1008023/stat : 1008023 (fscip) R 1008018 1008021 1007714 0 -1 4194368 188042 0 0 0 16134 39 0 0 20 0 3 0 183977644 207278080 32746 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
[pid=1008021/tid=1008024] ppid=1008018 vsize=202420 memory=130984 CPUtime=0 cores=5,7
/proc/1008021/task/1008024/stat : 1008024 (fscip) S 1008018 1008021 1007714 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 3 0 183977645 207278080 32746 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 202420 KiB
Current children cumulated memory: 130984 KiB

[startup+222.3 s]
/proc/loadavg: 4.20 3.94 3.64 5/266 1008616
/proc/meminfo: memFree=119451048/131524600 swapFree=131071996/131071996
[pid=1008021] ppid=1008018 vsize=232140 memory=159212 CPUtime=221.61 cores=5,7
/proc/1008021/stat : 1008021 (fscip) S 1008018 1008021 1007714 0 -1 1077936128 215318 0 0 0 22113 48 0 0 20 0 3 0 183977639 237711360 39803 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
/proc/1008021/statm: 58035 39803 2990 3032 0 45121 0
[pid=1008021/tid=1008023] ppid=1008018 vsize=232140 memory=-7383510600829408612 CPUtime=221.54 cores=5,7
/proc/1008021/task/1008023/stat : 1008023 (fscip) R 1008018 1008021 1007714 0 -1 4194368 211093 0 0 0 22107 47 0 0 20 0 3 0 183977644 237711360 39803 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
[pid=1008021/tid=1008024] ppid=1008018 vsize=232140 memory=5464 CPUtime=0 cores=5,7
/proc/1008021/task/1008024/stat : 1008024 (fscip) S 1008018 1008021 1007714 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 3 0 183977645 237711360 39803 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
Current children cumulated CPU time: 221.61 s
Current children cumulated vsize: 232140 KiB
Current children cumulated memory: 159212 KiB

[startup+272.684 s]
# the end of solver process 1008021 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=271.276 s, system=0.568237 s

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

[startup+230.4 s]
/proc/loadavg: 4.18 3.94 3.65 5/266 1008617
/proc/meminfo: memFree=119450784/131524600 swapFree=131071996/131071996
[pid=1008021] ppid=1008018 vsize=232140 memory=159260 CPUtime=229.68 cores=5,7
/proc/1008021/stat : 1008021 (fscip) S 1008018 1008021 1007714 0 -1 1077936128 215348 0 0 0 22919 49 0 0 20 0 3 0 183977639 237711360 39815 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
/proc/1008021/statm: 58035 39815 2990 3032 0 45121 0
[pid=1008021/tid=1008023] ppid=1008018 vsize=232140 memory=130984 CPUtime=229.61 cores=5,7
/proc/1008021/task/1008023/stat : 1008023 (fscip) R 1008018 1008021 1007714 0 -1 4194368 211123 0 0 0 22913 48 0 0 20 0 3 0 183977644 237711360 39815 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
[pid=1008021/tid=1008024] ppid=1008018 vsize=232140 memory=2212 CPUtime=0 cores=5,7
/proc/1008021/task/1008024/stat : 1008024 (fscip) S 1008018 1008021 1007714 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 3 0 183977645 237711360 39815 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
Current children cumulated CPU time: 229.68 s
Current children cumulated vsize: 232140 KiB
Current children cumulated memory: 159260 KiB

[startup+256 s]*
/proc/loadavg: 4.18 3.96 3.66 5/266 1008624
/proc/meminfo: memFree=119450440/131524600 swapFree=131071996/131071996
[pid=1008021] ppid=1008018 vsize=232140 memory=159260 CPUtime=255.2 cores=5,7
/proc/1008021/stat : 1008021 (fscip) S 1008018 1008021 1007714 0 -1 1077936128 224558 0 0 0 25467 53 0 0 20 0 3 0 183977639 237711360 39815 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
/proc/1008021/statm: 58035 39815 2990 3032 0 45121 0
[pid=1008021/tid=1008023] ppid=1008018 vsize=232140 memory=-7383510600829408612 CPUtime=255.14 cores=5,7
/proc/1008021/task/1008023/stat : 1008023 (fscip) R 1008018 1008021 1007714 0 -1 4194368 220304 0 0 0 25462 52 0 0 20 0 3 0 183977644 237711360 39815 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
[pid=1008021/tid=1008024] ppid=1008018 vsize=232140 memory=-6933350163988322244 CPUtime=0 cores=5,7
/proc/1008021/task/1008024/stat : 1008024 (fscip) S 1008018 1008021 1007714 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 3 0 183977645 237711360 39815 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
Current children cumulated CPU time: 255.2 s
Current children cumulated vsize: 232140 KiB
Current children cumulated memory: 159260 KiB

[startup+262.4 s]
/proc/loadavg: 4.16 3.96 3.66 5/266 1008624
/proc/meminfo: memFree=119450408/131524600 swapFree=131071996/131071996
[pid=1008021] ppid=1008018 vsize=232140 memory=159260 CPUtime=261.59 cores=5,7
/proc/1008021/stat : 1008021 (fscip) S 1008018 1008021 1007714 0 -1 1077936128 224586 0 0 0 26105 54 0 0 20 0 3 0 183977639 237711360 39815 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
/proc/1008021/statm: 58035 39815 2990 3032 0 45121 0
[pid=1008021/tid=1008023] ppid=1008018 vsize=232140 memory=159260 CPUtime=261.51 cores=5,7
/proc/1008021/task/1008023/stat : 1008023 (fscip) R 1008018 1008021 1007714 0 -1 4194368 220332 0 0 0 26099 52 0 0 20 0 3 0 183977644 237711360 39815 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
[pid=1008021/tid=1008024] ppid=1008018 vsize=232140 memory=11396 CPUtime=0 cores=5,7
/proc/1008021/task/1008024/stat : 1008024 (fscip) S 1008018 1008021 1007714 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 3 0 183977645 237711360 39815 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
Current children cumulated CPU time: 261.59 s
Current children cumulated vsize: 232140 KiB
Current children cumulated memory: 159260 KiB

[startup+268.8 s]
/proc/loadavg: 4.14 3.96 3.67 5/266 1008625
/proc/meminfo: memFree=119450352/131524600 swapFree=131071996/131071996
[pid=1008021] ppid=1008018 vsize=232140 memory=159272 CPUtime=267.97 cores=5,7
/proc/1008021/stat : 1008021 (fscip) S 1008018 1008021 1007714 0 -1 1077936128 224770 0 0 0 26742 55 0 0 20 0 3 0 183977639 237711360 39818 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
/proc/1008021/statm: 58035 39818 2990 3032 0 45121 0
[pid=1008021/tid=1008023] ppid=1008018 vsize=232140 memory=159260 CPUtime=267.9 cores=5,7
/proc/1008021/task/1008023/stat : 1008023 (fscip) R 1008018 1008021 1007714 0 -1 4194368 220516 0 0 0 26736 54 0 0 20 0 3 0 183977644 237711360 39818 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
[pid=1008021/tid=1008024] ppid=1008018 vsize=232140 memory=13116 CPUtime=0 cores=5,7
/proc/1008021/task/1008024/stat : 1008024 (fscip) S 1008018 1008021 1007714 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 3 0 183977645 237711360 39818 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
Current children cumulated CPU time: 267.97 s
Current children cumulated vsize: 232140 KiB
Current children cumulated memory: 159272 KiB

[startup+270.4 s]
/proc/loadavg: 4.14 3.96 3.67 5/266 1008625
/proc/meminfo: memFree=119450352/131524600 swapFree=131071996/131071996
[pid=1008021] ppid=1008018 vsize=232140 memory=159272 CPUtime=269.56 cores=5,7
/proc/1008021/stat : 1008021 (fscip) S 1008018 1008021 1007714 0 -1 1077936128 224770 0 0 0 26901 55 0 0 20 0 3 0 183977639 237711360 39818 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
/proc/1008021/statm: 58035 39818 2990 3032 0 45121 0
[pid=1008021/tid=1008023] ppid=1008018 vsize=232140 memory=159272 CPUtime=269.49 cores=5,7
/proc/1008021/task/1008023/stat : 1008023 (fscip) R 1008018 1008021 1007714 0 -1 4194368 220516 0 0 0 26895 54 0 0 20 0 3 0 183977644 237711360 39818 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
[pid=1008021/tid=1008024] ppid=1008018 vsize=232140 memory=43724 CPUtime=0 cores=5,7
/proc/1008021/task/1008024/stat : 1008024 (fscip) S 1008018 1008021 1007714 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 3 0 183977645 237711360 39818 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
Current children cumulated CPU time: 269.56 s
Current children cumulated vsize: 232140 KiB
Current children cumulated memory: 159272 KiB

[startup+272 s]*
/proc/loadavg: 4.13 3.96 3.67 5/266 1008625
/proc/meminfo: memFree=119450348/131524600 swapFree=131071996/131071996
[pid=1008021] ppid=1008018 vsize=232140 memory=159272 CPUtime=271.15 cores=5,7
/proc/1008021/stat : 1008021 (fscip) S 1008018 1008021 1007714 0 -1 1077936128 224776 0 0 0 27060 55 0 0 20 0 3 0 183977639 237711360 39818 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
/proc/1008021/statm: 58035 39818 2990 3032 0 45121 0
[pid=1008021/tid=1008023] ppid=1008018 vsize=232140 memory=-7383510600829408612 CPUtime=271.08 cores=5,7
/proc/1008021/task/1008023/stat : 1008023 (fscip) R 1008018 1008021 1007714 0 -1 4194368 220522 0 0 0 27054 54 0 0 20 0 3 0 183977644 237711360 39818 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
[pid=1008021/tid=1008024] ppid=1008018 vsize=232140 memory=-6933350163988322244 CPUtime=0 cores=5,7
/proc/1008021/task/1008024/stat : 1008024 (fscip) S 1008018 1008021 1007714 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 3 0 183977645 237711360 39818 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
Current children cumulated CPU time: 271.15 s
Current children cumulated vsize: 232140 KiB
Current children cumulated memory: 159272 KiB

[startup+272.4 s]
/proc/loadavg: 4.13 3.96 3.67 5/266 1008625
/proc/meminfo: memFree=119450348/131524600 swapFree=131071996/131071996
[pid=1008021] ppid=1008018 vsize=232140 memory=159272 CPUtime=271.55 cores=5,7
/proc/1008021/stat : 1008021 (fscip) S 1008018 1008021 1007714 0 -1 1077936128 224776 0 0 0 27100 55 0 0 20 0 3 0 183977639 237711360 39818 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
/proc/1008021/statm: 58035 39818 2990 3032 0 45121 0
[pid=1008021/tid=1008023] ppid=1008018 vsize=232140 memory=3752 CPUtime=271.48 cores=5,7
/proc/1008021/task/1008023/stat : 1008023 (fscip) R 1008018 1008021 1007714 0 -1 4194368 220522 0 0 0 27094 54 0 0 20 0 3 0 183977644 237711360 39818 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
[pid=1008021/tid=1008024] ppid=1008018 vsize=232140 memory=26908 CPUtime=0 cores=5,7
/proc/1008021/task/1008024/stat : 1008024 (fscip) S 1008018 1008021 1007714 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 3 0 183977645 237711360 39818 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
Current children cumulated CPU time: 271.55 s
Current children cumulated vsize: 232140 KiB
Current children cumulated memory: 159272 KiB

[startup+272.6 s]
/proc/loadavg: 4.13 3.96 3.67 5/266 1008625
/proc/meminfo: memFree=119450348/131524600 swapFree=131071996/131071996
[pid=1008021] ppid=1008018 vsize=232140 memory=159272 CPUtime=271.75 cores=5,7
/proc/1008021/stat : 1008021 (fscip) S 1008018 1008021 1007714 0 -1 1077936128 224776 0 0 0 27120 55 0 0 20 0 3 0 183977639 237711360 39818 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
/proc/1008021/statm: 58035 39818 2990 3032 0 45121 0
[pid=1008021/tid=1008023] ppid=1008018 vsize=232140 memory=-6933350163988322244 CPUtime=271.68 cores=5,7
/proc/1008021/task/1008023/stat : 1008023 (fscip) R 1008018 1008021 1007714 0 -1 4194368 220522 0 0 0 27114 54 0 0 20 0 3 0 183977644 237711360 39818 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
[pid=1008021/tid=1008024] ppid=1008018 vsize=232140 memory=13116 CPUtime=0 cores=5,7
/proc/1008021/task/1008024/stat : 1008024 (fscip) S 1008018 1008021 1007714 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 3 0 183977645 237711360 39818 134679101440 4194304 16613245 140722880877760 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 26738688 140722880881683 140722880881799 140722880881799 140722880888816 0
Current children cumulated CPU time: 271.75 s
Current children cumulated vsize: 232140 KiB
Current children cumulated memory: 159272 KiB

Child status: 0

Real time (s): 272.684
CPU time (s): 271.844
CPU user time (s): 271.276
CPU system time (s): 0.568237
CPU usage (%): 99.6919
Max. virtual memory (cumulated for all children) (KiB): 232140
Max. memory (cumulated for all children) (KiB): 159272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 271.276
system time used= 0.568237
maximum resident set size= 159272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227858
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 852
involuntary context switches= 161


# summary of solver processes directly reported to runsolver:
#   pid: 1008021
#   total CPU time (s): 271.844
#   total CPU user time (s): 271.276
#   total CPU system time (s): 0.568237

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.508558 second user time and 1.3809 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-18 17:55:08
IDJOB=4444370
IDBENCH=147960
IDSOLVER=3064
FILE ID=nodeC030/4444370-1721318095
RUNJOBID= nodeC030-1721317650-1007727
SLURM_JOB_ID= 7542666
Free space on /tmp= 889952 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900545610.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4444370-1721318095/watcher-4444370-1721318095 -o /tmp/evaluation-result-4444370-1721318095/solver-4444370-1721318095 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721317650-1007727 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4444370-1721318095.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 42d6ef3b711de5d9c56134e4ff6342cc
RANDOM SEED=1229768869

nodeC030.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3670.266
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.28
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		: 3670.847
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.11
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		: 3599.781
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.106
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.11
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		: 3670.317
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.28
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		: 3665.553
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.11
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		: 3599.748
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.28
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		: 3673.368
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        119632372 kB
MemAvailable:   120885844 kB
Buffers:          473140 kB
Cached:          1608944 kB
SwapCached:            0 kB
Active:          1147480 kB
Inactive:       10102172 kB
Active(anon):       1564 kB
Inactive(anon):  9203400 kB
Active(file):    1145916 kB
Inactive(file):   898772 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28376 kB
Writeback:            28 kB
AnonPages:       9166556 kB
Mapped:           141972 kB
Shmem:             37720 kB
KReclaimable:      97212 kB
Slab:             209896 kB
SReclaimable:      97212 kB
SUnreclaim:       112684 kB
KernelStack:        4192 kB
PageTables:        27520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    5988348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            69792 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2772992 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      234196 kB
DirectMap2M:    18413568 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 889924 MiB
End job on nodeC030 at 2024-07-18 17:59:41