Trace number 4464864

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 479.869 481.515

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900670675--soft-33-100-0.wbo
MD5SUMd9ce9dadf7577308886436a03b54d963
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark16.4119
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 constraints1802
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 91108
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 91107
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
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.04	c Default LC presolving (default).
0.00/0.04	c ** Before presolving: virtualMemUsedAtLc = 33878016, getVmSize() = 33878016, SCIPgetMemUsed() = 8502824, SCIPgetMemTotal() = 11888920, SCIPgetMemExternEstim() = 6216959
0.00/0.04	c ** set memory limit for presolving in LC to 8.79608e+12 for SCIP **
1.48/1.57	c ** Estimated virtualMemUsedAtSolver = 32380245, getVmSize() = 63262720, SCIPgetMemUsed() = 28344414, SCIPgetMemTotal() = 39744510, SCIPgetMemExternEstim() = 6216959
1.48/1.57	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
1.48/1.57	c Original Problem   :
1.48/1.57	c   Problem name     : instance-4464864-1722389792
1.48/1.57	c   Variables        : 2033 (2033 binary, 0 integer, 0 implicit integer, 0 continuous)
1.48/1.57	c   Constraints      : 4510
1.48/1.57	c   Objective sense  : minimize
1.48/1.57	c Presolved Problem  :
1.48/1.57	c   Variables        : 2047 (2033 binary, 0 integer, 14 implicit integer, 0 continuous)
1.48/1.57	c   Constraints      : 2690
1.48/1.57	c Constraints        : Number
1.48/1.57	c   setppc           : 55 
1.48/1.57	c   linear           : 1803 
1.48/1.57	c   logicor          : 805 
1.48/1.57	c   indicator        : 27 
1.48/1.57	c ** Instance transfer method used: 0
1.48/1.58	c ** ParaScipInstance copy does not increase the number of variables. **
1.58/1.60	c LC is working with racing ramp-up and with rebuilding tree after racing.
1.58/1.60	c                                Nodes    Active                                            
1.58/1.60	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
1.69/1.70	c *       2              0           1         1       62236.0000                -          -
1.69/1.70	c *       2              0           1         1         643.0000                -          -
3.67/3.79	c *       4              0           1         1         224.0000                -          -
5.57/5.69	c         6              5           6         1         224.0000           0.0000          -
5.98/6.03	c *       6              5           6         1          50.0000           0.0000          -
6.08/6.15	c *       6              5           6         1          28.0000           0.0000          -
9.97/10.09	c *      10             35           8         1          27.0000           0.0000          -
10.56/10.64	c *      11             53          12         1          22.0000           0.0000          -
11.26/11.31	c        11             59          12         1          22.0000           0.0000          -
13.55/13.63	c *      14             77          14         1          15.0000           0.0000          -
14.96/15.04	c *      15             96          19         1          14.0000           0.0000          -
16.95/17.10	c        17            192          56         1          14.0000           0.0000          -
22.42/22.52	c        23            848         122         1          14.0000           0.0000          -
27.50/27.65	c        28           1517         329         1          14.0000           0.0000          -
29.20/29.31	c *      29           1558         346         1          12.0000           0.0000          -
33.00/33.18	c        33           2405         563         1          12.0000           0.0000          -
38.27/38.42	c        38           2930         136         1          12.0000           0.0000          -
41.47/41.63	c *      42           3637         334         1           5.0000           0.0000          -
43.36/43.55	c        44           4683         287         1           5.0000           0.0000          -
48.96/49.16	c        49           6479         416         1           5.0000           0.0000          -
54.53/54.71	c        55           8639         412         1           5.0000           0.0000          -
59.62/59.86	c        60          10953         546         1           5.0000           0.0000          -
64.69/64.99	c        65          12729         598         1           5.0000           0.0000          -
69.79/70.05	c        70          14385         599         1           5.0000           0.0000          -
75.26/75.57	c        76          16933         647         1           5.0000           0.0000          -
80.34/80.67	c        81          18855         739         1           5.0000           0.0000          -
85.43/85.76	c        86          21729         701         1           5.0000           0.0000          -
90.51/90.80	c        91          24325         628         1           5.0000           0.0000          -
95.70/96.04	c        96          26352         734         1           5.0000           0.0000          -
100.69/101.09	c       101          28468         766         1           5.0000           0.0000          -
105.77/106.15	c       106          30387         883         1           5.0000           0.0000          -
110.84/111.23	c       111          32835        1095         1           5.0000           0.0000          -
115.82/116.29	c       116          35296        1203         1           5.0000           0.0000          -
121.00/121.45	c       121          37636        1428         1           5.0000           0.0000          -
126.09/126.52	c       127          39711        1564         1           5.0000           0.0000          -
131.27/131.71	c       132          41931        1661         1           5.0000           0.0000          -
136.36/136.83	c       137          44424        1719         1           5.0000           0.0000          -
141.34/141.88	c       142          46587        1793         1           5.0000           0.0000          -
146.42/146.95	c       147          48770        1878         1           5.0000           0.0000          -
151.41/151.99	c       152          51055        1955         1           5.0000           0.0000          -
156.50/157.04	c       157          53083        2006         1           5.0000           0.0000          -
161.59/162.15	c       162          55052        2034         1           5.0000           0.0000          -
167.06/167.69	c       168          56606        2091         1           5.0000           0.0000          -
172.15/172.74	c       173          58680        2148         1           5.0000           0.0000          -
177.23/177.84	c       178          60743        2285         1           5.0000           0.0000          -
182.32/182.90	c       183          62795        2333         1           5.0000           0.0000          -
187.30/187.95	c       188          65249        2432         1           5.0000           0.0000          -
192.40/193.04	c       193          66823        2510         1           5.0000           0.0000          -
197.48/198.14	c       198          68860        2596         1           5.0000           0.0000          -
202.55/203.20	c       203          71076        2743         1           5.0000           0.0000          -
207.54/208.25	c       208          73418        2970         1           5.0000           0.0000          -
212.62/213.35	c       213          76018        3275         1           5.0000           0.0000          -
217.90/218.61	c       219          77719        3444         1           5.0000           0.0000          -
222.99/223.78	c       224          79246        3571         1           5.0000           0.0000          -
228.17/228.94	c       229          80468        3706         1           5.0000           0.0000          -
233.37/234.14	c       234          82052        3786         1           5.0000           0.0000          -
238.44/239.24	c       239          84157        4051         1           5.0000           0.0000          -
241.43/242.23	c *     242          84704        4126         1           2.0000           0.0000          -
243.53/244.39	c       244          85775        2263         1           2.0000           0.0000          -
248.61/249.47	c       249          87908        2326         1           2.0000           0.0000          -
253.69/254.51	c       255          90065        2380         1           2.0000           0.0000          -
258.67/259.57	c       260          92334        2415         1           2.0000           0.0000          -
263.76/264.69	c       265          94453        2467         1           2.0000           0.0000          -
268.85/269.77	c       270          96549        2470         1           2.0000           0.0000          -
273.93/274.82	c       275          98824        2562         1           2.0000           0.0000          -
279.01/279.93	c       280         100636        2574         1           2.0000           0.0000          -
284.11/285.06	c       285         102450        2601         1           2.0000           0.0000          -
289.19/290.14	c       290         104063        2620         1           2.0000           0.0000          -
294.27/295.20	c       295         105943        2642         1           2.0000           0.0000          -
300.05/301.04	c       301         106539        2641         1           2.0000           0.0000          -
305.15/306.14	c       306         108523        2640         1           2.0000           0.0000          -
310.22/311.22	c       311         110347        2680         1           2.0000           0.0000          -
315.30/316.33	c       316         112088        2684         1           2.0000           0.0000          -
320.28/321.39	c       321         114142        2625         1           2.0000           0.0000          -
325.37/326.48	c       326         116134        2677         1           2.0000           0.0000          -
330.45/331.59	c       332         117996        2656         1           2.0000           0.0000          -
335.63/336.72	c       337         119722        2639         1           2.0000           0.0000          -
340.71/341.80	c       342         121284        2631         1           2.0000           0.0000          -
345.69/346.86	c       347         123077        2604         1           2.0000           0.0000          -
350.76/351.95	c       352         125182        2646         1           2.0000           0.0000          -
355.74/357.01	c       357         127136        2734         1           2.0000           0.0000          -
360.84/362.09	c       362         129014        2742         1           2.0000           0.0000          -
365.91/367.16	c       367         131306        2732         1           2.0000           0.0000          -
370.99/372.24	c       372         133763        2680         1           2.0000           0.0000          -
376.06/377.31	c       377         135469        2706         1           2.0000           0.0000          -
381.05/382.36	c       382         137044        2729         1           2.0000           0.0000          -
386.12/387.49	c       387         138870        2711         1           2.0000           0.0000          -
391.20/392.59	c       393         141107        2716         1           2.0000           0.0000          -
396.28/397.68	c       398         143343        2633         1           2.0000           0.0000          -
401.36/402.73	c       403         146044        2553         1           2.0000           0.0000          -
406.43/407.81	c       408         148708        2397         1           2.0000           0.0000          -
411.42/412.87	c       413         151577        2351         1           2.0000           0.0000          -
416.50/417.92	c       418         154978        2448         1           2.0000           0.0000          -
421.47/422.97	c       423         158476        2469         1           2.0000           0.0000          -
426.56/428.06	c       428         161384        2396         1           2.0000           0.0000          -
431.54/433.10	c       433         164099        2284         1           2.0000           0.0000          -
436.82/438.32	c       438         167085        2255         1           2.0000           0.0000          -
441.80/443.37	c       443         170374        2380         1           2.0000           0.0000          -
446.88/448.42	c       448         173312        2327         1           2.0000           0.0000          -
451.97/453.54	c       454         175749        2318         1           2.0000           0.0000          -
456.95/458.58	c       459         178425        2402         1           2.0000           0.0000          -
462.13/463.76	c       464         180947        2251         1           2.0000           0.0000          -
467.22/468.82	c       469         183203        2166         1           2.0000           0.0000          -
472.19/473.85	c       474         185423        1767         1           2.0000           0.3077          -
477.16/478.89	c       479         187653        1063         1           2.0000           0.4112    386.40%
479.76/481.40	c       481         188990           0         0           2.0000           2.0000      0.00%
479.76/481.44	c       481         188990           0         0           2.0000           2.0000          -
479.76/481.44	c SCIP Status        : c problem is solved
479.76/481.44	c Total Time         : 481.4400
479.76/481.44	c   solving          : 481.4400
479.76/481.44	c   presolving       : 1.5350 (included in solving)
479.76/481.44	c B&B Tree           :
479.76/481.44	c   nodes (total)    : 188990
479.76/481.44	c Solution           :
479.76/481.44	c   Solutions found  : 12
479.76/481.44	c   Primal Bound     : +2.00000000000000e+00
479.76/481.44	c   Dual Bound       : +2.00000000000000e+00
479.76/481.44	c Gap                : 0.00000 %
479.76/481.47	o 2
479.76/481.47	s OPTIMUM FOUND
479.76/481.47	v -x231 -x230 -x229 -x228 x227 -x226 -x225 -x224 -x223 -x222 -x221 x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
479.76/481.47	v x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
479.76/481.47	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
479.76/481.47	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 x153 -x152 -x151 -x150 -x149 -x148 -x147 
479.76/481.47	v -x146 -x145 -x144 -x143 x142 -x141 -x140 -x139 -x138 -x137 -x136 x135 -x134 -x133 -x132 -x131 x130 -x129 -x128 -x127 -x126 
479.76/481.47	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
479.76/481.47	v -x104 -x103 -x102 x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 x80 
479.76/481.47	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 
479.76/481.47	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 
479.76/481.47	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 
479.76/481.47	v -x1 

Verifier Data

OK	2

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 (58553 MiB free)
  memory of node 1: 64473 MiB (56827 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4464864-1722389792/watcher-4464864-1722389792 -o /tmp/evaluation-result-4464864-1722389792/solver-4464864-1722389792 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1722389396-37261 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4464864-1722389792.wbo -qsol -t 3600 -sth 1 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.1001 s]*
/proc/loadavg: 4.15 4.16 4.17 5/251 37749
/proc/meminfo: memFree=118129640/131655788 swapFree=131071996/131071996
[pid=37748] ppid=37745 vsize=42276 memory=31124 CPUtime=0.1 cores=5,7
/proc/37748/stat : 37748 (fscip) R 37745 37748 37248 0 -1 4194304 5422 0 0 0 9 1 0 0 20 0 1 0 5575697 43290624 7781 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
/proc/37748/statm: 10569 7781 2630 3035 0 6965 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 42276 KiB
Current children cumulated memory: 31124 KiB

[startup+0.213374 s]*
/proc/loadavg: 4.15 4.16 4.17 5/251 37749
/proc/meminfo: memFree=118128800/131655788 swapFree=131071996/131071996
[pid=37748] ppid=37745 vsize=42708 memory=31748 CPUtime=0.22 cores=5,7
/proc/37748/stat : 37748 (fscip) R 37745 37748 37248 0 -1 4194304 5555 0 0 0 21 1 0 0 20 0 1 0 5575697 43732992 7937 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
/proc/37748/statm: 10677 7937 2662 3035 0 7073 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 42708 KiB
Current children cumulated memory: 31748 KiB

[startup+0.31329 s]*
/proc/loadavg: 4.15 4.16 4.17 5/251 37749
/proc/meminfo: memFree=118128688/131655788 swapFree=131071996/131071996
[pid=37748] ppid=37745 vsize=42964 memory=32012 CPUtime=0.32 cores=5,7
/proc/37748/stat : 37748 (fscip) R 37745 37748 37248 0 -1 4194304 5587 0 0 0 31 1 0 0 20 0 1 0 5575697 43995136 8003 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
/proc/37748/statm: 10741 8003 2662 3035 0 7137 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 42964 KiB
Current children cumulated memory: 32012 KiB

[startup+0.700321 s]
/proc/loadavg: 4.15 4.16 4.17 5/251 37749
/proc/meminfo: memFree=118128204/131655788 swapFree=131071996/131071996
[pid=37748] ppid=37745 vsize=43736 memory=32804 CPUtime=0.69 cores=5,7
/proc/37748/stat : 37748 (fscip) R 37745 37748 37248 0 -1 4194304 5796 0 0 0 68 1 0 0 20 0 1 0 5575697 44785664 8201 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
/proc/37748/statm: 10934 8201 2662 3035 0 7330 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 43736 KiB
Current children cumulated memory: 32804 KiB

[startup+1.50033 s]
/proc/loadavg: 4.15 4.16 4.17 5/251 37749
/proc/meminfo: memFree=118126752/131655788 swapFree=131071996/131071996
[pid=37748] ppid=37745 vsize=44764 memory=33860 CPUtime=1.48 cores=5,7
/proc/37748/stat : 37748 (fscip) R 37745 37748 37248 0 -1 4194304 6054 0 0 0 147 1 0 0 20 0 1 0 5575697 45838336 8465 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
/proc/37748/statm: 11191 8465 2662 3035 0 7587 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 44764 KiB
Current children cumulated memory: 33860 KiB

[startup+3.11324 s]
/proc/loadavg: 4.15 4.16 4.17 5/253 37751
/proc/meminfo: memFree=118071060/131655788 swapFree=131071996/131071996
[pid=37748] ppid=37745 vsize=152392 memory=91860 CPUtime=3.08 cores=5,7
/proc/37748/stat : 37748 (fscip) S 37745 37748 37248 0 -1 1077936128 24791 0 0 0 304 4 0 0 20 0 3 0 5575697 156049408 22965 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
/proc/37748/statm: 38098 22965 2870 3035 0 28622 0
[pid=37748/tid=37750] ppid=37745 vsize=152392 memory=198340509722 CPUtime=1.5 cores=5,7
/proc/37748/task/37750/stat : 37750 (fscip) R 37745 37748 37248 0 -1 4194368 14474 0 0 0 148 2 0 0 20 0 3 0 5575855 156049408 22965 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
[pid=37748/tid=37751] ppid=37745 vsize=152392 memory=0 CPUtime=0 cores=5,7
/proc/37748/task/37751/stat : 37751 (fscip) S 37745 37748 37248 0 -1 1077936192 5 0 0 0 0 0 0 0 20 0 3 0 5575858 156049408 22965 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 152392 KiB
Current children cumulated memory: 91860 KiB

[startup+6.30037 s]
/proc/loadavg: 4.13 4.16 4.17 5/253 37751
/proc/meminfo: memFree=118005092/131655788 swapFree=131071996/131071996
[pid=37748] ppid=37745 vsize=220984 memory=154792 CPUtime=6.27 cores=5,7
/proc/37748/stat : 37748 (fscip) S 37745 37748 37248 0 -1 1077936128 42660 0 0 0 619 8 0 0 20 0 3 0 5575697 226287616 38698 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
/proc/37748/statm: 55246 38698 3014 3035 0 45349 0
[pid=37748/tid=37750] ppid=37745 vsize=220984 memory=0 CPUtime=4.68 cores=5,7
/proc/37748/task/37750/stat : 37750 (fscip) R 37745 37748 37248 0 -1 4194368 31888 0 0 0 462 6 0 0 20 0 3 0 5575855 226287616 38698 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
[pid=37748/tid=37751] ppid=37745 vsize=220984 memory=14936 CPUtime=0 cores=5,7
/proc/37748/task/37751/stat : 37751 (fscip) S 37745 37748 37248 0 -1 1077936192 5 0 0 0 0 0 0 0 20 0 3 0 5575858 226287616 38698 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 220984 KiB
Current children cumulated memory: 154792 KiB

[startup+12.7004 s]
/proc/loadavg: 4.12 4.16 4.17 5/253 37753
/proc/meminfo: memFree=117964708/131655788 swapFree=131071996/131071996
[pid=37748] ppid=37745 vsize=220984 memory=155752 CPUtime=12.65 cores=5,7
/proc/37748/stat : 37748 (fscip) S 37745 37748 37248 0 -1 1077936128 73949 0 0 0 1255 10 0 0 20 0 3 0 5575697 226287616 38938 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
/proc/37748/statm: 55246 38938 3014 3035 0 45349 0
[pid=37748/tid=37750] ppid=37745 vsize=220984 memory=155744 CPUtime=11.06 cores=5,7
/proc/37748/task/37750/stat : 37750 (fscip) R 37745 37748 37248 0 -1 4194368 62743 0 0 0 1099 7 0 0 20 0 3 0 5575855 226287616 38938 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
[pid=37748/tid=37751] ppid=37745 vsize=220984 memory=19880 CPUtime=0 cores=5,7
/proc/37748/task/37751/stat : 37751 (fscip) S 37745 37748 37248 0 -1 1077936192 11 0 0 0 0 0 0 0 20 0 3 0 5575858 226287616 38938 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 220984 KiB
Current children cumulated memory: 155752 KiB

[startup+25.5004 s]
/proc/loadavg: 4.10 4.15 4.17 5/252 37754
/proc/meminfo: memFree=117961808/131655788 swapFree=131071996/131071996
[pid=37748] ppid=37745 vsize=220984 memory=157536 CPUtime=25.42 cores=5,7
/proc/37748/stat : 37748 (fscip) S 37745 37748 37248 0 -1 1077936128 102321 0 0 0 2529 13 0 0 20 0 3 0 5575697 226287616 39384 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
/proc/37748/statm: 55246 39384 3318 3035 0 45349 0
[pid=37748/tid=37750] ppid=37745 vsize=220984 memory=157272 CPUtime=23.82 cores=5,7
/proc/37748/task/37750/stat : 37750 (fscip) R 37745 37748 37248 0 -1 4194368 90679 0 0 0 2372 10 0 0 20 0 3 0 5575855 226287616 39384 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
[pid=37748/tid=37751] ppid=37745 vsize=220984 memory=12036 CPUtime=0 cores=5,7
/proc/37748/task/37751/stat : 37751 (fscip) S 37745 37748 37248 0 -1 1077936192 15 0 0 0 0 0 0 0 20 0 3 0 5575858 226287616 39384 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 220984 KiB
Current children cumulated memory: 157536 KiB

[startup+51.1129 s]
/proc/loadavg: 4.12 4.15 4.17 5/252 37759
/proc/meminfo: memFree=117895916/131655788 swapFree=131071996/131071996
[pid=37748] ppid=37745 vsize=286520 memory=208984 CPUtime=50.95 cores=5,7
/proc/37748/stat : 37748 (fscip) S 37745 37748 37248 0 -1 1077936128 181803 0 0 0 5075 20 0 0 20 0 3 0 5575697 293396480 52246 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
/proc/37748/statm: 71630 52246 3318 3035 0 58457 0
[pid=37748/tid=37750] ppid=37745 vsize=286520 memory=-7162248998987850108 CPUtime=49.35 cores=5,7
/proc/37748/task/37750/stat : 37750 (fscip) R 37745 37748 37248 0 -1 4194368 169374 0 0 0 4918 17 0 0 20 0 3 0 5575855 293396480 52246 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
[pid=37748/tid=37751] ppid=37745 vsize=286520 memory=14936 CPUtime=0 cores=5,7
/proc/37748/task/37751/stat : 37751 (fscip) S 37745 37748 37248 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 3 0 5575858 293396480 52246 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 286520 KiB
Current children cumulated memory: 208984 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.14 4.16 5/252 37769
/proc/meminfo: memFree=117808960/131655788 swapFree=131071996/131071996
[pid=37748] ppid=37745 vsize=301096 memory=226232 CPUtime=101.97 cores=5,7
/proc/37748/stat : 37748 (fscip) S 37745 37748 37248 0 -1 1077936128 257874 0 0 0 10166 31 0 0 20 0 3 0 5575697 308322304 56558 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
/proc/37748/statm: 75274 56558 3318 3035 0 63353 0
[pid=37748/tid=37750] ppid=37745 vsize=301096 memory=224832 CPUtime=100.37 cores=5,7
/proc/37748/task/37750/stat : 37750 (fscip) R 37745 37748 37248 0 -1 4194368 245292 0 0 0 10009 28 0 0 20 0 3 0 5575855 308322304 56558 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
[pid=37748/tid=37751] ppid=37745 vsize=301096 memory=2308 CPUtime=0 cores=5,7
/proc/37748/task/37751/stat : 37751 (fscip) S 37745 37748 37248 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 3 0 5575858 308322304 56558 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 301096 KiB
Current children cumulated memory: 226232 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.14 4.16 5/252 37780
/proc/meminfo: memFree=117772504/131655788 swapFree=131071996/131071996
[pid=37748] ppid=37745 vsize=313576 memory=247292 CPUtime=161.78 cores=5,7
/proc/37748/stat : 37748 (fscip) S 37745 37748 37248 0 -1 1077936128 313794 0 0 0 16137 41 0 0 20 0 3 0 5575697 321101824 61823 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
/proc/37748/statm: 78394 61823 3318 3035 0 68015 0
[pid=37748/tid=37750] ppid=37745 vsize=313576 memory=240912 CPUtime=160.16 cores=5,7
/proc/37748/task/37750/stat : 37750 (fscip) R 37745 37748 37248 0 -1 4194368 301122 0 0 0 15979 37 0 0 20 0 3 0 5575855 321101824 61823 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
[pid=37748/tid=37751] ppid=37745 vsize=313576 memory=12744 CPUtime=0 cores=5,7
/proc/37748/task/37751/stat : 37751 (fscip) S 37745 37748 37248 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 3 0 5575858 321101824 61823 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 313576 KiB
Current children cumulated memory: 247292 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.13 4.16 5/252 37794
/proc/meminfo: memFree=117708296/131655788 swapFree=131071996/131071996
[pid=37748] ppid=37745 vsize=334224 memory=275216 CPUtime=221.59 cores=5,7
/proc/37748/stat : 37748 (fscip) S 37745 37748 37248 0 -1 1077936128 360673 0 0 0 22108 51 0 0 20 0 3 0 5575697 342245376 68804 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
/proc/37748/statm: 83556 68804 3318 3035 0 75573 0
[pid=37748/tid=37750] ppid=37745 vsize=334224 memory=12036 CPUtime=219.98 cores=5,7
/proc/37748/task/37750/stat : 37750 (fscip) R 37745 37748 37248 0 -1 4194368 347952 0 0 0 21950 48 0 0 20 0 3 0 5575855 342245376 68804 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
[pid=37748/tid=37751] ppid=37745 vsize=334224 memory=275216 CPUtime=0 cores=5,7
/proc/37748/task/37751/stat : 37751 (fscip) S 37745 37748 37248 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 3 0 5575858 342245376 68804 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
Current children cumulated CPU time: 221.59 s
Current children cumulated vsize: 334224 KiB
Current children cumulated memory: 275216 KiB

[startup+282.3 s]
/proc/loadavg: 4.16 4.14 4.16 5/252 37804
/proc/meminfo: memFree=117675280/131655788 swapFree=131071996/131071996
[pid=37748] ppid=37745 vsize=351016 memory=289136 CPUtime=281.4 cores=5,7
/proc/37748/stat : 37748 (fscip) S 37745 37748 37248 0 -1 1077936128 398731 0 0 0 28082 58 0 0 20 0 3 0 5575697 359440384 72284 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
/proc/37748/statm: 87754 72284 3318 3035 0 79771 0
[pid=37748/tid=37750] ppid=37745 vsize=351016 memory=274784 CPUtime=279.78 cores=5,7
/proc/37748/task/37750/stat : 37750 (fscip) R 37745 37748 37248 0 -1 4194368 385666 0 0 0 27923 55 0 0 20 0 3 0 5575855 359440384 72284 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
[pid=37748/tid=37751] ppid=37745 vsize=351016 memory=286148 CPUtime=0 cores=5,7
/proc/37748/task/37751/stat : 37751 (fscip) S 37745 37748 37248 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 3 0 5575858 359440384 72284 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
Current children cumulated CPU time: 281.4 s
Current children cumulated vsize: 351016 KiB
Current children cumulated memory: 289136 KiB

[startup+342.3 s]
/proc/loadavg: 4.16 4.14 4.16 5/252 37815
/proc/meminfo: memFree=117644488/131655788 swapFree=131071996/131071996
[pid=37748] ppid=37745 vsize=363920 memory=312768 CPUtime=341.21 cores=5,7
/proc/37748/stat : 37748 (fscip) S 37745 37748 37248 0 -1 1077936128 441916 0 0 0 34055 66 0 0 20 0 3 0 5575697 372654080 78192 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
/proc/37748/statm: 90980 78192 3318 3035 0 84667 0
[pid=37748/tid=37750] ppid=37745 vsize=363920 memory=12036 CPUtime=339.58 cores=5,7
/proc/37748/task/37750/stat : 37750 (fscip) R 37745 37748 37248 0 -1 4194368 428814 0 0 0 33896 62 0 0 20 0 3 0 5575855 372654080 78192 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
[pid=37748/tid=37751] ppid=37745 vsize=363920 memory=306628 CPUtime=0 cores=5,7
/proc/37748/task/37751/stat : 37751 (fscip) S 37745 37748 37248 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 3 0 5575858 372654080 78192 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
Current children cumulated CPU time: 341.21 s
Current children cumulated vsize: 363920 KiB
Current children cumulated memory: 312768 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.13 4.15 5/250 38202
/proc/meminfo: memFree=117756268/131655788 swapFree=131071996/131071996
[pid=37748] ppid=37745 vsize=379392 memory=325912 CPUtime=400.96 cores=5,7
/proc/37748/stat : 37748 (fscip) S 37745 37748 37248 0 -1 1077936128 483064 0 0 0 40023 73 0 0 20 0 3 0 5575697 388497408 81478 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
/proc/37748/statm: 94848 81478 3318 3035 0 88535 0
[pid=37748/tid=37750] ppid=37745 vsize=379392 memory=12036 CPUtime=399.32 cores=5,7
/proc/37748/task/37750/stat : 37750 (fscip) R 37745 37748 37248 0 -1 4194368 469915 0 0 0 39863 69 0 0 20 0 3 0 5575855 388497408 81478 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
[pid=37748/tid=37751] ppid=37745 vsize=379392 memory=322980 CPUtime=0 cores=5,7
/proc/37748/task/37751/stat : 37751 (fscip) S 37745 37748 37248 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 3 0 5575858 388497408 81478 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
Current children cumulated CPU time: 400.96 s
Current children cumulated vsize: 379392 KiB
Current children cumulated memory: 325912 KiB

[startup+462.3 s]
/proc/loadavg: 4.34 4.18 4.17 5/249 38233
/proc/meminfo: memFree=117671324/131655788 swapFree=131071996/131071996
[pid=37748] ppid=37745 vsize=385440 memory=330800 CPUtime=460.74 cores=5,7
/proc/37748/stat : 37748 (fscip) S 37745 37748 37248 0 -1 1077936128 522689 0 0 0 45991 83 0 0 20 0 3 0 5575697 394690560 82700 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
/proc/37748/statm: 96360 82700 3318 3035 0 90047 0
[pid=37748/tid=37750] ppid=37745 vsize=385440 memory=12036 CPUtime=459.1 cores=5,7
/proc/37748/task/37750/stat : 37750 (fscip) R 37745 37748 37248 0 -1 4194368 509488 0 0 0 45831 79 0 0 20 0 3 0 5575855 394690560 82700 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
[pid=37748/tid=37751] ppid=37745 vsize=385440 memory=5548 CPUtime=0 cores=5,7
/proc/37748/task/37751/stat : 37751 (fscip) S 37745 37748 37248 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 3 0 5575858 394690560 82700 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
Current children cumulated CPU time: 460.74 s
Current children cumulated vsize: 385440 KiB
Current children cumulated memory: 330800 KiB

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

# cumulated CPU time of all completed processes:  user=478.966 s, system=0.902849 s

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

[startup+473.6 s]
/proc/loadavg: 4.29 4.18 4.17 5/249 38235
/proc/meminfo: memFree=117651776/131655788 swapFree=131071996/131071996
[pid=37748] ppid=37745 vsize=385440 memory=330800 CPUtime=471.99 cores=5,7
/proc/37748/stat : 37748 (fscip) S 37745 37748 37248 0 -1 1077936128 523757 0 0 0 47114 85 0 0 20 0 3 0 5575697 394690560 82700 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
/proc/37748/statm: 96360 82700 3318 3035 0 90047 0
[pid=37748/tid=37750] ppid=37745 vsize=385440 memory=14936 CPUtime=470.34 cores=5,7
/proc/37748/task/37750/stat : 37750 (fscip) R 37745 37748 37248 0 -1 4194368 510556 0 0 0 46954 80 0 0 20 0 3 0 5575855 394690560 82700 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
[pid=37748/tid=37751] ppid=37745 vsize=385440 memory=12036 CPUtime=0 cores=5,7
/proc/37748/task/37751/stat : 37751 (fscip) S 37745 37748 37248 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 3 0 5575858 394690560 82700 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
Current children cumulated CPU time: 471.99 s
Current children cumulated vsize: 385440 KiB
Current children cumulated memory: 330800 KiB

[startup+476.8 s]
/proc/loadavg: 4.27 4.17 4.17 5/249 38235
/proc/meminfo: memFree=117650508/131655788 swapFree=131071996/131071996
[pid=37748] ppid=37745 vsize=385440 memory=330800 CPUtime=475.18 cores=5,7
/proc/37748/stat : 37748 (fscip) S 37745 37748 37248 0 -1 1077936128 524387 0 0 0 47433 85 0 0 20 0 3 0 5575697 394690560 82700 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
/proc/37748/statm: 96360 82700 3318 3035 0 90047 0
[pid=37748/tid=37750] ppid=37745 vsize=385440 memory=330800 CPUtime=473.53 cores=5,7
/proc/37748/task/37750/stat : 37750 (fscip) R 37745 37748 37248 0 -1 4194368 511186 0 0 0 47272 81 0 0 20 0 3 0 5575855 394690560 82700 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
[pid=37748/tid=37751] ppid=37745 vsize=385440 memory=330800 CPUtime=0 cores=5,7
/proc/37748/task/37751/stat : 37751 (fscip) S 37745 37748 37248 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 3 0 5575858 394690560 82700 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
Current children cumulated CPU time: 475.18 s
Current children cumulated vsize: 385440 KiB
Current children cumulated memory: 330800 KiB

[startup+480 s]*
/proc/loadavg: 4.25 4.17 4.17 5/249 38236
/proc/meminfo: memFree=117648632/131655788 swapFree=131071996/131071996
[pid=37748] ppid=37745 vsize=385440 memory=330800 CPUtime=478.38 cores=5,7
/proc/37748/stat : 37748 (fscip) S 37745 37748 37248 0 -1 1077936128 525098 0 0 0 47752 86 0 0 20 0 3 0 5575697 394690560 82700 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
/proc/37748/statm: 96360 82700 3318 3035 0 90047 0
[pid=37748/tid=37750] ppid=37745 vsize=385440 memory=-6000919485524567148 CPUtime=476.72 cores=5,7
/proc/37748/task/37750/stat : 37750 (fscip) R 37745 37748 37248 0 -1 4194368 511897 0 0 0 47591 81 0 0 20 0 3 0 5575855 394690560 82700 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
[pid=37748/tid=37751] ppid=37745 vsize=385440 memory=6988 CPUtime=0 cores=5,7
/proc/37748/task/37751/stat : 37751 (fscip) S 37745 37748 37248 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 3 0 5575858 394690560 82700 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
Current children cumulated CPU time: 478.38 s
Current children cumulated vsize: 385440 KiB
Current children cumulated memory: 330800 KiB

[startup+480.8 s]
/proc/loadavg: 4.25 4.17 4.17 5/249 38236
/proc/meminfo: memFree=117648632/131655788 swapFree=131071996/131071996
[pid=37748] ppid=37745 vsize=385440 memory=330800 CPUtime=479.16 cores=5,7
/proc/37748/stat : 37748 (fscip) S 37745 37748 37248 0 -1 1077936128 525382 0 0 0 47830 86 0 0 20 0 3 0 5575697 394690560 82700 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
/proc/37748/statm: 96360 82700 3318 3035 0 90047 0
[pid=37748/tid=37750] ppid=37745 vsize=385440 memory=-7162248998987850108 CPUtime=477.52 cores=5,7
/proc/37748/task/37750/stat : 37750 (fscip) R 37745 37748 37248 0 -1 4194368 512181 0 0 0 47670 82 0 0 20 0 3 0 5575855 394690560 82700 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
[pid=37748/tid=37751] ppid=37745 vsize=385440 memory=2320 CPUtime=0 cores=5,7
/proc/37748/task/37751/stat : 37751 (fscip) S 37745 37748 37248 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 3 0 5575858 394690560 82700 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
Current children cumulated CPU time: 479.16 s
Current children cumulated vsize: 385440 KiB
Current children cumulated memory: 330800 KiB

[startup+481.2 s]
/proc/loadavg: 4.25 4.17 4.17 5/249 38236
/proc/meminfo: memFree=117647960/131655788 swapFree=131071996/131071996
[pid=37748] ppid=37745 vsize=385440 memory=330800 CPUtime=479.56 cores=5,7
/proc/37748/stat : 37748 (fscip) S 37745 37748 37248 0 -1 1077936128 525547 0 0 0 47870 86 0 0 20 0 3 0 5575697 394690560 82700 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
/proc/37748/statm: 96360 82700 3318 3035 0 90047 0
[pid=37748/tid=37750] ppid=37745 vsize=385440 memory=330800 CPUtime=477.91 cores=5,7
/proc/37748/task/37750/stat : 37750 (fscip) R 37745 37748 37248 0 -1 4194368 512346 0 0 0 47709 82 0 0 20 0 3 0 5575855 394690560 82700 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
[pid=37748/tid=37751] ppid=37745 vsize=385440 memory=30304 CPUtime=0 cores=5,7
/proc/37748/task/37751/stat : 37751 (fscip) S 37745 37748 37248 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 3 0 5575858 394690560 82700 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
Current children cumulated CPU time: 479.56 s
Current children cumulated vsize: 385440 KiB
Current children cumulated memory: 330800 KiB

[startup+481.4 s]
/proc/loadavg: 4.25 4.17 4.17 5/249 38236
/proc/meminfo: memFree=117647960/131655788 swapFree=131071996/131071996
[pid=37748] ppid=37745 vsize=385440 memory=330800 CPUtime=479.76 cores=5,7
/proc/37748/stat : 37748 (fscip) S 37745 37748 37248 0 -1 1077936128 525589 0 0 0 47890 86 0 0 20 0 3 0 5575697 394690560 82700 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
/proc/37748/statm: 96360 82700 3318 3035 0 90047 0
[pid=37748/tid=37750] ppid=37745 vsize=385440 memory=14936 CPUtime=478.11 cores=5,7
/proc/37748/task/37750/stat : 37750 (fscip) R 37745 37748 37248 0 -1 4194368 512388 0 0 0 47729 82 0 0 20 0 3 0 5575855 394690560 82700 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
[pid=37748/tid=37751] ppid=37745 vsize=385440 memory=-7162248998987850108 CPUtime=0 cores=5,7
/proc/37748/task/37751/stat : 37751 (fscip) S 37745 37748 37248 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 3 0 5575858 394690560 82700 134679101440 4194304 16623229 140728468002592 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 39858176 140728468005908 140728468006024 140728468006024 140728468013040 0
Current children cumulated CPU time: 479.76 s
Current children cumulated vsize: 385440 KiB
Current children cumulated memory: 330800 KiB

[startup+481.502 s]*
/proc/loadavg: 4.25 4.17 4.17 5/248 38236
/proc/meminfo: memFree=117965480/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 481.515
CPU time (s): 479.869
CPU user time (s): 478.966
CPU system time (s): 0.902849
CPU usage (%): 99.6581
Max. virtual memory (cumulated for all children) (KiB): 385440
Max. memory (cumulated for all children) (KiB): 330800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 478.966
system time used= 0.902849
maximum resident set size= 330800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 535037
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= 1778
involuntary context switches= 904


# summary of solver processes directly reported to runsolver:
#   pid: 37748
#   total CPU time (s): 479.869
#   total CPU user time (s): 478.966
#   total CPU system time (s): 0.902849

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.27465 second user time and 5.14522 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-31 03:36:32
IDJOB=4464864
IDBENCH=143528
IDSOLVER=3093
FILE ID=nodeC006/4464864-1722389792
RUNJOBID= nodeC006-1722389396-37261
SLURM_JOB_ID= 8249860
Free space on /tmp= 723696 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900670675--soft-33-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-4464864-1722389792/watcher-4464864-1722389792 -o /tmp/evaluation-result-4464864-1722389792/solver-4464864-1722389792 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1722389396-37261 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464864-1722389792.wbo -qsol -t 3600 -sth 1

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

MD5SUM BENCH= d9ce9dadf7577308886436a03b54d963
RANDOM SEED=1118890187

nodeC006.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		: 3579.572
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.46
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		: 3667.081
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.38
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.348
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.46
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.319
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.38
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		: 3611.909
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.46
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		: 1197.174
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.38
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.191
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.46
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.168
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.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        118151000 kB
MemAvailable:   125878884 kB
Buffers:          113944 kB
Cached:          8382308 kB
SwapCached:            0 kB
Active:           288160 kB
Inactive:       12630728 kB
Active(anon):       1424 kB
Inactive(anon):  4442536 kB
Active(file):     286736 kB
Inactive(file):  8188192 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28444 kB
Writeback:             4 kB
AnonPages:       4422672 kB
Mapped:           125372 kB
Shmem:             21320 kB
KReclaimable:     186312 kB
Slab:             273468 kB
SReclaimable:     186312 kB
SUnreclaim:        87156 kB
KernelStack:        4032 kB
PageTables:        18132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    2229380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             7328 kB
HardwareCorrupted:     0 kB
AnonHugePages:    407552 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:      232264 kB
DirectMap2M:    16449536 kB
DirectMap1G:    119537664 kB

Free space on /tmp at the end= 723668 MiB
End job on nodeC006 at 2024-07-31 03:44:34