Trace number 4446740

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? 3588.79 3600.23

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K179.opb
MD5SUM84aa92d361920570c4f42a7fa8308fed
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 benchmark73.5881
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21301
Total number of constraints21661
Number of constraints which are clauses21482
Number of constraints which are cardinality constraints (but not clauses)179
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint179
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 180
Number of bits of the biggest sum of numbers8
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.10/0.14	c Default LC presolving (default).
0.10/0.14	c ** Before presolving: virtualMemUsedAtLc = 123397645, getVmSize() = 106020864, SCIPgetMemUsed() = 76006782, SCIPgetMemTotal() = 82001118, SCIPgetMemExternEstim() = 41396527
0.10/0.14	c ** set memory limit for presolving in LC to 8.79606e+12 for SCIP **
24.50/24.69	c ** Estimated virtualMemUsedAtSolver = 259562346, getVmSize() = 381243392, SCIPgetMemUsed() = 264114977, SCIPgetMemTotal() = 347946993, SCIPgetMemExternEstim() = 41396527
24.50/24.69	c ** set memory limit for solvers to 4.39804e+12 for each SCIP **
24.50/24.69	c Original Problem   :
24.50/24.69	c   Problem name     : instance-4446740-1721342178
24.50/24.69	c   Variables        : 21301 (21301 binary, 0 integer, 0 implicit integer, 0 continuous)
24.50/24.69	c   Constraints      : 21661
24.50/24.69	c   Objective sense  : minimize
24.50/24.69	c Presolved Problem  :
24.50/24.69	c   Variables        : 19819 (19819 binary, 0 integer, 0 implicit integer, 0 continuous)
24.50/24.69	c   Constraints      : 20112
24.50/24.69	c Constraints        : Number
24.50/24.69	c   setppc           : 2439 
24.50/24.69	c   orbitope         : 1 
24.50/24.69	c   logicor          : 17672 
24.50/24.69	c ** Instance transfer method used: 0
24.60/24.74	c ** ParaScipInstance copy increased the number of variables. **
24.70/24.81	c LC is working with racing ramp-up and with rebuilding tree after racing.
24.70/24.81	c                                Nodes    Active                                            
24.70/24.81	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
1197.44/1201.53	c      1202              2           1         1                -           0.0000          -
1203.72/1207.81	c      1208              3           2         1                -           0.0000          -
1214.29/1218.45	c      1218              5           4         1                -           0.0000          -
1239.10/1243.37	c      1243              7           6         1                -           0.0000          -
1258.94/1263.21	c      1263              8           7         1                -           0.0000          -
1484.10/1489.09	c      1489              9           8         1                -           0.0000          -
1644.23/1649.69	c      1650             10           9         1                -           0.0000          -
1679.52/1685.02	c      1685             11          10         1                -           0.0000          -
1707.74/1713.30	c      1713             12          11         1                -           0.0000          -
1712.82/1718.47	c      1718             13          12         1                -           0.0000          -
1761.57/1767.30	c      1767             15          14         1                -           0.0000          -
1786.39/1792.20	c      1792             16          15         1                -           0.0000          -
1817.89/1823.84	c      1824             18          17         1                -           0.0000          -
1840.72/1846.75	c      1847             19          18         1                -           0.0000          -
1864.64/1870.74	c      1871             22          19         1                -           0.0000          -
1874.12/1880.23	c      1880             23          20         1                -           0.0000          -
1892.36/1898.51	c      1899             24          21         1                -           0.0000          -
1910.51/1916.76	c      1917             25          22         1                -           0.0000          -
1927.86/1934.18	c      1934             25          24         1                -           0.0000          -
1995.56/2002.08	c      2002             26          23         1                -           0.0000          -
2007.32/2013.89	c      2014             27          24         1                -           0.0000          -
2025.46/2032.03	c      2032             28          23         1                -           0.0000          -
2041.90/2048.51	c      2049             30          25         1                -           0.0000          -
2062.85/2069.59	c      2070             35          24         1                -           0.0000          -
2068.44/2075.15	c      2075             36          25         1                -           0.0000          -
2081.98/2088.74	c      2089             37          24         1                -           0.0000          -
2101.24/2108.09	c      2108             39          24         1                -           0.0000          -
2109.80/2116.67	c      2117             41          26         1                -           0.0000          -
2117.18/2124.01	c      2124             43          26         1                -           0.0000          -
2123.56/2130.41	c      2130             44          25         1                -           0.0000          -
2131.83/2138.78	c      2139             46          25         1                -           0.0000          -
2138.01/2144.92	c      2145             48          25         1                -           0.0000          -
2145.98/2152.94	c      2153             51          26         1                -           0.0000          -
2157.74/2164.73	c      2165             56          23         1                -           0.0000          -
2173.39/2180.47	c      2180             59          26         1                -           0.0000          -
2184.25/2191.33	c      2191             60          25         1                -           0.0000          -
2206.39/2213.50	c      2214             64          27         1                -           0.0000          -
2212.67/2219.89	c      2220             65          28         1                -           0.0000          -
2218.05/2225.22	c      2225             66          29         1                -           0.0000          -
2224.03/2231.20	c      2231             67          28         1                -           0.0000          -
2232.11/2239.33	c      2239             69          28         1                -           0.0000          -
2241.28/2248.58	c      2249             71          28         1                -           0.0000          -
2250.65/2257.96	c      2258             73          26         1                -           0.0000          -
2257.83/2265.15	c      2265             74          25         1                -           0.0000          -
2272.58/2279.93	c      2280             75          24         1                -           0.0000          -
2279.16/2286.57	c      2287             76          25         1                -           0.0000          -
2292.82/2300.27	c      2300             77          26         1                -           0.0000          -
2301.60/2309.08	c      2309             78          25         1                -           0.0000          -
2310.96/2318.46	c      2318             80          25         1                -           0.0000          -
2319.54/2327.03	c      2327             81          24         1                -           0.0000          -
2337.68/2345.28	c      2345             82          25         1                -           0.0000          -
2371.07/2378.72	c      2379             83          26         1                -           0.0000          -
2399.59/2407.32	c      2407             84          27         1                -           0.0000          -
2562.93/2571.11	c      2571             85          28         1                -           0.0000          -
2576.98/2585.29	c      2585             87          30         1                -           0.0000          -
2596.62/2604.98	c      2605             88          29         1                -           0.0000          -
2616.45/2624.87	c      2625             90          29         1                -           0.0000          -
2634.10/2642.58	c      2643             93          32         1                -           0.0000          -
2641.08/2649.57	c      2650             94          31         1                -           0.0000          -
2657.82/2666.33	c      2666             96          31         1                -           0.0000          -
2664.61/2673.14	c      2673             97          32         1                -           0.0000          -
2672.38/2680.93	c      2681             98          33         1                -           0.0000          -
2679.95/2688.53	c      2689            102          31         1                -           0.0000          -
2701.68/2710.35	c      2710            104          29         1                -           0.0000          -
2713.25/2721.93	c      2722            106          31         1                -           0.0000          -
2720.83/2729.50	c      2730            107          30         1                -           0.0000          -
2732.19/2741.00	c      2741            109          32         1                -           0.0000          -
2742.35/2751.16	c      2751            114          29         1                -           0.0000          -
2749.62/2758.49	c      2758            115          30         1                -           0.0000          -
2767.27/2776.12	c      2776            116          29         1                -           0.0000          -
2777.14/2786.02	c      2786            118          31         1                -           0.0000          -
2786.01/2794.97	c      2795            121          30         1                -           0.0000          -
2792.29/2801.23	c      2801            123          30         1                -           0.0000          -
2799.17/2808.15	c      2808            125          30         1                -           0.0000          -
2808.64/2817.62	c      2818            129          30         1                -           0.0000          -
2814.42/2823.47	c      2823            130          29         1                -           0.0000          -
2828.37/2837.48	c      2837            131          30         1                -           0.0000          -
2834.15/2843.25	c      2843            133          30         1                -           0.0000          -
2853.40/2862.52	c      2863            137          30         1                -           0.0000          -
2870.55/2879.75	c      2880            138          29         1                -           0.0000          -
2879.22/2888.40	c      2888            139          30         1                -           0.0000          -
2885.40/2894.67	c      2895            141          30         1                -           0.0000          -
2893.58/2902.82	c      2903            142          29         1                -           0.0000          -
2899.76/2909.00	c      2909            144          29         1                -           0.0000          -
2919.09/2928.40	c      2928            148          29         1                -           0.0000          -
2928.07/2937.48	c      2937            150          29         1                -           0.0000          -
2936.94/2946.38	c      2946            152          29         1                -           0.0000          -
2944.11/2953.51	c      2954            154          29         1                -           0.0000          -
2949.70/2959.18	c      2959            155          30         1                -           0.0000          -
2967.24/2976.75	c      2977            156          29         1                -           0.0000          -
2978.01/2987.51	c      2988            158          31         1                -           0.0000          -
2996.15/3005.74	c      3006            161          30         1                -           0.0000          -
3002.03/3011.63	c      3012            163          32         1                -           0.0000          -
3011.41/3021.09	c      3021            165          34         1                -           0.0000          -
3020.57/3030.28	c      3030            168          33         1                -           0.0000          -
3028.15/3037.82	c      3038            169          32         1                -           0.0000          -
3036.72/3046.40	c      3046            171          34         1                -           0.0000          -
3043.90/3053.63	c      3054            173          36         1                -           0.0000          -
3057.06/3066.85	c      3067            174          35         1                -           0.0000          -
3065.24/3075.06	c      3075            175          34         1                -           0.0000          -
3073.21/3083.08	c      3083            177          36         1                -           0.0000          -
3085.97/3095.85	c      3096            186          35         1                -           0.0000          -
3093.54/3103.42	c      3103            187          34         1                -           0.0000          -
3100.53/3110.48	c      3110            188          33         1                -           0.0000          -
3106.41/3116.39	c      3116            189          32         1                -           0.0000          -
3130.63/3140.60	c      3141            190          31         1                -           0.0000          -
3156.74/3166.87	c      3167            191          30         1                -           0.0000          -
3173.40/3183.50	c      3184            192          31         1                -           0.0000          -
3182.88/3193.05	c      3193            193          32         1                -           0.0000          -
3191.19/3201.49	c      3202            195          30         1                -           0.0000          -
3218.11/3228.45	c      3228            196          29         1                -           0.0000          -
3229.28/3239.67	c      3240            197          30         1                -           0.0000          -
3236.55/3246.91	c      3247            198          31         1                -           0.0000          -
3242.23/3252.69	c      3253            200          31         1                -           0.0000          -
3250.91/3261.32	c      3261            206          31         1                -           0.0000          -
3256.09/3266.51	c      3267            207          30         1                -           0.0000          -
3266.85/3277.33	c      3277            209          28         1                -           0.0000          -
3276.72/3287.23	c      3287            210          29         1                -           0.0000          -
3285.50/3296.03	c      3296            211          28         1                -           0.0000          -
3296.75/3307.34	c      3307            212          27         1                -           0.0000          -
3310.31/3320.92	c      3321            213          28         1                -           0.0000          -
3332.35/3343.05	c      3343            214          27         1                -           0.0000          -
3353.29/3364.08	c      3364            216          27         1                -           0.0000          -
3377.01/3387.86	c      3388            218          27         1                -           0.0000          -
3390.77/3401.64	c      3402            219          26         1                -           0.0000          -
3404.83/3415.75	c      3416            221          28         1                -           0.0000          -
3421.57/3432.54	c      3433            222          29         1                -           0.0000          -
3428.16/3439.20	c      3439            223          28         1                -           0.0000          -
3450.88/3461.97	c      3462            225          28         1                -           0.0000          -
3460.55/3471.62	c      3472            227          30         1                -           0.0000          -
3473.41/3484.59	c      3485            230          27         1                -           0.0000          -
3482.38/3493.52	c      3494            232          29         1                -           0.0000          -
3494.64/3505.84	c      3506            233          30         1                -           0.0000          -
3518.57/3529.86	c      3530            234          29         1                -           0.0000          -
3524.86/3536.12	c      3536            236          31         1                -           0.0000          -
3541.30/3552.70	c      3553            237          32         1                -           0.0000          -
3546.58/3558.00	c      3558            238          31         1                -           0.0000          -
3551.67/3563.00	c      3563            239          30         1                -           0.0000          -
3562.14/3573.56	c      3574            241          32         1                -           0.0000          -
3587.95/3599.40	c      3599            243          30         1                -           0.0000          -
3588.65/3600.14	c SCIP Status        : c solving was interrupted [hard time limit reached]
3588.65/3600.14	c Total Time         : 3600.1400
3588.65/3600.14	c   solving          : 3600.1400
3588.65/3600.14	c   presolving       : 24.5509 (included in solving)
3588.65/3600.14	c B&B Tree           :
3588.65/3600.14	c   nodes (total)    : 1
3588.65/3600.14	c Solution           :
3588.65/3600.14	c   Solutions found  : 0
3588.65/3600.14	c   Primal Bound     :          -
3588.65/3600.14	c   Dual Bound       : +0.00000000000000e+00
3588.65/3600.14	c Gap                :          -
3588.75/3600.22	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: 63931 MiB (61677 MiB free)
  memory of node 1: 64510 MiB (61092 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446740-1721342178/watcher-4446740-1721342178 -o /tmp/evaluation-result-4446740-1721342178/solver-4446740-1721342178 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1721342191-1000735 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4446740-1721342178.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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=1000793, runsolver pid=1000781

[startup+0.100342 s]*
/proc/loadavg: 4.25 4.22 4.24 8/256 1000800
/proc/meminfo: memFree=125460196/131524600 swapFree=131071996/131071996
[pid=1000793] ppid=1000781 vsize=87048 memory=77020 CPUtime=0.1 cores=0,2
/proc/1000793/stat : 1000793 (fscip) R 1000781 1000793 1000725 0 -1 4194304 17018 0 0 0 8 2 0 0 20 0 1 0 186385190 89137152 19255 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
/proc/1000793/statm: 21762 19255 2542 3032 0 18162 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 87048 KiB
Current children cumulated memory: 77020 KiB

[startup+0.215362 s]*
/proc/loadavg: 4.25 4.22 4.24 6/256 1000800
/proc/meminfo: memFree=125350248/131524600 swapFree=131071996/131071996
[pid=1000793] ppid=1000781 vsize=110752 memory=97264 CPUtime=0.2 cores=0,2
/proc/1000793/stat : 1000793 (fscip) R 1000781 1000793 1000725 0 -1 4194304 22029 0 0 0 18 2 0 0 20 0 1 0 186385190 113410048 24316 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
/proc/1000793/statm: 27688 24316 2590 3032 0 24088 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 110752 KiB
Current children cumulated memory: 97264 KiB

[startup+0.305622 s]*
/proc/loadavg: 4.25 4.22 4.24 5/256 1000800
/proc/meminfo: memFree=125267872/131524600 swapFree=131071996/131071996
[pid=1000793] ppid=1000781 vsize=139852 memory=125932 CPUtime=0.3 cores=0,2
/proc/1000793/stat : 1000793 (fscip) R 1000781 1000793 1000725 0 -1 4194304 30803 0 0 0 26 4 0 0 20 0 1 0 186385190 143208448 31483 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
/proc/1000793/statm: 34963 31483 2638 3032 0 31363 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 139852 KiB
Current children cumulated memory: 125932 KiB

[startup+0.700172 s]
/proc/loadavg: 4.25 4.22 4.24 5/256 1000800
/proc/meminfo: memFree=125273096/131524600 swapFree=131071996/131071996
[pid=1000793] ppid=1000781 vsize=130292 memory=116972 CPUtime=0.68 cores=0,2
/proc/1000793/stat : 1000793 (fscip) R 1000781 1000793 1000725 0 -1 4194304 30912 0 0 0 64 4 0 0 20 0 1 0 186385190 133419008 29243 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
/proc/1000793/statm: 32573 29243 2686 3032 0 28973 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 130292 KiB
Current children cumulated memory: 116972 KiB

[startup+1.50018 s]
/proc/loadavg: 4.23 4.22 4.24 8/256 1000800
/proc/meminfo: memFree=125199112/131524600 swapFree=131071996/131071996
[pid=1000793] ppid=1000781 vsize=189236 memory=171332 CPUtime=1.47 cores=0,2
/proc/1000793/stat : 1000793 (fscip) R 1000781 1000793 1000725 0 -1 4194304 44101 0 0 0 142 5 0 0 20 0 1 0 186385190 193777664 42833 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
/proc/1000793/statm: 47309 42833 2734 3032 0 43709 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 189236 KiB
Current children cumulated memory: 171332 KiB

[startup+3.10638 s]
/proc/loadavg: 4.23 4.22 4.24 7/256 1000800
/proc/meminfo: memFree=125061916/131524600 swapFree=131071996/131071996
[pid=1000793] ppid=1000781 vsize=199072 memory=181088 CPUtime=3.08 cores=0,2
/proc/1000793/stat : 1000793 (fscip) R 1000781 1000793 1000725 0 -1 4194304 46521 0 0 0 302 6 0 0 20 0 1 0 186385190 203849728 45272 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
/proc/1000793/statm: 49768 45272 2734 3032 0 46168 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 199072 KiB
Current children cumulated memory: 181088 KiB

[startup+6.30017 s]
/proc/loadavg: 4.29 4.23 4.25 6/256 1000802
/proc/meminfo: memFree=125058080/131524600 swapFree=131071996/131071996
[pid=1000793] ppid=1000781 vsize=202472 memory=184504 CPUtime=6.26 cores=0,2
/proc/1000793/stat : 1000793 (fscip) R 1000781 1000793 1000725 0 -1 4194304 47376 0 0 0 620 6 0 0 20 0 1 0 186385190 207331328 46126 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
/proc/1000793/statm: 50618 46126 2734 3032 0 47018 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 202472 KiB
Current children cumulated memory: 184504 KiB

[startup+12.7002 s]
/proc/loadavg: 4.27 4.23 4.25 7/256 1000802
/proc/meminfo: memFree=125026308/131524600 swapFree=131071996/131071996
[pid=1000793] ppid=1000781 vsize=208420 memory=190328 CPUtime=12.64 cores=0,2
/proc/1000793/stat : 1000793 (fscip) R 1000781 1000793 1000725 0 -1 4194304 48903 0 0 0 1257 7 0 0 20 0 1 0 186385190 213422080 47582 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
/proc/1000793/statm: 52105 47582 2734 3032 0 48505 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 208420 KiB
Current children cumulated memory: 190328 KiB

[startup+25.5003 s]
/proc/loadavg: 4.22 4.22 4.24 8/258 1000807
/proc/meminfo: memFree=124770152/131524600 swapFree=131071996/131071996
[pid=1000793] ppid=1000781 vsize=617768 memory=455064 CPUtime=25.4 cores=0,2
/proc/1000793/stat : 1000793 (fscip) S 1000781 1000793 1000725 0 -1 1077936128 114674 0 0 0 2524 16 0 0 20 0 3 0 186385190 632594432 113766 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
/proc/1000793/statm: 154442 113766 2782 3032 0 134924 0
[pid=1000793/tid=1000806] ppid=1000781 vsize=617768 memory=190840 CPUtime=0.74 cores=0,2
/proc/1000793/task/1000806/stat : 1000806 (fscip) R 1000781 1000793 1000725 0 -1 4194368 32369 0 0 0 70 4 0 0 20 0 3 0 186387660 632594432 113766 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
[pid=1000793/tid=1000807] ppid=1000781 vsize=617768 memory=190840 CPUtime=0 cores=0,2
/proc/1000793/task/1000807/stat : 1000807 (fscip) S 1000781 1000793 1000725 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 186387671 632594432 113766 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 617768 KiB
Current children cumulated memory: 455064 KiB

[startup+51.1063 s]
/proc/loadavg: 4.20 4.21 4.24 9/262 1000814
/proc/meminfo: memFree=124226028/131524600 swapFree=131071996/131071996
[pid=1000793] ppid=1000781 vsize=617768 memory=470056 CPUtime=50.75 cores=0,2
/proc/1000793/stat : 1000793 (fscip) S 1000781 1000793 1000725 0 -1 1077936128 211548 0 0 0 5052 23 0 0 20 0 3 0 186385190 632594432 117514 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
/proc/1000793/statm: 154442 117514 2782 3032 0 137976 0
[pid=1000793/tid=1000806] ppid=1000781 vsize=617768 memory=11588 CPUtime=26.09 cores=0,2
/proc/1000793/task/1000806/stat : 1000806 (fscip) R 1000781 1000793 1000725 0 -1 4194368 129211 0 0 0 2598 11 0 0 20 0 3 0 186387660 632594432 117514 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
[pid=1000793/tid=1000807] ppid=1000781 vsize=617768 memory=469228 CPUtime=0 cores=0,2
/proc/1000793/task/1000807/stat : 1000807 (fscip) S 1000781 1000793 1000725 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 3 0 186387671 632594432 117514 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
Current children cumulated CPU time: 50.75 s
Current children cumulated vsize: 617768 KiB
Current children cumulated memory: 470056 KiB

[startup+102.3 s]
/proc/loadavg: 4.24 4.22 4.24 6/264 1000824
/proc/meminfo: memFree=123712656/131524600 swapFree=131071996/131071996
[pid=1000793] ppid=1000781 vsize=683980 memory=540564 CPUtime=101.68 cores=0,2
/proc/1000793/stat : 1000793 (fscip) S 1000781 1000793 1000725 0 -1 1077936128 283838 0 0 0 10140 28 0 0 20 0 3 0 186385190 700395520 135141 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
/proc/1000793/statm: 170995 135141 2926 3032 0 156637 0
[pid=1000793/tid=1000806] ppid=1000781 vsize=683980 memory=539304 CPUtime=77.02 cores=0,2
/proc/1000793/task/1000806/stat : 1000806 (fscip) R 1000781 1000793 1000725 0 -1 4194368 201478 0 0 0 7686 16 0 0 20 0 3 0 186387660 700395520 135141 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
[pid=1000793/tid=1000807] ppid=1000781 vsize=683980 memory=539304 CPUtime=0 cores=0,2
/proc/1000793/task/1000807/stat : 1000807 (fscip) S 1000781 1000793 1000725 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 3 0 186387671 700395520 135141 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
Current children cumulated CPU time: 101.68 s
Current children cumulated vsize: 683980 KiB
Current children cumulated memory: 540564 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.20 4.23 7/264 1000835
/proc/meminfo: memFree=123627924/131524600 swapFree=131071996/131071996
[pid=1000793] ppid=1000781 vsize=683980 memory=569520 CPUtime=161.48 cores=0,2
/proc/1000793/stat : 1000793 (fscip) S 1000781 1000793 1000725 0 -1 1077936128 297283 0 0 0 16119 29 0 0 20 0 3 0 186385190 700395520 142380 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
/proc/1000793/statm: 170995 142380 2926 3032 0 157023 0
[pid=1000793/tid=1000806] ppid=1000781 vsize=683980 memory=552252 CPUtime=136.82 cores=0,2
/proc/1000793/task/1000806/stat : 1000806 (fscip) R 1000781 1000793 1000725 0 -1 4194368 214909 0 0 0 13665 17 0 0 20 0 3 0 186387660 700395520 142380 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
[pid=1000793/tid=1000807] ppid=1000781 vsize=683980 memory=569520 CPUtime=0 cores=0,2
/proc/1000793/task/1000807/stat : 1000807 (fscip) S 1000781 1000793 1000725 0 -1 1077936192 69 0 0 0 0 0 0 0 20 0 3 0 186387671 700395520 142380 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
Current children cumulated CPU time: 161.48 s
Current children cumulated vsize: 683980 KiB
Current children cumulated memory: 569520 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.19 4.22 6/264 1000845
/proc/meminfo: memFree=123520020/131524600 swapFree=131071996/131071996
[pid=1000793] ppid=1000781 vsize=683980 memory=584424 CPUtime=221.27 cores=0,2
/proc/1000793/stat : 1000793 (fscip) S 1000781 1000793 1000725 0 -1 1077936128 304814 0 0 0 22097 30 0 0 20 0 3 0 186385190 700395520 146106 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
/proc/1000793/statm: 170995 146106 2926 3032 0 157614 0
[pid=1000793/tid=1000806] ppid=1000781 vsize=683980 memory=44076 CPUtime=196.61 cores=0,2
/proc/1000793/task/1000806/stat : 1000806 (fscip) R 1000781 1000793 1000725 0 -1 4194368 222433 0 0 0 19643 18 0 0 20 0 3 0 186387660 700395520 146106 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
[pid=1000793/tid=1000807] ppid=1000781 vsize=683980 memory=569520 CPUtime=0 cores=0,2
/proc/1000793/task/1000807/stat : 1000807 (fscip) S 1000781 1000793 1000725 0 -1 1077936192 76 0 0 0 0 0 0 0 20 0 3 0 186387671 700395520 146106 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
Current children cumulated CPU time: 221.27 s
Current children cumulated vsize: 683980 KiB
Current children cumulated memory: 584424 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.17 4.21 7/266 1000860
/proc/meminfo: memFree=123492416/131524600 swapFree=131071996/131071996
[pid=1000793] ppid=1000781 vsize=683980 memory=585648 CPUtime=281.08 cores=0,2
/proc/1000793/stat : 1000793 (fscip) S 1000781 1000793 1000725 0 -1 1077936128 313409 0 0 0 28077 31 0 0 20 0 3 0 186385190 700395520 146412 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
/proc/1000793/statm: 170995 146412 2926 3032 0 157614 0
[pid=1000793/tid=1000806] ppid=1000781 vsize=683980 memory=585284 CPUtime=256.41 cores=0,2
/proc/1000793/task/1000806/stat : 1000806 (fscip) R 1000781 1000793 1000725 0 -1 4194368 231021 0 0 0 25623 18 0 0 20 0 3 0 186387660 700395520 146412 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
[pid=1000793/tid=1000807] ppid=1000781 vsize=683980 memory=-7952647673526574976 CPUtime=0 cores=0,2
/proc/1000793/task/1000807/stat : 1000807 (fscip) S 1000781 1000793 1000725 0 -1 1077936192 83 0 0 0 0 0 0 0 20 0 3 0 186387671 700395520 146412 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
Current children cumulated CPU time: 281.08 s
Current children cumulated vsize: 683980 KiB
Current children cumulated memory: 585648 KiB

[startup+342.3 s]

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

[pid=1000793] ppid=1000781 vsize=877736 memory=823432 CPUtime=3391.47 cores=0,2
/proc/1000793/stat : 1000793 (fscip) S 1000781 1000793 1000725 0 -1 1077936128 661434 0 0 0 339079 68 0 0 20 0 3 0 186385190 898801664 205858 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
/proc/1000793/statm: 219434 205858 3310 3032 0 215335 0
[pid=1000793/tid=1000806] ppid=1000781 vsize=877736 memory=680700 CPUtime=3366.75 cores=0,2
/proc/1000793/task/1000806/stat : 1000806 (fscip) R 1000781 1000793 1000725 0 -1 4194368 578156 0 0 0 336622 53 0 0 20 0 3 0 186387660 898801664 205858 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
[pid=1000793/tid=1000807] ppid=1000781 vsize=877736 memory=823432 CPUtime=0.02 cores=0,2
/proc/1000793/task/1000807/stat : 1000807 (fscip) S 1000781 1000793 1000725 0 -1 1077936192 515 0 0 0 1 1 0 0 20 0 3 0 186387671 898801664 205858 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
Current children cumulated CPU time: 3391.47 s
Current children cumulated vsize: 877736 KiB
Current children cumulated memory: 823432 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.11 4.09 7/266 1002634
/proc/meminfo: memFree=122576844/131524600 swapFree=131071996/131071996
[pid=1000793] ppid=1000781 vsize=877736 memory=823432 CPUtime=3451.28 cores=0,2
/proc/1000793/stat : 1000793 (fscip) S 1000781 1000793 1000725 0 -1 1077936128 662463 0 0 0 345060 68 0 0 20 0 3 0 186385190 898801664 205858 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
/proc/1000793/statm: 219434 205858 3310 3032 0 215335 0
[pid=1000793/tid=1000806] ppid=1000781 vsize=877736 memory=680700 CPUtime=3426.57 cores=0,2
/proc/1000793/task/1000806/stat : 1000806 (fscip) R 1000781 1000793 1000725 0 -1 4194368 579157 0 0 0 342604 53 0 0 20 0 3 0 186387660 898801664 205858 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
[pid=1000793/tid=1000807] ppid=1000781 vsize=877736 memory=823432 CPUtime=0.03 cores=0,2
/proc/1000793/task/1000807/stat : 1000807 (fscip) S 1000781 1000793 1000725 0 -1 1077936192 522 0 0 0 1 2 0 0 20 0 3 0 186387671 898801664 205858 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
Current children cumulated CPU time: 3451.28 s
Current children cumulated vsize: 877736 KiB
Current children cumulated memory: 823432 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.10 4.09 7/266 1002644
/proc/meminfo: memFree=122576532/131524600 swapFree=131071996/131071996
[pid=1000793] ppid=1000781 vsize=877736 memory=823432 CPUtime=3511.09 cores=0,2
/proc/1000793/stat : 1000793 (fscip) S 1000781 1000793 1000725 0 -1 1077936128 663547 0 0 0 351041 68 0 0 20 0 3 0 186385190 898801664 205858 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
/proc/1000793/statm: 219434 205858 3310 3032 0 215335 0
[pid=1000793/tid=1000806] ppid=1000781 vsize=877736 memory=680700 CPUtime=3486.38 cores=0,2
/proc/1000793/task/1000806/stat : 1000806 (fscip) R 1000781 1000793 1000725 0 -1 4194368 580223 0 0 0 348584 54 0 0 20 0 3 0 186387660 898801664 205858 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
[pid=1000793/tid=1000807] ppid=1000781 vsize=877736 memory=823432 CPUtime=0.03 cores=0,2
/proc/1000793/task/1000807/stat : 1000807 (fscip) S 1000781 1000793 1000725 0 -1 1077936192 527 0 0 0 1 2 0 0 20 0 3 0 186387671 898801664 205858 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
Current children cumulated CPU time: 3511.09 s
Current children cumulated vsize: 877736 KiB
Current children cumulated memory: 823432 KiB

[startup+3582.3 s]
/proc/loadavg: 4.19 4.13 4.10 7/262 1002654
/proc/meminfo: memFree=122576260/131524600 swapFree=131071996/131071996
[pid=1000793] ppid=1000781 vsize=877736 memory=823432 CPUtime=3570.91 cores=0,2
/proc/1000793/stat : 1000793 (fscip) S 1000781 1000793 1000725 0 -1 1077936128 665374 0 0 0 357022 69 0 0 20 0 3 0 186385190 898801664 205858 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
/proc/1000793/statm: 219434 205858 3310 3032 0 215335 0
[pid=1000793/tid=1000806] ppid=1000781 vsize=877736 memory=680700 CPUtime=3546.19 cores=0,2
/proc/1000793/task/1000806/stat : 1000806 (fscip) R 1000781 1000793 1000725 0 -1 4194368 582024 0 0 0 354565 54 0 0 20 0 3 0 186387660 898801664 205858 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
[pid=1000793/tid=1000807] ppid=1000781 vsize=877736 memory=20420 CPUtime=0.03 cores=0,2
/proc/1000793/task/1000807/stat : 1000807 (fscip) S 1000781 1000793 1000725 0 -1 1077936192 537 0 0 0 1 2 0 0 20 0 3 0 186387671 898801664 205858 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
Current children cumulated CPU time: 3570.91 s
Current children cumulated vsize: 877736 KiB
Current children cumulated memory: 823432 KiB

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

# cumulated CPU time of all completed processes:  user=3588.08 s, system=0.703182 s

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

[startup+3584 s]*
/proc/loadavg: 4.19 4.13 4.10 6/262 1002656
/proc/meminfo: memFree=122576148/131524600 swapFree=131071996/131071996
[pid=1000793] ppid=1000781 vsize=877736 memory=823432 CPUtime=3572.61 cores=0,2
/proc/1000793/stat : 1000793 (fscip) S 1000781 1000793 1000725 0 -1 1077936128 665374 0 0 0 357192 69 0 0 20 0 3 0 186385190 898801664 205858 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
/proc/1000793/statm: 219434 205858 3310 3032 0 215335 0
[pid=1000793/tid=1000806] ppid=1000781 vsize=877736 memory=-6881359242293251692 CPUtime=3547.89 cores=0,2
/proc/1000793/task/1000806/stat : 1000806 (fscip) R 1000781 1000793 1000725 0 -1 4194368 582024 0 0 0 354735 54 0 0 20 0 3 0 186387660 898801664 205858 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
[pid=1000793/tid=1000807] ppid=1000781 vsize=877736 memory=-9187040390457425350 CPUtime=0.03 cores=0,2
/proc/1000793/task/1000807/stat : 1000807 (fscip) S 1000781 1000793 1000725 0 -1 1077936192 537 0 0 0 1 2 0 0 20 0 3 0 186387671 898801664 205858 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
Current children cumulated CPU time: 3572.61 s
Current children cumulated vsize: 877736 KiB
Current children cumulated memory: 823432 KiB

[startup+3590.4 s]
/proc/loadavg: 4.17 4.13 4.10 6/262 1002656
/proc/meminfo: memFree=122576196/131524600 swapFree=131071996/131071996
[pid=1000793] ppid=1000781 vsize=877736 memory=823432 CPUtime=3578.98 cores=0,2
/proc/1000793/stat : 1000793 (fscip) S 1000781 1000793 1000725 0 -1 1077936128 665374 0 0 0 357829 69 0 0 20 0 3 0 186385190 898801664 205858 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
/proc/1000793/statm: 219434 205858 3310 3032 0 215335 0
[pid=1000793/tid=1000806] ppid=1000781 vsize=877736 memory=823432 CPUtime=3554.26 cores=0,2
/proc/1000793/task/1000806/stat : 1000806 (fscip) R 1000781 1000793 1000725 0 -1 4194368 582024 0 0 0 355372 54 0 0 20 0 3 0 186387660 898801664 205858 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
[pid=1000793/tid=1000807] ppid=1000781 vsize=877736 memory=823432 CPUtime=0.03 cores=0,2
/proc/1000793/task/1000807/stat : 1000807 (fscip) S 1000781 1000793 1000725 0 -1 1077936192 537 0 0 0 1 2 0 0 20 0 3 0 186387671 898801664 205858 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
Current children cumulated CPU time: 3578.98 s
Current children cumulated vsize: 877736 KiB
Current children cumulated memory: 823432 KiB

[startup+3596.8 s]
/proc/loadavg: 4.16 4.12 4.10 7/262 1002657
/proc/meminfo: memFree=122576152/131524600 swapFree=131071996/131071996
[pid=1000793] ppid=1000781 vsize=877736 memory=823432 CPUtime=3585.36 cores=0,2
/proc/1000793/stat : 1000793 (fscip) S 1000781 1000793 1000725 0 -1 1077936128 665448 0 0 0 358467 69 0 0 20 0 3 0 186385190 898801664 205858 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
/proc/1000793/statm: 219434 205858 3310 3032 0 215335 0
[pid=1000793/tid=1000806] ppid=1000781 vsize=877736 memory=823432 CPUtime=3560.64 cores=0,2
/proc/1000793/task/1000806/stat : 1000806 (fscip) R 1000781 1000793 1000725 0 -1 4194368 582095 0 0 0 356010 54 0 0 20 0 3 0 186387660 898801664 205858 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
[pid=1000793/tid=1000807] ppid=1000781 vsize=877736 memory=11588 CPUtime=0.03 cores=0,2
/proc/1000793/task/1000807/stat : 1000807 (fscip) S 1000781 1000793 1000725 0 -1 1077936192 540 0 0 0 1 2 0 0 20 0 3 0 186387671 898801664 205858 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
Current children cumulated CPU time: 3585.36 s
Current children cumulated vsize: 877736 KiB
Current children cumulated memory: 823432 KiB

[startup+3598.4 s]
/proc/loadavg: 4.15 4.12 4.09 7/262 1002657
/proc/meminfo: memFree=122576168/131524600 swapFree=131071996/131071996
[pid=1000793] ppid=1000781 vsize=877736 memory=823432 CPUtime=3586.95 cores=0,2
/proc/1000793/stat : 1000793 (fscip) S 1000781 1000793 1000725 0 -1 1077936128 665448 0 0 0 358626 69 0 0 20 0 3 0 186385190 898801664 205858 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
/proc/1000793/statm: 219434 205858 3310 3032 0 215335 0
[pid=1000793/tid=1000806] ppid=1000781 vsize=877736 memory=1972 CPUtime=3562.24 cores=0,2
/proc/1000793/task/1000806/stat : 1000806 (fscip) R 1000781 1000793 1000725 0 -1 4194368 582095 0 0 0 356170 54 0 0 20 0 3 0 186387660 898801664 205858 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
[pid=1000793/tid=1000807] ppid=1000781 vsize=877736 memory=11316 CPUtime=0.03 cores=0,2
/proc/1000793/task/1000807/stat : 1000807 (fscip) S 1000781 1000793 1000725 0 -1 1077936192 540 0 0 0 1 2 0 0 20 0 3 0 186387671 898801664 205858 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
Current children cumulated CPU time: 3586.95 s
Current children cumulated vsize: 877736 KiB
Current children cumulated memory: 823432 KiB

[startup+3599.2 s]
/proc/loadavg: 4.15 4.12 4.09 7/262 1002657
/proc/meminfo: memFree=122576176/131524600 swapFree=131071996/131071996
[pid=1000793] ppid=1000781 vsize=877736 memory=823432 CPUtime=3587.75 cores=0,2
/proc/1000793/stat : 1000793 (fscip) S 1000781 1000793 1000725 0 -1 1077936128 665448 0 0 0 358706 69 0 0 20 0 3 0 186385190 898801664 205858 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
/proc/1000793/statm: 219434 205858 3310 3032 0 215335 0
[pid=1000793/tid=1000806] ppid=1000781 vsize=877736 memory=823432 CPUtime=3563.04 cores=0,2
/proc/1000793/task/1000806/stat : 1000806 (fscip) R 1000781 1000793 1000725 0 -1 4194368 582095 0 0 0 356250 54 0 0 20 0 3 0 186387660 898801664 205858 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
[pid=1000793/tid=1000807] ppid=1000781 vsize=877736 memory=44076 CPUtime=0.03 cores=0,2
/proc/1000793/task/1000807/stat : 1000807 (fscip) S 1000781 1000793 1000725 0 -1 1077936192 540 0 0 0 1 2 0 0 20 0 3 0 186387671 898801664 205858 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
Current children cumulated CPU time: 3587.75 s
Current children cumulated vsize: 877736 KiB
Current children cumulated memory: 823432 KiB

[startup+3600 s]*
/proc/loadavg: 4.15 4.12 4.09 7/262 1002657
/proc/meminfo: memFree=122576144/131524600 swapFree=131071996/131071996
[pid=1000793] ppid=1000781 vsize=877736 memory=823432 CPUtime=3588.55 cores=0,2
/proc/1000793/stat : 1000793 (fscip) S 1000781 1000793 1000725 0 -1 1077936128 665866 0 0 0 358786 69 0 0 20 0 3 0 186385190 898801664 205858 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
/proc/1000793/statm: 219434 205858 3310 3032 0 215335 0
[pid=1000793/tid=1000806] ppid=1000781 vsize=877736 memory=-6881359242293251692 CPUtime=3563.84 cores=0,2
/proc/1000793/task/1000806/stat : 1000806 (fscip) R 1000781 1000793 1000725 0 -1 4194368 582500 0 0 0 356330 54 0 0 20 0 3 0 186387660 898801664 205858 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
[pid=1000793/tid=1000807] ppid=1000781 vsize=877736 memory=-9187040390457425350 CPUtime=0.03 cores=0,2
/proc/1000793/task/1000807/stat : 1000807 (fscip) S 1000781 1000793 1000725 0 -1 1077936192 540 0 0 0 1 2 0 0 20 0 3 0 186387671 898801664 205858 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
Current children cumulated CPU time: 3588.55 s
Current children cumulated vsize: 877736 KiB
Current children cumulated memory: 823432 KiB

[startup+3600.2 s]
/proc/loadavg: 4.15 4.12 4.09 7/262 1002657
/proc/meminfo: memFree=122576144/131524600 swapFree=131071996/131071996
[pid=1000793] ppid=1000781 vsize=813568 memory=748240 CPUtime=3588.75 cores=0,2
/proc/1000793/stat : 1000793 (fscip) R 1000781 1000793 1000725 0 -1 4194304 668652 0 0 0 358806 69 0 0 20 0 2 0 186385190 833093632 187060 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
/proc/1000793/statm: 203392 187060 3310 3032 0 199293 0
[pid=1000793/tid=1000807] ppid=1000781 vsize=813568 memory=28776 CPUtime=0.03 cores=0,2
/proc/1000793/task/1000807/stat : 1000807 (fscip) S 1000781 1000793 1000725 0 -1 1077936192 540 0 0 0 1 2 0 0 20 0 2 0 186387671 833093632 187060 134679101440 4194304 16613245 140730275325408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 31105024 140730275329043 140730275329159 140730275329159 140730275336176 0
Current children cumulated CPU time: 3588.75 s
Current children cumulated vsize: 813568 KiB
Current children cumulated memory: 748240 KiB

Child status: 0

Real time (s): 3600.23
CPU time (s): 3588.79
CPU user time (s): 3588.08
CPU system time (s): 0.703182
CPU usage (%): 99.6822
Max. virtual memory (cumulated for all children) (KiB): 877736
Max. memory (cumulated for all children) (KiB): 823432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.08
system time used= 0.703182
maximum resident set size= 823432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 670845
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= 4030
involuntary context switches= 25397


# summary of solver processes directly reported to runsolver:
#   pid: 1000793
#   total CPU time (s): 3588.79
#   total CPU user time (s): 3588.08
#   total CPU system time (s): 0.703182

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.56527 second user time and 20.0004 second system time

The end

Launcher Data

Begin job on nodeC029 at 2024-07-19 00:36:31
IDJOB=4446740
IDBENCH=158301
IDSOLVER=3064
FILE ID=nodeC029/4446740-1721342178
RUNJOBID= nodeC029-1721342191-1000735
SLURM_JOB_ID= 7542739
Free space on /tmp= 890064 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K179.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-4446740-1721342178/watcher-4446740-1721342178 -o /tmp/evaluation-result-4446740-1721342178/solver-4446740-1721342178 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1721342191-1000735 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4446740-1721342178.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 84aa92d361920570c4f42a7fa8308fed
RANDOM SEED=500959017

nodeC029.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		: 3660.725
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.09
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		: 3602.525
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.98
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		: 3760.688
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.09
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		: 3702.596
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.98
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		: 3793.244
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.09
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		: 3660.737
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.98
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		: 3607.729
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.09
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		: 3845.257
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125718412 kB
MemAvailable:   129684160 kB
Buffers:          494476 kB
Cached:          4262564 kB
SwapCached:            0 kB
Active:           954476 kB
Inactive:        4138464 kB
Active(anon):       1360 kB
Inactive(anon):   372256 kB
Active(file):     953116 kB
Inactive(file):  3766208 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            117728 kB
Writeback:             0 kB
AnonPages:        335984 kB
Mapped:           105960 kB
Shmem:             37720 kB
KReclaimable:     172140 kB
Slab:             293440 kB
SReclaimable:     172140 kB
SUnreclaim:       121300 kB
KernelStack:        3728 kB
PageTables:         9508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     678668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68576 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 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:      281300 kB
DirectMap2M:    36192256 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 889952 MiB
End job on nodeC029 at 2024-07-19 01:36:31