Trace number 4444040

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-02? 3584.06 3600.48

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k3_l5_n550.opb
MD5SUM392bb637b95a9bbde51dfdce2cdaf17a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2.13387
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1650
Total number of constraints113164
Number of constraints which are clauses112614
Number of constraints which are cardinality constraints (but not clauses)550
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: cdb00f34-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.0] [GitHash: 32d2b99657]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.0         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: bdec2291]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.2.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.40/0.41	c Default LC presolving (default).
0.40/0.41	c ** Before presolving: virtualMemUsedAtLc = 324897071, getVmSize() = 233074688, SCIPgetMemUsed() = 148243555, SCIPgetMemTotal() = 201994947, SCIPgetMemExternEstim() = 122902124
0.40/0.41	c ** set memory limit for presolving in LC to 8.796e+12 for SCIP **
3.48/3.50	c ** Estimated virtualMemUsedAtSolver = 570601330, getVmSize() = 775524352, SCIPgetMemUsed() = 347460015, SCIPgetMemTotal() = 732999871, SCIPgetMemExternEstim() = 122902124
3.48/3.50	c ** set memory limit for solvers to 4.39803e+12 for each SCIP **
3.48/3.50	c Original Problem   :
3.48/3.50	c   Problem name     : instance-4444040-1721317637
3.48/3.50	c   Variables        : 1650 (1650 binary, 0 integer, 0 implicit integer, 0 continuous)
3.48/3.50	c   Constraints      : 113164
3.48/3.50	c   Objective sense  : minimize
3.48/3.50	c Presolved Problem  :
3.48/3.50	c   Variables        : 1645 (1645 binary, 0 integer, 0 implicit integer, 0 continuous)
3.48/3.50	c   Constraints      : 112644
3.48/3.50	c Constraints        : Number
3.48/3.50	c   setppc           : 548 
3.48/3.50	c   orbitope         : 2 
3.48/3.50	c   logicor          : 112094 
3.48/3.50	c ** Instance transfer method used: 0
3.58/3.64	c ** ParaScipInstance copy increased the number of variables. **
3.68/3.78	c LC is working with racing ramp-up and with rebuilding tree after racing.
3.68/3.78	c                                Nodes    Active                                            
3.68/3.78	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
269.65/272.48	c       272              2           1         1                -           0.0000          -
281.70/284.54	c       285             12          11         1                -           0.0000          -
287.97/290.83	c       291             20          19         1                -           0.0000          -
352.92/356.06	c       356             22          21         1                -           0.0000          -
410.69/414.00	c       414             24          23         1                -           0.0000          -
518.93/522.71	c       523             26          25         1                -           0.0000          -
629.08/633.39	c       633             28          27         1                -           0.0000          -
762.51/767.34	c       767             30          29         1                -           0.0000          -
791.81/796.73	c       797             32          31         1                -           0.0000          -
826.47/831.54	c       832             34          33         1                -           0.0000          -
871.80/877.03	c       877             36          35         1                -           0.0000          -
959.93/965.55	c       966             38          37         1                -           0.0000          -
969.59/975.25	c       975             40          39         1                -           0.0000          -
1016.70/1022.59	c      1023             42          41         1                -           0.0000          -
1028.36/1034.28	c      1034             43          42         1                -           0.0000          -
1084.84/1090.98	c      1091             46          45         1                -           0.0000          -
1126.96/1133.27	c      1133             48          47         1                -           0.0000          -
1138.52/1144.84	c      1145             50          49         1                -           0.0000          -
1150.37/1156.77	c      1157             52          51         1                -           0.0000          -
1205.46/1212.03	c      1212             54          53         1                -           0.0000          -
1217.11/1223.73	c      1224             56          55         1                -           0.0000          -
1270.70/1277.56	c      1278             58          57         1                -           0.0000          -
1283.15/1290.01	c      1290             60          59         1                -           0.0000          -
1295.40/1302.38	c      1302             66          65         1                -           0.0000          -
1305.85/1312.86	c      1313             68          67         1                -           0.0000          -
1385.63/1392.91	c      1393             72          71         1                -           0.0000          -
1392.10/1399.40	c      1399             76          75         1                -           0.0000          -
1400.57/1407.90	c      1408             78          77         1                -           0.0000          -
1432.14/1439.63	c      1440             79          78         1                -           0.0000          -
1442.70/1450.24	c      1450             83          82         1                -           0.0000          -
1526.69/1534.54	c      1535             85          84         1                -           0.0000          -
1538.25/1546.19	c      1546             89          88         1                -           0.0000          -
1550.69/1558.67	c      1559             92          91         1                -           0.0000          -
1561.54/1569.54	c      1570             94          93         1                -           0.0000          -
1568.41/1576.46	c      1576             98          97         1                -           0.0000          -
1615.32/1623.58	c      1624            100          99         1                -           0.0000          -
1629.87/1638.16	c      1638            103         102         1                -           0.0000          -
1639.03/1647.38	c      1647            106         105         1                -           0.0000          -
1644.81/1653.16	c      1653            110         109         1                -           0.0000          -
1654.46/1662.81	c      1663            112         111         1                -           0.0000          -
1667.11/1675.54	c      1676            115         114         1                -           0.0000          -
1677.07/1685.55	c      1686            117         116         1                -           0.0000          -
1683.44/1691.93	c      1692            121         120         1                -           0.0000          -
1691.70/1700.22	c      1700            123         122         1                -           0.0000          -
1703.47/1712.01	c      1712            126         125         1                -           0.0000          -
1711.33/1719.99	c      1720            128         127         1                -           0.0000          -
1751.56/1760.31	c      1760            130         129         1                -           0.0000          -
1762.91/1771.76	c      1772            140         139         1                -           0.0000          -
1802.26/1811.24	c      1811            143         142         1                -           0.0000          -
1810.53/1819.59	c      1820            145         144         1                -           0.0000          -
1845.68/1854.84	c      1855            147         146         1                -           0.0000          -
1854.55/1863.71	c      1864            150         149         1                -           0.0000          -
1896.97/1906.39	c      1906            153         152         1                -           0.0000          -
1905.64/1915.07	c      1915            155         154         1                -           0.0000          -
3583.57/3600.00	c      3600            157         156         0                -           0.0000          -
3583.87/3600.34	c SCIP Status        : c solving was interrupted [hard time limit reached]
3583.87/3600.34	c Total Time         : 3600.3400
3583.87/3600.34	c   solving          : 3600.3400
3583.87/3600.34	c   presolving       : 3.0839 (included in solving)
3583.87/3600.34	c B&B Tree           :
3583.87/3600.34	c   nodes (total)    : 1
3583.87/3600.34	c Solution           :
3583.87/3600.34	c   Solutions found  : 0
3583.87/3600.34	c   Primal Bound     :          -
3583.87/3600.34	c   Dual Bound       : +0.00000000000000e+00
3583.87/3600.34	c Gap                :          -
3583.97/3600.47	s UNKNOWN

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=1007775, runsolver pid=1007772
Current StackSize limit: 8192 KiB


[startup+0.10009 s]*
/proc/loadavg: 1.23 1.92 3.05 5/255 1007778
/proc/meminfo: memFree=128378088/131524600 swapFree=131071996/131071996
[pid=1007775] ppid=1007772 vsize=53328 memory=41508 CPUtime=0.09 cores=0,2
/proc/1007775/stat : 1007775 (fscip) R 1007772 1007775 1007714 0 -1 4194304 8290 0 0 0 8 1 0 0 20 0 1 0 183931847 54607872 10377 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
/proc/1007775/statm: 13332 10377 2318 3032 0 9732 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 53328 KiB
Current children cumulated memory: 41508 KiB

[startup+0.205377 s]*
/proc/loadavg: 1.23 1.92 3.05 5/254 1007779
/proc/meminfo: memFree=128287620/131524600 swapFree=131071996/131071996
[pid=1007775] ppid=1007772 vsize=80576 memory=68144 CPUtime=0.2 cores=0,2
/proc/1007775/stat : 1007775 (fscip) R 1007772 1007775 1007714 0 -1 4194304 14963 0 0 0 18 2 0 0 20 0 1 0 183931847 82509824 17036 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
/proc/1007775/statm: 20144 17036 2318 3032 0 16544 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 80576 KiB
Current children cumulated memory: 68144 KiB

[startup+0.305428 s]*
/proc/loadavg: 1.23 1.92 3.05 5/259 1007789
/proc/meminfo: memFree=128144904/131524600 swapFree=131071996/131071996
[pid=1007775] ppid=1007772 vsize=137440 memory=126284 CPUtime=0.3 cores=0,2
/proc/1007775/stat : 1007775 (fscip) R 1007772 1007775 1007714 0 -1 4194304 29637 0 0 0 26 4 0 0 20 0 1 0 183931847 140738560 31571 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
/proc/1007775/statm: 34360 31571 2542 3032 0 30760 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 137440 KiB
Current children cumulated memory: 126284 KiB

[startup+0.700189 s]
/proc/loadavg: 1.23 1.92 3.05 6/259 1007789
/proc/meminfo: memFree=127926424/131524600 swapFree=131071996/131071996
[pid=1007775] ppid=1007772 vsize=308576 memory=293628 CPUtime=0.69 cores=0,2
/proc/1007775/stat : 1007775 (fscip) R 1007772 1007775 1007714 0 -1 4194304 61264 0 0 0 60 9 0 0 20 0 1 0 183931847 315981824 73407 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
/proc/1007775/statm: 77144 73407 2622 3032 0 73544 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 308576 KiB
Current children cumulated memory: 293628 KiB

[startup+1.50023 s]
/proc/loadavg: 1.23 1.92 3.05 5/259 1007789
/proc/meminfo: memFree=127783092/131524600 swapFree=131071996/131071996
[pid=1007775] ppid=1007772 vsize=284544 memory=269848 CPUtime=1.49 cores=0,2
/proc/1007775/stat : 1007775 (fscip) R 1007772 1007775 1007714 0 -1 4194304 83996 0 0 0 136 13 0 0 20 0 1 0 183931847 291373056 67462 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
/proc/1007775/statm: 71136 67462 2670 3032 0 67536 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 284544 KiB
Current children cumulated memory: 269848 KiB

[startup+3.10543 s]
/proc/loadavg: 1.23 1.92 3.05 5/261 1007791
/proc/meminfo: memFree=126057904/131524600 swapFree=131071996/131071996
[pid=1007775] ppid=1007772 vsize=729572 memory=677024 CPUtime=3.09 cores=0,2
/proc/1007775/stat : 1007775 (fscip) R 1007772 1007775 1007714 0 -1 4194304 117795 0 0 0 285 24 0 0 20 0 1 0 183931847 747081728 169256 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
/proc/1007775/statm: 182393 169256 2750 3032 0 178793 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 729572 KiB
Current children cumulated memory: 677024 KiB

[startup+6.30034 s]
/proc/loadavg: 1.45 1.95 3.05 5/263 1007795
/proc/meminfo: memFree=124585084/131524600 swapFree=131071996/131071996
[pid=1007775] ppid=1007772 vsize=1307768 memory=1205208 CPUtime=6.25 cores=0,2
/proc/1007775/stat : 1007775 (fscip) S 1007772 1007775 1007714 0 -1 1077936128 259502 0 0 0 583 42 0 0 20 0 3 0 183931847 1339154432 301302 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
/proc/1007775/statm: 326942 301302 2830 3032 0 321428 0
[pid=1007775/tid=1007794] ppid=1007772 vsize=1307768 memory=198340509722 CPUtime=2.61 cores=0,2
/proc/1007775/task/1007794/stat : 1007794 (fscip) R 1007772 1007775 1007714 0 -1 4194368 120779 0 0 0 246 15 0 0 20 0 3 0 183932198 1339154432 301302 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
[pid=1007775/tid=1007795] ppid=1007772 vsize=1307768 memory=11396 CPUtime=0 cores=0,2
/proc/1007775/task/1007795/stat : 1007795 (fscip) S 1007772 1007775 1007714 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 3 0 183932226 1339154432 301302 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 1307768 KiB
Current children cumulated memory: 1205208 KiB

[startup+12.7004 s]
/proc/loadavg: 1.74 2.00 3.06 5/263 1007795
/proc/meminfo: memFree=124491704/131524600 swapFree=131071996/131071996
[pid=1007775] ppid=1007772 vsize=1307768 memory=1205892 CPUtime=12.59 cores=0,2
/proc/1007775/stat : 1007775 (fscip) S 1007772 1007775 1007714 0 -1 1077936128 285532 0 0 0 1216 43 0 0 20 0 3 0 183931847 1339154432 301473 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
/proc/1007775/statm: 326942 301473 2910 3032 0 321574 0
[pid=1007775/tid=1007794] ppid=1007772 vsize=1307768 memory=1205892 CPUtime=8.95 cores=0,2
/proc/1007775/task/1007794/stat : 1007794 (fscip) R 1007772 1007775 1007714 0 -1 4194368 146803 0 0 0 879 16 0 0 20 0 3 0 183932198 1339154432 301473 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
[pid=1007775/tid=1007795] ppid=1007772 vsize=1307768 memory=1205760 CPUtime=0 cores=0,2
/proc/1007775/task/1007795/stat : 1007795 (fscip) S 1007772 1007775 1007714 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 3 0 183932226 1339154432 301473 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 1307768 KiB
Current children cumulated memory: 1205892 KiB

[startup+25.5004 s]
/proc/loadavg: 2.24 2.10 3.08 5/264 1007799
/proc/meminfo: memFree=122544340/131524600 swapFree=131071996/131071996
[pid=1007775] ppid=1007772 vsize=1307768 memory=1205976 CPUtime=25.26 cores=0,2
/proc/1007775/stat : 1007775 (fscip) S 1007772 1007775 1007714 0 -1 1077936128 317835 0 0 0 2482 44 0 0 20 0 3 0 183931847 1339154432 301494 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
/proc/1007775/statm: 326942 301494 2910 3032 0 321574 0
[pid=1007775/tid=1007794] ppid=1007772 vsize=1307768 memory=11396 CPUtime=21.63 cores=0,2
/proc/1007775/task/1007794/stat : 1007794 (fscip) R 1007772 1007775 1007714 0 -1 4194368 179093 0 0 0 2145 18 0 0 20 0 3 0 183932198 1339154432 301494 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
[pid=1007775/tid=1007795] ppid=1007772 vsize=1307768 memory=11396 CPUtime=0 cores=0,2
/proc/1007775/task/1007795/stat : 1007795 (fscip) S 1007772 1007775 1007714 0 -1 1077936192 20 0 0 0 0 0 0 0 20 0 3 0 183932226 1339154432 301494 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
Current children cumulated CPU time: 25.26 s
Current children cumulated vsize: 1307768 KiB
Current children cumulated memory: 1205976 KiB

[startup+51.1064 s]
/proc/loadavg: 2.90 2.27 3.11 5/265 1007803
/proc/meminfo: memFree=119984300/131524600 swapFree=131071996/131071996
[pid=1007775] ppid=1007772 vsize=1438840 memory=1301500 CPUtime=50.61 cores=0,2
/proc/1007775/stat : 1007775 (fscip) S 1007772 1007775 1007714 0 -1 1077936128 423236 0 0 0 5010 51 0 0 20 0 3 0 183931847 1473372160 325375 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
/proc/1007775/statm: 359710 325375 2926 3032 0 352133 0
[pid=1007775/tid=1007794] ppid=1007772 vsize=1438840 memory=1269804 CPUtime=46.98 cores=0,2
/proc/1007775/task/1007794/stat : 1007794 (fscip) R 1007772 1007775 1007714 0 -1 4194368 284481 0 0 0 4673 25 0 0 20 0 3 0 183932198 1473372160 325375 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
[pid=1007775/tid=1007795] ppid=1007772 vsize=1438840 memory=16943 CPUtime=0 cores=0,2
/proc/1007775/task/1007795/stat : 1007795 (fscip) S 1007772 1007775 1007714 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 3 0 183932226 1473372160 325375 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
Current children cumulated CPU time: 50.61 s
Current children cumulated vsize: 1438840 KiB
Current children cumulated memory: 1301500 KiB

[startup+102.3 s]
/proc/loadavg: 3.64 2.57 3.17 5/265 1007812
/proc/meminfo: memFree=119723752/131524600 swapFree=131071996/131071996
[pid=1007775] ppid=1007772 vsize=1700984 memory=1433748 CPUtime=101.28 cores=0,2
/proc/1007775/stat : 1007775 (fscip) S 1007772 1007775 1007714 0 -1 1077936128 525886 0 0 0 10067 61 0 0 20 0 3 0 183931847 1741807616 358437 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
/proc/1007775/statm: 425246 358437 2926 3032 0 409310 0
[pid=1007775/tid=1007794] ppid=1007772 vsize=1700984 memory=1433748 CPUtime=97.65 cores=0,2
/proc/1007775/task/1007794/stat : 1007794 (fscip) R 1007772 1007775 1007714 0 -1 4194368 387115 0 0 0 9731 34 0 0 20 0 3 0 183932198 1741807616 358437 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
[pid=1007775/tid=1007795] ppid=1007772 vsize=1700984 memory=1433376 CPUtime=0 cores=0,2
/proc/1007775/task/1007795/stat : 1007795 (fscip) S 1007772 1007775 1007714 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 3 0 183932226 1741807616 358437 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
Current children cumulated CPU time: 101.28 s
Current children cumulated vsize: 1700984 KiB
Current children cumulated memory: 1433748 KiB

[startup+162.3 s]
/proc/loadavg: 3.97 2.86 3.24 5/265 1007823
/proc/meminfo: memFree=119659488/131524600 swapFree=131071996/131071996
[pid=1007775] ppid=1007772 vsize=1700984 memory=1449848 CPUtime=160.61 cores=0,2
/proc/1007775/stat : 1007775 (fscip) S 1007772 1007775 1007714 0 -1 1077936128 535039 0 0 0 15999 62 0 0 20 0 3 0 183931847 1741807616 362462 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
/proc/1007775/statm: 425246 362462 2926 3032 0 412133 0
[pid=1007775/tid=1007794] ppid=1007772 vsize=1700984 memory=1447800 CPUtime=156.98 cores=0,2
/proc/1007775/task/1007794/stat : 1007794 (fscip) R 1007772 1007775 1007714 0 -1 4194368 396257 0 0 0 15662 36 0 0 20 0 3 0 183932198 1741807616 362462 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
[pid=1007775/tid=1007795] ppid=1007772 vsize=1700984 memory=11396 CPUtime=0 cores=0,2
/proc/1007775/task/1007795/stat : 1007795 (fscip) S 1007772 1007775 1007714 0 -1 1077936192 60 0 0 0 0 0 0 0 20 0 3 0 183932226 1741807616 362462 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
Current children cumulated CPU time: 160.61 s
Current children cumulated vsize: 1700984 KiB
Current children cumulated memory: 1449848 KiB

[startup+222.3 s]
/proc/loadavg: 4.04 3.09 3.29 5/266 1007836
/proc/meminfo: memFree=119619048/131524600 swapFree=131071996/131071996
[pid=1007775] ppid=1007772 vsize=1700984 memory=1449848 CPUtime=219.93 cores=0,2
/proc/1007775/stat : 1007775 (fscip) S 1007772 1007775 1007714 0 -1 1077936128 543772 0 0 0 21930 63 0 0 20 0 3 0 183931847 1741807616 362462 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
/proc/1007775/statm: 425246 362462 2926 3032 0 412133 0
[pid=1007775/tid=1007794] ppid=1007772 vsize=1700984 memory=1449848 CPUtime=216.3 cores=0,2
/proc/1007775/task/1007794/stat : 1007794 (fscip) R 1007772 1007775 1007714 0 -1 4194368 404983 0 0 0 21594 36 0 0 20 0 3 0 183932198 1741807616 362462 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
[pid=1007775/tid=1007795] ppid=1007772 vsize=1700984 memory=1848 CPUtime=0 cores=0,2
/proc/1007775/task/1007795/stat : 1007795 (fscip) S 1007772 1007775 1007714 0 -1 1077936192 67 0 0 0 0 0 0 0 20 0 3 0 183932226 1741807616 362462 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
Current children cumulated CPU time: 219.93 s
Current children cumulated vsize: 1700984 KiB
Current children cumulated memory: 1449848 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 3.27 3.34 5/266 1007846
/proc/meminfo: memFree=119501528/131524600 swapFree=131071996/131071996
[pid=1007775] ppid=1007772 vsize=1766520 memory=1531876 CPUtime=279.51 cores=0,2
/proc/1007775/stat : 1007775 (fscip) S 1007772 1007775 1007714 0 -1 1077936128 621512 0 0 0 27880 71 0 0 20 0 3 0 183931847 1808916480 382969 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
/proc/1007775/statm: 441630 382969 2926 3032 0 432247 0
[pid=1007775/tid=1007794] ppid=1007772 vsize=1766520 memory=1449848 CPUtime=275.87 cores=0,2
/proc/1007775/task/1007794/stat : 1007794 (fscip) R 1007772 1007775 1007714 0 -1 4194368 482689 0 0 0 27543 44 0 0 20 0 3 0 183932198 1808916480 382969 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0

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

[pid=1007775] ppid=1007772 vsize=1942676 memory=1747048 CPUtime=3386.73 cores=0,2
/proc/1007775/stat : 1007775 (fscip) S 1007772 1007775 1007714 0 -1 1077936128 1762057 0 0 0 338517 156 0 0 20 0 3 0 183931847 1989300224 436762 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
/proc/1007775/statm: 485669 436762 2974 3032 0 476100 0
[pid=1007775/tid=1007794] ppid=1007772 vsize=1942676 memory=16236 CPUtime=3383.04 cores=0,2
/proc/1007775/task/1007794/stat : 1007794 (fscip) R 1007772 1007775 1007714 0 -1 4194368 1622413 0 0 0 338178 126 0 0 20 0 3 0 183932198 1989300224 436762 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
[pid=1007775/tid=1007795] ppid=1007772 vsize=1942676 memory=13116 CPUtime=0.04 cores=0,2
/proc/1007775/task/1007795/stat : 1007795 (fscip) S 1007772 1007775 1007714 0 -1 1077936192 428 0 0 0 1 3 0 0 20 0 3 0 183932226 1989300224 436762 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
Current children cumulated CPU time: 3386.73 s
Current children cumulated vsize: 1942676 KiB
Current children cumulated memory: 1747048 KiB

[startup+3462.3 s]
/proc/loadavg: 4.49 4.23 4.12 5/265 1009810
/proc/meminfo: memFree=117631088/131524600 swapFree=131071996/131071996
[pid=1007775] ppid=1007772 vsize=1942676 memory=1747048 CPUtime=3446.47 cores=0,2
/proc/1007775/stat : 1007775 (fscip) S 1007772 1007775 1007714 0 -1 1077936128 1764082 0 0 0 344490 157 0 0 20 0 3 0 183931847 1989300224 436762 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
/proc/1007775/statm: 485669 436762 2974 3032 0 476100 0
[pid=1007775/tid=1007794] ppid=1007772 vsize=1942676 memory=16236 CPUtime=3442.77 cores=0,2
/proc/1007775/task/1007794/stat : 1007794 (fscip) R 1007772 1007775 1007714 0 -1 4194368 1624432 0 0 0 344151 126 0 0 20 0 3 0 183932198 1989300224 436762 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
[pid=1007775/tid=1007795] ppid=1007772 vsize=1942676 memory=1747048 CPUtime=0.05 cores=0,2
/proc/1007775/task/1007795/stat : 1007795 (fscip) S 1007772 1007775 1007714 0 -1 1077936192 434 0 0 0 1 4 0 0 20 0 3 0 183932226 1989300224 436762 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
Current children cumulated CPU time: 3446.47 s
Current children cumulated vsize: 1942676 KiB
Current children cumulated memory: 1747048 KiB

[startup+3522.3 s]
/proc/loadavg: 4.32 4.25 4.14 6/263 1009821
/proc/meminfo: memFree=117606844/131524600 swapFree=131071996/131071996
[pid=1007775] ppid=1007772 vsize=1942676 memory=1747048 CPUtime=3506.21 cores=0,2
/proc/1007775/stat : 1007775 (fscip) S 1007772 1007775 1007714 0 -1 1077936128 1765867 0 0 0 350464 157 0 0 20 0 3 0 183931847 1989300224 436762 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
/proc/1007775/statm: 485669 436762 2974 3032 0 476100 0
[pid=1007775/tid=1007794] ppid=1007772 vsize=1942676 memory=11396 CPUtime=3502.5 cores=0,2
/proc/1007775/task/1007794/stat : 1007794 (fscip) R 1007772 1007775 1007714 0 -1 4194368 1626211 0 0 0 350124 126 0 0 20 0 3 0 183932198 1989300224 436762 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
[pid=1007775/tid=1007795] ppid=1007772 vsize=1942676 memory=1747048 CPUtime=0.05 cores=0,2
/proc/1007775/task/1007795/stat : 1007795 (fscip) S 1007772 1007775 1007714 0 -1 1077936192 440 0 0 0 1 4 0 0 20 0 3 0 183932226 1989300224 436762 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
Current children cumulated CPU time: 3506.21 s
Current children cumulated vsize: 1942676 KiB
Current children cumulated memory: 1747048 KiB

[startup+3582.3 s]
/proc/loadavg: 4.43 4.28 4.15 5/263 1009832
/proc/meminfo: memFree=117588692/131524600 swapFree=131071996/131071996
[pid=1007775] ppid=1007772 vsize=1942676 memory=1747048 CPUtime=3565.94 cores=0,2
/proc/1007775/stat : 1007775 (fscip) S 1007772 1007775 1007714 0 -1 1077936128 1768266 0 0 0 356437 157 0 0 20 0 3 0 183931847 1989300224 436762 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
/proc/1007775/statm: 485669 436762 2974 3032 0 476100 0
[pid=1007775/tid=1007794] ppid=1007772 vsize=1942676 memory=1747048 CPUtime=3562.25 cores=0,2
/proc/1007775/task/1007794/stat : 1007794 (fscip) R 1007772 1007775 1007714 0 -1 4194368 1628602 0 0 0 356098 127 0 0 20 0 3 0 183932198 1989300224 436762 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
[pid=1007775/tid=1007795] ppid=1007772 vsize=1942676 memory=1747048 CPUtime=0.05 cores=0,2
/proc/1007775/task/1007795/stat : 1007795 (fscip) S 1007772 1007775 1007714 0 -1 1077936192 448 0 0 0 1 4 0 0 20 0 3 0 183932226 1989300224 436762 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
Current children cumulated CPU time: 3565.94 s
Current children cumulated vsize: 1942676 KiB
Current children cumulated memory: 1747048 KiB

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

# cumulated CPU time of all completed processes:  user=3582.45 s, system=1.60662 s

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

[startup+3584 s]*
/proc/loadavg: 4.43 4.28 4.15 5/263 1009834
/proc/meminfo: memFree=117588200/131524600 swapFree=131071996/131071996
[pid=1007775] ppid=1007772 vsize=1942676 memory=1747048 CPUtime=3567.64 cores=0,2
/proc/1007775/stat : 1007775 (fscip) S 1007772 1007775 1007714 0 -1 1077936128 1768290 0 0 0 356607 157 0 0 20 0 3 0 183931847 1989300224 436762 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
/proc/1007775/statm: 485669 436762 2974 3032 0 476100 0
[pid=1007775/tid=1007794] ppid=1007772 vsize=1942676 memory=6441087963364671593 CPUtime=3563.95 cores=0,2
/proc/1007775/task/1007794/stat : 1007794 (fscip) R 1007772 1007775 1007714 0 -1 4194368 1628626 0 0 0 356268 127 0 0 20 0 3 0 183932198 1989300224 436762 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
[pid=1007775/tid=1007795] ppid=1007772 vsize=1942676 memory=7589801602779079254 CPUtime=0.05 cores=0,2
/proc/1007775/task/1007795/stat : 1007795 (fscip) S 1007772 1007775 1007714 0 -1 1077936192 448 0 0 0 1 4 0 0 20 0 3 0 183932226 1989300224 436762 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
Current children cumulated CPU time: 3567.64 s
Current children cumulated vsize: 1942676 KiB
Current children cumulated memory: 1747048 KiB

[startup+3590.4 s]
/proc/loadavg: 4.56 4.31 4.16 5/263 1009834
/proc/meminfo: memFree=117586928/131524600 swapFree=131071996/131071996
[pid=1007775] ppid=1007772 vsize=1942676 memory=1747048 CPUtime=3574.01 cores=0,2
/proc/1007775/stat : 1007775 (fscip) S 1007772 1007775 1007714 0 -1 1077936128 1768298 0 0 0 357244 157 0 0 20 0 3 0 183931847 1989300224 436762 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
/proc/1007775/statm: 485669 436762 2974 3032 0 476100 0
[pid=1007775/tid=1007794] ppid=1007772 vsize=1942676 memory=11396 CPUtime=3570.32 cores=0,2
/proc/1007775/task/1007794/stat : 1007794 (fscip) R 1007772 1007775 1007714 0 -1 4194368 1628631 0 0 0 356905 127 0 0 20 0 3 0 183932198 1989300224 436762 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
[pid=1007775/tid=1007795] ppid=1007772 vsize=1942676 memory=0 CPUtime=0.05 cores=0,2
/proc/1007775/task/1007795/stat : 1007795 (fscip) S 1007772 1007775 1007714 0 -1 1077936192 451 0 0 0 1 4 0 0 20 0 3 0 183932226 1989300224 436762 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
Current children cumulated CPU time: 3574.01 s
Current children cumulated vsize: 1942676 KiB
Current children cumulated memory: 1747048 KiB

[startup+3596.8 s]
/proc/loadavg: 4.62 4.33 4.17 5/263 1009835
/proc/meminfo: memFree=117585332/131524600 swapFree=131071996/131071996
[pid=1007775] ppid=1007772 vsize=1942676 memory=1747048 CPUtime=3580.38 cores=0,2
/proc/1007775/stat : 1007775 (fscip) S 1007772 1007775 1007714 0 -1 1077936128 1768314 0 0 0 357881 157 0 0 20 0 3 0 183931847 1989300224 436762 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
/proc/1007775/statm: 485669 436762 2974 3032 0 476100 0
[pid=1007775/tid=1007794] ppid=1007772 vsize=1942676 memory=43840 CPUtime=3576.69 cores=0,2
/proc/1007775/task/1007794/stat : 1007794 (fscip) R 1007772 1007775 1007714 0 -1 4194368 1628647 0 0 0 357542 127 0 0 20 0 3 0 183932198 1989300224 436762 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
[pid=1007775/tid=1007795] ppid=1007772 vsize=1942676 memory=1747048 CPUtime=0.05 cores=0,2
/proc/1007775/task/1007795/stat : 1007795 (fscip) S 1007772 1007775 1007714 0 -1 1077936192 451 0 0 0 1 4 0 0 20 0 3 0 183932226 1989300224 436762 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
Current children cumulated CPU time: 3580.38 s
Current children cumulated vsize: 1942676 KiB
Current children cumulated memory: 1747048 KiB

[startup+3598.4 s]
/proc/loadavg: 4.62 4.33 4.17 5/263 1009835
/proc/meminfo: memFree=117585304/131524600 swapFree=131071996/131071996
[pid=1007775] ppid=1007772 vsize=1942676 memory=1747048 CPUtime=3581.97 cores=0,2
/proc/1007775/stat : 1007775 (fscip) S 1007772 1007775 1007714 0 -1 1077936128 1768314 0 0 0 358040 157 0 0 20 0 3 0 183931847 1989300224 436762 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
/proc/1007775/statm: 485669 436762 2974 3032 0 476100 0
[pid=1007775/tid=1007794] ppid=1007772 vsize=1942676 memory=43840 CPUtime=3578.28 cores=0,2
/proc/1007775/task/1007794/stat : 1007794 (fscip) R 1007772 1007775 1007714 0 -1 4194368 1628647 0 0 0 357701 127 0 0 20 0 3 0 183932198 1989300224 436762 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
[pid=1007775/tid=1007795] ppid=1007772 vsize=1942676 memory=13116 CPUtime=0.05 cores=0,2
/proc/1007775/task/1007795/stat : 1007795 (fscip) S 1007772 1007775 1007714 0 -1 1077936192 451 0 0 0 1 4 0 0 20 0 3 0 183932226 1989300224 436762 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
Current children cumulated CPU time: 3581.97 s
Current children cumulated vsize: 1942676 KiB
Current children cumulated memory: 1747048 KiB

[startup+3599.2 s]
/proc/loadavg: 4.62 4.33 4.17 5/263 1009835
/proc/meminfo: memFree=117584656/131524600 swapFree=131071996/131071996
[pid=1007775] ppid=1007772 vsize=1942676 memory=1747048 CPUtime=3582.77 cores=0,2
/proc/1007775/stat : 1007775 (fscip) S 1007772 1007775 1007714 0 -1 1077936128 1769205 0 0 0 358120 157 0 0 20 0 3 0 183931847 1989300224 436762 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
/proc/1007775/statm: 485669 436762 2974 3032 0 476100 0
[pid=1007775/tid=1007794] ppid=1007772 vsize=1942676 memory=1848 CPUtime=3579.08 cores=0,2
/proc/1007775/task/1007794/stat : 1007794 (fscip) R 1007772 1007775 1007714 0 -1 4194368 1629537 0 0 0 357781 127 0 0 20 0 3 0 183932198 1989300224 436762 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
[pid=1007775/tid=1007795] ppid=1007772 vsize=1942676 memory=5464 CPUtime=0.05 cores=0,2
/proc/1007775/task/1007795/stat : 1007795 (fscip) S 1007772 1007775 1007714 0 -1 1077936192 452 0 0 0 1 4 0 0 20 0 3 0 183932226 1989300224 436762 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
Current children cumulated CPU time: 3582.77 s
Current children cumulated vsize: 1942676 KiB
Current children cumulated memory: 1747048 KiB

[startup+3600 s]*
/proc/loadavg: 4.62 4.33 4.17 5/263 1009835
/proc/meminfo: memFree=117584544/131524600 swapFree=131071996/131071996
[pid=1007775] ppid=1007772 vsize=1942676 memory=1747048 CPUtime=3583.57 cores=0,2
/proc/1007775/stat : 1007775 (fscip) S 1007772 1007775 1007714 0 -1 1077936128 1769222 0 0 0 358200 157 0 0 20 0 3 0 183931847 1989300224 436762 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
/proc/1007775/statm: 485669 436762 2974 3032 0 476100 0
[pid=1007775/tid=1007794] ppid=1007772 vsize=1942676 memory=-6951165036618288996 CPUtime=3579.88 cores=0,2
/proc/1007775/task/1007794/stat : 1007794 (fscip) R 1007772 1007775 1007714 0 -1 4194368 1629554 0 0 0 357861 127 0 0 20 0 3 0 183932198 1989300224 436762 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
[pid=1007775/tid=1007795] ppid=1007772 vsize=1942676 memory=-6933350163988321477 CPUtime=0.05 cores=0,2
/proc/1007775/task/1007795/stat : 1007795 (fscip) S 1007772 1007775 1007714 0 -1 1077936192 452 0 0 0 1 4 0 0 20 0 3 0 183932226 1989300224 436762 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
Current children cumulated CPU time: 3583.57 s
Current children cumulated vsize: 1942676 KiB
Current children cumulated memory: 1747048 KiB

[startup+3600.4 s]
/proc/loadavg: 4.62 4.33 4.17 5/263 1009835
/proc/meminfo: memFree=117584544/131524600 swapFree=131071996/131071996
[pid=1007775] ppid=1007772 vsize=1833092 memory=1598048 CPUtime=3583.97 cores=0,2
/proc/1007775/stat : 1007775 (fscip) R 1007772 1007775 1007714 0 -1 4194304 1775315 0 0 0 358239 158 0 0 20 0 2 0 183931847 1877086208 399512 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
/proc/1007775/statm: 458273 399512 2974 3032 0 448731 0
[pid=1007775/tid=1007795] ppid=1007772 vsize=1833092 memory=26092 CPUtime=0.05 cores=0,2
/proc/1007775/task/1007795/stat : 1007795 (fscip) S 1007772 1007775 1007714 0 -1 1077936192 452 0 0 0 1 4 0 0 20 0 2 0 183932226 1877086208 399512 134679101440 4194304 16613245 140722162829648 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 57335808 140722162832403 140722162832519 140722162832519 140722162839536 0
Current children cumulated CPU time: 3583.97 s
Current children cumulated vsize: 1833092 KiB
Current children cumulated memory: 1598048 KiB

Child status: 0

Real time (s): 3600.48
CPU time (s): 3584.06
CPU user time (s): 3582.45
CPU system time (s): 1.60662
CPU usage (%): 99.5439
Max. virtual memory (cumulated for all children) (KiB): 2004020
Max. memory (cumulated for all children) (KiB): 1786864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3582.45
system time used= 1.60662
maximum resident set size= 1787128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1782637
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= 3782
involuntary context switches= 26426


# summary of solver processes directly reported to runsolver:
#   pid: 1007775
#   total CPU time (s): 3584.06
#   total CPU user time (s): 3582.45
#   total CPU system time (s): 1.60662

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.09038 second user time and 16.5352 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-18 17:47:30
IDJOB=4444040
IDBENCH=147894
IDSOLVER=3064
FILE ID=nodeC030/4444040-1721317637
RUNJOBID= nodeC030-1721317650-1007724
SLURM_JOB_ID= 7542666
Free space on /tmp= 890020 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/liu/vdw/normalized-vdw_k3_l5_n550.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-4444040-1721317637/watcher-4444040-1721317637 -o /tmp/evaluation-result-4444040-1721317637/solver-4444040-1721317637 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721317650-1007724 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4444040-1721317637.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 392bb637b95a9bbde51dfdce2cdaf17a
RANDOM SEED=1576844475

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.091
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3621.043
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3679.951
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3666.912
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3680.087
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3663.936
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.836
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.054
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128473696 kB
MemAvailable:   129673216 kB
Buffers:          472668 kB
Cached:          1556036 kB
SwapCached:            0 kB
Active:          1097880 kB
Inactive:        1328032 kB
Active(anon):       1488 kB
Inactive(anon):   433440 kB
Active(file):    1096392 kB
Inactive(file):   894592 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            115008 kB
Writeback:             0 kB
AnonPages:        396896 kB
Mapped:           116828 kB
Shmem:             37720 kB
KReclaimable:      96720 kB
Slab:             209300 kB
SReclaimable:      96720 kB
SUnreclaim:       112580 kB
KernelStack:        3956 kB
PageTables:         9376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     778268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            69760 kB
HardwareCorrupted:     0 kB
AnonHugePages:    247808 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      234196 kB
DirectMap2M:    18413568 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 889924 MiB
End job on nodeC030 at 2024-07-18 18:47:31