Trace number 4464572

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 2024-07-30UNSAT 433.628 435.26

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-left3reg-l060-r059-n1.cnf-plain.pb.metafix.opb
MD5SUM941394ab05487707ac91e3110f759ebc
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.12536
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4257
Total number of constraints13413
Number of constraints which are clauses13413
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
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.04	c Default LC presolving (default).
0.00/0.04	c ** Before presolving: virtualMemUsedAtLc = 50569216, getVmSize() = 50569216, SCIPgetMemUsed() = 23374057, SCIPgetMemTotal() = 27837865, SCIPgetMemExternEstim() = 16383942
0.00/0.04	c ** set memory limit for presolving in LC to 8.79608e+12 for SCIP **
0.20/0.21	c ** Estimated virtualMemUsedAtSolver = 62215305, getVmSize() = 102039552, SCIPgetMemUsed() = 51680080, SCIPgetMemTotal() = 76939016, SCIPgetMemExternEstim() = 16383942
0.20/0.21	c ** set memory limit for solvers to 4.39804e+12 for each SCIP **
0.20/0.21	c Original Problem   :
0.20/0.21	c   Problem name     : instance-4464572-1722385813
0.20/0.21	c   Variables        : 4257 (4257 binary, 0 integer, 0 implicit integer, 0 continuous)
0.20/0.21	c   Constraints      : 13413
0.20/0.21	c   Objective sense  : minimize
0.20/0.21	c Presolved Problem  :
0.20/0.21	c   Variables        : 4255 (4255 binary, 0 integer, 0 implicit integer, 0 continuous)
0.20/0.21	c   Constraints      : 9158
0.20/0.21	c Constraints        : Number
0.20/0.21	c   setppc           : 9156 
0.20/0.21	c   orbitope         : 2 
0.20/0.21	c ** Instance transfer method used: 0
0.20/0.22	c ** ParaScipInstance copy increased the number of variables. **
0.20/0.24	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.20/0.24	c                                Nodes    Active                                            
0.20/0.24	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
6.65/6.73	c         7             12          11         1                -           0.0000          -
12.05/12.12	c        12            251          95         1                -           0.0000          -
17.02/17.17	c        17            638          84         1                -           0.0000          -
22.11/22.25	c        22           1060          93         1                -           0.0000          -
31.17/31.34	c        31           1569           1         1                -           0.0000          -
36.35/36.50	c        37           2163          42         1                -           0.0000          -
41.43/41.60	c        42           2774          41         1                -           0.0000          -
46.51/46.75	c        47           3494          39         1                -           0.0000          -
51.59/51.82	c        52           4073          30         1                -           0.0000          -
56.87/57.14	c        57           4574          26         1                -           0.0000          -
61.95/62.24	c        62           5319          25         1                -           0.0000          -
67.03/67.30	c        67           5958          19         1                -           0.0000          -
72.31/72.60	c        73           6596          26         1                -           0.0000          -
77.98/78.33	c        78           7130          35         1                -           0.0000          -
83.07/83.45	c        83           7790          25         1                -           0.0000          -
88.15/88.51	c        89           8280          26         1                -           0.0000          -
93.13/93.56	c        94           8800          29         1                -           0.0000          -
100.51/100.96	c       101           9085          22         1                -           0.0000          -
105.60/106.06	c       106           9646          17         1                -           0.0000          -
110.67/111.17	c       111          10149          22         1                -           0.0000          -
115.75/116.22	c       116          10838          27         1                -           0.0000          -
120.93/121.43	c       121          11405          27         1                -           0.0000          -
126.11/126.62	c       127          11948          25         1                -           0.0000          -
131.19/131.73	c       132          12474          30         1                -           0.0000          -
136.28/136.87	c       137          12950          24         1                -           0.0000          -
141.65/142.25	c       142          13497          22         1                -           0.0000          -
146.74/147.31	c       147          13764          29         1                -           0.0000          -
152.02/152.66	c       153          14284          35         1                -           0.0000          -
157.19/157.87	c       158          14844          30         1                -           0.0000          -
162.48/163.11	c       163          15334          36         1                -           0.0000          -
167.46/168.16	c       168          15959          56         1                -           0.0000          -
172.63/173.36	c       173          16580          37         1                -           0.0000          -
177.72/178.40	c       178          17228          42         1                -           0.0000          -
182.80/183.55	c       184          17897          29         1                -           0.0000          -
188.29/189.04	c       189          18563          34         1                -           0.0000          -
199.94/200.79	c       201          19084          37         1                -           0.0000          -
205.01/205.84	c       206          19590          38         1                -           0.0000          -
210.10/210.91	c       211          20119          38         1                -           0.0000          -
215.08/215.97	c       216          20750          41         1                -           0.0000          -
220.16/221.05	c       221          21250          50         1                -           0.0000          -
225.34/226.25	c       226          21893          52         1                -           0.0000          -
230.42/231.35	c       231          22503          53         1                -           0.0000          -
235.51/236.41	c       236          23068          51         1                -           0.0000          -
240.68/241.60	c       242          23687          53         1                -           0.0000          -
245.96/246.96	c       247          24261          62         1                -           0.0000          -
251.06/252.02	c       252          24783          56         1                -           0.0000          -
256.13/257.12	c       257          25376          53         1                -           0.0000          -
261.11/262.18	c       262          25923          59         1                -           0.0000          -
266.29/267.32	c       267          26425          58         1                -           0.0000          -
271.37/272.40	c       272          27102          53         1                -           0.0000          -
276.46/277.54	c       278          27699          45         1                -           0.0000          -
281.43/282.58	c       283          28353          57         1                -           0.0000          -
286.52/287.63	c       288          29093          54         1                -           0.0000          -
291.60/292.70	c       293          29708          49         1                -           0.0000          -
296.68/297.84	c       298          30311          50         1                -           0.0000          -
302.15/303.32	c       303          30870          46         1                -           0.0000          -
307.14/308.38	c       308          31466          44         1                -           0.0000          -
312.21/313.43	c       313          32025          55         1                -           0.0000          -
317.30/318.51	c       319          32616          57         1                -           0.0000          -
322.37/323.61	c       324          33247          47         1                -           0.0000          -
327.36/328.66	c       329          33909          49         1                -           0.0000          -
332.43/333.77	c       334          34523          44         1                -           0.0000          -
337.52/338.83	c       339          35150          54         1                -           0.0000          -
342.71/344.06	c       344          35538          49         1                -           0.0000          -
348.18/349.53	c       350          36110          46         1                -           0.0000          -
353.27/354.66	c       355          36680          38         1                -           0.0000          -
358.34/359.75	c       360          37170          37         1                -           0.0000          -
363.43/364.82	c       365          37735          43         1                -           0.0000          -
368.50/369.90	c       370          38298          40         1                -           0.0000          -
373.49/374.95	c       375          38930          38         1                -           0.0000          -
378.57/380.00	c       380          39460          31         1                -           0.0000          -
383.65/385.19	c       385          40044          36         1                -           0.0000          -
388.93/390.41	c       390          40634          32         1                -           0.0000          -
394.01/395.50	c       396          41222          28         1                -           0.0000          -
398.99/400.57	c       401          41820          28         1                -           0.0000          -
404.58/406.11	c       406          42455          31         1                -           0.0000          -
409.65/411.21	c       411          43080          27         1                -           0.0000          -
414.74/416.31	c       416          43761          20         1                -           0.0000          -
419.71/421.37	c       421          44517          17         1                -           0.0000          -
424.89/426.51	c       427          45100          11         1                -           0.0000          -
429.97/431.61	c       432          45701          10         1                -           0.0000          -
433.46/435.18	c       435          46159           0         0                -           0.0000          -
433.56/435.22	c       435          46159           0         0                -           0.0000          -
433.56/435.22	c SCIP Status        : c problem is solved [infeasible]
433.56/435.22	c Total Time         : 435.2300
433.56/435.22	c   solving          : 435.2300
433.56/435.22	c   presolving       : 0.1729 (included in solving)
433.56/435.22	c B&B Tree           :
433.56/435.22	c   nodes (total)    : 46159
433.56/435.22	c Solution           :
433.56/435.22	c   Solutions found  : 0
433.56/435.22	c   Primal Bound     :          -
433.56/435.22	c   Dual Bound       :          -
433.56/435.22	c Gap                :          -
433.56/435.25	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100094 s]*
/proc/loadavg: 4.09 4.10 4.09 5/265 33410
/proc/meminfo: memFree=128003268/131524600 swapFree=131071216/131071996
[pid=33409] ppid=33406 vsize=59804 memory=48788 CPUtime=0.09 cores=0,2
/proc/33409/stat : 33409 (fscip) R 33406 33409 28847 0 -1 4194304 12239 0 0 0 8 1 0 0 20 0 1 0 5178351 61239296 12197 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
/proc/33409/statm: 14951 12197 2694 3035 0 11347 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 59804 KiB
Current children cumulated memory: 48788 KiB

[startup+0.20556 s]*
/proc/loadavg: 4.09 4.10 4.09 5/265 33410
/proc/meminfo: memFree=127984500/131524600 swapFree=131071216/131071996
[pid=33409] ppid=33406 vsize=99516 memory=73448 CPUtime=0.2 cores=0,2
/proc/33409/stat : 33409 (fscip) R 33406 33409 28847 0 -1 4194304 19400 0 0 0 17 3 0 0 20 0 1 0 5178351 101904384 18362 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
/proc/33409/statm: 24879 18362 2758 3035 0 21275 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 99516 KiB
Current children cumulated memory: 73448 KiB

[startup+0.305774 s]*
/proc/loadavg: 4.09 4.10 4.09 5/267 33412
/proc/meminfo: memFree=127932560/131524600 swapFree=131071216/131071996
[pid=33409] ppid=33406 vsize=208556 memory=118912 CPUtime=0.29 cores=0,2
/proc/33409/stat : 33409 (fscip) S 33406 33409 28847 0 -1 1077936128 30840 0 0 0 25 4 0 0 20 0 3 0 5178351 213561344 29728 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
/proc/33409/statm: 52139 29728 2774 3035 0 37352 0
[pid=33409/tid=33411] ppid=33406 vsize=208556 memory=-5155629115489479557 CPUtime=0.06 cores=0,2
/proc/33409/task/33411/stat : 33411 (fscip) R 33406 33409 28847 0 -1 4194368 8241 0 0 0 6 0 0 0 20 0 3 0 5178373 213561344 29728 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
[pid=33409/tid=33412] ppid=33406 vsize=208556 memory=0 CPUtime=0 cores=0,2
/proc/33409/task/33412/stat : 33412 (fscip) S 33406 33409 28847 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5178376 213561344 29728 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 208556 KiB
Current children cumulated memory: 118912 KiB

[startup+0.700199 s]
/proc/loadavg: 4.09 4.10 4.09 5/267 33412
/proc/meminfo: memFree=127915724/131524600 swapFree=131071216/131071996
[pid=33409] ppid=33406 vsize=210672 memory=138980 CPUtime=0.68 cores=0,2
/proc/33409/stat : 33409 (fscip) S 33406 33409 28847 0 -1 1077936128 35972 0 0 0 63 5 0 0 20 0 3 0 5178351 215728128 34745 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
/proc/33409/statm: 52668 34745 2934 3035 0 42350 0
[pid=33409/tid=33411] ppid=33406 vsize=210672 memory=5472 CPUtime=0.45 cores=0,2
/proc/33409/task/33411/stat : 33411 (fscip) R 33406 33409 28847 0 -1 4194368 13373 0 0 0 44 1 0 0 20 0 3 0 5178373 215728128 34745 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
[pid=33409/tid=33412] ppid=33406 vsize=210672 memory=417 CPUtime=0 cores=0,2
/proc/33409/task/33412/stat : 33412 (fscip) S 33406 33409 28847 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5178376 215728128 34745 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 210672 KiB
Current children cumulated memory: 138980 KiB

[startup+1.50026 s]
/proc/loadavg: 4.09 4.10 4.09 5/267 33412
/proc/meminfo: memFree=127912364/131524600 swapFree=131071216/131071996
[pid=33409] ppid=33406 vsize=278412 memory=172640 CPUtime=1.48 cores=0,2
/proc/33409/stat : 33409 (fscip) S 33406 33409 28847 0 -1 1077936128 55148 0 0 0 141 7 0 0 20 0 3 0 5178351 285093888 43160 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
/proc/33409/statm: 69603 43160 2950 3035 0 52248 0
[pid=33409/tid=33411] ppid=33406 vsize=278412 memory=417 CPUtime=1.24 cores=0,2
/proc/33409/task/33411/stat : 33411 (fscip) R 33406 33409 28847 0 -1 4194368 32549 0 0 0 121 3 0 0 20 0 3 0 5178373 285093888 43160 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
[pid=33409/tid=33412] ppid=33406 vsize=278412 memory=0 CPUtime=0 cores=0,2
/proc/33409/task/33412/stat : 33412 (fscip) S 33406 33409 28847 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5178376 285093888 43160 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 278412 KiB
Current children cumulated memory: 172640 KiB

[startup+3.10536 s]
/proc/loadavg: 4.08 4.10 4.09 5/267 33413
/proc/meminfo: memFree=127868292/131524600 swapFree=131071216/131071996
[pid=33409] ppid=33406 vsize=278412 memory=172772 CPUtime=3.08 cores=0,2
/proc/33409/stat : 33409 (fscip) S 33406 33409 28847 0 -1 1077936128 55864 0 0 0 301 7 0 0 20 0 3 0 5178351 285093888 43193 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
/proc/33409/statm: 69603 43193 2950 3035 0 52248 0
[pid=33409/tid=33411] ppid=33406 vsize=278412 memory=-5155629115489479557 CPUtime=2.84 cores=0,2
/proc/33409/task/33411/stat : 33411 (fscip) R 33406 33409 28847 0 -1 4194368 33263 0 0 0 281 3 0 0 20 0 3 0 5178373 285093888 43193 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
[pid=33409/tid=33412] ppid=33406 vsize=278412 memory=0 CPUtime=0 cores=0,2
/proc/33409/task/33412/stat : 33412 (fscip) S 33406 33409 28847 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 3 0 5178376 285093888 43193 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 278412 KiB
Current children cumulated memory: 172772 KiB

[startup+6.30021 s]
/proc/loadavg: 4.08 4.10 4.09 5/267 33413
/proc/meminfo: memFree=127766644/131524600 swapFree=131071216/131071996
[pid=33409] ppid=33406 vsize=278412 memory=194264 CPUtime=6.26 cores=0,2
/proc/33409/stat : 33409 (fscip) S 33406 33409 28847 0 -1 1077936128 63946 0 0 0 618 8 0 0 20 0 3 0 5178351 285093888 48566 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
/proc/33409/statm: 69603 48566 2998 3035 0 57075 0
[pid=33409/tid=33411] ppid=33406 vsize=278412 memory=11400 CPUtime=6.03 cores=0,2
/proc/33409/task/33411/stat : 33411 (fscip) R 33406 33409 28847 0 -1 4194368 41326 0 0 0 598 5 0 0 20 0 3 0 5178373 285093888 48566 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
[pid=33409/tid=33412] ppid=33406 vsize=278412 memory=11400 CPUtime=0 cores=0,2
/proc/33409/task/33412/stat : 33412 (fscip) S 33406 33409 28847 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 3 0 5178376 285093888 48566 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 278412 KiB
Current children cumulated memory: 194264 KiB

[startup+12.7002 s]
/proc/loadavg: 4.07 4.10 4.09 5/267 33415
/proc/meminfo: memFree=127737804/131524600 swapFree=131071216/131071996
[pid=33409] ppid=33406 vsize=278604 memory=205568 CPUtime=12.64 cores=0,2
/proc/33409/stat : 33409 (fscip) S 33406 33409 28847 0 -1 1077936128 104647 0 0 0 1251 13 0 0 20 0 3 0 5178351 285290496 51392 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
/proc/33409/statm: 69651 51392 2998 3035 0 60305 0
[pid=33409/tid=33411] ppid=33406 vsize=278604 memory=194264 CPUtime=12.41 cores=0,2
/proc/33409/task/33411/stat : 33411 (fscip) R 33406 33409 28847 0 -1 4194368 81996 0 0 0 1232 9 0 0 20 0 3 0 5178373 285290496 51392 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
[pid=33409/tid=33412] ppid=33406 vsize=278604 memory=-7379547681008476288 CPUtime=0 cores=0,2
/proc/33409/task/33412/stat : 33412 (fscip) S 33406 33409 28847 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 3 0 5178376 285290496 51392 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 278604 KiB
Current children cumulated memory: 205568 KiB

[startup+25.5003 s]
/proc/loadavg: 4.06 4.10 4.09 5/269 33474
/proc/meminfo: memFree=127703372/131524600 swapFree=131071216/131071996
[pid=33409] ppid=33406 vsize=278820 memory=231996 CPUtime=25.39 cores=0,2
/proc/33409/stat : 33409 (fscip) S 33406 33409 28847 0 -1 1077936128 163592 0 0 0 2520 19 0 0 20 0 3 0 5178351 285511680 57999 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
/proc/33409/statm: 69705 57999 2998 3035 0 66075 0
[pid=33409/tid=33411] ppid=33406 vsize=278820 memory=11400 CPUtime=25.16 cores=0,2
/proc/33409/task/33411/stat : 33411 (fscip) R 33406 33409 28847 0 -1 4194368 140894 0 0 0 2501 15 0 0 20 0 3 0 5178373 285511680 57999 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
[pid=33409/tid=33412] ppid=33406 vsize=278820 memory=11400 CPUtime=0 cores=0,2
/proc/33409/task/33412/stat : 33412 (fscip) S 33406 33409 28847 0 -1 1077936192 12 0 0 0 0 0 0 0 20 0 3 0 5178376 285511680 57999 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 278820 KiB
Current children cumulated memory: 231996 KiB

[startup+51.1058 s]
/proc/loadavg: 4.12 4.10 4.09 5/268 33527
/proc/meminfo: memFree=127532252/131524600 swapFree=131071216/131071996
[pid=33409] ppid=33406 vsize=326476 memory=233468 CPUtime=50.9 cores=0,2
/proc/33409/stat : 33409 (fscip) S 33406 33409 28847 0 -1 1077936128 198369 0 0 0 5066 24 0 0 20 0 3 0 5178351 334311424 58367 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
/proc/33409/statm: 81619 58367 2998 3035 0 77989 0
[pid=33409/tid=33411] ppid=33406 vsize=326476 memory=-7307490086970548351 CPUtime=50.67 cores=0,2
/proc/33409/task/33411/stat : 33411 (fscip) R 33406 33409 28847 0 -1 4194368 175628 0 0 0 5047 20 0 0 20 0 3 0 5178373 334311424 58367 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
[pid=33409/tid=33412] ppid=33406 vsize=326476 memory=233444 CPUtime=0 cores=0,2
/proc/33409/task/33412/stat : 33412 (fscip) S 33406 33409 28847 0 -1 1077936192 17 0 0 0 0 0 0 0 20 0 3 0 5178376 334311424 58367 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 326476 KiB
Current children cumulated memory: 233468 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/268 33537
/proc/meminfo: memFree=127437908/131524600 swapFree=131071216/131071996
[pid=33409] ppid=33406 vsize=399992 memory=257552 CPUtime=101.9 cores=0,2
/proc/33409/stat : 33409 (fscip) S 33406 33409 28847 0 -1 1077936128 255225 0 0 0 10158 32 0 0 20 0 3 0 5178351 409591808 64388 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
/proc/33409/statm: 99998 64388 2998 3035 0 87415 0
[pid=33409/tid=33411] ppid=33406 vsize=399992 memory=11400 CPUtime=101.67 cores=0,2
/proc/33409/task/33411/stat : 33411 (fscip) R 33406 33409 28847 0 -1 4194368 232419 0 0 0 10139 28 0 0 20 0 3 0 5178373 409591808 64388 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
[pid=33409/tid=33412] ppid=33406 vsize=399992 memory=12696 CPUtime=0 cores=0,2
/proc/33409/task/33412/stat : 33412 (fscip) S 33406 33409 28847 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 3 0 5178376 409591808 64388 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
Current children cumulated CPU time: 101.9 s
Current children cumulated vsize: 399992 KiB
Current children cumulated memory: 257552 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/268 33548
/proc/meminfo: memFree=127372704/131524600 swapFree=131071216/131071996
[pid=33409] ppid=33406 vsize=404952 memory=280968 CPUtime=161.68 cores=0,2
/proc/33409/stat : 33409 (fscip) S 33406 33409 28847 0 -1 1077936128 287243 0 0 0 16128 40 0 0 20 0 3 0 5178351 414670848 70242 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
/proc/33409/statm: 101238 70242 2998 3035 0 97255 0
[pid=33409/tid=33411] ppid=33406 vsize=404952 memory=265388 CPUtime=161.45 cores=0,2
/proc/33409/task/33411/stat : 33411 (fscip) R 33406 33409 28847 0 -1 4194368 264413 0 0 0 16109 36 0 0 20 0 3 0 5178373 414670848 70242 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
[pid=33409/tid=33412] ppid=33406 vsize=404952 memory=279488 CPUtime=0 cores=0,2
/proc/33409/task/33412/stat : 33412 (fscip) S 33406 33409 28847 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 3 0 5178376 414670848 70242 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
Current children cumulated CPU time: 161.68 s
Current children cumulated vsize: 404952 KiB
Current children cumulated memory: 280968 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/268 33558
/proc/meminfo: memFree=127302104/131524600 swapFree=131071216/131071996
[pid=33409] ppid=33406 vsize=475488 memory=320980 CPUtime=221.46 cores=0,2
/proc/33409/stat : 33409 (fscip) S 33406 33409 28847 0 -1 1077936128 323059 0 0 0 22101 45 0 0 20 0 3 0 5178351 486899712 80245 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
/proc/33409/statm: 118872 80245 2998 3035 0 107825 0

################
# More data... #
################

/proc/33409/statm: 119732 84700 2998 3035 0 114862 0
[pid=33409/tid=33411] ppid=33406 vsize=478928 memory=321820 CPUtime=280.98 cores=0,2
/proc/33409/task/33411/stat : 33411 (fscip) R 33406 33409 28847 0 -1 4194368 334353 0 0 0 28051 47 0 0 20 0 3 0 5178373 490422272 84700 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
[pid=33409/tid=33412] ppid=33406 vsize=478928 memory=338764 CPUtime=0 cores=0,2
/proc/33409/task/33412/stat : 33412 (fscip) S 33406 33409 28847 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 3 0 5178376 490422272 84700 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
Current children cumulated CPU time: 281.23 s
Current children cumulated vsize: 478928 KiB
Current children cumulated memory: 338800 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 33580
/proc/meminfo: memFree=127183016/131524600 swapFree=131071216/131071996
[pid=33409] ppid=33406 vsize=480608 memory=377844 CPUtime=341.01 cores=0,2
/proc/33409/stat : 33409 (fscip) S 33406 33409 28847 0 -1 1077936128 382614 0 0 0 34042 59 0 0 20 0 3 0 5178351 492142592 94461 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
/proc/33409/statm: 120152 94461 2998 3035 0 115282 0
[pid=33409/tid=33411] ppid=33406 vsize=480608 memory=321820 CPUtime=340.76 cores=0,2
/proc/33409/task/33411/stat : 33411 (fscip) R 33406 33409 28847 0 -1 4194368 359704 0 0 0 34022 54 0 0 20 0 3 0 5178373 492142592 94461 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
[pid=33409/tid=33412] ppid=33406 vsize=480608 memory=11400 CPUtime=0 cores=0,2
/proc/33409/task/33412/stat : 33412 (fscip) S 33406 33409 28847 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 3 0 5178376 492142592 94461 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
Current children cumulated CPU time: 341.01 s
Current children cumulated vsize: 480608 KiB
Current children cumulated memory: 377844 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/263 33590
/proc/meminfo: memFree=127068296/131524600 swapFree=131071216/131071996
[pid=33409] ppid=33406 vsize=548168 memory=426928 CPUtime=400.78 cores=0,2
/proc/33409/stat : 33409 (fscip) S 33406 33409 28847 0 -1 1077936128 415091 0 0 0 40013 65 0 0 20 0 3 0 5178351 561324032 106732 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
/proc/33409/statm: 137042 106732 2998 3035 0 121303 0
[pid=33409/tid=33411] ppid=33406 vsize=548168 memory=321820 CPUtime=400.53 cores=0,2
/proc/33409/task/33411/stat : 33411 (fscip) R 33406 33409 28847 0 -1 4194368 392164 0 0 0 39992 61 0 0 20 0 3 0 5178373 561324032 106732 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
[pid=33409/tid=33412] ppid=33406 vsize=548168 memory=426180 CPUtime=0 cores=0,2
/proc/33409/task/33412/stat : 33412 (fscip) S 33406 33409 28847 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 3 0 5178376 561324032 106732 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
Current children cumulated CPU time: 400.78 s
Current children cumulated vsize: 548168 KiB
Current children cumulated memory: 426928 KiB

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

# cumulated CPU time of all completed processes:  user=432.914 s, system=0.713326 s

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

[startup+409.6 s]
/proc/loadavg: 4.12 4.11 4.09 5/263 33590
/proc/meminfo: memFree=127068036/131524600 swapFree=131071216/131071996
[pid=33409] ppid=33406 vsize=548168 memory=426928 CPUtime=408.06 cores=0,2
/proc/33409/stat : 33409 (fscip) S 33406 33409 28847 0 -1 1077936128 415725 0 0 0 40740 66 0 0 20 0 3 0 5178351 561324032 106732 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
/proc/33409/statm: 137042 106732 2998 3035 0 121303 0
[pid=33409/tid=33411] ppid=33406 vsize=548168 memory=1940 CPUtime=407.8 cores=0,2
/proc/33409/task/33411/stat : 33411 (fscip) R 33406 33409 28847 0 -1 4194368 392798 0 0 0 40719 61 0 0 20 0 3 0 5178373 561324032 106732 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
[pid=33409/tid=33412] ppid=33406 vsize=548168 memory=13176 CPUtime=0 cores=0,2
/proc/33409/task/33412/stat : 33412 (fscip) S 33406 33409 28847 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 3 0 5178376 561324032 106732 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
Current children cumulated CPU time: 408.06 s
Current children cumulated vsize: 548168 KiB
Current children cumulated memory: 426928 KiB

[startup+422.4 s]
/proc/loadavg: 4.10 4.11 4.09 5/263 33593
/proc/meminfo: memFree=127057516/131524600 swapFree=131071216/131071996
[pid=33409] ppid=33406 vsize=548168 memory=437272 CPUtime=420.81 cores=0,2
/proc/33409/stat : 33409 (fscip) S 33406 33409 28847 0 -1 1077936128 416233 0 0 0 42014 67 0 0 20 0 3 0 5178351 561324032 109318 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
/proc/33409/statm: 137042 109318 2998 3035 0 121303 0
[pid=33409/tid=33411] ppid=33406 vsize=548168 memory=426928 CPUtime=420.55 cores=0,2
/proc/33409/task/33411/stat : 33411 (fscip) R 33406 33409 28847 0 -1 4194368 393306 0 0 0 41993 62 0 0 20 0 3 0 5178373 561324032 109318 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
[pid=33409/tid=33412] ppid=33406 vsize=548168 memory=425948 CPUtime=0 cores=0,2
/proc/33409/task/33412/stat : 33412 (fscip) S 33406 33409 28847 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 3 0 5178376 561324032 109318 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
Current children cumulated CPU time: 420.81 s
Current children cumulated vsize: 548168 KiB
Current children cumulated memory: 437272 KiB

[startup+428.8 s]
/proc/loadavg: 4.09 4.10 4.09 5/263 33593
/proc/meminfo: memFree=127057492/131524600 swapFree=131071216/131071996
[pid=33409] ppid=33406 vsize=548168 memory=437272 CPUtime=427.18 cores=0,2
/proc/33409/stat : 33409 (fscip) S 33406 33409 28847 0 -1 1077936128 427081 0 0 0 42650 68 0 0 20 0 3 0 5178351 561324032 109318 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
/proc/33409/statm: 137042 109318 2998 3035 0 121303 0
[pid=33409/tid=33411] ppid=33406 vsize=548168 memory=12696 CPUtime=426.92 cores=0,2
/proc/33409/task/33411/stat : 33411 (fscip) R 33406 33409 28847 0 -1 4194368 404150 0 0 0 42629 63 0 0 20 0 3 0 5178373 561324032 109318 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
[pid=33409/tid=33412] ppid=33406 vsize=548168 memory=13176 CPUtime=0 cores=0,2
/proc/33409/task/33412/stat : 33412 (fscip) S 33406 33409 28847 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 3 0 5178376 561324032 109318 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
Current children cumulated CPU time: 427.18 s
Current children cumulated vsize: 548168 KiB
Current children cumulated memory: 437272 KiB

[startup+432 s]*
/proc/loadavg: 4.08 4.10 4.09 5/263 33594
/proc/meminfo: memFree=127050720/131524600 swapFree=131071216/131071996
[pid=33409] ppid=33406 vsize=548168 memory=444008 CPUtime=430.38 cores=0,2
/proc/33409/stat : 33409 (fscip) S 33406 33409 28847 0 -1 1077936128 428874 0 0 0 42969 69 0 0 20 0 3 0 5178351 561324032 111002 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
/proc/33409/statm: 137042 111002 2998 3035 0 121303 0
[pid=33409/tid=33411] ppid=33406 vsize=548168 memory=-7307490086970548351 CPUtime=430.12 cores=0,2
/proc/33409/task/33411/stat : 33411 (fscip) R 33406 33409 28847 0 -1 4194368 405943 0 0 0 42948 64 0 0 20 0 3 0 5178373 561324032 111002 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
[pid=33409/tid=33412] ppid=33406 vsize=548168 memory=7150664657694400020 CPUtime=0 cores=0,2
/proc/33409/task/33412/stat : 33412 (fscip) S 33406 33409 28847 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 3 0 5178376 561324032 111002 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
Current children cumulated CPU time: 430.38 s
Current children cumulated vsize: 548168 KiB
Current children cumulated memory: 444008 KiB

[startup+433.6 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 33594
/proc/meminfo: memFree=127050736/131524600 swapFree=131071216/131071996
[pid=33409] ppid=33406 vsize=548168 memory=444008 CPUtime=431.97 cores=0,2
/proc/33409/stat : 33409 (fscip) S 33406 33409 28847 0 -1 1077936128 429096 0 0 0 43128 69 0 0 20 0 3 0 5178351 561324032 111002 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
/proc/33409/statm: 137042 111002 2998 3035 0 121303 0
[pid=33409/tid=33411] ppid=33406 vsize=548168 memory=11400 CPUtime=431.71 cores=0,2
/proc/33409/task/33411/stat : 33411 (fscip) R 33406 33409 28847 0 -1 4194368 406165 0 0 0 43107 64 0 0 20 0 3 0 5178373 561324032 111002 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
[pid=33409/tid=33412] ppid=33406 vsize=548168 memory=12696 CPUtime=0 cores=0,2
/proc/33409/task/33412/stat : 33412 (fscip) S 33406 33409 28847 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 3 0 5178376 561324032 111002 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
Current children cumulated CPU time: 431.97 s
Current children cumulated vsize: 548168 KiB
Current children cumulated memory: 444008 KiB

[startup+434.4 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 33594
/proc/meminfo: memFree=127050700/131524600 swapFree=131071216/131071996
[pid=33409] ppid=33406 vsize=548168 memory=444008 CPUtime=432.76 cores=0,2
/proc/33409/stat : 33409 (fscip) S 33406 33409 28847 0 -1 1077936128 429179 0 0 0 43207 69 0 0 20 0 3 0 5178351 561324032 111002 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
/proc/33409/statm: 137042 111002 2998 3035 0 121303 0
[pid=33409/tid=33411] ppid=33406 vsize=548168 memory=40808 CPUtime=432.5 cores=0,2
/proc/33409/task/33411/stat : 33411 (fscip) R 33406 33409 28847 0 -1 4194368 406248 0 0 0 43186 64 0 0 20 0 3 0 5178373 561324032 111002 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
[pid=33409/tid=33412] ppid=33406 vsize=548168 memory=7416 CPUtime=0 cores=0,2
/proc/33409/task/33412/stat : 33412 (fscip) S 33406 33409 28847 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 3 0 5178376 561324032 111002 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
Current children cumulated CPU time: 432.76 s
Current children cumulated vsize: 548168 KiB
Current children cumulated memory: 444008 KiB

[startup+434.8 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 33594
/proc/meminfo: memFree=127050700/131524600 swapFree=131071216/131071996
[pid=33409] ppid=33406 vsize=548168 memory=444008 CPUtime=433.16 cores=0,2
/proc/33409/stat : 33409 (fscip) S 33406 33409 28847 0 -1 1077936128 429312 0 0 0 43247 69 0 0 20 0 3 0 5178351 561324032 111002 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
/proc/33409/statm: 137042 111002 2998 3035 0 121303 0
[pid=33409/tid=33411] ppid=33406 vsize=548168 memory=115076 CPUtime=432.9 cores=0,2
/proc/33409/task/33411/stat : 33411 (fscip) R 33406 33409 28847 0 -1 4194368 406381 0 0 0 43226 64 0 0 20 0 3 0 5178373 561324032 111002 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
[pid=33409/tid=33412] ppid=33406 vsize=548168 memory=115666 CPUtime=0 cores=0,2
/proc/33409/task/33412/stat : 33412 (fscip) S 33406 33409 28847 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 3 0 5178376 561324032 111002 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
Current children cumulated CPU time: 433.16 s
Current children cumulated vsize: 548168 KiB
Current children cumulated memory: 444008 KiB

[startup+435.2 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 33594
/proc/meminfo: memFree=127050708/131524600 swapFree=131071216/131071996
[pid=33409] ppid=33406 vsize=548168 memory=444008 CPUtime=433.56 cores=0,2
/proc/33409/stat : 33409 (fscip) S 33406 33409 28847 0 -1 1077936128 429960 0 0 0 43287 69 0 0 20 0 3 0 5178351 561324032 111002 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
/proc/33409/statm: 137042 111002 2998 3035 0 121303 0
[pid=33409/tid=33411] ppid=33406 vsize=548168 memory=5472 CPUtime=433.3 cores=0,2
/proc/33409/task/33411/stat : 33411 (fscip) R 33406 33409 28847 0 -1 4194368 407029 0 0 0 43266 64 0 0 20 0 3 0 5178373 561324032 111002 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
[pid=33409/tid=33412] ppid=33406 vsize=548168 memory=11400 CPUtime=0 cores=0,2
/proc/33409/task/33412/stat : 33412 (fscip) S 33406 33409 28847 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 3 0 5178376 561324032 111002 134679101440 4194304 16623229 140723630283520 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 51531776 140723630289942 140723630290058 140723630290058 140723630297072 0
Current children cumulated CPU time: 433.56 s
Current children cumulated vsize: 548168 KiB
Current children cumulated memory: 444008 KiB

Child status: 0

Real time (s): 435.26
CPU time (s): 433.628
CPU user time (s): 432.914
CPU system time (s): 0.713326
CPU usage (%): 99.6251
Max. virtual memory (cumulated for all children) (KiB): 548168
Max. memory (cumulated for all children) (KiB): 444008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 432.914
system time used= 0.713326
maximum resident set size= 444008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 442205
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= 1270
involuntary context switches= 3042


# summary of solver processes directly reported to runsolver:
#   pid: 33409
#   total CPU time (s): 433.628
#   total CPU user time (s): 432.914
#   total CPU system time (s): 0.713326

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.896025 second user time and 2.03073 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-31 02:30:13
IDJOB=4464572
IDBENCH=160404
IDSOLVER=3092
FILE ID=nodeC017/4464572-1722385813
RUNJOBID= nodeC017-1722378594-28857
SLURM_JOB_ID= 8249830
Free space on /tmp= 889992 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-left3reg-l060-r059-n1.cnf-plain.pb.metafix.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-4464572-1722385813/watcher-4464572-1722385813 -o /tmp/evaluation-result-4464572-1722385813/solver-4464572-1722385813 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1722378594-28857 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464572-1722385813.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 941394ab05487707ac91e3110f759ebc
RANDOM SEED=292526229

nodeC017.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		: 3658.750
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.82
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		: 3683.473
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.29
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		: 3671.868
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.82
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.302
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.29
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		: 3667.955
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.82
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		: 3683.503
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.29
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		: 3606.473
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.82
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.157
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128041944 kB
MemAvailable:   129400732 kB
Buffers:          101288 kB
Cached:          2089992 kB
SwapCached:           52 kB
Active:           271028 kB
Inactive:        2733480 kB
Active(anon):       1464 kB
Inactive(anon):   832920 kB
Active(file):     269564 kB
Inactive(file):  1900560 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:             56720 kB
Writeback:             0 kB
AnonPages:        813376 kB
Mapped:           124076 kB
Shmem:             21136 kB
KReclaimable:      56976 kB
Slab:             138276 kB
SReclaimable:      56976 kB
SUnreclaim:        81300 kB
KernelStack:        4268 kB
PageTables:        10520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     954620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             9152 kB
HardwareCorrupted:     0 kB
AnonHugePages:    272384 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:      185044 kB
DirectMap2M:     5879808 kB
DirectMap1G:    130023424 kB

Free space on /tmp at the end= 889964 MiB
End job on nodeC017 at 2024-07-31 02:37:29