Trace number 4464943

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 2024-07-30OPTIMUM 191.953 192.719

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/coloring/
normalized-queen5-5-4_wcsp.wbo
MD5SUMcb6ea9648287f931b56a2a3b8dcad6ec
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark120.183
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables100
Total number of constraints665
Number of soft constraints640
Number of constraints which are clauses640
Number of constraints which are cardinality constraints (but not clauses)25
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Top cost 161
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 640
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.01	c Default LC presolving (default).
0.00/0.01	c ** Before presolving: virtualMemUsedAtLc = 25780224, getVmSize() = 25780224, SCIPgetMemUsed() = 2900657, SCIPgetMemTotal() = 4090897, SCIPgetMemExternEstim() = 1874853
0.00/0.01	c ** set memory limit for presolving in LC to 8.79609e+12 for SCIP **
0.31/0.42	c ** Estimated virtualMemUsedAtSolver = 19794602, getVmSize() = 33603584, SCIPgetMemUsed() = 5418718, SCIPgetMemTotal() = 10623590, SCIPgetMemExternEstim() = 1874853
0.31/0.42	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
0.31/0.42	c Original Problem   :
0.31/0.42	c   Problem name     : instance-4464943-1722390266
0.31/0.42	c   Variables        : 740 (740 binary, 0 integer, 0 implicit integer, 0 continuous)
0.31/0.42	c   Constraints      : 1306
0.31/0.42	c   Objective sense  : minimize
0.31/0.42	c Presolved Problem  :
0.31/0.42	c   Variables        : 740 (740 binary, 0 integer, 0 implicit integer, 0 continuous)
0.31/0.42	c   Constraints      : 681
0.31/0.42	c Constraints        : Number
0.31/0.42	c   knapsack         : 1 
0.31/0.42	c   setppc           : 25 
0.31/0.42	c   linear           : 640 
0.31/0.42	c   indicator        : 15 
0.31/0.42	c ** Instance transfer method used: 0
0.41/0.42	c ** ParaScipInstance copy does not increase the number of variables. **
0.41/0.43	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.41/0.43	c                                Nodes    Active                                            
0.41/0.43	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.50/0.52	c *       1              0           1         1         160.0000                -          -
0.50/0.53	c *       1              0           1         1          86.0000                -          -
0.50/0.55	c *       1              0           1         1          62.0000                -          -
0.50/0.61	c *       1              0           1         1          61.0000                -          -
0.77/0.81	c *       1              0           1         1          55.0000                -          -
0.77/0.90	c *       1              0           1         1          53.0000                -          -
0.87/0.90	c *       1              0           1         1          49.0000                -          -
0.87/0.96	c *       1              0           1         1          46.0000                -          -
1.08/1.11	c *       1              0           1         1          29.0000                -          -
1.08/1.13	c *       1              0           1         1          25.0000                -          -
1.58/1.65	c *       2              2           1         1          15.0000           0.0000          -
5.16/5.27	c         5            229         142         1          15.0000           0.0000          -
6.07/6.19	c *       6            229         142         1          13.0000           0.0000          -
10.34/10.45	c        10            663         365         1          13.0000           0.0000          -
15.62/15.75	c        16            895         591         1          13.0000           0.0000          -
21.20/21.35	c        21           1130         812         1          13.0000           0.6667          -
26.77/27.01	c        27           1346         988         1          13.0000           1.0000          -
32.46/32.65	c        33           1507        1095         1          13.0000           1.4062          -
38.34/38.56	c        39           1688        1216         1          13.0000           1.5000          -
44.01/44.25	c        44           1865        1313         1          13.0000           1.9286          -
49.59/49.85	c        50           2056        1430         1          13.0000           2.1667    500.00%
55.67/55.93	c        56           2264        1542         1          13.0000           2.5000    420.00%
61.15/61.41	c        61           2452        1646         1          13.0000           2.7500    372.73%
66.43/66.73	c        67           2636        1732         1          13.0000           3.0000    333.33%
66.84/67.12	c *      67           2636        1732         1          12.0000           3.0000    300.00%
71.61/71.97	c        72           2862        1497         1          12.0000           3.1290    283.51%
76.99/77.30	c        77           3132        1573         1          12.0000           3.5833    234.88%
82.17/82.56	c        83           3373        1608         1          12.0000           3.7500    220.00%
87.25/87.68	c        88           3612        1651         1          12.0000           3.9307    205.29%
92.33/92.73	c        93           3899        1701         1          12.0000           4.0000    200.00%
97.62/98.03	c        98           4122        1736         1          12.0000           4.2941    179.45%
102.79/103.20	c       103           4382        1752         1          12.0000           4.5000    166.67%
108.46/108.98	c       109           4662        1806         1          12.0000           4.6383    158.72%
114.65/115.14	c       115           5058        1841         1          12.0000           4.8889    145.45%
119.72/120.28	c       120           5502        1920         1          12.0000           5.1413    133.40%
125.20/125.73	c       126           5862        1958         1          12.0000           5.3360    124.89%
131.18/131.74	c       132           6413        2007         1          12.0000           5.6316    113.08%
136.47/137.01	c       137           6892        2051         1          12.0000           5.8372    105.58%
141.64/142.26	c       142           7642        2054         1          12.0000           6.1472     95.21%
146.62/147.29	c       147           8302        2056         1          12.0000           6.3758     88.21%
151.70/152.35	c       152           9202        2041         1          12.0000           6.8030     76.39%
156.69/157.36	c       157          10082        1962         1          12.0000           7.2316     65.94%
161.87/162.50	c       162          11152        1831         1          12.0000           7.5426     59.10%
166.93/167.66	c       168          12122        1747         1          12.0000           7.8002     53.84%
171.92/172.69	c       173          13142        1554         1          12.0000           8.0695     48.71%
177.10/177.82	c       178          14222        1308         1          12.0000           8.4223     42.48%
182.17/182.90	c       183          15272        1027         1          12.0000           8.7234     37.56%
187.15/187.98	c       188          16312         572         1          12.0000           9.0709     32.29%
191.84/192.67	c       193          17305           0         0          12.0000          12.0000      0.00%
191.84/192.68	c       193          17305           0         0          12.0000          12.0000          -
191.84/192.68	c SCIP Status        : c problem is solved
191.84/192.68	c Total Time         : 192.6900
191.84/192.68	c   solving          : 192.6900
191.84/192.68	c   presolving       : 0.4037 (included in solving)
191.84/192.68	c B&B Tree           :
191.84/192.68	c   nodes (total)    : 17305
191.84/192.68	c Solution           :
191.84/192.68	c   Solutions found  : 13
191.84/192.68	c   Primal Bound     : +1.20000000000000e+01
191.84/192.68	c   Dual Bound       : +1.20000000000000e+01
191.84/192.68	c Gap                : 0.00000 %
191.84/192.69	o 12
191.84/192.69	s OPTIMUM FOUND
191.84/192.69	v x100 -x99 -x98 -x97 -x96 x95 -x94 -x93 -x92 -x91 -x90 x89 -x88 x87 -x86 -x85 -x84 -x83 x82 -x81 -x80 -x79 -x78 x77 -x76 x75 -x74 
191.84/192.69	v -x73 -x72 -x71 x70 -x69 x68 -x67 -x66 -x65 x64 -x63 -x62 -x61 -x60 -x59 x58 -x57 x56 -x55 -x54 -x53 -x52 -x51 x50 -x49 -x48 
191.84/192.69	v -x47 -x46 x45 -x44 x43 -x42 -x41 -x40 -x39 -x38 x37 -x36 -x35 -x34 x33 -x32 x31 -x30 -x29 -x28 -x27 x26 -x25 x24 -x23 -x22 -x21 
191.84/192.69	v -x20 x19 -x18 -x17 -x16 -x15 x14 -x13 x12 -x11 -x10 -x9 -x8 -x7 x6 -x5 -x4 -x3 -x2 x1 

Verifier Data

OK	12

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (60686 MiB free)
  memory of node 1: 64510 MiB (40975 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4464943-1722390266/watcher-4464943-1722390266 -o /tmp/evaluation-result-4464943-1722390266/solver-4464943-1722390266 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1722389970-34910 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4464943-1722390266.wbo -qsol -t 3600 -sth 1 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100092 s]*
/proc/loadavg: 4.19 3.40 3.38 5/247 35330
/proc/meminfo: memFree=104033640/131655788 swapFree=131071472/131071996
[pid=35329] ppid=35326 vsize=30276 memory=19784 CPUtime=0.1 cores=0,2
/proc/35329/stat : 35329 (fscip) R 35326 35329 34900 0 -1 4194304 2530 0 0 0 10 0 0 0 20 0 1 0 5397283 31002624 4946 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
/proc/35329/statm: 7569 4946 2662 3035 0 3965 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 30276 KiB
Current children cumulated memory: 19784 KiB

[startup+0.213066 s]*
/proc/loadavg: 4.19 3.40 3.38 5/247 35330
/proc/meminfo: memFree=103976016/131655788 swapFree=131071472/131071996
[pid=35329] ppid=35326 vsize=30532 memory=20048 CPUtime=0.21 cores=0,2
/proc/35329/stat : 35329 (fscip) R 35326 35329 34900 0 -1 4194304 2594 0 0 0 21 0 0 0 20 0 1 0 5397283 31264768 5012 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
/proc/35329/statm: 7633 5012 2662 3035 0 4029 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 30532 KiB
Current children cumulated memory: 20048 KiB

[startup+0.312945 s]*
/proc/loadavg: 4.19 3.40 3.38 5/247 35330
/proc/meminfo: memFree=103921472/131655788 swapFree=131071472/131071996
[pid=35329] ppid=35326 vsize=31048 memory=20576 CPUtime=0.31 cores=0,2
/proc/35329/stat : 35329 (fscip) R 35326 35329 34900 0 -1 4194304 2723 0 0 0 31 0 0 0 20 0 1 0 5397283 31793152 5144 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
/proc/35329/statm: 7762 5144 2662 3035 0 4158 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 31048 KiB
Current children cumulated memory: 20576 KiB

[startup+0.700353 s]
/proc/loadavg: 4.19 3.40 3.38 5/249 35332
/proc/meminfo: memFree=103817424/131655788 swapFree=131071472/131071996
[pid=35329] ppid=35326 vsize=119000 memory=37992 CPUtime=0.68 cores=0,2
/proc/35329/stat : 35329 (fscip) S 35326 35329 34900 0 -1 1077936128 6871 0 0 0 66 2 0 0 20 0 3 0 5397283 121856000 9498 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
/proc/35329/statm: 29750 9498 2950 3035 0 13116 0
[pid=35329/tid=35331] ppid=35326 vsize=119000 memory=38744 CPUtime=0.25 cores=0,2
/proc/35329/task/35331/stat : 35331 (fscip) R 35326 35329 34900 0 -1 4194368 3452 0 0 0 24 1 0 0 20 0 3 0 5397326 121856000 9498 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
[pid=35329/tid=35332] ppid=35326 vsize=119000 memory=2273 CPUtime=0 cores=0,2
/proc/35329/task/35332/stat : 35332 (fscip) S 35326 35329 34900 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5397327 121856000 9498 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 119000 KiB
Current children cumulated memory: 37992 KiB

[startup+1.50035 s]
/proc/loadavg: 4.19 3.40 3.38 5/249 35332
/proc/meminfo: memFree=103577604/131655788 swapFree=131071472/131071996
[pid=35329] ppid=35326 vsize=120848 memory=54812 CPUtime=1.48 cores=0,2
/proc/35329/stat : 35329 (fscip) S 35326 35329 34900 0 -1 1077936128 12252 0 0 0 145 3 0 0 20 0 3 0 5397283 123748352 13703 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
/proc/35329/statm: 30212 13703 2950 3035 0 17790 0
[pid=35329/tid=35331] ppid=35326 vsize=120848 memory=2273 CPUtime=1.05 cores=0,2
/proc/35329/task/35331/stat : 35331 (fscip) R 35326 35329 34900 0 -1 4194368 8832 0 0 0 103 2 0 0 20 0 3 0 5397326 123748352 13703 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
[pid=35329/tid=35332] ppid=35326 vsize=120848 memory=0 CPUtime=0 cores=0,2
/proc/35329/task/35332/stat : 35332 (fscip) S 35326 35329 34900 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5397327 123748352 13703 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 120848 KiB
Current children cumulated memory: 54812 KiB

[startup+3.11278 s]
/proc/loadavg: 4.17 3.41 3.39 5/249 35332
/proc/meminfo: memFree=102654136/131655788 swapFree=131071472/131071996
[pid=35329] ppid=35326 vsize=120848 memory=63052 CPUtime=3.08 cores=0,2
/proc/35329/stat : 35329 (fscip) S 35326 35329 34900 0 -1 1077936128 18435 0 0 0 305 3 0 0 20 0 3 0 5397283 123748352 15763 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
/proc/35329/statm: 30212 15763 2998 3035 0 19712 0
[pid=35329/tid=35331] ppid=35326 vsize=120848 memory=0 CPUtime=2.65 cores=0,2
/proc/35329/task/35331/stat : 35331 (fscip) R 35326 35329 34900 0 -1 4194368 14827 0 0 0 263 2 0 0 20 0 3 0 5397326 123748352 15763 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
[pid=35329/tid=35332] ppid=35326 vsize=120848 memory=0 CPUtime=0 cores=0,2
/proc/35329/task/35332/stat : 35332 (fscip) S 35326 35329 34900 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 3 0 5397327 123748352 15763 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 120848 KiB
Current children cumulated memory: 63052 KiB

[startup+6.30034 s]
/proc/loadavg: 4.17 3.41 3.39 6/249 35333
/proc/meminfo: memFree=101452220/131655788 swapFree=131071472/131071996
[pid=35329] ppid=35326 vsize=125176 memory=71856 CPUtime=6.26 cores=0,2
/proc/35329/stat : 35329 (fscip) S 35326 35329 34900 0 -1 1077936128 29493 0 0 0 621 5 0 0 20 0 3 0 5397283 128180224 17964 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
/proc/35329/statm: 31294 17964 3014 3035 0 22269 0
[pid=35329/tid=35331] ppid=35326 vsize=125176 memory=65812 CPUtime=5.83 cores=0,2
/proc/35329/task/35331/stat : 35331 (fscip) R 35326 35329 34900 0 -1 4194368 25695 0 0 0 579 4 0 0 20 0 3 0 5397326 128180224 17964 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
[pid=35329/tid=35332] ppid=35326 vsize=125176 memory=54812 CPUtime=0 cores=0,2
/proc/35329/task/35332/stat : 35332 (fscip) S 35326 35329 34900 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 3 0 5397327 128180224 17964 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 125176 KiB
Current children cumulated memory: 71856 KiB

[startup+12.7004 s]
/proc/loadavg: 4.16 3.42 3.39 5/249 35333
/proc/meminfo: memFree=99103460/131655788 swapFree=131071472/131071996
[pid=35329] ppid=35326 vsize=133092 memory=87424 CPUtime=12.63 cores=0,2
/proc/35329/stat : 35329 (fscip) S 35326 35329 34900 0 -1 1077936128 53481 0 0 0 1256 7 0 0 20 0 3 0 5397283 136286208 21856 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
/proc/35329/statm: 33273 21856 3014 3035 0 26009 0
[pid=35329/tid=35331] ppid=35326 vsize=133092 memory=-7451042325092982910 CPUtime=12.2 cores=0,2
/proc/35329/task/35331/stat : 35331 (fscip) R 35326 35329 34900 0 -1 4194368 49635 0 0 0 1214 6 0 0 20 0 3 0 5397326 136286208 21856 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
[pid=35329/tid=35332] ppid=35326 vsize=133092 memory=11648 CPUtime=0 cores=0,2
/proc/35329/task/35332/stat : 35332 (fscip) S 35326 35329 34900 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 3 0 5397327 136286208 21856 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 133092 KiB
Current children cumulated memory: 87424 KiB

[startup+25.5004 s]
/proc/loadavg: 4.12 3.45 3.40 5/249 35335
/proc/meminfo: memFree=93969836/131655788 swapFree=131071472/131071996
[pid=35329] ppid=35326 vsize=150560 memory=113492 CPUtime=25.38 cores=0,2
/proc/35329/stat : 35329 (fscip) S 35326 35329 34900 0 -1 1077936128 98610 0 0 0 2528 10 0 0 20 0 3 0 5397283 154173440 28373 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
/proc/35329/statm: 37640 28373 3014 3035 0 33000 0
[pid=35329/tid=35331] ppid=35326 vsize=150560 memory=11648 CPUtime=24.95 cores=0,2
/proc/35329/task/35331/stat : 35331 (fscip) R 35326 35329 34900 0 -1 4194368 94701 0 0 0 2486 9 0 0 20 0 3 0 5397326 154173440 28373 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
[pid=35329/tid=35332] ppid=35326 vsize=150560 memory=-7451042325092982910 CPUtime=0 cores=0,2
/proc/35329/task/35332/stat : 35332 (fscip) S 35326 35329 34900 0 -1 1077936192 14 0 0 0 0 0 0 0 20 0 3 0 5397327 154173440 28373 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 150560 KiB
Current children cumulated memory: 113492 KiB

[startup+51.1128 s]
/proc/loadavg: 3.82 3.43 3.39 4/242 35370
/proc/meminfo: memFree=124901688/131655788 swapFree=131071472/131071996
[pid=35329] ppid=35326 vsize=234772 memory=137104 CPUtime=50.9 cores=0,2
/proc/35329/stat : 35329 (fscip) S 35326 35329 34900 0 -1 1077936128 156921 0 0 0 5075 15 0 0 20 0 3 0 5397283 240406528 34276 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
/proc/35329/statm: 58693 34276 3014 3035 0 39182 0
[pid=35329/tid=35331] ppid=35326 vsize=234772 memory=134584 CPUtime=50.47 cores=0,2
/proc/35329/task/35331/stat : 35331 (fscip) R 35326 35329 34900 0 -1 4194368 152932 0 0 0 5033 14 0 0 20 0 3 0 5397326 240406528 34276 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
[pid=35329/tid=35332] ppid=35326 vsize=234772 memory=131280 CPUtime=0 cores=0,2
/proc/35329/task/35332/stat : 35332 (fscip) S 35326 35329 34900 0 -1 1077936192 18 0 0 0 0 0 0 0 20 0 3 0 5397327 240406528 34276 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 234772 KiB
Current children cumulated memory: 137104 KiB

[startup+102.3 s]
/proc/loadavg: 3.43 3.38 3.38 4/239 35381
/proc/meminfo: memFree=124848148/131655788 swapFree=131071472/131071996
[pid=35329] ppid=35326 vsize=268588 memory=187124 CPUtime=101.89 cores=0,2
/proc/35329/stat : 35329 (fscip) S 35326 35329 34900 0 -1 1077936128 251415 0 0 0 10164 25 0 0 20 0 3 0 5397283 275034112 46781 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
/proc/35329/statm: 67147 46781 3014 3035 0 52100 0
[pid=35329/tid=35331] ppid=35326 vsize=268588 memory=11648 CPUtime=101.44 cores=0,2
/proc/35329/task/35331/stat : 35331 (fscip) R 35326 35329 34900 0 -1 4194368 247151 0 0 0 10121 23 0 0 20 0 3 0 5397326 275034112 46781 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
[pid=35329/tid=35332] ppid=35326 vsize=268588 memory=179704 CPUtime=0 cores=0,2
/proc/35329/task/35332/stat : 35332 (fscip) S 35326 35329 34900 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 3 0 5397327 275034112 46781 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
Current children cumulated CPU time: 101.89 s
Current children cumulated vsize: 268588 KiB
Current children cumulated memory: 187124 KiB

[startup+162.3 s]
/proc/loadavg: 3.21 3.32 3.36 5/237 35391
/proc/meminfo: memFree=124809164/131655788 swapFree=131071472/131071996
[pid=35329] ppid=35326 vsize=272908 memory=216356 CPUtime=161.67 cores=0,2
/proc/35329/stat : 35329 (fscip) S 35326 35329 34900 0 -1 1077936128 320787 0 0 0 16135 32 0 0 20 0 3 0 5397283 279457792 54089 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
/proc/35329/statm: 68227 54089 3014 3035 0 59482 0
[pid=35329/tid=35331] ppid=35326 vsize=272908 memory=11648 CPUtime=161.21 cores=0,2
/proc/35329/task/35331/stat : 35331 (fscip) R 35326 35329 34900 0 -1 4194368 316458 0 0 0 16091 30 0 0 20 0 3 0 5397326 279457792 54089 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
[pid=35329/tid=35332] ppid=35326 vsize=272908 memory=211396 CPUtime=0 cores=0,2
/proc/35329/task/35332/stat : 35332 (fscip) S 35326 35329 34900 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 3 0 5397327 279457792 54089 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
Current children cumulated CPU time: 161.67 s
Current children cumulated vsize: 272908 KiB
Current children cumulated memory: 216356 KiB

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

# cumulated CPU time of all completed processes:  user=191.546 s, system=0.407351 s

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

[startup+179.2 s]
/proc/loadavg: 3.15 3.30 3.35 4/237 35394
/proc/meminfo: memFree=124801088/131655788 swapFree=131071472/131071996
[pid=35329] ppid=35326 vsize=274588 memory=223216 CPUtime=178.49 cores=0,2
/proc/35329/stat : 35329 (fscip) S 35326 35329 34900 0 -1 1077936128 346089 0 0 0 17813 36 0 0 20 0 3 0 5397283 281178112 55804 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
/proc/35329/statm: 68647 55804 3014 3035 0 61500 0
[pid=35329/tid=35331] ppid=35326 vsize=274588 memory=195072 CPUtime=178.01 cores=0,2
/proc/35329/task/35331/stat : 35331 (fscip) R 35326 35329 34900 0 -1 4194368 341726 0 0 0 17768 33 0 0 20 0 3 0 5397326 281178112 55804 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
[pid=35329/tid=35332] ppid=35326 vsize=274588 memory=205192 CPUtime=0 cores=0,2
/proc/35329/task/35332/stat : 35332 (fscip) S 35326 35329 34900 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 3 0 5397327 281178112 55804 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
Current children cumulated CPU time: 178.49 s
Current children cumulated vsize: 274588 KiB
Current children cumulated memory: 223216 KiB

[startup+185.6 s]
/proc/loadavg: 3.22 3.31 3.35 4/237 35394
/proc/meminfo: memFree=124799996/131655788 swapFree=131071472/131071996
[pid=35329] ppid=35326 vsize=274588 memory=224296 CPUtime=184.86 cores=0,2
/proc/35329/stat : 35329 (fscip) S 35326 35329 34900 0 -1 1077936128 348332 0 0 0 18450 36 0 0 20 0 3 0 5397283 281178112 56074 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
/proc/35329/statm: 68647 56074 3014 3035 0 61500 0
[pid=35329/tid=35331] ppid=35326 vsize=274588 memory=11648 CPUtime=184.39 cores=0,2
/proc/35329/task/35331/stat : 35331 (fscip) R 35326 35329 34900 0 -1 4194368 343969 0 0 0 18405 34 0 0 20 0 3 0 5397326 281178112 56074 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
[pid=35329/tid=35332] ppid=35326 vsize=274588 memory=11648 CPUtime=0 cores=0,2
/proc/35329/task/35332/stat : 35332 (fscip) S 35326 35329 34900 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 3 0 5397327 281178112 56074 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
Current children cumulated CPU time: 184.86 s
Current children cumulated vsize: 274588 KiB
Current children cumulated memory: 224296 KiB

[startup+188.8 s]
/proc/loadavg: 3.28 3.33 3.36 5/237 35395
/proc/meminfo: memFree=124799916/131655788 swapFree=131071472/131071996
[pid=35329] ppid=35326 vsize=274588 memory=224240 CPUtime=188.05 cores=0,2
/proc/35329/stat : 35329 (fscip) S 35326 35329 34900 0 -1 1077936128 349718 0 0 0 18768 37 0 0 20 0 3 0 5397283 281178112 56060 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
/proc/35329/statm: 68647 56060 3014 3035 0 61852 0
[pid=35329/tid=35331] ppid=35326 vsize=274588 memory=11648 CPUtime=187.57 cores=0,2
/proc/35329/task/35331/stat : 35331 (fscip) R 35326 35329 34900 0 -1 4194368 345355 0 0 0 18723 34 0 0 20 0 3 0 5397326 281178112 56060 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
[pid=35329/tid=35332] ppid=35326 vsize=274588 memory=11648 CPUtime=0 cores=0,2
/proc/35329/task/35332/stat : 35332 (fscip) S 35326 35329 34900 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 3 0 5397327 281178112 56060 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
Current children cumulated CPU time: 188.05 s
Current children cumulated vsize: 274588 KiB
Current children cumulated memory: 224240 KiB

[startup+190.4 s]
/proc/loadavg: 3.28 3.33 3.36 4/237 35395
/proc/meminfo: memFree=124798592/131655788 swapFree=131071472/131071996
[pid=35329] ppid=35326 vsize=276012 memory=225664 CPUtime=189.64 cores=0,2
/proc/35329/stat : 35329 (fscip) S 35326 35329 34900 0 -1 1077936128 350465 0 0 0 18927 37 0 0 20 0 3 0 5397283 282636288 56416 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
/proc/35329/statm: 69003 56416 3014 3035 0 62208 0
[pid=35329/tid=35331] ppid=35326 vsize=276012 memory=224240 CPUtime=189.16 cores=0,2
/proc/35329/task/35331/stat : 35331 (fscip) R 35326 35329 34900 0 -1 4194368 346102 0 0 0 18882 34 0 0 20 0 3 0 5397326 282636288 56416 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
[pid=35329/tid=35332] ppid=35326 vsize=276012 memory=1968 CPUtime=0 cores=0,2
/proc/35329/task/35332/stat : 35332 (fscip) S 35326 35329 34900 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 3 0 5397327 282636288 56416 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
Current children cumulated CPU time: 189.64 s
Current children cumulated vsize: 276012 KiB
Current children cumulated memory: 225664 KiB

[startup+192 s]*
/proc/loadavg: 3.28 3.33 3.36 4/237 35395
/proc/meminfo: memFree=124796952/131655788 swapFree=131071472/131071996
[pid=35329] ppid=35326 vsize=276012 memory=227336 CPUtime=191.25 cores=0,2
/proc/35329/stat : 35329 (fscip) S 35326 35329 34900 0 -1 1077936128 351218 0 0 0 19087 38 0 0 20 0 3 0 5397283 282636288 56834 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
/proc/35329/statm: 69003 56834 3014 3035 0 62500 0
[pid=35329/tid=35331] ppid=35326 vsize=276012 memory=-7451042325092982910 CPUtime=190.77 cores=0,2
/proc/35329/task/35331/stat : 35331 (fscip) R 35326 35329 34900 0 -1 4194368 346855 0 0 0 19042 35 0 0 20 0 3 0 5397326 282636288 56834 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
[pid=35329/tid=35332] ppid=35326 vsize=276012 memory=225616 CPUtime=0 cores=0,2
/proc/35329/task/35332/stat : 35332 (fscip) S 35326 35329 34900 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 3 0 5397327 282636288 56834 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
Current children cumulated CPU time: 191.25 s
Current children cumulated vsize: 276012 KiB
Current children cumulated memory: 227336 KiB

[startup+192.4 s]
/proc/loadavg: 3.28 3.33 3.36 4/237 35395
/proc/meminfo: memFree=124796952/131655788 swapFree=131071472/131071996
[pid=35329] ppid=35326 vsize=276012 memory=227336 CPUtime=191.64 cores=0,2
/proc/35329/stat : 35329 (fscip) S 35326 35329 34900 0 -1 1077936128 351302 0 0 0 19126 38 0 0 20 0 3 0 5397283 282636288 56834 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
/proc/35329/statm: 69003 56834 3014 3035 0 62500 0
[pid=35329/tid=35331] ppid=35326 vsize=276012 memory=1768 CPUtime=191.16 cores=0,2
/proc/35329/task/35331/stat : 35331 (fscip) R 35326 35329 34900 0 -1 4194368 346939 0 0 0 19081 35 0 0 20 0 3 0 5397326 282636288 56834 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
[pid=35329/tid=35332] ppid=35326 vsize=276012 memory=5508 CPUtime=0 cores=0,2
/proc/35329/task/35332/stat : 35332 (fscip) S 35326 35329 34900 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 3 0 5397327 282636288 56834 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
Current children cumulated CPU time: 191.64 s
Current children cumulated vsize: 276012 KiB
Current children cumulated memory: 227336 KiB

[startup+192.6 s]
/proc/loadavg: 3.28 3.33 3.36 4/237 35395
/proc/meminfo: memFree=124796952/131655788 swapFree=131071472/131071996
[pid=35329] ppid=35326 vsize=276012 memory=227336 CPUtime=191.84 cores=0,2
/proc/35329/stat : 35329 (fscip) S 35326 35329 34900 0 -1 1077936128 351340 0 0 0 19146 38 0 0 20 0 3 0 5397283 282636288 56834 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
/proc/35329/statm: 69003 56834 3014 3035 0 62500 0
[pid=35329/tid=35331] ppid=35326 vsize=276012 memory=24108 CPUtime=191.35 cores=0,2
/proc/35329/task/35331/stat : 35331 (fscip) R 35326 35329 34900 0 -1 4194368 346977 0 0 0 19100 35 0 0 20 0 3 0 5397326 282636288 56834 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
[pid=35329/tid=35332] ppid=35326 vsize=276012 memory=19460 CPUtime=0 cores=0,2
/proc/35329/task/35332/stat : 35332 (fscip) S 35326 35329 34900 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 3 0 5397327 282636288 56834 134679101440 4194304 16623229 140728079327968 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54366208 140728079336472 140728079336588 140728079336588 140728079343600 0
Current children cumulated CPU time: 191.84 s
Current children cumulated vsize: 276012 KiB
Current children cumulated memory: 227336 KiB

Child status: 0

Real time (s): 192.719
CPU time (s): 191.953
CPU user time (s): 191.546
CPU system time (s): 0.407351
CPU usage (%): 99.6028
Max. virtual memory (cumulated for all children) (KiB): 276012
Max. memory (cumulated for all children) (KiB): 227336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 191.546
system time used= 0.407351
maximum resident set size= 227336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 354746
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= 1585
involuntary context switches= 1348


# summary of solver processes directly reported to runsolver:
#   pid: 35329
#   total CPU time (s): 191.953
#   total CPU user time (s): 191.546
#   total CPU system time (s): 0.407351

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.903598 second user time and 1.96429 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-31 03:44:26
IDJOB=4464943
IDBENCH=144131
IDSOLVER=3093
FILE ID=nodeC008/4464943-1722390266
RUNJOBID= nodeC008-1722389970-34910
SLURM_JOB_ID= 8249870
Free space on /tmp= 723440 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/coloring/normalized-queen5-5-4_wcsp.wbo
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4464943-1722390266/watcher-4464943-1722390266 -o /tmp/evaluation-result-4464943-1722390266/solver-4464943-1722390266 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1722389970-34910 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464943-1722390266.wbo -qsol -t 3600 -sth 1

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

MD5SUM BENCH= cb6ea9648287f931b56a2a3b8dcad6ec
RANDOM SEED=130052594

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        104128488 kB
MemAvailable:   105218720 kB
Buffers:          102968 kB
Cached:          1814784 kB
SwapCached:           72 kB
Active:           531156 kB
Inactive:       26498344 kB
Active(anon):       1484 kB
Inactive(anon): 25131376 kB
Active(file):     529672 kB
Inactive(file):  1366968 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071472 kB
Dirty:             28524 kB
Writeback:            64 kB
AnonPages:      25111688 kB
Mapped:           120636 kB
Shmem:             21104 kB
KReclaimable:      67248 kB
Slab:             146384 kB
SReclaimable:      67248 kB
SUnreclaim:        79136 kB
KernelStack:        3968 kB
PageTables:        58560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   24778152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             6400 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3282944 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:      162632 kB
DirectMap2M:    10227712 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 723696 MiB
End job on nodeC008 at 2024-07-31 03:47:39