Trace number 4465000

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? 3579.27 3600.06

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen06-18reduc_wcsp.wbo
MD5SUM85c9e899b779dcafda2f7e25c2fdc65d
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1758
Total number of constraints105203
Number of soft constraints105121
Number of constraints which are clauses105121
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint26
Top cost 3389
Min constraint cost 1
Max constraint cost 2436
Sum of constraints costs 36645766
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 27
Number of bits of the biggest sum of numbers5
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.59/0.68	c Default LC presolving (default).
0.59/0.68	c ** Before presolving: virtualMemUsedAtLc = 657227705, getVmSize() = 406245376, SCIPgetMemUsed() = 354241537, SCIPgetMemTotal() = 365277969, SCIPgetMemExternEstim() = 291949736
0.59/0.68	c ** set memory limit for presolving in LC to 8.7959e+12 for SCIP **
70.58/70.98	c ** Estimated virtualMemUsedAtSolver = 873670721, getVmSize() = 1094578176, SCIPgetMemUsed() = 699560522, SCIPgetMemTotal() = 1018556346, SCIPgetMemExternEstim() = 291949736
70.58/70.98	c ** set memory limit for solvers to 4.39802e+12 for each SCIP **
70.58/70.98	c Original Problem   :
70.58/70.98	c   Problem name     : instance-4465000-1722389897
70.58/70.98	c   Variables        : 106879 (106879 binary, 0 integer, 0 implicit integer, 0 continuous)
70.58/70.98	c   Constraints      : 210325
70.58/70.98	c   Objective sense  : minimize
70.58/70.98	c Presolved Problem  :
70.58/70.98	c   Variables        : 211975 (106879 binary, 0 integer, 105096 implicit integer, 0 continuous)
70.58/70.98	c   Constraints      : 210325
70.58/70.98	c Constraints        : Number
70.58/70.98	c   knapsack         : 1 
70.58/70.98	c   setppc           : 82 
70.58/70.98	c   linear           : 105121 
70.58/70.98	c   indicator        : 105121 
70.58/70.98	c ** Instance transfer method used: 0
71.27/71.63	c ** ParaScipInstance copy increased the number of variables. **
71.96/72.30	c LC is working with racing ramp-up and with rebuilding tree after racing.
71.96/72.30	c                                Nodes    Active                                            
71.96/72.30	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
2100.70/2110.90	c      2111              2           1         1                -           0.0000          -
2108.24/2118.50	c      2118              3           2         1                -           0.0000          -
2115.97/2126.38	c      2126              4           3         1                -           0.0000          -
2130.95/2141.44	c      2141              5           4         1                -           0.0000          -
2139.60/2150.12	c      2150              6           5         1                -           0.0000          -
2151.20/2161.87	c      2162              7           6         1                -           0.0000          -
2162.32/2173.05	c      2173              8           7         1                -           0.0000          -
2172.04/2182.88	c      2183             10           9         1                -           0.0000          -
2186.52/2197.49	c      2197             11          10         1                -           0.0000          -
2196.46/2207.41	c      2207             12          11         1                -           0.0000          -
2203.30/2214.32	c      2214             13          12         1                -           0.0000          -
2208.86/2219.92	c      2220             14          13         1                -           0.0000          -
2223.74/2234.98	c      2235             15          14         1                -           0.0000          -
2231.78/2243.06	c      2243             16          15         1                -           0.0000          -
2247.15/2258.52	c      2259             17          16         1                -           0.0000          -
2258.07/2269.56	c      2270             18          17         1                -           0.0000          -
2263.92/2275.46	c      2275             19          18         1                -           0.0000          -
2270.67/2282.25	c      2282             20          19         1                -           0.0000          -
2278.51/2290.16	c      2290             21          20         1                -           0.0000          -
2289.82/2301.52	c      2302             22          21         1                -           0.0000          -
2301.83/2313.67	c      2314             23          22         1                -           0.0000          -
2318.52/2330.41	c      2330             24          21         1                -           0.0000          -
2326.26/2338.29	c      2338             25          22         1                -           0.0000          -
2332.51/2344.59	c      2345             26          23         1                -           0.0000          -
2347.92/2360.01	c      2360             27          24         1                -           0.0000          -
2353.77/2365.94	c      2366             28          25         1                -           0.0000          -
2362.71/2374.96	c      2375             29          26         1                -           0.0000          -
2377.00/2389.32	c      2389             30          27         1                -           0.0000          -
2386.23/2398.67	c      2399             31          28         1                -           0.0000          -
2391.61/2404.08	c      2404             40          37         1                -           0.0000          -
2400.25/2412.71	c      2413             46          43         1                -           0.0000          -
2417.03/2429.61	c      2430             53          50         1                -           0.0000          -
2426.58/2439.27	c      2439             59          56         1                -           0.0000          -
2435.92/2448.65	c      2449             72          69         1                -           0.0000          -
2442.08/2454.87	c      2455             78          77         1                -           0.0000          -
2449.93/2462.71	c      2463             84          81         1                -           0.0000          -
2465.84/2478.71	c      2479             88          85         1                -           0.0000          -
2471.79/2484.78	c      2485             94          91         1                -           0.0000          -
2491.07/2504.18	c      2504            104         101         1                -           0.0000          -
2504.87/2518.05	c      2518            110         107         1                -           0.0000          -
2518.47/2531.72	c      2532            119         118         1                -           0.0000          -
2526.92/2540.25	c      2540            124         121         1                -           0.0000          -
2535.35/2548.79	c      2549            133         130         1                -           0.0000          -
2543.90/2557.37	c      2557            139         136         1                -           0.0000          -
2549.95/2563.43	c      2563            147         144         1                -           0.0000          -
2557.51/2571.05	c      2571            158         155         1                -           0.0000          -
2572.11/2585.78	c      2586            163         160         1                -           0.0000          -
2589.68/2603.49	c      2603            177         174         1                -           0.0000          -
2603.59/2617.48	c      2617            180         177         1                -           0.0000          -
2613.03/2626.94	c      2627            188         185         1                -           0.0000          -
2623.94/2637.92	c      2638            202         191         1                -           0.0000          -
2634.96/2649.09	c      2649            209         198         1                -           0.0000          -
2647.39/2661.59	c      2662            218         207         1                -           0.0000          -
2653.44/2667.69	c      2668            220         209         1                -           0.0000          -
2659.80/2674.03	c      2674            229         218         1                -           0.0000          -
2665.25/2679.59	c      2680            238         223         1                -           0.0000          -
2687.54/2701.98	c      2702            239         224         1                -           0.0000          -
2693.40/2707.84	c      2708            241         226         1                -           0.0000          -
2700.35/2714.84	c      2715            247         232         1                -           0.0000          -
2733.48/2748.16	c      2748            258         243         1                -           0.0000          -
2741.50/2756.23	c      2756            262         247         1                -           0.0000          -
2746.87/2761.63	c      2762            275         257         1                -           0.0000          -
2752.43/2767.27	c      2767            278         260         1                -           0.0000          -
2757.68/2772.58	c      2773            284         266         1                -           0.0000          -
2763.05/2777.90	c      2778            299         269         1                -           0.0000          -
2768.31/2783.20	c      2783            302         272         1                -           0.0000          -
2774.07/2789.07	c      2789            310         280         1                -           0.0000          -
2779.53/2794.59	c      2795            317         282         1                -           0.0000          -
2784.59/2799.62	c      2800            328         289         1                -           0.0000          -
2790.45/2805.55	c      2806            330         291         1                -           0.0000          -
2798.89/2814.01	c      2814            335         294         1                -           0.0000          -
2813.89/2829.12	c      2829            340         299         1                -           0.0000          -
2822.12/2837.43	c      2837            350         309         1                -           0.0000          -
2832.75/2848.19	c      2848            358         313         1                -           0.0000          -
2837.81/2853.23	c      2853            371         320         1                -           0.0000          -
2844.07/2859.58	c      2860            381         324         1                -           0.0000          -
2849.33/2864.81	c      2865            391         334         1                -           0.0000          -
2858.26/2873.84	c      2874            398         337         1                -           0.0000          -
2863.82/2879.44	c      2879            406         345         1                -           0.0000          -
2869.27/2884.94	c      2885            411         348         1                -           0.0000          -
2877.13/2892.81	c      2893            418         353         1                -           0.0000          -
2888.36/2904.18	c      2904            427         360         1                -           0.0000          -
2898.38/2914.22	c      2914            433         366         1                -           0.0000          -
2905.93/2921.80	c      2922            450         377         1                -           0.0000          -
2922.15/2938.11	c      2938            451         378         1                -           0.0000          -
2928.10/2944.14	c      2944            454         381         1                -           0.0000          -
2933.96/2950.02	c      2950            463         390         1                -           0.0000          -
2940.41/2956.52	c      2957            470         395         1                -           0.0000          -
2946.67/2962.85	c      2963            478         394         1                -           0.0000          -
2956.89/2973.16	c      2973            486         402         1                -           0.0000          -
2968.21/2984.58	c      2985            500         412         1                -           0.0000          -
2974.87/2991.28	c      2991            504         414         1                -           0.0000          -
2982.80/2999.26	c      2999            507         417         1                -           0.0000          -
2988.76/3005.20	c      3005            515         425         1                -           0.0000          -
2994.01/3010.53	c      3011            530         434         1                -           0.0000          -
3003.67/3020.22	c      3020            531         435         1                -           0.0000          -
3010.52/3027.11	c      3027            533         437         1                -           0.0000          -
3016.57/3033.20	c      3033            540         444         1                -           0.0000          -
3027.78/3044.56	c      3045            553         457         1                -           0.0000          -
3033.54/3050.33	c      3050            555         459         1                -           0.0000          -
3043.18/3060.03	c      3060            561         465         1                -           0.0000          -
3048.43/3065.30	c      3065            569         471         1                -           0.0000          -
3056.57/3073.54	c      3074            584         476         1                -           0.0000          -
3062.64/3079.61	c      3080            587         477         1                -           0.0000          -
3072.65/3089.77	c      3090            594         484         1                -           0.0000          -
3078.61/3095.75	c      3096            612         490         1                -           0.0000          -
3084.98/3102.14	c      3102            613         491         1                -           0.0000          -
3091.12/3108.35	c      3108            618         492         1                -           0.0000          -
3096.68/3113.93	c      3114            626         500         1                -           0.0000          -
3101.94/3119.28	c      3119            634         508         1                -           0.0000          -
3120.32/3137.77	c      3138            636         510         1                -           0.0000          -
3130.67/3148.10	c      3148            640         514         1                -           0.0000          -
3141.18/3158.77	c      3159            647         521         1                -           0.0000          -
3146.83/3164.46	c      3164            661         531         1                -           0.0000          -
3153.68/3171.33	c      3171            669         533         1                -           0.0000          -
3159.54/3177.24	c      3177            672         536         1                -           0.0000          -
3164.69/3182.43	c      3182            682         544         1                -           0.0000          -
3172.63/3190.46	c      3190            689         548         1                -           0.0000          -
3179.07/3196.99	c      3197            702         559         1                -           0.0000          -
3185.04/3202.95	c      3203            714         561         1                -           0.0000          -
3190.49/3208.45	c      3208            718         563         1                -           0.0000          -
3196.25/3214.29	c      3214            728         573         1                -           0.0000          -
3203.69/3221.71	c      3222            744         574         1                -           0.0000          -
3209.94/3228.10	c      3228            749         579         1                -           0.0000          -
3215.50/3233.66	c      3234            758         586         1                -           0.0000          -
3226.42/3244.70	c      3245            765         589         1                -           0.0000          -
3233.78/3252.09	c      3252            770         594         1                -           0.0000          -
3240.02/3258.36	c      3258            778         599         1                -           0.0000          -
3248.36/3266.70	c      3267            779         600         1                -           0.0000          -
3254.21/3272.63	c      3273            790         609         1                -           0.0000          -
3262.45/3280.99	c      3281            802         615         1                -           0.0000          -
3267.71/3286.26	c      3286            808         621         1                -           0.0000          -
3273.67/3292.20	c      3292            811         624         1                -           0.0000          -
3284.90/3303.59	c      3304            822         625         1                -           0.0000          -
3291.05/3309.71	c      3310            823         626         1                -           0.0000          -
3297.00/3315.74	c      3316            833         636         1                -           0.0000          -
3303.86/3322.69	c      3323            842         639         1                -           0.0000          -
3309.02/3327.83	c      3328            848         639         1                -           0.0000          -
3320.95/3339.81	c      3340            849         640         1                -           0.0000          -
3330.77/3349.77	c      3350            859         648         1                -           0.0000          -
3336.63/3355.69	c      3356            865         654         1                -           0.0000          -
3344.48/3363.52	c      3364            871         656         1                -           0.0000          -
3349.95/3369.01	c      3369            880         657         1                -           0.0000          -
3356.49/3375.69	c      3376            887         662         1                -           0.0000          -
3361.65/3380.80	c      3381            891         666         1                -           0.0000          -
3368.90/3388.16	c      3388            894         669         1                -           0.0000          -
3374.25/3393.54	c      3394            902         675         1                -           0.0000          -
3388.18/3407.54	c      3408            904         675         1                -           0.0000          -
3393.84/3413.24	c      3413            919         678         1                -           0.0000          -
3404.32/3423.87	c      3424            928         683         1                -           0.0000          -
3414.66/3434.34	c      3434            935         690         1                -           0.0000          -
3423.89/3443.63	c      3444            939         694         1                -           0.0000          -
3432.13/3451.91	c      3452            949         704         1                -           0.0000          -
3439.07/3458.90	c      3459            958         704         1                -           0.0000          -
3444.63/3464.56	c      3465            965         711         1                -           0.0000          -
3456.05/3476.09	c      3476            971         715         1                -           0.0000          -
3461.40/3481.49	c      3482            997         717         1                -           0.0000          -
3472.92/3493.01	c      3493           1011         725         1                -           0.0000          -
3483.86/3504.09	c      3504           1015         729         1                -           0.0000          -
3489.21/3509.44	c      3509           1037         739         1                -           0.0000          -
3503.86/3524.15	c      3524           1041         741         1                -           0.0000          -
3511.89/3532.26	c      3532           1045         745         1                -           0.0000          -
3517.94/3538.39	c      3538           1053         753         1                -           0.0000          -
3523.50/3543.91	c      3544           1068         756         1                -           0.0000          -
3533.54/3554.09	c      3554           1077         759         1                -           0.0000          -
3542.77/3563.32	c      3563           1089         765         1                -           0.0000          -
3551.41/3572.02	c      3572           1094         770         1                -           0.0000          -
3561.13/3581.80	c      3582           1110         786         1                -           0.0000          -
3566.59/3587.36	c      3587           1117         793         1                -           0.0000          -
3571.85/3592.68	c      3593           1120         796         1                -           0.0000          -
3577.22/3598.07	c      3598           1122         798         0                -           0.0000          -
3578.61/3599.43	c SCIP Status        : c solving was interrupted [hard time limit reached]
3578.61/3599.43	c Total Time         : 3599.4200
3578.61/3599.43	c   solving          : 3599.4200
3578.61/3599.43	c   presolving       : 70.3009 (included in solving)
3578.61/3599.43	c B&B Tree           :
3578.61/3599.43	c   nodes (total)    : 1
3578.61/3599.43	c Solution           :
3578.61/3599.43	c   Solutions found  : 0
3578.61/3599.43	c   Primal Bound     :          -
3578.61/3599.43	c   Dual Bound       : +0.00000000000000e+00
3578.61/3599.43	c Gap                :          -
3579.10/3599.94	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 (60079 MiB free)
  memory of node 1: 64510 MiB (62439 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4465000-1722389897/watcher-4465000-1722389897 -o /tmp/evaluation-result-4465000-1722389897/solver-4465000-1722389897 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1722389894-37692 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465000-1722389897.wbo -qsol -t 3600 -sth 1 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=37953, runsolver pid=37950

[startup+0.100198 s]*
/proc/loadavg: 1.33 1.90 3.01 4/254 37960
/proc/meminfo: memFree=125361372/131524600 swapFree=131071996/131071996
[pid=37953] ppid=37950 vsize=74688 memory=63164 CPUtime=0.09 cores=0,2
/proc/37953/stat : 37953 (fscip) R 37950 37953 37682 0 -1 4194304 13690 0 0 0 7 2 0 0 20 0 1 0 5585281 76480512 15791 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
/proc/37953/statm: 18672 15791 2347 3035 0 15068 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 74688 KiB
Current children cumulated memory: 63164 KiB

[startup+0.205518 s]*
/proc/loadavg: 1.33 1.90 3.01 5/253 37981
/proc/meminfo: memFree=125297724/131524600 swapFree=131071996/131071996
[pid=37953] ppid=37950 vsize=123320 memory=111780 CPUtime=0.2 cores=0,2
/proc/37953/stat : 37953 (fscip) R 37950 37953 37682 0 -1 4194304 25837 0 0 0 16 4 0 0 20 0 1 0 5585281 126279680 27945 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
/proc/37953/statm: 30830 27945 2347 3035 0 27226 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 123320 KiB
Current children cumulated memory: 111780 KiB

[startup+0.305607 s]*
/proc/loadavg: 1.33 1.90 3.01 5/251 37982
/proc/meminfo: memFree=125178688/131524600 swapFree=131071996/131071996
[pid=37953] ppid=37950 vsize=165420 memory=153904 CPUtime=0.29 cores=0,2
/proc/37953/stat : 37953 (fscip) R 37950 37953 37682 0 -1 4194304 36330 0 0 0 24 5 0 0 20 0 1 0 5585281 169390080 38476 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
/proc/37953/statm: 41355 38476 2347 3035 0 37751 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 165420 KiB
Current children cumulated memory: 153904 KiB

[startup+0.70023 s]
/proc/loadavg: 1.33 1.90 3.01 5/257 37992
/proc/meminfo: memFree=124866420/131524600 swapFree=131071996/131071996
[pid=37953] ppid=37950 vsize=408268 memory=392828 CPUtime=0.68 cores=0,2
/proc/37953/stat : 37953 (fscip) R 37950 37953 37682 0 -1 4194304 96747 0 0 0 54 14 0 0 20 0 1 0 5585281 418066432 98207 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
/proc/37953/statm: 102067 98207 2598 3035 0 98463 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 408268 KiB
Current children cumulated memory: 392828 KiB

[startup+1.50024 s]
/proc/loadavg: 1.33 1.90 3.01 5/257 37992
/proc/meminfo: memFree=124322612/131524600 swapFree=131071996/131071996
[pid=37953] ppid=37950 vsize=748828 memory=732968 CPUtime=1.48 cores=0,2
/proc/37953/stat : 37953 (fscip) R 37950 37953 37682 0 -1 4194304 181766 0 0 0 123 25 0 0 20 0 1 0 5585281 766799872 183242 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
/proc/37953/statm: 187207 183242 2614 3035 0 183603 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 748828 KiB
Current children cumulated memory: 732968 KiB

[startup+3.10574 s]
/proc/loadavg: 1.33 1.90 3.01 5/257 37994
/proc/meminfo: memFree=122666492/131524600 swapFree=131071996/131071996
[pid=37953] ppid=37950 vsize=846540 memory=825764 CPUtime=3.08 cores=0,2
/proc/37953/stat : 37953 (fscip) R 37950 37953 37682 0 -1 4194304 205232 0 0 0 279 29 0 0 20 0 1 0 5585281 866856960 206441 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
/proc/37953/statm: 211635 206441 2662 3035 0 208031 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 846540 KiB
Current children cumulated memory: 825764 KiB

[startup+6.30022 s]
/proc/loadavg: 1.70 1.96 3.03 5/257 37994
/proc/meminfo: memFree=122007268/131524600 swapFree=131071996/131071996
[pid=37953] ppid=37950 vsize=846540 memory=825764 CPUtime=6.26 cores=0,2
/proc/37953/stat : 37953 (fscip) R 37950 37953 37682 0 -1 4194304 205232 0 0 0 594 32 0 0 20 0 1 0 5585281 866856960 206441 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
/proc/37953/statm: 211635 206441 2662 3035 0 208031 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 846540 KiB
Current children cumulated memory: 825764 KiB

[startup+12.7002 s]
/proc/loadavg: 2.05 2.03 3.05 5/257 37995
/proc/meminfo: memFree=121090592/131524600 swapFree=131071996/131071996
[pid=37953] ppid=37950 vsize=846540 memory=825908 CPUtime=12.63 cores=0,2
/proc/37953/stat : 37953 (fscip) R 37950 37953 37682 0 -1 4194304 205340 0 0 0 1227 36 0 0 20 0 1 0 5585281 866856960 206477 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
/proc/37953/statm: 211635 206477 2662 3035 0 208031 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 846540 KiB
Current children cumulated memory: 825908 KiB

[startup+25.5003 s]
/proc/loadavg: 2.62 2.16 3.07 5/257 37997
/proc/meminfo: memFree=118249852/131524600 swapFree=131071996/131071996
[pid=37953] ppid=37950 vsize=846540 memory=825908 CPUtime=25.38 cores=0,2
/proc/37953/stat : 37953 (fscip) R 37950 37953 37682 0 -1 4194304 205340 0 0 0 2497 41 0 0 20 0 1 0 5585281 866856960 206477 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
/proc/37953/statm: 211635 206477 2662 3035 0 208031 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 846540 KiB
Current children cumulated memory: 825908 KiB

[startup+51.1057 s]
/proc/loadavg: 3.09 2.31 3.10 5/257 38000
/proc/meminfo: memFree=115354912/131524600 swapFree=131071996/131071996
[pid=37953] ppid=37950 vsize=846540 memory=825908 CPUtime=50.88 cores=0,2
/proc/37953/stat : 37953 (fscip) R 37950 37953 37682 0 -1 4194304 205449 0 0 0 5037 51 0 0 20 0 1 0 5585281 866856960 206477 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
/proc/37953/statm: 211635 206477 2662 3035 0 208031 0
Current children cumulated CPU time: 50.88 s
Current children cumulated vsize: 846540 KiB
Current children cumulated memory: 825908 KiB

[startup+102.3 s]
/proc/loadavg: 3.68 2.59 3.15 5/259 38013
/proc/meminfo: memFree=112632408/131524600 swapFree=131071996/131071996
[pid=37953] ppid=37950 vsize=2589384 memory=2426432 CPUtime=101.8 cores=0,2
/proc/37953/stat : 37953 (fscip) S 37950 37953 37682 0 -1 1077936128 791080 0 0 0 10055 125 0 0 20 0 3 0 5585281 2651529216 606608 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
/proc/37953/statm: 647346 606608 2726 3035 0 640232 0
[pid=37953/tid=38006] ppid=37950 vsize=2589384 memory=11584 CPUtime=30.48 cores=0,2
/proc/37953/task/38006/stat : 38006 (fscip) R 37950 37953 37682 0 -1 4194368 457114 0 0 0 2999 49 0 0 20 0 3 0 5592380 2651529216 606608 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
[pid=37953/tid=38008] ppid=37950 vsize=2589384 memory=2317052 CPUtime=0 cores=0,2
/proc/37953/task/38008/stat : 38008 (fscip) S 37950 37953 37682 0 -1 1077936192 18 0 0 0 0 0 0 0 20 0 3 0 5592513 2651529216 606608 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
Current children cumulated CPU time: 101.8 s
Current children cumulated vsize: 2589384 KiB
Current children cumulated memory: 2426432 KiB

[startup+162.3 s]
/proc/loadavg: 3.93 2.86 3.21 6/261 38029
/proc/meminfo: memFree=112230384/131524600 swapFree=131071996/131071996
[pid=37953] ppid=37950 vsize=3059780 memory=2816272 CPUtime=161.52 cores=0,2
/proc/37953/stat : 37953 (fscip) S 37950 37953 37682 0 -1 1077936128 1097842 0 0 0 15998 154 0 0 20 0 3 0 5585281 3133214720 704068 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
/proc/37953/statm: 764945 704068 2774 3035 0 742022 0
[pid=37953/tid=38006] ppid=37950 vsize=3059780 memory=11584 CPUtime=90.2 cores=0,2
/proc/37953/task/38006/stat : 38006 (fscip) R 37950 37953 37682 0 -1 4194368 763855 0 0 0 8942 78 0 0 20 0 3 0 5592380 3133214720 704068 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
[pid=37953/tid=38008] ppid=37950 vsize=3059780 memory=2815312 CPUtime=0 cores=0,2
/proc/37953/task/38008/stat : 38008 (fscip) S 37950 37953 37682 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 3 0 5592513 3133214720 704068 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
Current children cumulated CPU time: 161.52 s
Current children cumulated vsize: 3059780 KiB
Current children cumulated memory: 2816272 KiB

[startup+222.3 s]
/proc/loadavg: 4.02 3.09 3.27 5/261 38039
/proc/meminfo: memFree=112208480/131524600 swapFree=131071996/131071996
[pid=37953] ppid=37950 vsize=3059780 memory=2836796 CPUtime=221.24 cores=0,2
/proc/37953/stat : 37953 (fscip) S 37950 37953 37682 0 -1 1077936128 1292785 0 0 0 21957 167 0 0 20 0 3 0 5585281 3133214720 709199 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
/proc/37953/statm: 764945 709199 2774 3035 0 747392 0
[pid=37953/tid=38006] ppid=37950 vsize=3059780 memory=2836796 CPUtime=149.92 cores=0,2
/proc/37953/task/38006/stat : 38006 (fscip) R 37950 37953 37682 0 -1 4194368 958787 0 0 0 14901 91 0 0 20 0 3 0 5592380 3133214720 709199 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
[pid=37953/tid=38008] ppid=37950 vsize=3059780 memory=16112 CPUtime=0 cores=0,2
/proc/37953/task/38008/stat : 38008 (fscip) S 37950 37953 37682 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 3 0 5592513 3133214720 709199 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
Current children cumulated CPU time: 221.24 s
Current children cumulated vsize: 3059780 KiB
Current children cumulated memory: 2836796 KiB

[startup+282.3 s]
/proc/loadavg: 4.04 3.27 3.33 5/261 38049
/proc/meminfo: memFree=112207536/131524600 swapFree=131071996/131071996
[pid=37953] ppid=37950 vsize=3059780 memory=2836796 CPUtime=280.97 cores=0,2
/proc/37953/stat : 37953 (fscip) S 37950 37953 37682 0 -1 1077936128 1326834 0 0 0 27926 171 0 0 20 0 3 0 5585281 3133214720 709199 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
/proc/37953/statm: 764945 709199 2774 3035 0 747392 0
[pid=37953/tid=38006] ppid=37950 vsize=3059780 memory=11536 CPUtime=209.63 cores=0,2
/proc/37953/task/38006/stat : 38006 (fscip) R 37950 37953 37682 0 -1 4194368 992824 0 0 0 20869 94 0 0 20 0 3 0 5592380 3133214720 709199 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
[pid=37953/tid=38008] ppid=37950 vsize=3059780 memory=11584 CPUtime=0 cores=0,2
/proc/37953/task/38008/stat : 38008 (fscip) S 37950 37953 37682 0 -1 1077936192 62 0 0 0 0 0 0 0 20 0 3 0 5592513 3133214720 709199 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
Current children cumulated CPU time: 280.97 s
Current children cumulated vsize: 3059780 KiB
Current children cumulated memory: 2836796 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 3.42 3.38 5/259 38080
/proc/meminfo: memFree=112203636/131524600 swapFree=131071996/131071996
[pid=37953] ppid=37950 vsize=3059780 memory=2837872 CPUtime=340.68 cores=0,2
/proc/37953/stat : 37953 (fscip) S 37950 37953 37682 0 -1 1077936128 1363014 0 0 0 33894 174 0 0 20 0 3 0 5585281 3133214720 709468 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
/proc/37953/statm: 764945 709468 2774 3035 0 747648 0
[pid=37953/tid=38006] ppid=37950 vsize=3059780 memory=2836796 CPUtime=269.35 cores=0,2
/proc/37953/task/38006/stat : 38006 (fscip) R 37950 37953 37682 0 -1 4194368 1028995 0 0 0 26837 98 0 0 20 0 3 0 5592380 3133214720 709468 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
[pid=37953/tid=38008] ppid=37950 vsize=3059780 memory=2836796 CPUtime=0 cores=0,2
/proc/37953/task/38008/stat : 38008 (fscip) S 37950 37953 37682 0 -1 1077936192 71 0 0 0 0 0 0 0 20 0 3 0 5592513 3133214720 709468 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
Current children cumulated CPU time: 340.68 s

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

Current children cumulated CPU time: 3323.43 s
Current children cumulated vsize: 5426192 KiB
Current children cumulated memory: 4776988 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.19 4.11 5/258 39832
/proc/meminfo: memFree=110164188/131524600 swapFree=131071996/131071996
[pid=37953] ppid=37950 vsize=5557264 memory=4781280 CPUtime=3383.01 cores=0,2
/proc/37953/stat : 37953 (fscip) S 37950 37953 37682 0 -1 1077936128 11210838 0 0 0 337487 814 0 0 20 0 3 0 5585281 5690638336 1195320 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
/proc/37953/statm: 1389316 1195320 3014 3035 0 1352408 0
[pid=37953/tid=38006] ppid=37950 vsize=5557264 memory=12936 CPUtime=3311.62 cores=0,2
/proc/37953/task/38006/stat : 38006 (fscip) R 37950 37953 37682 0 -1 4194368 10875859 0 0 0 330429 733 0 0 20 0 3 0 5592380 5690638336 1195320 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
[pid=37953/tid=38008] ppid=37950 vsize=5557264 memory=4776984 CPUtime=0.04 cores=0,2
/proc/37953/task/38008/stat : 38008 (fscip) S 37950 37953 37682 0 -1 1077936192 468 0 0 0 1 3 0 0 20 0 3 0 5592513 5690638336 1195320 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
Current children cumulated CPU time: 3383.01 s
Current children cumulated vsize: 5557264 KiB
Current children cumulated memory: 4781280 KiB

[startup+3462.3 s]
/proc/loadavg: 4.30 4.22 4.13 5/257 39842
/proc/meminfo: memFree=110160988/131524600 swapFree=131071996/131071996
[pid=37953] ppid=37950 vsize=5622800 memory=4783380 CPUtime=3442.45 cores=0,2
/proc/37953/stat : 37953 (fscip) S 37950 37953 37682 0 -1 1077936128 11457712 0 0 0 343415 830 0 0 20 0 3 0 5585281 5757747200 1195845 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
/proc/37953/statm: 1405700 1195845 3014 3035 0 1372111 0
[pid=37953/tid=38006] ppid=37950 vsize=5622800 memory=12936 CPUtime=3371.06 cores=0,2
/proc/37953/task/38006/stat : 38006 (fscip) R 37950 37953 37682 0 -1 4194368 11122717 0 0 0 336357 749 0 0 20 0 3 0 5592380 5757747200 1195845 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
[pid=37953/tid=38008] ppid=37950 vsize=5622800 memory=4776984 CPUtime=0.04 cores=0,2
/proc/37953/task/38008/stat : 38008 (fscip) S 37950 37953 37682 0 -1 1077936192 471 0 0 0 1 3 0 0 20 0 3 0 5592513 5757747200 1195845 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
Current children cumulated CPU time: 3442.45 s
Current children cumulated vsize: 5622800 KiB
Current children cumulated memory: 4783380 KiB

[startup+3522.3 s]
/proc/loadavg: 4.21 4.21 4.13 5/257 39852
/proc/meminfo: memFree=110155748/131524600 swapFree=131071996/131071996
[pid=37953] ppid=37950 vsize=5753872 memory=4787912 CPUtime=3502.06 cores=0,2
/proc/37953/stat : 37953 (fscip) S 37950 37953 37682 0 -1 1077936128 11691523 0 0 0 349364 842 0 0 20 0 3 0 5585281 5891964928 1196978 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
/proc/37953/statm: 1438468 1196978 3014 3035 0 1396809 0
[pid=37953/tid=38006] ppid=37950 vsize=5753872 memory=12672 CPUtime=3430.67 cores=0,2
/proc/37953/task/38006/stat : 38006 (fscip) R 37950 37953 37682 0 -1 4194368 11356508 0 0 0 342306 761 0 0 20 0 3 0 5592380 5891964928 1196978 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
[pid=37953/tid=38008] ppid=37950 vsize=5753872 memory=11584 CPUtime=0.04 cores=0,2
/proc/37953/task/38008/stat : 38008 (fscip) S 37950 37953 37682 0 -1 1077936192 474 0 0 0 1 3 0 0 20 0 3 0 5592513 5891964928 1196978 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
Current children cumulated CPU time: 3502.06 s
Current children cumulated vsize: 5753872 KiB
Current children cumulated memory: 4787912 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.18 4.12 5/257 39865
/proc/meminfo: memFree=110151652/131524600 swapFree=131071996/131071996
[pid=37953] ppid=37950 vsize=5753872 memory=4791360 CPUtime=3561.63 cores=0,2
/proc/37953/stat : 37953 (fscip) S 37950 37953 37682 0 -1 1077936128 11885249 0 0 0 355312 851 0 0 20 0 3 0 5585281 5891964928 1197840 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
/proc/37953/statm: 1438468 1197840 3014 3035 0 1401710 0
[pid=37953/tid=38006] ppid=37950 vsize=5753872 memory=12672 CPUtime=3490.23 cores=0,2
/proc/37953/task/38006/stat : 38006 (fscip) R 37950 37953 37682 0 -1 4194368 11550218 0 0 0 348253 770 0 0 20 0 3 0 5592380 5891964928 1197840 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
[pid=37953/tid=38008] ppid=37950 vsize=5753872 memory=11584 CPUtime=0.04 cores=0,2
/proc/37953/task/38008/stat : 38008 (fscip) S 37950 37953 37682 0 -1 1077936192 477 0 0 0 1 3 0 0 20 0 3 0 5592513 5891964928 1197840 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
Current children cumulated CPU time: 3561.63 s
Current children cumulated vsize: 5753872 KiB
Current children cumulated memory: 4791360 KiB

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

# cumulated CPU time of all completed processes:  user=3570.43 s, system=8.83908 s

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

[startup+3584 s]*
/proc/loadavg: 4.15 4.18 4.12 5/257 39865
/proc/meminfo: memFree=110151380/131524600 swapFree=131071996/131071996
[pid=37953] ppid=37950 vsize=5753872 memory=4791360 CPUtime=3563.32 cores=0,2
/proc/37953/stat : 37953 (fscip) S 37950 37953 37682 0 -1 1077936128 11905558 0 0 0 355480 852 0 0 20 0 3 0 5585281 5891964928 1197840 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
/proc/37953/statm: 1438468 1197840 3014 3035 0 1401710 0
[pid=37953/tid=38006] ppid=37950 vsize=5753872 memory=2692 CPUtime=3491.92 cores=0,2
/proc/37953/task/38006/stat : 38006 (fscip) R 37950 37953 37682 0 -1 4194368 11570527 0 0 0 348421 771 0 0 20 0 3 0 5592380 5891964928 1197840 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
[pid=37953/tid=38008] ppid=37950 vsize=5753872 memory=4996 CPUtime=0.04 cores=0,2
/proc/37953/task/38008/stat : 38008 (fscip) S 37950 37953 37682 0 -1 1077936192 477 0 0 0 1 3 0 0 20 0 3 0 5592513 5891964928 1197840 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
Current children cumulated CPU time: 3563.32 s
Current children cumulated vsize: 5753872 KiB
Current children cumulated memory: 4791360 KiB

[startup+3590.4 s]
/proc/loadavg: 4.12 4.18 4.12 5/257 39865
/proc/meminfo: memFree=110151444/131524600 swapFree=131071996/131071996
[pid=37953] ppid=37950 vsize=5753872 memory=4791360 CPUtime=3569.66 cores=0,2
/proc/37953/stat : 37953 (fscip) S 37950 37953 37682 0 -1 1077936128 11968644 0 0 0 356111 855 0 0 20 0 3 0 5585281 5891964928 1197840 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
/proc/37953/statm: 1438468 1197840 3014 3035 0 1401710 0
[pid=37953/tid=38006] ppid=37950 vsize=5753872 memory=4791164 CPUtime=3498.27 cores=0,2
/proc/37953/task/38006/stat : 38006 (fscip) R 37950 37953 37682 0 -1 4194368 11633613 0 0 0 349053 774 0 0 20 0 3 0 5592380 5891964928 1197840 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
[pid=37953/tid=38008] ppid=37950 vsize=5753872 memory=4791360 CPUtime=0.04 cores=0,2
/proc/37953/task/38008/stat : 38008 (fscip) S 37950 37953 37682 0 -1 1077936192 477 0 0 0 1 3 0 0 20 0 3 0 5592513 5891964928 1197840 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
Current children cumulated CPU time: 3569.66 s
Current children cumulated vsize: 5753872 KiB
Current children cumulated memory: 4791360 KiB

[startup+3596.8 s]
/proc/loadavg: 4.11 4.17 4.12 5/257 39866
/proc/meminfo: memFree=110151300/131524600 swapFree=131071996/131071996
[pid=37953] ppid=37950 vsize=5753872 memory=4791360 CPUtime=3576.02 cores=0,2
/proc/37953/stat : 37953 (fscip) S 37950 37953 37682 0 -1 1077936128 12028903 0 0 0 356743 859 0 0 20 0 3 0 5585281 5891964928 1197840 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
/proc/37953/statm: 1438468 1197840 3014 3035 0 1401710 0
[pid=37953/tid=38006] ppid=37950 vsize=5753872 memory=12936 CPUtime=3504.62 cores=0,2
/proc/37953/task/38006/stat : 38006 (fscip) R 37950 37953 37682 0 -1 4194368 11693872 0 0 0 349684 778 0 0 20 0 3 0 5592380 5891964928 1197840 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
[pid=37953/tid=38008] ppid=37950 vsize=5753872 memory=11584 CPUtime=0.04 cores=0,2
/proc/37953/task/38008/stat : 38008 (fscip) S 37950 37953 37682 0 -1 1077936192 477 0 0 0 1 3 0 0 20 0 3 0 5592513 5891964928 1197840 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
Current children cumulated CPU time: 3576.02 s
Current children cumulated vsize: 5753872 KiB
Current children cumulated memory: 4791360 KiB

[startup+3598.4 s]
/proc/loadavg: 4.11 4.17 4.12 5/257 39866
/proc/meminfo: memFree=110151336/131524600 swapFree=131071996/131071996
[pid=37953] ppid=37950 vsize=5753872 memory=4791360 CPUtime=3577.61 cores=0,2
/proc/37953/stat : 37953 (fscip) S 37950 37953 37682 0 -1 1077936128 12074683 0 0 0 356900 861 0 0 20 0 3 0 5585281 5891964928 1197840 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
/proc/37953/statm: 1438468 1197840 3014 3035 0 1401710 0
[pid=37953/tid=38006] ppid=37950 vsize=5753872 memory=13836 CPUtime=3506.21 cores=0,2
/proc/37953/task/38006/stat : 38006 (fscip) R 37950 37953 37682 0 -1 4194368 11739650 0 0 0 349841 780 0 0 20 0 3 0 5592380 5891964928 1197840 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
[pid=37953/tid=38008] ppid=37950 vsize=5753872 memory=11536 CPUtime=0.04 cores=0,2
/proc/37953/task/38008/stat : 38008 (fscip) S 37950 37953 37682 0 -1 1077936192 477 0 0 0 1 3 0 0 20 0 3 0 5592513 5891964928 1197840 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
Current children cumulated CPU time: 3577.61 s
Current children cumulated vsize: 5753872 KiB
Current children cumulated memory: 4791360 KiB

[startup+3599.2 s]
/proc/loadavg: 4.11 4.17 4.12 5/257 39866
/proc/meminfo: memFree=110151312/131524600 swapFree=131071996/131071996
[pid=37953] ppid=37950 vsize=5753872 memory=4791360 CPUtime=3578.4 cores=0,2
/proc/37953/stat : 37953 (fscip) S 37950 37953 37682 0 -1 1077936128 12186030 0 0 0 356974 866 0 0 20 0 3 0 5585281 5891964928 1197840 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
/proc/37953/statm: 1438468 1197840 3014 3035 0 1401710 0
[pid=37953/tid=38006] ppid=37950 vsize=5753872 memory=12936 CPUtime=3507.01 cores=0,2
/proc/37953/task/38006/stat : 38006 (fscip) R 37950 37953 37682 0 -1 4194368 11851001 0 0 0 349916 785 0 0 20 0 3 0 5592380 5891964928 1197840 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
[pid=37953/tid=38008] ppid=37950 vsize=5753872 memory=12672 CPUtime=0.04 cores=0,2
/proc/37953/task/38008/stat : 38008 (fscip) S 37950 37953 37682 0 -1 1077936192 477 0 0 0 1 3 0 0 20 0 3 0 5592513 5891964928 1197840 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
Current children cumulated CPU time: 3578.4 s
Current children cumulated vsize: 5753872 KiB
Current children cumulated memory: 4791360 KiB

[startup+3599.6 s]
/proc/loadavg: 4.11 4.17 4.12 5/257 39866
/proc/meminfo: memFree=110151312/131524600 swapFree=131071996/131071996
[pid=37953] ppid=37950 vsize=5229584 memory=4774880 CPUtime=3578.81 cores=0,2
/proc/37953/stat : 37953 (fscip) R 37950 37953 37682 0 -1 4194304 12256629 0 0 0 357012 869 0 0 20 0 2 0 5585281 5355094016 1193720 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
/proc/37953/statm: 1307396 1193720 3014 3035 0 1288246 0
[pid=37953/tid=38008] ppid=37950 vsize=5229584 memory=4791360 CPUtime=0.04 cores=0,2
/proc/37953/task/38008/stat : 38008 (fscip) S 37950 37953 37682 0 -1 1077936192 477 0 0 0 1 3 0 0 20 0 2 0 5592513 5355094016 1193720 134679101440 4194304 16623229 140721503111424 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 33333248 140721503118356 140721503118472 140721503118472 140721503125488 0
Current children cumulated CPU time: 3578.81 s
Current children cumulated vsize: 5229584 KiB
Current children cumulated memory: 4774880 KiB

[startup+3600 s]*
/proc/loadavg: 4.10 4.17 4.12 5/255 39866
/proc/meminfo: memFree=112906752/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3600.06
CPU time (s): 3579.27
CPU user time (s): 3570.43
CPU system time (s): 8.83908
CPU usage (%): 99.4225
Max. virtual memory (cumulated for all children) (KiB): 5753872
Max. memory (cumulated for all children) (KiB): 4791360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3570.43
system time used= 8.83908
maximum resident set size= 4791360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12295709
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= 4418
involuntary context switches= 24748


# summary of solver processes directly reported to runsolver:
#   pid: 37953
#   total CPU time (s): 3579.27
#   total CPU user time (s): 3570.43
#   total CPU system time (s): 8.83908

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.07005 second user time and 17.9249 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-31 03:38:17
IDJOB=4465000
IDBENCH=143871
IDSOLVER=3093
FILE ID=nodeC014/4465000-1722389897
RUNJOBID= nodeC014-1722389894-37692
SLURM_JOB_ID= 8249869
Free space on /tmp= 889992 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen06-18reduc_wcsp.wbo
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4465000-1722389897/watcher-4465000-1722389897 -o /tmp/evaluation-result-4465000-1722389897/solver-4465000-1722389897 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1722389894-37692 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465000-1722389897.wbo -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 85c9e899b779dcafda2f7e25c2fdc65d
RANDOM SEED=2001278981

nodeC014.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		: 3608.859
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.06
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		: 3676.478
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	: 7007.10
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		: 3671.567
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.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.298
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	: 7007.10
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		: 3542.110
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.06
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		: 3676.479
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	: 7007.10
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		: 3638.860
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.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125471056 kB
MemAvailable:   128612508 kB
Buffers:          113300 kB
Cached:          3826240 kB
SwapCached:            0 kB
Active:           301992 kB
Inactive:        5192736 kB
Active(anon):       1528 kB
Inactive(anon):  1575004 kB
Active(file):     300464 kB
Inactive(file):  3617732 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            122592 kB
Writeback:             4 kB
AnonPages:       1555204 kB
Mapped:           109780 kB
Shmem:             21336 kB
KReclaimable:     125804 kB
Slab:             215744 kB
SReclaimable:     125804 kB
SUnreclaim:        89940 kB
KernelStack:        4096 kB
PageTables:        12032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1920504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            10144 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 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:      189140 kB
DirectMap2M:    10070016 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 889956 MiB
End job on nodeC014 at 2024-07-31 04:38:17