Trace number 4444190

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-02UNSAT 260.997 261.811

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900574864.opb
MD5SUMb2f8f357a59f46dfa71af74665cc1cb6
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 benchmark2.35268
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 671
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: cdb00f34-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.0] [GitHash: 32d2b99657]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.0         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: bdec2291]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.2.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.01	c Default LC presolving (default).
0.00/0.01	c ** Before presolving: virtualMemUsedAtLc = 27533312, getVmSize() = 27533312, SCIPgetMemUsed() = 4074222, 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.04	c ** Estimated virtualMemUsedAtSolver = 20295680, getVmSize() = 33353728, SCIPgetMemUsed() = 5869031, SCIPgetMemTotal() = 10323639, SCIPgetMemExternEstim() = 2902814
0.00/0.04	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
0.00/0.04	c Original Problem   :
0.00/0.04	c   Problem name     : instance-4444190-1721318000
0.00/0.04	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.04	c   Constraints      : 2707
0.00/0.04	c   Objective sense  : minimize
0.00/0.04	c Presolved Problem  :
0.00/0.04	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.04	c   Constraints      : 2443
0.00/0.04	c Constraints        : Number
0.00/0.04	c   knapsack         : 1 
0.00/0.04	c   setppc           : 22 
0.00/0.04	c   logicor          : 2420 
0.00/0.04	c ** Instance transfer method used: 0
0.00/0.05	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.05	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.05	c                                Nodes    Active                                            
0.00/0.05	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
5.86/5.93	c         6           1409          36         1                -           0.0000          -
10.85/10.98	c        11           5306          96         1                -           0.0000          -
15.94/16.05	c        16          10337         168         1                -           0.0000          -
20.93/21.10	c        21          15288         280         1                -           0.0000          -
26.00/26.16	c        26          20016         318         1                -           0.0000          -
31.09/31.21	c        31          24162         304         1                -           0.0000          -
36.07/36.28	c        36          28165         357         1                -           0.0000          -
41.16/41.34	c        41          31469         372         1                -           0.0000          -
46.14/46.39	c        46          35131         380         1                -           0.0000          -
51.23/51.47	c        51          39208         430         1                -           0.0000          -
56.31/56.56	c        57          42040         452         1                -           0.0000          -
61.40/61.67	c        62          45740         470         1                -           0.0000          -
66.48/66.77	c        67          48560         473         1                -           0.0000          -
71.56/71.82	c        72          51705         477         1                -           0.0000          -
76.56/76.88	c        77          55943         497         1                -           0.0000          -
81.64/81.97	c        82          59372         492         1                -           0.0000          -
86.73/87.02	c        87          62833         503         1                -           0.0000          -
91.82/92.11	c        92          66194         490         1                -           0.0000          -
96.80/97.17	c        97          69529         480         1                -           0.0000          -
101.87/102.22	c       102          73480         495         1                -           0.0000          -
106.96/107.35	c       107          76953         516         1                -           0.0000          -
112.04/112.40	c       112          80272         524         1                -           0.0000          -
117.13/117.50	c       118          84169         527         1                -           0.0000          -
122.12/122.56	c       123          87019         506         1                -           0.0000          -
127.20/127.61	c       128          89833         508         1                -           0.0000          -
132.19/132.66	c       133          93836         470         1                -           0.0000          -
137.27/137.71	c       138          97114         442         1                -           0.0000          -
142.26/142.77	c       143         100465         423         1                -           0.0000          -
147.34/147.87	c       148         102600         429         1                -           0.0000          -
152.43/152.92	c       153         105699         400         1                -           0.0000          -
157.40/157.97	c       158         109049         372         1                -           0.0000          -
162.49/163.05	c       163         112174         339         1                -           0.0000          -
167.57/168.12	c       168         115864         312         1                -           0.0000          -
172.66/173.21	c       173         120078         329         1                -           0.0000          -
177.64/178.26	c       178         123913         290         1                -           0.0000          -
182.72/183.31	c       183         127190         285         1                -           0.0000          -
187.71/188.36	c       188         130729         307         1                -           0.0000          -
192.80/193.43	c       193         134405         282         1                -           0.0000          -
197.87/198.55	c       199         138107         268         1                -           0.0000          -
202.97/203.60	c       204         142002         272         1                -           0.0000          -
207.95/208.68	c       209         145796         241         1                -           0.0000          -
213.03/213.73	c       214         149605         202         1                -           0.0000          -
218.02/218.78	c       219         153822         183         1                -           0.0000          -
223.11/223.83	c       224         157055         155         1                -           0.0000          -
228.18/228.91	c       229         160871         120         1                -           0.0000          -
233.17/233.96	c       234         164506          88         1                -           0.0000          -
238.26/239.01	c       239         168859          81         1                -           0.0000          -
243.24/244.07	c       244         172750          66         1                -           0.0000          -
248.32/249.13	c       249         176854          50         1                -           0.0000          -
253.31/254.18	c       254         181532          49         1                -           0.0000          -
258.38/259.23	c       259         185947          16         1                -           0.0000          -
260.88/261.78	c       262         187740           0         0                -           0.0000          -
260.97/261.80	c       262         187740           0         0                -           0.0000          -
260.97/261.80	c SCIP Status        : c problem is solved [infeasible]
260.97/261.80	c Total Time         : 261.8100
260.97/261.80	c   solving          : 261.8100
260.97/261.80	c   presolving       : 0.0367 (included in solving)
260.97/261.80	c B&B Tree           :
260.97/261.80	c   nodes (total)    : 187740
260.97/261.80	c Solution           :
260.97/261.80	c   Solutions found  : 0
260.97/261.80	c   Primal Bound     :          -
260.97/261.80	c   Dual Bound       :          -
260.97/261.80	c Gap                :          -
260.97/261.80	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: 63931 MiB (61796 MiB free)
  memory of node 1: 64510 MiB (61982 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
solver pid=968527, runsolver pid=968512
Current StackSize limit: 8192 KiB


[startup+0.101032 s]*
/proc/loadavg: 1.32 1.25 1.78 8/267 968537
/proc/meminfo: memFree=126644268/131524600 swapFree=130798872/131071996
[pid=968527] ppid=968512 vsize=117448 memory=36764 CPUtime=0.09 cores=1,3
/proc/968527/stat : 968527 (fscip) S 968512 968527 968454 0 -1 1077936128 6877 0 0 0 8 1 0 0 20 0 3 0 183959170 120266752 9191 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
/proc/968527/statm: 29362 9191 2830 3032 0 12565 0
[pid=968527/tid=968532] ppid=968512 vsize=117448 memory=4026561586 CPUtime=0.04 cores=1,3
/proc/968527/task/968532/stat : 968532 (fscip) R 968512 968527 968454 0 -1 4194368 3074 0 0 0 4 0 0 0 20 0 3 0 183959175 120266752 9191 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
[pid=968527/tid=968536] ppid=968512 vsize=117448 memory=237146210664 CPUtime=0 cores=1,3
/proc/968527/task/968536/stat : 968536 (fscip) S 968512 968527 968454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 183959176 120266752 9191 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 117448 KiB
Current children cumulated memory: 36764 KiB

[startup+0.207017 s]*
/proc/loadavg: 1.32 1.25 1.78 8/267 968537
/proc/meminfo: memFree=126623668/131524600 swapFree=130798872/131071996
[pid=968527] ppid=968512 vsize=117448 memory=37916 CPUtime=0.19 cores=1,3
/proc/968527/stat : 968527 (fscip) S 968512 968527 968454 0 -1 1077936128 7043 0 0 0 18 1 0 0 20 0 3 0 183959170 120266752 9479 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
/proc/968527/statm: 29362 9479 2926 3032 0 12704 0
[pid=968527/tid=968532] ppid=968512 vsize=117448 memory=664970851429515395 CPUtime=0.14 cores=1,3
/proc/968527/task/968532/stat : 968532 (fscip) R 968512 968527 968454 0 -1 4194368 3240 0 0 0 14 0 0 0 20 0 3 0 183959175 120266752 9479 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
[pid=968527/tid=968536] ppid=968512 vsize=117448 memory=1285800 CPUtime=0 cores=1,3
/proc/968527/task/968536/stat : 968536 (fscip) S 968512 968527 968454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 183959176 120266752 9479 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 117448 KiB
Current children cumulated memory: 37916 KiB

[startup+0.306771 s]*
/proc/loadavg: 1.32 1.25 1.78 10/267 968537
/proc/meminfo: memFree=126608604/131524600 swapFree=130798872/131071996
[pid=968527] ppid=968512 vsize=117448 memory=45536 CPUtime=0.29 cores=1,3
/proc/968527/stat : 968527 (fscip) S 968512 968527 968454 0 -1 1077936128 9160 0 0 0 28 1 0 0 20 0 3 0 183959170 120266752 11384 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
/proc/968527/statm: 29362 11384 2926 3032 0 14987 0
[pid=968527/tid=968532] ppid=968512 vsize=117448 memory=-6657838023396473706 CPUtime=0.24 cores=1,3
/proc/968527/task/968532/stat : 968532 (fscip) R 968512 968527 968454 0 -1 4194368 5357 0 0 0 24 0 0 0 20 0 3 0 183959175 120266752 11384 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
[pid=968527/tid=968536] ppid=968512 vsize=117448 memory=0 CPUtime=0 cores=1,3
/proc/968527/task/968536/stat : 968536 (fscip) S 968512 968527 968454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 183959176 120266752 11384 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 117448 KiB
Current children cumulated memory: 45536 KiB

[startup+0.700215 s]
/proc/loadavg: 1.32 1.25 1.78 8/267 968537
/proc/meminfo: memFree=126578192/131524600 swapFree=130798872/131071996
[pid=968527] ppid=968512 vsize=121480 memory=61372 CPUtime=0.68 cores=1,3
/proc/968527/stat : 968527 (fscip) S 968512 968527 968454 0 -1 1077936128 13172 0 0 0 66 2 0 0 20 0 3 0 183959170 124395520 15343 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
/proc/968527/statm: 30370 15343 2926 3032 0 19413 0
[pid=968527/tid=968532] ppid=968512 vsize=121480 memory=0 CPUtime=0.62 cores=1,3
/proc/968527/task/968532/stat : 968532 (fscip) R 968512 968527 968454 0 -1 4194368 9369 0 0 0 61 1 0 0 20 0 3 0 183959175 124395520 15343 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
[pid=968527/tid=968536] ppid=968512 vsize=121480 memory=0 CPUtime=0 cores=1,3
/proc/968527/task/968536/stat : 968536 (fscip) S 968512 968527 968454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 183959176 124395520 15343 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 121480 KiB
Current children cumulated memory: 61372 KiB

[startup+1.50025 s]
/proc/loadavg: 1.32 1.25 1.78 9/267 968537
/proc/meminfo: memFree=126504852/131524600 swapFree=130798872/131071996
[pid=968527] ppid=968512 vsize=123504 memory=75700 CPUtime=1.47 cores=1,3
/proc/968527/stat : 968527 (fscip) S 968512 968527 968454 0 -1 1077936128 23210 0 0 0 144 3 0 0 20 0 3 0 183959170 126468096 18925 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
/proc/968527/statm: 30876 18925 2942 3032 0 23226 0
[pid=968527/tid=968532] ppid=968512 vsize=123504 memory=0 CPUtime=1.42 cores=1,3
/proc/968527/task/968532/stat : 968532 (fscip) R 968512 968527 968454 0 -1 4194368 19407 0 0 0 140 2 0 0 20 0 3 0 183959175 126468096 18925 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
[pid=968527/tid=968536] ppid=968512 vsize=123504 memory=0 CPUtime=0 cores=1,3
/proc/968527/task/968536/stat : 968536 (fscip) S 968512 968527 968454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 183959176 126468096 18925 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 123504 KiB
Current children cumulated memory: 75700 KiB

[startup+3.10674 s]
/proc/loadavg: 1.54 1.29 1.79 9/267 968539
/proc/meminfo: memFree=126448524/131524600 swapFree=130798872/131071996
[pid=968527] ppid=968512 vsize=125428 memory=85992 CPUtime=3.08 cores=1,3
/proc/968527/stat : 968527 (fscip) S 968512 968527 968454 0 -1 1077936128 30009 0 0 0 304 4 0 0 20 0 3 0 183959170 128438272 21498 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
/proc/968527/statm: 31357 21498 2942 3032 0 26164 0
[pid=968527/tid=968532] ppid=968512 vsize=125428 memory=0 CPUtime=3.02 cores=1,3
/proc/968527/task/968532/stat : 968532 (fscip) R 968512 968527 968454 0 -1 4194368 26191 0 0 0 299 3 0 0 20 0 3 0 183959175 128438272 21498 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
[pid=968527/tid=968536] ppid=968512 vsize=125428 memory=2273 CPUtime=0 cores=1,3
/proc/968527/task/968536/stat : 968536 (fscip) S 968512 968527 968454 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 3 0 183959176 128438272 21498 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 125428 KiB
Current children cumulated memory: 85992 KiB

[startup+6.30025 s]
/proc/loadavg: 1.54 1.29 1.79 9/267 968539
/proc/meminfo: memFree=126416332/131524600 swapFree=130798872/131071996
[pid=968527] ppid=968512 vsize=123668 memory=91484 CPUtime=6.26 cores=1,3
/proc/968527/stat : 968527 (fscip) S 968512 968527 968454 0 -1 1077936128 50875 0 0 0 619 7 0 0 20 0 3 0 183959170 126636032 22871 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
/proc/968527/statm: 30917 22871 2942 3032 0 27284 0
[pid=968527/tid=968532] ppid=968512 vsize=123668 memory=0 CPUtime=6.21 cores=1,3
/proc/968527/task/968532/stat : 968532 (fscip) R 968512 968527 968454 0 -1 4194368 47036 0 0 0 615 6 0 0 20 0 3 0 183959175 126636032 22871 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
[pid=968527/tid=968536] ppid=968512 vsize=123668 memory=281264657624944 CPUtime=0 cores=1,3
/proc/968527/task/968536/stat : 968536 (fscip) S 968512 968527 968454 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 3 0 183959176 126636032 22871 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 123668 KiB
Current children cumulated memory: 91484 KiB

[startup+12.7002 s]
/proc/loadavg: 1.92 1.38 1.81 7/267 968590
/proc/meminfo: memFree=126404788/131524600 swapFree=130798872/131071996
[pid=968527] ppid=968512 vsize=123668 memory=91700 CPUtime=12.64 cores=1,3
/proc/968527/stat : 968527 (fscip) S 968512 968527 968454 0 -1 1077936128 76587 0 0 0 1253 11 0 0 20 0 3 0 183959170 126636032 22925 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
/proc/968527/statm: 30917 22925 2990 3032 0 27284 0
[pid=968527/tid=968532] ppid=968512 vsize=123668 memory=91364 CPUtime=12.59 cores=1,3
/proc/968527/task/968532/stat : 968532 (fscip) R 968512 968527 968454 0 -1 4194368 72701 0 0 0 1249 10 0 0 20 0 3 0 183959175 126636032 22925 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
[pid=968527/tid=968536] ppid=968512 vsize=123668 memory=7676 CPUtime=0 cores=1,3
/proc/968527/task/968536/stat : 968536 (fscip) S 968512 968527 968454 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 3 0 183959176 126636032 22925 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 123668 KiB
Current children cumulated memory: 91700 KiB

[startup+25.5003 s]
/proc/loadavg: 2.24 1.47 1.84 7/267 968591
/proc/meminfo: memFree=126377428/131524600 swapFree=130798872/131071996
[pid=968527] ppid=968512 vsize=192180 memory=98500 CPUtime=25.4 cores=1,3
/proc/968527/stat : 968527 (fscip) S 968512 968527 968454 0 -1 1077936128 96218 0 0 0 2526 14 0 0 20 0 3 0 183959170 196792320 24625 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
/proc/968527/statm: 48045 24625 2990 3032 0 29357 0
[pid=968527/tid=968532] ppid=968512 vsize=192180 memory=93060 CPUtime=25.35 cores=1,3
/proc/968527/task/968532/stat : 968532 (fscip) R 968512 968527 968454 0 -1 4194368 92281 0 0 0 2522 13 0 0 20 0 3 0 183959175 196792320 24625 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
[pid=968527/tid=968536] ppid=968512 vsize=192180 memory=91700 CPUtime=0 cores=1,3
/proc/968527/task/968536/stat : 968536 (fscip) S 968512 968527 968454 0 -1 1077936192 12 0 0 0 0 0 0 0 20 0 3 0 183959176 196792320 24625 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 192180 KiB
Current children cumulated memory: 98500 KiB

[startup+51.1066 s]
/proc/loadavg: 2.97 1.70 1.91 7/267 968595
/proc/meminfo: memFree=126327016/131524600 swapFree=130798872/131071996
[pid=968527] ppid=968512 vsize=194216 memory=108968 CPUtime=50.94 cores=1,3
/proc/968527/stat : 968527 (fscip) S 968512 968527 968454 0 -1 1077936128 129330 0 0 0 5073 21 0 0 20 0 3 0 183959170 198877184 27242 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
/proc/968527/statm: 48554 27242 2990 3032 0 32203 0
[pid=968527/tid=968532] ppid=968512 vsize=194216 memory=108968 CPUtime=50.88 cores=1,3
/proc/968527/task/968532/stat : 968532 (fscip) R 968512 968527 968454 0 -1 4194368 125301 0 0 0 5068 20 0 0 20 0 3 0 183959175 198877184 27242 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
[pid=968527/tid=968536] ppid=968512 vsize=194216 memory=107584 CPUtime=0 cores=1,3
/proc/968527/task/968536/stat : 968536 (fscip) S 968512 968527 968454 0 -1 1077936192 20 0 0 0 0 0 0 0 20 0 3 0 183959176 198877184 27242 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 194216 KiB
Current children cumulated memory: 108968 KiB

[startup+102.3 s]
/proc/loadavg: 3.65 2.11 2.04 6/267 968653
/proc/meminfo: memFree=126308068/131524600 swapFree=130798872/131071996
[pid=968527] ppid=968512 vsize=201764 memory=123036 CPUtime=101.97 cores=1,3
/proc/968527/stat : 968527 (fscip) S 968512 968527 968454 0 -1 1077936128 167686 0 0 0 10165 32 0 0 20 0 3 0 183959170 206606336 30759 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
/proc/968527/statm: 50441 30759 2990 3032 0 35852 0
[pid=968527/tid=968532] ppid=968512 vsize=201764 memory=123036 CPUtime=101.91 cores=1,3
/proc/968527/task/968532/stat : 968532 (fscip) R 968512 968527 968454 0 -1 4194368 163539 0 0 0 10160 31 0 0 20 0 3 0 183959175 206606336 30759 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
[pid=968527/tid=968536] ppid=968512 vsize=201764 memory=122996 CPUtime=0 cores=1,3
/proc/968527/task/968536/stat : 968536 (fscip) S 968512 968527 968454 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 3 0 183959176 206606336 30759 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 201764 KiB
Current children cumulated memory: 123036 KiB

[startup+162.3 s]
/proc/loadavg: 4.02 2.50 2.18 5/267 969239
/proc/meminfo: memFree=126352636/131524600 swapFree=130798872/131071996
[pid=968527] ppid=968512 vsize=201764 memory=125192 CPUtime=161.79 cores=1,3
/proc/968527/stat : 968527 (fscip) S 968512 968527 968454 0 -1 1077936128 195327 0 0 0 16137 42 0 0 20 0 3 0 183959170 206606336 31298 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
/proc/968527/statm: 50441 31298 2990 3032 0 36048 0
[pid=968527/tid=968532] ppid=968512 vsize=201764 memory=124132 CPUtime=161.73 cores=1,3
/proc/968527/task/968532/stat : 968532 (fscip) R 968512 968527 968454 0 -1 4194368 191120 0 0 0 16132 41 0 0 20 0 3 0 183959175 206606336 31298 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
[pid=968527/tid=968536] ppid=968512 vsize=201764 memory=7676 CPUtime=0 cores=1,3
/proc/968527/task/968536/stat : 968536 (fscip) S 968512 968527 968454 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 3 0 183959176 206606336 31298 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 201764 KiB
Current children cumulated memory: 125192 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 2.81 2.31 5/267 969296
/proc/meminfo: memFree=126269436/131524600 swapFree=130798872/131071996
[pid=968527] ppid=968512 vsize=226532 memory=150880 CPUtime=221.6 cores=1,3
/proc/968527/stat : 968527 (fscip) S 968512 968527 968454 0 -1 1077936128 219453 0 0 0 22108 52 0 0 20 0 3 0 183959170 231968768 37720 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
/proc/968527/statm: 56633 37720 2990 3032 0 42240 0
[pid=968527/tid=968532] ppid=968512 vsize=226532 memory=150880 CPUtime=221.54 cores=1,3
/proc/968527/task/968532/stat : 968532 (fscip) R 968512 968527 968454 0 -1 4194368 215187 0 0 0 22103 51 0 0 20 0 3 0 183959175 231968768 37720 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
[pid=968527/tid=968536] ppid=968512 vsize=226532 memory=150880 CPUtime=0 cores=1,3
/proc/968527/task/968536/stat : 968536 (fscip) S 968512 968527 968454 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 183959176 231968768 37720 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
Current children cumulated CPU time: 221.6 s
Current children cumulated vsize: 226532 KiB
Current children cumulated memory: 150880 KiB

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

# cumulated CPU time of all completed processes:  user=260.405 s, system=0.592206 s

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

[startup+230.4 s]
/proc/loadavg: 4.11 2.83 2.31 5/267 969584
/proc/meminfo: memFree=126335488/131524600 swapFree=130798872/131071996
[pid=968527] ppid=968512 vsize=226532 memory=150904 CPUtime=229.68 cores=1,3
/proc/968527/stat : 968527 (fscip) S 968512 968527 968454 0 -1 1077936128 219681 0 0 0 22914 54 0 0 20 0 3 0 183959170 231968768 37726 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
/proc/968527/statm: 56633 37726 2990 3032 0 42240 0
[pid=968527/tid=968532] ppid=968512 vsize=226532 memory=27344 CPUtime=229.61 cores=1,3
/proc/968527/task/968532/stat : 968532 (fscip) R 968512 968527 968454 0 -1 4194368 215415 0 0 0 22909 52 0 0 20 0 3 0 183959175 231968768 37726 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
[pid=968527/tid=968536] ppid=968512 vsize=226532 memory=0 CPUtime=0 cores=1,3
/proc/968527/task/968536/stat : 968536 (fscip) S 968512 968527 968454 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 183959176 231968768 37726 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
Current children cumulated CPU time: 229.68 s
Current children cumulated vsize: 226532 KiB
Current children cumulated memory: 150904 KiB

[startup+243.2 s]
/proc/loadavg: 3.95 2.85 2.33 5/267 970116
/proc/meminfo: memFree=126354328/131524600 swapFree=130798872/131071996
[pid=968527] ppid=968512 vsize=226532 memory=152036 CPUtime=242.44 cores=1,3
/proc/968527/stat : 968527 (fscip) S 968512 968527 968454 0 -1 1077936128 219778 0 0 0 24188 56 0 0 20 0 3 0 183959170 231968768 38009 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
/proc/968527/statm: 56633 38009 2990 3032 0 42240 0
[pid=968527/tid=968532] ppid=968512 vsize=226532 memory=1200 CPUtime=242.37 cores=1,3
/proc/968527/task/968532/stat : 968532 (fscip) R 968512 968527 968454 0 -1 4194368 215512 0 0 0 24183 54 0 0 20 0 3 0 183959175 231968768 38009 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
[pid=968527/tid=968536] ppid=968512 vsize=226532 memory=152036 CPUtime=0 cores=1,3
/proc/968527/task/968536/stat : 968536 (fscip) S 968512 968527 968454 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 183959176 231968768 38009 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
Current children cumulated CPU time: 242.44 s
Current children cumulated vsize: 226532 KiB
Current children cumulated memory: 152036 KiB

[startup+249.6 s]
/proc/loadavg: 3.95 2.87 2.34 5/267 970116
/proc/meminfo: memFree=126346724/131524600 swapFree=130798872/131071996
[pid=968527] ppid=968512 vsize=233996 memory=154580 CPUtime=248.81 cores=1,3
/proc/968527/stat : 968527 (fscip) S 968512 968527 968454 0 -1 1077936128 223841 0 0 0 24825 56 0 0 20 0 3 0 183959170 239611904 38645 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
/proc/968527/statm: 58499 38645 2990 3032 0 44106 0
[pid=968527/tid=968532] ppid=968512 vsize=233996 memory=154580 CPUtime=248.75 cores=1,3
/proc/968527/task/968532/stat : 968532 (fscip) R 968512 968527 968454 0 -1 4194368 219575 0 0 0 24820 55 0 0 20 0 3 0 183959175 239611904 38645 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
[pid=968527/tid=968536] ppid=968512 vsize=233996 memory=24636 CPUtime=0 cores=1,3
/proc/968527/task/968536/stat : 968536 (fscip) S 968512 968527 968454 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 183959176 239611904 38645 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
Current children cumulated CPU time: 248.81 s
Current children cumulated vsize: 233996 KiB
Current children cumulated memory: 154580 KiB

[startup+256 s]*
/proc/loadavg: 3.96 2.89 2.35 5/267 970165
/proc/meminfo: memFree=126452372/131524600 swapFree=130798872/131071996
[pid=968527] ppid=968512 vsize=233996 memory=154580 CPUtime=255.2 cores=1,3
/proc/968527/stat : 968527 (fscip) S 968512 968527 968454 0 -1 1077936128 225553 0 0 0 25463 57 0 0 20 0 3 0 183959170 239611904 38645 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
/proc/968527/statm: 58499 38645 2990 3032 0 44106 0
[pid=968527/tid=968532] ppid=968512 vsize=233996 memory=6720668748535054698 CPUtime=255.13 cores=1,3
/proc/968527/task/968532/stat : 968532 (fscip) R 968512 968527 968454 0 -1 4194368 221287 0 0 0 25458 55 0 0 20 0 3 0 183959175 239611904 38645 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
[pid=968527/tid=968536] ppid=968512 vsize=233996 memory=27080 CPUtime=0 cores=1,3
/proc/968527/task/968536/stat : 968536 (fscip) S 968512 968527 968454 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 183959176 239611904 38645 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
Current children cumulated CPU time: 255.2 s
Current children cumulated vsize: 233996 KiB
Current children cumulated memory: 154580 KiB

[startup+259.2 s]
/proc/loadavg: 4.04 2.93 2.36 5/267 970165
/proc/meminfo: memFree=126450752/131524600 swapFree=130798872/131071996
[pid=968527] ppid=968512 vsize=233996 memory=154580 CPUtime=258.38 cores=1,3
/proc/968527/stat : 968527 (fscip) S 968512 968527 968454 0 -1 1077936128 225555 0 0 0 25781 57 0 0 20 0 3 0 183959170 239611904 38645 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
/proc/968527/statm: 58499 38645 2990 3032 0 44106 0
[pid=968527/tid=968532] ppid=968512 vsize=233996 memory=7676 CPUtime=258.31 cores=1,3
/proc/968527/task/968532/stat : 968532 (fscip) R 968512 968527 968454 0 -1 4194368 221289 0 0 0 25775 56 0 0 20 0 3 0 183959175 239611904 38645 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
[pid=968527/tid=968536] ppid=968512 vsize=233996 memory=4892 CPUtime=0 cores=1,3
/proc/968527/task/968536/stat : 968536 (fscip) S 968512 968527 968454 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 183959176 239611904 38645 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
Current children cumulated CPU time: 258.38 s
Current children cumulated vsize: 233996 KiB
Current children cumulated memory: 154580 KiB

[startup+260.8 s]
/proc/loadavg: 4.04 2.93 2.36 5/267 970165
/proc/meminfo: memFree=126450480/131524600 swapFree=130798872/131071996
[pid=968527] ppid=968512 vsize=233996 memory=154580 CPUtime=259.98 cores=1,3
/proc/968527/stat : 968527 (fscip) S 968512 968527 968454 0 -1 1077936128 225564 0 0 0 25940 58 0 0 20 0 3 0 183959170 239611904 38645 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
/proc/968527/statm: 58499 38645 2990 3032 0 44106 0
[pid=968527/tid=968532] ppid=968512 vsize=233996 memory=154580 CPUtime=259.91 cores=1,3
/proc/968527/task/968532/stat : 968532 (fscip) R 968512 968527 968454 0 -1 4194368 221298 0 0 0 25935 56 0 0 20 0 3 0 183959175 239611904 38645 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
[pid=968527/tid=968536] ppid=968512 vsize=233996 memory=154580 CPUtime=0 cores=1,3
/proc/968527/task/968536/stat : 968536 (fscip) S 968512 968527 968454 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 183959176 239611904 38645 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
Current children cumulated CPU time: 259.98 s
Current children cumulated vsize: 233996 KiB
Current children cumulated memory: 154580 KiB

[startup+261.6 s]
/proc/loadavg: 4.04 2.93 2.36 5/267 970165
/proc/meminfo: memFree=126447828/131524600 swapFree=130798872/131071996
[pid=968527] ppid=968512 vsize=233996 memory=154580 CPUtime=260.78 cores=1,3
/proc/968527/stat : 968527 (fscip) S 968512 968527 968454 0 -1 1077936128 225566 0 0 0 26020 58 0 0 20 0 3 0 183959170 239611904 38645 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
/proc/968527/statm: 58499 38645 2990 3032 0 44106 0
[pid=968527/tid=968532] ppid=968512 vsize=233996 memory=16256 CPUtime=260.7 cores=1,3
/proc/968527/task/968532/stat : 968532 (fscip) R 968512 968527 968454 0 -1 4194368 221300 0 0 0 26014 56 0 0 20 0 3 0 183959175 239611904 38645 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
[pid=968527/tid=968536] ppid=968512 vsize=233996 memory=1200 CPUtime=0 cores=1,3
/proc/968527/task/968536/stat : 968536 (fscip) S 968512 968527 968454 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 183959176 239611904 38645 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
Current children cumulated CPU time: 260.78 s
Current children cumulated vsize: 233996 KiB
Current children cumulated memory: 154580 KiB

[startup+261.8 s]
/proc/loadavg: 4.04 2.93 2.36 5/267 970165
/proc/meminfo: memFree=126447828/131524600 swapFree=130798872/131071996
[pid=968527] ppid=968512 vsize=233996 memory=154580 CPUtime=260.97 cores=1,3
/proc/968527/stat : 968527 (fscip) S 968512 968527 968454 0 -1 1077936128 225795 0 0 0 26039 58 0 0 20 0 3 0 183959170 239611904 38645 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
/proc/968527/statm: 58499 38645 2990 3032 0 44106 0
[pid=968527/tid=968532] ppid=968512 vsize=233996 memory=27344 CPUtime=260.91 cores=1,3
/proc/968527/task/968532/stat : 968532 (fscip) R 968512 968527 968454 0 -1 4194368 221556 0 0 0 26034 57 0 0 20 0 3 0 183959175 239611904 38645 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
[pid=968527/tid=968536] ppid=968512 vsize=233996 memory=4892 CPUtime=0 cores=1,3
/proc/968527/task/968536/stat : 968536 (fscip) S 968512 968527 968454 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 183959176 239611904 38645 134679101440 4194304 16613245 140727335563824 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 45907968 140727335572500 140727335572616 140727335572616 140727335579632 0
Current children cumulated CPU time: 260.97 s
Current children cumulated vsize: 233996 KiB
Current children cumulated memory: 154580 KiB

Child status: 0

Real time (s): 261.811
CPU time (s): 260.997
CPU user time (s): 260.405
CPU system time (s): 0.592206
CPU usage (%): 99.6891
Max. virtual memory (cumulated for all children) (KiB): 233996
Max. memory (cumulated for all children) (KiB): 154580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 260.405
system time used= 0.592206
maximum resident set size= 154580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226900
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= 816
involuntary context switches= 173


# summary of solver processes directly reported to runsolver:
#   pid: 968527
#   total CPU time (s): 260.997
#   total CPU user time (s): 260.405
#   total CPU system time (s): 0.592206

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.546036 second user time and 1.41163 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-18 17:53:32
IDJOB=4444190
IDBENCH=147923
IDSOLVER=3064
FILE ID=nodeC014/4444190-1721318000
RUNJOBID= nodeC014-1721318012-968466
SLURM_JOB_ID= 7542671
Free space on /tmp= 890084 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900574864.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-4444190-1721318000/watcher-4444190-1721318000 -o /tmp/evaluation-result-4444190-1721318000/solver-4444190-1721318000 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721318012-968466 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4444190-1721318000.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= b2f8f357a59f46dfa71af74665cc1cb6
RANDOM SEED=691473910

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126751788 kB
MemAvailable:   130013400 kB
Buffers:          442912 kB
Cached:          3623176 kB
SwapCached:        12904 kB
Active:          1370496 kB
Inactive:        2816812 kB
Active(anon):       9212 kB
Inactive(anon):   133108 kB
Active(file):    1361284 kB
Inactive(file):  2683704 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       130798872 kB
Dirty:            112388 kB
Writeback:            52 kB
AnonPages:        112988 kB
Mapped:            49260 kB
Shmem:             20452 kB
KReclaimable:     112544 kB
Slab:             210128 kB
SReclaimable:     112544 kB
SUnreclaim:        97584 kB
KernelStack:        3840 kB
PageTables:         9920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     740460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            35168 kB
HardwareCorrupted:     0 kB
AnonHugePages:     40960 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:      232148 kB
DirectMap2M:    25755648 kB
DirectMap1G:    110100480 kB

Free space on /tmp at the end= 889972 MiB
End job on nodeC014 at 2024-07-18 17:57:55