Trace number 4426991

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 288.216 289.063

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900582300--soft-0-100-0.wbo
MD5SUM65d50eee5968fd8142e7f90f77179a12
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 benchmark20.0357
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 134314
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 134313
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 683
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.02	c Default LC presolving (default).
0.00/0.02	c ** Before presolving: virtualMemUsedAtLc = 35733504, getVmSize() = 35733504, SCIPgetMemUsed() = 10377853, SCIPgetMemTotal() = 13642749, SCIPgetMemExternEstim() = 7879036
0.00/0.02	c ** set memory limit for presolving in LC to 8.79608e+12 for SCIP **
1.59/1.69	c ** Estimated virtualMemUsedAtSolver = 31989760, getVmSize() = 60235776, SCIPgetMemUsed() = 21333801, SCIPgetMemTotal() = 36521241, SCIPgetMemExternEstim() = 7879036
1.59/1.69	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
1.59/1.69	c Original Problem   :
1.59/1.69	c   Problem name     : instance-4426991-1720905480
1.59/1.69	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
1.59/1.69	c   Constraints      : 5415
1.59/1.69	c   Objective sense  : minimize
1.59/1.69	c Presolved Problem  :
1.59/1.69	c   Variables        : 2961 (2938 binary, 0 integer, 23 implicit integer, 0 continuous)
1.59/1.69	c   Constraints      : 2739
1.59/1.69	c Constraints        : Number
1.59/1.69	c   linear           : 2707 
1.59/1.69	c   indicator        : 32 
1.59/1.69	c ** Instance transfer method used: 0
1.69/1.70	c ** ParaScipInstance copy does not increase the number of variables. **
1.69/1.71	c LC is working with racing ramp-up and with rebuilding tree after racing.
1.69/1.71	c                                Nodes    Active                                            
1.69/1.71	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
1.69/1.76	c *       2              0           1         1       88375.0000                -          -
1.69/1.76	c *       2              0           1         1         950.0000                -          -
3.57/3.65	c *       4              0           1         1         169.0000                -          -
5.07/5.14	c         5              5           6         1         169.0000           0.0000          -
6.56/6.65	c *       7              6           5         1           8.0000           0.0000          -
7.46/7.50	c *       8             16          10         1           5.0000           0.0000          -
7.46/7.51	c *       8             16          10         1           4.0000           0.0000          -
10.35/10.43	c        10            118          14         1           4.0000           0.0000          -
15.44/15.54	c        16            366          32         1           4.0000           0.0000          -
20.53/20.66	c        21            786          61         1           4.0000           0.0000          -
25.81/25.93	c        26           1288         206         1           4.0000           0.0000          -
31.20/31.31	c        31           1597          79         1           4.0000           0.0000          -
36.59/36.75	c        37           2991         420         1           4.0000           0.0000          -
41.97/42.12	c        42           4506         679         1           4.0000           0.0000          -
43.26/43.40	c *      43           4788         702         1           1.0000           0.0000          -
47.45/47.60	c        48           7291         119         1           1.0000           0.0000          -
52.54/52.72	c        53           9307         187         1           1.0000           0.0000          -
57.52/57.76	c        58          13059         184         1           1.0000           0.0000          -
62.61/62.81	c        63          15583         114         1           1.0000           0.0000          -
68.09/68.30	c        68          17648         281         1           1.0000           0.0000          -
73.07/73.39	c        73          21050         221         1           1.0000           0.0000          -
78.16/78.44	c        78          24454          76         1           1.0000           0.0000          -
83.15/83.49	c        84          27856          86         1           1.0000           0.0000          -
88.54/88.83	c        89          29861         117         1           1.0000           0.0000          -
93.52/93.88	c        94          32891         115         1           1.0000           0.0000          -
98.60/98.94	c        99          35934         153         1           1.0000           0.0000          -
103.69/104.01	c       104          39210         149         1           1.0000           0.0000          -
108.68/109.05	c       109          42079         278         1           1.0000           0.0000          -
113.77/114.15	c       114          45820         409         1           1.0000           0.0000          -
118.84/119.20	c       119          49144         460         1           1.0000           0.0000          -
123.82/124.25	c       124          52603         526         1           1.0000           0.0000          -
129.21/129.65	c       130          54111         501         1           1.0000           0.0000          -
134.29/134.70	c       135          57282         566         1           1.0000           0.0000          -
139.28/139.75	c       140          59312         565         1           1.0000           0.0000          -
144.36/144.82	c       145          62372         584         1           1.0000           0.0000          -
149.35/149.88	c       150          65287         582         1           1.0000           0.0000          -
154.44/154.93	c       155          68728         671         1           1.0000           0.0000          -
159.52/160.05	c       160          71263         771         1           1.0000           0.0000          -
164.61/165.11	c       165          73517         762         1           1.0000           0.0000          -
169.70/170.25	c       170          75363         852         1           1.0000           0.0000          -
174.77/175.31	c       175          77384         884         1           1.0000           0.0000          -
179.77/180.40	c       180          79217         882         1           1.0000           0.0000          -
184.85/185.47	c       185          81367         856         1           1.0000           0.0000          -
189.93/190.56	c       191          84065         829         1           1.0000           0.0000          -
195.02/195.63	c       196          87110         839         1           1.0000           0.0000          -
200.01/200.68	c       201          90372         811         1           1.0000           0.0000          -
205.09/205.73	c       206          92819         784         1           1.0000           0.0000          -
210.17/210.83	c       211          95500         721         1           1.0000           0.0000          -
215.16/215.88	c       216          98414         678         1           1.0000           0.0000          -
220.24/220.98	c       221         101687         655         1           1.0000           0.0000          -
225.34/226.03	c       226         104620         639         1           1.0000           0.0000          -
230.31/231.05	c       231         105312         635         1           1.0000           0.0000          -
235.40/236.13	c       236         108423         607         1           1.0000           0.0000          -
240.49/241.20	c       241         111406         526         1           1.0000           0.0000          -
245.47/246.25	c       246         114257         452         1           1.0000           0.0000          -
250.56/251.34	c       251         117537         419         1           1.0000           0.0000          -
255.64/256.44	c       256         120339         348         1           1.0000           0.0000          -
260.63/261.48	c       261         123800         351         1           1.0000           0.0000          -
265.71/266.53	c       267         126676         327         1           1.0000           0.0000          -
270.70/271.59	c       272         129875         258         1           1.0000           0.0000          -
275.88/276.72	c       277         132306         215         1           1.0000           0.0000          -
280.87/281.79	c       282         134977         130         1           1.0000           0.0000          -
285.95/286.83	c       287         138150          50         1           1.0000           0.0000          -
288.15/289.00	c       289         138903           0         0           1.0000           1.0000      0.00%
288.15/289.05	c       289         138903           0         0           1.0000           1.0000          -
288.15/289.05	c SCIP Status        : c problem is solved
288.15/289.05	c Total Time         : 289.0400
288.15/289.05	c   solving          : 289.0400
288.15/289.05	c   presolving       : 1.6764 (included in solving)
288.15/289.05	c B&B Tree           :
288.15/289.05	c   nodes (total)    : 138903
288.15/289.05	c Solution           :
288.15/289.05	c   Solutions found  : 8
288.15/289.05	c   Primal Bound     : +1.00000000000000e+00
288.15/289.05	c   Dual Bound       : +1.00000000000000e+00
288.15/289.05	c Gap                : 0.00000 %
288.15/289.05	o 1
288.15/289.05	s OPTIMUM FOUND
288.15/289.05	v -x231 -x230 -x229 -x228 -x227 -x226 x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 x212 -x211 -x210 
288.15/289.05	v -x209 -x208 -x207 -x206 -x205 -x204 x203 -x202 -x201 x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 x189 
288.15/289.05	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 x171 -x170 -x169 -x168 
288.15/289.05	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
288.15/289.05	v -x146 x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 -x128 -x127 x126 -x125 
288.15/289.05	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 x108 -x107 -x106 -x105 -x104 
288.15/289.05	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 
288.15/289.05	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 
288.15/289.05	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 
288.15/289.05	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 
288.15/289.05	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 (63045 MiB free)
  memory of node 1: 64473 MiB (63198 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4426991-1720905480/watcher-4426991-1720905480 -o /tmp/evaluation-result-4426991-1720905480/solver-4426991-1720905480 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1720905493-727045 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4426991-1720905480.wbo -qsol -t 3600 -sth 1 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=727099, runsolver pid=727090

[startup+0.100229 s]*
/proc/loadavg: 2.20 3.56 3.85 6/257 727110
/proc/meminfo: memFree=129158648/131524600 swapFree=131071996/131071996
[pid=727099] ppid=727090 vsize=50316 memory=39012 CPUtime=0.1 cores=4,6
/proc/727099/stat : 727099 (fscip) R 727090 727099 724689 0 -1 4194304 7376 0 0 0 10 0 0 0 20 0 1 0 142714221 51523584 9753 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
/proc/727099/statm: 12579 9753 2622 3032 0 8979 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 50316 KiB
Current children cumulated memory: 39012 KiB

[startup+0.215957 s]*
/proc/loadavg: 2.20 3.56 3.85 5/257 727110
/proc/meminfo: memFree=129156160/131524600 swapFree=131071996/131071996
[pid=727099] ppid=727090 vsize=50812 memory=39276 CPUtime=0.2 cores=4,6
/proc/727099/stat : 727099 (fscip) R 727090 727099 724689 0 -1 4194304 7472 0 0 0 20 0 0 0 20 0 1 0 142714221 52031488 9819 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
/proc/727099/statm: 12703 9819 2622 3032 0 9103 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 50812 KiB
Current children cumulated memory: 39276 KiB

[startup+0.30525 s]*
/proc/loadavg: 2.20 3.56 3.85 5/257 727110
/proc/meminfo: memFree=129156012/131524600 swapFree=131071996/131071996
[pid=727099] ppid=727090 vsize=50812 memory=39276 CPUtime=0.29 cores=4,6
/proc/727099/stat : 727099 (fscip) R 727090 727099 724689 0 -1 4194304 7472 0 0 0 29 0 0 0 20 0 1 0 142714221 52031488 9819 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
/proc/727099/statm: 12703 9819 2622 3032 0 9103 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 50812 KiB
Current children cumulated memory: 39276 KiB

[startup+0.700181 s]
/proc/loadavg: 2.20 3.56 3.85 5/257 727110
/proc/meminfo: memFree=129153168/131524600 swapFree=131071996/131071996
[pid=727099] ppid=727090 vsize=52356 memory=40860 CPUtime=0.68 cores=4,6
/proc/727099/stat : 727099 (fscip) R 727090 727099 724689 0 -1 4194304 7856 0 0 0 68 0 0 0 20 0 1 0 142714221 53612544 10215 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
/proc/727099/statm: 13089 10215 2622 3032 0 9489 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 52356 KiB
Current children cumulated memory: 40860 KiB

[startup+1.50019 s]
/proc/loadavg: 2.20 3.56 3.85 6/257 727110
/proc/meminfo: memFree=129148240/131524600 swapFree=131071996/131071996
[pid=727099] ppid=727090 vsize=53384 memory=41916 CPUtime=1.49 cores=4,6
/proc/727099/stat : 727099 (fscip) R 727090 727099 724689 0 -1 4194304 8117 0 0 0 148 1 0 0 20 0 1 0 142714221 54665216 10479 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
/proc/727099/statm: 13346 10479 2622 3032 0 9746 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 53384 KiB
Current children cumulated memory: 41916 KiB

[startup+3.10623 s]
/proc/loadavg: 2.20 3.56 3.85 6/265 727118
/proc/meminfo: memFree=128904820/131524600 swapFree=131071996/131071996
[pid=727099] ppid=727090 vsize=147604 memory=92292 CPUtime=3.08 cores=4,6
/proc/727099/stat : 727099 (fscip) S 727090 727099 724689 0 -1 1077936128 26191 0 0 0 305 3 0 0 20 0 3 0 142714221 151146496 23073 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
/proc/727099/statm: 36901 23073 2830 3032 0 28498 0
[pid=727099/tid=727111] ppid=727090 vsize=147604 memory=198340509722 CPUtime=1.37 cores=4,6
/proc/727099/task/727111/stat : 727111 (fscip) R 727090 727099 724689 0 -1 4194368 15905 0 0 0 136 1 0 0 20 0 3 0 142714391 151146496 23073 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
[pid=727099/tid=727115] ppid=727090 vsize=147604 memory=0 CPUtime=0 cores=4,6
/proc/727099/task/727115/stat : 727115 (fscip) S 727090 727099 724689 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 142714393 151146496 23073 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 147604 KiB
Current children cumulated memory: 92292 KiB

[startup+6.30024 s]
/proc/loadavg: 2.42 3.58 3.86 6/265 727119
/proc/meminfo: memFree=128651260/131524600 swapFree=131071996/131071996
[pid=727099] ppid=727090 vsize=214164 memory=155732 CPUtime=6.27 cores=4,6
/proc/727099/stat : 727099 (fscip) S 727090 727099 724689 0 -1 1077936128 45110 0 0 0 621 6 0 0 20 0 3 0 142714221 219303936 38933 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
/proc/727099/statm: 53541 38933 2990 3032 0 45981 0
[pid=727099/tid=727111] ppid=727090 vsize=214164 memory=11640 CPUtime=4.56 cores=4,6
/proc/727099/task/727111/stat : 727111 (fscip) R 727090 727099 724689 0 -1 4194368 34340 0 0 0 452 4 0 0 20 0 3 0 142714391 219303936 38933 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
[pid=727099/tid=727115] ppid=727090 vsize=214164 memory=0 CPUtime=0 cores=4,6
/proc/727099/task/727115/stat : 727115 (fscip) S 727090 727099 724689 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 3 0 142714393 219303936 38933 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 214164 KiB
Current children cumulated memory: 155732 KiB

[startup+12.7002 s]
/proc/loadavg: 2.55 3.59 3.86 6/265 727119
/proc/meminfo: memFree=128634032/131524600 swapFree=131071996/131071996
[pid=727099] ppid=727090 vsize=214164 memory=157048 CPUtime=12.65 cores=4,6
/proc/727099/stat : 727099 (fscip) S 727090 727099 724689 0 -1 1077936128 71543 0 0 0 1257 8 0 0 20 0 3 0 142714221 219303936 39262 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
/proc/727099/statm: 53541 39262 2990 3032 0 45981 0
[pid=727099/tid=727111] ppid=727090 vsize=214164 memory=111112 CPUtime=10.94 cores=4,6
/proc/727099/task/727111/stat : 727111 (fscip) R 727090 727099 724689 0 -1 4194368 60233 0 0 0 1088 6 0 0 20 0 3 0 142714391 219303936 39262 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
[pid=727099/tid=727115] ppid=727090 vsize=214164 memory=157020 CPUtime=0 cores=4,6
/proc/727099/task/727115/stat : 727115 (fscip) S 727090 727099 724689 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 3 0 142714393 219303936 39262 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 214164 KiB
Current children cumulated memory: 157048 KiB

[startup+25.5003 s]
/proc/loadavg: 2.87 3.61 3.86 6/265 727122
/proc/meminfo: memFree=128626828/131524600 swapFree=131071996/131071996
[pid=727099] ppid=727090 vsize=214164 memory=158624 CPUtime=25.42 cores=4,6
/proc/727099/stat : 727099 (fscip) S 727090 727099 724689 0 -1 1077936128 104414 0 0 0 2532 10 0 0 20 0 3 0 142714221 219303936 39656 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
/proc/727099/statm: 53541 39656 3310 3032 0 45981 0
[pid=727099/tid=727111] ppid=727090 vsize=214164 memory=158592 CPUtime=23.7 cores=4,6
/proc/727099/task/727111/stat : 727111 (fscip) R 727090 727099 724689 0 -1 4194368 93042 0 0 0 2362 8 0 0 20 0 3 0 142714391 219303936 39656 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
[pid=727099/tid=727115] ppid=727090 vsize=214164 memory=11640 CPUtime=0 cores=4,6
/proc/727099/task/727115/stat : 727115 (fscip) S 727090 727099 724689 0 -1 1077936192 12 0 0 0 0 0 0 0 20 0 3 0 142714393 219303936 39656 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 214164 KiB
Current children cumulated memory: 158624 KiB

[startup+51.1064 s]
/proc/loadavg: 3.34 3.66 3.87 6/265 727125
/proc/meminfo: memFree=128438024/131524600 swapFree=131071996/131071996
[pid=727099] ppid=727090 vsize=282628 memory=216868 CPUtime=50.95 cores=4,6
/proc/727099/stat : 727099 (fscip) S 727090 727099 724689 0 -1 1077936128 193752 0 0 0 5078 17 0 0 20 0 3 0 142714221 289411072 54217 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
/proc/727099/statm: 70657 54217 3310 3032 0 59247 0
[pid=727099/tid=727111] ppid=727090 vsize=282628 memory=216552 CPUtime=49.24 cores=4,6
/proc/727099/task/727111/stat : 727111 (fscip) R 727090 727099 724689 0 -1 4194368 181814 0 0 0 4908 16 0 0 20 0 3 0 142714391 289411072 54217 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
[pid=727099/tid=727115] ppid=727090 vsize=282628 memory=7753962189069000089 CPUtime=0 cores=4,6
/proc/727099/task/727115/stat : 727115 (fscip) S 727090 727099 724689 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 3 0 142714393 289411072 54217 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 282628 KiB
Current children cumulated memory: 216868 KiB

[startup+102.3 s]
/proc/loadavg: 3.78 3.73 3.89 6/265 727134
/proc/meminfo: memFree=128380708/131524600 swapFree=131071996/131071996
[pid=727099] ppid=727090 vsize=288140 memory=227900 CPUtime=101.99 cores=4,6
/proc/727099/stat : 727099 (fscip) S 727090 727099 724689 0 -1 1077936128 278040 0 0 0 10171 28 0 0 20 0 3 0 142714221 295055360 56975 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
/proc/727099/statm: 72035 56975 3310 3032 0 62072 0
[pid=727099/tid=727111] ppid=727090 vsize=288140 memory=227764 CPUtime=100.28 cores=4,6
/proc/727099/task/727111/stat : 727111 (fscip) R 727090 727099 724689 0 -1 4194368 266009 0 0 0 10002 26 0 0 20 0 3 0 142714391 295055360 56975 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
[pid=727099/tid=727115] ppid=727090 vsize=288140 memory=227764 CPUtime=0 cores=4,6
/proc/727099/task/727115/stat : 727115 (fscip) S 727090 727099 724689 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 3 0 142714393 295055360 56975 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 288140 KiB
Current children cumulated memory: 227900 KiB

[startup+162.3 s]
/proc/loadavg: 3.97 3.80 3.90 6/267 727150
/proc/meminfo: memFree=128310912/131524600 swapFree=131071996/131071996
[pid=727099] ppid=727090 vsize=297700 memory=237480 CPUtime=161.81 cores=4,6
/proc/727099/stat : 727099 (fscip) S 727090 727099 724689 0 -1 1077936128 335656 0 0 0 16142 39 0 0 20 0 3 0 142714221 304844800 59370 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
/proc/727099/statm: 74425 59370 3310 3032 0 64740 0
[pid=727099/tid=727111] ppid=727090 vsize=297700 memory=228380 CPUtime=160.1 cores=4,6
/proc/727099/task/727111/stat : 727111 (fscip) R 727090 727099 724689 0 -1 4194368 323545 0 0 0 15972 38 0 0 20 0 3 0 142714391 304844800 59370 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
[pid=727099/tid=727115] ppid=727090 vsize=297700 memory=11640 CPUtime=0 cores=4,6
/proc/727099/task/727115/stat : 727115 (fscip) S 727090 727099 724689 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 3 0 142714393 304844800 59370 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 297700 KiB
Current children cumulated memory: 237480 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 3.87 3.92 6/267 727160
/proc/meminfo: memFree=128239276/131524600 swapFree=131071996/131071996
[pid=727099] ppid=727090 vsize=310804 memory=248088 CPUtime=221.64 cores=4,6
/proc/727099/stat : 727099 (fscip) S 727090 727099 724689 0 -1 1077936128 370270 0 0 0 22116 48 0 0 20 0 3 0 142714221 318263296 62022 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
/proc/727099/statm: 77701 62022 3310 3032 0 68016 0
[pid=727099/tid=727111] ppid=727090 vsize=310804 memory=241296 CPUtime=219.93 cores=4,6
/proc/727099/task/727111/stat : 727111 (fscip) R 727090 727099 724689 0 -1 4194368 358124 0 0 0 21946 47 0 0 20 0 3 0 142714391 318263296 62022 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
[pid=727099/tid=727115] ppid=727090 vsize=310804 memory=248088 CPUtime=0 cores=4,6
/proc/727099/task/727115/stat : 727115 (fscip) S 727090 727099 724689 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 3 0 142714393 318263296 62022 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 310804 KiB
Current children cumulated memory: 248088 KiB

[startup+282.3 s]
/proc/loadavg: 4.18 3.94 3.94 6/267 727170
/proc/meminfo: memFree=128202628/131524600 swapFree=131071996/131071996
[pid=727099] ppid=727090 vsize=317028 memory=254808 CPUtime=281.46 cores=4,6
/proc/727099/stat : 727099 (fscip) S 727090 727099 724689 0 -1 1077936128 391816 0 0 0 28089 57 0 0 20 0 3 0 142714221 324636672 63702 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
/proc/727099/statm: 79257 63702 3310 3032 0 69572 0
[pid=727099/tid=727111] ppid=727090 vsize=317028 memory=254808 CPUtime=279.74 cores=4,6
/proc/727099/task/727111/stat : 727111 (fscip) R 727090 727099 724689 0 -1 4194368 379636 0 0 0 27919 55 0 0 20 0 3 0 142714391 324636672 63702 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
[pid=727099/tid=727115] ppid=727090 vsize=317028 memory=254808 CPUtime=0 cores=4,6
/proc/727099/task/727115/stat : 727115 (fscip) S 727090 727099 724689 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 3 0 142714393 324636672 63702 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
Current children cumulated CPU time: 281.46 s
Current children cumulated vsize: 317028 KiB
Current children cumulated memory: 254808 KiB

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

# cumulated CPU time of all completed processes:  user=287.622 s, system=0.594286 s

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

[startup+284.8 s]
/proc/loadavg: 4.17 3.94 3.94 6/265 727217
/proc/meminfo: memFree=128113088/131524600 swapFree=131071996/131071996
[pid=727099] ppid=727090 vsize=317028 memory=256108 CPUtime=283.96 cores=4,6
/proc/727099/stat : 727099 (fscip) S 727090 727099 724689 0 -1 1077936128 396377 0 0 0 28338 58 0 0 20 0 3 0 142714221 324636672 64027 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
/proc/727099/statm: 79257 64027 3310 3032 0 69572 0
[pid=727099/tid=727111] ppid=727090 vsize=317028 memory=2248 CPUtime=282.23 cores=4,6
/proc/727099/task/727111/stat : 727111 (fscip) R 727090 727099 724689 0 -1 4194368 384197 0 0 0 28168 55 0 0 20 0 3 0 142714391 324636672 64027 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
[pid=727099/tid=727115] ppid=727090 vsize=317028 memory=39476 CPUtime=0 cores=4,6
/proc/727099/task/727115/stat : 727115 (fscip) S 727090 727099 724689 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 3 0 142714393 324636672 64027 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
Current children cumulated CPU time: 283.96 s
Current children cumulated vsize: 317028 KiB
Current children cumulated memory: 256108 KiB

[startup+286.4 s]
/proc/loadavg: 4.17 3.94 3.94 6/265 727217
/proc/meminfo: memFree=128110320/131524600 swapFree=131071996/131071996
[pid=727099] ppid=727090 vsize=317028 memory=256108 CPUtime=285.55 cores=4,6
/proc/727099/stat : 727099 (fscip) S 727090 727099 724689 0 -1 1077936128 396472 0 0 0 28497 58 0 0 20 0 3 0 142714221 324636672 64027 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
/proc/727099/statm: 79257 64027 3310 3032 0 69572 0
[pid=727099/tid=727111] ppid=727090 vsize=317028 memory=16024 CPUtime=283.83 cores=4,6
/proc/727099/task/727111/stat : 727111 (fscip) R 727090 727099 724689 0 -1 4194368 384292 0 0 0 28327 56 0 0 20 0 3 0 142714391 324636672 64027 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
[pid=727099/tid=727115] ppid=727090 vsize=317028 memory=256108 CPUtime=0 cores=4,6
/proc/727099/task/727115/stat : 727115 (fscip) S 727090 727099 724689 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 3 0 142714393 324636672 64027 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
Current children cumulated CPU time: 285.55 s
Current children cumulated vsize: 317028 KiB
Current children cumulated memory: 256108 KiB

[startup+288 s]*
/proc/loadavg: 4.17 3.94 3.94 6/265 727217
/proc/meminfo: memFree=128109256/131524600 swapFree=131071996/131071996
[pid=727099] ppid=727090 vsize=317028 memory=256108 CPUtime=287.15 cores=4,6
/proc/727099/stat : 727099 (fscip) S 727090 727099 724689 0 -1 1077936128 396638 0 0 0 28657 58 0 0 20 0 3 0 142714221 324636672 64027 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
/proc/727099/statm: 79257 64027 3310 3032 0 69572 0
[pid=727099/tid=727111] ppid=727090 vsize=317028 memory=-9033209737416975036 CPUtime=285.43 cores=4,6
/proc/727099/task/727111/stat : 727111 (fscip) R 727090 727099 724689 0 -1 4194368 384458 0 0 0 28487 56 0 0 20 0 3 0 142714391 324636672 64027 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
[pid=727099/tid=727115] ppid=727090 vsize=317028 memory=3428 CPUtime=0 cores=4,6
/proc/727099/task/727115/stat : 727115 (fscip) S 727090 727099 724689 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 3 0 142714393 324636672 64027 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
Current children cumulated CPU time: 287.15 s
Current children cumulated vsize: 317028 KiB
Current children cumulated memory: 256108 KiB

[startup+288.8 s]
/proc/loadavg: 4.17 3.94 3.94 6/265 727217
/proc/meminfo: memFree=128109256/131524600 swapFree=131071996/131071996
[pid=727099] ppid=727090 vsize=317028 memory=256108 CPUtime=287.94 cores=4,6
/proc/727099/stat : 727099 (fscip) S 727090 727099 724689 0 -1 1077936128 396857 0 0 0 28736 58 0 0 20 0 3 0 142714221 324636672 64027 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
/proc/727099/statm: 79257 64027 3310 3032 0 69572 0
[pid=727099/tid=727111] ppid=727090 vsize=317028 memory=256108 CPUtime=286.22 cores=4,6
/proc/727099/task/727111/stat : 727111 (fscip) R 727090 727099 724689 0 -1 4194368 384677 0 0 0 28566 56 0 0 20 0 3 0 142714391 324636672 64027 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
[pid=727099/tid=727115] ppid=727090 vsize=317028 memory=16024 CPUtime=0 cores=4,6
/proc/727099/task/727115/stat : 727115 (fscip) S 727090 727099 724689 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 3 0 142714393 324636672 64027 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
Current children cumulated CPU time: 287.94 s
Current children cumulated vsize: 317028 KiB
Current children cumulated memory: 256108 KiB

[startup+289 s]*
/proc/loadavg: 4.15 3.94 3.95 6/265 727217
/proc/meminfo: memFree=128109248/131524600 swapFree=131071996/131071996
[pid=727099] ppid=727090 vsize=317028 memory=256108 CPUtime=288.15 cores=4,6
/proc/727099/stat : 727099 (fscip) R 727090 727099 724689 0 -1 1077936128 397752 0 0 0 28757 58 0 0 20 0 3 0 142714221 324636672 64027 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
/proc/727099/statm: 79257 64027 3310 3032 0 69572 0
[pid=727099/tid=727111] ppid=727090 vsize=317028 memory=-9033209737416975036 CPUtime=286.43 cores=4,6
/proc/727099/task/727111/stat : 727111 (fscip) R 727090 727099 724689 0 -1 4194368 385574 0 0 0 28587 56 0 0 20 0 3 0 142714391 324636672 64027 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
[pid=727099/tid=727115] ppid=727090 vsize=317028 memory=198340509722 CPUtime=0 cores=4,6
/proc/727099/task/727115/stat : 727115 (fscip) S 727090 727099 724689 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 3 0 142714393 324636672 64027 134679101440 4194304 16613245 140732541539264 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51150848 140732541543393 140732541543509 140732541543509 140732541550576 0
Current children cumulated CPU time: 288.15 s
Current children cumulated vsize: 317028 KiB
Current children cumulated memory: 256108 KiB

Child status: 0

Real time (s): 289.063
CPU time (s): 288.216
CPU user time (s): 287.622
CPU system time (s): 0.594286
CPU usage (%): 99.707
Max. virtual memory (cumulated for all children) (KiB): 317028
Max. memory (cumulated for all children) (KiB): 256108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 287.622
system time used= 0.594286
maximum resident set size= 256108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 404931
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= 883
involuntary context switches= 238


# summary of solver processes directly reported to runsolver:
#   pid: 727099
#   total CPU time (s): 288.216
#   total CPU user time (s): 287.622
#   total CPU system time (s): 0.594286

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.01435 second user time and 1.17809 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-13 23:18:13
IDJOB=4426991
IDBENCH=143212
IDSOLVER=3044
FILE ID=nodeC026/4426991-1720905480
RUNJOBID= nodeC026-1720905493-727045
SLURM_JOB_ID= 7486085
Free space on /tmp= 890060 MiB

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

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

MD5SUM BENCH= 65d50eee5968fd8142e7f90f77179a12
RANDOM SEED=53244734

nodeC026.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		: 3851.761
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.74
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		: 3784.677
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.45
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		: 3721.465
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.74
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		: 3767.672
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.45
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		: 3679.046
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.74
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		: 3608.136
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.45
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		: 3566.085
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.74
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		: 3618.694
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.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        129275536 kB
MemAvailable:   129781364 kB
Buffers:          329376 kB
Cached:          1018128 kB
SwapCached:            0 kB
Active:           543360 kB
Inactive:        1134796 kB
Active(anon):       1452 kB
Inactive(anon):   367600 kB
Active(file):     541908 kB
Inactive(file):   767196 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            112816 kB
Writeback:             0 kB
AnonPages:        330004 kB
Mapped:           101920 kB
Shmem:             37720 kB
KReclaimable:      73092 kB
Slab:             172500 kB
SReclaimable:      73092 kB
SUnreclaim:        99408 kB
KernelStack:        3860 kB
PageTables:         9384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     719636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            55872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    210944 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      182996 kB
DirectMap2M:    10076160 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 889972 MiB
End job on nodeC026 at 2024-07-13 23:23:02