Trace number 4465021

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 2024-07-30OPTIMUM 296.626 297.918

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: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.05	c Default LC presolving (default).
0.00/0.05	c ** Before presolving: virtualMemUsedAtLc = 35749888, getVmSize() = 35749888, SCIPgetMemUsed() = 10377933, SCIPgetMemTotal() = 13642749, SCIPgetMemExternEstim() = 7879036
0.00/0.05	c ** set memory limit for presolving in LC to 8.79608e+12 for SCIP **
2.28/2.34	c ** Estimated virtualMemUsedAtSolver = 32002048, getVmSize() = 60256256, SCIPgetMemUsed() = 21333881, SCIPgetMemTotal() = 36521241, SCIPgetMemExternEstim() = 7879036
2.28/2.34	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
2.28/2.34	c Original Problem   :
2.28/2.34	c   Problem name     : instance-4465021-1722389415
2.28/2.34	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
2.28/2.34	c   Constraints      : 5415
2.28/2.34	c   Objective sense  : minimize
2.28/2.34	c Presolved Problem  :
2.28/2.34	c   Variables        : 2961 (2938 binary, 0 integer, 23 implicit integer, 0 continuous)
2.28/2.34	c   Constraints      : 2739
2.28/2.34	c Constraints        : Number
2.28/2.34	c   linear           : 2707 
2.28/2.34	c   indicator        : 32 
2.28/2.34	c ** Instance transfer method used: 0
2.28/2.35	c ** ParaScipInstance copy does not increase the number of variables. **
2.28/2.36	c LC is working with racing ramp-up and with rebuilding tree after racing.
2.28/2.36	c                                Nodes    Active                                            
2.28/2.36	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
2.38/2.48	c *       2              0           1         1       88375.0000                -          -
2.38/2.48	c *       2              0           1         1         950.0000                -          -
5.46/5.58	c *       6              0           1         1         169.0000                -          -
5.46/5.58	c         6              0           1         1         169.0000                -          -
8.55/8.66	c *       9              6           5         1           8.0000           0.0000          -
9.44/9.50	c *      10             16          10         1           5.0000           0.0000          -
9.44/9.51	c *      10             16          10         1           4.0000           0.0000          -
11.13/11.30	c        11             65          15         1           4.0000           0.0000          -
12.23/12.37	c *      12             97          15         1           3.0000           0.0000          -
16.31/16.47	c        16            289          23         1           3.0000           0.0000          -
21.91/22.01	c        22            653          52         1           3.0000           0.0000          -
25.68/25.84	c *      26            892         121         1           2.0000           0.0000          -
26.89/27.10	c        27           1147         162         1           2.0000           0.0000          -
32.07/32.20	c        32           1878         237         1           2.0000           0.0000          -
37.15/37.39	c        37           2850           1         1           2.0000           0.0000          -
42.22/42.44	c        42           3813          61         1           2.0000           0.0000          -
47.41/47.61	c        48           4865         148         1           2.0000           0.0000          -
48.20/48.44	c *      48           4865         148         1           1.0000           0.0000          -
52.38/52.65	c        53           8208         344         1           1.0000           0.0000          -
57.47/57.70	c        58          11278         407         1           1.0000           0.0000          -
62.44/62.76	c        63          14954         494         1           1.0000           0.0000          -
67.52/67.81	c        68          18504         450         1           1.0000           0.0000          -
72.50/72.88	c        73          21290         445         1           1.0000           0.0000          -
77.58/77.99	c        78          24349         592         1           1.0000           0.0000          -
82.66/83.04	c        83          28116         541         1           1.0000           0.0000          -
87.64/88.09	c        88          31262         479         1           1.0000           0.0000          -
92.72/93.14	c        93          34679         491         1           1.0000           0.0000          -
97.79/98.21	c        98          37477         458         1           1.0000           0.0000          -
102.76/103.26	c       103          40937         422         1           1.0000           0.0000          -
107.85/108.31	c       108          44603         360         1           1.0000           0.0000          -
112.83/113.37	c       113          47730         319         1           1.0000           0.0000          -
117.90/118.42	c       118          51138         407         1           1.0000           0.0000          -
122.88/123.47	c       123          54702         378         1           1.0000           0.0000          -
127.96/128.52	c       129          58111         337         1           1.0000           0.0000          -
132.94/133.58	c       134          61150         291         1           1.0000           0.0000          -
138.02/138.66	c       139          64237         448         1           1.0000           0.0000          -
143.10/143.73	c       144          66560         518         1           1.0000           0.0000          -
148.08/148.78	c       149          68659         574         1           1.0000           0.0000          -
153.16/153.85	c       154          70845         586         1           1.0000           0.0000          -
158.24/158.92	c       159          73221         636         1           1.0000           0.0000          -
163.22/163.97	c       164          75278         643         1           1.0000           0.0000          -
168.31/169.02	c       169          77349         665         1           1.0000           0.0000          -
173.28/174.08	c       174          80251         720         1           1.0000           0.0000          -
178.45/179.21	c       179          82607         724         1           1.0000           0.0000          -
183.44/184.26	c       184          85856         738         1           1.0000           0.0000          -
188.51/189.35	c       189          87865         740         1           1.0000           0.0000          -
193.59/194.45	c       194          89957         695         1           1.0000           0.0000          -
198.67/199.54	c       200          92331         669         1           1.0000           0.0000          -
203.75/204.62	c       205          94404         653         1           1.0000           0.0000          -
208.72/209.67	c       210          97253         590         1           1.0000           0.0000          -
213.81/214.74	c       215         100055         606         1           1.0000           0.0000          -
218.79/219.79	c       220         103117         566         1           1.0000           0.0000          -
223.87/224.84	c       225         106665         561         1           1.0000           0.0000          -
228.95/229.92	c       230         109187         479         1           1.0000           0.0000          -
233.93/235.01	c       235         111769         418         1           1.0000           0.0000          -
239.01/240.07	c       240         114037         385         1           1.0000           0.0000          -
244.08/245.16	c       245         116956         303         1           1.0000           0.0000          -
249.15/250.20	c       250         120326         269         1           1.0000           0.0000          -
254.13/255.25	c       255         123971         249         1           1.0000           0.0000          -
259.18/260.32	c       260         127050         193         1           1.0000           0.0000          -
264.16/265.37	c       265         130153          99         1           1.0000           0.0000          -
269.24/270.46	c       270         133588          91         1           1.0000           0.0000          -
274.33/275.51	c       276         135730          46         1           1.0000           0.0000          -
279.40/280.63	c       281         138522          23         1           1.0000           0.0000          -
284.38/285.68	c       286         142051          41         1           1.0000           0.0000          -
289.45/290.77	c       291         144635          16         1           1.0000           0.0000          -
294.62/295.90	c       296         148144          49         1           1.0000           0.0000          -
296.51/297.82	c       298         149512           0         0           1.0000           1.0000      0.00%
296.51/297.85	c       298         149512           0         0           1.0000           1.0000          -
296.51/297.85	c SCIP Status        : c problem is solved
296.51/297.85	c Total Time         : 297.8500
296.51/297.85	c   solving          : 297.8500
296.51/297.85	c   presolving       : 2.2886 (included in solving)
296.51/297.85	c B&B Tree           :
296.51/297.85	c   nodes (total)    : 149512
296.51/297.85	c Solution           :
296.51/297.85	c   Solutions found  : 10
296.51/297.85	c   Primal Bound     : +1.00000000000000e+00
296.51/297.85	c   Dual Bound       : +1.00000000000000e+00
296.51/297.85	c Gap                : 0.00000 %
296.51/297.88	o 1
296.51/297.88	s OPTIMUM FOUND
296.51/297.88	v -x231 -x230 -x229 -x228 -x227 -x226 x225 -x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
296.51/297.88	v -x209 -x208 -x207 -x206 -x205 -x204 x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 -x191 -x190 x189 
296.51/297.88	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 x177 -x176 -x175 -x174 -x173 -x172 x171 -x170 -x169 -x168 
296.51/297.88	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
296.51/297.88	v -x146 x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 x126 -x125 
296.51/297.88	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 x104 
296.51/297.88	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 
296.51/297.88	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 
296.51/297.89	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 
296.51/297.89	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 
296.51/297.89	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: 64059 MiB (62351 MiB free)
  memory of node 1: 64510 MiB (59600 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4465021-1722389415/watcher-4465021-1722389415 -o /tmp/evaluation-result-4465021-1722389415/solver-4465021-1722389415 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1722389412-35454 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465021-1722389415.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=35690, runsolver pid=35687

[startup+0.100826 s]*
/proc/loadavg: 2.02 2.77 3.44 5/249 35691
/proc/meminfo: memFree=124851972/131655788 swapFree=131071996/131071996
[pid=35690] ppid=35687 vsize=49896 memory=38524 CPUtime=0.1 cores=0,2
/proc/35690/stat : 35690 (fscip) R 35687 35690 35414 0 -1 4194304 7252 0 0 0 7 3 0 0 20 0 1 0 5537176 51093504 9631 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
/proc/35690/statm: 12474 9631 2630 3035 0 8870 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 49896 KiB
Current children cumulated memory: 38524 KiB

[startup+0.213382 s]*
/proc/loadavg: 2.02 2.77 3.44 5/249 35691
/proc/meminfo: memFree=124849292/131655788 swapFree=131071996/131071996
[pid=35690] ppid=35687 vsize=50336 memory=39052 CPUtime=0.21 cores=0,2
/proc/35690/stat : 35690 (fscip) R 35687 35690 35414 0 -1 4194304 7378 0 0 0 18 3 0 0 20 0 1 0 5537176 51544064 9763 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
/proc/35690/statm: 12584 9763 2630 3035 0 8980 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 50336 KiB
Current children cumulated memory: 39052 KiB

[startup+0.312902 s]*
/proc/loadavg: 2.02 2.77 3.44 5/249 35691
/proc/meminfo: memFree=124848816/131655788 swapFree=131071996/131071996
[pid=35690] ppid=35687 vsize=50576 memory=39052 CPUtime=0.31 cores=0,2
/proc/35690/stat : 35690 (fscip) R 35687 35690 35414 0 -1 4194304 7410 0 0 0 28 3 0 0 20 0 1 0 5537176 51789824 9763 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
/proc/35690/statm: 12644 9763 2630 3035 0 9040 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 50576 KiB
Current children cumulated memory: 39052 KiB

[startup+0.700303 s]
/proc/loadavg: 2.02 2.77 3.44 5/249 35691
/proc/meminfo: memFree=124848668/131655788 swapFree=131071996/131071996
[pid=35690] ppid=35687 vsize=51348 memory=39844 CPUtime=0.68 cores=0,2
/proc/35690/stat : 35690 (fscip) R 35687 35690 35414 0 -1 4194304 7602 0 0 0 65 3 0 0 20 0 1 0 5537176 52580352 9961 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
/proc/35690/statm: 12837 9961 2630 3035 0 9233 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 51348 KiB
Current children cumulated memory: 39844 KiB

[startup+1.50029 s]
/proc/loadavg: 2.02 2.77 3.44 5/249 35691
/proc/meminfo: memFree=124845604/131655788 swapFree=131071996/131071996
[pid=35690] ppid=35687 vsize=52376 memory=40900 CPUtime=1.48 cores=0,2
/proc/35690/stat : 35690 (fscip) R 35687 35690 35414 0 -1 4194304 7858 0 0 0 145 3 0 0 20 0 1 0 5537176 53633024 10225 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
/proc/35690/statm: 13094 10225 2630 3035 0 9490 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 52376 KiB
Current children cumulated memory: 40900 KiB

[startup+3.11304 s]
/proc/loadavg: 2.02 2.77 3.44 5/255 35697
/proc/meminfo: memFree=124697176/131655788 swapFree=131071996/131071996
[pid=35690] ppid=35687 vsize=147620 memory=77004 CPUtime=3.08 cores=0,2
/proc/35690/stat : 35690 (fscip) S 35687 35690 35414 0 -1 1077936128 17157 0 0 0 303 5 0 0 20 0 3 0 5537176 151162880 19251 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
/proc/35690/statm: 36905 19251 2870 3035 0 23606 0
[pid=35690/tid=35696] ppid=35687 vsize=147620 memory=73736 CPUtime=0.74 cores=0,2
/proc/35690/task/35696/stat : 35696 (fscip) R 35687 35690 35414 0 -1 4194368 6876 0 0 0 73 1 0 0 20 0 3 0 5537411 151162880 19251 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
[pid=35690/tid=35697] ppid=35687 vsize=147620 memory=0 CPUtime=0 cores=0,2
/proc/35690/task/35697/stat : 35697 (fscip) S 35687 35690 35414 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5537413 151162880 19251 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 147620 KiB
Current children cumulated memory: 77004 KiB

[startup+6.30036 s]
/proc/loadavg: 2.18 2.79 3.44 5/255 35697
/proc/meminfo: memFree=124593524/131655788 swapFree=131071996/131071996
[pid=35690] ppid=35687 vsize=148644 memory=113240 CPUtime=6.25 cores=0,2
/proc/35690/stat : 35690 (fscip) S 35687 35690 35414 0 -1 1077936128 37049 0 0 0 618 7 0 0 20 0 3 0 5537176 152211456 28310 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
/proc/35690/statm: 37161 28310 3014 3035 0 33395 0
[pid=35690/tid=35696] ppid=35687 vsize=148644 memory=0 CPUtime=3.92 cores=0,2
/proc/35690/task/35696/stat : 35696 (fscip) R 35687 35690 35414 0 -1 4194368 26270 0 0 0 388 4 0 0 20 0 3 0 5537411 152211456 28310 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
[pid=35690/tid=35697] ppid=35687 vsize=148644 memory=40900 CPUtime=0 cores=0,2
/proc/35690/task/35697/stat : 35697 (fscip) S 35687 35690 35414 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 3 0 5537413 152211456 28310 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 148644 KiB
Current children cumulated memory: 113240 KiB

[startup+12.7004 s]
/proc/loadavg: 2.32 2.81 3.45 5/253 35746
/proc/meminfo: memFree=124515468/131655788 swapFree=131071996/131071996
[pid=35690] ppid=35687 vsize=214180 memory=159088 CPUtime=12.63 cores=0,2
/proc/35690/stat : 35690 (fscip) S 35687 35690 35414 0 -1 1077936128 75152 0 0 0 1252 11 0 0 20 0 3 0 5537176 219320320 39772 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
/proc/35690/statm: 53545 39772 3014 3035 0 45821 0
[pid=35690/tid=35696] ppid=35687 vsize=214180 memory=0 CPUtime=10.29 cores=0,2
/proc/35690/task/35696/stat : 35696 (fscip) R 35687 35690 35414 0 -1 4194368 63390 0 0 0 1022 7 0 0 20 0 3 0 5537411 219320320 39772 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
[pid=35690/tid=35697] ppid=35687 vsize=214180 memory=11352 CPUtime=0 cores=0,2
/proc/35690/task/35697/stat : 35697 (fscip) S 35687 35690 35414 0 -1 1077936192 10 0 0 0 0 0 0 0 20 0 3 0 5537413 219320320 39772 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 214180 KiB
Current children cumulated memory: 159088 KiB

[startup+25.5004 s]
/proc/loadavg: 2.76 2.89 3.46 5/253 35748
/proc/meminfo: memFree=124435040/131655788 swapFree=131071996/131071996
[pid=35690] ppid=35687 vsize=214180 memory=160676 CPUtime=25.38 cores=0,2
/proc/35690/stat : 35690 (fscip) S 35687 35690 35414 0 -1 1077936128 112050 0 0 0 2524 14 0 0 20 0 3 0 5537176 219320320 40169 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
/proc/35690/statm: 53545 40169 3318 3035 0 45821 0
[pid=35690/tid=35696] ppid=35687 vsize=214180 memory=4672 CPUtime=23.04 cores=0,2
/proc/35690/task/35696/stat : 35696 (fscip) R 35687 35690 35414 0 -1 4194368 100219 0 0 0 2294 10 0 0 20 0 3 0 5537411 219320320 40169 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
[pid=35690/tid=35697] ppid=35687 vsize=214180 memory=175800 CPUtime=0 cores=0,2
/proc/35690/task/35697/stat : 35697 (fscip) S 35687 35690 35414 0 -1 1077936192 16 0 0 0 0 0 0 0 20 0 3 0 5537413 219320320 40169 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 214180 KiB
Current children cumulated memory: 160676 KiB

[startup+51.1135 s]
/proc/loadavg: 3.19 2.98 3.48 5/253 35753
/proc/meminfo: memFree=124294444/131655788 swapFree=131071996/131071996
[pid=35690] ppid=35687 vsize=279716 memory=187208 CPUtime=50.9 cores=0,2
/proc/35690/stat : 35690 (fscip) S 35687 35690 35414 0 -1 1077936128 182819 0 0 0 5069 21 0 0 20 0 3 0 5537176 286429184 46802 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
/proc/35690/statm: 69929 46802 3318 3035 0 51581 0
[pid=35690/tid=35696] ppid=35687 vsize=279716 memory=160524 CPUtime=48.56 cores=0,2
/proc/35690/task/35696/stat : 35696 (fscip) R 35687 35690 35414 0 -1 4194368 170026 0 0 0 4839 17 0 0 20 0 3 0 5537411 286429184 46802 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
[pid=35690/tid=35697] ppid=35687 vsize=279716 memory=186696 CPUtime=0 cores=0,2
/proc/35690/task/35697/stat : 35697 (fscip) S 35687 35690 35414 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 3 0 5537413 286429184 46802 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 279716 KiB
Current children cumulated memory: 187208 KiB

[startup+102.3 s]
/proc/loadavg: 3.69 3.15 3.51 5/253 35761
/proc/meminfo: memFree=124154408/131655788 swapFree=131071996/131071996
[pid=35690] ppid=35687 vsize=279716 memory=188504 CPUtime=101.87 cores=0,2
/proc/35690/stat : 35690 (fscip) S 35687 35690 35414 0 -1 1077936128 234960 0 0 0 10155 32 0 0 20 0 3 0 5537176 286429184 47126 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
/proc/35690/statm: 69929 47126 3318 3035 0 51581 0
[pid=35690/tid=35696] ppid=35687 vsize=279716 memory=132 CPUtime=99.51 cores=0,2
/proc/35690/task/35696/stat : 35696 (fscip) R 35687 35690 35414 0 -1 4194368 222085 0 0 0 9924 27 0 0 20 0 3 0 5537411 286429184 47126 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
[pid=35690/tid=35697] ppid=35687 vsize=279716 memory=188504 CPUtime=0 cores=0,2
/proc/35690/task/35697/stat : 35697 (fscip) S 35687 35690 35414 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 3 0 5537413 286429184 47126 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
Current children cumulated CPU time: 101.87 s
Current children cumulated vsize: 279716 KiB
Current children cumulated memory: 188504 KiB

[startup+162.3 s]
/proc/loadavg: 4.03 3.35 3.56 5/253 35773
/proc/meminfo: memFree=124075512/131655788 swapFree=131071996/131071996
[pid=35690] ppid=35687 vsize=284776 memory=193432 CPUtime=161.63 cores=0,2
/proc/35690/stat : 35690 (fscip) S 35687 35690 35414 0 -1 1077936128 272076 0 0 0 16122 41 0 0 20 0 3 0 5537176 291610624 48358 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
/proc/35690/statm: 71194 48358 3318 3035 0 53218 0
[pid=35690/tid=35696] ppid=35687 vsize=284776 memory=11352 CPUtime=159.27 cores=0,2
/proc/35690/task/35696/stat : 35696 (fscip) R 35687 35690 35414 0 -1 4194368 259148 0 0 0 15891 36 0 0 20 0 3 0 5537411 291610624 48358 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
[pid=35690/tid=35697] ppid=35687 vsize=284776 memory=193432 CPUtime=0 cores=0,2
/proc/35690/task/35697/stat : 35697 (fscip) S 35687 35690 35414 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 5537413 291610624 48358 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
Current children cumulated CPU time: 161.63 s
Current children cumulated vsize: 284776 KiB
Current children cumulated memory: 193432 KiB

[startup+222.3 s]
/proc/loadavg: 4.04 3.49 3.60 5/253 35783
/proc/meminfo: memFree=123995624/131655788 swapFree=131071996/131071996
[pid=35690] ppid=35687 vsize=312844 memory=219764 CPUtime=221.37 cores=0,2
/proc/35690/stat : 35690 (fscip) S 35687 35690 35414 0 -1 1077936128 313831 0 0 0 22088 49 0 0 20 0 3 0 5537176 320352256 54941 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
/proc/35690/statm: 78211 54941 3318 3035 0 60235 0
[pid=35690/tid=35696] ppid=35687 vsize=312844 memory=11352 CPUtime=219.01 cores=0,2
/proc/35690/task/35696/stat : 35696 (fscip) R 35687 35690 35414 0 -1 4194368 300843 0 0 0 21857 44 0 0 20 0 3 0 5537411 320352256 54941 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
[pid=35690/tid=35697] ppid=35687 vsize=312844 memory=203688 CPUtime=0 cores=0,2
/proc/35690/task/35697/stat : 35697 (fscip) S 35687 35690 35414 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 3 0 5537413 320352256 54941 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
Current children cumulated CPU time: 221.37 s
Current children cumulated vsize: 312844 KiB
Current children cumulated memory: 219764 KiB

[startup+282.3 s]
/proc/loadavg: 4.57 3.72 3.67 5/244 35876
/proc/meminfo: memFree=123906200/131655788 swapFree=131071996/131071996
[pid=35690] ppid=35687 vsize=317044 memory=224320 CPUtime=281.09 cores=0,2
/proc/35690/stat : 35690 (fscip) S 35687 35690 35414 0 -1 1077936128 335589 0 0 0 28053 56 0 0 20 0 3 0 5537176 324653056 56080 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
/proc/35690/statm: 79261 56080 3318 3035 0 61285 0
[pid=35690/tid=35696] ppid=35687 vsize=317044 memory=11352 CPUtime=278.72 cores=0,2
/proc/35690/task/35696/stat : 35696 (fscip) R 35687 35690 35414 0 -1 4194368 322575 0 0 0 27822 50 0 0 20 0 3 0 5537411 324653056 56080 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
[pid=35690/tid=35697] ppid=35687 vsize=317044 memory=12220 CPUtime=0 cores=0,2
/proc/35690/task/35697/stat : 35697 (fscip) S 35687 35690 35414 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 3 0 5537413 324653056 56080 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
Current children cumulated CPU time: 281.09 s
Current children cumulated vsize: 317044 KiB
Current children cumulated memory: 224320 KiB

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

# cumulated CPU time of all completed processes:  user=296.003 s, system=0.623083 s

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

[startup+288 s]*
/proc/loadavg: 4.60 3.75 3.68 5/252 35888
/proc/meminfo: memFree=122643896/131655788 swapFree=131071996/131071996
[pid=35690] ppid=35687 vsize=317044 memory=224320 CPUtime=286.78 cores=0,2
/proc/35690/stat : 35690 (fscip) S 35687 35690 35414 0 -1 1077936128 335604 0 0 0 28620 58 0 0 20 0 3 0 5537176 324653056 56080 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
/proc/35690/statm: 79261 56080 3318 3035 0 61285 0
[pid=35690/tid=35696] ppid=35687 vsize=317044 memory=-5155633479109012357 CPUtime=284.41 cores=0,2
/proc/35690/task/35696/stat : 35696 (fscip) R 35687 35690 35414 0 -1 4194368 322590 0 0 0 28389 52 0 0 20 0 3 0 5537411 324653056 56080 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
[pid=35690/tid=35697] ppid=35687 vsize=317044 memory=21224 CPUtime=0 cores=0,2
/proc/35690/task/35697/stat : 35697 (fscip) S 35687 35690 35414 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 3 0 5537413 324653056 56080 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
Current children cumulated CPU time: 286.78 s
Current children cumulated vsize: 317044 KiB
Current children cumulated memory: 224320 KiB

[startup+294.4 s]
/proc/loadavg: 4.63 3.77 3.69 5/252 35890
/proc/meminfo: memFree=122403508/131655788 swapFree=131071996/131071996
[pid=35690] ppid=35687 vsize=317044 memory=224320 CPUtime=293.13 cores=0,2
/proc/35690/stat : 35690 (fscip) S 35687 35690 35414 0 -1 1077936128 335738 0 0 0 29255 58 0 0 20 0 3 0 5537176 324653056 56080 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
/proc/35690/statm: 79261 56080 3318 3035 0 61285 0
[pid=35690/tid=35696] ppid=35687 vsize=317044 memory=11352 CPUtime=290.76 cores=0,2
/proc/35690/task/35696/stat : 35696 (fscip) R 35687 35690 35414 0 -1 4194368 322724 0 0 0 29024 52 0 0 20 0 3 0 5537411 324653056 56080 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
[pid=35690/tid=35697] ppid=35687 vsize=317044 memory=12220 CPUtime=0 cores=0,2
/proc/35690/task/35697/stat : 35697 (fscip) S 35687 35690 35414 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 3 0 5537413 324653056 56080 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
Current children cumulated CPU time: 293.13 s
Current children cumulated vsize: 317044 KiB
Current children cumulated memory: 224320 KiB

[startup+296 s]*
/proc/loadavg: 4.66 3.79 3.69 5/252 35890
/proc/meminfo: memFree=122403508/131655788 swapFree=131071996/131071996
[pid=35690] ppid=35687 vsize=317044 memory=224320 CPUtime=294.73 cores=0,2
/proc/35690/stat : 35690 (fscip) S 35687 35690 35414 0 -1 1077936128 335747 0 0 0 29415 58 0 0 20 0 3 0 5537176 324653056 56080 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
/proc/35690/statm: 79261 56080 3318 3035 0 61285 0
[pid=35690/tid=35696] ppid=35687 vsize=317044 memory=-5155633479109012357 CPUtime=292.36 cores=0,2
/proc/35690/task/35696/stat : 35696 (fscip) R 35687 35690 35414 0 -1 4194368 322733 0 0 0 29184 52 0 0 20 0 3 0 5537411 324653056 56080 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
[pid=35690/tid=35697] ppid=35687 vsize=317044 memory=631304 CPUtime=0 cores=0,2
/proc/35690/task/35697/stat : 35697 (fscip) S 35687 35690 35414 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 3 0 5537413 324653056 56080 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
Current children cumulated CPU time: 294.73 s
Current children cumulated vsize: 317044 KiB
Current children cumulated memory: 224320 KiB

[startup+296.8 s]
/proc/loadavg: 4.66 3.79 3.69 5/252 35890
/proc/meminfo: memFree=122403508/131655788 swapFree=131071996/131071996
[pid=35690] ppid=35687 vsize=317044 memory=224320 CPUtime=295.51 cores=0,2
/proc/35690/stat : 35690 (fscip) S 35687 35690 35414 0 -1 1077936128 335751 0 0 0 29493 58 0 0 20 0 3 0 5537176 324653056 56080 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
/proc/35690/statm: 79261 56080 3318 3035 0 61285 0
[pid=35690/tid=35696] ppid=35687 vsize=317044 memory=-7234869542979198840 CPUtime=293.14 cores=0,2
/proc/35690/task/35696/stat : 35696 (fscip) R 35687 35690 35414 0 -1 4194368 322737 0 0 0 29262 52 0 0 20 0 3 0 5537411 324653056 56080 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
[pid=35690/tid=35697] ppid=35687 vsize=317044 memory=224320 CPUtime=0 cores=0,2
/proc/35690/task/35697/stat : 35697 (fscip) S 35687 35690 35414 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 3 0 5537413 324653056 56080 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
Current children cumulated CPU time: 295.51 s
Current children cumulated vsize: 317044 KiB
Current children cumulated memory: 224320 KiB

[startup+297.6 s]
/proc/loadavg: 4.66 3.79 3.69 5/252 35890
/proc/meminfo: memFree=122403312/131655788 swapFree=131071996/131071996
[pid=35690] ppid=35687 vsize=317044 memory=224320 CPUtime=296.32 cores=0,2
/proc/35690/stat : 35690 (fscip) S 35687 35690 35414 0 -1 1077936128 335753 0 0 0 29573 59 0 0 20 0 3 0 5537176 324653056 56080 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
/proc/35690/statm: 79261 56080 3318 3035 0 61285 0
[pid=35690/tid=35696] ppid=35687 vsize=317044 memory=224320 CPUtime=293.94 cores=0,2
/proc/35690/task/35696/stat : 35696 (fscip) R 35687 35690 35414 0 -1 4194368 322739 0 0 0 29341 53 0 0 20 0 3 0 5537411 324653056 56080 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
[pid=35690/tid=35697] ppid=35687 vsize=317044 memory=224320 CPUtime=0 cores=0,2
/proc/35690/task/35697/stat : 35697 (fscip) S 35687 35690 35414 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 3 0 5537413 324653056 56080 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
Current children cumulated CPU time: 296.32 s
Current children cumulated vsize: 317044 KiB
Current children cumulated memory: 224320 KiB

[startup+297.8 s]
/proc/loadavg: 4.66 3.79 3.69 5/252 35890
/proc/meminfo: memFree=122403312/131655788 swapFree=131071996/131071996
[pid=35690] ppid=35687 vsize=317044 memory=224320 CPUtime=296.51 cores=0,2
/proc/35690/stat : 35690 (fscip) S 35687 35690 35414 0 -1 1077936128 335759 0 0 0 29592 59 0 0 20 0 3 0 5537176 324653056 56080 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
/proc/35690/statm: 79261 56080 3318 3035 0 61285 0
[pid=35690/tid=35696] ppid=35687 vsize=317044 memory=224320 CPUtime=294.14 cores=0,2
/proc/35690/task/35696/stat : 35696 (fscip) R 35687 35690 35414 0 -1 4194368 322745 0 0 0 29361 53 0 0 20 0 3 0 5537411 324653056 56080 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
[pid=35690/tid=35697] ppid=35687 vsize=317044 memory=11352 CPUtime=0 cores=0,2
/proc/35690/task/35697/stat : 35697 (fscip) S 35687 35690 35414 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 3 0 5537413 324653056 56080 134679101440 4194304 16623229 140725824215488 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52695040 140725824222228 140725824222344 140725824222344 140725824229360 0
Current children cumulated CPU time: 296.51 s
Current children cumulated vsize: 317044 KiB
Current children cumulated memory: 224320 KiB

[startup+297.901 s]*
/proc/loadavg: 4.66 3.79 3.69 5/250 35890
/proc/meminfo: memFree=122559656/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 297.918
CPU time (s): 296.626
CPU user time (s): 296.003
CPU system time (s): 0.623083
CPU usage (%): 99.5666
Max. virtual memory (cumulated for all children) (KiB): 317044
Max. memory (cumulated for all children) (KiB): 224320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 296.003
system time used= 0.623083
maximum resident set size= 224320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 346088
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= 917
involuntary context switches= 2083


# summary of solver processes directly reported to runsolver:
#   pid: 35690
#   total CPU time (s): 296.626
#   total CPU user time (s): 296.003
#   total CPU system time (s): 0.623083

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.48485 second user time and 3.03503 second system time

The end

Launcher Data

Begin job on nodeC002 at 2024-07-31 03:30:16
IDJOB=4465021
IDBENCH=143212
IDSOLVER=3093
FILE ID=nodeC002/4465021-1722389415
RUNJOBID= nodeC002-1722389412-35454
SLURM_JOB_ID= 8249862
Free space on /tmp= 723700 MiB

SOLVER NAME= FiberSCIP 2024-07-30
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-4465021-1722389415/watcher-4465021-1722389415 -o /tmp/evaluation-result-4465021-1722389415/solver-4465021-1722389415 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1722389412-35454 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465021-1722389415.wbo -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 65d50eee5968fd8142e7f90f77179a12
RANDOM SEED=715829289

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        124879072 kB
MemAvailable:   129738616 kB
Buffers:          114480 kB
Cached:          5534596 kB
SwapCached:            0 kB
Active:           278052 kB
Inactive:        5948096 kB
Active(anon):       1896 kB
Inactive(anon):   604684 kB
Active(file):     276156 kB
Inactive(file):  5343412 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            113580 kB
Writeback:             0 kB
AnonPages:        576364 kB
Mapped:           124692 kB
Shmem:             29512 kB
KReclaimable:     160012 kB
Slab:             244220 kB
SReclaimable:     160012 kB
SUnreclaim:        84208 kB
KernelStack:        4016 kB
PageTables:        10448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     910424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             7232 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 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:      224072 kB
DirectMap2M:    19603456 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723668 MiB
End job on nodeC002 at 2024-07-31 03:35:14