Trace number 4464361

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 268.594 269.406

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900574864.opb
MD5SUMb2f8f357a59f46dfa71af74665cc1cb6
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 benchmark2.35268
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-4464361-1722378812
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           1399          36         1                -           0.0000          -
10.96/11.03	c        11           5275          95         1                -           0.0000          -
15.94/16.08	c        16          10161         165         1                -           0.0000          -
21.03/21.13	c        21          14956         277         1                -           0.0000          -
26.01/26.18	c        26          19560         305         1                -           0.0000          -
31.09/31.26	c        31          23503         306         1                -           0.0000          -
36.18/36.30	c        36          27521         355         1                -           0.0000          -
41.26/41.40	c        41          31182         364         1                -           0.0000          -
46.24/46.44	c        46          34330         377         1                -           0.0000          -
51.33/51.53	c        52          38330         417         1                -           0.0000          -
56.41/56.61	c        57          41176         452         1                -           0.0000          -
61.49/61.72	c        62          44535         463         1                -           0.0000          -
66.58/66.83	c        67          47816         469         1                -           0.0000          -
71.66/71.95	c        72          50539         457         1                -           0.0000          -
76.75/77.00	c        77          54067         489         1                -           0.0000          -
81.74/82.05	c        82          58334         495         1                -           0.0000          -
86.82/87.10	c        87          61533         498         1                -           0.0000          -
91.81/92.15	c        92          64531         500         1                -           0.0000          -
96.89/97.22	c        97          67593         489         1                -           0.0000          -
101.87/102.27	c       102          71362         500         1                -           0.0000          -
106.95/107.35	c       107          74768         508         1                -           0.0000          -
112.04/112.45	c       112          78268         522         1                -           0.0000          -
117.13/117.54	c       118          82114         539         1                -           0.0000          -
122.21/122.62	c       123          85178         510         1                -           0.0000          -
127.30/127.75	c       128          87630         504         1                -           0.0000          -
132.38/132.82	c       133          91103         504         1                -           0.0000          -
137.47/137.92	c       138          94864         463         1                -           0.0000          -
142.44/142.98	c       143          97732         434         1                -           0.0000          -
147.54/148.04	c       148         101016         422         1                -           0.0000          -
152.62/153.19	c       153         102944         424         1                -           0.0000          -
157.71/158.26	c       158         106092         393         1                -           0.0000          -
162.79/163.33	c       163         109273         369         1                -           0.0000          -
167.87/168.41	c       168         112514         339         1                -           0.0000          -
172.86/173.48	c       173         115981         309         1                -           0.0000          -
177.95/178.53	c       179         120132         327         1                -           0.0000          -
182.93/183.58	c       184         123817         290         1                -           0.0000          -
188.01/188.63	c       189         127023         286         1                -           0.0000          -
193.00/193.68	c       194         130605         306         1                -           0.0000          -
198.08/198.76	c       199         134187         282         1                -           0.0000          -
203.17/203.81	c       204         137494         269         1                -           0.0000          -
208.16/208.88	c       209         141657         268         1                -           0.0000          -
213.24/213.94	c       214         144939         244         1                -           0.0000          -
218.22/218.99	c       219         148723         208         1                -           0.0000          -
223.31/224.07	c       224         152759         186         1                -           0.0000          -
228.40/229.12	c       229         156141         170         1                -           0.0000          -
233.39/234.17	c       234         159677         133         1                -           0.0000          -
238.47/239.24	c       239         163174          96         1                -           0.0000          -
243.55/244.32	c       244         167154          74         1                -           0.0000          -
248.53/249.37	c       249         171098          75         1                -           0.0000          -
253.62/254.42	c       254         174931          57         1                -           0.0000          -
258.60/259.47	c       259         179552          50         1                -           0.0000          -
263.69/264.52	c       265         184053          25         1                -           0.0000          -
268.48/269.38	c       269         187740           0         0                -           0.0000          -
268.48/269.40	c       269         187740           0         0                -           0.0000          -
268.48/269.40	c SCIP Status        : c problem is solved [infeasible]
268.48/269.40	c Total Time         : 269.4000
268.48/269.40	c   solving          : 269.4000
268.48/269.40	c   presolving       : 0.0370 (included in solving)
268.48/269.40	c B&B Tree           :
268.48/269.40	c   nodes (total)    : 187740
268.48/269.40	c Solution           :
268.48/269.40	c   Solutions found  : 0
268.48/269.40	c   Primal Bound     :          -
268.48/269.40	c   Dual Bound       :          -
268.48/269.40	c Gap                :          -
268.48/269.40	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 (55572 MiB free)
  memory of node 1: 64473 MiB (62000 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4464361-1722378812/watcher-4464361-1722378812 -o /tmp/evaluation-result-4464361-1722378812/solver-4464361-1722378812 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1722378597-30073 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4464361-1722378812.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
Current StackSize limit: 8192 KiB

solver pid=30376, runsolver pid=30373

[startup+0.100089 s]*
/proc/loadavg: 4.05 2.20 0.95 5/265 30379
/proc/meminfo: memFree=120368808/131524600 swapFree=131071996/131071996
[pid=30376] ppid=30373 vsize=117464 memory=36864 CPUtime=0.09 cores=5,7
/proc/30376/stat : 30376 (fscip) S 30373 30376 30060 0 -1 1077936128 6881 0 0 0 9 0 0 0 20 0 3 0 4485851 120283136 9216 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
/proc/30376/statm: 29366 9216 2854 3035 0 12564 0
[pid=30376/tid=30378] ppid=30373 vsize=117464 memory=4026561586 CPUtime=0.05 cores=5,7
/proc/30376/task/30378/stat : 30378 (fscip) R 30373 30376 30060 0 -1 4194368 3076 0 0 0 5 0 0 0 20 0 3 0 4485856 120283136 9216 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
[pid=30376/tid=30379] ppid=30373 vsize=117464 memory=232851243367 CPUtime=0 cores=5,7
/proc/30376/task/30379/stat : 30379 (fscip) S 30373 30376 30060 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4485857 120283136 9216 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 117464 KiB
Current children cumulated memory: 36864 KiB

[startup+0.205685 s]*
/proc/loadavg: 4.05 2.20 0.95 5/265 30379
/proc/meminfo: memFree=120367940/131524600 swapFree=131071996/131071996
[pid=30376] ppid=30373 vsize=117464 memory=38280 CPUtime=0.2 cores=5,7
/proc/30376/stat : 30376 (fscip) S 30373 30376 30060 0 -1 1077936128 7117 0 0 0 20 0 0 0 20 0 3 0 4485851 120283136 9570 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
/proc/30376/statm: 29366 9570 2950 3035 0 12775 0
[pid=30376/tid=30378] ppid=30373 vsize=117464 memory=664970838410264707 CPUtime=0.15 cores=5,7
/proc/30376/task/30378/stat : 30378 (fscip) R 30373 30376 30060 0 -1 4194368 3312 0 0 0 15 0 0 0 20 0 3 0 4485856 120283136 9570 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
[pid=30376/tid=30379] ppid=30373 vsize=117464 memory=2639 CPUtime=0 cores=5,7
/proc/30376/task/30379/stat : 30379 (fscip) S 30373 30376 30060 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4485857 120283136 9570 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 117464 KiB
Current children cumulated memory: 38280 KiB

[startup+0.305635 s]*
/proc/loadavg: 4.05 2.20 0.95 5/265 30379
/proc/meminfo: memFree=120360088/131524600 swapFree=131071996/131071996
[pid=30376] ppid=30373 vsize=117464 memory=45640 CPUtime=0.3 cores=5,7
/proc/30376/stat : 30376 (fscip) S 30373 30376 30060 0 -1 1077936128 9177 0 0 0 30 0 0 0 20 0 3 0 4485851 120283136 11410 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
/proc/30376/statm: 29366 11410 2950 3035 0 14987 0
[pid=30376/tid=30378] ppid=30373 vsize=117464 memory=-5155632383976565637 CPUtime=0.25 cores=5,7
/proc/30376/task/30378/stat : 30378 (fscip) R 30373 30376 30060 0 -1 4194368 5372 0 0 0 25 0 0 0 20 0 3 0 4485856 120283136 11410 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
[pid=30376/tid=30379] ppid=30373 vsize=117464 memory=0 CPUtime=0 cores=5,7
/proc/30376/task/30379/stat : 30379 (fscip) S 30373 30376 30060 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4485857 120283136 11410 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 117464 KiB
Current children cumulated memory: 45640 KiB

[startup+0.700248 s]
/proc/loadavg: 4.05 2.23 0.96 5/265 30379
/proc/meminfo: memFree=120353912/131524600 swapFree=131071996/131071996
[pid=30376] ppid=30373 vsize=121496 memory=61740 CPUtime=0.69 cores=5,7
/proc/30376/stat : 30376 (fscip) S 30373 30376 30060 0 -1 1077936128 13198 0 0 0 68 1 0 0 20 0 3 0 4485851 124411904 15435 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
/proc/30376/statm: 30374 15435 2950 3035 0 19487 0
[pid=30376/tid=30378] ppid=30373 vsize=121496 memory=0 CPUtime=0.63 cores=5,7
/proc/30376/task/30378/stat : 30378 (fscip) R 30373 30376 30060 0 -1 4194368 9393 0 0 0 63 0 0 0 20 0 3 0 4485856 124411904 15435 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
[pid=30376/tid=30379] ppid=30373 vsize=121496 memory=0 CPUtime=0 cores=5,7
/proc/30376/task/30379/stat : 30379 (fscip) S 30373 30376 30060 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4485857 124411904 15435 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 121496 KiB
Current children cumulated memory: 61740 KiB

[startup+1.50026 s]
/proc/loadavg: 4.05 2.23 0.96 5/265 30381
/proc/meminfo: memFree=120333308/131524600 swapFree=131071996/131071996
[pid=30376] ppid=30373 vsize=124548 memory=76816 CPUtime=1.48 cores=5,7
/proc/30376/stat : 30376 (fscip) S 30373 30376 30060 0 -1 1077936128 23497 0 0 0 146 2 0 0 20 0 3 0 4485851 127537152 19204 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
/proc/30376/statm: 31137 19204 2966 3035 0 23487 0
[pid=30376/tid=30378] ppid=30373 vsize=124548 memory=0 CPUtime=1.43 cores=5,7
/proc/30376/task/30378/stat : 30378 (fscip) R 30373 30376 30060 0 -1 4194368 19692 0 0 0 141 2 0 0 20 0 3 0 4485856 127537152 19204 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
[pid=30376/tid=30379] ppid=30373 vsize=124548 memory=0 CPUtime=0 cores=5,7
/proc/30376/task/30379/stat : 30379 (fscip) S 30373 30376 30060 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4485857 127537152 19204 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 124548 KiB
Current children cumulated memory: 76816 KiB

[startup+3.10546 s]
/proc/loadavg: 4.05 2.23 0.96 5/265 30381
/proc/meminfo: memFree=120320976/131524600 swapFree=131071996/131071996
[pid=30376] ppid=30373 vsize=126472 memory=84464 CPUtime=3.08 cores=5,7
/proc/30376/stat : 30376 (fscip) S 30373 30376 30060 0 -1 1077936128 29205 0 0 0 305 3 0 0 20 0 3 0 4485851 129507328 21116 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
/proc/30376/statm: 31618 21116 2966 3035 0 26300 0
[pid=30376/tid=30378] ppid=30373 vsize=126472 memory=0 CPUtime=3.03 cores=5,7
/proc/30376/task/30378/stat : 30378 (fscip) R 30373 30376 30060 0 -1 4194368 25385 0 0 0 300 3 0 0 20 0 3 0 4485856 129507328 21116 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
[pid=30376/tid=30379] ppid=30373 vsize=126472 memory=2273 CPUtime=0 cores=5,7
/proc/30376/task/30379/stat : 30379 (fscip) S 30373 30376 30060 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 3 0 4485857 129507328 21116 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 126472 KiB
Current children cumulated memory: 84464 KiB

[startup+6.30024 s]
/proc/loadavg: 4.04 2.26 0.98 5/265 30381
/proc/meminfo: memFree=120312584/131524600 swapFree=131071996/131071996
[pid=30376] ppid=30373 vsize=190064 memory=94112 CPUtime=6.27 cores=5,7
/proc/30376/stat : 30376 (fscip) S 30373 30376 30060 0 -1 1077936128 49460 0 0 0 621 6 0 0 20 0 3 0 4485851 194625536 23528 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
/proc/30376/statm: 47516 23528 2966 3035 0 28010 0
[pid=30376/tid=30378] ppid=30373 vsize=190064 memory=87436 CPUtime=6.22 cores=5,7
/proc/30376/task/30378/stat : 30378 (fscip) R 30373 30376 30060 0 -1 4194368 45619 0 0 0 616 6 0 0 20 0 3 0 4485856 194625536 23528 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
[pid=30376/tid=30379] ppid=30373 vsize=190064 memory=-5155632383976565637 CPUtime=0 cores=5,7
/proc/30376/task/30379/stat : 30379 (fscip) S 30373 30376 30060 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 3 0 4485857 194625536 23528 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 190064 KiB
Current children cumulated memory: 94112 KiB

[startup+12.7002 s]
/proc/loadavg: 4.04 2.29 1.00 5/266 30383
/proc/meminfo: memFree=120289116/131524600 swapFree=131071996/131071996
[pid=30376] ppid=30373 vsize=124528 memory=92460 CPUtime=12.65 cores=5,7
/proc/30376/stat : 30376 (fscip) S 30373 30376 30060 0 -1 1077936128 77327 0 0 0 1254 11 0 0 20 0 3 0 4485851 127516672 23115 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
/proc/30376/statm: 31132 23115 3014 3035 0 27479 0
[pid=30376/tid=30378] ppid=30373 vsize=124528 memory=164 CPUtime=12.59 cores=5,7
/proc/30376/task/30378/stat : 30378 (fscip) R 30373 30376 30060 0 -1 4194368 73438 0 0 0 1249 10 0 0 20 0 3 0 4485856 127516672 23115 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
[pid=30376/tid=30379] ppid=30373 vsize=124528 memory=92268 CPUtime=0 cores=5,7
/proc/30376/task/30379/stat : 30379 (fscip) S 30373 30376 30060 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 3 0 4485857 127516672 23115 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 124528 KiB
Current children cumulated memory: 92460 KiB

[startup+25.5002 s]
/proc/loadavg: 4.03 2.35 1.03 5/266 30385
/proc/meminfo: memFree=120276080/131524600 swapFree=131071996/131071996
[pid=30376] ppid=30373 vsize=190064 memory=102464 CPUtime=25.41 cores=5,7
/proc/30376/stat : 30376 (fscip) S 30373 30376 30060 0 -1 1077936128 97546 0 0 0 2526 15 0 0 20 0 3 0 4485851 194625536 25616 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
/proc/30376/statm: 47516 25616 3014 3035 0 30360 0
[pid=30376/tid=30378] ppid=30373 vsize=190064 memory=102436 CPUtime=25.36 cores=5,7
/proc/30376/task/30378/stat : 30378 (fscip) R 30373 30376 30060 0 -1 4194368 93584 0 0 0 2521 15 0 0 20 0 3 0 4485856 194625536 25616 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
[pid=30376/tid=30379] ppid=30373 vsize=190064 memory=11592 CPUtime=0 cores=5,7
/proc/30376/task/30379/stat : 30379 (fscip) S 30373 30376 30060 0 -1 1077936192 14 0 0 0 0 0 0 0 20 0 3 0 4485857 194625536 25616 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 190064 KiB
Current children cumulated memory: 102464 KiB

[startup+51.1056 s]
/proc/loadavg: 4.08 2.52 1.13 5/266 30390
/proc/meminfo: memFree=120266692/131524600 swapFree=131071996/131071996
[pid=30376] ppid=30373 vsize=190064 memory=104084 CPUtime=50.93 cores=5,7
/proc/30376/stat : 30376 (fscip) S 30373 30376 30060 0 -1 1077936128 129859 0 0 0 5073 20 0 0 20 0 3 0 4485851 194625536 26021 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
/proc/30376/statm: 47516 26021 3014 3035 0 32221 0
[pid=30376/tid=30378] ppid=30373 vsize=190064 memory=104084 CPUtime=50.88 cores=5,7
/proc/30376/task/30378/stat : 30378 (fscip) R 30373 30376 30060 0 -1 4194368 125814 0 0 0 5068 20 0 0 20 0 3 0 4485856 194625536 26021 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
[pid=30376/tid=30379] ppid=30373 vsize=190064 memory=102468 CPUtime=0 cores=5,7
/proc/30376/task/30379/stat : 30379 (fscip) S 30373 30376 30060 0 -1 1077936192 20 0 0 0 0 0 0 0 20 0 3 0 4485857 194625536 26021 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 190064 KiB
Current children cumulated memory: 104084 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 2.77 1.29 5/265 30399
/proc/meminfo: memFree=120223056/131524600 swapFree=131071996/131071996
[pid=30376] ppid=30373 vsize=202624 memory=124920 CPUtime=101.97 cores=5,7
/proc/30376/stat : 30376 (fscip) S 30373 30376 30060 0 -1 1077936128 166195 0 0 0 10168 29 0 0 20 0 3 0 4485851 207486976 31230 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
/proc/30376/statm: 50656 31230 3014 3035 0 36121 0
[pid=30376/tid=30378] ppid=30373 vsize=202624 memory=13328 CPUtime=101.91 cores=5,7
/proc/30376/task/30378/stat : 30378 (fscip) R 30373 30376 30060 0 -1 4194368 162050 0 0 0 10163 28 0 0 20 0 3 0 4485856 207486976 31230 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
[pid=30376/tid=30379] ppid=30373 vsize=202624 memory=124916 CPUtime=0 cores=5,7
/proc/30376/task/30379/stat : 30379 (fscip) S 30373 30376 30060 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 3 0 4485857 207486976 31230 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 202624 KiB
Current children cumulated memory: 124920 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 3.02 1.47 5/264 30409
/proc/meminfo: memFree=120186100/131524600 swapFree=131071996/131071996
[pid=30376] ppid=30373 vsize=202624 memory=126568 CPUtime=161.79 cores=5,7
/proc/30376/stat : 30376 (fscip) S 30373 30376 30060 0 -1 1077936128 193391 0 0 0 16142 37 0 0 20 0 3 0 4485851 207486976 31642 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
/proc/30376/statm: 50656 31642 3014 3035 0 36317 0
[pid=30376/tid=30378] ppid=30373 vsize=202624 memory=126156 CPUtime=161.73 cores=5,7
/proc/30376/task/30378/stat : 30378 (fscip) R 30373 30376 30060 0 -1 4194368 189189 0 0 0 16136 37 0 0 20 0 3 0 4485856 207486976 31642 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
[pid=30376/tid=30379] ppid=30373 vsize=202624 memory=126156 CPUtime=0 cores=5,7
/proc/30376/task/30379/stat : 30379 (fscip) S 30373 30376 30060 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 3 0 4485857 207486976 31642 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 202624 KiB
Current children cumulated memory: 126568 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 3.22 1.64 5/264 30420
/proc/meminfo: memFree=120152892/131524600 swapFree=131071996/131071996
[pid=30376] ppid=30373 vsize=227392 memory=150500 CPUtime=221.61 cores=5,7
/proc/30376/stat : 30376 (fscip) S 30373 30376 30060 0 -1 1077936128 221382 0 0 0 22114 47 0 0 20 0 3 0 4485851 232849408 37625 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
/proc/30376/statm: 56848 37625 3014 3035 0 42509 0
[pid=30376/tid=30378] ppid=30373 vsize=227392 memory=150468 CPUtime=221.55 cores=5,7
/proc/30376/task/30378/stat : 30378 (fscip) R 30373 30376 30060 0 -1 4194368 217124 0 0 0 22109 46 0 0 20 0 3 0 4485856 232849408 37625 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
[pid=30376/tid=30379] ppid=30373 vsize=227392 memory=150500 CPUtime=0 cores=5,7
/proc/30376/task/30379/stat : 30379 (fscip) S 30373 30376 30060 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 4485857 232849408 37625 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
Current children cumulated CPU time: 221.61 s
Current children cumulated vsize: 227392 KiB
Current children cumulated memory: 150500 KiB

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

# cumulated CPU time of all completed processes:  user=268.022 s, system=0.572289 s

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

[startup+230.4 s]
/proc/loadavg: 4.10 3.23 1.65 5/264 30420
/proc/meminfo: memFree=120152848/131524600 swapFree=131071996/131071996
[pid=30376] ppid=30373 vsize=227392 memory=150500 CPUtime=229.69 cores=5,7
/proc/30376/stat : 30376 (fscip) S 30373 30376 30060 0 -1 1077936128 221565 0 0 0 22921 48 0 0 20 0 3 0 4485851 232849408 37625 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
/proc/30376/statm: 56848 37625 3014 3035 0 42509 0
[pid=30376/tid=30378] ppid=30373 vsize=227392 memory=12852 CPUtime=229.62 cores=5,7
/proc/30376/task/30378/stat : 30378 (fscip) R 30373 30376 30060 0 -1 4194368 217307 0 0 0 22915 47 0 0 20 0 3 0 4485856 232849408 37625 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
[pid=30376/tid=30379] ppid=30373 vsize=227392 memory=11592 CPUtime=0 cores=5,7
/proc/30376/task/30379/stat : 30379 (fscip) S 30373 30376 30060 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 4485857 232849408 37625 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
Current children cumulated CPU time: 229.69 s
Current children cumulated vsize: 227392 KiB
Current children cumulated memory: 150500 KiB

[startup+256 s]*
/proc/loadavg: 4.13 3.32 1.73 5/264 30426
/proc/meminfo: memFree=120148684/131524600 swapFree=131071996/131071996
[pid=30376] ppid=30373 vsize=234856 memory=154076 CPUtime=255.22 cores=5,7
/proc/30376/stat : 30376 (fscip) S 30373 30376 30060 0 -1 1077936128 235027 0 0 0 25469 53 0 0 20 0 3 0 4485851 240492544 38519 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
/proc/30376/statm: 58714 38519 3014 3035 0 44375 0
[pid=30376/tid=30378] ppid=30373 vsize=234856 memory=-7452449699976536953 CPUtime=255.15 cores=5,7
/proc/30376/task/30378/stat : 30378 (fscip) R 30373 30376 30060 0 -1 4194368 230739 0 0 0 25463 52 0 0 20 0 3 0 4485856 240492544 38519 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
[pid=30376/tid=30379] ppid=30373 vsize=234856 memory=4714587784164830876 CPUtime=0 cores=5,7
/proc/30376/task/30379/stat : 30379 (fscip) S 30373 30376 30060 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 3 0 4485857 240492544 38519 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
Current children cumulated CPU time: 255.22 s
Current children cumulated vsize: 234856 KiB
Current children cumulated memory: 154076 KiB

[startup+262.4 s]
/proc/loadavg: 4.12 3.33 1.74 5/264 30428
/proc/meminfo: memFree=120144348/131524600 swapFree=131071996/131071996
[pid=30376] ppid=30373 vsize=234856 memory=154076 CPUtime=261.59 cores=5,7
/proc/30376/stat : 30376 (fscip) S 30373 30376 30060 0 -1 1077936128 238473 0 0 0 26105 54 0 0 20 0 3 0 4485851 240492544 38519 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
/proc/30376/statm: 58714 38519 3014 3035 0 44375 0
[pid=30376/tid=30378] ppid=30373 vsize=234856 memory=154076 CPUtime=261.52 cores=5,7
/proc/30376/task/30378/stat : 30378 (fscip) R 30373 30376 30060 0 -1 4194368 234185 0 0 0 26099 53 0 0 20 0 3 0 4485856 240492544 38519 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
[pid=30376/tid=30379] ppid=30373 vsize=234856 memory=150524 CPUtime=0 cores=5,7
/proc/30376/task/30379/stat : 30379 (fscip) S 30373 30376 30060 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 3 0 4485857 240492544 38519 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
Current children cumulated CPU time: 261.59 s
Current children cumulated vsize: 234856 KiB
Current children cumulated memory: 154076 KiB

[startup+265.6 s]
/proc/loadavg: 4.12 3.33 1.74 5/264 30428
/proc/meminfo: memFree=120146244/131524600 swapFree=131071996/131071996
[pid=30376] ppid=30373 vsize=234856 memory=154076 CPUtime=264.79 cores=5,7
/proc/30376/stat : 30376 (fscip) S 30373 30376 30060 0 -1 1077936128 238518 0 0 0 26424 55 0 0 20 0 3 0 4485851 240492544 38519 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
/proc/30376/statm: 58714 38519 3014 3035 0 44375 0
[pid=30376/tid=30378] ppid=30373 vsize=234856 memory=4912 CPUtime=264.72 cores=5,7
/proc/30376/task/30378/stat : 30378 (fscip) R 30373 30376 30060 0 -1 4194368 234230 0 0 0 26418 54 0 0 20 0 3 0 4485856 240492544 38519 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
[pid=30376/tid=30379] ppid=30373 vsize=234856 memory=11592 CPUtime=0 cores=5,7
/proc/30376/task/30379/stat : 30379 (fscip) S 30373 30376 30060 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 3 0 4485857 240492544 38519 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
Current children cumulated CPU time: 264.79 s
Current children cumulated vsize: 234856 KiB
Current children cumulated memory: 154076 KiB

[startup+267.2 s]
/proc/loadavg: 4.11 3.35 1.76 5/264 30428
/proc/meminfo: memFree=120146564/131524600 swapFree=131071996/131071996
[pid=30376] ppid=30373 vsize=234856 memory=154076 CPUtime=266.38 cores=5,7
/proc/30376/stat : 30376 (fscip) S 30373 30376 30060 0 -1 1077936128 238523 0 0 0 26583 55 0 0 20 0 3 0 4485851 240492544 38519 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
/proc/30376/statm: 58714 38519 3014 3035 0 44375 0
[pid=30376/tid=30378] ppid=30373 vsize=234856 memory=12852 CPUtime=266.31 cores=5,7
/proc/30376/task/30378/stat : 30378 (fscip) R 30373 30376 30060 0 -1 4194368 234235 0 0 0 26577 54 0 0 20 0 3 0 4485856 240492544 38519 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
[pid=30376/tid=30379] ppid=30373 vsize=234856 memory=13328 CPUtime=0 cores=5,7
/proc/30376/task/30379/stat : 30379 (fscip) S 30373 30376 30060 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 3 0 4485857 240492544 38519 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
Current children cumulated CPU time: 266.38 s
Current children cumulated vsize: 234856 KiB
Current children cumulated memory: 154076 KiB

[startup+268 s]*
/proc/loadavg: 4.11 3.35 1.76 5/264 30428
/proc/meminfo: memFree=120146468/131524600 swapFree=131071996/131071996
[pid=30376] ppid=30373 vsize=234856 memory=154076 CPUtime=267.18 cores=5,7
/proc/30376/stat : 30376 (fscip) S 30373 30376 30060 0 -1 1077936128 238530 0 0 0 26663 55 0 0 20 0 3 0 4485851 240492544 38519 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
/proc/30376/statm: 58714 38519 3014 3035 0 44375 0
[pid=30376/tid=30378] ppid=30373 vsize=234856 memory=-7452449699976536953 CPUtime=267.11 cores=5,7
/proc/30376/task/30378/stat : 30378 (fscip) R 30373 30376 30060 0 -1 4194368 234242 0 0 0 26657 54 0 0 20 0 3 0 4485856 240492544 38519 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
[pid=30376/tid=30379] ppid=30373 vsize=234856 memory=4714587784164830876 CPUtime=0 cores=5,7
/proc/30376/task/30379/stat : 30379 (fscip) S 30373 30376 30060 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 3 0 4485857 240492544 38519 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
Current children cumulated CPU time: 267.18 s
Current children cumulated vsize: 234856 KiB
Current children cumulated memory: 154076 KiB

[startup+268.8 s]
/proc/loadavg: 4.11 3.35 1.76 5/264 30428
/proc/meminfo: memFree=120146468/131524600 swapFree=131071996/131071996
[pid=30376] ppid=30373 vsize=234856 memory=154076 CPUtime=267.98 cores=5,7
/proc/30376/stat : 30376 (fscip) S 30373 30376 30060 0 -1 1077936128 238600 0 0 0 26742 56 0 0 20 0 3 0 4485851 240492544 38519 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
/proc/30376/statm: 58714 38519 3014 3035 0 44375 0
[pid=30376/tid=30378] ppid=30373 vsize=234856 memory=4714587784164830876 CPUtime=267.91 cores=5,7
/proc/30376/task/30378/stat : 30378 (fscip) R 30373 30376 30060 0 -1 4194368 234312 0 0 0 26736 55 0 0 20 0 3 0 4485856 240492544 38519 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
[pid=30376/tid=30379] ppid=30373 vsize=234856 memory=11592 CPUtime=0 cores=5,7
/proc/30376/task/30379/stat : 30379 (fscip) S 30373 30376 30060 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 3 0 4485857 240492544 38519 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
Current children cumulated CPU time: 267.98 s
Current children cumulated vsize: 234856 KiB
Current children cumulated memory: 154076 KiB

[startup+269.2 s]
/proc/loadavg: 4.11 3.35 1.76 5/264 30428
/proc/meminfo: memFree=120146508/131524600 swapFree=131071996/131071996
[pid=30376] ppid=30373 vsize=234856 memory=154076 CPUtime=268.38 cores=5,7
/proc/30376/stat : 30376 (fscip) S 30373 30376 30060 0 -1 1077936128 238605 0 0 0 26782 56 0 0 20 0 3 0 4485851 240492544 38519 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
/proc/30376/statm: 58714 38519 3014 3035 0 44375 0
[pid=30376/tid=30378] ppid=30373 vsize=234856 memory=7352 CPUtime=268.31 cores=5,7
/proc/30376/task/30378/stat : 30378 (fscip) R 30373 30376 30060 0 -1 4194368 234317 0 0 0 26776 55 0 0 20 0 3 0 4485856 240492544 38519 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
[pid=30376/tid=30379] ppid=30373 vsize=234856 memory=3704 CPUtime=0 cores=5,7
/proc/30376/task/30379/stat : 30379 (fscip) S 30373 30376 30060 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 3 0 4485857 240492544 38519 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
Current children cumulated CPU time: 268.38 s
Current children cumulated vsize: 234856 KiB
Current children cumulated memory: 154076 KiB

[startup+269.3 s]
/proc/loadavg: 4.11 3.35 1.76 5/264 30428
/proc/meminfo: memFree=120146508/131524600 swapFree=131071996/131071996
[pid=30376] ppid=30373 vsize=234856 memory=154076 CPUtime=268.48 cores=5,7
/proc/30376/stat : 30376 (fscip) S 30373 30376 30060 0 -1 1077936128 238605 0 0 0 26792 56 0 0 20 0 3 0 4485851 240492544 38519 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
/proc/30376/statm: 58714 38519 3014 3035 0 44375 0
[pid=30376/tid=30378] ppid=30373 vsize=234856 memory=154076 CPUtime=268.41 cores=5,7
/proc/30376/task/30378/stat : 30378 (fscip) R 30373 30376 30060 0 -1 4194368 234317 0 0 0 26786 55 0 0 20 0 3 0 4485856 240492544 38519 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
[pid=30376/tid=30379] ppid=30373 vsize=234856 memory=154076 CPUtime=0 cores=5,7
/proc/30376/task/30379/stat : 30379 (fscip) S 30373 30376 30060 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 3 0 4485857 240492544 38519 134679101440 4194304 16623229 140733079108544 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37498880 140733079110678 140733079110794 140733079110794 140733079117808 0
Current children cumulated CPU time: 268.48 s
Current children cumulated vsize: 234856 KiB
Current children cumulated memory: 154076 KiB

Child status: 0

Real time (s): 269.406
CPU time (s): 268.594
CPU user time (s): 268.022
CPU system time (s): 0.572289
CPU usage (%): 99.6985
Max. virtual memory (cumulated for all children) (KiB): 234856
Max. memory (cumulated for all children) (KiB): 154076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 268.022
system time used= 0.572289
maximum resident set size= 154076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241296
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= 833
involuntary context switches= 172


# summary of solver processes directly reported to runsolver:
#   pid: 30376
#   total CPU time (s): 268.594
#   total CPU user time (s): 268.022
#   total CPU system time (s): 0.572289

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.496305 second user time and 1.33399 second system time

The end

Launcher Data

Begin job on nodeC035 at 2024-07-31 00:33:32
IDJOB=4464361
IDBENCH=147923
IDSOLVER=3092
FILE ID=nodeC035/4464361-1722378812
RUNJOBID= nodeC035-1722378597-30073
SLURM_JOB_ID= 8249858
Free space on /tmp= 889988 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900574864.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-4464361-1722378812/watcher-4464361-1722378812 -o /tmp/evaluation-result-4464361-1722378812/solver-4464361-1722378812 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1722378597-30073 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464361-1722378812.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= b2f8f357a59f46dfa71af74665cc1cb6
RANDOM SEED=83643309

nodeC035.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.881
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	: 7000.79
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		: 3674.315
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	: 7006.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        120395512 kB
MemAvailable:   128387704 kB
Buffers:           83092 kB
Cached:          8704476 kB
SwapCached:            0 kB
Active:           259616 kB
Inactive:       10304244 kB
Active(anon):       1544 kB
Inactive(anon):  1796088 kB
Active(file):     258072 kB
Inactive(file):  8508156 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28396 kB
Writeback:            56 kB
AnonPages:       1772476 kB
Mapped:           124820 kB
Shmem:             21336 kB
KReclaimable:     131572 kB
Slab:             221348 kB
SReclaimable:     131572 kB
SUnreclaim:        89776 kB
KernelStack:        4192 kB
PageTables:        13048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1432056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             9920 kB
HardwareCorrupted:     0 kB
AnonHugePages:    411648 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:      254676 kB
DirectMap2M:     7907328 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 889960 MiB
End job on nodeC035 at 2024-07-31 00:38:02