Trace number 4464360

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-30UNSAT 214.662 215.417

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900573901.opb
MD5SUMcc79e8eaad0b826eed3de4fbf6f5615f
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.75065
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of 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
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 701
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.01	c Default LC presolving (default).
0.00/0.01	c ** Before presolving: virtualMemUsedAtLc = 27549696, getVmSize() = 27549696, SCIPgetMemUsed() = 4074302, SCIPgetMemTotal() = 5803206, SCIPgetMemExternEstim() = 2902814
0.00/0.01	c ** set memory limit for presolving in LC to 8.79608e+12 for SCIP **
0.00/0.05	c ** Estimated virtualMemUsedAtSolver = 20306602, getVmSize() = 33370112, SCIPgetMemUsed() = 5869111, SCIPgetMemTotal() = 10323639, SCIPgetMemExternEstim() = 2902814
0.00/0.05	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
0.00/0.05	c Original Problem   :
0.00/0.05	c   Problem name     : instance-4464360-1722378911
0.00/0.05	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.05	c   Constraints      : 2707
0.00/0.05	c   Objective sense  : minimize
0.00/0.05	c Presolved Problem  :
0.00/0.05	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.05	c   Constraints      : 2443
0.00/0.05	c Constraints        : Number
0.00/0.05	c   knapsack         : 1 
0.00/0.05	c   setppc           : 22 
0.00/0.05	c   logicor          : 2420 
0.00/0.05	c ** Instance transfer method used: 0
0.00/0.05	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.06	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.06	c                                Nodes    Active                                            
0.00/0.06	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
5.83/5.93	c         6           1179          22         1                -           0.0000          -
11.12/11.20	c        11           2916          42         1                -           0.0000          -
16.20/16.38	c        16           5502          90         1                -           0.0000          -
21.28/21.43	c        21           9382         128         1                -           0.0000          -
26.37/26.50	c        27          13167         171         1                -           0.0000          -
31.35/31.56	c        32          16598         189         1                -           0.0000          -
36.43/36.65	c        37          20366         203         1                -           0.0000          -
41.51/41.75	c        42          24792         210         1                -           0.0000          -
46.60/46.80	c        47          29228         209         1                -           0.0000          -
51.58/51.85	c        52          33924         204         1                -           0.0000          -
56.66/56.94	c        57          38406         174         1                -           0.0000          -
61.64/61.99	c        62          42888         204         1                -           0.0000          -
66.74/67.08	c        67          46961         186         1                -           0.0000          -
71.82/72.15	c        72          50802         174         1                -           0.0000          -
76.81/77.19	c        77          54739         166         1                -           0.0000          -
81.87/82.24	c        82          59050         161         1                -           0.0000          -
86.96/87.33	c        87          62328         163         1                -           0.0000          -
92.04/92.44	c        92          65702         172         1                -           0.0000          -
97.13/97.51	c        98          69616         166         1                -           0.0000          -
102.11/102.56	c       103          73766         159         1                -           0.0000          -
107.19/107.62	c       108          77959         145         1                -           0.0000          -
112.18/112.67	c       113          81192         131         1                -           0.0000          -
117.26/117.74	c       118          84961         107         1                -           0.0000          -
122.24/122.79	c       123          88619         111         1                -           0.0000          -
127.32/127.84	c       128          92611         101         1                -           0.0000          -
132.31/132.89	c       133          96839         126         1                -           0.0000          -
137.39/137.94	c       138         101029         156         1                -           0.0000          -
142.48/143.01	c       143         104109         170         1                -           0.0000          -
147.47/148.11	c       148         106190         172         1                -           0.0000          -
152.64/153.20	c       153         108073         196         1                -           0.0000          -
157.73/158.30	c       158         109807         194         1                -           0.0000          -
162.81/163.42	c       163         111525         202         1                -           0.0000          -
167.90/168.54	c       169         113627         184         1                -           0.0000          -
172.97/173.62	c       174         116660         150         1                -           0.0000          -
177.96/178.66	c       179         119428         143         1                -           0.0000          -
183.05/183.73	c       184         123085         140         1                -           0.0000          -
188.13/188.82	c       189         126126         118         1                -           0.0000          -
193.11/193.87	c       194         129489          86         1                -           0.0000          -
198.20/198.93	c       199         132707          71         1                -           0.0000          -
203.18/204.01	c       204         135224          63         1                -           0.0000          -
208.27/209.06	c       209         138364          32         1                -           0.0000          -
213.35/214.11	c       214         142069          15         1                -           0.0000          -
214.54/215.37	c       215         142612           0         0                -           0.0000          -
214.54/215.39	c       215         142612           0         0                -           0.0000          -
214.54/215.39	c SCIP Status        : c problem is solved [infeasible]
214.54/215.39	c Total Time         : 215.4000
214.54/215.39	c   solving          : 215.4000
214.54/215.39	c   presolving       : 0.0395 (included in solving)
214.54/215.39	c B&B Tree           :
214.54/215.39	c   nodes (total)    : 142612
214.54/215.39	c Solution           :
214.54/215.39	c   Solutions found  : 0
214.54/215.39	c   Primal Bound     :          -
214.54/215.39	c   Dual Bound       :          -
214.54/215.39	c Gap                :          -
214.54/215.40	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

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 (62884 MiB free)
  memory of node 1: 64510 MiB (60239 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4464360-1722378911/watcher-4464360-1722378911 -o /tmp/evaluation-result-4464360-1722378911/solver-4464360-1722378911 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1722378594-28871 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4464360-1722378911.opb -qsol -t 3600 -sth 1 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
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=29196, runsolver pid=29193

[startup+0.100187 s]*
/proc/loadavg: 4.20 2.79 1.29 5/250 29199
/proc/meminfo: memFree=126058012/131655788 swapFree=131071996/131071996
[pid=29196] ppid=29193 vsize=117464 memory=32404 CPUtime=0.09 cores=4,6
/proc/29196/stat : 29196 (fscip) S 29193 29196 28860 0 -1 1077936128 5795 0 0 0 8 1 0 0 20 0 3 0 4488068 120283136 8101 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
/proc/29196/statm: 29366 8101 2790 3035 0 11424 0
[pid=29196/tid=29198] ppid=29193 vsize=117464 memory=4026561586 CPUtime=0.03 cores=4,6
/proc/29196/task/29198/stat : 29198 (fscip) R 29193 29196 28860 0 -1 4194368 1987 0 0 0 3 0 0 0 20 0 3 0 4488073 120283136 8101 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
[pid=29196/tid=29199] ppid=29193 vsize=117464 memory=232851243367 CPUtime=0 cores=4,6
/proc/29196/task/29199/stat : 29199 (fscip) S 29193 29196 28860 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4488074 120283136 8101 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 117464 KiB
Current children cumulated memory: 32404 KiB

[startup+0.214172 s]*
/proc/loadavg: 4.20 2.79 1.29 5/250 29199
/proc/meminfo: memFree=126053308/131655788 swapFree=131071996/131071996
[pid=29196] ppid=29193 vsize=117464 memory=36864 CPUtime=0.18 cores=4,6
/proc/29196/stat : 29196 (fscip) S 29193 29196 28860 0 -1 1077936128 6885 0 0 0 17 1 0 0 20 0 3 0 4488068 120283136 9216 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
/proc/29196/statm: 29366 9216 2854 3035 0 12566 0
[pid=29196/tid=29198] ppid=29193 vsize=117464 memory=664970838410264707 CPUtime=0.14 cores=4,6
/proc/29196/task/29198/stat : 29198 (fscip) R 29193 29196 28860 0 -1 4194368 3077 0 0 0 13 1 0 0 20 0 3 0 4488073 120283136 9216 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
[pid=29196/tid=29199] ppid=29193 vsize=117464 memory=18990 CPUtime=0 cores=4,6
/proc/29196/task/29199/stat : 29199 (fscip) S 29193 29196 28860 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4488074 120283136 9216 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 117464 KiB
Current children cumulated memory: 36864 KiB

[startup+0.316184 s]*
/proc/loadavg: 4.20 2.79 1.29 5/250 29199
/proc/meminfo: memFree=126053308/131655788 swapFree=131071996/131071996
[pid=29196] ppid=29193 vsize=117464 memory=36864 CPUtime=0.27 cores=4,6
/proc/29196/stat : 29196 (fscip) S 29193 29196 28860 0 -1 1077936128 6889 0 0 0 26 1 0 0 20 0 3 0 4488068 120283136 9216 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
/proc/29196/statm: 29366 9216 2854 3035 0 12566 0
[pid=29196/tid=29198] ppid=29193 vsize=117464 memory=-5155632375419595909 CPUtime=0.23 cores=4,6
/proc/29196/task/29198/stat : 29198 (fscip) R 29193 29196 28860 0 -1 4194368 3081 0 0 0 22 1 0 0 20 0 3 0 4488073 120283136 9216 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
[pid=29196/tid=29199] ppid=29193 vsize=117464 memory=0 CPUtime=0 cores=4,6
/proc/29196/task/29199/stat : 29199 (fscip) S 29193 29196 28860 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4488074 120283136 9216 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 117464 KiB
Current children cumulated memory: 36864 KiB

[startup+0.700304 s]
/proc/loadavg: 4.20 2.79 1.29 5/250 29199
/proc/meminfo: memFree=126045908/131655788 swapFree=131071996/131071996
[pid=29196] ppid=29193 vsize=117464 memory=45648 CPUtime=0.65 cores=4,6
/proc/29196/stat : 29196 (fscip) S 29193 29196 28860 0 -1 1077936128 9179 0 0 0 63 2 0 0 20 0 3 0 4488068 120283136 11412 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
/proc/29196/statm: 29366 11412 2950 3035 0 14990 0
[pid=29196/tid=29198] ppid=29193 vsize=117464 memory=0 CPUtime=0.59 cores=4,6
/proc/29196/task/29198/stat : 29198 (fscip) R 29193 29196 28860 0 -1 4194368 5371 0 0 0 58 1 0 0 20 0 3 0 4488073 120283136 11412 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
[pid=29196/tid=29199] ppid=29193 vsize=117464 memory=0 CPUtime=0 cores=4,6
/proc/29196/task/29199/stat : 29199 (fscip) S 29193 29196 28860 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4488074 120283136 11412 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 117464 KiB
Current children cumulated memory: 45648 KiB

[startup+1.50039 s]
/proc/loadavg: 4.20 2.79 1.29 5/250 29199
/proc/meminfo: memFree=126043872/131655788 swapFree=131071996/131071996
[pid=29196] ppid=29193 vsize=120472 memory=58968 CPUtime=1.44 cores=4,6
/proc/29196/stat : 29196 (fscip) S 29193 29196 28860 0 -1 1077936128 15679 0 0 0 141 3 0 0 20 0 3 0 4488068 123363328 14742 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
/proc/29196/statm: 30118 14742 2950 3035 0 18696 0
[pid=29196/tid=29198] ppid=29193 vsize=120472 memory=0 CPUtime=1.39 cores=4,6
/proc/29196/task/29198/stat : 29198 (fscip) R 29193 29196 28860 0 -1 4194368 11871 0 0 0 137 2 0 0 20 0 3 0 4488073 123363328 14742 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
[pid=29196/tid=29199] ppid=29193 vsize=120472 memory=0 CPUtime=0 cores=4,6
/proc/29196/task/29199/stat : 29199 (fscip) S 29193 29196 28860 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4488074 123363328 14742 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 120472 KiB
Current children cumulated memory: 58968 KiB

[startup+3.11288 s]
/proc/loadavg: 4.20 2.79 1.29 5/250 29199
/proc/meminfo: memFree=126006060/131655788 swapFree=131071996/131071996
[pid=29196] ppid=29193 vsize=124536 memory=84840 CPUtime=3.05 cores=4,6
/proc/29196/stat : 29196 (fscip) S 29193 29196 28860 0 -1 1077936128 24490 0 0 0 300 5 0 0 20 0 3 0 4488068 127524864 21210 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
/proc/29196/statm: 31134 21210 2966 3035 0 25698 0
[pid=29196/tid=29198] ppid=29193 vsize=124536 memory=0 CPUtime=2.99 cores=4,6
/proc/29196/task/29198/stat : 29198 (fscip) R 29193 29196 28860 0 -1 4194368 20658 0 0 0 295 4 0 0 20 0 3 0 4488073 127524864 21210 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
[pid=29196/tid=29199] ppid=29193 vsize=124536 memory=0 CPUtime=0 cores=4,6
/proc/29196/task/29199/stat : 29199 (fscip) S 29193 29196 28860 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 3 0 4488074 127524864 21210 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 124536 KiB
Current children cumulated memory: 84840 KiB

[startup+6.30038 s]
/proc/loadavg: 4.19 2.81 1.31 5/250 29201
/proc/meminfo: memFree=125992124/131655788 swapFree=131071996/131071996
[pid=29196] ppid=29193 vsize=192100 memory=98548 CPUtime=6.23 cores=4,6
/proc/29196/stat : 29196 (fscip) S 29193 29196 28860 0 -1 1077936128 41945 0 0 0 616 7 0 0 20 0 3 0 4488068 196710400 24637 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
/proc/29196/statm: 48025 24637 2966 3035 0 29096 0
[pid=29196/tid=29198] ppid=29193 vsize=192100 memory=-5155632375419595909 CPUtime=6.18 cores=4,6
/proc/29196/task/29198/stat : 29198 (fscip) R 29193 29196 28860 0 -1 4194368 38092 0 0 0 612 6 0 0 20 0 3 0 4488073 196710400 24637 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
[pid=29196/tid=29199] ppid=29193 vsize=192100 memory=-5155632375419595909 CPUtime=0 cores=4,6
/proc/29196/task/29199/stat : 29199 (fscip) S 29193 29196 28860 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 3 0 4488074 196710400 24637 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 192100 KiB
Current children cumulated memory: 98548 KiB

[startup+12.7004 s]
/proc/loadavg: 4.17 2.83 1.32 5/250 29201
/proc/meminfo: memFree=125987816/131655788 swapFree=131071996/131071996
[pid=29196] ppid=29193 vsize=191076 memory=102696 CPUtime=12.61 cores=4,6
/proc/29196/stat : 29196 (fscip) S 29193 29196 28860 0 -1 1077936128 73104 0 0 0 1251 10 0 0 20 0 3 0 4488068 195661824 25674 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
/proc/29196/statm: 47769 25674 3014 3035 0 30494 0
[pid=29196/tid=29198] ppid=29193 vsize=191076 memory=-5155632375419595909 CPUtime=12.55 cores=4,6
/proc/29196/task/29198/stat : 29198 (fscip) R 29193 29196 28860 0 -1 4194368 69208 0 0 0 1246 9 0 0 20 0 3 0 4488073 195661824 25674 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
[pid=29196/tid=29199] ppid=29193 vsize=191076 memory=99768 CPUtime=0 cores=4,6
/proc/29196/task/29199/stat : 29199 (fscip) S 29193 29196 28860 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 3 0 4488074 195661824 25674 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 191076 KiB
Current children cumulated memory: 102696 KiB

[startup+25.5004 s]
/proc/loadavg: 4.13 2.89 1.37 5/246 29204
/proc/meminfo: memFree=125984116/131655788 swapFree=131071996/131071996
[pid=29196] ppid=29193 vsize=192492 memory=104976 CPUtime=25.36 cores=4,6
/proc/29196/stat : 29196 (fscip) S 29193 29196 28860 0 -1 1077936128 89269 0 0 0 2524 12 0 0 20 0 3 0 4488068 197111808 26244 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
/proc/29196/statm: 48123 26244 3014 3035 0 30848 0
[pid=29196/tid=29198] ppid=29193 vsize=192492 memory=104976 CPUtime=25.32 cores=4,6
/proc/29196/task/29198/stat : 29198 (fscip) R 29193 29196 28860 0 -1 4194368 85319 0 0 0 2520 12 0 0 20 0 3 0 4488073 197111808 26244 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
[pid=29196/tid=29199] ppid=29193 vsize=192492 memory=11488 CPUtime=0 cores=4,6
/proc/29196/task/29199/stat : 29199 (fscip) S 29193 29196 28860 0 -1 1077936192 12 0 0 0 0 0 0 0 20 0 3 0 4488074 197111808 26244 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 192492 KiB
Current children cumulated memory: 104976 KiB

[startup+51.1127 s]
/proc/loadavg: 4.09 2.98 1.44 5/246 29208
/proc/meminfo: memFree=125955412/131655788 swapFree=131071996/131071996
[pid=29196] ppid=29193 vsize=193516 memory=118188 CPUtime=50.9 cores=4,6
/proc/29196/stat : 29196 (fscip) S 29193 29196 28860 0 -1 1077936128 120096 0 0 0 5071 19 0 0 20 0 3 0 4488068 198160384 29547 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
/proc/29196/statm: 48379 29547 3014 3035 0 34228 0
[pid=29196/tid=29198] ppid=29193 vsize=193516 memory=113372 CPUtime=50.84 cores=4,6
/proc/29196/task/29198/stat : 29198 (fscip) R 29193 29196 28860 0 -1 4194368 116061 0 0 0 5066 18 0 0 20 0 3 0 4488073 198160384 29547 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
[pid=29196/tid=29199] ppid=29193 vsize=193516 memory=16592 CPUtime=0 cores=4,6
/proc/29196/task/29199/stat : 29199 (fscip) S 29193 29196 28860 0 -1 1077936192 18 0 0 0 0 0 0 0 20 0 3 0 4488074 198160384 29547 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 193516 KiB
Current children cumulated memory: 118188 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 3.16 1.58 5/246 29216
/proc/meminfo: memFree=125939980/131655788 swapFree=131071996/131071996
[pid=29196] ppid=29193 vsize=198108 memory=128660 CPUtime=101.91 cores=4,6
/proc/29196/stat : 29196 (fscip) S 29193 29196 28860 0 -1 1077936128 160965 0 0 0 10162 29 0 0 20 0 3 0 4488068 202862592 32165 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
/proc/29196/statm: 49527 32165 3014 3035 0 36625 0
[pid=29196/tid=29198] ppid=29193 vsize=198108 memory=127572 CPUtime=101.84 cores=4,6
/proc/29196/task/29198/stat : 29198 (fscip) R 29193 29196 28860 0 -1 4194368 156854 0 0 0 10156 28 0 0 20 0 3 0 4488073 202862592 32165 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
[pid=29196/tid=29199] ppid=29193 vsize=198108 memory=16592 CPUtime=0 cores=4,6
/proc/29196/task/29199/stat : 29199 (fscip) S 29193 29196 28860 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 3 0 4488074 202862592 32165 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
Current children cumulated CPU time: 101.91 s
Current children cumulated vsize: 198108 KiB
Current children cumulated memory: 128660 KiB

[startup+162.3 s]
/proc/loadavg: 4.17 3.36 1.75 5/246 29226
/proc/meminfo: memFree=125931884/131655788 swapFree=131071996/131071996
[pid=29196] ppid=29193 vsize=201956 memory=132356 CPUtime=161.71 cores=4,6
/proc/29196/stat : 29196 (fscip) S 29193 29196 28860 0 -1 1077936128 186510 0 0 0 16134 37 0 0 20 0 3 0 4488068 206802944 33089 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
/proc/29196/statm: 50489 33089 3014 3035 0 37587 0
[pid=29196/tid=29198] ppid=29193 vsize=201956 memory=132356 CPUtime=161.64 cores=4,6
/proc/29196/task/29198/stat : 29198 (fscip) R 29193 29196 28860 0 -1 4194368 182345 0 0 0 16128 36 0 0 20 0 3 0 4488073 206802944 33089 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
[pid=29196/tid=29199] ppid=29193 vsize=201956 memory=-7594032712773624695 CPUtime=0 cores=4,6
/proc/29196/task/29199/stat : 29199 (fscip) S 29193 29196 28860 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 3 0 4488074 206802944 33089 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
Current children cumulated CPU time: 161.71 s
Current children cumulated vsize: 201956 KiB
Current children cumulated memory: 132356 KiB

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

# cumulated CPU time of all completed processes:  user=214.211 s, system=0.450319 s

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

[startup+179.2 s]
/proc/loadavg: 4.19 3.42 1.80 5/246 29230
/proc/meminfo: memFree=125929636/131655788 swapFree=131071996/131071996
[pid=29196] ppid=29193 vsize=201956 memory=132376 CPUtime=178.56 cores=4,6
/proc/29196/stat : 29196 (fscip) S 29193 29196 28860 0 -1 1077936128 199735 0 0 0 17817 39 0 0 20 0 3 0 4488068 206802944 33094 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
/proc/29196/statm: 50489 33094 3014 3035 0 37591 0
[pid=29196/tid=29198] ppid=29193 vsize=201956 memory=132356 CPUtime=178.49 cores=4,6
/proc/29196/task/29198/stat : 29198 (fscip) R 29193 29196 28860 0 -1 4194368 195544 0 0 0 17811 38 0 0 20 0 3 0 4488073 206802944 33094 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
[pid=29196/tid=29199] ppid=29193 vsize=201956 memory=132356 CPUtime=0 cores=4,6
/proc/29196/task/29199/stat : 29199 (fscip) S 29193 29196 28860 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 3 0 4488074 206802944 33094 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
Current children cumulated CPU time: 178.56 s
Current children cumulated vsize: 201956 KiB
Current children cumulated memory: 132376 KiB

[startup+192 s]*
/proc/loadavg: 4.16 3.43 1.83 5/246 29233
/proc/meminfo: memFree=125928068/131655788 swapFree=131071996/131071996
[pid=29196] ppid=29193 vsize=201956 memory=132376 CPUtime=191.33 cores=4,6
/proc/29196/stat : 29196 (fscip) S 29193 29196 28860 0 -1 1077936128 199839 0 0 0 19093 40 0 0 20 0 3 0 4488068 206802944 33094 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
/proc/29196/statm: 50489 33094 3014 3035 0 37591 0
[pid=29196/tid=29198] ppid=29193 vsize=201956 memory=-7594032712773624695 CPUtime=191.26 cores=4,6
/proc/29196/task/29198/stat : 29198 (fscip) R 29193 29196 28860 0 -1 4194368 195648 0 0 0 19087 39 0 0 20 0 3 0 4488073 206802944 33094 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
[pid=29196/tid=29199] ppid=29193 vsize=201956 memory=2744 CPUtime=0 cores=4,6
/proc/29196/task/29199/stat : 29199 (fscip) S 29193 29196 28860 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 3 0 4488074 206802944 33094 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
Current children cumulated CPU time: 191.33 s
Current children cumulated vsize: 201956 KiB
Current children cumulated memory: 132376 KiB

[startup+204.8 s]
/proc/loadavg: 4.12 3.46 1.86 5/246 29236
/proc/meminfo: memFree=125926860/131655788 swapFree=131071996/131071996
[pid=29196] ppid=29193 vsize=201956 memory=132376 CPUtime=204.07 cores=4,6
/proc/29196/stat : 29196 (fscip) S 29193 29196 28860 0 -1 1077936128 200213 0 0 0 20366 41 0 0 20 0 3 0 4488068 206802944 33094 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
/proc/29196/statm: 50489 33094 3014 3035 0 37591 0
[pid=29196/tid=29198] ppid=29193 vsize=201956 memory=11488 CPUtime=204 cores=4,6
/proc/29196/task/29198/stat : 29198 (fscip) R 29193 29196 28860 0 -1 4194368 196022 0 0 0 20360 40 0 0 20 0 3 0 4488073 206802944 33094 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
[pid=29196/tid=29199] ppid=29193 vsize=201956 memory=12136 CPUtime=0 cores=4,6
/proc/29196/task/29199/stat : 29199 (fscip) S 29193 29196 28860 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 3 0 4488074 206802944 33094 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
Current children cumulated CPU time: 204.07 s
Current children cumulated vsize: 201956 KiB
Current children cumulated memory: 132376 KiB

[startup+211.2 s]
/proc/loadavg: 4.19 3.49 1.88 5/246 29236
/proc/meminfo: memFree=125925084/131655788 swapFree=131071996/131071996
[pid=29196] ppid=29193 vsize=201956 memory=132376 CPUtime=210.45 cores=4,6
/proc/29196/stat : 29196 (fscip) S 29193 29196 28860 0 -1 1077936128 207158 0 0 0 21002 43 0 0 20 0 3 0 4488068 206802944 33094 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
/proc/29196/statm: 50489 33094 3014 3035 0 37591 0
[pid=29196/tid=29198] ppid=29193 vsize=201956 memory=132376 CPUtime=210.37 cores=4,6
/proc/29196/task/29198/stat : 29198 (fscip) R 29193 29196 28860 0 -1 4194368 202951 0 0 0 20996 41 0 0 20 0 3 0 4488073 206802944 33094 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
[pid=29196/tid=29199] ppid=29193 vsize=201956 memory=132376 CPUtime=0 cores=4,6
/proc/29196/task/29199/stat : 29199 (fscip) S 29193 29196 28860 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 3 0 4488074 206802944 33094 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
Current children cumulated CPU time: 210.45 s
Current children cumulated vsize: 201956 KiB
Current children cumulated memory: 132376 KiB

[startup+212.8 s]
/proc/loadavg: 4.19 3.49 1.88 5/246 29236
/proc/meminfo: memFree=125925076/131655788 swapFree=131071996/131071996
[pid=29196] ppid=29193 vsize=201956 memory=132376 CPUtime=212.04 cores=4,6
/proc/29196/stat : 29196 (fscip) S 29193 29196 28860 0 -1 1077936128 207442 0 0 0 21161 43 0 0 20 0 3 0 4488068 206802944 33094 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
/proc/29196/statm: 50489 33094 3014 3035 0 37591 0
[pid=29196/tid=29198] ppid=29193 vsize=201956 memory=132376 CPUtime=211.97 cores=4,6
/proc/29196/task/29198/stat : 29198 (fscip) R 29193 29196 28860 0 -1 4194368 203235 0 0 0 21155 42 0 0 20 0 3 0 4488073 206802944 33094 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
[pid=29196/tid=29199] ppid=29193 vsize=201956 memory=11488 CPUtime=0 cores=4,6
/proc/29196/task/29199/stat : 29199 (fscip) S 29193 29196 28860 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 3 0 4488074 206802944 33094 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
Current children cumulated CPU time: 212.04 s
Current children cumulated vsize: 201956 KiB
Current children cumulated memory: 132376 KiB

[startup+214.4 s]
/proc/loadavg: 4.18 3.50 1.89 5/246 29237
/proc/meminfo: memFree=125925084/131655788 swapFree=131071996/131071996
[pid=29196] ppid=29193 vsize=201956 memory=132376 CPUtime=213.64 cores=4,6
/proc/29196/stat : 29196 (fscip) S 29193 29196 28860 0 -1 1077936128 207522 0 0 0 21321 43 0 0 20 0 3 0 4488068 206802944 33094 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
/proc/29196/statm: 50489 33094 3014 3035 0 37591 0
[pid=29196/tid=29198] ppid=29193 vsize=201956 memory=11488 CPUtime=213.57 cores=4,6
/proc/29196/task/29198/stat : 29198 (fscip) R 29193 29196 28860 0 -1 4194368 203305 0 0 0 21315 42 0 0 20 0 3 0 4488073 206802944 33094 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
[pid=29196/tid=29199] ppid=29193 vsize=201956 memory=132376 CPUtime=0 cores=4,6
/proc/29196/task/29199/stat : 29199 (fscip) S 29193 29196 28860 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 3 0 4488074 206802944 33094 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
Current children cumulated CPU time: 213.64 s
Current children cumulated vsize: 201956 KiB
Current children cumulated memory: 132376 KiB

[startup+214.8 s]
/proc/loadavg: 4.18 3.50 1.89 5/246 29237
/proc/meminfo: memFree=125925084/131655788 swapFree=131071996/131071996
[pid=29196] ppid=29193 vsize=201956 memory=132376 CPUtime=214.04 cores=4,6
/proc/29196/stat : 29196 (fscip) S 29193 29196 28860 0 -1 1077936128 207657 0 0 0 21361 43 0 0 20 0 3 0 4488068 206802944 33094 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
/proc/29196/statm: 50489 33094 3014 3035 0 37591 0
[pid=29196/tid=29198] ppid=29193 vsize=201956 memory=18844 CPUtime=213.97 cores=4,6
/proc/29196/task/29198/stat : 29198 (fscip) R 29193 29196 28860 0 -1 4194368 203440 0 0 0 21355 42 0 0 20 0 3 0 4488073 206802944 33094 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
[pid=29196/tid=29199] ppid=29193 vsize=201956 memory=132376 CPUtime=0 cores=4,6
/proc/29196/task/29199/stat : 29199 (fscip) S 29193 29196 28860 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 3 0 4488074 206802944 33094 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
Current children cumulated CPU time: 214.04 s
Current children cumulated vsize: 201956 KiB
Current children cumulated memory: 132376 KiB

[startup+215.2 s]
/proc/loadavg: 4.18 3.50 1.89 5/246 29237
/proc/meminfo: memFree=125925056/131655788 swapFree=131071996/131071996
[pid=29196] ppid=29193 vsize=201956 memory=132376 CPUtime=214.44 cores=4,6
/proc/29196/stat : 29196 (fscip) S 29193 29196 28860 0 -1 1077936128 207843 0 0 0 21401 43 0 0 20 0 3 0 4488068 206802944 33094 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
/proc/29196/statm: 50489 33094 3014 3035 0 37591 0
[pid=29196/tid=29198] ppid=29193 vsize=201956 memory=-7594032712773624695 CPUtime=214.36 cores=4,6
/proc/29196/task/29198/stat : 29198 (fscip) R 29193 29196 28860 0 -1 4194368 203626 0 0 0 21394 42 0 0 20 0 3 0 4488073 206802944 33094 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
[pid=29196/tid=29199] ppid=29193 vsize=201956 memory=11488 CPUtime=0 cores=4,6
/proc/29196/task/29199/stat : 29199 (fscip) S 29193 29196 28860 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 3 0 4488074 206802944 33094 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
Current children cumulated CPU time: 214.44 s
Current children cumulated vsize: 201956 KiB
Current children cumulated memory: 132376 KiB

[startup+215.3 s]
/proc/loadavg: 4.18 3.50 1.89 5/246 29237
/proc/meminfo: memFree=125925056/131655788 swapFree=131071996/131071996
[pid=29196] ppid=29193 vsize=201956 memory=132376 CPUtime=214.54 cores=4,6
/proc/29196/stat : 29196 (fscip) S 29193 29196 28860 0 -1 1077936128 208015 0 0 0 21411 43 0 0 20 0 3 0 4488068 206802944 33094 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
/proc/29196/statm: 50489 33094 3014 3035 0 37591 0
[pid=29196/tid=29198] ppid=29193 vsize=201956 memory=132376 CPUtime=214.46 cores=4,6
/proc/29196/task/29198/stat : 29198 (fscip) R 29193 29196 28860 0 -1 4194368 203798 0 0 0 21404 42 0 0 20 0 3 0 4488073 206802944 33094 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
[pid=29196/tid=29199] ppid=29193 vsize=201956 memory=132376 CPUtime=0 cores=4,6
/proc/29196/task/29199/stat : 29199 (fscip) S 29193 29196 28860 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 3 0 4488074 206802944 33094 134679101440 4194304 16623229 140725417602272 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 55590912 140725417604122 140725417604238 140725417604238 140725417611248 0
Current children cumulated CPU time: 214.54 s
Current children cumulated vsize: 201956 KiB
Current children cumulated memory: 132376 KiB

Child status: 0

Real time (s): 215.417
CPU time (s): 214.662
CPU user time (s): 214.211
CPU system time (s): 0.450319
CPU usage (%): 99.6494
Max. virtual memory (cumulated for all children) (KiB): 201956
Max. memory (cumulated for all children) (KiB): 132376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 214.211
system time used= 0.450319
maximum resident set size= 132376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211404
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= 682
involuntary context switches= 164


# summary of solver processes directly reported to runsolver:
#   pid: 29196
#   total CPU time (s): 214.662
#   total CPU user time (s): 214.211
#   total CPU system time (s): 0.450319

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.11627 second user time and 2.16217 second system time

The end

Launcher Data

Begin job on nodeC010 at 2024-07-31 00:35:11
IDJOB=4464360
IDBENCH=147986
IDSOLVER=3092
FILE ID=nodeC010/4464360-1722378911
RUNJOBID= nodeC010-1722378594-28871
SLURM_JOB_ID= 8249840
Free space on /tmp= 723692 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900573901.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4464360-1722378911/watcher-4464360-1722378911 -o /tmp/evaluation-result-4464360-1722378911/solver-4464360-1722378911 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1722378594-28871 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464360-1722378911.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= cc79e8eaad0b826eed3de4fbf6f5615f
RANDOM SEED=1367756045

nodeC010.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		: 3662.813
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.21
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		: 3665.343
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.33
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.308
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.21
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.164
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.33
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		: 3610.421
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.21
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		: 3665.993
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.33
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.124
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.21
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.240
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.33
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        126079844 kB
MemAvailable:   128940348 kB
Buffers:           84820 kB
Cached:          3617804 kB
SwapCached:            0 kB
Active:           247408 kB
Inactive:        4891092 kB
Active(anon):       1984 kB
Inactive(anon):  1463404 kB
Active(file):     245424 kB
Inactive(file):  3427688 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28164 kB
Writeback:             0 kB
AnonPages:       1436208 kB
Mapped:           131128 kB
Shmem:             29504 kB
KReclaimable:      54844 kB
Slab:             130312 kB
SReclaimable:      54844 kB
SUnreclaim:        75468 kB
KernelStack:        4048 kB
PageTables:        12304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1121604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             6912 kB
HardwareCorrupted:     0 kB
AnonHugePages:    604160 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:      146248 kB
DirectMap2M:     8146944 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 723664 MiB
End job on nodeC010 at 2024-07-31 00:38:47