Trace number 4464779

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 NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 2024-07-30OPT-14 316.059 317.074

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_10_2.opb
MD5SUMcf766711a707813c9bd3325657edcc33
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-14
Best CPU time to get the best result obtained on this benchmark281.076
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1232
Sum of products size (including duplicates)2464
Number of different products616
Sum of products size1232

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 25571328, getVmSize() = 25571328, SCIPgetMemUsed() = 2744022, SCIPgetMemTotal() = 3930422, SCIPgetMemExternEstim() = 1508932
0.00/0.00	c ** set memory limit for presolving in LC to 8.79609e+12 for SCIP **
0.00/0.01	c ** Estimated virtualMemUsedAtSolver = 17851733, getVmSize() = 27983872, SCIPgetMemUsed() = 3018255, SCIPgetMemTotal() = 5270487, SCIPgetMemExternEstim() = 1508932
0.00/0.01	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
0.00/0.01	c Original Problem   :
0.00/0.01	c   Problem name     : instance-4464779-1722382194
0.00/0.01	c   Variables        : 716 (100 binary, 0 integer, 616 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 867
0.00/0.01	c   Objective sense  : minimize
0.00/0.01	c Presolved Problem  :
0.00/0.01	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 151
0.00/0.01	c Constraints        : Number
0.00/0.01	c   knapsack         : 100 
0.00/0.01	c   setppc           : 50 
0.00/0.01	c   linear           : 1 
0.00/0.01	c ** Instance transfer method used: 0
0.00/0.01	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.01	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.01	c                                Nodes    Active                                            
0.00/0.01	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.00/0.02	c *       0              0           1         1          -1.0000                -          -
0.00/0.07	c *       0              0           1         1          -8.0000                -          -
0.10/0.10	c *       0              0           1         1          -9.0000                -          -
0.20/0.24	c *       0              0           1         1         -10.0000                -          -
1.69/1.74	c *       2              2           1         1         -11.0000         -22.4697    104.27%
3.58/3.67	c *       4            202          94         1         -12.0000         -22.3971     86.64%
5.38/5.47	c         5            402         194         1         -12.0000         -21.9926     83.27%
10.07/10.18	c *      10           1052         562         1         -13.0000         -21.4032     64.64%
10.46/10.58	c        11           1202         483         1         -13.0000         -21.3762     64.43%
16.34/16.48	c        16           2851          76         1         -13.0000         -21.0532     61.95%
21.43/21.58	c        22           5927         346         1         -13.0000         -21.0532     61.95%
26.52/26.61	c        27          10064         727         1         -13.0000         -20.5513     58.09%
31.50/31.65	c        32          14174        1306         1         -13.0000         -20.0327     54.10%
36.59/36.70	c        37          19014        1978         1         -13.0000         -19.6705     51.31%
41.58/41.75	c        42          24534        2710         1         -13.0000         -19.4605     49.70%
46.56/46.78	c        47          29934        3484         1         -13.0000         -19.2956     48.43%
51.55/51.79	c        52          34444        4190         1         -13.0000         -19.1506     47.31%
56.62/56.81	c        57          39784        5102         1         -13.0000         -18.9926     46.10%
61.61/61.81	c        62          45314        5870         1         -13.0000         -18.8550     45.04%
66.69/66.93	c        67          50414        6632         1         -13.0000         -18.7445     44.19%
71.68/71.99	c        72          55584        7284         1         -13.0000         -18.6674     43.60%
76.77/77.05	c        77          61334        8048         1         -13.0000         -18.5791     42.92%
81.75/82.05	c        82          68144        8920         1         -13.0000         -18.4805     42.16%
86.83/87.11	c        87          73784        9722         1         -13.0000         -18.4019     41.55%
91.91/92.22	c        92          80324       10522         1         -13.0000         -18.3348     41.04%
96.10/96.49	c *      96          85774       11310         1         -14.0000         -18.2684     30.49%
96.90/97.25	c        97          86694        4787         1         -14.0000         -18.2608     30.43%
101.88/102.29	c       102          92754        5143         1         -14.0000         -18.1905     29.93%
106.97/107.32	c       107          98924        5551         1         -14.0000         -18.1366     29.55%
111.95/112.35	c       112         105184        5903         1         -14.0000         -18.0727     29.09%
116.94/117.37	c       117         110614        6214         1         -14.0000         -18.0206     28.72%
121.92/122.38	c       122         117454        6560         1         -14.0000         -17.9661     28.33%
126.91/127.39	c       127         123414        6786         1         -14.0000         -17.9014     27.87%
132.00/132.40	c       132         130234        7056         1         -14.0000         -17.8402     27.43%
136.98/137.43	c       137         136374        7314         1         -14.0000         -17.7870     27.05%
141.95/142.45	c       142         141974        7462         1         -14.0000         -17.7446     26.75%
146.94/147.46	c       147         148254        7648         1         -14.0000         -17.6905     26.36%
152.03/152.55	c       153         154854        7804         1         -14.0000         -17.6410     26.01%
157.21/157.71	c       158         161634        7948         1         -14.0000         -17.5953     25.68%
162.20/162.74	c       163         167444        8064         1         -14.0000         -17.5411     25.29%
167.18/167.78	c       168         173644        8186         1         -14.0000         -17.4985     24.99%
172.26/172.82	c       173         179714        8288         1         -14.0000         -17.4543     24.67%
177.35/177.92	c       178         185864        8348         1         -14.0000         -17.4196     24.43%
182.33/182.94	c       183         191924        8386         1         -14.0000         -17.3764     24.12%
187.41/188.01	c       188         198464        8450         1         -14.0000         -17.3309     23.79%
192.50/193.10	c       193         204394        8434         1         -14.0000         -17.2844     23.46%
197.47/198.14	c       198         210714        8382         1         -14.0000         -17.2449     23.18%
202.56/203.22	c       203         216314        8390         1         -14.0000         -17.2094     22.92%
207.53/208.27	c       208         222294        8332         1         -14.0000         -17.1652     22.61%
212.61/213.30	c       213         228564        8242         1         -14.0000         -17.1222     22.30%
217.60/218.31	c       218         234584        8147         1         -14.0000         -17.0816     22.01%
222.68/223.42	c       223         241174        8092         1         -14.0000         -17.0347     21.68%
227.67/228.48	c       228         247124        7916         1         -14.0000         -16.9926     21.38%
232.64/233.49	c       234         253624        7684         1         -14.0000         -16.9515     21.08%
237.73/238.53	c       239         260174        7478         1         -14.0000         -16.9133     20.81%
242.71/243.55	c       244         266084        7266         1         -14.0000         -16.8737     20.53%
247.90/248.74	c       249         272104        6978         1         -14.0000         -16.8340     20.24%
252.88/253.75	c       254         278444        6684         1         -14.0000         -16.7818     19.87%
257.97/258.83	c       259         284254        6431         1         -14.0000         -16.7369     19.55%
262.94/263.84	c       264         290604        6101         1         -14.0000         -16.6870     19.19%
267.93/268.85	c       269         296944        5805         1         -14.0000         -16.6480     18.91%
272.92/273.85	c       274         302474        5465         1         -14.0000         -16.5981     18.56%
278.00/278.91	c       279         308924        5063         1         -14.0000         -16.5530     18.24%
283.09/284.01	c       284         314974        4622         1         -14.0000         -16.5044     17.89%
288.07/289.03	c       289         321124        4135         1         -14.0000         -16.4438     17.46%
293.06/294.04	c       294         327024        3723         1         -14.0000         -16.3896     17.07%
298.15/299.18	c       299         332994        3181         1         -14.0000         -16.3216     16.58%
303.22/304.20	c       304         338814        2569         1         -14.0000         -16.2347     15.96%
308.20/309.20	c       309         345024        1810         1         -14.0000         -16.1052     15.04%
313.18/314.28	c       314         351344         798         1         -14.0000         -15.9291     13.78%
315.98/317.05	c       317         354477           0         0         -14.0000         -14.0000      0.00%
315.98/317.06	c       317         354477           0         0         -14.0000         -14.0000          -
315.98/317.06	c SCIP Status        : c problem is solved
315.98/317.06	c Total Time         : 317.0600
315.98/317.06	c   solving          : 317.0600
315.98/317.06	c   presolving       : 0.0075 (included in solving)
315.98/317.06	c B&B Tree           :
315.98/317.06	c   nodes (total)    : 354477
315.98/317.06	c Solution           :
315.98/317.06	c   Solutions found  : 9
315.98/317.06	c   Primal Bound     : -1.40000000000000e+01
315.98/317.06	c   Dual Bound       : -1.40000000000000e+01
315.98/317.06	c Gap                : 0.00000 %
315.98/317.06	o -14
315.98/317.06	s OPTIMUM FOUND
315.98/317.06	v -x90 -x69 -x56 -x86 -x85 -x63 x60 -x57 -x95 -x72 x79 -x58 x67 -x54 x97 -x61 -x92 x66 -x52 -x98 -x84 x83 x77 -x71 -x59 -x53 -x81 
315.98/317.06	v -x68 -x74 -x55 -x88 x94 -x100 x80 -x51 x87 -x82 -x75 x73 -x64 -x93 -x96 x78 -x65 x99 -x62 -x76 -x89 -x70 x91 -x50 -x49 -x48 
315.98/317.06	v -x47 x46 x45 -x44 x43 x42 -x41 x40 -x39 x38 -x37 -x36 x35 -x34 -x33 x32 x31 -x30 -x29 -x28 -x27 -x26 x25 -x24 -x23 -x22 -x21 
315.98/317.06	v -x20 -x19 x18 -x17 -x16 -x15 x14 -x13 x12 -x11 -x10 -x9 x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 

Verifier Data

OK	-14

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (56204 MiB free)
  memory of node 1: 64473 MiB (61751 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=32118, runsolver pid=32115
Current StackSize limit: 8192 KiB


[startup+0.100086 s]*
/proc/loadavg: 4.13 4.12 4.06 5/265 32121
/proc/meminfo: memFree=120752844/131524600 swapFree=131071728/131071996
[pid=32118] ppid=32115 vsize=112608 memory=36780 CPUtime=0.1 cores=1,3
/proc/32118/stat : 32118 (fscip) S 32115 32118 29765 0 -1 1077936128 6056 0 0 0 9 1 0 0 20 0 3 0 4818451 115310592 9195 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
/proc/32118/statm: 28152 9195 2950 3035 0 11954 0
[pid=32118/tid=32120] ppid=32115 vsize=112608 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/32118/task/32120/stat : 32120 (fscip) R 32115 32118 29765 0 -1 4194368 3956 0 0 0 8 0 0 0 20 0 3 0 4818453 115310592 9195 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
[pid=32118/tid=32121] ppid=32115 vsize=112608 memory=232851243367 CPUtime=0 cores=1,3
/proc/32118/task/32121/stat : 32121 (fscip) S 32115 32118 29765 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4818453 115310592 9195 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 112608 KiB
Current children cumulated memory: 36780 KiB

[startup+0.205635 s]*
/proc/loadavg: 4.12 4.11 4.06 5/265 32121
/proc/meminfo: memFree=120731508/131524600 swapFree=131071728/131071996
[pid=32118] ppid=32115 vsize=119644 memory=48396 CPUtime=0.2 cores=1,3
/proc/32118/stat : 32118 (fscip) S 32115 32118 29765 0 -1 1077936128 8952 0 0 0 19 1 0 0 20 0 3 0 4818451 122515456 12099 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
/proc/32118/statm: 29911 12099 2950 3035 0 15179 0
[pid=32118/tid=32120] ppid=32115 vsize=119644 memory=664970838410264707 CPUtime=0.19 cores=1,3
/proc/32118/task/32120/stat : 32120 (fscip) R 32115 32118 29765 0 -1 4194368 6876 0 0 0 18 1 0 0 20 0 3 0 4818453 122515456 12165 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
[pid=32118/tid=32121] ppid=32115 vsize=119644 memory=81065 CPUtime=0 cores=1,3
/proc/32118/task/32121/stat : 32121 (fscip) S 32115 32118 29765 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4818453 122515456 12165 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 119644 KiB
Current children cumulated memory: 48396 KiB

[startup+0.305599 s]*
/proc/loadavg: 4.12 4.11 4.06 5/265 32121
/proc/meminfo: memFree=120705712/131524600 swapFree=131071728/131071996
[pid=32118] ppid=32115 vsize=125560 memory=58164 CPUtime=0.3 cores=1,3
/proc/32118/stat : 32118 (fscip) S 32115 32118 29765 0 -1 1077936128 11361 0 0 0 28 2 0 0 20 0 3 0 4818451 128573440 14541 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
/proc/32118/statm: 31390 14541 2950 3035 0 17688 0
[pid=32118/tid=32120] ppid=32115 vsize=125560 memory=-5155630210756537221 CPUtime=0.28 cores=1,3
/proc/32118/task/32120/stat : 32120 (fscip) R 32115 32118 29765 0 -1 4194368 9259 0 0 0 27 1 0 0 20 0 3 0 4818453 128573440 14541 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
[pid=32118/tid=32121] ppid=32115 vsize=125560 memory=0 CPUtime=0 cores=1,3
/proc/32118/task/32121/stat : 32121 (fscip) S 32115 32118 29765 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4818453 128573440 14541 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 125560 KiB
Current children cumulated memory: 58164 KiB

[startup+0.700203 s]
/proc/loadavg: 4.12 4.11 4.06 5/265 32121
/proc/meminfo: memFree=120680372/131524600 swapFree=131071728/131071996
[pid=32118] ppid=32115 vsize=126500 memory=60804 CPUtime=0.69 cores=1,3
/proc/32118/stat : 32118 (fscip) S 32115 32118 29765 0 -1 1077936128 12036 0 0 0 67 2 0 0 20 0 3 0 4818451 129536000 15201 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
/proc/32118/statm: 31625 15201 2950 3035 0 18339 0
[pid=32118/tid=32120] ppid=32115 vsize=126500 memory=0 CPUtime=0.67 cores=1,3
/proc/32118/task/32120/stat : 32120 (fscip) R 32115 32118 29765 0 -1 4194368 9934 0 0 0 66 1 0 0 20 0 3 0 4818453 129536000 15201 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
[pid=32118/tid=32121] ppid=32115 vsize=126500 memory=0 CPUtime=0 cores=1,3
/proc/32118/task/32121/stat : 32121 (fscip) S 32115 32118 29765 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4818453 129536000 15201 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 126500 KiB
Current children cumulated memory: 60804 KiB

[startup+1.50021 s]
/proc/loadavg: 4.12 4.11 4.06 5/265 32121
/proc/meminfo: memFree=120639104/131524600 swapFree=131071728/131071996
[pid=32118] ppid=32115 vsize=126500 memory=62784 CPUtime=1.49 cores=1,3
/proc/32118/stat : 32118 (fscip) S 32115 32118 29765 0 -1 1077936128 15309 0 0 0 147 2 0 0 20 0 3 0 4818451 129536000 15696 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
/proc/32118/statm: 31625 15696 2950 3035 0 19115 0
[pid=32118/tid=32120] ppid=32115 vsize=126500 memory=0 CPUtime=1.46 cores=1,3
/proc/32118/task/32120/stat : 32120 (fscip) R 32115 32118 29765 0 -1 4194368 13185 0 0 0 145 1 0 0 20 0 3 0 4818453 129536000 15696 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
[pid=32118/tid=32121] ppid=32115 vsize=126500 memory=0 CPUtime=0 cores=1,3
/proc/32118/task/32121/stat : 32121 (fscip) S 32115 32118 29765 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4818453 129536000 15696 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 126500 KiB
Current children cumulated memory: 62784 KiB

[startup+3.10554 s]
/proc/loadavg: 4.12 4.11 4.06 5/265 32121
/proc/meminfo: memFree=120577488/131524600 swapFree=131071728/131071996
[pid=32118] ppid=32115 vsize=139612 memory=81704 CPUtime=3.08 cores=1,3
/proc/32118/stat : 32118 (fscip) S 32115 32118 29765 0 -1 1077936128 21736 0 0 0 306 2 0 0 20 0 3 0 4818451 142962688 20426 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
/proc/32118/statm: 34903 20426 2998 3035 0 24185 0
[pid=32118/tid=32120] ppid=32115 vsize=139612 memory=2273 CPUtime=3.07 cores=1,3
/proc/32118/task/32120/stat : 32120 (fscip) R 32115 32118 29765 0 -1 4194368 19551 0 0 0 305 2 0 0 20 0 3 0 4818453 142962688 20426 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
[pid=32118/tid=32121] ppid=32115 vsize=139612 memory=0 CPUtime=0 cores=1,3
/proc/32118/task/32121/stat : 32121 (fscip) S 32115 32118 29765 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 3 0 4818453 142962688 20426 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 139612 KiB
Current children cumulated memory: 81704 KiB

[startup+6.30021 s]
/proc/loadavg: 4.11 4.11 4.06 5/266 32124
/proc/meminfo: memFree=120571356/131524600 swapFree=131071728/131071996
[pid=32118] ppid=32115 vsize=140636 memory=82988 CPUtime=6.27 cores=1,3
/proc/32118/stat : 32118 (fscip) S 32115 32118 29765 0 -1 1077936128 27460 0 0 0 624 3 0 0 20 0 3 0 4818451 144011264 20747 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
/proc/32118/statm: 35159 20747 2998 3035 0 24450 0
[pid=32118/tid=32120] ppid=32115 vsize=140636 memory=-5155630210756537221 CPUtime=6.26 cores=1,3
/proc/32118/task/32120/stat : 32120 (fscip) R 32115 32118 29765 0 -1 4194368 25243 0 0 0 623 3 0 0 20 0 3 0 4818453 144011264 20747 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
[pid=32118/tid=32121] ppid=32115 vsize=140636 memory=82976 CPUtime=0 cores=1,3
/proc/32118/task/32121/stat : 32121 (fscip) S 32115 32118 29765 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 3 0 4818453 144011264 20747 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 140636 KiB
Current children cumulated memory: 82988 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.11 4.06 5/266 32124
/proc/meminfo: memFree=120555872/131524600 swapFree=131071728/131071996
[pid=32118] ppid=32115 vsize=138672 memory=85792 CPUtime=12.65 cores=1,3
/proc/32118/stat : 32118 (fscip) S 32115 32118 29765 0 -1 1077936128 47068 0 0 0 1261 4 0 0 20 0 3 0 4818451 142000128 21448 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
/proc/32118/statm: 34668 21448 2998 3035 0 25021 0
[pid=32118/tid=32120] ppid=32115 vsize=138672 memory=81704 CPUtime=12.64 cores=1,3
/proc/32118/task/32120/stat : 32120 (fscip) R 32115 32118 29765 0 -1 4194368 44756 0 0 0 1260 4 0 0 20 0 3 0 4818453 142000128 21448 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
[pid=32118/tid=32121] ppid=32115 vsize=138672 memory=0 CPUtime=0 cores=1,3
/proc/32118/task/32121/stat : 32121 (fscip) S 32115 32118 29765 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 3 0 4818453 142000128 21448 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 138672 KiB
Current children cumulated memory: 85792 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.11 4.06 5/266 32127
/proc/meminfo: memFree=120550188/131524600 swapFree=131071728/131071996
[pid=32118] ppid=32115 vsize=138672 memory=89760 CPUtime=25.42 cores=1,3
/proc/32118/stat : 32118 (fscip) S 32115 32118 29765 0 -1 1077936128 70839 0 0 0 2535 7 0 0 20 0 3 0 4818451 142000128 22440 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
/proc/32118/statm: 34668 22440 2998 3035 0 25977 0
[pid=32118/tid=32120] ppid=32115 vsize=138672 memory=86272 CPUtime=25.4 cores=1,3
/proc/32118/task/32120/stat : 32120 (fscip) R 32115 32118 29765 0 -1 4194368 68466 0 0 0 2534 6 0 0 20 0 3 0 4818453 142000128 22440 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
[pid=32118/tid=32121] ppid=32115 vsize=138672 memory=11524 CPUtime=0 cores=1,3
/proc/32118/task/32121/stat : 32121 (fscip) S 32115 32118 29765 0 -1 1077936192 12 0 0 0 0 0 0 0 20 0 3 0 4818453 142000128 22440 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 138672 KiB
Current children cumulated memory: 89760 KiB

[startup+51.1056 s]
/proc/loadavg: 4.11 4.11 4.07 5/270 32190
/proc/meminfo: memFree=120488304/131524600 swapFree=131071728/131071996
[pid=32118] ppid=32115 vsize=139852 memory=98484 CPUtime=50.95 cores=1,3
/proc/32118/stat : 32118 (fscip) S 32115 32118 29765 0 -1 1077936128 100752 0 0 0 5081 14 0 0 20 0 3 0 4818451 143208448 24621 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
/proc/32118/statm: 34963 24621 2998 3035 0 28298 0
[pid=32118/tid=32120] ppid=32115 vsize=139852 memory=96628 CPUtime=50.91 cores=1,3
/proc/32118/task/32120/stat : 32120 (fscip) R 32115 32118 29765 0 -1 4194368 98300 0 0 0 5078 13 0 0 20 0 3 0 4818453 143208448 24621 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
[pid=32118/tid=32121] ppid=32115 vsize=139852 memory=2244 CPUtime=0 cores=1,3
/proc/32118/task/32121/stat : 32121 (fscip) S 32115 32118 29765 0 -1 1077936192 16 0 0 0 0 0 0 0 20 0 3 0 4818453 143208448 24621 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 139852 KiB
Current children cumulated memory: 98484 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.11 4.07 5/269 32200
/proc/meminfo: memFree=120378376/131524600 swapFree=131071728/131071996
[pid=32118] ppid=32115 vsize=217332 memory=132972 CPUtime=101.98 cores=1,3
/proc/32118/stat : 32118 (fscip) S 32115 32118 29765 0 -1 1077936128 146407 0 0 0 10169 29 0 0 20 0 3 0 4818451 222547968 33243 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
/proc/32118/statm: 54333 33243 2998 3035 0 37538 0
[pid=32118/tid=32120] ppid=32115 vsize=217332 memory=130692 CPUtime=101.9 cores=1,3
/proc/32118/task/32120/stat : 32120 (fscip) R 32115 32118 29765 0 -1 4194368 143808 0 0 0 10163 27 0 0 20 0 3 0 4818453 222547968 33243 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
[pid=32118/tid=32121] ppid=32115 vsize=217332 memory=11524 CPUtime=0 cores=1,3
/proc/32118/task/32121/stat : 32121 (fscip) S 32115 32118 29765 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 3 0 4818453 222547968 33243 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 217332 KiB
Current children cumulated memory: 132972 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.10 4.07 5/264 32227
/proc/meminfo: memFree=126729192/131524600 swapFree=131071728/131071996
[pid=32118] ppid=32115 vsize=219320 memory=142028 CPUtime=161.8 cores=1,3
/proc/32118/stat : 32118 (fscip) S 32115 32118 29765 0 -1 1077936128 177719 0 0 0 16135 45 0 0 20 0 3 0 4818451 224583680 35507 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
/proc/32118/statm: 54830 35507 2998 3035 0 39806 0
[pid=32118/tid=32120] ppid=32115 vsize=219320 memory=141880 CPUtime=161.68 cores=1,3
/proc/32118/task/32120/stat : 32120 (fscip) R 32115 32118 29765 0 -1 4194368 175057 0 0 0 16126 42 0 0 20 0 3 0 4818453 224583680 35507 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
[pid=32118/tid=32121] ppid=32115 vsize=219320 memory=141884 CPUtime=0 cores=1,3
/proc/32118/task/32121/stat : 32121 (fscip) S 32115 32118 29765 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 3 0 4818453 224583680 35507 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 219320 KiB
Current children cumulated memory: 142028 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.10 4.07 5/267 32265
/proc/meminfo: memFree=124655944/131524600 swapFree=131071728/131071996
[pid=32118] ppid=32115 vsize=222508 memory=161228 CPUtime=221.58 cores=1,3
/proc/32118/stat : 32118 (fscip) S 32115 32118 29765 0 -1 1077936128 215121 0 0 0 22096 62 0 0 20 0 3 0 4818451 227848192 40307 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
/proc/32118/statm: 55627 40307 2998 3035 0 44720 0
[pid=32118/tid=32120] ppid=32115 vsize=222508 memory=150216 CPUtime=221.4 cores=1,3
/proc/32118/task/32120/stat : 32120 (fscip) R 32115 32118 29765 0 -1 4194368 212385 0 0 0 22083 57 0 0 20 0 3 0 4818453 227848192 40307 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
[pid=32118/tid=32121] ppid=32115 vsize=222508 memory=98484 CPUtime=0 cores=1,3
/proc/32118/task/32121/stat : 32121 (fscip) S 32115 32118 29765 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 3 0 4818453 227848192 40307 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
Current children cumulated CPU time: 221.58 s
Current children cumulated vsize: 222508 KiB
Current children cumulated memory: 161228 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.09 4.07 5/266 32277
/proc/meminfo: memFree=124575796/131524600 swapFree=131071728/131071996
[pid=32118] ppid=32115 vsize=223684 memory=163780 CPUtime=281.39 cores=1,3
/proc/32118/stat : 32118 (fscip) S 32115 32118 29765 0 -1 1077936128 233124 0 0 0 28064 75 0 0 20 0 3 0 4818451 229052416 40945 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
/proc/32118/statm: 55921 40945 2998 3035 0 45217 0
[pid=32118/tid=32120] ppid=32115 vsize=223684 memory=98484 CPUtime=281.16 cores=1,3
/proc/32118/task/32120/stat : 32120 (fscip) R 32115 32118 29765 0 -1 4194368 230359 0 0 0 28047 69 0 0 20 0 3 0 4818453 229052416 40945 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
[pid=32118/tid=32121] ppid=32115 vsize=223684 memory=11524 CPUtime=0 cores=1,3
/proc/32118/task/32121/stat : 32121 (fscip) S 32115 32118 29765 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 3 0 4818453 229052416 40945 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
Current children cumulated CPU time: 281.39 s
Current children cumulated vsize: 223684 KiB
Current children cumulated memory: 163780 KiB

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

# cumulated CPU time of all completed processes:  user=315.217 s, system=0.841897 s

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

[startup+294.4 s]
/proc/loadavg: 4.15 4.10 4.07 5/268 32283
/proc/meminfo: memFree=122788348/131524600 swapFree=131071728/131071996
[pid=32118] ppid=32115 vsize=225772 memory=164652 CPUtime=293.45 cores=1,3
/proc/32118/stat : 32118 (fscip) S 32115 32118 29765 0 -1 1077936128 233412 0 0 0 29267 78 0 0 20 0 3 0 4818451 231190528 41163 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
/proc/32118/statm: 56443 41163 2998 3035 0 45789 0
[pid=32118/tid=32120] ppid=32115 vsize=225772 memory=163184 CPUtime=293.22 cores=1,3
/proc/32118/task/32120/stat : 32120 (fscip) R 32115 32118 29765 0 -1 4194368 230647 0 0 0 29250 72 0 0 20 0 3 0 4818453 231190528 41163 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
[pid=32118/tid=32121] ppid=32115 vsize=225772 memory=163776 CPUtime=0 cores=1,3
/proc/32118/task/32121/stat : 32121 (fscip) S 32115 32118 29765 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 3 0 4818453 231190528 41163 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
Current children cumulated CPU time: 293.45 s
Current children cumulated vsize: 225772 KiB
Current children cumulated memory: 164652 KiB

[startup+307.2 s]
/proc/loadavg: 4.19 4.12 4.08 5/268 32284
/proc/meminfo: memFree=122767024/131524600 swapFree=131071728/131071996
[pid=32118] ppid=32115 vsize=225772 memory=164912 CPUtime=306.21 cores=1,3
/proc/32118/stat : 32118 (fscip) S 32115 32118 29765 0 -1 1077936128 245719 0 0 0 30540 81 0 0 20 0 3 0 4818451 231190528 41228 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
/proc/32118/statm: 56443 41228 2998 3035 0 45853 0
[pid=32118/tid=32120] ppid=32115 vsize=225772 memory=141880 CPUtime=305.96 cores=1,3
/proc/32118/task/32120/stat : 32120 (fscip) R 32115 32118 29765 0 -1 4194368 242935 0 0 0 30521 75 0 0 20 0 3 0 4818453 231190528 41228 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
[pid=32118/tid=32121] ppid=32115 vsize=225772 memory=161412 CPUtime=0 cores=1,3
/proc/32118/task/32121/stat : 32121 (fscip) S 32115 32118 29765 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 3 0 4818453 231190528 41228 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
Current children cumulated CPU time: 306.21 s
Current children cumulated vsize: 225772 KiB
Current children cumulated memory: 164912 KiB

[startup+313.6 s]
/proc/loadavg: 4.17 4.11 4.08 5/268 32284
/proc/meminfo: memFree=122760512/131524600 swapFree=131071728/131071996
[pid=32118] ppid=32115 vsize=225772 memory=164912 CPUtime=312.58 cores=1,3
/proc/32118/stat : 32118 (fscip) S 32115 32118 29765 0 -1 1077936128 246917 0 0 0 31176 82 0 0 20 0 3 0 4818451 231190528 41228 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
/proc/32118/statm: 56443 41228 2998 3035 0 45853 0
[pid=32118/tid=32120] ppid=32115 vsize=225772 memory=0 CPUtime=312.33 cores=1,3
/proc/32118/task/32120/stat : 32120 (fscip) R 32115 32118 29765 0 -1 4194368 244119 0 0 0 31157 76 0 0 20 0 3 0 4818453 231190528 41228 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
[pid=32118/tid=32121] ppid=32115 vsize=225772 memory=12692 CPUtime=0 cores=1,3
/proc/32118/task/32121/stat : 32121 (fscip) S 32115 32118 29765 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 3 0 4818453 231190528 41228 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
Current children cumulated CPU time: 312.58 s
Current children cumulated vsize: 225772 KiB
Current children cumulated memory: 164912 KiB

[startup+315.2 s]
/proc/loadavg: 4.17 4.11 4.08 5/268 32286
/proc/meminfo: memFree=122759056/131524600 swapFree=131071728/131071996
[pid=32118] ppid=32115 vsize=225772 memory=164912 CPUtime=314.18 cores=1,3
/proc/32118/stat : 32118 (fscip) S 32115 32118 29765 0 -1 1077936128 247018 0 0 0 31335 83 0 0 20 0 3 0 4818451 231190528 41228 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
/proc/32118/statm: 56443 41228 2998 3035 0 45853 0
[pid=32118/tid=32120] ppid=32115 vsize=225772 memory=164912 CPUtime=313.91 cores=1,3
/proc/32118/task/32120/stat : 32120 (fscip) R 32115 32118 29765 0 -1 4194368 244220 0 0 0 31315 76 0 0 20 0 3 0 4818453 231190528 41228 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
[pid=32118/tid=32121] ppid=32115 vsize=225772 memory=12692 CPUtime=0 cores=1,3
/proc/32118/task/32121/stat : 32121 (fscip) S 32115 32118 29765 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 3 0 4818453 231190528 41228 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
Current children cumulated CPU time: 314.18 s
Current children cumulated vsize: 225772 KiB
Current children cumulated memory: 164912 KiB

[startup+316 s]*
/proc/loadavg: 4.16 4.11 4.07 5/268 32286
/proc/meminfo: memFree=122758004/131524600 swapFree=131071728/131071996
[pid=32118] ppid=32115 vsize=225772 memory=164916 CPUtime=314.98 cores=1,3
/proc/32118/stat : 32118 (fscip) S 32115 32118 29765 0 -1 1077936128 247058 0 0 0 31415 83 0 0 20 0 3 0 4818451 231190528 41229 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
/proc/32118/statm: 56443 41229 2998 3035 0 45853 0
[pid=32118/tid=32120] ppid=32115 vsize=225772 memory=-5155633492094774149 CPUtime=314.71 cores=1,3
/proc/32118/task/32120/stat : 32120 (fscip) R 32115 32118 29765 0 -1 4194368 244260 0 0 0 31395 76 0 0 20 0 3 0 4818453 231190528 41229 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
[pid=32118/tid=32121] ppid=32115 vsize=225772 memory=2 CPUtime=0 cores=1,3
/proc/32118/task/32121/stat : 32121 (fscip) S 32115 32118 29765 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 3 0 4818453 231190528 41229 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
Current children cumulated CPU time: 314.98 s
Current children cumulated vsize: 225772 KiB
Current children cumulated memory: 164916 KiB

[startup+316.8 s]
/proc/loadavg: 4.16 4.11 4.07 5/268 32286
/proc/meminfo: memFree=122758004/131524600 swapFree=131071728/131071996
[pid=32118] ppid=32115 vsize=225772 memory=165424 CPUtime=315.78 cores=1,3
/proc/32118/stat : 32118 (fscip) S 32115 32118 29765 0 -1 1077936128 247943 0 0 0 31495 83 0 0 20 0 3 0 4818451 231190528 41356 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
/proc/32118/statm: 56443 41356 2998 3035 0 45980 0
[pid=32118/tid=32120] ppid=32115 vsize=225772 memory=3425 CPUtime=315.51 cores=1,3
/proc/32118/task/32120/stat : 32120 (fscip) R 32115 32118 29765 0 -1 4194368 245145 0 0 0 31475 76 0 0 20 0 3 0 4818453 231190528 41356 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
[pid=32118/tid=32121] ppid=32115 vsize=225772 memory=12692 CPUtime=0 cores=1,3
/proc/32118/task/32121/stat : 32121 (fscip) S 32115 32118 29765 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 3 0 4818453 231190528 41356 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
Current children cumulated CPU time: 315.78 s
Current children cumulated vsize: 225772 KiB
Current children cumulated memory: 165424 KiB

[startup+317 s]*
/proc/loadavg: 4.16 4.11 4.07 5/268 32286
/proc/meminfo: memFree=122757388/131524600 swapFree=131071728/131071996
[pid=32118] ppid=32115 vsize=225772 memory=165424 CPUtime=315.98 cores=1,3
/proc/32118/stat : 32118 (fscip) S 32115 32118 29765 0 -1 1077936128 248231 0 0 0 31515 83 0 0 20 0 3 0 4818451 231190528 41356 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
/proc/32118/statm: 56443 41356 2998 3035 0 45980 0
[pid=32118/tid=32120] ppid=32115 vsize=225772 memory=1652 CPUtime=315.71 cores=1,3
/proc/32118/task/32120/stat : 32120 (fscip) R 32115 32118 29765 0 -1 4194368 245433 0 0 0 31495 76 0 0 20 0 3 0 4818453 231190528 41356 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
[pid=32118/tid=32121] ppid=32115 vsize=225772 memory=-5155633492094774149 CPUtime=0 cores=1,3
/proc/32118/task/32121/stat : 32121 (fscip) S 32115 32118 29765 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 3 0 4818453 231190528 41356 134679101440 4194304 16623229 140720608305424 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 45481984 140720608310294 140720608310410 140720608310410 140720608317424 0
Current children cumulated CPU time: 315.98 s
Current children cumulated vsize: 225772 KiB
Current children cumulated memory: 165424 KiB

Child status: 0

Real time (s): 317.074
CPU time (s): 316.059
CPU user time (s): 315.217
CPU system time (s): 0.841897
CPU usage (%): 99.6797
Max. virtual memory (cumulated for all children) (KiB): 225772
Max. memory (cumulated for all children) (KiB): 165424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 315.217
system time used= 0.841897
maximum resident set size= 165424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249857
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= 11301
involuntary context switches= 362


# summary of solver processes directly reported to runsolver:
#   pid: 32118
#   total CPU time (s): 316.059
#   total CPU user time (s): 315.217
#   total CPU system time (s): 0.841897

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.528905 second user time and 1.59064 second system time

The end

Launcher Data

Begin job on nodeC024 at 2024-07-31 01:29:54
IDJOB=4464779
IDBENCH=148675
IDSOLVER=3092
FILE ID=nodeC024/4464779-1722382194
RUNJOBID= nodeC024-1722378594-29777
SLURM_JOB_ID= 8249847
Free space on /tmp= 889960 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_10_2.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-4464779-1722382194/watcher-4464779-1722382194 -o /tmp/evaluation-result-4464779-1722382194/solver-4464779-1722382194 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1722378594-29777 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464779-1722382194.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= cf766711a707813c9bd3325657edcc33
RANDOM SEED=99795441

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        120789760 kB
MemAvailable:   123214416 kB
Buffers:           89856 kB
Cached:          3151904 kB
SwapCached:           36 kB
Active:           300636 kB
Inactive:        9910360 kB
Active(anon):       1560 kB
Inactive(anon):  6989016 kB
Active(file):     299076 kB
Inactive(file):  2921344 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071728 kB
Dirty:             85408 kB
Writeback:            36 kB
AnonPages:       6965652 kB
Mapped:           123800 kB
Shmem:             21292 kB
KReclaimable:      88116 kB
Slab:             172572 kB
SReclaimable:      88116 kB
SUnreclaim:        84456 kB
KernelStack:        4208 kB
PageTables:        22460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    4918536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             9184 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4984832 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:      178900 kB
DirectMap2M:    11128832 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 889948 MiB
End job on nodeC024 at 2024-07-31 01:35:12