Trace number 4449903

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-02OPT2 218.843 219.622

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: 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.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 23199744, getVmSize() = 23199744, SCIPgetMemUsed() = 1313633, 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 = 16438613, getVmSize() = 26116096, SCIPgetMemUsed() = 2025784, 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-4449903-1721454570
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.16/5.26	c         5           3604        1838         1           2.0000           0.0000          -
10.24/10.31	c        10           9496        4036         1           2.0000           0.0000          -
15.23/15.36	c        15          18881        6349         1           2.0000           0.0000          -
20.31/20.40	c        20          29415        7658         1           2.0000           0.0000          -
25.49/25.63	c        26          42541           1         1           2.0000           0.0000          -
30.47/30.69	c        31          49723        1645         1           2.0000           0.0000          -
35.56/35.74	c        36          59764        3644         1           2.0000           0.0000          -
40.64/40.80	c        41          69201        5692         1           2.0000           0.0000          -
45.62/45.86	c        46          80918        6489         1           2.0000           0.0000          -
50.70/50.91	c        51          94269        7220         1           2.0000           0.0000          -
55.69/55.96	c        56         105716        8555         1           2.0000           0.0000          -
60.77/61.01	c        61         119502        9625         1           2.0000           0.0000          -
65.76/66.06	c        66         131576       10619         1           2.0000           0.0000          -
70.84/71.11	c        71         144580       11164         1           2.0000           0.0000          -
75.82/76.16	c        76         156709       12482         1           2.0000           0.0000          -
80.89/81.21	c        81         169047       13462         1           2.0000           0.0000          -
85.88/86.26	c        86         181246       15331         1           2.0000           0.0000          -
90.96/91.32	c        91         191756       16577         1           2.0000           0.0000          -
95.95/96.37	c        96         202214       17999         1           2.0000           0.0000          -
101.03/101.42	c       101         214408       19570         1           2.0000           0.0000          -
106.01/106.47	c       106         227608       21395         1           2.0000           0.0000          -
111.09/111.52	c       112         239997       22340         1           2.0000           0.0000          -
116.08/116.57	c       117         252956       23837         1           2.0000           0.0000          -
121.16/121.62	c       122         266106       25201         1           2.0000           0.0000          -
126.14/126.67	c       127         276444       27071         1           2.0000           0.0000          -
131.22/131.72	c       132         287747       28876         1           2.0000           0.0000          -
136.20/136.77	c       137         300312       28601         1           2.0000           0.0000          -
141.29/141.82	c       142         312754       29306         1           2.0000           0.0000          -
146.27/146.87	c       147         325012       29866         1           2.0000           0.0000          -
151.36/151.92	c       152         335876       31964         1           2.0000           0.0000          -
156.34/156.97	c       157         347424       34262         1           2.0000           0.0000          -
161.43/162.02	c       162         358459       36687         1           2.0000           0.0000          -
166.41/167.07	c       167         372449       38645         1           2.0000           0.0000          -
171.58/172.20	c       172         388031       38170         1           2.0000           0.1429          -
177.37/178.03	c       178         406065       34312         1           2.0000           0.2500          -
183.04/183.75	c       184         423664       29825         1           2.0000           0.3333          -
188.23/188.91	c       189         439938       25310         1           2.0000           0.3333    500.00%
194.00/194.75	c       195         458357       19850         1           2.0000           0.5000    300.00%
199.09/199.80	c       200         473945       14571         1           2.0000           0.5000    300.00%
204.06/204.85	c       205         489810        9399         1           2.0000           0.5000    300.00%
210.54/211.36	c       211         499794        6021         1           2.0000           1.0000    100.00%
216.12/216.93	c       217         513687        1652         1           2.0000           1.0000    100.00%
218.81/219.60	c       220         522814           0         0           2.0000           2.0000      0.00%
218.81/219.61	c       220         522814           0         0           2.0000           2.0000          -
218.81/219.61	c SCIP Status        : c problem is solved
218.81/219.61	c Total Time         : 219.6200
218.81/219.61	c   solving          : 219.6200
218.81/219.61	c   presolving       : 0.0081 (included in solving)
218.81/219.61	c B&B Tree           :
218.81/219.61	c   nodes (total)    : 522814
218.81/219.61	c Solution           :
218.81/219.61	c   Solutions found  : 3
218.81/219.61	c   Primal Bound     : +2.00000000000000e+00
218.81/219.61	c   Dual Bound       : +2.00000000000000e+00
218.81/219.61	c Gap                : 0.00000 %
218.81/219.62	o 2
218.81/219.62	s OPTIMUM FOUND
218.81/219.62	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 
218.81/219.62	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 
218.81/219.62	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: 63931 MiB (60546 MiB free)
  memory of node 1: 64510 MiB (59770 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100451 s]*
/proc/loadavg: 4.11 4.10 4.10 5/262 1066337
/proc/meminfo: memFree=123192408/131524600 swapFree=131071996/131071996
[pid=1066334] ppid=1066331 vsize=108972 memory=24120 CPUtime=0.09 cores=4,6
/proc/1066334/stat : 1066334 (fscip) S 1066331 1066334 1059834 0 -1 1077936128 3463 0 0 0 9 0 0 0 20 0 3 0 197624386 111587328 6030 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
/proc/1066334/statm: 27243 6030 2926 3032 0 9677 0
[pid=1066334/tid=1066336] ppid=1066331 vsize=108972 memory=4026561586 CPUtime=0.07 cores=4,6
/proc/1066334/task/1066336/stat : 1066336 (fscip) R 1066331 1066334 1059834 0 -1 4194368 1772 0 0 0 7 0 0 0 20 0 3 0 197624387 111587328 6030 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
[pid=1066334/tid=1066337] ppid=1066331 vsize=108972 memory=232851243367 CPUtime=0 cores=4,6
/proc/1066334/task/1066337/stat : 1066337 (fscip) S 1066331 1066334 1059834 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 197624388 111587328 6030 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 108972 KiB
Current children cumulated memory: 24120 KiB

[startup+0.206431 s]*
/proc/loadavg: 4.11 4.10 4.10 5/262 1066337
/proc/meminfo: memFree=123189384/131524600 swapFree=131071996/131071996
[pid=1066334] ppid=1066331 vsize=108972 memory=27288 CPUtime=0.19 cores=4,6
/proc/1066334/stat : 1066334 (fscip) S 1066331 1066334 1059834 0 -1 1077936128 4205 0 0 0 18 1 0 0 20 0 3 0 197624386 111587328 6822 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
/proc/1066334/statm: 27243 6822 2926 3032 0 10384 0
[pid=1066334/tid=1066336] ppid=1066331 vsize=108972 memory=6876556183782621315 CPUtime=0.17 cores=4,6
/proc/1066334/task/1066336/stat : 1066336 (fscip) R 1066331 1066334 1059834 0 -1 4194368 2514 0 0 0 17 0 0 0 20 0 3 0 197624387 111587328 6822 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
[pid=1066334/tid=1066337] ppid=1066331 vsize=108972 memory=14907 CPUtime=0 cores=4,6
/proc/1066334/task/1066337/stat : 1066337 (fscip) S 1066331 1066334 1059834 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 197624388 111587328 6822 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 108972 KiB
Current children cumulated memory: 27288 KiB

[startup+0.305511 s]*
/proc/loadavg: 4.11 4.10 4.10 5/262 1066337
/proc/meminfo: memFree=123187928/131524600 swapFree=131071996/131071996
[pid=1066334] ppid=1066331 vsize=108972 memory=28608 CPUtime=0.29 cores=4,6
/proc/1066334/stat : 1066334 (fscip) S 1066331 1066334 1059834 0 -1 1077936128 4533 0 0 0 28 1 0 0 20 0 3 0 197624386 111587328 7152 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
/proc/1066334/statm: 27243 7152 2926 3032 0 10711 0
[pid=1066334/tid=1066336] ppid=1066331 vsize=108972 memory=-7520302109299336058 CPUtime=0.27 cores=4,6
/proc/1066334/task/1066336/stat : 1066336 (fscip) R 1066331 1066334 1059834 0 -1 4194368 2842 0 0 0 27 0 0 0 20 0 3 0 197624387 111587328 7152 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
[pid=1066334/tid=1066337] ppid=1066331 vsize=108972 memory=0 CPUtime=0 cores=4,6
/proc/1066334/task/1066337/stat : 1066337 (fscip) S 1066331 1066334 1059834 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 197624388 111587328 7152 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 108972 KiB
Current children cumulated memory: 28608 KiB

[startup+0.700253 s]
/proc/loadavg: 4.11 4.10 4.10 5/262 1066337
/proc/meminfo: memFree=123187452/131524600 swapFree=131071996/131071996
[pid=1066334] ppid=1066331 vsize=108972 memory=29928 CPUtime=0.68 cores=4,6
/proc/1066334/stat : 1066334 (fscip) S 1066331 1066334 1059834 0 -1 1077936128 4898 0 0 0 67 1 0 0 20 0 3 0 197624386 111587328 7482 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
/proc/1066334/statm: 27243 7482 2926 3032 0 10965 0
[pid=1066334/tid=1066336] ppid=1066331 vsize=108972 memory=0 CPUtime=0.66 cores=4,6
/proc/1066334/task/1066336/stat : 1066336 (fscip) R 1066331 1066334 1059834 0 -1 4194368 3207 0 0 0 66 0 0 0 20 0 3 0 197624387 111587328 7482 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
[pid=1066334/tid=1066337] ppid=1066331 vsize=108972 memory=0 CPUtime=0 cores=4,6
/proc/1066334/task/1066337/stat : 1066337 (fscip) S 1066331 1066334 1059834 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 197624388 111587328 7482 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 108972 KiB
Current children cumulated memory: 29928 KiB

[startup+1.50026 s]
/proc/loadavg: 4.11 4.10 4.10 5/262 1066337
/proc/meminfo: memFree=123184960/131524600 swapFree=131071996/131071996
[pid=1066334] ppid=1066331 vsize=108972 memory=32032 CPUtime=1.47 cores=4,6
/proc/1066334/stat : 1066334 (fscip) S 1066331 1066334 1059834 0 -1 1077936128 8170 0 0 0 146 1 0 0 20 0 3 0 197624386 111587328 8008 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
/proc/1066334/statm: 27243 8008 2974 3032 0 11466 0
[pid=1066334/tid=1066336] ppid=1066331 vsize=108972 memory=0 CPUtime=1.46 cores=4,6
/proc/1066334/task/1066336/stat : 1066336 (fscip) R 1066331 1066334 1059834 0 -1 4194368 6463 0 0 0 145 1 0 0 20 0 3 0 197624387 111587328 8008 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
[pid=1066334/tid=1066337] ppid=1066331 vsize=108972 memory=0 CPUtime=0 cores=4,6
/proc/1066334/task/1066337/stat : 1066337 (fscip) S 1066331 1066334 1059834 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 197624388 111587328 8008 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 108972 KiB
Current children cumulated memory: 32032 KiB

[startup+3.10538 s]
/proc/loadavg: 4.10 4.10 4.10 5/262 1066338
/proc/meminfo: memFree=123178016/131524600 swapFree=131071996/131071996
[pid=1066334] ppid=1066331 vsize=110940 memory=38300 CPUtime=3.07 cores=4,6
/proc/1066334/stat : 1066334 (fscip) S 1066331 1066334 1059834 0 -1 1077936128 10057 0 0 0 305 2 0 0 20 0 3 0 197624386 113602560 9575 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
/proc/1066334/statm: 27735 9575 2974 3032 0 13044 0
[pid=1066334/tid=1066336] ppid=1066331 vsize=110940 memory=2273 CPUtime=3.05 cores=4,6
/proc/1066334/task/1066336/stat : 1066336 (fscip) R 1066331 1066334 1059834 0 -1 4194368 8348 0 0 0 304 1 0 0 20 0 3 0 197624387 113602560 9575 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
[pid=1066334/tid=1066337] ppid=1066331 vsize=110940 memory=0 CPUtime=0 cores=4,6
/proc/1066334/task/1066337/stat : 1066337 (fscip) S 1066331 1066334 1059834 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 3 0 197624388 113602560 9575 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 110940 KiB
Current children cumulated memory: 38300 KiB

[startup+6.30024 s]
/proc/loadavg: 4.10 4.10 4.10 5/262 1066338
/proc/meminfo: memFree=123174040/131524600 swapFree=131071996/131071996
[pid=1066334] ppid=1066331 vsize=113044 memory=44132 CPUtime=6.26 cores=4,6
/proc/1066334/stat : 1066334 (fscip) S 1066331 1066334 1059834 0 -1 1077936128 16627 0 0 0 623 3 0 0 20 0 3 0 197624386 115757056 11033 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
/proc/1066334/statm: 28261 11033 2990 3032 0 14574 0
[pid=1066334/tid=1066336] ppid=1066331 vsize=113044 memory=-7520302109299336058 CPUtime=6.24 cores=4,6
/proc/1066334/task/1066336/stat : 1066336 (fscip) R 1066331 1066334 1059834 0 -1 4194368 14884 0 0 0 622 2 0 0 20 0 3 0 197624387 115757056 11033 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
[pid=1066334/tid=1066337] ppid=1066331 vsize=113044 memory=41948 CPUtime=0 cores=4,6
/proc/1066334/task/1066337/stat : 1066337 (fscip) S 1066331 1066334 1059834 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 3 0 197624388 115757056 11033 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 113044 KiB
Current children cumulated memory: 44132 KiB

[startup+12.7002 s]
/proc/loadavg: 4.09 4.10 4.09 5/262 1066340
/proc/meminfo: memFree=123156832/131524600 swapFree=131071996/131071996
[pid=1066334] ppid=1066331 vsize=115032 memory=49196 CPUtime=12.63 cores=4,6
/proc/1066334/stat : 1066334 (fscip) S 1066331 1066334 1059834 0 -1 1077936128 30940 0 0 0 1257 6 0 0 20 0 3 0 197624386 117792768 12299 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
/proc/1066334/statm: 28758 12299 2990 3032 0 15733 0
[pid=1066334/tid=1066336] ppid=1066331 vsize=115032 memory=38300 CPUtime=12.62 cores=4,6
/proc/1066334/task/1066336/stat : 1066336 (fscip) R 1066331 1066334 1059834 0 -1 4194368 29150 0 0 0 1256 6 0 0 20 0 3 0 197624387 117792768 12299 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
[pid=1066334/tid=1066337] ppid=1066331 vsize=115032 memory=0 CPUtime=0 cores=4,6
/proc/1066334/task/1066337/stat : 1066337 (fscip) S 1066331 1066334 1059834 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 3 0 197624388 117792768 12299 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 115032 KiB
Current children cumulated memory: 49196 KiB

[startup+25.5003 s]
/proc/loadavg: 4.07 4.09 4.09 5/264 1066345
/proc/meminfo: memFree=123136080/131524600 swapFree=131071996/131071996
[pid=1066334] ppid=1066331 vsize=117144 memory=64364 CPUtime=25.39 cores=4,6
/proc/1066334/stat : 1066334 (fscip) S 1066331 1066334 1059834 0 -1 1077936128 60846 0 0 0 2526 13 0 0 20 0 3 0 197624386 119955456 16091 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
/proc/1066334/statm: 29286 16091 2990 3032 0 19543 0
[pid=1066334/tid=1066336] ppid=1066331 vsize=117144 memory=48640 CPUtime=25.37 cores=4,6
/proc/1066334/task/1066336/stat : 1066336 (fscip) R 1066331 1066334 1059834 0 -1 4194368 58990 0 0 0 2525 12 0 0 20 0 3 0 197624387 119955456 16091 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
[pid=1066334/tid=1066337] ppid=1066331 vsize=117144 memory=11588 CPUtime=0 cores=4,6
/proc/1066334/task/1066337/stat : 1066337 (fscip) S 1066331 1066334 1059834 0 -1 1077936192 14 0 0 0 0 0 0 0 20 0 3 0 197624388 119955456 16091 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 117144 KiB
Current children cumulated memory: 64364 KiB

[startup+51.1055 s]
/proc/loadavg: 4.05 4.08 4.09 5/264 1066349
/proc/meminfo: memFree=123055196/131524600 swapFree=131071996/131071996
[pid=1066334] ppid=1066331 vsize=127872 memory=78856 CPUtime=50.91 cores=4,6
/proc/1066334/stat : 1066334 (fscip) S 1066331 1066334 1059834 0 -1 1077936128 92858 0 0 0 5067 24 0 0 20 0 3 0 197624386 130940928 19714 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
/proc/1066334/statm: 31968 19714 3310 3032 0 23617 0
[pid=1066334/tid=1066336] ppid=1066331 vsize=127872 memory=78464 CPUtime=50.89 cores=4,6
/proc/1066334/task/1066336/stat : 1066336 (fscip) R 1066331 1066334 1059834 0 -1 4194368 90880 0 0 0 5065 24 0 0 20 0 3 0 197624387 130940928 19714 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
[pid=1066334/tid=1066337] ppid=1066331 vsize=127872 memory=78464 CPUtime=0 cores=4,6
/proc/1066334/task/1066337/stat : 1066337 (fscip) S 1066331 1066334 1059834 0 -1 1077936192 20 0 0 0 0 0 0 0 20 0 3 0 197624388 130940928 19714 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 127872 KiB
Current children cumulated memory: 78856 KiB

[startup+102.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/264 1066360
/proc/meminfo: memFree=122993220/131524600 swapFree=131071996/131071996
[pid=1066334] ppid=1066331 vsize=138508 memory=108192 CPUtime=101.92 cores=4,6
/proc/1066334/stat : 1066334 (fscip) S 1066331 1066334 1059834 0 -1 1077936128 140737 0 0 0 10142 50 0 0 20 0 3 0 197624386 141832192 27048 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
/proc/1066334/statm: 34627 27048 3310 3032 0 30929 0
[pid=1066334/tid=1066336] ppid=1066331 vsize=138508 memory=106060 CPUtime=101.91 cores=4,6
/proc/1066334/task/1066336/stat : 1066336 (fscip) R 1066331 1066334 1059834 0 -1 4194368 138665 0 0 0 10141 50 0 0 20 0 3 0 197624387 141832192 27048 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
[pid=1066334/tid=1066337] ppid=1066331 vsize=138508 memory=105564 CPUtime=0 cores=4,6
/proc/1066334/task/1066337/stat : 1066337 (fscip) S 1066331 1066334 1059834 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 3 0 197624388 141832192 27048 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 138508 KiB
Current children cumulated memory: 108192 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/264 1066371
/proc/meminfo: memFree=122886988/131524600 swapFree=131071996/131071996
[pid=1066334] ppid=1066331 vsize=213500 memory=142192 CPUtime=161.72 cores=4,6
/proc/1066334/stat : 1066334 (fscip) S 1066331 1066334 1059834 0 -1 1077936128 188435 0 0 0 16095 77 0 0 20 0 3 0 197624386 218624000 35548 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
/proc/1066334/statm: 53375 35548 3310 3032 0 39021 0
[pid=1066334/tid=1066336] ppid=1066331 vsize=213500 memory=11588 CPUtime=161.69 cores=4,6
/proc/1066334/task/1066336/stat : 1066336 (fscip) R 1066331 1066334 1059834 0 -1 4194368 186303 0 0 0 16093 76 0 0 20 0 3 0 197624387 218624000 35548 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
[pid=1066334/tid=1066337] ppid=1066331 vsize=213500 memory=11588 CPUtime=0 cores=4,6
/proc/1066334/task/1066337/stat : 1066337 (fscip) S 1066331 1066334 1059834 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 3 0 197624388 218624000 35548 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
Current children cumulated CPU time: 161.72 s
Current children cumulated vsize: 213500 KiB
Current children cumulated memory: 142192 KiB

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

# cumulated CPU time of all completed processes:  user=217.748 s, system=1.09514 s

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

[startup+179.2 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 1066372
/proc/meminfo: memFree=122878416/131524600 swapFree=131071996/131071996
[pid=1066334] ppid=1066331 vsize=214528 memory=145684 CPUtime=178.56 cores=4,6
/proc/1066334/stat : 1066334 (fscip) S 1066331 1066334 1059834 0 -1 1077936128 215072 0 0 0 17768 88 0 0 20 0 3 0 197624386 219676672 36421 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
/proc/1066334/statm: 53632 36421 3310 3032 0 40272 0
[pid=1066334/tid=1066336] ppid=1066331 vsize=214528 memory=110168 CPUtime=178.53 cores=4,6
/proc/1066334/task/1066336/stat : 1066336 (fscip) R 1066331 1066334 1059834 0 -1 4194368 212910 0 0 0 17766 87 0 0 20 0 3 0 197624387 219676672 36421 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
[pid=1066334/tid=1066337] ppid=1066331 vsize=214528 memory=129788 CPUtime=0 cores=4,6
/proc/1066334/task/1066337/stat : 1066337 (fscip) S 1066331 1066334 1059834 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 3 0 197624388 219676672 36421 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
Current children cumulated CPU time: 178.56 s
Current children cumulated vsize: 214528 KiB
Current children cumulated memory: 145684 KiB

[startup+204.8 s]
/proc/loadavg: 4.13 4.10 4.09 5/264 1066379
/proc/meminfo: memFree=122865408/131524600 swapFree=131071996/131071996
[pid=1066334] ppid=1066331 vsize=214528 memory=146504 CPUtime=204.06 cores=4,6
/proc/1066334/stat : 1066334 (fscip) S 1066331 1066334 1059834 0 -1 1077936128 216825 0 0 0 20307 99 0 0 20 0 3 0 197624386 219676672 36626 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
/proc/1066334/statm: 53632 36626 3310 3032 0 40275 0
[pid=1066334/tid=1066336] ppid=1066331 vsize=214528 memory=143540 CPUtime=204.02 cores=4,6
/proc/1066334/task/1066336/stat : 1066336 (fscip) R 1066331 1066334 1059834 0 -1 4194368 214663 0 0 0 20304 98 0 0 20 0 3 0 197624387 219676672 36626 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
[pid=1066334/tid=1066337] ppid=1066331 vsize=214528 memory=33 CPUtime=0 cores=4,6
/proc/1066334/task/1066337/stat : 1066337 (fscip) S 1066331 1066334 1059834 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 3 0 197624388 219676672 36626 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
Current children cumulated CPU time: 204.06 s
Current children cumulated vsize: 214528 KiB
Current children cumulated memory: 146504 KiB

[startup+211.2 s]
/proc/loadavg: 4.12 4.10 4.09 5/264 1066379
/proc/meminfo: memFree=122840540/131524600 swapFree=131071996/131071996
[pid=1066334] ppid=1066331 vsize=214528 memory=155960 CPUtime=210.44 cores=4,6
/proc/1066334/stat : 1066334 (fscip) S 1066331 1066334 1059834 0 -1 1077936128 236996 0 0 0 20940 104 0 0 20 0 3 0 197624386 219676672 38990 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
/proc/1066334/statm: 53632 38990 3310 3032 0 42729 0
[pid=1066334/tid=1066336] ppid=1066331 vsize=214528 memory=146432 CPUtime=210.4 cores=4,6
/proc/1066334/task/1066336/stat : 1066336 (fscip) R 1066331 1066334 1059834 0 -1 4194368 234816 0 0 0 20937 103 0 0 20 0 3 0 197624387 219676672 38990 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
[pid=1066334/tid=1066337] ppid=1066331 vsize=214528 memory=146504 CPUtime=0 cores=4,6
/proc/1066334/task/1066337/stat : 1066337 (fscip) S 1066331 1066334 1059834 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 197624388 219676672 38990 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
Current children cumulated CPU time: 210.44 s
Current children cumulated vsize: 214528 KiB
Current children cumulated memory: 155960 KiB

[startup+214.4 s]
/proc/loadavg: 4.11 4.09 4.09 5/264 1066380
/proc/meminfo: memFree=122839756/131524600 swapFree=131071996/131071996
[pid=1066334] ppid=1066331 vsize=214528 memory=157032 CPUtime=213.63 cores=4,6
/proc/1066334/stat : 1066334 (fscip) S 1066331 1066334 1059834 0 -1 1077936128 238261 0 0 0 21258 105 0 0 20 0 3 0 197624386 219676672 39258 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
/proc/1066334/statm: 53632 39258 3310 3032 0 42788 0
[pid=1066334/tid=1066336] ppid=1066331 vsize=214528 memory=155372 CPUtime=213.59 cores=4,6
/proc/1066334/task/1066336/stat : 1066336 (fscip) R 1066331 1066334 1059834 0 -1 4194368 236075 0 0 0 21255 104 0 0 20 0 3 0 197624387 219676672 39258 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
[pid=1066334/tid=1066337] ppid=1066331 vsize=214528 memory=47392 CPUtime=0 cores=4,6
/proc/1066334/task/1066337/stat : 1066337 (fscip) S 1066331 1066334 1059834 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 197624388 219676672 39258 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
Current children cumulated CPU time: 213.63 s
Current children cumulated vsize: 214528 KiB
Current children cumulated memory: 157032 KiB

[startup+217.6 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 1066380
/proc/meminfo: memFree=122835632/131524600 swapFree=131071996/131071996
[pid=1066334] ppid=1066331 vsize=214528 memory=157032 CPUtime=216.82 cores=4,6
/proc/1066334/stat : 1066334 (fscip) S 1066331 1066334 1059834 0 -1 1077936128 239338 0 0 0 21575 107 0 0 20 0 3 0 197624386 219676672 39258 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
/proc/1066334/statm: 53632 39258 3310 3032 0 42788 0
[pid=1066334/tid=1066336] ppid=1066331 vsize=214528 memory=-9187040399131376064 CPUtime=216.78 cores=4,6
/proc/1066334/task/1066336/stat : 1066336 (fscip) R 1066331 1066334 1059834 0 -1 4194368 237152 0 0 0 21572 106 0 0 20 0 3 0 197624387 219676672 39258 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
[pid=1066334/tid=1066337] ppid=1066331 vsize=214528 memory=11588 CPUtime=0 cores=4,6
/proc/1066334/task/1066337/stat : 1066337 (fscip) S 1066331 1066334 1059834 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 197624388 219676672 39258 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
Current children cumulated CPU time: 216.82 s
Current children cumulated vsize: 214528 KiB
Current children cumulated memory: 157032 KiB

[startup+218.4 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 1066380
/proc/meminfo: memFree=122835632/131524600 swapFree=131071996/131071996
[pid=1066334] ppid=1066331 vsize=214528 memory=157032 CPUtime=217.61 cores=4,6
/proc/1066334/stat : 1066334 (fscip) S 1066331 1066334 1059834 0 -1 1077936128 239462 0 0 0 21654 107 0 0 20 0 3 0 197624386 219676672 39258 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
/proc/1066334/statm: 53632 39258 3310 3032 0 42788 0
[pid=1066334/tid=1066336] ppid=1066331 vsize=214528 memory=156924 CPUtime=217.57 cores=4,6
/proc/1066334/task/1066336/stat : 1066336 (fscip) R 1066331 1066334 1059834 0 -1 4194368 237276 0 0 0 21651 106 0 0 20 0 3 0 197624387 219676672 39258 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
[pid=1066334/tid=1066337] ppid=1066331 vsize=214528 memory=157032 CPUtime=0 cores=4,6
/proc/1066334/task/1066337/stat : 1066337 (fscip) S 1066331 1066334 1059834 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 197624388 219676672 39258 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
Current children cumulated CPU time: 217.61 s
Current children cumulated vsize: 214528 KiB
Current children cumulated memory: 157032 KiB

[startup+219.2 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 1066380
/proc/meminfo: memFree=122835632/131524600 swapFree=131071996/131071996
[pid=1066334] ppid=1066331 vsize=214528 memory=157032 CPUtime=218.41 cores=4,6
/proc/1066334/stat : 1066334 (fscip) S 1066331 1066334 1059834 0 -1 1077936128 239472 0 0 0 21733 108 0 0 20 0 3 0 197624386 219676672 39258 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
/proc/1066334/statm: 53632 39258 3310 3032 0 42788 0
[pid=1066334/tid=1066336] ppid=1066331 vsize=214528 memory=5536 CPUtime=218.37 cores=4,6
/proc/1066334/task/1066336/stat : 1066336 (fscip) R 1066331 1066334 1059834 0 -1 4194368 237286 0 0 0 21730 107 0 0 20 0 3 0 197624387 219676672 39258 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
[pid=1066334/tid=1066337] ppid=1066331 vsize=214528 memory=47392 CPUtime=0 cores=4,6
/proc/1066334/task/1066337/stat : 1066337 (fscip) S 1066331 1066334 1059834 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 197624388 219676672 39258 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
Current children cumulated CPU time: 218.41 s
Current children cumulated vsize: 214528 KiB
Current children cumulated memory: 157032 KiB

[startup+219.6 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 1066380
/proc/meminfo: memFree=122835632/131524600 swapFree=131071996/131071996
[pid=1066334] ppid=1066331 vsize=214528 memory=157032 CPUtime=218.81 cores=4,6
/proc/1066334/stat : 1066334 (fscip) S 1066331 1066334 1059834 0 -1 1077936128 239517 0 0 0 21773 108 0 0 20 0 3 0 197624386 219676672 39258 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
/proc/1066334/statm: 53632 39258 3310 3032 0 42788 0
[pid=1066334/tid=1066336] ppid=1066331 vsize=214528 memory=19664 CPUtime=218.77 cores=4,6
/proc/1066334/task/1066336/stat : 1066336 (fscip) R 1066331 1066334 1059834 0 -1 4194368 237331 0 0 0 21770 107 0 0 20 0 3 0 197624387 219676672 39258 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
[pid=1066334/tid=1066337] ppid=1066331 vsize=214528 memory=1944 CPUtime=0 cores=4,6
/proc/1066334/task/1066337/stat : 1066337 (fscip) S 1066331 1066334 1059834 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 197624388 219676672 39258 134679101440 4194304 16613245 140720645967600 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 36167680 140720645973011 140720645973127 140720645973127 140720645980144 0
Current children cumulated CPU time: 218.81 s
Current children cumulated vsize: 214528 KiB
Current children cumulated memory: 157032 KiB

Child status: 0

Real time (s): 219.622
CPU time (s): 218.843
CPU user time (s): 217.748
CPU system time (s): 1.09514
CPU usage (%): 99.6451
Max. virtual memory (cumulated for all children) (KiB): 214528
Max. memory (cumulated for all children) (KiB): 157032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 217.748
system time used= 1.09514
maximum resident set size= 157032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240716
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= 1021
involuntary context switches= 273


# summary of solver processes directly reported to runsolver:
#   pid: 1066334
#   total CPU time (s): 218.843
#   total CPU user time (s): 217.748
#   total CPU system time (s): 1.09514

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.349373 second user time and 1.14957 second system time

The end

Launcher Data

Begin job on nodeC029 at 2024-07-20 07:49:43
IDJOB=4449903
IDBENCH=176166
IDSOLVER=3064
FILE ID=nodeC029/4449903-1721454570
RUNJOBID= nodeC029-1721446720-1059845
SLURM_JOB_ID= 7545672
Free space on /tmp= 889980 MiB

SOLVER NAME= FiberSCIP 2024-07-02
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-4449903-1721454570/watcher-4449903-1721454570 -o /tmp/evaluation-result-4449903-1721454570/solver-4449903-1721454570 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1721446720-1059845 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4449903-1721454570.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= dcdc749f5ef21d76c761bcb9586b9956
RANDOM SEED=2062193967

nodeC029.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		: 3666.355
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.09
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		: 3687.694
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.98
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		: 3600.372
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.09
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		: 3600.230
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.98
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		: 3655.436
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.09
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		: 3687.748
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.98
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		: 3671.435
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.09
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		: 3600.163
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.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123206272 kB
MemAvailable:   126104556 kB
Buffers:          544308 kB
Cached:          3168824 kB
SwapCached:            0 kB
Active:          1058772 kB
Inactive:        6567796 kB
Active(anon):       1456 kB
Inactive(anon):  3957884 kB
Active(file):    1057316 kB
Inactive(file):  2609912 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28296 kB
Writeback:             0 kB
AnonPages:       3909828 kB
Mapped:           144540 kB
Shmem:             45912 kB
KReclaimable:     141404 kB
Slab:             260148 kB
SReclaimable:     141404 kB
SUnreclaim:       118744 kB
KernelStack:        4208 kB
PageTables:        17124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    3125940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            72064 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1587200 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:      281300 kB
DirectMap2M:    36192256 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 889956 MiB
End job on nodeC029 at 2024-07-20 07:53:23