Trace number 4464348

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-30UNSAT 264.806 265.754

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: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
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.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
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.4.0         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 = 27549696, getVmSize() = 27549696, SCIPgetMemUsed() = 4074302, 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 = 20306602, getVmSize() = 33370112, SCIPgetMemUsed() = 5869111, 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-4464348-1722378901
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.93	c         6           1253          34         1                -           0.0000          -
10.95/11.06	c        11           4237          89         1                -           0.0000          -
16.03/16.12	c        16           8288         121         1                -           0.0000          -
21.02/21.17	c        21          12727         137         1                -           0.0000          -
26.09/26.22	c        26          16826         152         1                -           0.0000          -
31.07/31.27	c        31          21844         218         1                -           0.0000          -
36.15/36.32	c        36          26803         258         1                -           0.0000          -
41.14/41.37	c        41          30878         290         1                -           0.0000          -
46.22/46.44	c        46          34557         299         1                -           0.0000          -
51.20/51.49	c        52          38057         307         1                -           0.0000          -
56.38/56.63	c        57          41758         323         1                -           0.0000          -
61.47/61.70	c        62          46202         313         1                -           0.0000          -
66.45/66.78	c        67          49576         321         1                -           0.0000          -
71.53/71.89	c        72          53330         339         1                -           0.0000          -
76.61/76.97	c        77          56133         335         1                -           0.0000          -
81.70/82.07	c        82          58064         365         1                -           0.0000          -
86.79/87.17	c        87          60628         372         1                -           0.0000          -
91.86/92.25	c        92          62458         403         1                -           0.0000          -
96.95/97.31	c        97          65285         416         1                -           0.0000          -
101.93/102.36	c       102          68648         401         1                -           0.0000          -
107.01/107.41	c       107          72613         407         1                -           0.0000          -
112.00/112.47	c       112          76714         382         1                -           0.0000          -
117.08/117.54	c       118          80010         367         1                -           0.0000          -
122.16/122.62	c       123          83443         383         1                -           0.0000          -
127.14/127.68	c       128          86961         362         1                -           0.0000          -
132.23/132.73	c       133          91483         351         1                -           0.0000          -
137.20/137.78	c       138          95672         338         1                -           0.0000          -
142.50/143.01	c       143          98782         316         1                -           0.0000          -
147.48/148.06	c       148         102929         329         1                -           0.0000          -
152.56/153.15	c       153         106782         320         1                -           0.0000          -
157.64/158.28	c       158         109285         324         1                -           0.0000          -
162.71/163.33	c       163         112284         321         1                -           0.0000          -
167.80/168.42	c       168         115208         306         1                -           0.0000          -
172.78/173.49	c       174         118248         288         1                -           0.0000          -
177.85/178.57	c       179         120655         310         1                -           0.0000          -
182.93/183.65	c       184         123185         278         1                -           0.0000          -
188.01/188.70	c       189         126687         273         1                -           0.0000          -
192.99/193.75	c       194         130816         261         1                -           0.0000          -
198.06/198.81	c       199         134003         242         1                -           0.0000          -
203.04/203.86	c       204         137619         239         1                -           0.0000          -
208.12/208.93	c       209         140343         220         1                -           0.0000          -
213.21/214.01	c       214         143090         213         1                -           0.0000          -
218.19/219.06	c       219         146638         182         1                -           0.0000          -
223.28/224.14	c       224         150369         170         1                -           0.0000          -
228.35/229.21	c       229         154606         158         1                -           0.0000          -
233.33/234.26	c       234         157144         132         1                -           0.0000          -
238.42/239.32	c       239         160041         110         1                -           0.0000          -
243.40/244.37	c       244         164056          78         1                -           0.0000          -
248.59/249.52	c       250         167622          62         1                -           0.0000          -
253.57/254.57	c       255         170949          51         1                -           0.0000          -
258.66/259.62	c       260         174117          42         1                -           0.0000          -
263.65/264.69	c       265         177954          24         1                -           0.0000          -
264.74/265.73	c       266         178798           0         0                -           0.0000          -
264.74/265.75	c       266         178798           0         0                -           0.0000          -
264.74/265.75	c SCIP Status        : c problem is solved [infeasible]
264.74/265.75	c Total Time         : 265.7500
264.74/265.75	c   solving          : 265.7500
264.74/265.75	c   presolving       : 0.0380 (included in solving)
264.74/265.75	c B&B Tree           :
264.74/265.75	c   nodes (total)    : 178798
264.74/265.75	c Solution           :
264.74/265.75	c   Solutions found  : 0
264.74/265.75	c   Primal Bound     :          -
264.74/265.75	c   Dual Bound       :          -
264.74/265.75	c Gap                :          -
264.74/265.75	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 (61710 MiB free)
  memory of node 1: 64473 MiB (59434 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4464348-1722378901/watcher-4464348-1722378901 -o /tmp/evaluation-result-4464348-1722378901/solver-4464348-1722378901 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1722378597-30626 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4464348-1722378901.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=31379, runsolver pid=31376
Current StackSize limit: 8192 KiB


[startup+0.100168 s]*
/proc/loadavg: 4.17 2.70 1.24 5/267 31382
/proc/meminfo: memFree=124026116/131524600 swapFree=131071996/131071996
[pid=31379] ppid=31376 vsize=117464 memory=37372 CPUtime=0.09 cores=5,7
/proc/31379/stat : 31379 (fscip) S 31376 31379 30613 0 -1 1077936128 6936 0 0 0 8 1 0 0 20 0 3 0 4494368 120283136 9343 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
/proc/31379/statm: 29366 9343 2918 3035 0 12660 0
[pid=31379/tid=31381] ppid=31376 vsize=117464 memory=4026561586 CPUtime=0.04 cores=5,7
/proc/31379/task/31381/stat : 31381 (fscip) R 31376 31379 30613 0 -1 4194368 3131 0 0 0 4 0 0 0 20 0 3 0 4494372 120283136 9343 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
[pid=31379/tid=31382] ppid=31376 vsize=117464 memory=237146210664 CPUtime=0 cores=5,7
/proc/31379/task/31382/stat : 31382 (fscip) S 31376 31379 30613 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4494373 120283136 9343 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 117464 KiB
Current children cumulated memory: 37372 KiB

[startup+0.206153 s]*
/proc/loadavg: 4.17 2.70 1.24 5/267 31382
/proc/meminfo: memFree=124025776/131524600 swapFree=131071996/131071996
[pid=31379] ppid=31376 vsize=117464 memory=37372 CPUtime=0.2 cores=5,7
/proc/31379/stat : 31379 (fscip) S 31376 31379 30613 0 -1 1077936128 6964 0 0 0 19 1 0 0 20 0 3 0 4494368 120283136 9343 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
/proc/31379/statm: 29366 9343 2918 3035 0 12660 0
[pid=31379/tid=31381] ppid=31376 vsize=117464 memory=664970838410264707 CPUtime=0.14 cores=5,7
/proc/31379/task/31381/stat : 31381 (fscip) R 31376 31379 30613 0 -1 4194368 3164 0 0 0 14 0 0 0 20 0 3 0 4494372 120283136 9343 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
[pid=31379/tid=31382] ppid=31376 vsize=117464 memory=18004 CPUtime=0 cores=5,7
/proc/31379/task/31382/stat : 31382 (fscip) S 31376 31379 30613 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4494373 120283136 9439 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 117464 KiB
Current children cumulated memory: 37372 KiB

[startup+0.305745 s]*
/proc/loadavg: 4.17 2.70 1.24 5/267 31382
/proc/meminfo: memFree=124017700/131524600 swapFree=131071996/131071996
[pid=31379] ppid=31376 vsize=117464 memory=45568 CPUtime=0.29 cores=5,7
/proc/31379/stat : 31379 (fscip) S 31376 31379 30613 0 -1 1077936128 9148 0 0 0 28 1 0 0 20 0 3 0 4494368 120283136 11392 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
/proc/31379/statm: 29366 11392 2950 3035 0 15004 0
[pid=31379/tid=31381] ppid=31376 vsize=117464 memory=-5155629085441616773 CPUtime=0.23 cores=5,7
/proc/31379/task/31381/stat : 31381 (fscip) R 31376 31379 30613 0 -1 4194368 5346 0 0 0 23 0 0 0 20 0 3 0 4494372 120283136 11392 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
[pid=31379/tid=31382] ppid=31376 vsize=117464 memory=0 CPUtime=0 cores=5,7
/proc/31379/task/31382/stat : 31382 (fscip) S 31376 31379 30613 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4494373 120283136 11392 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 117464 KiB
Current children cumulated memory: 45568 KiB

[startup+0.7002 s]
/proc/loadavg: 4.16 2.73 1.25 5/267 31382
/proc/meminfo: memFree=124014352/131524600 swapFree=131071996/131071996
[pid=31379] ppid=31376 vsize=119452 memory=57444 CPUtime=0.68 cores=5,7
/proc/31379/stat : 31379 (fscip) S 31376 31379 30613 0 -1 1077936128 12163 0 0 0 67 1 0 0 20 0 3 0 4494368 122318848 14361 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
/proc/31379/statm: 29863 14361 2950 3035 0 18422 0
[pid=31379/tid=31381] ppid=31376 vsize=119452 memory=0 CPUtime=0.63 cores=5,7
/proc/31379/task/31381/stat : 31381 (fscip) R 31376 31379 30613 0 -1 4194368 8358 0 0 0 62 1 0 0 20 0 3 0 4494372 122318848 14361 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
[pid=31379/tid=31382] ppid=31376 vsize=119452 memory=0 CPUtime=0 cores=5,7
/proc/31379/task/31382/stat : 31382 (fscip) S 31376 31379 30613 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4494373 122318848 14361 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 119452 KiB
Current children cumulated memory: 57444 KiB

[startup+1.5002 s]
/proc/loadavg: 4.16 2.73 1.25 5/267 31382
/proc/meminfo: memFree=123993612/131524600 swapFree=131071996/131071996
[pid=31379] ppid=31376 vsize=121392 memory=77876 CPUtime=1.48 cores=5,7
/proc/31379/stat : 31379 (fscip) S 31376 31379 30613 0 -1 1077936128 23264 0 0 0 145 3 0 0 20 0 3 0 4494368 124305408 19469 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
/proc/31379/statm: 30348 19469 2966 3035 0 23843 0
[pid=31379/tid=31381] ppid=31376 vsize=121392 memory=0 CPUtime=1.42 cores=5,7
/proc/31379/task/31381/stat : 31381 (fscip) R 31376 31379 30613 0 -1 4194368 19459 0 0 0 140 2 0 0 20 0 3 0 4494372 124305408 19469 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
[pid=31379/tid=31382] ppid=31376 vsize=121392 memory=0 CPUtime=0 cores=5,7
/proc/31379/task/31382/stat : 31382 (fscip) S 31376 31379 30613 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4494373 124305408 19469 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 121392 KiB
Current children cumulated memory: 77876 KiB

[startup+3.10539 s]
/proc/loadavg: 4.16 2.73 1.25 5/266 31383
/proc/meminfo: memFree=123974852/131524600 swapFree=131071996/131071996
[pid=31379] ppid=31376 vsize=122400 memory=86184 CPUtime=3.07 cores=5,7
/proc/31379/stat : 31379 (fscip) S 31376 31379 30613 0 -1 1077936128 29109 0 0 0 304 3 0 0 20 0 3 0 4494368 125337600 21546 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
/proc/31379/statm: 30600 21546 2966 3035 0 26315 0
[pid=31379/tid=31381] ppid=31376 vsize=122400 memory=2273 CPUtime=3.03 cores=5,7
/proc/31379/task/31381/stat : 31381 (fscip) R 31376 31379 30613 0 -1 4194368 25287 0 0 0 300 3 0 0 20 0 3 0 4494372 125337600 21546 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
[pid=31379/tid=31382] ppid=31376 vsize=122400 memory=0 CPUtime=0 cores=5,7
/proc/31379/task/31382/stat : 31382 (fscip) S 31376 31379 30613 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 3 0 4494373 125337600 21546 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 122400 KiB
Current children cumulated memory: 86184 KiB

[startup+6.30023 s]
/proc/loadavg: 4.14 2.75 1.27 5/266 31383
/proc/meminfo: memFree=123966376/131524600 swapFree=131071996/131071996
[pid=31379] ppid=31376 vsize=187936 memory=92312 CPUtime=6.26 cores=5,7
/proc/31379/stat : 31379 (fscip) S 31376 31379 30613 0 -1 1077936128 57314 0 0 0 620 6 0 0 20 0 3 0 4494368 192446464 23078 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
/proc/31379/statm: 46984 23078 2966 3035 0 28342 0
[pid=31379/tid=31381] ppid=31376 vsize=187936 memory=-5155629085441616773 CPUtime=6.21 cores=5,7
/proc/31379/task/31381/stat : 31381 (fscip) R 31376 31379 30613 0 -1 4194368 53471 0 0 0 615 6 0 0 20 0 3 0 4494372 192446464 23078 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
[pid=31379/tid=31382] ppid=31376 vsize=187936 memory=92312 CPUtime=0 cores=5,7
/proc/31379/task/31382/stat : 31382 (fscip) S 31376 31379 30613 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 3 0 4494373 192446464 23078 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 187936 KiB
Current children cumulated memory: 92312 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 2.77 1.28 5/266 31385
/proc/meminfo: memFree=123960648/131524600 swapFree=131071996/131071996
[pid=31379] ppid=31376 vsize=187936 memory=93824 CPUtime=12.64 cores=5,7
/proc/31379/stat : 31379 (fscip) S 31376 31379 30613 0 -1 1077936128 92867 0 0 0 1254 10 0 0 20 0 3 0 4494368 192446464 23456 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
/proc/31379/statm: 46984 23456 3014 3035 0 28537 0
[pid=31379/tid=31381] ppid=31376 vsize=187936 memory=86184 CPUtime=12.58 cores=5,7
/proc/31379/task/31381/stat : 31381 (fscip) R 31376 31379 30613 0 -1 4194368 88981 0 0 0 1249 9 0 0 20 0 3 0 4494372 192446464 23456 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
[pid=31379/tid=31382] ppid=31376 vsize=187936 memory=0 CPUtime=0 cores=5,7
/proc/31379/task/31382/stat : 31382 (fscip) S 31376 31379 30613 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 3 0 4494373 192446464 23456 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 187936 KiB
Current children cumulated memory: 93824 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 2.81 1.31 5/263 31387
/proc/meminfo: memFree=123954712/131524600 swapFree=131071996/131071996
[pid=31379] ppid=31376 vsize=187936 memory=103136 CPUtime=25.39 cores=5,7
/proc/31379/stat : 31379 (fscip) S 31376 31379 30613 0 -1 1077936128 108952 0 0 0 2527 12 0 0 20 0 3 0 4494368 192446464 25784 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
/proc/31379/statm: 46984 25784 3014 3035 0 30404 0
[pid=31379/tid=31381] ppid=31376 vsize=187936 memory=93624 CPUtime=25.34 cores=5,7
/proc/31379/task/31381/stat : 31381 (fscip) R 31376 31379 30613 0 -1 4194368 105012 0 0 0 2522 12 0 0 20 0 3 0 4494372 192446464 25784 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
[pid=31379/tid=31382] ppid=31376 vsize=187936 memory=11408 CPUtime=0 cores=5,7
/proc/31379/task/31382/stat : 31382 (fscip) S 31376 31379 30613 0 -1 1077936192 12 0 0 0 0 0 0 0 20 0 3 0 4494373 192446464 25784 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 187936 KiB
Current children cumulated memory: 103136 KiB

[startup+51.1057 s]
/proc/loadavg: 4.19 2.96 1.41 5/263 31390
/proc/meminfo: memFree=123918744/131524600 swapFree=131071996/131071996
[pid=31379] ppid=31376 vsize=187936 memory=112488 CPUtime=50.91 cores=5,7
/proc/31379/stat : 31379 (fscip) S 31376 31379 30613 0 -1 1077936128 139957 0 0 0 5074 17 0 0 20 0 3 0 4494368 192446464 28122 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
/proc/31379/statm: 46984 28122 3014 3035 0 32723 0
[pid=31379/tid=31381] ppid=31376 vsize=187936 memory=104608 CPUtime=50.86 cores=5,7
/proc/31379/task/31381/stat : 31381 (fscip) R 31376 31379 30613 0 -1 4194368 135943 0 0 0 5069 17 0 0 20 0 3 0 4494372 192446464 28122 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
[pid=31379/tid=31382] ppid=31376 vsize=187936 memory=104608 CPUtime=0 cores=5,7
/proc/31379/task/31382/stat : 31382 (fscip) S 31376 31379 30613 0 -1 1077936192 18 0 0 0 0 0 0 0 20 0 3 0 4494373 192446464 28122 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 187936 KiB
Current children cumulated memory: 112488 KiB

[startup+102.3 s]
/proc/loadavg: 4.23 3.15 1.56 5/263 31401
/proc/meminfo: memFree=123850944/131524600 swapFree=131071996/131071996
[pid=31379] ppid=31376 vsize=203008 memory=130048 CPUtime=101.93 cores=5,7
/proc/31379/stat : 31379 (fscip) S 31376 31379 30613 0 -1 1077936128 180158 0 0 0 10168 25 0 0 20 0 3 0 4494368 207880192 32512 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
/proc/31379/statm: 50752 32512 3014 3035 0 37184 0
[pid=31379/tid=31381] ppid=31376 vsize=203008 memory=130048 CPUtime=101.87 cores=5,7
/proc/31379/task/31381/stat : 31381 (fscip) R 31376 31379 30613 0 -1 4194368 176063 0 0 0 10163 24 0 0 20 0 3 0 4494372 207880192 32512 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
[pid=31379/tid=31382] ppid=31376 vsize=203008 memory=130044 CPUtime=0 cores=5,7
/proc/31379/task/31382/stat : 31382 (fscip) S 31376 31379 30613 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 3 0 4494373 207880192 32512 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 203008 KiB
Current children cumulated memory: 130048 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 3.32 1.72 5/263 31413
/proc/meminfo: memFree=123830424/131524600 swapFree=131071996/131071996
[pid=31379] ppid=31376 vsize=203008 memory=130048 CPUtime=161.72 cores=5,7
/proc/31379/stat : 31379 (fscip) S 31376 31379 30613 0 -1 1077936128 208864 0 0 0 16138 34 0 0 20 0 3 0 4494368 207880192 32512 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
/proc/31379/statm: 50752 32512 3014 3035 0 37184 0
[pid=31379/tid=31381] ppid=31376 vsize=203008 memory=130048 CPUtime=161.66 cores=5,7
/proc/31379/task/31381/stat : 31381 (fscip) R 31376 31379 30613 0 -1 4194368 204714 0 0 0 16133 33 0 0 20 0 3 0 4494372 207880192 32512 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
[pid=31379/tid=31382] ppid=31376 vsize=203008 memory=11408 CPUtime=0 cores=5,7
/proc/31379/task/31382/stat : 31382 (fscip) S 31376 31379 30613 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 3 0 4494373 207880192 32512 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
Current children cumulated CPU time: 161.72 s
Current children cumulated vsize: 203008 KiB
Current children cumulated memory: 130048 KiB

[startup+222.3 s]
/proc/loadavg: 4.22 3.50 1.88 5/263 31423
/proc/meminfo: memFree=123767772/131524600 swapFree=131071996/131071996
[pid=31379] ppid=31376 vsize=232728 memory=159300 CPUtime=221.47 cores=5,7
/proc/31379/stat : 31379 (fscip) S 31376 31379 30613 0 -1 1077936128 232281 0 0 0 22105 42 0 0 20 0 3 0 4494368 238313472 39825 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
/proc/31379/statm: 58182 39825 3014 3035 0 45014 0
[pid=31379/tid=31381] ppid=31376 vsize=232728 memory=130048 CPUtime=221.41 cores=5,7
/proc/31379/task/31381/stat : 31381 (fscip) R 31376 31379 30613 0 -1 4194368 228080 0 0 0 22099 42 0 0 20 0 3 0 4494372 238313472 39825 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
[pid=31379/tid=31382] ppid=31376 vsize=232728 memory=11408 CPUtime=0 cores=5,7
/proc/31379/task/31382/stat : 31382 (fscip) S 31376 31379 30613 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 3 0 4494373 238313472 39825 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
Current children cumulated CPU time: 221.47 s
Current children cumulated vsize: 232728 KiB
Current children cumulated memory: 159300 KiB

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

# cumulated CPU time of all completed processes:  user=264.305 s, system=0.50124 s

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

[startup+230.4 s]
/proc/loadavg: 4.20 3.50 1.89 5/263 31423
/proc/meminfo: memFree=123760792/131524600 swapFree=131071996/131071996
[pid=31379] ppid=31376 vsize=232728 memory=159300 CPUtime=229.55 cores=5,7
/proc/31379/stat : 31379 (fscip) S 31376 31379 30613 0 -1 1077936128 232334 0 0 0 22911 44 0 0 20 0 3 0 4494368 238313472 39825 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
/proc/31379/statm: 58182 39825 3014 3035 0 45014 0
[pid=31379/tid=31381] ppid=31376 vsize=232728 memory=5464 CPUtime=229.48 cores=5,7
/proc/31379/task/31381/stat : 31381 (fscip) R 31376 31379 30613 0 -1 4194368 228133 0 0 0 22905 43 0 0 20 0 3 0 4494372 238313472 39825 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
[pid=31379/tid=31382] ppid=31376 vsize=232728 memory=13012 CPUtime=0 cores=5,7
/proc/31379/task/31382/stat : 31382 (fscip) S 31376 31379 30613 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 3 0 4494373 238313472 39825 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
Current children cumulated CPU time: 229.55 s
Current children cumulated vsize: 232728 KiB
Current children cumulated memory: 159300 KiB

[startup+243.2 s]
/proc/loadavg: 4.16 3.53 1.93 5/263 31427
/proc/meminfo: memFree=123755288/131524600 swapFree=131071996/131071996
[pid=31379] ppid=31376 vsize=232728 memory=159300 CPUtime=242.31 cores=5,7
/proc/31379/stat : 31379 (fscip) S 31376 31379 30613 0 -1 1077936128 232566 0 0 0 24185 46 0 0 20 0 3 0 4494368 238313472 39825 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
/proc/31379/statm: 58182 39825 3014 3035 0 45014 0
[pid=31379/tid=31381] ppid=31376 vsize=232728 memory=-7452168224999825529 CPUtime=242.24 cores=5,7
/proc/31379/task/31381/stat : 31381 (fscip) R 31376 31379 30613 0 -1 4194368 228365 0 0 0 24179 45 0 0 20 0 3 0 4494372 238313472 39825 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
[pid=31379/tid=31382] ppid=31376 vsize=232728 memory=159300 CPUtime=0 cores=5,7
/proc/31379/task/31382/stat : 31382 (fscip) S 31376 31379 30613 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 3 0 4494373 238313472 39825 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
Current children cumulated CPU time: 242.31 s
Current children cumulated vsize: 232728 KiB
Current children cumulated memory: 159300 KiB

[startup+256 s]*
/proc/loadavg: 4.20 3.57 1.96 5/263 31429
/proc/meminfo: memFree=123746708/131524600 swapFree=131071996/131071996
[pid=31379] ppid=31376 vsize=232728 memory=159300 CPUtime=255.07 cores=5,7
/proc/31379/stat : 31379 (fscip) S 31376 31379 30613 0 -1 1077936128 241124 0 0 0 25460 47 0 0 20 0 3 0 4494368 238313472 39825 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
/proc/31379/statm: 58182 39825 3014 3035 0 45014 0
[pid=31379/tid=31381] ppid=31376 vsize=232728 memory=503608 CPUtime=255.01 cores=5,7
/proc/31379/task/31381/stat : 31381 (fscip) R 31376 31379 30613 0 -1 4194368 236892 0 0 0 25454 47 0 0 20 0 3 0 4494372 238313472 39825 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
[pid=31379/tid=31382] ppid=31376 vsize=232728 memory=-5155633680935826750 CPUtime=0 cores=5,7
/proc/31379/task/31382/stat : 31382 (fscip) S 31376 31379 30613 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 4494373 238313472 39825 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
Current children cumulated CPU time: 255.07 s
Current children cumulated vsize: 232728 KiB
Current children cumulated memory: 159300 KiB

[startup+262.4 s]
/proc/loadavg: 4.18 3.58 1.98 5/263 31431
/proc/meminfo: memFree=123744868/131524600 swapFree=131071996/131071996
[pid=31379] ppid=31376 vsize=232728 memory=159324 CPUtime=261.46 cores=5,7
/proc/31379/stat : 31379 (fscip) S 31376 31379 30613 0 -1 1077936128 241798 0 0 0 26097 49 0 0 20 0 3 0 4494368 238313472 39831 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
/proc/31379/statm: 58182 39831 3014 3035 0 45014 0
[pid=31379/tid=31381] ppid=31376 vsize=232728 memory=12860 CPUtime=261.38 cores=5,7
/proc/31379/task/31381/stat : 31381 (fscip) R 31376 31379 30613 0 -1 4194368 237566 0 0 0 26090 48 0 0 20 0 3 0 4494372 238313472 39831 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
[pid=31379/tid=31382] ppid=31376 vsize=232728 memory=13012 CPUtime=0 cores=5,7
/proc/31379/task/31382/stat : 31382 (fscip) S 31376 31379 30613 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 4494373 238313472 39831 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
Current children cumulated CPU time: 261.46 s
Current children cumulated vsize: 232728 KiB
Current children cumulated memory: 159324 KiB

[startup+264 s]*
/proc/loadavg: 4.18 3.58 1.98 5/263 31431
/proc/meminfo: memFree=123743992/131524600 swapFree=131071996/131071996
[pid=31379] ppid=31376 vsize=232728 memory=159324 CPUtime=263.05 cores=5,7
/proc/31379/stat : 31379 (fscip) S 31376 31379 30613 0 -1 1077936128 241803 0 0 0 26256 49 0 0 20 0 3 0 4494368 238313472 39831 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
/proc/31379/statm: 58182 39831 3014 3035 0 45014 0
[pid=31379/tid=31381] ppid=31376 vsize=232728 memory=4816 CPUtime=262.98 cores=5,7
/proc/31379/task/31381/stat : 31381 (fscip) R 31376 31379 30613 0 -1 4194368 237571 0 0 0 26250 48 0 0 20 0 3 0 4494372 238313472 39831 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
[pid=31379/tid=31382] ppid=31376 vsize=232728 memory=505516 CPUtime=0 cores=5,7
/proc/31379/task/31382/stat : 31382 (fscip) S 31376 31379 30613 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 4494373 238313472 39831 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
Current children cumulated CPU time: 263.05 s
Current children cumulated vsize: 232728 KiB
Current children cumulated memory: 159324 KiB

[startup+264.8 s]
/proc/loadavg: 4.18 3.58 1.98 5/263 31431
/proc/meminfo: memFree=123743992/131524600 swapFree=131071996/131071996
[pid=31379] ppid=31376 vsize=232728 memory=159324 CPUtime=263.85 cores=5,7
/proc/31379/stat : 31379 (fscip) S 31376 31379 30613 0 -1 1077936128 241807 0 0 0 26336 49 0 0 20 0 3 0 4494368 238313472 39831 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
/proc/31379/statm: 58182 39831 3014 3035 0 45014 0
[pid=31379/tid=31381] ppid=31376 vsize=232728 memory=12860 CPUtime=263.77 cores=5,7
/proc/31379/task/31381/stat : 31381 (fscip) R 31376 31379 30613 0 -1 4194368 237575 0 0 0 26329 48 0 0 20 0 3 0 4494372 238313472 39831 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
[pid=31379/tid=31382] ppid=31376 vsize=232728 memory=13012 CPUtime=0 cores=5,7
/proc/31379/task/31382/stat : 31382 (fscip) S 31376 31379 30613 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 4494373 238313472 39831 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
Current children cumulated CPU time: 263.85 s
Current children cumulated vsize: 232728 KiB
Current children cumulated memory: 159324 KiB

[startup+265.2 s]
/proc/loadavg: 4.18 3.58 1.98 5/263 31431
/proc/meminfo: memFree=123743252/131524600 swapFree=131071996/131071996
[pid=31379] ppid=31376 vsize=232728 memory=159324 CPUtime=264.24 cores=5,7
/proc/31379/stat : 31379 (fscip) S 31376 31379 30613 0 -1 1077936128 241808 0 0 0 26375 49 0 0 20 0 3 0 4494368 238313472 39831 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
/proc/31379/statm: 58182 39831 3014 3035 0 45014 0
[pid=31379/tid=31381] ppid=31376 vsize=232728 memory=4896 CPUtime=264.17 cores=5,7
/proc/31379/task/31381/stat : 31381 (fscip) R 31376 31379 30613 0 -1 4194368 237576 0 0 0 26369 48 0 0 20 0 3 0 4494372 238313472 39831 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
[pid=31379/tid=31382] ppid=31376 vsize=232728 memory=1106976 CPUtime=0 cores=5,7
/proc/31379/task/31382/stat : 31382 (fscip) S 31376 31379 30613 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 4494373 238313472 39831 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
Current children cumulated CPU time: 264.24 s
Current children cumulated vsize: 232728 KiB
Current children cumulated memory: 159324 KiB

[startup+265.6 s]
/proc/loadavg: 4.18 3.58 1.98 5/263 31431
/proc/meminfo: memFree=123743252/131524600 swapFree=131071996/131071996
[pid=31379] ppid=31376 vsize=232728 memory=159324 CPUtime=264.64 cores=5,7
/proc/31379/stat : 31379 (fscip) S 31376 31379 30613 0 -1 1077936128 241809 0 0 0 26415 49 0 0 20 0 3 0 4494368 238313472 39831 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
/proc/31379/statm: 58182 39831 3014 3035 0 45014 0
[pid=31379/tid=31381] ppid=31376 vsize=232728 memory=164 CPUtime=264.57 cores=5,7
/proc/31379/task/31381/stat : 31381 (fscip) R 31376 31379 30613 0 -1 4194368 237577 0 0 0 26409 48 0 0 20 0 3 0 4494372 238313472 39831 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
[pid=31379/tid=31382] ppid=31376 vsize=232728 memory=159324 CPUtime=0 cores=5,7
/proc/31379/task/31382/stat : 31382 (fscip) S 31376 31379 30613 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 4494373 238313472 39831 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
Current children cumulated CPU time: 264.64 s
Current children cumulated vsize: 232728 KiB
Current children cumulated memory: 159324 KiB

[startup+265.7 s]
/proc/loadavg: 4.18 3.58 1.98 5/263 31431
/proc/meminfo: memFree=123743252/131524600 swapFree=131071996/131071996
[pid=31379] ppid=31376 vsize=232728 memory=159324 CPUtime=264.74 cores=5,7
/proc/31379/stat : 31379 (fscip) S 31376 31379 30613 0 -1 1077936128 241809 0 0 0 26425 49 0 0 20 0 3 0 4494368 238313472 39831 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
/proc/31379/statm: 58182 39831 3014 3035 0 45014 0
[pid=31379/tid=31381] ppid=31376 vsize=232728 memory=280903477782080 CPUtime=264.67 cores=5,7
/proc/31379/task/31381/stat : 31381 (fscip) R 31376 31379 30613 0 -1 4194368 237577 0 0 0 26419 48 0 0 20 0 3 0 4494372 238313472 39831 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
[pid=31379/tid=31382] ppid=31376 vsize=232728 memory=-7452168224999825529 CPUtime=0 cores=5,7
/proc/31379/task/31382/stat : 31382 (fscip) S 31376 31379 30613 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 4494373 238313472 39831 134679101440 4194304 16623229 140722589680784 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 55226368 140722589688854 140722589688970 140722589688970 140722589695984 0
Current children cumulated CPU time: 264.74 s
Current children cumulated vsize: 232728 KiB
Current children cumulated memory: 159324 KiB

Child status: 0

Real time (s): 265.754
CPU time (s): 264.806
CPU user time (s): 264.305
CPU system time (s): 0.50124
CPU usage (%): 99.6431
Max. virtual memory (cumulated for all children) (KiB): 232728
Max. memory (cumulated for all children) (KiB): 159324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 264.305
system time used= 0.50124
maximum resident set size= 159324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 244965
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= 825
involuntary context switches= 153


# summary of solver processes directly reported to runsolver:
#   pid: 31379
#   total CPU time (s): 264.806
#   total CPU user time (s): 264.305
#   total CPU system time (s): 0.50124

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.497149 second user time and 1.21733 second system time

The end

Launcher Data

Begin job on nodeC034 at 2024-07-31 00:35:01
IDJOB=4464348
IDBENCH=147960
IDSOLVER=3092
FILE ID=nodeC034/4464348-1722378901
RUNJOBID= nodeC034-1722378597-30626
SLURM_JOB_ID= 8249857
Free space on /tmp= 889980 MiB

SOLVER NAME= FiberSCIP 2024-07-30
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-4464348-1722378901/watcher-4464348-1722378901 -o /tmp/evaluation-result-4464348-1722378901/solver-4464348-1722378901 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1722378597-30626 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464348-1722378901.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 42d6ef3b711de5d9c56134e4ff6342cc
RANDOM SEED=2000602468

nodeC034.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		: 3667.329
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.51
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		: 3672.756
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.49
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.922
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.51
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.047
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.49
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		: 3667.346
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.51
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		: 3664.683
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.49
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.883
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.51
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		: 3676.511
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        124052568 kB
MemAvailable:   124244768 kB
Buffers:           86948 kB
Cached:           939468 kB
SwapCached:            0 kB
Active:           275768 kB
Inactive:        6709972 kB
Active(anon):       1564 kB
Inactive(anon):  5979096 kB
Active(file):     274204 kB
Inactive(file):   730876 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28236 kB
Writeback:             0 kB
AnonPages:       5957132 kB
Mapped:           125152 kB
Shmem:             21336 kB
KReclaimable:      53884 kB
Slab:             134392 kB
SReclaimable:      53884 kB
SUnreclaim:        80508 kB
KernelStack:        4320 kB
PageTables:        20892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    3440488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             9824 kB
HardwareCorrupted:     0 kB
AnonHugePages:    937984 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:      185044 kB
DirectMap2M:     5879808 kB
DirectMap1G:    130023424 kB

Free space on /tmp at the end= 889952 MiB
End job on nodeC034 at 2024-07-31 00:39:27