Trace number 4464426

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-30? 3589.48 3598.13

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
MD5SUM94ed12462fdb637cfaac2f219d20a948
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 benchmark0.831382
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4602
Total number of constraints30179
Number of constraints which are clauses29160
Number of constraints which are cardinality constraints (but not clauses)941
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 103
Number of bits of the biggest sum of numbers7
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.20/0.25	c Default LC presolving (default).
0.20/0.25	c ** Before presolving: virtualMemUsedAtLc = 86767382, getVmSize() = 76423168, SCIPgetMemUsed() = 44916529, SCIPgetMemTotal() = 52663329, SCIPgetMemExternEstim() = 34104053
0.20/0.25	c ** set memory limit for presolving in LC to 8.79607e+12 for SCIP **
1.18/1.24	c ** Estimated virtualMemUsedAtSolver = 100592856, getVmSize() = 146407424, SCIPgetMemUsed() = 82035736, SCIPgetMemTotal() = 116785232, SCIPgetMemExternEstim() = 34104053
1.18/1.24	c ** set memory limit for solvers to 4.39804e+12 for each SCIP **
1.18/1.24	c Original Problem   :
1.18/1.24	c   Problem name     : instance-4464426-1722378598
1.18/1.24	c   Variables        : 4602 (4602 binary, 0 integer, 0 implicit integer, 0 continuous)
1.18/1.24	c   Constraints      : 30179
1.18/1.24	c   Objective sense  : minimize
1.18/1.24	c Presolved Problem  :
1.18/1.24	c   Variables        : 4602 (4602 binary, 0 integer, 0 implicit integer, 0 continuous)
1.18/1.24	c   Constraints      : 30179
1.18/1.24	c Constraints        : Number
1.18/1.24	c   knapsack         : 78 
1.18/1.24	c   setppc           : 941 
1.18/1.24	c   logicor          : 29160 
1.18/1.24	c ** Instance transfer method used: 0
1.28/1.32	c ** ParaScipInstance copy does not increase the number of variables. **
1.38/1.41	c LC is working with racing ramp-up and with rebuilding tree after racing.
1.38/1.41	c                                Nodes    Active                                            
1.38/1.41	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
166.81/167.36	c       167              2           1         1                -           0.0000          -
173.98/174.59	c       175             10           9         1                -           0.0000          -
179.88/180.47	c       180             12          11         1                -           0.0000          -
210.79/211.43	c       211             13          12         1                -           0.0000          -
274.95/275.78	c       276             15          14         1                -           0.0000          -
285.03/285.83	c       286             16          15         1                -           0.0000          -
307.08/307.91	c       308             17          16         1                -           0.0000          -
314.06/314.93	c       315             19          18         1                -           0.0000          -
322.93/323.87	c       324             23          22         1                -           0.0000          -
339.79/340.76	c       341             24          23         1                -           0.0000          -
345.19/346.19	c       346             25          24         1                -           0.0000          -
353.27/354.24	c       354             27          26         1                -           0.0000          -
368.23/369.28	c       369             32          31         1                -           0.0000          -
379.51/380.57	c       381             36          35         1                -           0.0000          -
389.28/390.34	c       390             38          37         1                -           0.0000          -
397.07/398.13	c       398             43          42         1                -           0.0000          -
402.15/403.23	c       403             44          43         1                -           0.0000          -
422.20/423.31	c       423             60          59         1                -           0.0000          -
438.75/440.01	c       440             61          60         1                -           0.0000          -
450.13/451.34	c       451             62          61         1                -           0.0000          -
494.73/496.09	c       496             64          63         1                -           0.0000          -
506.58/507.91	c       508             65          64         1                -           0.0000          -
527.03/528.42	c       528             66          65         1                -           0.0000          -
547.38/548.82	c       549             71          70         1                -           0.0000          -
558.26/559.73	c       560             72          71         1                -           0.0000          -
583.40/584.97	c       585             74          73         1                -           0.0000          -
600.36/601.97	c       602             75          74         1                -           0.0000          -
615.12/616.76	c       617             76          75         1                -           0.0000          -
646.45/648.15	c       648             79          78         1                -           0.0000          -
666.00/667.75	c       668             81          80         1                -           0.0000          -
699.82/701.60	c       702             83          82         1                -           0.0000          -
728.16/730.09	c       730             84          83         1                -           0.0000          -
746.80/748.70	c       749             86          85         1                -           0.0000          -
761.86/763.81	c       764             88          87         1                -           0.0000          -
767.65/769.67	c       770             90          89         1                -           0.0000          -
794.49/796.57	c       797             91          90         1                -           0.0000          -
800.37/802.40	c       802             92          91         1                -           0.0000          -
821.92/824.07	c       824             94          93         1                -           0.0000          -
846.15/848.40	c       848             97          96         1                -           0.0000          -
882.76/885.03	c       885             99          98         1                -           0.0000          -
917.78/920.14	c       920            103         102         1                -           0.0000          -
937.62/940.08	c       940            106         105         1                -           0.0000          -
973.72/976.26	c       976            108         107         1                -           0.0000          -
993.07/995.60	c       996            110         109         1                -           0.0000          -
1018.11/1020.73	c      1021            111         110         1                -           0.0000          -
1056.33/1059.09	c      1059            115         114         1                -           0.0000          -
1068.69/1071.49	c      1071            116         115         1                -           0.0000          -
1087.56/1090.31	c      1090            117         116         1                -           0.0000          -
1100.53/1103.35	c      1103            118         117         1                -           0.0000          -
1117.89/1120.73	c      1121            120         119         1                -           0.0000          -
1132.35/1135.24	c      1135            121         120         1                -           0.0000          -
1157.10/1160.09	c      1160            123         122         1                -           0.0000          -
1175.54/1178.52	c      1179            124         123         1                -           0.0000          -
1204.57/1207.65	c      1208            127         126         1                -           0.0000          -
1226.23/1229.30	c      1229            129         128         1                -           0.0000          -
1244.18/1247.33	c      1247            135         134         1                -           0.0000          -
1254.36/1257.55	c      1258            136         135         1                -           0.0000          -
1278.83/1282.06	c      1282            137         136         1                -           0.0000          -
1287.49/1290.80	c      1291            138         137         1                -           0.0000          -
1323.01/1326.35	c      1326            140         139         1                -           0.0000          -
1338.58/1341.91	c      1342            141         140         1                -           0.0000          -
1358.93/1362.32	c      1362            142         141         1                -           0.0000          -
1376.98/1380.45	c      1380            144         143         1                -           0.0000          -
1402.10/1405.67	c      1406            146         145         1                -           0.0000          -
1417.47/1421.04	c      1421            148         147         1                -           0.0000          -
1426.74/1430.32	c      1430            149         148         1                -           0.0000          -
1445.20/1448.87	c      1449            150         149         1                -           0.0000          -
1450.28/1453.94	c      1454            151         150         1                -           0.0000          -
1456.27/1459.91	c      1460            152         151         1                -           0.0000          -
1493.40/1497.15	c      1497            153         152         1                -           0.0000          -
1531.60/1535.43	c      1535            154         153         1                -           0.0000          -
1559.15/1563.02	c      1563            156         155         1                -           0.0000          -
1580.59/1584.60	c      1585            157         156         1                -           0.0000          -
1589.57/1593.58	c      1594            158         157         1                -           0.0000          -
1613.71/1617.74	c      1618            159         158         1                -           0.0000          -
1627.18/1631.28	c      1631            160         159         1                -           0.0000          -
1660.69/1664.84	c      1665            162         161         1                -           0.0000          -
1689.31/1693.58	c      1694            164         163         1                -           0.0000          -
1702.37/1706.60	c      1707            165         164         1                -           0.0000          -
1712.75/1717.10	c      1717            166         165         1                -           0.0000          -
1732.28/1736.62	c      1737            170         169         1                -           0.0000          -
1740.86/1745.23	c      1745            172         171         1                -           0.0000          -
1768.48/1772.95	c      1773            174         173         1                -           0.0000          -
1791.53/1796.08	c      1796            175         174         1                -           0.0000          -
1806.37/1810.92	c      1811            176         175         1                -           0.0000          -
1831.79/1836.41	c      1836            178         177         1                -           0.0000          -
1864.92/1869.63	c      1870            180         179         1                -           0.0000          -
1890.95/1895.72	c      1896            181         180         1                -           0.0000          -
1903.13/1907.91	c      1908            182         181         1                -           0.0000          -
1908.61/1913.40	c      1913            184         183         1                -           0.0000          -
1926.08/1930.98	c      1931            187         186         1                -           0.0000          -
1947.03/1951.95	c      1952            191         190         1                -           0.0000          -
1968.78/1973.79	c      1974            193         192         1                -           0.0000          -
1992.33/1997.36	c      1997            196         195         1                -           0.0000          -
2009.89/2015.01	c      2015            198         197         1                -           0.0000          -
2023.97/2029.06	c      2029            199         198         1                -           0.0000          -
2035.53/2040.68	c      2041            200         199         1                -           0.0000          -
2048.50/2053.64	c      2054            202         201         1                -           0.0000          -
2067.75/2072.98	c      2073            203         202         1                -           0.0000          -
2095.29/2100.59	c      2101            204         203         1                -           0.0000          -
2114.14/2119.46	c      2119            205         204         1                -           0.0000          -
2133.28/2138.61	c      2139            206         205         1                -           0.0000          -
2165.79/2171.23	c      2171            208         207         1                -           0.0000          -
2182.04/2187.55	c      2188            209         208         1                -           0.0000          -
2187.23/2192.70	c      2193            210         209         1                -           0.0000          -
2213.48/2219.05	c      2219            212         211         1                -           0.0000          -
2231.54/2237.16	c      2237            213         212         1                -           0.0000          -
2245.50/2251.17	c      2251            214         213         1                -           0.0000          -
2255.07/2260.76	c      2261            215         214         1                -           0.0000          -
2262.25/2267.90	c      2268            216         215         1                -           0.0000          -
2267.75/2273.40	c      2273            218         217         1                -           0.0000          -
2287.11/2292.85	c      2293            219         218         1                -           0.0000          -
2293.79/2299.50	c      2300            220         219         1                -           0.0000          -
2312.95/2318.73	c      2319            223         222         1                -           0.0000          -
2325.62/2331.50	c      2332            224         223         1                -           0.0000          -
2343.48/2349.35	c      2349            225         224         1                -           0.0000          -
2350.46/2356.33	c      2356            226         225         1                -           0.0000          -
2371.52/2377.44	c      2377            228         227         1                -           0.0000          -
2382.99/2388.92	c      2389            229         228         1                -           0.0000          -
2398.07/2404.05	c      2404            230         229         1                -           0.0000          -
2407.83/2413.83	c      2414            231         230         1                -           0.0000          -
2416.91/2422.91	c      2423            232         231         1                -           0.0000          -
2422.90/2428.97	c      2429            233         232         1                -           0.0000          -
2476.77/2482.91	c      2483            234         233         1                -           0.0000          -
2499.93/2506.19	c      2506            236         235         1                -           0.0000          -
2507.51/2513.75	c      2514            240         239         1                -           0.0000          -
2536.14/2542.46	c      2542            241         240         1                -           0.0000          -
2550.01/2556.34	c      2556            242         241         1                -           0.0000          -
2573.86/2580.27	c      2580            243         242         1                -           0.0000          -
2599.00/2605.46	c      2605            244         243         1                -           0.0000          -
2625.84/2632.31	c      2632            245         244         1                -           0.0000          -
2642.10/2648.67	c      2649            246         245         1                -           0.0000          -
2657.06/2663.69	c      2664            247         246         1                -           0.0000          -
2670.55/2677.16	c      2677            248         247         1                -           0.0000          -
2688.99/2695.64	c      2696            250         249         1                -           0.0000          -
2696.77/2703.47	c      2703            251         250         1                -           0.0000          -
2728.20/2734.99	c      2735            252         251         1                -           0.0000          -
2736.98/2743.73	c      2744            254         253         1                -           0.0000          -
2760.03/2766.86	c      2767            256         255         1                -           0.0000          -
2778.99/2785.90	c      2786            258         257         1                -           0.0000          -
2796.85/2803.77	c      2804            259         258         1                -           0.0000          -
2809.72/2816.68	c      2817            260         259         1                -           0.0000          -
2825.59/2832.54	c      2833            261         260         1                -           0.0000          -
2857.81/2864.83	c      2865            265         264         1                -           0.0000          -
2863.80/2870.83	c      2871            266         265         1                -           0.0000          -
2884.55/2891.67	c      2892            268         267         1                -           0.0000          -
2903.51/2910.67	c      2911            269         268         1                -           0.0000          -
2911.79/2918.97	c      2919            270         269         1                -           0.0000          -
2927.15/2934.31	c      2934            271         270         1                -           0.0000          -
2942.72/2949.91	c      2950            272         271         1                -           0.0000          -
2963.48/2970.76	c      2971            273         272         1                -           0.0000          -
2973.65/2980.94	c      2981            274         273         1                -           0.0000          -
2991.61/2998.91	c      2999            277         276         1                -           0.0000          -
3015.36/3022.72	c      3023            280         279         1                -           0.0000          -
3030.93/3038.39	c      3038            281         280         1                -           0.0000          -
3057.76/3065.25	c      3065            282         281         1                -           0.0000          -
3075.12/3082.67	c      3083            283         282         1                -           0.0000          -
3080.52/3088.10	c      3088            284         283         1                -           0.0000          -
3096.87/3104.44	c      3104            285         284         1                -           0.0000          -
3105.95/3113.58	c      3114            286         285         1                -           0.0000          -
3122.42/3130.02	c      3130            287         286         1                -           0.0000          -
3132.69/3140.39	c      3140            288         287         1                -           0.0000          -
3151.15/3158.86	c      3159            292         291         1                -           0.0000          -
3172.31/3180.05	c      3180            294         293         1                -           0.0000          -
3190.65/3198.47	c      3198            295         294         1                -           0.0000          -
3208.51/3216.33	c      3216            296         295         1                -           0.0000          -
3216.10/3223.91	c      3224            297         296         1                -           0.0000          -
3231.56/3239.48	c      3239            298         297         1                -           0.0000          -
3241.74/3249.62	c      3250            299         298         1                -           0.0000          -
3293.22/3301.24	c      3301            302         301         1                -           0.0000          -
3305.70/3313.72	c      3314            304         303         1                -           0.0000          -
3340.72/3348.86	c      3349            305         304         1                -           0.0000          -
3354.49/3362.61	c      3363            306         305         1                -           0.0000          -
3380.73/3388.98	c      3389            307         306         1                -           0.0000          -
3420.14/3428.40	c      3428            308         307         1                -           0.0000          -
3443.87/3452.26	c      3452            312         311         1                -           0.0000          -
3461.03/3469.47	c      3469            315         314         1                -           0.0000          -
3473.20/3481.64	c      3482            316         315         1                -           0.0000          -
3498.15/3506.67	c      3507            317         316         1                -           0.0000          -
3529.38/3537.97	c      3538            318         317         1                -           0.0000          -
3538.48/3547.01	c      3547            319         318         1                -           0.0000          -
3573.58/3582.22	c      3582            320         319         1                -           0.0000          -
3589.25/3597.99	c      3598            320         319         0                -           0.0000          -
3589.36/3598.07	c SCIP Status        : c solving was interrupted [hard time limit reached]
3589.36/3598.07	c Total Time         : 3598.0600
3589.36/3598.07	c   solving          : 3598.0600
3589.36/3598.07	c   presolving       : 0.9901 (included in solving)
3589.36/3598.07	c B&B Tree           :
3589.36/3598.07	c   nodes (total)    : 1
3589.36/3598.07	c Solution           :
3589.36/3598.07	c   Solutions found  : 0
3589.36/3598.07	c   Primal Bound     :          -
3589.36/3598.07	c   Dual Bound       : +0.00000000000000e+00
3589.36/3598.07	c Gap                :          -
3589.46/3598.12	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: 64096 MiB (61812 MiB free)
  memory of node 1: 64473 MiB (62533 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=28711, runsolver pid=28708

[startup+0.100377 s]*
/proc/loadavg: 0.11 0.12 0.09 5/252 28712
/proc/meminfo: memFree=127300880/131655788 swapFree=131071996/131071996
[pid=28711] ppid=28708 vsize=39760 memory=28076 CPUtime=0.09 cores=4,6
/proc/28711/stat : 28711 (fscip) R 28708 28711 28487 0 -1 4194304 4933 0 0 0 8 1 0 0 20 0 1 0 4456872 40714240 7019 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
/proc/28711/statm: 9940 7019 2347 3035 0 6336 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 39760 KiB
Current children cumulated memory: 28076 KiB

[startup+0.213308 s]*
/proc/loadavg: 0.50 0.20 0.12 5/252 28712
/proc/meminfo: memFree=127276772/131655788 swapFree=131071996/131071996
[pid=28711] ppid=28708 vsize=64308 memory=54028 CPUtime=0.2 cores=4,6
/proc/28711/stat : 28711 (fscip) R 28708 28711 28487 0 -1 4194304 11378 0 0 0 17 3 0 0 20 0 1 0 4456872 65851392 13507 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
/proc/28711/statm: 16077 13507 2539 3035 0 12473 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 64308 KiB
Current children cumulated memory: 54028 KiB

[startup+0.313229 s]*
/proc/loadavg: 0.50 0.20 0.12 6/252 28712
/proc/meminfo: memFree=127262520/131655788 swapFree=131071996/131071996
[pid=28711] ppid=28708 vsize=76860 memory=64604 CPUtime=0.31 cores=4,6
/proc/28711/stat : 28711 (fscip) R 28708 28711 28487 0 -1 4194304 13921 0 0 0 26 5 0 0 20 0 1 0 4456872 78704640 16151 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
/proc/28711/statm: 19215 16151 2614 3035 0 15611 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 76860 KiB
Current children cumulated memory: 64604 KiB

[startup+0.700327 s]
/proc/loadavg: 0.50 0.20 0.12 5/252 28712
/proc/meminfo: memFree=127207948/131655788 swapFree=131071996/131071996
[pid=28711] ppid=28708 vsize=92716 memory=81368 CPUtime=0.68 cores=4,6
/proc/28711/stat : 28711 (fscip) R 28708 28711 28487 0 -1 4194304 23617 0 0 0 61 7 0 0 20 0 1 0 4456872 94941184 20342 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
/proc/28711/statm: 23179 20342 2758 3035 0 19575 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 92716 KiB
Current children cumulated memory: 81368 KiB

[startup+1.50037 s]
/proc/loadavg: 0.50 0.20 0.12 5/252 28712
/proc/meminfo: memFree=127186048/131655788 swapFree=131071996/131071996
[pid=28711] ppid=28708 vsize=236884 memory=184640 CPUtime=1.47 cores=4,6
/proc/28711/stat : 28711 (fscip) S 28708 28711 28487 0 -1 1077936128 51958 0 0 0 133 14 0 0 20 0 3 0 4456872 242569216 46160 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
/proc/28711/statm: 59221 46160 2790 3035 0 52434 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 236884 KiB
Current children cumulated memory: 184640 KiB

[startup+3.1126 s]
/proc/loadavg: 0.50 0.20 0.12 5/254 28714
/proc/meminfo: memFree=126934752/131655788 swapFree=131071996/131071996
[pid=28711] ppid=28708 vsize=302420 memory=247912 CPUtime=3.08 cores=4,6
/proc/28711/stat : 28711 (fscip) S 28708 28711 28487 0 -1 1077936128 81044 0 0 0 287 21 0 0 20 0 3 0 4456872 309678080 61978 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
/proc/28711/statm: 75605 61978 2934 3035 0 68335 0
[pid=28711/tid=28713] ppid=28708 vsize=302420 memory=198340509722 CPUtime=1.78 cores=4,6
/proc/28711/task/28713/stat : 28713 (fscip) R 28708 28711 28487 0 -1 4194368 41885 0 0 0 168 10 0 0 20 0 3 0 4456997 309678080 61978 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
[pid=28711/tid=28714] ppid=28708 vsize=302420 memory=0 CPUtime=0 cores=4,6
/proc/28711/task/28714/stat : 28714 (fscip) S 28708 28711 28487 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 3 0 4457014 309678080 61978 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 302420 KiB
Current children cumulated memory: 247912 KiB

[startup+6.30032 s]
/proc/loadavg: 0.78 0.26 0.14 6/254 28716
/proc/meminfo: memFree=126917720/131655788 swapFree=131071996/131071996
[pid=28711] ppid=28708 vsize=302420 memory=250272 CPUtime=6.26 cores=4,6
/proc/28711/stat : 28711 (fscip) S 28708 28711 28487 0 -1 1077936128 84739 0 0 0 605 21 0 0 20 0 3 0 4456872 309678080 62568 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
/proc/28711/statm: 75605 62568 2934 3035 0 68879 0
[pid=28711/tid=28713] ppid=28708 vsize=302420 memory=250272 CPUtime=4.95 cores=4,6
/proc/28711/task/28713/stat : 28713 (fscip) R 28708 28711 28487 0 -1 4194368 45573 0 0 0 485 10 0 0 20 0 3 0 4456997 309678080 62568 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
[pid=28711/tid=28714] ppid=28708 vsize=302420 memory=12860 CPUtime=0 cores=4,6
/proc/28711/task/28714/stat : 28714 (fscip) S 28708 28711 28487 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 3 0 4457014 309678080 62568 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 302420 KiB
Current children cumulated memory: 250272 KiB

[startup+12.7003 s]
/proc/loadavg: 1.04 0.32 0.16 5/254 28716
/proc/meminfo: memFree=126853836/131655788 swapFree=131071996/131071996
[pid=28711] ppid=28708 vsize=302420 memory=252876 CPUtime=12.65 cores=4,6
/proc/28711/stat : 28711 (fscip) S 28708 28711 28487 0 -1 1077936128 101640 0 0 0 1243 22 0 0 20 0 3 0 4456872 309678080 63219 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
/proc/28711/statm: 75605 63219 2950 3035 0 69586 0
[pid=28711/tid=28713] ppid=28708 vsize=302420 memory=252876 CPUtime=11.34 cores=4,6
/proc/28711/task/28713/stat : 28713 (fscip) R 28708 28711 28487 0 -1 4194368 62460 0 0 0 1123 11 0 0 20 0 3 0 4456997 309678080 63219 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
[pid=28711/tid=28714] ppid=28708 vsize=302420 memory=12860 CPUtime=0 cores=4,6
/proc/28711/task/28714/stat : 28714 (fscip) S 28708 28711 28487 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 3 0 4457014 309678080 63219 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 302420 KiB
Current children cumulated memory: 252876 KiB

[startup+25.5004 s]
/proc/loadavg: 1.50 0.44 0.20 5/254 28767
/proc/meminfo: memFree=126884752/131655788 swapFree=131071996/131071996
[pid=28711] ppid=28708 vsize=367956 memory=262048 CPUtime=25.41 cores=4,6
/proc/28711/stat : 28711 (fscip) S 28708 28711 28487 0 -1 1077936128 122572 0 0 0 2518 23 0 0 20 0 3 0 4456872 376786944 65512 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
/proc/28711/statm: 91989 65512 2966 3035 0 72784 0
[pid=28711/tid=28713] ppid=28708 vsize=367956 memory=2276 CPUtime=24.1 cores=4,6
/proc/28711/task/28713/stat : 28713 (fscip) R 28708 28711 28487 0 -1 4194368 83378 0 0 0 2398 12 0 0 20 0 3 0 4456997 376786944 65512 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
[pid=28711/tid=28714] ppid=28708 vsize=367956 memory=261404 CPUtime=0 cores=4,6
/proc/28711/task/28714/stat : 28714 (fscip) S 28708 28711 28487 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 3 0 4457014 376786944 65512 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 367956 KiB
Current children cumulated memory: 262048 KiB

[startup+51.113 s]
/proc/loadavg: 2.56 0.80 0.33 5/255 28827
/proc/meminfo: memFree=126826276/131655788 swapFree=131071996/131071996
[pid=28711] ppid=28708 vsize=367956 memory=266584 CPUtime=50.95 cores=4,6
/proc/28711/stat : 28711 (fscip) S 28708 28711 28487 0 -1 1077936128 155862 0 0 0 5070 25 0 0 20 0 3 0 4456872 376786944 66646 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
/proc/28711/statm: 91989 66646 2966 3035 0 75411 0
[pid=28711/tid=28713] ppid=28708 vsize=367956 memory=266584 CPUtime=49.64 cores=4,6
/proc/28711/task/28713/stat : 28713 (fscip) R 28708 28711 28487 0 -1 4194368 116654 0 0 0 4950 14 0 0 20 0 3 0 4456997 376786944 66646 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
[pid=28711/tid=28714] ppid=28708 vsize=367956 memory=265544 CPUtime=0 cores=4,6
/proc/28711/task/28714/stat : 28714 (fscip) S 28708 28711 28487 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 3 0 4457014 376786944 66646 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 367956 KiB
Current children cumulated memory: 266584 KiB

[startup+102.3 s]
/proc/loadavg: 3.50 1.33 0.53 5/253 28882
/proc/meminfo: memFree=125028980/131655788 swapFree=131071996/131071996
[pid=28711] ppid=28708 vsize=367956 memory=273108 CPUtime=102.01 cores=4,6
/proc/28711/stat : 28711 (fscip) S 28708 28711 28487 0 -1 1077936128 190671 0 0 0 10173 28 0 0 20 0 3 0 4456872 376786944 68277 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
/proc/28711/statm: 91989 68277 2966 3035 0 79508 0
[pid=28711/tid=28713] ppid=28708 vsize=367956 memory=273108 CPUtime=100.7 cores=4,6
/proc/28711/task/28713/stat : 28713 (fscip) R 28708 28711 28487 0 -1 4194368 151449 0 0 0 10053 17 0 0 20 0 3 0 4456997 376786944 68277 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
[pid=28711/tid=28714] ppid=28708 vsize=367956 memory=0 CPUtime=0 cores=4,6
/proc/28711/task/28714/stat : 28714 (fscip) S 28708 28711 28487 0 -1 1077936192 65 0 0 0 0 0 0 0 20 0 3 0 4457014 376786944 68277 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 367956 KiB
Current children cumulated memory: 273108 KiB

[startup+162.3 s]
/proc/loadavg: 3.86 1.83 0.76 6/255 28944
/proc/meminfo: memFree=125641988/131655788 swapFree=131071996/131071996
[pid=28711] ppid=28708 vsize=433492 memory=318348 CPUtime=161.82 cores=4,6
/proc/28711/stat : 28711 (fscip) S 28708 28711 28487 0 -1 1077936128 223647 0 0 0 16150 32 0 0 20 0 3 0 4456872 443895808 79587 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
/proc/28711/statm: 108373 79587 2982 3035 0 94380 0
[pid=28711/tid=28713] ppid=28708 vsize=433492 memory=273156 CPUtime=160.51 cores=4,6
/proc/28711/task/28713/stat : 28713 (fscip) R 28708 28711 28487 0 -1 4194368 184419 0 0 0 16030 21 0 0 20 0 3 0 4456997 443895808 79587 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
[pid=28711/tid=28714] ppid=28708 vsize=433492 memory=273156 CPUtime=0 cores=4,6
/proc/28711/task/28714/stat : 28714 (fscip) S 28708 28711 28487 0 -1 1077936192 71 0 0 0 0 0 0 0 20 0 3 0 4457014 443895808 79587 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 433492 KiB
Current children cumulated memory: 318348 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 2.26 0.98 5/255 28954
/proc/meminfo: memFree=125383816/131655788 swapFree=131071996/131071996
[pid=28711] ppid=28708 vsize=433492 memory=318580 CPUtime=221.67 cores=4,6
/proc/28711/stat : 28711 (fscip) S 28708 28711 28487 0 -1 1077936128 241480 0 0 0 22134 33 0 0 20 0 3 0 4456872 443895808 79645 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
/proc/28711/statm: 108373 79645 3030 3035 0 94380 0
[pid=28711/tid=28713] ppid=28708 vsize=433492 memory=11440 CPUtime=220.36 cores=4,6
/proc/28711/task/28713/stat : 28713 (fscip) R 28708 28711 28487 0 -1 4194368 202182 0 0 0 22014 22 0 0 20 0 3 0 4456997 443895808 79645 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
[pid=28711/tid=28714] ppid=28708 vsize=433492 memory=12860 CPUtime=0 cores=4,6
/proc/28711/task/28714/stat : 28714 (fscip) S 28708 28711 28487 0 -1 1077936192 78 0 0 0 0 0 0 0 20 0 3 0 4457014 443895808 79645 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
Current children cumulated CPU time: 221.67 s
Current children cumulated vsize: 433492 KiB
Current children cumulated memory: 318580 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 2.59 1.17 5/254 28965
/proc/meminfo: memFree=125304872/131655788 swapFree=131071996/131071996
[pid=28711] ppid=28708 vsize=433492 memory=318580 CPUtime=281.53 cores=4,6

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

[pid=28711] ppid=28708 vsize=499028 memory=430852 CPUtime=3453.95 cores=4,6
/proc/28711/stat : 28711 (fscip) S 28708 28711 28487 0 -1 1077936128 493199 0 0 0 345339 56 0 0 20 0 3 0 4456872 511004672 107713 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
/proc/28711/statm: 124757 107713 3030 3035 0 116287 0
[pid=28711/tid=28713] ppid=28708 vsize=499028 memory=430852 CPUtime=3452.55 cores=4,6
/proc/28711/task/28713/stat : 28713 (fscip) R 28708 28711 28487 0 -1 4194368 452479 0 0 0 345215 40 0 0 20 0 3 0 4456997 511004672 107713 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
[pid=28711/tid=28714] ppid=28708 vsize=499028 memory=11440 CPUtime=0.05 cores=4,6
/proc/28711/task/28714/stat : 28714 (fscip) S 28708 28711 28487 0 -1 1077936192 349 0 0 0 2 3 0 0 20 0 3 0 4457014 511004672 107713 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
Current children cumulated CPU time: 3453.95 s
Current children cumulated vsize: 499028 KiB
Current children cumulated memory: 430852 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.14 4.09 5/251 30515
/proc/meminfo: memFree=124100956/131655788 swapFree=131071996/131071996
[pid=28711] ppid=28708 vsize=499028 memory=430852 CPUtime=3513.81 cores=4,6
/proc/28711/stat : 28711 (fscip) S 28708 28711 28487 0 -1 1077936128 493721 0 0 0 351325 56 0 0 20 0 3 0 4456872 511004672 107713 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
/proc/28711/statm: 124757 107713 3030 3035 0 116287 0
[pid=28711/tid=28713] ppid=28708 vsize=499028 memory=430852 CPUtime=3512.42 cores=4,6
/proc/28711/task/28713/stat : 28713 (fscip) R 28708 28711 28487 0 -1 4194368 452981 0 0 0 351202 40 0 0 20 0 3 0 4456997 511004672 107713 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
[pid=28711/tid=28714] ppid=28708 vsize=499028 memory=11440 CPUtime=0.05 cores=4,6
/proc/28711/task/28714/stat : 28714 (fscip) S 28708 28711 28487 0 -1 1077936192 354 0 0 0 2 3 0 0 20 0 3 0 4457014 511004672 107713 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
Current children cumulated CPU time: 3513.81 s
Current children cumulated vsize: 499028 KiB
Current children cumulated memory: 430852 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.16 4.10 5/253 30697
/proc/meminfo: memFree=124099920/131655788 swapFree=131071996/131071996
[pid=28711] ppid=28708 vsize=499028 memory=430852 CPUtime=3573.68 cores=4,6
/proc/28711/stat : 28711 (fscip) S 28708 28711 28487 0 -1 1077936128 495095 0 0 0 357311 57 0 0 20 0 3 0 4456872 511004672 107713 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
/proc/28711/statm: 124757 107713 3030 3035 0 116287 0
[pid=28711/tid=28713] ppid=28708 vsize=499028 memory=16104 CPUtime=3572.29 cores=4,6
/proc/28711/task/28713/stat : 28713 (fscip) R 28708 28711 28487 0 -1 4194368 454333 0 0 0 357188 41 0 0 20 0 3 0 4456997 511004672 107713 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
[pid=28711/tid=28714] ppid=28708 vsize=499028 memory=11440 CPUtime=0.06 cores=4,6
/proc/28711/task/28714/stat : 28714 (fscip) S 28708 28711 28487 0 -1 1077936192 358 0 0 0 2 4 0 0 20 0 3 0 4457014 511004672 107713 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
Current children cumulated CPU time: 3573.68 s
Current children cumulated vsize: 499028 KiB
Current children cumulated memory: 430852 KiB

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

# cumulated CPU time of all completed processes:  user=3588.9 s, system=0.58228 s

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

[startup+3584 s]*
/proc/loadavg: 4.18 4.16 4.10 5/253 30697
/proc/meminfo: memFree=124099932/131655788 swapFree=131071996/131071996
[pid=28711] ppid=28708 vsize=499028 memory=430852 CPUtime=3575.39 cores=4,6
/proc/28711/stat : 28711 (fscip) S 28708 28711 28487 0 -1 1077936128 495095 0 0 0 357482 57 0 0 20 0 3 0 4456872 511004672 107713 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
/proc/28711/statm: 124757 107713 3030 3035 0 116287 0
[pid=28711/tid=28713] ppid=28708 vsize=499028 memory=7016978078008173662 CPUtime=3574 cores=4,6
/proc/28711/task/28713/stat : 28713 (fscip) R 28708 28711 28487 0 -1 4194368 454333 0 0 0 357359 41 0 0 20 0 3 0 4456997 511004672 107713 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
[pid=28711/tid=28714] ppid=28708 vsize=499028 memory=7805114626930862187 CPUtime=0.06 cores=4,6
/proc/28711/task/28714/stat : 28714 (fscip) S 28708 28711 28487 0 -1 1077936192 358 0 0 0 2 4 0 0 20 0 3 0 4457014 511004672 107713 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
Current children cumulated CPU time: 3575.39 s
Current children cumulated vsize: 499028 KiB
Current children cumulated memory: 430852 KiB

[startup+3590.4 s]
/proc/loadavg: 4.17 4.16 4.10 5/253 30698
/proc/meminfo: memFree=124099332/131655788 swapFree=131071996/131071996
[pid=28711] ppid=28708 vsize=499028 memory=430852 CPUtime=3581.76 cores=4,6
/proc/28711/stat : 28711 (fscip) S 28708 28711 28487 0 -1 1077936128 495095 0 0 0 358119 57 0 0 20 0 3 0 4456872 511004672 107713 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
/proc/28711/statm: 124757 107713 3030 3035 0 116287 0
[pid=28711/tid=28713] ppid=28708 vsize=499028 memory=430852 CPUtime=3580.37 cores=4,6
/proc/28711/task/28713/stat : 28713 (fscip) R 28708 28711 28487 0 -1 4194368 454333 0 0 0 357996 41 0 0 20 0 3 0 4456997 511004672 107713 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
[pid=28711/tid=28714] ppid=28708 vsize=499028 memory=430852 CPUtime=0.06 cores=4,6
/proc/28711/task/28714/stat : 28714 (fscip) S 28708 28711 28487 0 -1 1077936192 358 0 0 0 2 4 0 0 20 0 3 0 4457014 511004672 107713 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
Current children cumulated CPU time: 3581.76 s
Current children cumulated vsize: 499028 KiB
Current children cumulated memory: 430852 KiB

[startup+3593.6 s]
/proc/loadavg: 4.23 4.17 4.10 5/253 30698
/proc/meminfo: memFree=124099332/131655788 swapFree=131071996/131071996
[pid=28711] ppid=28708 vsize=499028 memory=430852 CPUtime=3584.96 cores=4,6
/proc/28711/stat : 28711 (fscip) S 28708 28711 28487 0 -1 1077936128 495099 0 0 0 358439 57 0 0 20 0 3 0 4456872 511004672 107713 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
/proc/28711/statm: 124757 107713 3030 3035 0 116287 0
[pid=28711/tid=28713] ppid=28708 vsize=499028 memory=430852 CPUtime=3583.56 cores=4,6
/proc/28711/task/28713/stat : 28713 (fscip) R 28708 28711 28487 0 -1 4194368 454337 0 0 0 358315 41 0 0 20 0 3 0 4456997 511004672 107713 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
[pid=28711/tid=28714] ppid=28708 vsize=499028 memory=-7161968623522766464 CPUtime=0.06 cores=4,6
/proc/28711/task/28714/stat : 28714 (fscip) S 28708 28711 28487 0 -1 1077936192 358 0 0 0 2 4 0 0 20 0 3 0 4457014 511004672 107713 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
Current children cumulated CPU time: 3584.96 s
Current children cumulated vsize: 499028 KiB
Current children cumulated memory: 430852 KiB

[startup+3595.2 s]
/proc/loadavg: 4.23 4.17 4.10 5/248 30762
/proc/meminfo: memFree=124943788/131655788 swapFree=131071996/131071996
[pid=28711] ppid=28708 vsize=499028 memory=430852 CPUtime=3586.55 cores=4,6
/proc/28711/stat : 28711 (fscip) S 28708 28711 28487 0 -1 1077936128 495100 0 0 0 358598 57 0 0 20 0 3 0 4456872 511004672 107713 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
/proc/28711/statm: 124757 107713 3030 3035 0 116287 0
[pid=28711/tid=28713] ppid=28708 vsize=499028 memory=430852 CPUtime=3585.16 cores=4,6
/proc/28711/task/28713/stat : 28713 (fscip) R 28708 28711 28487 0 -1 4194368 454338 0 0 0 358475 41 0 0 20 0 3 0 4456997 511004672 107713 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
[pid=28711/tid=28714] ppid=28708 vsize=499028 memory=430852 CPUtime=0.06 cores=4,6
/proc/28711/task/28714/stat : 28714 (fscip) S 28708 28711 28487 0 -1 1077936192 358 0 0 0 2 4 0 0 20 0 3 0 4457014 511004672 107713 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
Current children cumulated CPU time: 3586.55 s
Current children cumulated vsize: 499028 KiB
Current children cumulated memory: 430852 KiB

[startup+3596.8 s]
/proc/loadavg: 4.22 4.17 4.10 5/251 30794
/proc/meminfo: memFree=124809140/131655788 swapFree=131071996/131071996
[pid=28711] ppid=28708 vsize=499028 memory=430852 CPUtime=3588.15 cores=4,6
/proc/28711/stat : 28711 (fscip) S 28708 28711 28487 0 -1 1077936128 495101 0 0 0 358758 57 0 0 20 0 3 0 4456872 511004672 107713 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
/proc/28711/statm: 124757 107713 3030 3035 0 116287 0
[pid=28711/tid=28713] ppid=28708 vsize=499028 memory=430852 CPUtime=3586.75 cores=4,6
/proc/28711/task/28713/stat : 28713 (fscip) R 28708 28711 28487 0 -1 4194368 454339 0 0 0 358634 41 0 0 20 0 3 0 4456997 511004672 107713 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
[pid=28711/tid=28714] ppid=28708 vsize=499028 memory=430852 CPUtime=0.06 cores=4,6
/proc/28711/task/28714/stat : 28714 (fscip) S 28708 28711 28487 0 -1 1077936192 358 0 0 0 2 4 0 0 20 0 3 0 4457014 511004672 107713 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
Current children cumulated CPU time: 3588.15 s
Current children cumulated vsize: 499028 KiB
Current children cumulated memory: 430852 KiB

[startup+3597.6 s]
/proc/loadavg: 4.22 4.17 4.10 6/253 30796
/proc/meminfo: memFree=124788596/131655788 swapFree=131071996/131071996
[pid=28711] ppid=28708 vsize=499028 memory=430852 CPUtime=3588.95 cores=4,6
/proc/28711/stat : 28711 (fscip) S 28708 28711 28487 0 -1 1077936128 495132 0 0 0 358838 57 0 0 20 0 3 0 4456872 511004672 107713 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
/proc/28711/statm: 124757 107713 3030 3035 0 116287 0
[pid=28711/tid=28713] ppid=28708 vsize=499028 memory=12860 CPUtime=3587.55 cores=4,6
/proc/28711/task/28713/stat : 28713 (fscip) R 28708 28711 28487 0 -1 4194368 454370 0 0 0 358714 41 0 0 20 0 3 0 4456997 511004672 107713 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
[pid=28711/tid=28714] ppid=28708 vsize=499028 memory=12672 CPUtime=0.06 cores=4,6
/proc/28711/task/28714/stat : 28714 (fscip) S 28708 28711 28487 0 -1 1077936192 358 0 0 0 2 4 0 0 20 0 3 0 4457014 511004672 107713 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
Current children cumulated CPU time: 3588.95 s
Current children cumulated vsize: 499028 KiB
Current children cumulated memory: 430852 KiB

[startup+3598 s]*
/proc/loadavg: 4.22 4.17 4.10 5/253 30796
/proc/meminfo: memFree=124798664/131655788 swapFree=131071996/131071996
[pid=28711] ppid=28708 vsize=499028 memory=430852 CPUtime=3589.36 cores=4,6
/proc/28711/stat : 28711 (fscip) S 28708 28711 28487 0 -1 1077936128 495178 0 0 0 358879 57 0 0 20 0 3 0 4456872 511004672 107713 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
/proc/28711/statm: 124757 107713 3030 3035 0 116287 0
[pid=28711/tid=28713] ppid=28708 vsize=499028 memory=-5155635673854405509 CPUtime=3587.96 cores=4,6
/proc/28711/task/28713/stat : 28713 (fscip) R 28708 28711 28487 0 -1 4194368 454402 0 0 0 358755 41 0 0 20 0 3 0 4456997 511004672 107713 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
[pid=28711/tid=28714] ppid=28708 vsize=499028 memory=-4421386487691502437 CPUtime=0.06 cores=4,6
/proc/28711/task/28714/stat : 28714 (fscip) S 28708 28711 28487 0 -1 1077936192 361 0 0 0 2 4 0 0 20 0 3 0 4457014 511004672 107713 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
Current children cumulated CPU time: 3589.36 s
Current children cumulated vsize: 499028 KiB
Current children cumulated memory: 430852 KiB

[startup+3598.11 s]
/proc/loadavg: 4.22 4.17 4.10 5/253 30796
/proc/meminfo: memFree=124798664/131655788 swapFree=131071996/131071996
[pid=28711] ppid=28708 vsize=353396 memory=308892 CPUtime=3589.46 cores=4,6
/proc/28711/stat : 28711 (fscip) R 28708 28711 28487 0 -1 4194304 498101 0 0 0 358889 57 0 0 20 0 2 0 4456872 361877504 77223 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
/proc/28711/statm: 88349 77223 3030 3035 0 84515 0
[pid=28711/tid=28714] ppid=28708 vsize=353396 memory=430852 CPUtime=0.06 cores=4,6
/proc/28711/task/28714/stat : 28714 (fscip) S 28708 28711 28487 0 -1 1077936192 361 0 0 0 2 4 0 0 20 0 2 0 4457014 361877504 77223 134679101440 4194304 16623229 140720398377968 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36499456 140720398382102 140720398382218 140720398382218 140720398389232 0
Current children cumulated CPU time: 3589.46 s
Current children cumulated vsize: 353396 KiB
Current children cumulated memory: 308892 KiB

Child status: 0

Real time (s): 3598.13
CPU time (s): 3589.48
CPU user time (s): 3588.9
CPU system time (s): 0.58228
CPU usage (%): 99.7597
Max. virtual memory (cumulated for all children) (KiB): 499028
Max. memory (cumulated for all children) (KiB): 430852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.9
system time used= 0.58228
maximum resident set size= 430852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 498543
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= 4076
involuntary context switches= 2156


# summary of solver processes directly reported to runsolver:
#   pid: 28711
#   total CPU time (s): 3589.48
#   total CPU user time (s): 3588.9
#   total CPU system time (s): 0.58228

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.542 second user time and 32.7496 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-31 00:29:58
IDJOB=4464426
IDBENCH=147759
IDSOLVER=3092
FILE ID=nodeC005/4464426-1722378598
RUNJOBID= nodeC005-1722378594-28499
SLURM_JOB_ID= 8249835
Free space on /tmp= 723696 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-11,19,21.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-4464426-1722378598/watcher-4464426-1722378598 -o /tmp/evaluation-result-4464426-1722378598/solver-4464426-1722378598 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1722378594-28499 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464426-1722378598.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 94ed12462fdb637cfaac2f219d20a948
RANDOM SEED=1367756045

nodeC005.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	: 0xb00001f
cpu MHz		: 1795.815
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.72
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	: 0xb00001f
cpu MHz		: 1795.815
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.37
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	: 0xb00001f
cpu MHz		: 1197.257
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.72
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	: 0xb00001f
cpu MHz		: 1197.338
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.37
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	: 0xb00001f
cpu MHz		: 1197.212
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.72
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	: 0xb00001f
cpu MHz		: 3671.145
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.37
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	: 0xb00001f
cpu MHz		: 1197.216
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.72
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	: 0xb00001f
cpu MHz		: 1197.269
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127330692 kB
MemAvailable:   129333448 kB
Buffers:           87288 kB
Cached:          2723060 kB
SwapCached:            0 kB
Active:           250352 kB
Inactive:        3580628 kB
Active(anon):       1476 kB
Inactive(anon):  1040476 kB
Active(file):     248876 kB
Inactive(file):  2540152 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            118760 kB
Writeback:            56 kB
AnonPages:       1020744 kB
Mapped:           123384 kB
Shmem:             21320 kB
KReclaimable:     107852 kB
Slab:             190560 kB
SReclaimable:     107852 kB
SUnreclaim:        82708 kB
KernelStack:        4048 kB
PageTables:        11116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1188216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             7008 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 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:      187208 kB
DirectMap2M:    14397440 kB
DirectMap1G:    121634816 kB

Free space on /tmp at the end= 723664 MiB
End job on nodeC005 at 2024-07-31 01:29:57