Trace number 4456077

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-02OPTIMUM 354.394 356.071

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900566157--soft-0-100-0.wbo
MD5SUM3a80f9a705c5ec8a5a9c03ad559eff2a
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 benchmark13.5539
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 136368
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136367
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 801
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: cdb00f34-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.0] [GitHash: 32d2b99657]
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.0         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: bdec2291]
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.2.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.01	c Default LC presolving (default).
0.00/0.01	c ** Before presolving: virtualMemUsedAtLc = 35733504, getVmSize() = 35733504, SCIPgetMemUsed() = 10377853, SCIPgetMemTotal() = 13642749, SCIPgetMemExternEstim() = 7879036
0.00/0.01	c ** set memory limit for presolving in LC to 8.79608e+12 for SCIP **
1.68/1.71	c ** Estimated virtualMemUsedAtSolver = 41860616, getVmSize() = 78696448, SCIPgetMemUsed() = 39289297, SCIPgetMemTotal() = 54911889, SCIPgetMemExternEstim() = 7879036
1.68/1.71	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
1.68/1.71	c Original Problem   :
1.68/1.71	c   Problem name     : instance-4456077-1721718380
1.68/1.71	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
1.68/1.71	c   Constraints      : 5415
1.68/1.71	c   Objective sense  : minimize
1.68/1.71	c Presolved Problem  :
1.68/1.71	c   Variables        : 2961 (2938 binary, 0 integer, 23 implicit integer, 0 continuous)
1.68/1.71	c   Constraints      : 2740
1.68/1.71	c Constraints        : Number
1.68/1.71	c   linear           : 2708 
1.68/1.71	c   indicator        : 32 
1.68/1.71	c ** Instance transfer method used: 0
1.68/1.71	c ** ParaScipInstance copy does not increase the number of variables. **
1.68/1.72	c LC is working with racing ramp-up and with rebuilding tree after racing.
1.68/1.72	c                                Nodes    Active                                            
1.68/1.72	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
1.68/1.73	c *       2              0           1         1      136278.0000                -          -
1.68/1.77	c *       2              0           1         1       90277.0000                -          -
1.68/1.77	c *       2              0           1         1        1389.0000                -          -
3.46/3.56	c *       4              0           1         1          92.0000                -          -
5.55/5.63	c         6              3           1         1          92.0000           0.0000          -
8.62/8.70	c *       9             13           9         1          47.0000           0.0000          -
8.71/8.86	c *       9             13           9         1          45.0000           0.0000          -
9.80/9.97	c *      10             22          10         1          23.0000           0.0000          -
11.28/11.43	c        11             44          14         1          23.0000           0.0000          -
16.93/17.12	c        17            312          52         1          23.0000           0.0000          -
22.78/23.05	c        23            746          83         1          23.0000           0.0000          -
26.64/26.97	c *      27            943         118         1          13.0000           0.0000          -
26.84/27.19	c *      27            943         118         1           9.0000           0.0000          -
27.92/28.23	c        28           1051          90         1           9.0000           0.0000          -
33.07/33.40	c        33           1479          47         1           9.0000           0.0000          -
37.13/37.56	c *      38           2353         174         1           4.0000           0.0000          -
38.52/38.90	c        39           2726         203         1           4.0000           0.0000          -
43.60/44.02	c        44           4244         445         1           4.0000           0.0000          -
48.78/49.22	c        49           6387         591         1           4.0000           0.0000          -
53.95/54.42	c        54           9046         804         1           4.0000           0.0000          -
58.94/59.46	c        59          10750         963         1           4.0000           0.0000          -
64.01/64.59	c        65          13316        1164         1           4.0000           0.0000          -
69.09/69.64	c        70          15446        1293         1           4.0000           0.0000          -
74.76/75.36	c        75          17587        1461         1           4.0000           0.0000          -
79.85/80.42	c        80          20830        1629         1           4.0000           0.0000          -
84.93/85.57	c        86          23517        1802         1           4.0000           0.0000          -
90.10/90.71	c        91          26230        2171         1           4.0000           0.0000          -
95.58/96.27	c        96          28592        2380         1           4.0000           0.0000          -
100.66/101.38	c       101          31062        2536         1           4.0000           0.0000          -
105.84/106.52	c       107          33697        2952         1           4.0000           0.0000          -
110.92/111.62	c       112          36339        3200         1           4.0000           0.0000          -
115.90/116.67	c       117          39406        3417         1           4.0000           0.0000          -
120.98/121.77	c       122          41336        3630         1           4.0000           0.0000          -
126.05/126.81	c       127          43755        3959         1           4.0000           0.0000          -
131.04/131.87	c       132          46693        4309         1           4.0000           0.0000          -
133.42/134.23	c *     134          47799        4389         1           2.0000           0.0000          -
136.11/136.95	c       137          49811        2547         1           2.0000           0.0000          -
141.19/142.00	c       142          53092        2604         1           2.0000           0.0000          -
146.67/147.51	c       148          54782        2651         1           2.0000           0.0000          -
151.64/152.56	c       153          57839        2734         1           2.0000           0.0000          -
156.72/157.61	c       158          60859        2724         1           2.0000           0.0000          -
161.71/162.66	c       163          63985        2949         1           2.0000           0.0000          -
166.78/167.75	c       168          66503        3200         1           2.0000           0.0000          -
171.86/172.84	c       173          68305        3325         1           2.0000           0.0000          -
176.84/177.89	c       178          71222        3443         1           2.0000           0.0000          -
182.02/183.05	c       183          73212        3574         1           2.0000           0.0000          -
187.10/188.11	c       188          75117        3625         1           2.0000           0.0000          -
192.17/193.22	c       193          77049        3689         1           2.0000           0.0000          -
197.36/198.47	c       198          79024        3807         1           2.0000           0.0000          -
202.44/203.52	c       204          80893        3859         1           2.0000           0.0000          -
207.51/208.62	c       209          83095        3951         1           2.0000           0.0000          -
212.60/213.78	c       214          85143        4022         1           2.0000           0.0000          -
217.67/218.89	c       219          87210        4054         1           2.0000           0.0000          -
222.76/223.96	c       224          89655        4066         1           2.0000           0.0000          -
227.84/229.06	c       229          92215        4203         1           2.0000           0.0000          -
232.92/234.11	c       234          94771        4228         1           2.0000           0.0000          -
237.90/239.16	c       239          97544        4282         1           2.0000           0.0000          -
242.97/244.21	c       244          99489        4299         1           2.0000           0.0000          -
247.96/249.28	c       249         101392        4316         1           2.0000           0.0000          -
253.04/254.33	c       254         104160        4368         1           2.0000           0.0000          -
259.11/260.43	c       260         105054        4354         1           2.0000           0.0000          -
264.08/265.49	c       266         107293        4361         1           2.0000           0.0000          -
269.17/270.57	c       271         109060        4373         1           2.0000           0.0000          -
274.34/275.70	c       276         111390        4355         1           2.0000           0.0000          -
279.43/280.86	c       281         113289        4413         1           2.0000           0.0000          -
284.51/285.91	c       286         115199        4393         1           2.0000           0.0000          -
289.49/290.98	c       291         117501        4446         1           2.0000           0.0000          -
294.56/296.03	c       296         119811        4424         1           2.0000           0.0000          -
299.55/301.10	c       301         122189        4445         1           2.0000           0.0000          -
303.22/304.78	c *     305         123933        4461         1           1.0000           0.0000          -
304.63/306.18	c       306         124921         521         1           1.0000           0.0000          -
309.70/311.24	c       311         127106         489         1           1.0000           0.0000          -
314.68/316.29	c       316         129491         440         1           1.0000           0.0000          -
319.76/321.37	c       321         132247         342         1           1.0000           0.0000          -
324.84/326.43	c       326         135050         251         1           1.0000           0.0000          -
329.81/331.48	c       331         137460         166         1           1.0000           0.0000          -
334.90/336.53	c       337         140546         118         1           1.0000           0.0000          -
339.88/341.58	c       342         143965         107         1           1.0000           0.0000          -
344.95/346.63	c       347         146439          23         1           1.0000           0.0000          -
350.03/351.75	c       352         148917          32         1           1.0000           0.0000          -
354.32/356.00	c       356         151450           0         0           1.0000           1.0000      0.00%
354.32/356.03	c       356         151450           0         0           1.0000           1.0000          -
354.32/356.03	c SCIP Status        : c problem is solved
354.32/356.03	c Total Time         : 356.0400
354.32/356.03	c   solving          : 356.0400
354.32/356.03	c   presolving       : 1.6912 (included in solving)
354.32/356.03	c B&B Tree           :
354.32/356.03	c   nodes (total)    : 151450
354.32/356.03	c Solution           :
354.32/356.03	c   Solutions found  : 13
354.32/356.03	c   Primal Bound     : +1.00000000000000e+00
354.32/356.03	c   Dual Bound       : +1.00000000000000e+00
354.32/356.03	c Gap                : 0.00000 %
354.32/356.06	o 1
354.32/356.06	s OPTIMUM FOUND
354.32/356.06	v -x231 x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
354.32/356.06	v x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 x193 -x192 -x191 -x190 -x189 
354.32/356.06	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
354.32/356.06	v -x167 -x166 x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 x150 -x149 -x148 -x147 
354.32/356.06	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 x127 -x126 -x125 
354.32/356.06	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 x104 
354.32/356.06	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 
354.32/356.06	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 
354.32/356.06	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 
354.32/356.06	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 
354.32/356.06	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 (47866 MiB free)
  memory of node 1: 64473 MiB (41900 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=87886, runsolver pid=87883

[startup+0.100191 s]*
/proc/loadavg: 1.95 1.41 1.66 5/260 87887
/proc/meminfo: memFree=91891684/131524600 swapFree=131071996/131071996
[pid=87886] ppid=87883 vsize=50316 memory=39016 CPUtime=0.09 cores=0,2
/proc/87886/stat : 87886 (fscip) R 87883 87886 87275 0 -1 4194304 7377 0 0 0 9 0 0 0 20 0 1 0 8365871 51523584 9754 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
/proc/87886/statm: 12579 9754 2622 3032 0 8979 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 50316 KiB
Current children cumulated memory: 39016 KiB

[startup+0.205611 s]*
/proc/loadavg: 1.95 1.41 1.66 5/260 87887
/proc/meminfo: memFree=91891096/131524600 swapFree=131071996/131071996
[pid=87886] ppid=87883 vsize=50812 memory=39280 CPUtime=0.19 cores=0,2
/proc/87886/stat : 87886 (fscip) R 87883 87886 87275 0 -1 4194304 7473 0 0 0 19 0 0 0 20 0 1 0 8365871 52031488 9820 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
/proc/87886/statm: 12703 9820 2622 3032 0 9103 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 50812 KiB
Current children cumulated memory: 39280 KiB

[startup+0.305409 s]*
/proc/loadavg: 1.95 1.41 1.66 5/260 87887
/proc/meminfo: memFree=91890956/131524600 swapFree=131071996/131071996
[pid=87886] ppid=87883 vsize=50812 memory=39280 CPUtime=0.29 cores=0,2
/proc/87886/stat : 87886 (fscip) R 87883 87886 87275 0 -1 4194304 7473 0 0 0 29 0 0 0 20 0 1 0 8365871 52031488 9820 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
/proc/87886/statm: 12703 9820 2622 3032 0 9103 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 50812 KiB
Current children cumulated memory: 39280 KiB

[startup+0.700174 s]
/proc/loadavg: 1.95 1.41 1.66 5/260 87887
/proc/meminfo: memFree=91890520/131524600 swapFree=131071996/131071996
[pid=87886] ppid=87883 vsize=52356 memory=40864 CPUtime=0.69 cores=0,2
/proc/87886/stat : 87886 (fscip) R 87883 87886 87275 0 -1 4194304 7857 0 0 0 68 1 0 0 20 0 1 0 8365871 53612544 10216 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
/proc/87886/statm: 13089 10216 2622 3032 0 9489 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 52356 KiB
Current children cumulated memory: 40864 KiB

[startup+1.50018 s]
/proc/loadavg: 1.95 1.41 1.66 5/260 87887
/proc/meminfo: memFree=91888476/131524600 swapFree=131071996/131071996
[pid=87886] ppid=87883 vsize=53384 memory=41920 CPUtime=1.48 cores=0,2
/proc/87886/stat : 87886 (fscip) R 87883 87886 87275 0 -1 4194304 8118 0 0 0 147 1 0 0 20 0 1 0 8365871 54665216 10480 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
/proc/87886/statm: 13346 10480 2622 3032 0 9746 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 53384 KiB
Current children cumulated memory: 41920 KiB

[startup+3.10619 s]
/proc/loadavg: 1.95 1.41 1.66 6/264 87891
/proc/meminfo: memFree=91744628/131524600 swapFree=131071996/131071996
[pid=87886] ppid=87883 vsize=169612 memory=110932 CPUtime=3.07 cores=0,2
/proc/87886/stat : 87886 (fscip) S 87883 87886 87275 0 -1 1077936128 30339 0 0 0 303 4 0 0 20 0 3 0 8365871 173682688 27733 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
/proc/87886/statm: 42403 27733 2830 3032 0 34211 0
[pid=87886/tid=87890] ppid=87883 vsize=169612 memory=0 CPUtime=1.36 cores=0,2
/proc/87886/task/87890/stat : 87890 (fscip) R 87883 87886 87275 0 -1 4194368 16883 0 0 0 134 2 0 0 20 0 3 0 8366042 173682688 27733 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
[pid=87886/tid=87891] ppid=87883 vsize=169612 memory=100616 CPUtime=0 cores=0,2
/proc/87886/task/87891/stat : 87891 (fscip) S 87883 87886 87275 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 8366043 173682688 27733 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 169612 KiB
Current children cumulated memory: 110932 KiB

[startup+6.30019 s]
/proc/loadavg: 2.20 1.47 1.67 5/264 87891
/proc/meminfo: memFree=91657032/131524600 swapFree=131071996/131071996
[pid=87886] ppid=87883 vsize=236172 memory=146792 CPUtime=6.23 cores=0,2
/proc/87886/stat : 87886 (fscip) S 87883 87886 87275 0 -1 1077936128 42879 0 0 0 617 6 0 0 20 0 3 0 8365871 241840128 36698 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
/proc/87886/statm: 59043 36698 2974 3032 0 43630 0
[pid=87886/tid=87890] ppid=87883 vsize=236172 memory=116132 CPUtime=4.53 cores=0,2
/proc/87886/task/87890/stat : 87890 (fscip) R 87883 87886 87275 0 -1 4194368 28935 0 0 0 449 4 0 0 20 0 3 0 8366042 241840128 36698 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
[pid=87886/tid=87891] ppid=87883 vsize=236172 memory=41920 CPUtime=0 cores=0,2
/proc/87886/task/87891/stat : 87891 (fscip) S 87883 87886 87275 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 3 0 8366043 241840128 36698 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 236172 KiB
Current children cumulated memory: 146792 KiB

[startup+12.7012 s]
/proc/loadavg: 2.34 1.51 1.69 5/264 87892
/proc/meminfo: memFree=91605064/131524600 swapFree=131071996/131071996
[pid=87886] ppid=87883 vsize=301708 memory=198024 CPUtime=12.58 cores=0,2
/proc/87886/stat : 87886 (fscip) S 87883 87886 87275 0 -1 1077936128 84496 0 0 0 1248 10 0 0 20 0 3 0 8365871 308948992 49506 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
/proc/87886/statm: 75427 49506 2990 3032 0 56961 0
[pid=87886/tid=87890] ppid=87883 vsize=301708 memory=15833 CPUtime=10.86 cores=0,2
/proc/87886/task/87890/stat : 87890 (fscip) R 87883 87886 87275 0 -1 4194368 69513 0 0 0 1079 7 0 0 20 0 3 0 8366042 308948992 49506 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
[pid=87886/tid=87891] ppid=87883 vsize=301708 memory=3819113198590909198 CPUtime=0 cores=0,2
/proc/87886/task/87891/stat : 87891 (fscip) S 87883 87886 87275 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 3 0 8366043 308948992 49506 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
Current children cumulated CPU time: 12.58 s
Current children cumulated vsize: 301708 KiB
Current children cumulated memory: 198024 KiB

[startup+25.5012 s]
/proc/loadavg: 2.78 1.65 1.73 5/264 87894
/proc/meminfo: memFree=91597224/131524600 swapFree=131071996/131071996
[pid=87886] ppid=87883 vsize=301708 memory=199956 CPUtime=25.25 cores=0,2
/proc/87886/stat : 87886 (fscip) S 87883 87886 87275 0 -1 1077936128 118999 0 0 0 2512 13 0 0 20 0 3 0 8365871 308948992 49989 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
/proc/87886/statm: 75427 49989 3310 3032 0 56961 0
[pid=87886/tid=87890] ppid=87883 vsize=301708 memory=199956 CPUtime=23.54 cores=0,2
/proc/87886/task/87890/stat : 87890 (fscip) R 87883 87886 87275 0 -1 4194368 103938 0 0 0 2343 11 0 0 20 0 3 0 8366042 308948992 49989 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
[pid=87886/tid=87891] ppid=87883 vsize=301708 memory=-7090185907391783800 CPUtime=0 cores=0,2
/proc/87886/task/87891/stat : 87891 (fscip) S 87883 87886 87275 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 3 0 8366043 308948992 49989 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
Current children cumulated CPU time: 25.25 s
Current children cumulated vsize: 301708 KiB
Current children cumulated memory: 199956 KiB

[startup+51.1056 s]
/proc/loadavg: 3.26 1.86 1.80 5/264 87898
/proc/meminfo: memFree=91173420/131524600 swapFree=131071996/131071996
[pid=87886] ppid=87883 vsize=301708 memory=246064 CPUtime=50.67 cores=0,2
/proc/87886/stat : 87886 (fscip) S 87883 87886 87275 0 -1 1077936128 193253 0 0 0 5046 21 0 0 20 0 3 0 8365871 308948992 61516 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
/proc/87886/statm: 75427 61516 3310 3032 0 68236 0
[pid=87886/tid=87890] ppid=87883 vsize=301708 memory=243416 CPUtime=48.95 cores=0,2
/proc/87886/task/87890/stat : 87890 (fscip) R 87883 87886 87275 0 -1 4194368 177192 0 0 0 4876 19 0 0 20 0 3 0 8366042 308948992 61516 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
[pid=87886/tid=87891] ppid=87883 vsize=301708 memory=11624 CPUtime=0 cores=0,2
/proc/87886/task/87891/stat : 87891 (fscip) S 87883 87886 87275 0 -1 1077936192 12 0 0 0 0 0 0 0 20 0 3 0 8366043 308948992 61516 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
Current children cumulated CPU time: 50.67 s
Current children cumulated vsize: 301708 KiB
Current children cumulated memory: 246064 KiB

[startup+102.3 s]
/proc/loadavg: 3.74 2.21 1.92 5/264 87907
/proc/meminfo: memFree=91072428/131524600 swapFree=131071996/131071996
[pid=87886] ppid=87883 vsize=311828 memory=264924 CPUtime=101.66 cores=0,2
/proc/87886/stat : 87886 (fscip) S 87883 87886 87275 0 -1 1077936128 251375 0 0 0 10135 31 0 0 20 0 3 0 8365871 319311872 66231 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
/proc/87886/statm: 77957 66231 3310 3032 0 73220 0
[pid=87886/tid=87890] ppid=87883 vsize=311828 memory=34784 CPUtime=99.93 cores=0,2
/proc/87886/task/87890/stat : 87890 (fscip) R 87883 87886 87275 0 -1 4194368 235245 0 0 0 9965 28 0 0 20 0 3 0 8366042 319311872 66231 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
[pid=87886/tid=87891] ppid=87883 vsize=311828 memory=261356 CPUtime=0 cores=0,2
/proc/87886/task/87891/stat : 87891 (fscip) S 87883 87886 87275 0 -1 1077936192 16 0 0 0 0 0 0 0 20 0 3 0 8366043 319311872 66231 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
Current children cumulated CPU time: 101.66 s
Current children cumulated vsize: 311828 KiB
Current children cumulated memory: 264924 KiB

[startup+162.3 s]
/proc/loadavg: 4.02 2.57 2.06 5/264 87917
/proc/meminfo: memFree=90291608/131524600 swapFree=131071996/131071996
[pid=87886] ppid=87883 vsize=385336 memory=285164 CPUtime=161.41 cores=0,2
/proc/87886/stat : 87886 (fscip) S 87883 87886 87275 0 -1 1077936128 309123 0 0 0 16097 44 0 0 20 0 3 0 8365871 394584064 71291 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
/proc/87886/statm: 96334 71291 3310 3032 0 77983 0
[pid=87886/tid=87890] ppid=87883 vsize=385336 memory=12368 CPUtime=159.68 cores=0,2
/proc/87886/task/87890/stat : 87890 (fscip) R 87883 87886 87275 0 -1 4194368 292495 0 0 0 15927 41 0 0 20 0 3 0 8366042 394584064 71291 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
[pid=87886/tid=87891] ppid=87883 vsize=385336 memory=284840 CPUtime=0 cores=0,2
/proc/87886/task/87891/stat : 87891 (fscip) S 87883 87886 87275 0 -1 1077936192 20 0 0 0 0 0 0 0 20 0 3 0 8366043 394584064 71291 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
Current children cumulated CPU time: 161.41 s
Current children cumulated vsize: 385336 KiB
Current children cumulated memory: 285164 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 2.84 2.19 5/264 87928
/proc/meminfo: memFree=90215468/131524600 swapFree=131071996/131071996
[pid=87886] ppid=87883 vsize=398348 memory=299572 CPUtime=221.17 cores=0,2
/proc/87886/stat : 87886 (fscip) S 87883 87886 87275 0 -1 1077936128 362528 0 0 0 22064 53 0 0 20 0 3 0 8365871 407908352 74893 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
/proc/87886/statm: 99587 74893 3310 3032 0 81236 0
[pid=87886/tid=87890] ppid=87883 vsize=398348 memory=11624 CPUtime=219.43 cores=0,2
/proc/87886/task/87890/stat : 87890 (fscip) R 87883 87886 87275 0 -1 4194368 345836 0 0 0 21893 50 0 0 20 0 3 0 8366042 407908352 74893 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
[pid=87886/tid=87891] ppid=87883 vsize=398348 memory=290264 CPUtime=0 cores=0,2
/proc/87886/task/87891/stat : 87891 (fscip) S 87883 87886 87275 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 3 0 8366043 407908352 74893 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
Current children cumulated CPU time: 221.17 s
Current children cumulated vsize: 398348 KiB
Current children cumulated memory: 299572 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 3.07 2.31 5/267 87943
/proc/meminfo: memFree=90168016/131524600 swapFree=131071996/131071996
[pid=87886] ppid=87883 vsize=412036 memory=319052 CPUtime=280.92 cores=0,2
/proc/87886/stat : 87886 (fscip) S 87883 87886 87275 0 -1 1077936128 405372 0 0 0 28030 62 0 0 20 0 3 0 8365871 421924864 79763 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
/proc/87886/statm: 103009 79763 3310 3032 0 86924 0
[pid=87886/tid=87890] ppid=87883 vsize=412036 memory=303876 CPUtime=279.19 cores=0,2
/proc/87886/task/87890/stat : 87890 (fscip) R 87883 87886 87275 0 -1 4194368 388646 0 0 0 27860 59 0 0 20 0 3 0 8366042 421924864 79763 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
[pid=87886/tid=87891] ppid=87883 vsize=412036 memory=313324 CPUtime=0 cores=0,2
/proc/87886/task/87891/stat : 87891 (fscip) S 87883 87886 87275 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 3 0 8366043 421924864 79763 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
Current children cumulated CPU time: 280.92 s
Current children cumulated vsize: 412036 KiB
Current children cumulated memory: 319052 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 3.27 2.43 5/262 87954
/proc/meminfo: memFree=90145972/131524600 swapFree=131071996/131071996
[pid=87886] ppid=87883 vsize=420996 memory=327084 CPUtime=340.67 cores=0,2
/proc/87886/stat : 87886 (fscip) S 87883 87886 87275 0 -1 1077936128 443221 0 0 0 33995 72 0 0 20 0 3 0 8365871 431099904 81771 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
/proc/87886/statm: 105249 81771 3310 3032 0 89164 0
[pid=87886/tid=87890] ppid=87883 vsize=420996 memory=303876 CPUtime=338.94 cores=0,2
/proc/87886/task/87890/stat : 87890 (fscip) R 87883 87886 87275 0 -1 4194368 426021 0 0 0 33825 69 0 0 20 0 3 0 8366042 431099904 81771 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
[pid=87886/tid=87891] ppid=87883 vsize=420996 memory=312564 CPUtime=0 cores=0,2
/proc/87886/task/87891/stat : 87891 (fscip) S 87883 87886 87275 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 3 0 8366043 431099904 81771 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
Current children cumulated CPU time: 340.67 s
Current children cumulated vsize: 420996 KiB
Current children cumulated memory: 327084 KiB

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

# cumulated CPU time of all completed processes:  user=353.619 s, system=0.775474 s

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

[startup+345.6 s]
/proc/loadavg: 4.12 3.29 2.44 5/262 87954
/proc/meminfo: memFree=90144528/131524600 swapFree=131071996/131071996
[pid=87886] ppid=87883 vsize=420996 memory=327092 CPUtime=343.95 cores=0,2
/proc/87886/stat : 87886 (fscip) S 87883 87886 87275 0 -1 1077936128 443726 0 0 0 34323 72 0 0 20 0 3 0 8365871 431099904 81773 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
/proc/87886/statm: 105249 81773 3310 3032 0 89164 0
[pid=87886/tid=87890] ppid=87883 vsize=420996 memory=34784 CPUtime=342.22 cores=0,2
/proc/87886/task/87890/stat : 87890 (fscip) R 87883 87886 87275 0 -1 4194368 426526 0 0 0 34153 69 0 0 20 0 3 0 8366042 431099904 81773 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
[pid=87886/tid=87891] ppid=87883 vsize=420996 memory=324552 CPUtime=0 cores=0,2
/proc/87886/task/87891/stat : 87891 (fscip) S 87883 87886 87275 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 3 0 8366043 431099904 81773 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
Current children cumulated CPU time: 343.95 s
Current children cumulated vsize: 420996 KiB
Current children cumulated memory: 327092 KiB

[startup+352 s]*
/proc/loadavg: 4.11 3.30 2.45 5/260 88001
/proc/meminfo: memFree=89934912/131524600 swapFree=131071996/131071996
[pid=87886] ppid=87883 vsize=420996 memory=327740 CPUtime=350.34 cores=0,2
/proc/87886/stat : 87886 (fscip) S 87883 87886 87275 0 -1 1077936128 447291 0 0 0 34960 74 0 0 20 0 3 0 8365871 431099904 81935 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
/proc/87886/statm: 105249 81935 3310 3032 0 89164 0
[pid=87886/tid=87890] ppid=87883 vsize=420996 memory=-6000919476934108519 CPUtime=348.6 cores=0,2
/proc/87886/task/87890/stat : 87890 (fscip) R 87883 87886 87275 0 -1 4194368 430089 0 0 0 34789 71 0 0 20 0 3 0 8366042 431099904 81935 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
[pid=87886/tid=87891] ppid=87883 vsize=420996 memory=4640 CPUtime=0 cores=0,2
/proc/87886/task/87891/stat : 87891 (fscip) S 87883 87886 87275 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 3 0 8366043 431099904 81935 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
Current children cumulated CPU time: 350.34 s
Current children cumulated vsize: 420996 KiB
Current children cumulated memory: 327740 KiB

[startup+353.6 s]
/proc/loadavg: 4.11 3.30 2.45 6/260 88001
/proc/meminfo: memFree=89931404/131524600 swapFree=131071996/131071996
[pid=87886] ppid=87883 vsize=420996 memory=327740 CPUtime=351.92 cores=0,2
/proc/87886/stat : 87886 (fscip) S 87883 87886 87275 0 -1 1077936128 447628 0 0 0 35118 74 0 0 20 0 3 0 8365871 431099904 81935 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
/proc/87886/statm: 105249 81935 3310 3032 0 89164 0
[pid=87886/tid=87890] ppid=87883 vsize=420996 memory=327740 CPUtime=350.18 cores=0,2
/proc/87886/task/87890/stat : 87890 (fscip) R 87883 87886 87275 0 -1 4194368 430426 0 0 0 34947 71 0 0 20 0 3 0 8366042 431099904 81935 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
[pid=87886/tid=87891] ppid=87883 vsize=420996 memory=34784 CPUtime=0 cores=0,2
/proc/87886/task/87891/stat : 87891 (fscip) S 87883 87886 87275 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 3 0 8366043 431099904 81935 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
Current children cumulated CPU time: 351.92 s
Current children cumulated vsize: 420996 KiB
Current children cumulated memory: 327740 KiB

[startup+355.2 s]
/proc/loadavg: 4.10 3.31 2.46 5/262 88003
/proc/meminfo: memFree=89132284/131524600 swapFree=131071996/131071996
[pid=87886] ppid=87883 vsize=420996 memory=327740 CPUtime=353.52 cores=0,2
/proc/87886/stat : 87886 (fscip) S 87883 87886 87275 0 -1 1077936128 447659 0 0 0 35277 75 0 0 20 0 3 0 8365871 431099904 81935 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
/proc/87886/statm: 105249 81935 3310 3032 0 89164 0
[pid=87886/tid=87890] ppid=87883 vsize=420996 memory=34784 CPUtime=351.78 cores=0,2
/proc/87886/task/87890/stat : 87890 (fscip) R 87883 87886 87275 0 -1 4194368 430457 0 0 0 35106 72 0 0 20 0 3 0 8366042 431099904 81935 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
[pid=87886/tid=87891] ppid=87883 vsize=420996 memory=12368 CPUtime=0 cores=0,2
/proc/87886/task/87891/stat : 87891 (fscip) S 87883 87886 87275 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 3 0 8366043 431099904 81935 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
Current children cumulated CPU time: 353.52 s
Current children cumulated vsize: 420996 KiB
Current children cumulated memory: 327740 KiB

[startup+355.6 s]
/proc/loadavg: 4.10 3.31 2.46 5/262 88003
/proc/meminfo: memFree=89132284/131524600 swapFree=131071996/131071996
[pid=87886] ppid=87883 vsize=420996 memory=327740 CPUtime=353.92 cores=0,2
/proc/87886/stat : 87886 (fscip) S 87883 87886 87275 0 -1 1077936128 447665 0 0 0 35317 75 0 0 20 0 3 0 8365871 431099904 81935 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
/proc/87886/statm: 105249 81935 3310 3032 0 89164 0
[pid=87886/tid=87890] ppid=87883 vsize=420996 memory=26236 CPUtime=352.18 cores=0,2
/proc/87886/task/87890/stat : 87890 (fscip) R 87883 87886 87275 0 -1 4194368 430463 0 0 0 35146 72 0 0 20 0 3 0 8366042 431099904 81935 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
[pid=87886/tid=87891] ppid=87883 vsize=420996 memory=2028 CPUtime=0 cores=0,2
/proc/87886/task/87891/stat : 87891 (fscip) S 87883 87886 87275 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 3 0 8366043 431099904 81935 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
Current children cumulated CPU time: 353.92 s
Current children cumulated vsize: 420996 KiB
Current children cumulated memory: 327740 KiB

[startup+356 s]*
/proc/loadavg: 4.10 3.31 2.46 5/263 88004
/proc/meminfo: memFree=89082016/131524600 swapFree=131071996/131071996
[pid=87886] ppid=87883 vsize=420996 memory=327740 CPUtime=354.32 cores=0,2
/proc/87886/stat : 87886 (fscip) R 87883 87886 87275 0 -1 1077936128 448350 0 0 0 35357 75 0 0 20 0 3 0 8365871 431099904 81935 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
/proc/87886/statm: 105249 81935 3310 3032 0 89164 0
[pid=87886/tid=87890] ppid=87883 vsize=420996 memory=-5155627977238996613 CPUtime=352.58 cores=0,2
/proc/87886/task/87890/stat : 87890 (fscip) R 87883 87886 87275 0 -1 4194368 431161 0 0 0 35186 72 0 0 20 0 3 0 8366042 431099904 81935 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
[pid=87886/tid=87891] ppid=87883 vsize=420996 memory=-5155633680935826750 CPUtime=0 cores=0,2
/proc/87886/task/87891/stat : 87891 (fscip) S 87883 87886 87275 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 3 0 8366043 431099904 81935 134679101440 4194304 16613245 140723260270928 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 32993280 140723260277784 140723260277900 140723260277900 140723260284912 0
Current children cumulated CPU time: 354.32 s
Current children cumulated vsize: 420996 KiB
Current children cumulated memory: 327740 KiB

Child status: 0

Real time (s): 356.071
CPU time (s): 354.394
CPU user time (s): 353.619
CPU system time (s): 0.775474
CPU usage (%): 99.5289
Max. virtual memory (cumulated for all children) (KiB): 420996
Max. memory (cumulated for all children) (KiB): 327740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 353.619
system time used= 0.775474
maximum resident set size= 327740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 460480
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= 1090
involuntary context switches= 2647


# summary of solver processes directly reported to runsolver:
#   pid: 87886
#   total CPU time (s): 354.394
#   total CPU user time (s): 353.619
#   total CPU system time (s): 0.775474

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.686615 second user time and 1.65018 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-23 09:06:20
IDJOB=4456077
IDBENCH=143181
IDSOLVER=3044
FILE ID=nodeC014/4456077-1721718380
RUNJOBID= nodeC014-1721718367-87285
SLURM_JOB_ID= 7770396
Free space on /tmp= 889952 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900566157--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-4456077-1721718380/watcher-4456077-1721718380 -o /tmp/evaluation-result-4456077-1721718380/solver-4456077-1721718380 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721718367-87285 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4456077-1721718380.wbo -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 3a80f9a705c5ec8a5a9c03ad559eff2a
RANDOM SEED=1953826910

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        91922012 kB
MemAvailable:   127377448 kB
Buffers:          141992 kB
Cached:         36020884 kB
SwapCached:            0 kB
Active:           946592 kB
Inactive:       37848548 kB
Active(anon):       1564 kB
Inactive(anon):  2668412 kB
Active(file):     945028 kB
Inactive(file): 35180136 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             56456 kB
Writeback:             0 kB
AnonPages:       2630912 kB
Mapped:           132992 kB
Shmem:             37712 kB
KReclaimable:     340192 kB
Slab:             450364 kB
SReclaimable:     340192 kB
SUnreclaim:       110172 kB
KernelStack:        4220 kB
PageTables:        14516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2016312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            19104 kB
HardwareCorrupted:     0 kB
AnonHugePages:    245760 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:      293588 kB
DirectMap2M:    27791360 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 889920 MiB
End job on nodeC014 at 2024-07-23 09:12:16