Trace number 4464942

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-30OPTIMUM 536.002 537.905

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/coloring/
normalized-myciel5g-5_wcsp.wbo
MD5SUM3494b890a231ad778a05b94b9d7caa9e
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark10.9915
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables235
Total number of constraints1227
Number of soft constraints1180
Number of constraints which are clauses1180
Number of constraints which are cardinality constraints (but not clauses)47
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint5
Top cost 237
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 1180
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
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.00/0.01	c Default LC presolving (default).
0.00/0.01	c ** Before presolving: virtualMemUsedAtLc = 29270016, getVmSize() = 29270016, SCIPgetMemUsed() = 5011048, SCIPgetMemTotal() = 7415832, SCIPgetMemExternEstim() = 3499019
0.00/0.01	c ** set memory limit for presolving in LC to 8.79608e+12 for SCIP **
0.68/0.79	c ** Estimated virtualMemUsedAtSolver = 26309973, getVmSize() = 49659904, SCIPgetMemUsed() = 18199946, SCIPgetMemTotal() = 26355626, SCIPgetMemExternEstim() = 3499019
0.68/0.79	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
0.68/0.79	c Original Problem   :
0.68/0.79	c   Problem name     : instance-4464942-1722390251
0.68/0.79	c   Variables        : 1415 (1415 binary, 0 integer, 0 implicit integer, 0 continuous)
0.68/0.79	c   Constraints      : 2408
0.68/0.79	c   Objective sense  : minimize
0.68/0.79	c Presolved Problem  :
0.68/0.79	c   Variables        : 1415 (1415 binary, 0 integer, 0 implicit integer, 0 continuous)
0.68/0.79	c   Constraints      : 1233
0.68/0.79	c Constraints        : Number
0.68/0.79	c   knapsack         : 1 
0.68/0.79	c   setppc           : 47 
0.68/0.79	c   linear           : 1180 
0.68/0.79	c   indicator        : 5 
0.68/0.79	c ** Instance transfer method used: 0
0.68/0.79	c ** ParaScipInstance copy does not increase the number of variables. **
0.79/0.81	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.79/0.81	c                                Nodes    Active                                            
0.79/0.81	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.99/1.01	c *       1              0           1         1         236.0000                -          -
0.99/1.02	c *       1              0           1         1         116.0000                -          -
0.99/1.04	c *       1              0           1         1          97.0000                -          -
0.99/1.10	c *       1              0           1         1          91.0000                -          -
1.09/1.17	c *       1              0           1         1          64.0000                -          -
1.37/1.42	c *       1              0           1         1          59.0000                -          -
1.47/1.52	c *       2              0           1         1          52.0000                -          -
1.68/1.70	c *       2              0           1         1          42.0000                -          -
1.68/1.79	c *       2              0           1         1          40.0000                -          -
1.77/1.84	c *       2              0           1         1          39.0000                -          -
1.77/1.84	c *       2              0           1         1          37.0000                -          -
2.88/2.98	c *       3              2           1         1           2.0000           0.0000          -
3.09/3.15	c *       3             12          11         1           1.0000           0.0000          -
5.08/5.14	c         5            597          22         1           1.0000           0.0000          -
10.35/10.41	c        10           3473          20         1           1.0000           0.0000          -
15.34/15.48	c        15           6218          49         1           1.0000           0.0000          -
20.42/20.52	c        21          11150         138         1           1.0000           0.0000          -
25.41/25.58	c        26          17451         102         1           1.0000           0.0000          -
30.49/30.63	c        31          23818         107         1           1.0000           0.0000          -
35.47/35.69	c        36          30121         139         1           1.0000           0.0000          -
40.55/40.74	c        41          36980         162         1           1.0000           0.0000          -
45.64/45.81	c        46          42571         165         1           1.0000           0.0000          -
50.61/50.87	c        51          48752         216         1           1.0000           0.0000          -
55.70/55.92	c        56          54777         176         1           1.0000           0.0000          -
60.68/60.97	c        61          61182         197         1           1.0000           0.0000          -
65.77/66.03	c        66          68103         236         1           1.0000           0.0000          -
70.86/71.12	c        71          74826         218         1           1.0000           0.0000          -
75.84/76.17	c        76          81425         236         1           1.0000           0.0000          -
80.91/81.22	c        81          87832         235         1           1.0000           0.0000          -
85.99/86.31	c        86          94021         239         1           1.0000           0.0000          -
90.97/91.36	c        91         100734         326         1           1.0000           0.0000          -
96.06/96.42	c        96         106851         379         1           1.0000           0.0000          -
101.04/101.47	c       101         113632         463         1           1.0000           0.0000          -
106.13/106.52	c       107         120652         510         1           1.0000           0.0000          -
111.11/111.57	c       112         127632         634         1           1.0000           0.0000          -
116.20/116.62	c       117         134689         626         1           1.0000           0.0000          -
121.17/121.69	c       122         141105         611         1           1.0000           0.0000          -
126.26/126.76	c       127         148260         640         1           1.0000           0.0000          -
131.34/131.80	c       132         155018         755         1           1.0000           0.0000          -
136.33/136.85	c       137         162280         681         1           1.0000           0.0000          -
141.42/141.92	c       142         168829         654         1           1.0000           0.0000          -
146.40/146.98	c       147         175507         620         1           1.0000           0.0000          -
151.48/152.03	c       152         182573         625         1           1.0000           0.0000          -
156.47/157.09	c       157         189500         635         1           1.0000           0.0000          -
161.55/162.16	c       162         195873         641         1           1.0000           0.0000          -
166.62/167.21	c       167         202074         634         1           1.0000           0.0000          -
171.60/172.26	c       172         209009         605         1           1.0000           0.0000          -
176.69/177.31	c       177         215939         613         1           1.0000           0.0000          -
181.67/182.36	c       182         222834         613         1           1.0000           0.0000          -
186.76/187.41	c       187         229343         600         1           1.0000           0.0000          -
191.74/192.46	c       192         236135         593         1           1.0000           0.0000          -
196.82/197.51	c       198         243100         583         1           1.0000           0.0000          -
201.81/202.56	c       203         249805         614         1           1.0000           0.0000          -
206.89/207.61	c       208         256790         599         1           1.0000           0.0000          -
211.87/212.66	c       213         263988         632         1           1.0000           0.0000          -
216.95/217.71	c       218         270745         616         1           1.0000           0.0000          -
221.93/222.76	c       223         277684         614         1           1.0000           0.0000          -
227.01/227.82	c       228         284617         580         1           1.0000           0.0000          -
231.99/232.88	c       233         291806         566         1           1.0000           0.0000          -
237.07/237.93	c       238         298931         556         1           1.0000           0.0000          -
242.05/242.99	c       243         305698         574         1           1.0000           0.0000          -
247.15/248.06	c       248         312579         585         1           1.0000           0.0000          -
252.23/253.12	c       253         319363         582         1           1.0000           0.0000          -
257.21/258.16	c       258         326422         587         1           1.0000           0.0000          -
262.28/263.21	c       263         333614         637         1           1.0000           0.0000          -
267.26/268.26	c       268         340351         589         1           1.0000           0.0000          -
272.34/273.31	c       273         347095         637         1           1.0000           0.0000          -
277.32/278.36	c       278         354199         667         1           1.0000           0.0000          -
282.40/283.41	c       283         361330         636         1           1.0000           0.0000          -
287.38/288.46	c       288         368531         669         1           1.0000           0.0000          -
292.46/293.51	c       294         375809         677         1           1.0000           0.0000          -
297.45/298.57	c       299         382246         886         1           1.0000           0.0000          -
302.53/303.62	c       304         388920        1039         1           1.0000           0.0000          -
307.50/308.68	c       309         395513        1072         1           1.0000           0.0000          -
312.59/313.73	c       314         402527        1098         1           1.0000           0.0000          -
317.57/318.78	c       319         409614        1072         1           1.0000           0.0000          -
322.66/323.83	c       324         416975         977         1           1.0000           0.0000          -
327.63/328.88	c       329         423887         942         1           1.0000           0.0000          -
332.71/333.93	c       334         431070         889         1           1.0000           0.0000          -
337.69/338.98	c       339         438459         810         1           1.0000           0.0000          -
342.79/344.03	c       344         445667         741         1           1.0000           0.0000          -
347.77/349.08	c       349         452681         710         1           1.0000           0.0000          -
352.85/354.13	c       354         459842         698         1           1.0000           0.0000          -
357.83/359.18	c       359         467007         692         1           1.0000           0.0000          -
362.90/364.23	c       364         474209         709         1           1.0000           0.0000          -
367.88/369.28	c       369         481373         633         1           1.0000           0.0000          -
372.96/374.33	c       374         488411         604         1           1.0000           0.0000          -
377.94/379.38	c       379         495774         589         1           1.0000           0.0000          -
383.01/384.43	c       384         502629         499         1           1.0000           0.0000          -
387.99/389.48	c       389         510513         514         1           1.0000           0.0000          -
393.07/394.53	c       395         518558         507         1           1.0000           0.0000          -
398.04/399.58	c       400         526625         501         1           1.0000           0.0000          -
403.12/404.63	c       405         534661         513         1           1.0000           0.0000          -
408.11/409.68	c       410         542692         595         1           1.0000           0.0000          -
413.18/414.73	c       415         550717         522         1           1.0000           0.0000          -
418.17/419.78	c       420         559341         531         1           1.0000           0.0000          -
423.25/424.83	c       425         567582         549         1           1.0000           0.0000          -
428.24/429.89	c       430         575967         507         1           1.0000           0.0000          -
433.33/434.94	c       435         584246         484         1           1.0000           0.0000          -
438.31/439.99	c       440         591933         488         1           1.0000           0.0000          -
443.40/445.04	c       445         600292         478         1           1.0000           0.0000          -
448.38/450.09	c       450         608611         485         1           1.0000           0.0000          -
453.46/455.14	c       455         616791         458         1           1.0000           0.0000          -
458.45/460.19	c       460         624633         412         1           1.0000           0.0000          -
463.51/465.24	c       465         632814         408         1           1.0000           0.0000          -
468.50/470.29	c       470         640560         407         1           1.0000           0.0000          -
473.58/475.34	c       475         648209         406         1           1.0000           0.0000          -
478.57/480.39	c       480         656385         428         1           1.0000           0.0000          -
483.65/485.44	c       485         664657         423         1           1.0000           0.0000          -
488.64/490.49	c       490         672921         409         1           1.0000           0.0000          -
493.72/495.54	c       496         681129         372         1           1.0000           0.0000          -
498.71/500.59	c       501         689038         372         1           1.0000           0.0000          -
503.79/505.64	c       506         696973         381         1           1.0000           0.0000          -
508.77/510.69	c       511         705101         357         1           1.0000           0.0000          -
513.86/515.74	c       516         713116         346         1           1.0000           0.0000          -
518.85/520.79	c       521         721187         306         1           1.0000           0.0000          -
523.93/525.84	c       526         729561         284         1           1.0000           0.0000          -
528.91/530.89	c       531         737825         216         1           1.0000           0.0000          -
533.99/535.94	c       536         746104         128         1           1.0000           0.0000          -
535.88/537.88	c       538         748479           0         0           1.0000           1.0000      0.00%
535.88/537.89	c       538         748479           0         0           1.0000           1.0000          -
535.88/537.89	c SCIP Status        : c problem is solved
535.88/537.89	c Total Time         : 537.8800
535.88/537.89	c   solving          : 537.8800
535.88/537.89	c   presolving       : 0.7736 (included in solving)
535.88/537.89	c B&B Tree           :
535.88/537.89	c   nodes (total)    : 748479
535.88/537.89	c Solution           :
535.88/537.89	c   Solutions found  : 13
535.88/537.89	c   Primal Bound     : +1.00000000000000e+00
535.88/537.89	c   Dual Bound       : +1.00000000000000e+00
535.88/537.89	c Gap                : 0.00000 %
535.88/537.90	o 1
535.88/537.90	s OPTIMUM FOUND
535.88/537.90	v -x235 -x234 -x233 -x232 x231 -x230 x229 -x228 -x227 -x226 x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 x217 -x216 -x215 -x214 
535.88/537.90	v x213 -x212 -x211 -x210 -x209 -x208 x207 -x206 -x205 -x204 x203 -x202 -x201 -x200 -x199 -x198 x197 -x196 -x195 -x194 -x193 x192 
535.88/537.90	v -x191 -x190 -x189 x188 -x187 -x186 -x185 -x184 x183 -x182 -x181 -x180 -x179 -x178 x177 -x176 x175 -x174 -x173 -x172 -x171 
535.88/537.90	v -x170 x169 -x168 -x167 -x166 -x165 -x164 -x163 x162 -x161 -x160 -x159 x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 -x150 -x149 
535.88/537.90	v -x148 x147 -x146 -x145 -x144 -x143 x142 -x141 -x140 -x139 -x138 x137 -x136 -x135 -x134 x133 -x132 -x131 x130 -x129 -x128 -x127 
535.88/537.90	v -x126 -x125 -x124 -x123 x122 -x121 x120 -x119 -x118 -x117 -x116 -x115 x114 -x113 -x112 -x111 x110 -x109 -x108 -x107 -x106 
535.88/537.90	v -x105 -x104 -x103 -x102 x101 -x100 -x99 x98 -x97 -x96 -x95 -x94 x93 -x92 -x91 -x90 -x89 -x88 -x87 x86 -x85 -x84 -x83 -x82 x81 
535.88/537.90	v -x80 -x79 -x78 -x77 x76 -x75 -x74 x73 -x72 -x71 x70 -x69 -x68 -x67 -x66 -x65 -x64 x63 -x62 -x61 -x60 -x59 -x58 -x57 x56 x55 
535.88/537.90	v -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 x46 -x45 -x44 x43 -x42 -x41 -x40 -x39 x38 -x37 -x36 -x35 -x34 -x33 x32 -x31 -x30 -x29 
535.88/537.90	v -x28 -x27 x26 -x25 x24 -x23 -x22 -x21 -x20 -x19 x18 -x17 -x16 x15 -x14 -x13 -x12 -x11 -x10 x9 -x8 -x7 -x6 x5 -x4 -x3 -x2 -x1 

Verifier Data

OK	1

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64096 MiB (63121 MiB free)
  memory of node 1: 64473 MiB (61690 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4464942-1722390251/watcher-4464942-1722390251 -o /tmp/evaluation-result-4464942-1722390251/solver-4464942-1722390251 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1722389801-34851 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4464942-1722390251.wbo -qsol -t 3600 -sth 1 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100096 s]*
/proc/loadavg: 4.16 3.68 3.50 5/250 35148
/proc/meminfo: memFree=127793312/131655788 swapFree=131071728/131071996
[pid=35147] ppid=35144 vsize=34996 memory=24172 CPUtime=0.1 cores=4,6
/proc/35147/stat : 35147 (fscip) R 35144 35147 34840 0 -1 4194304 3683 0 0 0 10 0 0 0 20 0 1 0 5395459 35835904 6043 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
/proc/35147/statm: 8749 6043 2662 3035 0 5145 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 34996 KiB
Current children cumulated memory: 24172 KiB

[startup+0.213389 s]*
/proc/loadavg: 4.16 3.68 3.50 5/250 35148
/proc/meminfo: memFree=127793040/131655788 swapFree=131071728/131071996
[pid=35147] ppid=35144 vsize=35380 memory=24436 CPUtime=0.21 cores=4,6
/proc/35147/stat : 35147 (fscip) R 35144 35147 34840 0 -1 4194304 3747 0 0 0 21 0 0 0 20 0 1 0 5395459 36229120 6109 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
/proc/35147/statm: 8845 6109 2662 3035 0 5241 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 35380 KiB
Current children cumulated memory: 24436 KiB

[startup+0.313325 s]*
/proc/loadavg: 4.16 3.68 3.50 5/250 35148
/proc/meminfo: memFree=127792228/131655788 swapFree=131071728/131071996
[pid=35147] ppid=35144 vsize=35892 memory=24964 CPUtime=0.31 cores=4,6
/proc/35147/stat : 35147 (fscip) R 35144 35147 34840 0 -1 4194304 3875 0 0 0 31 0 0 0 20 0 1 0 5395459 36753408 6241 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
/proc/35147/statm: 8973 6241 2662 3035 0 5369 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 35892 KiB
Current children cumulated memory: 24964 KiB

[startup+0.700305 s]
/proc/loadavg: 4.16 3.68 3.50 5/250 35148
/proc/meminfo: memFree=127792088/131655788 swapFree=131071728/131071996
[pid=35147] ppid=35144 vsize=36920 memory=26020 CPUtime=0.68 cores=4,6
/proc/35147/stat : 35147 (fscip) R 35144 35147 34840 0 -1 4194304 4133 0 0 0 68 0 0 0 20 0 1 0 5395459 37806080 6505 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
/proc/35147/statm: 9230 6505 2662 3035 0 5626 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 36920 KiB
Current children cumulated memory: 26020 KiB

[startup+1.50037 s]
/proc/loadavg: 4.16 3.68 3.50 5/252 35150
/proc/meminfo: memFree=127764412/131655788 swapFree=131071728/131071996
[pid=35147] ppid=35144 vsize=136332 memory=63012 CPUtime=1.47 cores=4,6
/proc/35147/stat : 35147 (fscip) S 35144 35147 34840 0 -1 1077936128 13053 0 0 0 145 2 0 0 20 0 3 0 5395459 139603968 15753 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
/proc/35147/statm: 34083 15753 2950 3035 0 19926 0
[pid=35147/tid=35149] ppid=35144 vsize=136332 memory=4256 CPUtime=0.68 cores=4,6
/proc/35147/task/35149/stat : 35149 (fscip) R 35144 35147 34840 0 -1 4194368 6238 0 0 0 67 1 0 0 20 0 3 0 5395538 139603968 15753 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
[pid=35147/tid=35150] ppid=35144 vsize=136332 memory=2248 CPUtime=0 cores=4,6
/proc/35147/task/35150/stat : 35150 (fscip) S 35144 35147 34840 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5395540 139603968 15753 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 136332 KiB
Current children cumulated memory: 63012 KiB

[startup+3.11313 s]
/proc/loadavg: 4.14 3.68 3.50 5/252 35150
/proc/meminfo: memFree=127717268/131655788 swapFree=131071728/131071996
[pid=35147] ppid=35144 vsize=139168 memory=100300 CPUtime=3.09 cores=4,6
/proc/35147/stat : 35147 (fscip) S 35144 35147 34840 0 -1 1077936128 27463 0 0 0 304 5 0 0 20 0 3 0 5395459 142508032 25075 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
/proc/35147/statm: 34792 25075 3014 3035 0 30018 0
[pid=35147/tid=35149] ppid=35144 vsize=139168 memory=2248 CPUtime=2.28 cores=4,6
/proc/35147/task/35149/stat : 35149 (fscip) R 35144 35147 34840 0 -1 4194368 20306 0 0 0 225 3 0 0 20 0 3 0 5395538 142508032 25075 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
[pid=35147/tid=35150] ppid=35144 vsize=139168 memory=1936 CPUtime=0 cores=4,6
/proc/35147/task/35150/stat : 35150 (fscip) S 35144 35147 34840 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 3 0 5395540 142508032 25075 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 139168 KiB
Current children cumulated memory: 100300 KiB

[startup+6.30036 s]
/proc/loadavg: 4.14 3.68 3.50 5/252 35150
/proc/meminfo: memFree=127682632/131655788 swapFree=131071728/131071996
[pid=35147] ppid=35144 vsize=139168 memory=103068 CPUtime=6.27 cores=4,6
/proc/35147/stat : 35147 (fscip) S 35144 35147 34840 0 -1 1077936128 36201 0 0 0 621 6 0 0 20 0 3 0 5395459 142508032 25767 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
/proc/35147/statm: 34792 25767 3014 3035 0 30018 0
[pid=35147/tid=35149] ppid=35144 vsize=139168 memory=0 CPUtime=5.46 cores=4,6
/proc/35147/task/35149/stat : 35149 (fscip) R 35144 35147 34840 0 -1 4194368 29042 0 0 0 542 4 0 0 20 0 3 0 5395538 142508032 25767 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
[pid=35147/tid=35150] ppid=35144 vsize=139168 memory=150942330720921 CPUtime=0 cores=4,6
/proc/35147/task/35150/stat : 35150 (fscip) S 35144 35147 34840 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 3 0 5395540 142508032 25767 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 139168 KiB
Current children cumulated memory: 103068 KiB

[startup+12.7004 s]
/proc/loadavg: 4.12 3.69 3.51 5/252 35152
/proc/meminfo: memFree=127670776/131655788 swapFree=131071728/131071996
[pid=35147] ppid=35144 vsize=206740 memory=111228 CPUtime=12.65 cores=4,6
/proc/35147/stat : 35147 (fscip) S 35144 35147 34840 0 -1 1077936128 67355 0 0 0 1256 9 0 0 20 0 3 0 5395459 211701760 27807 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
/proc/35147/statm: 51685 27807 3014 3035 0 32453 0
[pid=35147/tid=35149] ppid=35144 vsize=206740 memory=112020 CPUtime=11.84 cores=4,6
/proc/35147/task/35149/stat : 35149 (fscip) R 35144 35147 34840 0 -1 4194368 60132 0 0 0 1177 7 0 0 20 0 3 0 5395538 211701760 27807 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
[pid=35147/tid=35150] ppid=35144 vsize=206740 memory=111096 CPUtime=0 cores=4,6
/proc/35147/task/35150/stat : 35150 (fscip) S 35144 35147 34840 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 3 0 5395540 211701760 27807 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 206740 KiB
Current children cumulated memory: 111228 KiB

[startup+25.5004 s]
/proc/loadavg: 4.10 3.70 3.52 5/252 35153
/proc/meminfo: memFree=127653424/131655788 swapFree=131071728/131071996
[pid=35147] ppid=35144 vsize=211736 memory=122708 CPUtime=25.41 cores=4,6
/proc/35147/stat : 35147 (fscip) S 35144 35147 34840 0 -1 1077936128 106033 0 0 0 2527 14 0 0 20 0 3 0 5395459 216817664 30677 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
/proc/35147/statm: 52934 30677 3014 3035 0 34897 0
[pid=35147/tid=35149] ppid=35144 vsize=211736 memory=11536 CPUtime=24.61 cores=4,6
/proc/35147/task/35149/stat : 35149 (fscip) R 35144 35147 34840 0 -1 4194368 98748 0 0 0 2448 13 0 0 20 0 3 0 5395538 216817664 30677 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
[pid=35147/tid=35150] ppid=35144 vsize=211736 memory=111096 CPUtime=0 cores=4,6
/proc/35147/task/35150/stat : 35150 (fscip) S 35144 35147 34840 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 3 0 5395540 216817664 30677 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 211736 KiB
Current children cumulated memory: 122708 KiB

[startup+51.1129 s]
/proc/loadavg: 4.11 3.74 3.54 4/243 35189
/proc/meminfo: memFree=128053120/131655788 swapFree=131071728/131071996
[pid=35147] ppid=35144 vsize=219776 memory=127608 CPUtime=50.92 cores=4,6
/proc/35147/stat : 35147 (fscip) S 35144 35147 34840 0 -1 1077936128 150396 0 0 0 5069 23 0 0 20 0 3 0 5395459 225050624 31902 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
/proc/35147/statm: 54944 31902 3014 3035 0 37355 0
[pid=35147/tid=35149] ppid=35144 vsize=219776 memory=127608 CPUtime=50.11 cores=4,6
/proc/35147/task/35149/stat : 35149 (fscip) R 35144 35147 34840 0 -1 4194368 142994 0 0 0 4990 21 0 0 20 0 3 0 5395538 225050624 31902 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
[pid=35147/tid=35150] ppid=35144 vsize=219776 memory=125836 CPUtime=0 cores=4,6
/proc/35147/task/35150/stat : 35150 (fscip) S 35144 35147 34840 0 -1 1077936192 10 0 0 0 0 0 0 0 20 0 3 0 5395540 225050624 31902 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 219776 KiB
Current children cumulated memory: 127608 KiB

[startup+102.3 s]
/proc/loadavg: 3.50 3.63 3.51 4/240 35198
/proc/meminfo: memFree=128013192/131655788 swapFree=131071728/131071996
[pid=35147] ppid=35144 vsize=235808 memory=143064 CPUtime=101.94 cores=4,6
/proc/35147/stat : 35147 (fscip) S 35144 35147 34840 0 -1 1077936128 203298 0 0 0 10156 38 0 0 20 0 3 0 5395459 241467392 35766 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
/proc/35147/statm: 58952 35766 3014 3035 0 41363 0
[pid=35147/tid=35149] ppid=35144 vsize=235808 memory=16320 CPUtime=101.13 cores=4,6
/proc/35147/task/35149/stat : 35149 (fscip) R 35144 35147 34840 0 -1 4194368 195811 0 0 0 10077 36 0 0 20 0 3 0 5395538 241467392 35766 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
[pid=35147/tid=35150] ppid=35144 vsize=235808 memory=11536 CPUtime=0 cores=4,6
/proc/35147/task/35150/stat : 35150 (fscip) S 35144 35147 34840 0 -1 1077936192 13 0 0 0 0 0 0 0 20 0 3 0 5395540 241467392 35766 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 235808 KiB
Current children cumulated memory: 143064 KiB

[startup+162.3 s]
/proc/loadavg: 3.30 3.55 3.49 4/240 35208
/proc/meminfo: memFree=127980088/131655788 swapFree=131071728/131071996
[pid=35147] ppid=35144 vsize=242032 memory=150396 CPUtime=161.74 cores=4,6
/proc/35147/stat : 35147 (fscip) S 35144 35147 34840 0 -1 1077936128 240257 0 0 0 16119 55 0 0 20 0 3 0 5395459 247840768 37599 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
/proc/35147/statm: 60508 37599 3014 3035 0 42919 0
[pid=35147/tid=35149] ppid=35144 vsize=242032 memory=11536 CPUtime=160.92 cores=4,6
/proc/35147/task/35149/stat : 35149 (fscip) R 35144 35147 34840 0 -1 4194368 232707 0 0 0 16039 53 0 0 20 0 3 0 5395538 247840768 37599 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
[pid=35147/tid=35150] ppid=35144 vsize=242032 memory=147084 CPUtime=0 cores=4,6
/proc/35147/task/35150/stat : 35150 (fscip) S 35144 35147 34840 0 -1 1077936192 15 0 0 0 0 0 0 0 20 0 3 0 5395540 247840768 37599 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 242032 KiB
Current children cumulated memory: 150396 KiB

[startup+222.3 s]
/proc/loadavg: 2.82 3.38 3.43 3/231 35249
/proc/meminfo: memFree=128434224/131655788 swapFree=131071728/131071996
[pid=35147] ppid=35144 vsize=244464 memory=157256 CPUtime=221.52 cores=4,6
/proc/35147/stat : 35147 (fscip) S 35144 35147 34840 0 -1 1077936128 276331 0 0 0 22083 69 0 0 20 0 3 0 5395459 250331136 39314 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
/proc/35147/statm: 61116 39314 3014 3035 0 44116 0
[pid=35147/tid=35149] ppid=35144 vsize=244464 memory=156568 CPUtime=220.71 cores=4,6
/proc/35147/task/35149/stat : 35149 (fscip) R 35144 35147 34840 0 -1 4194368 268727 0 0 0 22003 68 0 0 20 0 3 0 5395538 250331136 39314 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
[pid=35147/tid=35150] ppid=35144 vsize=244464 memory=156900 CPUtime=0 cores=4,6
/proc/35147/task/35150/stat : 35150 (fscip) S 35144 35147 34840 0 -1 1077936192 17 0 0 0 0 0 0 0 20 0 3 0 5395540 250331136 39314 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
Current children cumulated CPU time: 221.52 s
Current children cumulated vsize: 244464 KiB
Current children cumulated memory: 157256 KiB

[startup+282.3 s]

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

/proc/35147/statm: 62374 40300 3014 3035 0 45626 0
[pid=35147/tid=35149] ppid=35144 vsize=249496 memory=158212 CPUtime=340.24 cores=4,6
/proc/35147/task/35149/stat : 35149 (fscip) R 35144 35147 34840 0 -1 4194368 314157 0 0 0 33925 99 0 0 20 0 3 0 5395538 255483904 40300 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
[pid=35147/tid=35150] ppid=35144 vsize=249496 memory=160192 CPUtime=0 cores=4,6
/proc/35147/task/35150/stat : 35150 (fscip) S 35144 35147 34840 0 -1 1077936192 19 0 0 0 0 0 0 0 20 0 3 0 5395540 255483904 40300 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
Current children cumulated CPU time: 341.07 s
Current children cumulated vsize: 249496 KiB
Current children cumulated memory: 161200 KiB

[startup+402.3 s]
/proc/loadavg: 1.89 2.75 3.17 2/224 35316
/proc/meminfo: memFree=128934468/131655788 swapFree=131071728/131071996
[pid=35147] ppid=35144 vsize=249496 memory=168120 CPUtime=400.83 cores=4,6
/proc/35147/stat : 35147 (fscip) S 35144 35147 34840 0 -1 1077936128 330891 0 0 0 39969 114 0 0 20 0 3 0 5395459 255483904 42030 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
/proc/35147/statm: 62374 42030 3014 3035 0 45626 0
[pid=35147/tid=35149] ppid=35144 vsize=249496 memory=161200 CPUtime=399.99 cores=4,6
/proc/35147/task/35149/stat : 35149 (fscip) R 35144 35147 34840 0 -1 4194368 323212 0 0 0 39887 112 0 0 20 0 3 0 5395538 255483904 42030 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
[pid=35147/tid=35150] ppid=35144 vsize=249496 memory=163140 CPUtime=0 cores=4,6
/proc/35147/task/35150/stat : 35150 (fscip) S 35144 35147 34840 0 -1 1077936192 20 0 0 0 0 0 0 0 20 0 3 0 5395540 255483904 42030 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
Current children cumulated CPU time: 400.83 s
Current children cumulated vsize: 249496 KiB
Current children cumulated memory: 168120 KiB

[startup+462.3 s]
/proc/loadavg: 1.44 2.46 3.04 2/224 35326
/proc/meminfo: memFree=128928428/131655788 swapFree=131071728/131071996
[pid=35147] ppid=35144 vsize=249496 memory=173756 CPUtime=460.63 cores=4,6
/proc/35147/stat : 35147 (fscip) S 35144 35147 34840 0 -1 1077936128 333006 0 0 0 45935 128 0 0 20 0 3 0 5395459 255483904 43439 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
/proc/35147/statm: 62374 43439 3014 3035 0 45626 0
[pid=35147/tid=35149] ppid=35144 vsize=249496 memory=173604 CPUtime=459.79 cores=4,6
/proc/35147/task/35149/stat : 35149 (fscip) R 35144 35147 34840 0 -1 4194368 325316 0 0 0 45853 126 0 0 20 0 3 0 5395538 255483904 43439 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
[pid=35147/tid=35150] ppid=35144 vsize=249496 memory=168120 CPUtime=0 cores=4,6
/proc/35147/task/35150/stat : 35150 (fscip) S 35144 35147 34840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 3 0 5395540 255483904 43439 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
Current children cumulated CPU time: 460.63 s
Current children cumulated vsize: 249496 KiB
Current children cumulated memory: 173756 KiB

[startup+522.3 s]
/proc/loadavg: 1.22 2.21 2.92 2/224 35338
/proc/meminfo: memFree=128927288/131655788 swapFree=131071728/131071996
[pid=35147] ppid=35144 vsize=252408 memory=174320 CPUtime=520.44 cores=4,6
/proc/35147/stat : 35147 (fscip) S 35144 35147 34840 0 -1 1077936128 335201 0 0 0 51903 141 0 0 20 0 3 0 5395459 258465792 43580 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
/proc/35147/statm: 63102 43580 3014 3035 0 46354 0
[pid=35147/tid=35149] ppid=35144 vsize=252408 memory=0 CPUtime=519.59 cores=4,6
/proc/35147/task/35149/stat : 35149 (fscip) R 35144 35147 34840 0 -1 4194368 327499 0 0 0 51821 138 0 0 20 0 3 0 5395538 258465792 43580 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
[pid=35147/tid=35150] ppid=35144 vsize=252408 memory=174320 CPUtime=0 cores=4,6
/proc/35147/task/35150/stat : 35150 (fscip) S 35144 35147 34840 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 3 0 5395540 258465792 43580 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
Current children cumulated CPU time: 520.44 s
Current children cumulated vsize: 252408 KiB
Current children cumulated memory: 174320 KiB

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

# cumulated CPU time of all completed processes:  user=534.558 s, system=1.44392 s

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

[startup+524.8 s]
/proc/loadavg: 1.22 2.21 2.92 2/224 35338
/proc/meminfo: memFree=128927288/131655788 swapFree=131071728/131071996
[pid=35147] ppid=35144 vsize=252408 memory=174320 CPUtime=522.93 cores=4,6
/proc/35147/stat : 35147 (fscip) S 35144 35147 34840 0 -1 1077936128 335201 0 0 0 52152 141 0 0 20 0 3 0 5395459 258465792 43580 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
/proc/35147/statm: 63102 43580 3014 3035 0 46354 0
[pid=35147/tid=35149] ppid=35144 vsize=252408 memory=174060 CPUtime=522.08 cores=4,6
/proc/35147/task/35149/stat : 35149 (fscip) R 35144 35147 34840 0 -1 4194368 327499 0 0 0 52070 138 0 0 20 0 3 0 5395538 258465792 43580 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
[pid=35147/tid=35150] ppid=35144 vsize=252408 memory=174180 CPUtime=0 cores=4,6
/proc/35147/task/35150/stat : 35150 (fscip) S 35144 35147 34840 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 3 0 5395540 258465792 43580 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
Current children cumulated CPU time: 522.93 s
Current children cumulated vsize: 252408 KiB
Current children cumulated memory: 174320 KiB

[startup+531.2 s]
/proc/loadavg: 1.21 2.19 2.91 2/224 35339
/proc/meminfo: memFree=128927236/131655788 swapFree=131071728/131071996
[pid=35147] ppid=35144 vsize=252408 memory=174320 CPUtime=529.31 cores=4,6
/proc/35147/stat : 35147 (fscip) S 35144 35147 34840 0 -1 1077936128 335202 0 0 0 52789 142 0 0 20 0 3 0 5395459 258465792 43580 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
/proc/35147/statm: 63102 43580 3014 3035 0 46354 0
[pid=35147/tid=35149] ppid=35144 vsize=252408 memory=174320 CPUtime=528.45 cores=4,6
/proc/35147/task/35149/stat : 35149 (fscip) R 35144 35147 34840 0 -1 4194368 327500 0 0 0 52706 139 0 0 20 0 3 0 5395538 258465792 43580 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
[pid=35147/tid=35150] ppid=35144 vsize=252408 memory=174320 CPUtime=0 cores=4,6
/proc/35147/task/35150/stat : 35150 (fscip) S 35144 35147 34840 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 3 0 5395540 258465792 43580 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
Current children cumulated CPU time: 529.31 s
Current children cumulated vsize: 252408 KiB
Current children cumulated memory: 174320 KiB

[startup+534.4 s]
/proc/loadavg: 1.19 2.17 2.90 2/224 35339
/proc/meminfo: memFree=128927252/131655788 swapFree=131071728/131071996
[pid=35147] ppid=35144 vsize=252408 memory=174320 CPUtime=532.5 cores=4,6
/proc/35147/stat : 35147 (fscip) S 35144 35147 34840 0 -1 1077936128 335207 0 0 0 53107 143 0 0 20 0 3 0 5395459 258465792 43580 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
/proc/35147/statm: 63102 43580 3014 3035 0 46354 0
[pid=35147/tid=35149] ppid=35144 vsize=252408 memory=11536 CPUtime=531.65 cores=4,6
/proc/35147/task/35149/stat : 35149 (fscip) R 35144 35147 34840 0 -1 4194368 327505 0 0 0 53025 140 0 0 20 0 3 0 5395538 258465792 43580 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
[pid=35147/tid=35150] ppid=35144 vsize=252408 memory=-7595157513168839292 CPUtime=0 cores=4,6
/proc/35147/task/35150/stat : 35150 (fscip) S 35144 35147 34840 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 3 0 5395540 258465792 43580 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
Current children cumulated CPU time: 532.5 s
Current children cumulated vsize: 252408 KiB
Current children cumulated memory: 174320 KiB

[startup+536 s]*
/proc/loadavg: 1.19 2.17 2.90 2/224 35339
/proc/meminfo: memFree=128927280/131655788 swapFree=131071728/131071996
[pid=35147] ppid=35144 vsize=252408 memory=174320 CPUtime=534.11 cores=4,6
/proc/35147/stat : 35147 (fscip) S 35144 35147 34840 0 -1 1077936128 335207 0 0 0 53268 143 0 0 20 0 3 0 5395459 258465792 43580 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
/proc/35147/statm: 63102 43580 3014 3035 0 46354 0
[pid=35147/tid=35149] ppid=35144 vsize=252408 memory=-7595157513168839292 CPUtime=533.25 cores=4,6
/proc/35147/task/35149/stat : 35149 (fscip) R 35144 35147 34840 0 -1 4194368 327505 0 0 0 53185 140 0 0 20 0 3 0 5395538 258465792 43580 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
[pid=35147/tid=35150] ppid=35144 vsize=252408 memory=-4050210904893407124 CPUtime=0 cores=4,6
/proc/35147/task/35150/stat : 35150 (fscip) S 35144 35147 34840 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 3 0 5395540 258465792 43580 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
Current children cumulated CPU time: 534.11 s
Current children cumulated vsize: 252408 KiB
Current children cumulated memory: 174320 KiB

[startup+536.8 s]
/proc/loadavg: 1.19 2.17 2.90 2/224 35339
/proc/meminfo: memFree=128927280/131655788 swapFree=131071728/131071996
[pid=35147] ppid=35144 vsize=252408 memory=174320 CPUtime=534.89 cores=4,6
/proc/35147/stat : 35147 (fscip) S 35144 35147 34840 0 -1 1077936128 335208 0 0 0 53346 143 0 0 20 0 3 0 5395459 258465792 43580 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
/proc/35147/statm: 63102 43580 3014 3035 0 46354 0
[pid=35147/tid=35149] ppid=35144 vsize=252408 memory=5496 CPUtime=534.04 cores=4,6
/proc/35147/task/35149/stat : 35149 (fscip) R 35144 35147 34840 0 -1 4194368 327506 0 0 0 53264 140 0 0 20 0 3 0 5395538 258465792 43580 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
[pid=35147/tid=35150] ppid=35144 vsize=252408 memory=1840 CPUtime=0 cores=4,6
/proc/35147/task/35150/stat : 35150 (fscip) S 35144 35147 34840 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 3 0 5395540 258465792 43580 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
Current children cumulated CPU time: 534.89 s
Current children cumulated vsize: 252408 KiB
Current children cumulated memory: 174320 KiB

[startup+537.6 s]
/proc/loadavg: 1.17 2.15 2.89 2/224 35341
/proc/meminfo: memFree=128927256/131655788 swapFree=131071728/131071996
[pid=35147] ppid=35144 vsize=252408 memory=174320 CPUtime=535.68 cores=4,6
/proc/35147/stat : 35147 (fscip) S 35144 35147 34840 0 -1 1077936128 335213 0 0 0 53425 143 0 0 20 0 3 0 5395459 258465792 43580 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
/proc/35147/statm: 63102 43580 3014 3035 0 46354 0
[pid=35147/tid=35149] ppid=35144 vsize=252408 memory=174180 CPUtime=534.83 cores=4,6
/proc/35147/task/35149/stat : 35149 (fscip) R 35144 35147 34840 0 -1 4194368 327511 0 0 0 53343 140 0 0 20 0 3 0 5395538 258465792 43580 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
[pid=35147/tid=35150] ppid=35144 vsize=252408 memory=16320 CPUtime=0 cores=4,6
/proc/35147/task/35150/stat : 35150 (fscip) S 35144 35147 34840 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 3 0 5395540 258465792 43580 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
Current children cumulated CPU time: 535.68 s
Current children cumulated vsize: 252408 KiB
Current children cumulated memory: 174320 KiB

[startup+537.8 s]
/proc/loadavg: 1.17 2.15 2.89 2/224 35341
/proc/meminfo: memFree=128927256/131655788 swapFree=131071728/131071996
[pid=35147] ppid=35144 vsize=252408 memory=174320 CPUtime=535.88 cores=4,6
/proc/35147/stat : 35147 (fscip) S 35144 35147 34840 0 -1 1077936128 335215 0 0 0 53445 143 0 0 20 0 3 0 5395459 258465792 43580 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
/proc/35147/statm: 63102 43580 3014 3035 0 46354 0
[pid=35147/tid=35149] ppid=35144 vsize=252408 memory=5496 CPUtime=535.03 cores=4,6
/proc/35147/task/35149/stat : 35149 (fscip) R 35144 35147 34840 0 -1 4194368 327513 0 0 0 53363 140 0 0 20 0 3 0 5395538 258465792 43580 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
[pid=35147/tid=35150] ppid=35144 vsize=252408 memory=12856 CPUtime=0 cores=4,6
/proc/35147/task/35150/stat : 35150 (fscip) S 35144 35147 34840 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 3 0 5395540 258465792 43580 134679101440 4194304 16623229 140732461336752 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 56430592 140732461343764 140732461343880 140732461343880 140732461350896 0
Current children cumulated CPU time: 535.88 s
Current children cumulated vsize: 252408 KiB
Current children cumulated memory: 174320 KiB

Child status: 0

Real time (s): 537.905
CPU time (s): 536.002
CPU user time (s): 534.558
CPU system time (s): 1.44392
CPU usage (%): 99.6464
Max. virtual memory (cumulated for all children) (KiB): 252408
Max. memory (cumulated for all children) (KiB): 174320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 534.558
system time used= 1.44392
maximum resident set size= 174320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 336415
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= 1689
involuntary context switches= 499


# summary of solver processes directly reported to runsolver:
#   pid: 35147
#   total CPU time (s): 536.002
#   total CPU user time (s): 534.558
#   total CPU system time (s): 1.44392

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.62381 second user time and 5.4198 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-31 03:44:11
IDJOB=4464942
IDBENCH=144126
IDSOLVER=3093
FILE ID=nodeC011/4464942-1722390251
RUNJOBID= nodeC011-1722389801-34851
SLURM_JOB_ID= 8249866
Free space on /tmp= 723700 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/coloring/normalized-myciel5g-5_wcsp.wbo
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4464942-1722390251/watcher-4464942-1722390251 -o /tmp/evaluation-result-4464942-1722390251/solver-4464942-1722390251 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1722389801-34851 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464942-1722390251.wbo -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 3494b890a231ad778a05b94b9d7caa9e
RANDOM SEED=1080774373

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127807984 kB
MemAvailable:   128831764 kB
Buffers:          108764 kB
Cached:          1758476 kB
SwapCached:           12 kB
Active:           277316 kB
Inactive:        3135528 kB
Active(anon):       1928 kB
Inactive(anon):  1573160 kB
Active(file):     275388 kB
Inactive(file):  1562368 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071728 kB
Dirty:             28712 kB
Writeback:            56 kB
AnonPages:       1540864 kB
Mapped:           132048 kB
Shmem:             29468 kB
KReclaimable:      52444 kB
Slab:             129204 kB
SReclaimable:      52444 kB
SUnreclaim:        76760 kB
KernelStack:        3984 kB
PageTables:        12328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1014388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             7040 kB
HardwareCorrupted:     0 kB
AnonHugePages:    733184 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:      156488 kB
DirectMap2M:     9185280 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 723756 MiB
End job on nodeC011 at 2024-07-31 03:53:09