Trace number 4465078

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 425.419 427.075

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900547389--soft-0-100-0.wbo
MD5SUM9db53b9de24bf429e61c95cb9f7b1f1e
Bench CategorySOFT-LIN (WBO, only soft 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 benchmark35.2342
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136614
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136613
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 721
Number of bits of the biggest sum of numbers10
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.02	c Default LC presolving (default).
0.00/0.02	c ** Before presolving: virtualMemUsedAtLc = 35749888, getVmSize() = 35749888, SCIPgetMemUsed() = 10377933, SCIPgetMemTotal() = 13642749, SCIPgetMemExternEstim() = 7879036
0.00/0.02	c ** set memory limit for presolving in LC to 8.79608e+12 for SCIP **
1.58/1.68	c ** Estimated virtualMemUsedAtSolver = 41992722, getVmSize() = 79179776, SCIPgetMemUsed() = 39418336, SCIPgetMemTotal() = 55110048, SCIPgetMemExternEstim() = 7879036
1.58/1.68	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
1.58/1.68	c Original Problem   :
1.58/1.68	c   Problem name     : instance-4465078-1722389416
1.58/1.68	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
1.58/1.68	c   Constraints      : 5415
1.58/1.68	c   Objective sense  : minimize
1.58/1.68	c Presolved Problem  :
1.58/1.68	c   Variables        : 2961 (2938 binary, 0 integer, 23 implicit integer, 0 continuous)
1.58/1.68	c   Constraints      : 2742
1.58/1.68	c Constraints        : Number
1.58/1.68	c   setppc           : 3 
1.58/1.68	c   linear           : 2707 
1.58/1.68	c   indicator        : 32 
1.58/1.68	c ** Instance transfer method used: 0
1.58/1.68	c ** ParaScipInstance copy does not increase the number of variables. **
1.58/1.69	c LC is working with racing ramp-up and with rebuilding tree after racing.
1.58/1.69	c                                Nodes    Active                                            
1.58/1.69	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
1.58/1.70	c *       2              0           1         1      136556.0000                -          -
1.69/1.74	c *       2              0           1         1       90545.0000                -          -
1.69/1.74	c *       2              0           1         1        1138.0000                -          -
3.67/3.73	c *       4              0           1         1         548.0000                -          -
3.67/3.77	c *       4              0           1         1         332.0000                -          -
3.67/3.78	c *       4              0           1         1         245.0000                -          -
5.05/5.19	c         5              5           4         1         245.0000           0.0000          -
5.64/5.75	c *       6              5           4         1          73.0000           0.0000          -
6.93/7.05	c *       7             13          10         1          67.0000           0.0000          -
10.51/10.67	c *      11             27          17         1          61.0000           0.0000          -
10.51/10.67	c        11             27          17         1          61.0000           0.0000          -
10.92/11.05	c *      11             27          17         1          44.0000           0.0000          -
16.20/16.34	c        16             91          39         1          44.0000           0.0000          -
17.59/17.77	c *      18            104          46         1          18.0000           0.0000          -
17.59/17.78	c *      18            104          46         1          16.0000           0.0000          -
18.29/18.45	c *      18            104          46         1           9.0000           0.0000          -
21.68/21.88	c        22            473         100         1           9.0000           0.0000          -
27.37/27.51	c        28            917         144         1           9.0000           0.0000          -
32.36/32.58	c        33           1586         246         1           9.0000           0.0000          -
37.94/38.15	c        38           2574         211         1           9.0000           0.0000          -
43.02/43.20	c        43           4724         547         1           9.0000           0.0000          -
48.00/48.28	c        48           5881         886         1           9.0000           0.0000          -
53.28/53.53	c        54           7228        1135         1           9.0000           0.0000          -
58.46/58.77	c        59           8405        1367         1           9.0000           0.0000          -
63.74/64.01	c        64           9585        1609         1           9.0000           0.0000          -
68.73/69.07	c        69          10763        1788         1           9.0000           0.0000          -
73.80/74.12	c        74          12254        2234         1           9.0000           0.0000          -
76.90/77.29	c *      77          12699        2341         1           4.0000           0.0000          -
78.88/79.27	c        79          13083        1560         1           4.0000           0.0000          -
84.17/84.51	c        85          14365        1676         1           4.0000           0.0000          -
89.25/89.64	c        90          15963        1807         1           4.0000           0.0000          -
94.43/94.82	c        95          17387        1909         1           4.0000           0.0000          -
99.51/99.95	c       100          19017        2069         1           4.0000           0.0000          -
104.60/105.00	c       105          20937        2234         1           4.0000           0.0000          -
109.67/110.13	c       110          22330        2347         1           4.0000           0.0000          -
114.76/115.24	c       115          23738        2442         1           4.0000           0.0000          -
119.75/120.28	c       120          26066        2540         1           4.0000           0.0000          -
121.14/121.66	c *     122          26366        2543         1           3.0000           0.0000          -
124.83/125.33	c       125          28546        2217         1           3.0000           0.0000          -
130.02/130.59	c       131          30737        2250         1           3.0000           0.0000          -
135.10/135.67	c       136          33712        2291         1           3.0000           0.0000          -
140.18/140.74	c       141          36014        2316         1           3.0000           0.0000          -
145.17/145.79	c       146          38990        2319         1           3.0000           0.0000          -
150.25/150.88	c       151          42126        2374         1           3.0000           0.0000          -
155.34/155.94	c       156          44874        2523         1           3.0000           0.0000          -
160.32/160.99	c       161          47290        2600         1           3.0000           0.0000          -
165.41/166.04	c       166          49899        2635         1           3.0000           0.0000          -
170.39/171.09	c       171          52659        2692         1           3.0000           0.0000          -
176.07/176.75	c       177          54378        2731         1           3.0000           0.0000          -
181.15/181.82	c       182          56297        2785         1           3.0000           0.0000          -
186.14/186.87	c       187          58919        2882         1           3.0000           0.0000          -
191.22/191.93	c       192          61463        2978         1           3.0000           0.0000          -
196.31/197.03	c       197          63620        3054         1           3.0000           0.0000          -
201.40/202.12	c       202          65818        3160         1           3.0000           0.0000          -
206.38/207.17	c       207          67717        3218         1           3.0000           0.0000          -
211.66/212.40	c       212          70112        3295         1           3.0000           0.0000          -
216.65/217.47	c       217          72245        3384         1           3.0000           0.0000          -
221.73/222.51	c       223          75356        3562         1           3.0000           0.0000          -
226.71/227.56	c       228          78398        3694         1           3.0000           0.0000          -
231.78/232.65	c       233          81529        3764         1           3.0000           0.0000          -
236.96/237.84	c       238          84264        3897         1           3.0000           0.0000          -
241.94/242.89	c       243          87252        4037         1           3.0000           0.0000          -
247.03/247.94	c       248          89728        4155         1           3.0000           0.0000          -
252.01/252.99	c       253          92839        4147         1           3.0000           0.0000          -
257.09/258.04	c       258          95403        4176         1           3.0000           0.0000          -
262.08/263.10	c       263          98668        4278         1           3.0000           0.0000          -
264.65/265.66	c *     266         100095        4328         1           1.0000           0.0000          -
267.15/268.15	c       268         102330         231         1           1.0000           0.0000          -
272.73/273.77	c       274         105578         201         1           1.0000           0.0000          -
277.80/278.81	c       279         106758         200         1           1.0000           0.0000          -
282.78/283.86	c       284         110305         189         1           1.0000           0.0000          -
287.86/288.92	c       289         113770         170         1           1.0000           0.0000          -
292.84/293.98	c       294         116314         236         1           1.0000           0.0000          -
297.92/299.06	c       299         118530         360         1           1.0000           0.0000          -
303.01/304.13	c       304         120245         416         1           1.0000           0.0000          -
308.07/309.29	c       309         121773         442         1           1.0000           0.0000          -
313.24/314.40	c       314         123352         435         1           1.0000           0.0000          -
318.21/319.46	c       319         124871         405         1           1.0000           0.0000          -
323.28/324.52	c       325         126998         444         1           1.0000           0.0000          -
328.26/329.57	c       330         129444         424         1           1.0000           0.0000          -
333.42/334.72	c       335         131522         416         1           1.0000           0.0000          -
338.39/339.77	c       340         133683         373         1           1.0000           0.0000          -
343.46/344.82	c       345         136327         360         1           1.0000           0.0000          -
348.43/349.87	c       350         138513         320         1           1.0000           0.0000          -
353.52/354.96	c       355         141242         323         1           1.0000           0.0000          -
358.61/360.01	c       360         144433         266         1           1.0000           0.0000          -
363.58/365.07	c       365         147241         249         1           1.0000           0.0000          -
368.66/370.12	c       370         150068         209         1           1.0000           0.0000          -
373.62/375.19	c       375         151945         210         1           1.0000           0.0000          -
378.70/380.24	c       380         154554         152         1           1.0000           0.0000          -
383.77/385.32	c       385         157282         163         1           1.0000           0.0000          -
388.76/390.37	c       390         160925         229         1           1.0000           0.0000          -
393.84/395.45	c       395         164278         164         1           1.0000           0.0000          -
398.92/400.50	c       401         166971         148         1           1.0000           0.0000          -
403.91/405.56	c       406         169368         169         1           1.0000           0.0000          -
408.99/410.61	c       411         173027         109         1           1.0000           0.0000          -
413.98/415.66	c       416         176260          21         1           1.0000           0.0000          -
419.06/420.71	c       421         179244         139         1           1.0000           0.0000          -
424.04/425.78	c       426         182258          44         1           1.0000           0.0000          -
425.34/427.02	c       427         183137           0         0           1.0000           1.0000      0.00%
425.34/427.06	c       427         183137           0         0           1.0000           1.0000          -
425.34/427.06	c SCIP Status        : c problem is solved
425.34/427.06	c Total Time         : 427.0500
425.34/427.06	c   solving          : 427.0500
425.34/427.06	c   presolving       : 1.6614 (included in solving)
425.34/427.06	c B&B Tree           :
425.34/427.06	c   nodes (total)    : 183137
425.34/427.06	c Solution           :
425.34/427.06	c   Solutions found  : 17
425.34/427.06	c   Primal Bound     : +1.00000000000000e+00
425.34/427.06	c   Dual Bound       : +1.00000000000000e+00
425.34/427.06	c Gap                : 0.00000 %
425.34/427.07	o 1
425.34/427.07	s OPTIMUM FOUND
425.34/427.07	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
425.34/427.07	v -x209 -x208 x207 -x206 -x205 -x204 -x203 -x202 -x201 x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 x189 
425.34/427.07	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 x174 -x173 -x172 -x171 -x170 -x169 -x168 
425.34/427.07	v x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
425.34/427.07	v -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
425.34/427.07	v -x125 -x124 -x123 x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 
425.34/427.07	v -x103 -x102 -x101 -x100 -x99 x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
425.34/427.07	v -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 -x54 
425.34/427.07	v -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 
425.34/427.07	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 
425.34/427.07	v -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: 63968 MiB (63044 MiB free)
  memory of node 1: 64473 MiB (63408 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4465078-1722389416/watcher-4465078-1722389416 -o /tmp/evaluation-result-4465078-1722389416/solver-4465078-1722389416 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1722389405-35193 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465078-1722389416.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=35995, runsolver pid=35992
Current StackSize limit: 8192 KiB


[startup+0.100088 s]*
/proc/loadavg: 3.80 4.09 4.13 4/258 36013
/proc/meminfo: memFree=129484144/131524600 swapFree=131071996/131071996
[pid=35995] ppid=35992 vsize=50336 memory=39048 CPUtime=0.09 cores=4,6
/proc/35995/stat : 35995 (fscip) R 35992 35995 35128 0 -1 4194304 7373 0 0 0 9 0 0 0 20 0 1 0 5543586 51544064 9762 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
/proc/35995/statm: 12584 9762 2630 3035 0 8980 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 50336 KiB
Current children cumulated memory: 39048 KiB

[startup+0.205793 s]*
/proc/loadavg: 3.80 4.09 4.13 5/261 36022
/proc/meminfo: memFree=129446364/131524600 swapFree=131071996/131071996
[pid=35995] ppid=35992 vsize=50832 memory=39312 CPUtime=0.2 cores=4,6
/proc/35995/stat : 35995 (fscip) R 35992 35995 35128 0 -1 4194304 7469 0 0 0 20 0 0 0 20 0 1 0 5543586 52051968 9828 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
/proc/35995/statm: 12708 9828 2630 3035 0 9104 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 50832 KiB
Current children cumulated memory: 39312 KiB

[startup+0.305807 s]*
/proc/loadavg: 3.81 4.09 4.13 5/264 36028
/proc/meminfo: memFree=129421224/131524600 swapFree=131071996/131071996
[pid=35995] ppid=35992 vsize=50832 memory=39312 CPUtime=0.3 cores=4,6
/proc/35995/stat : 35995 (fscip) R 35992 35995 35128 0 -1 4194304 7469 0 0 0 30 0 0 0 20 0 1 0 5543586 52051968 9828 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
/proc/35995/statm: 12708 9828 2630 3035 0 9104 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 50832 KiB
Current children cumulated memory: 39312 KiB

[startup+0.700214 s]
/proc/loadavg: 3.81 4.09 4.13 5/264 36028
/proc/meminfo: memFree=129415932/131524600 swapFree=131071996/131071996
[pid=35995] ppid=35992 vsize=52376 memory=40896 CPUtime=0.69 cores=4,6
/proc/35995/stat : 35995 (fscip) R 35992 35995 35128 0 -1 4194304 7853 0 0 0 69 0 0 0 20 0 1 0 5543586 53633024 10224 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
/proc/35995/statm: 13094 10224 2630 3035 0 9490 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 52376 KiB
Current children cumulated memory: 40896 KiB

[startup+1.50017 s]
/proc/loadavg: 3.81 4.09 4.13 5/264 36028
/proc/meminfo: memFree=129407372/131524600 swapFree=131071996/131071996
[pid=35995] ppid=35992 vsize=53404 memory=41952 CPUtime=1.48 cores=4,6
/proc/35995/stat : 35995 (fscip) R 35992 35995 35128 0 -1 4194304 8114 0 0 0 148 0 0 0 20 0 1 0 5543586 54685696 10488 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
/proc/35995/statm: 13351 10488 2630 3035 0 9747 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 53404 KiB
Current children cumulated memory: 41952 KiB

[startup+3.10628 s]
/proc/loadavg: 3.81 4.09 4.13 5/270 36034
/proc/meminfo: memFree=129200020/131524600 swapFree=131071996/131071996
[pid=35995] ppid=35992 vsize=168788 memory=107016 CPUtime=3.07 cores=4,6
/proc/35995/stat : 35995 (fscip) S 35992 35995 35128 0 -1 1077936128 29522 0 0 0 304 3 0 0 20 0 3 0 5543586 172838912 26754 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
/proc/35995/statm: 42197 26754 2870 3035 0 33446 0
[pid=35995/tid=36031] ppid=35992 vsize=168788 memory=85016 CPUtime=1.39 cores=4,6
/proc/35995/task/36031/stat : 36031 (fscip) R 35992 35995 35128 0 -1 4194368 16046 0 0 0 137 2 0 0 20 0 3 0 5543754 172838912 26754 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
[pid=35995/tid=36032] ppid=35992 vsize=168788 memory=198340509722 CPUtime=0 cores=4,6
/proc/35995/task/36032/stat : 36032 (fscip) S 35992 35995 35128 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5543755 172838912 26754 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 168788 KiB
Current children cumulated memory: 107016 KiB

[startup+6.30028 s]
/proc/loadavg: 3.83 4.09 4.13 5/270 36035
/proc/meminfo: memFree=129064132/131524600 swapFree=131071996/131071996
[pid=35995] ppid=35992 vsize=171860 memory=128732 CPUtime=6.24 cores=4,6
/proc/35995/stat : 35995 (fscip) S 35992 35995 35128 0 -1 1077936128 37974 0 0 0 619 5 0 0 20 0 3 0 5543586 175984640 32183 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
/proc/35995/statm: 42965 32183 3014 3035 0 39233 0
[pid=35995/tid=36031] ppid=35992 vsize=171860 memory=12916 CPUtime=4.55 cores=4,6
/proc/35995/task/36031/stat : 36031 (fscip) R 35992 35995 35128 0 -1 4194368 23884 0 0 0 452 3 0 0 20 0 3 0 5543754 175984640 32183 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
[pid=35995/tid=36032] ppid=35992 vsize=171860 memory=12192 CPUtime=0 cores=4,6
/proc/35995/task/36032/stat : 36032 (fscip) S 35992 35995 35128 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 3 0 5543755 175984640 32183 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 171860 KiB
Current children cumulated memory: 128732 KiB

[startup+12.7002 s]
/proc/loadavg: 3.84 4.09 4.13 5/270 36035
/proc/meminfo: memFree=128955904/131524600 swapFree=131071996/131071996
[pid=35995] ppid=35992 vsize=237396 memory=178084 CPUtime=12.6 cores=4,6
/proc/35995/stat : 35995 (fscip) S 35992 35995 35128 0 -1 1077936128 80432 0 0 0 1252 8 0 0 20 0 3 0 5543586 243093504 44521 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
/proc/35995/statm: 59349 44521 3014 3035 0 51779 0
[pid=35995/tid=36031] ppid=35992 vsize=237396 memory=177728 CPUtime=10.92 cores=4,6
/proc/35995/task/36031/stat : 36031 (fscip) R 35992 35995 35128 0 -1 4194368 65296 0 0 0 1085 7 0 0 20 0 3 0 5543754 243093504 44521 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
[pid=35995/tid=36032] ppid=35992 vsize=237396 memory=178076 CPUtime=0 cores=4,6
/proc/35995/task/36032/stat : 36032 (fscip) S 35992 35995 35128 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 3 0 5543755 243093504 44521 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 237396 KiB
Current children cumulated memory: 178084 KiB

[startup+25.5003 s]
/proc/loadavg: 3.94 4.10 4.13 5/269 36038
/proc/meminfo: memFree=128926620/131524600 swapFree=131071996/131071996
[pid=35995] ppid=35992 vsize=237396 memory=178328 CPUtime=25.37 cores=4,6
/proc/35995/stat : 35995 (fscip) S 35992 35995 35128 0 -1 1077936128 111671 0 0 0 2526 11 0 0 20 0 3 0 5543586 243093504 44582 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
/proc/35995/statm: 59349 44582 3014 3035 0 51779 0
[pid=35995/tid=36031] ppid=35992 vsize=237396 memory=11556 CPUtime=23.68 cores=4,6
/proc/35995/task/36031/stat : 36031 (fscip) R 35992 35995 35128 0 -1 4194368 95972 0 0 0 2358 10 0 0 20 0 3 0 5543754 243093504 44582 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
[pid=35995/tid=36032] ppid=35992 vsize=237396 memory=128944 CPUtime=0 cores=4,6
/proc/35995/task/36032/stat : 36032 (fscip) S 35992 35995 35128 0 -1 1077936192 12 0 0 0 0 0 0 0 20 0 3 0 5543755 243093504 44582 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 237396 KiB
Current children cumulated memory: 178328 KiB

[startup+51.106 s]
/proc/loadavg: 3.96 4.09 4.13 5/269 36041
/proc/meminfo: memFree=128762516/131524600 swapFree=131071996/131071996
[pid=35995] ppid=35992 vsize=302932 memory=215132 CPUtime=50.89 cores=4,6
/proc/35995/stat : 35995 (fscip) S 35992 35995 35128 0 -1 1077936128 197692 0 0 0 5071 18 0 0 20 0 3 0 5543586 310202368 53783 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
/proc/35995/statm: 75733 53783 3318 3035 0 60181 0
[pid=35995/tid=36031] ppid=35992 vsize=302932 memory=0 CPUtime=49.2 cores=4,6
/proc/35995/task/36031/stat : 36031 (fscip) R 35992 35995 35128 0 -1 4194368 181895 0 0 0 4903 17 0 0 20 0 3 0 5543754 310202368 53783 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
[pid=35995/tid=36032] ppid=35992 vsize=302932 memory=107272 CPUtime=0 cores=4,6
/proc/35995/task/36032/stat : 36032 (fscip) S 35992 35995 35128 0 -1 1077936192 20 0 0 0 0 0 0 0 20 0 3 0 5543755 310202368 53783 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 302932 KiB
Current children cumulated memory: 215132 KiB

[startup+102.3 s]
/proc/loadavg: 4.02 4.09 4.12 5/269 36050
/proc/meminfo: memFree=128664988/131524600 swapFree=131071996/131071996
[pid=35995] ppid=35992 vsize=317508 memory=269352 CPUtime=101.9 cores=4,6
/proc/35995/stat : 35995 (fscip) S 35992 35995 35128 0 -1 1077936128 266784 0 0 0 10164 26 0 0 20 0 3 0 5543586 325128192 67338 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
/proc/35995/statm: 79377 67338 3318 3035 0 74374 0
[pid=35995/tid=36031] ppid=35992 vsize=317508 memory=11556 CPUtime=100.21 cores=4,6
/proc/35995/task/36031/stat : 36031 (fscip) R 35992 35995 35128 0 -1 4194368 250477 0 0 0 9996 25 0 0 20 0 3 0 5543754 325128192 67338 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
[pid=35995/tid=36032] ppid=35992 vsize=317508 memory=5456 CPUtime=0 cores=4,6
/proc/35995/task/36032/stat : 36032 (fscip) S 35992 35995 35128 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 3 0 5543755 325128192 67338 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
Current children cumulated CPU time: 101.9 s
Current children cumulated vsize: 317508 KiB
Current children cumulated memory: 269352 KiB

[startup+162.3 s]
/proc/loadavg: 4.19 4.13 4.14 5/269 36061
/proc/meminfo: memFree=128594488/131524600 swapFree=131071996/131071996
[pid=35995] ppid=35992 vsize=340260 memory=288060 CPUtime=161.72 cores=4,6
/proc/35995/stat : 35995 (fscip) S 35992 35995 35128 0 -1 1077936128 327221 0 0 0 16135 37 0 0 20 0 3 0 5543586 348426240 72015 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
/proc/35995/statm: 85065 72015 3318 3035 0 80062 0
[pid=35995/tid=36031] ppid=35992 vsize=340260 memory=1944 CPUtime=160.01 cores=4,6
/proc/35995/task/36031/stat : 36031 (fscip) R 35992 35995 35128 0 -1 4194368 310427 0 0 0 15966 35 0 0 20 0 3 0 5543754 348426240 72015 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
[pid=35995/tid=36032] ppid=35992 vsize=340260 memory=287040 CPUtime=0 cores=4,6
/proc/35995/task/36032/stat : 36032 (fscip) S 35992 35995 35128 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 3 0 5543755 348426240 72015 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
Current children cumulated CPU time: 161.72 s
Current children cumulated vsize: 340260 KiB
Current children cumulated memory: 288060 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.12 4.13 5/267 36071
/proc/meminfo: memFree=128548536/131524600 swapFree=131071996/131071996
[pid=35995] ppid=35992 vsize=347724 memory=298972 CPUtime=221.53 cores=4,6
/proc/35995/stat : 35995 (fscip) S 35992 35995 35128 0 -1 1077936128 365451 0 0 0 22107 46 0 0 20 0 3 0 5543586 356069376 74743 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
/proc/35995/statm: 86931 74743 3318 3035 0 81928 0
[pid=35995/tid=36031] ppid=35992 vsize=347724 memory=291732 CPUtime=219.82 cores=4,6
/proc/35995/task/36031/stat : 36031 (fscip) R 35992 35995 35128 0 -1 4194368 348628 0 0 0 21938 44 0 0 20 0 3 0 5543754 356069376 74743 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
[pid=35995/tid=36032] ppid=35992 vsize=347724 memory=296884 CPUtime=0 cores=4,6
/proc/35995/task/36032/stat : 36032 (fscip) S 35992 35995 35128 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 3 0 5543755 356069376 74743 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
Current children cumulated CPU time: 221.53 s
Current children cumulated vsize: 347724 KiB
Current children cumulated memory: 298972 KiB

[startup+282.3 s]
/proc/loadavg: 4.20 4.14 4.14 5/268 36084
/proc/meminfo: memFree=128486124/131524600 swapFree=131071996/131071996
[pid=35995] ppid=35992 vsize=356684 memory=307328 CPUtime=281.28 cores=4,6
/proc/35995/stat : 35995 (fscip) S 35992 35995 35128 0 -1 1077936128 410078 0 0 0 28072 56 0 0 20 0 3 0 5543586 365244416 76832 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
/proc/35995/statm: 89171 76832 3318 3035 0 84781 0
[pid=35995/tid=36031] ppid=35992 vsize=356684 memory=300956 CPUtime=279.58 cores=4,6
/proc/35995/task/36031/stat : 36031 (fscip) R 35992 35995 35128 0 -1 4194368 392788 0 0 0 27903 55 0 0 20 0 3 0 5543754 365244416 76832 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
[pid=35995/tid=36032] ppid=35992 vsize=356684 memory=307328 CPUtime=0 cores=4,6
/proc/35995/task/36032/stat : 36032 (fscip) S 35992 35995 35128 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 3 0 5543755 365244416 76832 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
Current children cumulated CPU time: 281.28 s
Current children cumulated vsize: 356684 KiB
Current children cumulated memory: 307328 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 4.13 4.13 5/264 36143
/proc/meminfo: memFree=128191452/131524600 swapFree=131071996/131071996
[pid=35995] ppid=35992 vsize=356684 memory=313152 CPUtime=340.98 cores=4,6
/proc/35995/stat : 35995 (fscip) S 35992 35995 35128 0 -1 1077936128 441633 0 0 0 34029 69 0 0 20 0 3 0 5543586 365244416 78288 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
/proc/35995/statm: 89171 78288 3318 3035 0 84781 0
[pid=35995/tid=36031] ppid=35992 vsize=356684 memory=300956 CPUtime=339.26 cores=4,6
/proc/35995/task/36031/stat : 36031 (fscip) R 35992 35995 35128 0 -1 4194368 424316 0 0 0 33859 67 0 0 20 0 3 0 5543754 365244416 78288 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
[pid=35995/tid=36032] ppid=35992 vsize=356684 memory=312884 CPUtime=0 cores=4,6
/proc/35995/task/36032/stat : 36032 (fscip) S 35992 35995 35128 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 5543755 365244416 78288 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
Current children cumulated CPU time: 340.98 s
Current children cumulated vsize: 356684 KiB
Current children cumulated memory: 313152 KiB

[startup+402.3 s]
/proc/loadavg: 4.19 4.13 4.13 5/264 36778
/proc/meminfo: memFree=128138896/131524600 swapFree=131071996/131071996
[pid=35995] ppid=35992 vsize=371628 memory=326072 CPUtime=400.72 cores=4,6
/proc/35995/stat : 35995 (fscip) S 35992 35995 35128 0 -1 1077936128 466196 0 0 0 39992 80 0 0 20 0 3 0 5543586 380547072 81518 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
/proc/35995/statm: 92907 81518 3318 3035 0 88517 0
[pid=35995/tid=36031] ppid=35992 vsize=371628 memory=300956 CPUtime=399 cores=4,6
/proc/35995/task/36031/stat : 36031 (fscip) R 35992 35995 35128 0 -1 4194368 448866 0 0 0 39822 78 0 0 20 0 3 0 5543754 380547072 81518 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
[pid=35995/tid=36032] ppid=35992 vsize=371628 memory=312884 CPUtime=0 cores=4,6
/proc/35995/task/36032/stat : 36032 (fscip) S 35992 35995 35128 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 3 0 5543755 380547072 81518 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
Current children cumulated CPU time: 400.72 s
Current children cumulated vsize: 371628 KiB
Current children cumulated memory: 326072 KiB

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

# cumulated CPU time of all completed processes:  user=424.574 s, system=0.845593 s

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

[startup+409.6 s]
/proc/loadavg: 4.17 4.13 4.13 5/264 36780
/proc/meminfo: memFree=128112320/131524600 swapFree=131071996/131071996
[pid=35995] ppid=35992 vsize=380332 memory=328204 CPUtime=407.99 cores=4,6
/proc/35995/stat : 35995 (fscip) S 35992 35995 35128 0 -1 1077936128 466487 0 0 0 40718 81 0 0 20 0 3 0 5543586 389459968 82051 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
/proc/35995/statm: 95083 82051 3318 3035 0 90693 0
[pid=35995/tid=36031] ppid=35992 vsize=380332 memory=5456 CPUtime=406.27 cores=4,6
/proc/35995/task/36031/stat : 36031 (fscip) R 35992 35995 35128 0 -1 4194368 449157 0 0 0 40548 79 0 0 20 0 3 0 5543754 389459968 82051 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
[pid=35995/tid=36032] ppid=35992 vsize=380332 memory=1944 CPUtime=0 cores=4,6
/proc/35995/task/36032/stat : 36032 (fscip) S 35992 35995 35128 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 3 0 5543755 389459968 82051 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
Current children cumulated CPU time: 407.99 s
Current children cumulated vsize: 380332 KiB
Current children cumulated memory: 328204 KiB

[startup+416 s]*
/proc/loadavg: 4.15 4.13 4.13 5/264 36781
/proc/meminfo: memFree=128111472/131524600 swapFree=131071996/131071996
[pid=35995] ppid=35992 vsize=380332 memory=328204 CPUtime=414.38 cores=4,6
/proc/35995/stat : 35995 (fscip) S 35992 35995 35128 0 -1 1077936128 469739 0 0 0 41356 82 0 0 20 0 3 0 5543586 389459968 82051 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
/proc/35995/statm: 95083 82051 3318 3035 0 90693 0
[pid=35995/tid=36031] ppid=35992 vsize=380332 memory=328204 CPUtime=412.66 cores=4,6
/proc/35995/task/36031/stat : 36031 (fscip) R 35992 35995 35128 0 -1 4194368 452399 0 0 0 41186 80 0 0 20 0 3 0 5543754 389459968 82051 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
[pid=35995/tid=36032] ppid=35992 vsize=380332 memory=2660 CPUtime=0 cores=4,6
/proc/35995/task/36032/stat : 36032 (fscip) S 35992 35995 35128 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 3 0 5543755 389459968 82051 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
Current children cumulated CPU time: 414.38 s
Current children cumulated vsize: 380332 KiB
Current children cumulated memory: 328204 KiB

[startup+422.4 s]
/proc/loadavg: 4.13 4.12 4.13 5/264 36781
/proc/meminfo: memFree=128109576/131524600 swapFree=131071996/131071996
[pid=35995] ppid=35992 vsize=380332 memory=328748 CPUtime=420.75 cores=4,6
/proc/35995/stat : 35995 (fscip) S 35992 35995 35128 0 -1 1077936128 474073 0 0 0 41993 82 0 0 20 0 3 0 5543586 389459968 82187 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
/proc/35995/statm: 95083 82187 3318 3035 0 90693 0
[pid=35995/tid=36031] ppid=35992 vsize=380332 memory=323408 CPUtime=419.04 cores=4,6
/proc/35995/task/36031/stat : 36031 (fscip) R 35992 35995 35128 0 -1 4194368 456733 0 0 0 41823 81 0 0 20 0 3 0 5543754 389459968 82187 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
[pid=35995/tid=36032] ppid=35992 vsize=380332 memory=11556 CPUtime=0 cores=4,6
/proc/35995/task/36032/stat : 36032 (fscip) S 35992 35995 35128 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 3 0 5543755 389459968 82187 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
Current children cumulated CPU time: 420.75 s
Current children cumulated vsize: 380332 KiB
Current children cumulated memory: 328748 KiB

[startup+425.6 s]
/proc/loadavg: 4.13 4.12 4.13 5/264 36783
/proc/meminfo: memFree=128109192/131524600 swapFree=131071996/131071996
[pid=35995] ppid=35992 vsize=380332 memory=328748 CPUtime=423.94 cores=4,6
/proc/35995/stat : 35995 (fscip) S 35992 35995 35128 0 -1 1077936128 474077 0 0 0 42311 83 0 0 20 0 3 0 5543586 389459968 82187 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
/proc/35995/statm: 95083 82187 3318 3035 0 90693 0
[pid=35995/tid=36031] ppid=35992 vsize=380332 memory=328748 CPUtime=422.22 cores=4,6
/proc/35995/task/36031/stat : 36031 (fscip) R 35992 35995 35128 0 -1 4194368 456737 0 0 0 42141 81 0 0 20 0 3 0 5543754 389459968 82187 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
[pid=35995/tid=36032] ppid=35992 vsize=380332 memory=328748 CPUtime=0 cores=4,6
/proc/35995/task/36032/stat : 36032 (fscip) S 35992 35995 35128 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 3 0 5543755 389459968 82187 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
Current children cumulated CPU time: 423.94 s
Current children cumulated vsize: 380332 KiB
Current children cumulated memory: 328748 KiB

[startup+426.4 s]
/proc/loadavg: 4.12 4.12 4.13 5/264 36783
/proc/meminfo: memFree=128109192/131524600 swapFree=131071996/131071996
[pid=35995] ppid=35992 vsize=380332 memory=329376 CPUtime=424.74 cores=4,6
/proc/35995/stat : 35995 (fscip) S 35992 35995 35128 0 -1 1077936128 474092 0 0 0 42391 83 0 0 20 0 3 0 5543586 389459968 82344 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
/proc/35995/statm: 95083 82344 3318 3035 0 90693 0
[pid=35995/tid=36031] ppid=35992 vsize=380332 memory=328748 CPUtime=423.01 cores=4,6
/proc/35995/task/36031/stat : 36031 (fscip) R 35992 35995 35128 0 -1 4194368 456752 0 0 0 42220 81 0 0 20 0 3 0 5543754 389459968 82344 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
[pid=35995/tid=36032] ppid=35992 vsize=380332 memory=7235139838102824048 CPUtime=0 cores=4,6
/proc/35995/task/36032/stat : 36032 (fscip) S 35992 35995 35128 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 3 0 5543755 389459968 82344 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
Current children cumulated CPU time: 424.74 s
Current children cumulated vsize: 380332 KiB
Current children cumulated memory: 329376 KiB

[startup+426.8 s]
/proc/loadavg: 4.12 4.12 4.13 5/264 36783
/proc/meminfo: memFree=128109192/131524600 swapFree=131071996/131071996
[pid=35995] ppid=35992 vsize=380332 memory=329376 CPUtime=425.13 cores=4,6
/proc/35995/stat : 35995 (fscip) S 35992 35995 35128 0 -1 1077936128 474092 0 0 0 42430 83 0 0 20 0 3 0 5543586 389459968 82344 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
/proc/35995/statm: 95083 82344 3318 3035 0 90693 0
[pid=35995/tid=36031] ppid=35992 vsize=380332 memory=500 CPUtime=423.41 cores=4,6
/proc/35995/task/36031/stat : 36031 (fscip) R 35992 35995 35128 0 -1 4194368 456752 0 0 0 42260 81 0 0 20 0 3 0 5543754 389459968 82344 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
[pid=35995/tid=36032] ppid=35992 vsize=380332 memory=4360 CPUtime=0 cores=4,6
/proc/35995/task/36032/stat : 36032 (fscip) S 35992 35995 35128 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 3 0 5543755 389459968 82344 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
Current children cumulated CPU time: 425.13 s
Current children cumulated vsize: 380332 KiB
Current children cumulated memory: 329376 KiB

[startup+427 s]*
/proc/loadavg: 4.12 4.12 4.13 5/264 36783
/proc/meminfo: memFree=128108604/131524600 swapFree=131071996/131071996
[pid=35995] ppid=35992 vsize=380332 memory=329376 CPUtime=425.34 cores=4,6
/proc/35995/stat : 35995 (fscip) S 35992 35995 35128 0 -1 1077936128 474092 0 0 0 42451 83 0 0 20 0 3 0 5543586 389459968 82344 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
/proc/35995/statm: 95083 82344 3318 3035 0 90693 0
[pid=35995/tid=36031] ppid=35992 vsize=380332 memory=-7162530473964559994 CPUtime=423.62 cores=4,6
/proc/35995/task/36031/stat : 36031 (fscip) R 35992 35995 35128 0 -1 4194368 456752 0 0 0 42281 81 0 0 20 0 3 0 5543754 389459968 82344 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
[pid=35995/tid=36032] ppid=35992 vsize=380332 memory=0 CPUtime=0 cores=4,6
/proc/35995/task/36032/stat : 36032 (fscip) S 35992 35995 35128 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 3 0 5543755 389459968 82344 134679101440 4194304 16623229 140721433797872 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 50089984 140721433801748 140721433801864 140721433801864 140721433808880 0
Current children cumulated CPU time: 425.34 s
Current children cumulated vsize: 380332 KiB
Current children cumulated memory: 329376 KiB

Child status: 0

Real time (s): 427.075
CPU time (s): 425.419
CPU user time (s): 424.574
CPU system time (s): 0.845593
CPU usage (%): 99.6123
Max. virtual memory (cumulated for all children) (KiB): 380332
Max. memory (cumulated for all children) (KiB): 329376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 424.574
system time used= 0.845593
maximum resident set size= 329392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 482714
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= 1353
involuntary context switches= 433


# summary of solver processes directly reported to runsolver:
#   pid: 35995
#   total CPU time (s): 425.419
#   total CPU user time (s): 424.574
#   total CPU system time (s): 0.845593

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.740173 second user time and 2.24185 second system time

The end

Launcher Data

Begin job on nodeC032 at 2024-07-31 03:30:16
IDJOB=4465078
IDBENCH=143215
IDSOLVER=3093
FILE ID=nodeC032/4465078-1722389416
RUNJOBID= nodeC032-1722389405-35193
SLURM_JOB_ID= 8249861
Free space on /tmp= 890000 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900547389--soft-0-100-0.wbo
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4465078-1722389416/watcher-4465078-1722389416 -o /tmp/evaluation-result-4465078-1722389416/solver-4465078-1722389416 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1722389405-35193 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465078-1722389416.wbo -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 9db53b9de24bf429e61c95cb9f7b1f1e
RANDOM SEED=317774511

nodeC032.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		: 3669.041
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.77
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		: 3660.195
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.64
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		: 3655.497
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.77
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		: 3665.230
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.64
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		: 3656.317
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.77
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		: 3600.741
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.64
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		: 3668.129
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.77
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		: 3675.869
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.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        129488352 kB
MemAvailable:   129743676 kB
Buffers:          105304 kB
Cached:           986088 kB
SwapCached:            0 kB
Active:           289460 kB
Inactive:        1270044 kB
Active(anon):       1520 kB
Inactive(anon):   487916 kB
Active(file):     287940 kB
Inactive(file):   782128 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            114468 kB
Writeback:            12 kB
AnonPages:        468144 kB
Mapped:           110888 kB
Shmem:             21332 kB
KReclaimable:      50160 kB
Slab:             131704 kB
SReclaimable:      50160 kB
SUnreclaim:        81544 kB
KernelStack:        4192 kB
PageTables:        10196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     723532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            10048 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 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:      182996 kB
DirectMap2M:     7979008 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 889972 MiB
End job on nodeC032 at 2024-07-31 03:37:23