Trace number 4464556

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 NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 2024-07-30OPT2 202.716 203.602

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=6-t=4.opb
MD5SUMdcdc749f5ef21d76c761bcb9586b9956
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.090298
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables81
Total number of constraints528
Number of constraints which are clauses522
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint7
Number of terms in the objective function 6
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
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.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 23216128, getVmSize() = 23216128, SCIPgetMemUsed() = 1313713, SCIPgetMemTotal() = 1639737, SCIPgetMemExternEstim() = 1048576
0.00/0.00	c ** set memory limit for presolving in LC to 8.79609e+12 for SCIP **
0.00/0.01	c ** Estimated virtualMemUsedAtSolver = 16449536, getVmSize() = 26132480, SCIPgetMemUsed() = 2025864, SCIPgetMemTotal() = 3443440, SCIPgetMemExternEstim() = 1048576
0.00/0.01	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
0.00/0.01	c Original Problem   :
0.00/0.01	c   Problem name     : instance-4464556-1722390441
0.00/0.01	c   Variables        : 81 (81 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 528
0.00/0.01	c   Objective sense  : minimize
0.00/0.01	c Presolved Problem  :
0.00/0.01	c   Variables        : 81 (81 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 528
0.00/0.01	c Constraints        : Number
0.00/0.01	c   setppc           : 6 
0.00/0.01	c   logicor          : 522 
0.00/0.01	c ** Instance transfer method used: 0
0.00/0.01	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.01	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.01	c                                Nodes    Active                                            
0.00/0.01	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.00/0.02	c *       0              0           1         1           6.0000                -          -
0.00/0.02	c *       0              0           1         1           5.0000                -          -
0.00/0.02	c *       0              0           1         1           2.0000                -          -
5.15/5.24	c         5           3741        1875         1           2.0000           0.0000          -
10.13/10.29	c        10          10040        4297         1           2.0000           0.0000          -
15.19/15.36	c        15          19907        6475         1           2.0000           0.0000          -
20.28/20.40	c        20          31043        8009         1           2.0000           0.0000          -
25.25/25.45	c        25          43112         124         1           2.0000           0.0000          -
30.32/30.50	c        31          50657        1877         1           2.0000           0.0000          -
35.30/35.54	c        36          62278        4209         1           2.0000           0.0000          -
40.27/40.59	c        41          71772        6159         1           2.0000           0.0000          -
45.35/45.64	c        46          86033        6830         1           2.0000           0.0000          -
50.43/50.70	c        51          99875        7690         1           2.0000           0.0000          -
55.41/55.74	c        56         112622        9220         1           2.0000           0.0000          -
60.39/60.79	c        61         125819        9818         1           2.0000           0.0000          -
65.47/65.84	c        66         139562       11075         1           2.0000           0.0000          -
70.45/70.89	c        71         153347       12057         1           2.0000           0.0000          -
75.53/75.94	c        76         165902       13288         1           2.0000           0.0000          -
80.51/80.99	c        81         178843       14811         1           2.0000           0.0000          -
85.59/86.05	c        86         190094       16298         1           2.0000           0.0000          -
90.57/91.10	c        91         201411       17802         1           2.0000           0.0000          -
95.65/96.15	c        96         214204       19559         1           2.0000           0.0000          -
100.72/101.20	c       101         227998       21361         1           2.0000           0.0000          -
105.70/106.25	c       106         241032       22386         1           2.0000           0.0000          -
110.78/111.30	c       111         254731       24101         1           2.0000           0.0000          -
115.77/116.35	c       116         267524       25474         1           2.0000           0.0000          -
120.84/121.40	c       121         279415       27648         1           2.0000           0.0000          -
125.82/126.45	c       126         291115       29009         1           2.0000           0.0000          -
130.90/131.50	c       132         304930       28991         1           2.0000           0.0000          -
135.88/136.56	c       137         318264       29404         1           2.0000           0.0000          -
140.96/141.60	c       142         331591       30593         1           2.0000           0.0000          -
145.94/146.65	c       147         342082       33375         1           2.0000           0.0000          -
151.02/151.70	c       152         354639       36041         1           2.0000           0.0000          -
155.99/156.75	c       157         368479       38128         1           2.0000           0.0000          -
160.98/161.76	c       162         383551       39164         1           2.0000           0.1111          -
166.65/167.49	c       168         403095       35343         1           2.0000           0.2500          -
172.33/173.19	c       173         422324       30774         1           2.0000           0.3333          -
177.81/178.67	c       179         440848       25537         1           2.0000           0.3333    500.00%
182.98/183.88	c       184         458447       20314         1           2.0000           0.5000    300.00%
188.07/188.93	c       189         475423       14684         1           2.0000           0.5000    300.00%
193.05/193.98	c       194         492417        8953         1           2.0000           0.5000    300.00%
198.42/199.30	c       199         509022        3459         1           2.0000           1.0000    100.00%
202.60/203.58	c       204         524181           0         0           2.0000           2.0000      0.00%
202.60/203.59	c       204         524181           0         0           2.0000           2.0000          -
202.60/203.59	c SCIP Status        : c problem is solved
202.60/203.59	c Total Time         : 203.6000
202.60/203.59	c   solving          : 203.6000
202.60/203.59	c   presolving       : 0.0078 (included in solving)
202.60/203.59	c B&B Tree           :
202.60/203.59	c   nodes (total)    : 524181
202.60/203.59	c Solution           :
202.60/203.59	c   Solutions found  : 3
202.60/203.59	c   Primal Bound     : +2.00000000000000e+00
202.60/203.59	c   Dual Bound       : +2.00000000000000e+00
202.60/203.59	c Gap                : 0.00000 %
202.60/203.60	o 2
202.60/203.60	s OPTIMUM FOUND
202.60/203.60	v x81 -x80 -x79 -x78 -x77 x76 -x75 -x74 -x73 -x72 -x71 x70 -x69 -x68 -x67 x66 -x65 -x64 -x63 x62 -x61 -x60 x59 -x58 x15 x14 x13 x12 
202.60/203.60	v x11 -x10 -x9 x8 -x7 -x6 x5 x4 x3 x2 -x1 -x57 x51 -x45 -x39 -x33 -x27 -x56 -x50 -x44 -x38 -x32 x26 -x55 -x49 -x43 -x37 -x31 
202.60/203.60	v -x25 -x54 -x48 x42 -x36 -x30 -x24 x53 -x47 -x41 -x35 -x29 -x23 -x52 -x46 -x40 -x34 -x28 -x22 -x21 -x20 x19 -x18 -x17 x16 

Verifier Data

OK	2

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (63453 MiB free)
  memory of node 1: 64473 MiB (63049 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=42243, runsolver pid=42240
Current StackSize limit: 8192 KiB


[startup+0.100082 s]*
/proc/loadavg: 1.13 1.23 2.14 3/253 42278
/proc/meminfo: memFree=129501556/131524600 swapFree=131071996/131071996
[pid=42243] ppid=42240 vsize=108988 memory=24216 CPUtime=0.09 cores=0,2
/proc/42243/stat : 42243 (fscip) S 42240 42243 42201 0 -1 1077936128 3475 0 0 0 9 0 0 0 20 0 3 0 5645998 111603712 6054 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
/proc/42243/statm: 27247 6054 2950 3035 0 9677 0
[pid=42243/tid=42249] ppid=42240 vsize=108988 memory=4026531959 CPUtime=0.08 cores=0,2
/proc/42243/task/42249/stat : 42249 (fscip) R 42240 42243 42201 0 -1 4194368 1778 0 0 0 8 0 0 0 20 0 3 0 5645999 111603712 6054 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
[pid=42243/tid=42250] ppid=42240 vsize=108988 memory=215671391511 CPUtime=0 cores=0,2
/proc/42243/task/42250/stat : 42250 (fscip) S 42240 42243 42201 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5645999 111603712 6054 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 108988 KiB
Current children cumulated memory: 24216 KiB

[startup+0.205402 s]*
/proc/loadavg: 1.13 1.23 2.14 3/247 42294
/proc/meminfo: memFree=129488196/131524600 swapFree=131071996/131071996
[pid=42243] ppid=42240 vsize=108988 memory=28176 CPUtime=0.2 cores=0,2
/proc/42243/stat : 42243 (fscip) S 42240 42243 42201 0 -1 1077936128 4423 0 0 0 19 1 0 0 20 0 3 0 5645998 111603712 7044 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
/proc/42243/statm: 27247 7044 2950 3035 0 10641 0
[pid=42243/tid=42249] ppid=42240 vsize=108988 memory=3472328299600544044 CPUtime=0.18 cores=0,2
/proc/42243/task/42249/stat : 42249 (fscip) R 42240 42243 42201 0 -1 4194368 2726 0 0 0 18 0 0 0 20 0 3 0 5645999 111603712 7044 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
[pid=42243/tid=42250] ppid=42240 vsize=108988 memory=237129450765 CPUtime=0 cores=0,2
/proc/42243/task/42250/stat : 42250 (fscip) S 42240 42243 42201 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5645999 111603712 7044 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 108988 KiB
Current children cumulated memory: 28176 KiB

[startup+0.305358 s]*
/proc/loadavg: 1.13 1.23 2.14 3/247 42294
/proc/meminfo: memFree=129485568/131524600 swapFree=131071996/131071996
[pid=42243] ppid=42240 vsize=108988 memory=28548 CPUtime=0.3 cores=0,2
/proc/42243/stat : 42243 (fscip) S 42240 42243 42201 0 -1 1077936128 4633 0 0 0 29 1 0 0 20 0 3 0 5645998 111603712 7137 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
/proc/42243/statm: 27247 7137 2950 3035 0 10708 0
[pid=42243/tid=42249] ppid=42240 vsize=108988 memory=6944656592455350634 CPUtime=0.28 cores=0,2
/proc/42243/task/42249/stat : 42249 (fscip) R 42240 42243 42201 0 -1 4194368 2936 0 0 0 28 0 0 0 20 0 3 0 5645999 111603712 7137 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
[pid=42243/tid=42250] ppid=42240 vsize=108988 memory=-6000919498543622763 CPUtime=0 cores=0,2
/proc/42243/task/42250/stat : 42250 (fscip) S 42240 42243 42201 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5645999 111603712 7137 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 108988 KiB
Current children cumulated memory: 28548 KiB

[startup+0.700218 s]
/proc/loadavg: 1.13 1.23 2.14 6/248 42316
/proc/meminfo: memFree=129484088/131524600 swapFree=131071996/131071996
[pid=42243] ppid=42240 vsize=108988 memory=29868 CPUtime=0.68 cores=0,2
/proc/42243/stat : 42243 (fscip) S 42240 42243 42201 0 -1 1077936128 4962 0 0 0 67 1 0 0 20 0 3 0 5645998 111603712 7467 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
/proc/42243/statm: 27247 7467 2950 3035 0 10963 0
[pid=42243/tid=42249] ppid=42240 vsize=108988 memory=0 CPUtime=0.66 cores=0,2
/proc/42243/task/42249/stat : 42249 (fscip) R 42240 42243 42201 0 -1 4194368 3265 0 0 0 66 0 0 0 20 0 3 0 5645999 111603712 7467 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
[pid=42243/tid=42250] ppid=42240 vsize=108988 memory=0 CPUtime=0 cores=0,2
/proc/42243/task/42250/stat : 42250 (fscip) S 42240 42243 42201 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5645999 111603712 7467 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 108988 KiB
Current children cumulated memory: 29868 KiB

[startup+1.5002 s]
/proc/loadavg: 1.13 1.23 2.14 6/260 42373
/proc/meminfo: memFree=129202636/131524600 swapFree=131071996/131071996
[pid=42243] ppid=42240 vsize=108988 memory=32564 CPUtime=1.48 cores=0,2
/proc/42243/stat : 42243 (fscip) S 42240 42243 42201 0 -1 1077936128 8245 0 0 0 147 1 0 0 20 0 3 0 5645998 111603712 8141 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
/proc/42243/statm: 27247 8141 2998 3035 0 11465 0
[pid=42243/tid=42249] ppid=42240 vsize=108988 memory=0 CPUtime=1.47 cores=0,2
/proc/42243/task/42249/stat : 42249 (fscip) R 42240 42243 42201 0 -1 4194368 6532 0 0 0 146 1 0 0 20 0 3 0 5645999 111603712 8141 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
[pid=42243/tid=42250] ppid=42240 vsize=108988 memory=0 CPUtime=0 cores=0,2
/proc/42243/task/42250/stat : 42250 (fscip) S 42240 42243 42201 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5645999 111603712 8141 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 108988 KiB
Current children cumulated memory: 32564 KiB

[startup+3.10538 s]
/proc/loadavg: 1.28 1.26 2.14 5/255 42505
/proc/meminfo: memFree=129231492/131524600 swapFree=131071996/131071996
[pid=42243] ppid=42240 vsize=109972 memory=38392 CPUtime=3.07 cores=0,2
/proc/42243/stat : 42243 (fscip) S 42240 42243 42201 0 -1 1077936128 10162 0 0 0 305 2 0 0 20 0 3 0 5645998 112611328 9598 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
/proc/42243/statm: 27493 9598 2998 3035 0 13042 0
[pid=42243/tid=42249] ppid=42240 vsize=109972 memory=-5155635695412996741 CPUtime=3.05 cores=0,2
/proc/42243/task/42249/stat : 42249 (fscip) R 42240 42243 42201 0 -1 4194368 8447 0 0 0 304 1 0 0 20 0 3 0 5645999 112611328 9598 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
[pid=42243/tid=42250] ppid=42240 vsize=109972 memory=0 CPUtime=0 cores=0,2
/proc/42243/task/42250/stat : 42250 (fscip) S 42240 42243 42201 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 3 0 5645999 112611328 9598 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 109972 KiB
Current children cumulated memory: 38392 KiB

[startup+6.30018 s]
/proc/loadavg: 1.28 1.26 2.14 5/262 42797
/proc/meminfo: memFree=129286220/131524600 swapFree=131071996/131071996
[pid=42243] ppid=42240 vsize=113060 memory=45136 CPUtime=6.25 cores=0,2
/proc/42243/stat : 42243 (fscip) S 42240 42243 42201 0 -1 1077936128 17194 0 0 0 621 4 0 0 20 0 3 0 5645998 115773440 11284 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
/proc/42243/statm: 28265 11284 3014 3035 0 14643 0
[pid=42243/tid=42249] ppid=42240 vsize=113060 memory=39120 CPUtime=6.23 cores=0,2
/proc/42243/task/42249/stat : 42249 (fscip) R 42240 42243 42201 0 -1 4194368 15453 0 0 0 620 3 0 0 20 0 3 0 5645999 115773440 11284 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
[pid=42243/tid=42250] ppid=42240 vsize=113060 memory=13120 CPUtime=0 cores=0,2
/proc/42243/task/42250/stat : 42250 (fscip) S 42240 42243 42201 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 3 0 5645999 115773440 11284 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 113060 KiB
Current children cumulated memory: 45136 KiB

[startup+12.7002 s]
/proc/loadavg: 1.70 1.35 2.16 5/262 42799
/proc/meminfo: memFree=129209068/131524600 swapFree=131071996/131071996
[pid=42243] ppid=42240 vsize=116228 memory=50300 CPUtime=12.62 cores=0,2
/proc/42243/stat : 42243 (fscip) S 42240 42243 42201 0 -1 1077936128 31223 0 0 0 1256 6 0 0 20 0 3 0 5645998 119017472 12575 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
/proc/42243/statm: 29057 12575 3014 3035 0 15873 0
[pid=42243/tid=42249] ppid=42240 vsize=116228 memory=-5155634574342646405 CPUtime=12.6 cores=0,2
/proc/42243/task/42249/stat : 42249 (fscip) R 42240 42243 42201 0 -1 4194368 29439 0 0 0 1255 5 0 0 20 0 3 0 5645999 119017472 12575 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
[pid=42243/tid=42250] ppid=42240 vsize=116228 memory=39120 CPUtime=0 cores=0,2
/proc/42243/task/42250/stat : 42250 (fscip) S 42240 42243 42201 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 3 0 5645999 119017472 12575 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 116228 KiB
Current children cumulated memory: 50300 KiB

[startup+25.5002 s]
/proc/loadavg: 2.05 1.44 2.19 5/262 42800
/proc/meminfo: memFree=129141488/131524600 swapFree=131071996/131071996
[pid=42243] ppid=42240 vsize=119136 memory=70728 CPUtime=25.35 cores=0,2
/proc/42243/stat : 42243 (fscip) S 42240 42243 42201 0 -1 1077936128 52867 0 0 0 2522 13 0 0 20 0 3 0 5645998 121995264 17682 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
/proc/42243/statm: 29784 17682 3014 3035 0 20825 0
[pid=42243/tid=42249] ppid=42240 vsize=119136 memory=61620 CPUtime=25.33 cores=0,2
/proc/42243/task/42249/stat : 42249 (fscip) R 42240 42243 42201 0 -1 4194368 51048 0 0 0 2521 12 0 0 20 0 3 0 5645999 121995264 17682 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
[pid=42243/tid=42250] ppid=42240 vsize=119136 memory=58368 CPUtime=0 cores=0,2
/proc/42243/task/42250/stat : 42250 (fscip) S 42240 42243 42201 0 -1 1077936192 12 0 0 0 0 0 0 0 20 0 3 0 5645999 121995264 17682 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 119136 KiB
Current children cumulated memory: 70728 KiB

[startup+51.1054 s]
/proc/loadavg: 2.78 1.66 2.24 5/261 42826
/proc/meminfo: memFree=129044084/131524600 swapFree=131071996/131071996
[pid=42243] ppid=42240 vsize=128916 memory=83632 CPUtime=50.84 cores=0,2
/proc/42243/stat : 42243 (fscip) S 42240 42243 42201 0 -1 1077936128 70047 0 0 0 5061 23 0 0 20 0 3 0 5645998 132009984 20908 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
/proc/42243/statm: 32229 20908 3318 3035 0 23617 0
[pid=42243/tid=42249] ppid=42240 vsize=128916 memory=11596 CPUtime=50.82 cores=0,2
/proc/42243/task/42249/stat : 42249 (fscip) R 42240 42243 42201 0 -1 4194368 68180 0 0 0 5060 22 0 0 20 0 3 0 5645999 132009984 20908 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
[pid=42243/tid=42250] ppid=42240 vsize=128916 memory=13120 CPUtime=0 cores=0,2
/proc/42243/task/42250/stat : 42250 (fscip) S 42240 42243 42201 0 -1 1077936192 18 0 0 0 0 0 0 0 20 0 3 0 5645999 132009984 20908 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
Current children cumulated CPU time: 50.84 s
Current children cumulated vsize: 128916 KiB
Current children cumulated memory: 83632 KiB

[startup+102.3 s]
/proc/loadavg: 3.57 2.07 2.35 5/261 42834
/proc/meminfo: memFree=128849224/131524600 swapFree=131071996/131071996
[pid=42243] ppid=42240 vsize=141392 memory=114660 CPUtime=101.82 cores=0,2
/proc/42243/stat : 42243 (fscip) S 42240 42243 42201 0 -1 1077936128 102218 0 0 0 10138 44 0 0 20 0 3 0 5645998 144785408 28665 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
/proc/42243/statm: 35348 28665 3318 3035 0 31137 0
[pid=42243/tid=42249] ppid=42240 vsize=141392 memory=111748 CPUtime=101.8 cores=0,2
/proc/42243/task/42249/stat : 42249 (fscip) R 42240 42243 42201 0 -1 4194368 100306 0 0 0 10137 43 0 0 20 0 3 0 5645999 144785408 28665 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
[pid=42243/tid=42250] ppid=42240 vsize=141392 memory=114660 CPUtime=0 cores=0,2
/proc/42243/task/42250/stat : 42250 (fscip) S 42240 42243 42201 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 3 0 5645999 144785408 28665 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
Current children cumulated CPU time: 101.82 s
Current children cumulated vsize: 141392 KiB
Current children cumulated memory: 114660 KiB

[startup+162.3 s]
/proc/loadavg: 3.95 2.45 2.47 5/260 42845
/proc/meminfo: memFree=128630432/131524600 swapFree=131071996/131071996
[pid=42243] ppid=42240 vsize=222088 memory=149568 CPUtime=161.57 cores=0,2
/proc/42243/stat : 42243 (fscip) S 42240 42243 42201 0 -1 1077936128 142250 0 0 0 16089 68 0 0 20 0 3 0 5645998 227418112 37392 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
/proc/42243/statm: 55522 37392 3318 3035 0 39937 0
[pid=42243/tid=42249] ppid=42240 vsize=222088 memory=137516 CPUtime=161.55 cores=0,2
/proc/42243/task/42249/stat : 42249 (fscip) R 42240 42243 42201 0 -1 4194368 140306 0 0 0 16088 67 0 0 20 0 3 0 5645999 227418112 37392 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
[pid=42243/tid=42250] ppid=42240 vsize=222088 memory=149112 CPUtime=0 cores=0,2
/proc/42243/task/42250/stat : 42250 (fscip) S 42240 42243 42201 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 3 0 5645999 227418112 37392 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
Current children cumulated CPU time: 161.57 s
Current children cumulated vsize: 222088 KiB
Current children cumulated memory: 149568 KiB

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

# cumulated CPU time of all completed processes:  user=201.835 s, system=0.881165 s

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

[startup+179.2 s]
/proc/loadavg: 3.96 2.53 2.49 5/262 42852
/proc/meminfo: memFree=128573832/131524600 swapFree=131071996/131071996
[pid=42243] ppid=42240 vsize=222088 memory=150720 CPUtime=178.4 cores=0,2
/proc/42243/stat : 42243 (fscip) S 42240 42243 42201 0 -1 1077936128 147148 0 0 0 17764 76 0 0 20 0 3 0 5645998 227418112 37680 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
/proc/42243/statm: 55522 37680 3318 3035 0 40396 0
[pid=42243/tid=42249] ppid=42240 vsize=222088 memory=11596 CPUtime=178.37 cores=0,2
/proc/42243/task/42249/stat : 42249 (fscip) R 42240 42243 42201 0 -1 4194368 145204 0 0 0 17762 75 0 0 20 0 3 0 5645999 227418112 37680 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
[pid=42243/tid=42250] ppid=42240 vsize=222088 memory=150652 CPUtime=0 cores=0,2
/proc/42243/task/42250/stat : 42250 (fscip) S 42240 42243 42201 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 3 0 5645999 227418112 37680 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
Current children cumulated CPU time: 178.4 s
Current children cumulated vsize: 222088 KiB
Current children cumulated memory: 150720 KiB

[startup+192 s]*
/proc/loadavg: 3.97 2.60 2.52 5/262 42855
/proc/meminfo: memFree=128540400/131524600 swapFree=131071996/131071996
[pid=42243] ppid=42240 vsize=222088 memory=150720 CPUtime=191.15 cores=0,2
/proc/42243/stat : 42243 (fscip) S 42240 42243 42201 0 -1 1077936128 147477 0 0 0 19033 82 0 0 20 0 3 0 5645998 227418112 37680 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
/proc/42243/statm: 55522 37680 3318 3035 0 40396 0
[pid=42243/tid=42249] ppid=42240 vsize=222088 memory=-7163655274359776631 CPUtime=191.12 cores=0,2
/proc/42243/task/42249/stat : 42249 (fscip) R 42240 42243 42201 0 -1 4194368 145533 0 0 0 19031 81 0 0 20 0 3 0 5645999 227418112 37680 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
[pid=42243/tid=42250] ppid=42240 vsize=222088 memory=-7593814945580284862 CPUtime=0 cores=0,2
/proc/42243/task/42250/stat : 42250 (fscip) S 42240 42243 42201 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 3 0 5645999 227418112 37680 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
Current children cumulated CPU time: 191.15 s
Current children cumulated vsize: 222088 KiB
Current children cumulated memory: 150720 KiB

[startup+198.4 s]
/proc/loadavg: 3.97 2.63 2.52 5/262 42856
/proc/meminfo: memFree=128515080/131524600 swapFree=131071996/131071996
[pid=42243] ppid=42240 vsize=222088 memory=158068 CPUtime=197.52 cores=0,2
/proc/42243/stat : 42243 (fscip) S 42240 42243 42201 0 -1 1077936128 149695 0 0 0 19668 84 0 0 20 0 3 0 5645998 227418112 39517 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
/proc/42243/statm: 55522 39517 3318 3035 0 42396 0
[pid=42243/tid=42249] ppid=42240 vsize=222088 memory=11596 CPUtime=197.49 cores=0,2
/proc/42243/task/42249/stat : 42249 (fscip) R 42240 42243 42201 0 -1 4194368 147751 0 0 0 19666 83 0 0 20 0 3 0 5645999 227418112 39517 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
[pid=42243/tid=42250] ppid=42240 vsize=222088 memory=150720 CPUtime=0 cores=0,2
/proc/42243/task/42250/stat : 42250 (fscip) S 42240 42243 42201 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 3 0 5645999 227418112 39517 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
Current children cumulated CPU time: 197.52 s
Current children cumulated vsize: 222088 KiB
Current children cumulated memory: 158068 KiB

[startup+201.6 s]
/proc/loadavg: 3.97 2.63 2.52 5/262 42856
/proc/meminfo: memFree=128501772/131524600 swapFree=131071996/131071996
[pid=42243] ppid=42240 vsize=222088 memory=158192 CPUtime=200.71 cores=0,2
/proc/42243/stat : 42243 (fscip) S 42240 42243 42201 0 -1 1077936128 150676 0 0 0 19985 86 0 0 20 0 3 0 5645998 227418112 39548 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
/proc/42243/statm: 55522 39548 3318 3035 0 42396 0
[pid=42243/tid=42249] ppid=42240 vsize=222088 memory=150720 CPUtime=200.68 cores=0,2
/proc/42243/task/42249/stat : 42249 (fscip) R 42240 42243 42201 0 -1 4194368 148732 0 0 0 19983 85 0 0 20 0 3 0 5645999 227418112 39548 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
[pid=42243/tid=42250] ppid=42240 vsize=222088 memory=158068 CPUtime=0 cores=0,2
/proc/42243/task/42250/stat : 42250 (fscip) S 42240 42243 42201 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 3 0 5645999 227418112 39548 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
Current children cumulated CPU time: 200.71 s
Current children cumulated vsize: 222088 KiB
Current children cumulated memory: 158192 KiB

[startup+202.4 s]
/proc/loadavg: 4.06 2.67 2.54 5/262 42856
/proc/meminfo: memFree=128499480/131524600 swapFree=131071996/131071996
[pid=42243] ppid=42240 vsize=222088 memory=158192 CPUtime=201.51 cores=0,2
/proc/42243/stat : 42243 (fscip) S 42240 42243 42201 0 -1 1077936128 150786 0 0 0 20064 87 0 0 20 0 3 0 5645998 227418112 39548 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
/proc/42243/statm: 55522 39548 3318 3035 0 42396 0
[pid=42243/tid=42249] ppid=42240 vsize=222088 memory=158192 CPUtime=201.48 cores=0,2
/proc/42243/task/42249/stat : 42249 (fscip) R 42240 42243 42201 0 -1 4194368 148842 0 0 0 20062 86 0 0 20 0 3 0 5645999 227418112 39548 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
[pid=42243/tid=42250] ppid=42240 vsize=222088 memory=6944656592455350634 CPUtime=0 cores=0,2
/proc/42243/task/42250/stat : 42250 (fscip) S 42240 42243 42201 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 3 0 5645999 227418112 39548 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
Current children cumulated CPU time: 201.51 s
Current children cumulated vsize: 222088 KiB
Current children cumulated memory: 158192 KiB

[startup+203.2 s]
/proc/loadavg: 4.06 2.67 2.54 5/262 42856
/proc/meminfo: memFree=128498388/131524600 swapFree=131071996/131071996
[pid=42243] ppid=42240 vsize=222088 memory=158192 CPUtime=202.31 cores=0,2
/proc/42243/stat : 42243 (fscip) S 42240 42243 42201 0 -1 1077936128 152809 0 0 0 20144 87 0 0 20 0 3 0 5645998 227418112 39548 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
/proc/42243/statm: 55522 39548 3318 3035 0 42396 0
[pid=42243/tid=42249] ppid=42240 vsize=222088 memory=11596 CPUtime=202.27 cores=0,2
/proc/42243/task/42249/stat : 42249 (fscip) R 42240 42243 42201 0 -1 4194368 150865 0 0 0 20141 86 0 0 20 0 3 0 5645999 227418112 39548 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
[pid=42243/tid=42250] ppid=42240 vsize=222088 memory=-7523943244549416572 CPUtime=0 cores=0,2
/proc/42243/task/42250/stat : 42250 (fscip) S 42240 42243 42201 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 3 0 5645999 227418112 39548 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
Current children cumulated CPU time: 202.31 s
Current children cumulated vsize: 222088 KiB
Current children cumulated memory: 158192 KiB

[startup+203.4 s]
/proc/loadavg: 4.06 2.67 2.54 5/262 42856
/proc/meminfo: memFree=128498388/131524600 swapFree=131071996/131071996
[pid=42243] ppid=42240 vsize=222088 memory=158192 CPUtime=202.51 cores=0,2
/proc/42243/stat : 42243 (fscip) S 42240 42243 42201 0 -1 1077936128 153835 0 0 0 20164 87 0 0 20 0 3 0 5645998 227418112 39548 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
/proc/42243/statm: 55522 39548 3318 3035 0 42396 0
[pid=42243/tid=42249] ppid=42240 vsize=222088 memory=4876 CPUtime=202.47 cores=0,2
/proc/42243/task/42249/stat : 42249 (fscip) R 42240 42243 42201 0 -1 4194368 151886 0 0 0 20161 86 0 0 20 0 3 0 5645999 227418112 39548 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
[pid=42243/tid=42250] ppid=42240 vsize=222088 memory=288288 CPUtime=0 cores=0,2
/proc/42243/task/42250/stat : 42250 (fscip) S 42240 42243 42201 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 3 0 5645999 227418112 39548 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
Current children cumulated CPU time: 202.51 s
Current children cumulated vsize: 222088 KiB
Current children cumulated memory: 158192 KiB

[startup+203.5 s]
/proc/loadavg: 4.06 2.67 2.54 5/262 42856
/proc/meminfo: memFree=128498388/131524600 swapFree=131071996/131071996
[pid=42243] ppid=42240 vsize=222088 memory=158192 CPUtime=202.6 cores=0,2
/proc/42243/stat : 42243 (fscip) S 42240 42243 42201 0 -1 1077936128 153952 0 0 0 20173 87 0 0 20 0 3 0 5645998 227418112 39548 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
/proc/42243/statm: 55522 39548 3318 3035 0 42396 0
[pid=42243/tid=42249] ppid=42240 vsize=222088 memory=137516 CPUtime=202.57 cores=0,2
/proc/42243/task/42249/stat : 42249 (fscip) R 42240 42243 42201 0 -1 4194368 152003 0 0 0 20171 86 0 0 20 0 3 0 5645999 227418112 39548 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
[pid=42243/tid=42250] ppid=42240 vsize=222088 memory=11596 CPUtime=0 cores=0,2
/proc/42243/task/42250/stat : 42250 (fscip) S 42240 42243 42201 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 3 0 5645999 227418112 39548 134679101440 4194304 16623229 140727115091072 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 55853056 140727115097114 140727115097230 140727115097230 140727115104240 0
Current children cumulated CPU time: 202.6 s
Current children cumulated vsize: 222088 KiB
Current children cumulated memory: 158192 KiB

Child status: 0

Real time (s): 203.602
CPU time (s): 202.716
CPU user time (s): 201.835
CPU system time (s): 0.881165
CPU usage (%): 99.5648
Max. virtual memory (cumulated for all children) (KiB): 222088
Max. memory (cumulated for all children) (KiB): 158192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 201.835
system time used= 0.881165
maximum resident set size= 158192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154877
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= 963
involuntary context switches= 1437


# summary of solver processes directly reported to runsolver:
#   pid: 42243
#   total CPU time (s): 202.716
#   total CPU user time (s): 201.835
#   total CPU system time (s): 0.881165

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.384318 second user time and 0.927553 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-31 03:47:21
IDJOB=4464556
IDBENCH=176166
IDSOLVER=3092
FILE ID=nodeC030/4464556-1722390441
RUNJOBID= nodeC030-1722390441-42211
SLURM_JOB_ID= 8249879
Free space on /tmp= 890084 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=6-t=4.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-4464556-1722390441/watcher-4464556-1722390441 -o /tmp/evaluation-result-4464556-1722390441/solver-4464556-1722390441 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1722390441-42211 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464556-1722390441.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= dcdc749f5ef21d76c761bcb9586b9956
RANDOM SEED=908172744

nodeC030.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		: 3618.101
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	: 7000.60
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		: 3529.129
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	: 7006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        129539324 kB
MemAvailable:   129933748 kB
Buffers:          105948 kB
Cached:          1122480 kB
SwapCached:            0 kB
Active:           276924 kB
Inactive:        1227232 kB
Active(anon):       1448 kB
Inactive(anon):   295640 kB
Active(file):     275476 kB
Inactive(file):   931592 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            112276 kB
Writeback:             0 kB
AnonPages:        275848 kB
Mapped:            88460 kB
Shmem:             21328 kB
KReclaimable:      54360 kB
Slab:             136780 kB
SReclaimable:      54360 kB
SUnreclaim:        82420 kB
KernelStack:        3840 kB
PageTables:         9388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     660528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             9504 kB
HardwareCorrupted:     0 kB
AnonHugePages:    165888 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:      221908 kB
DirectMap2M:     6891520 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 889972 MiB
End job on nodeC030 at 2024-07-31 03:50:45