Trace number 4491693

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
SCIP-NaPS 1.00a1UNSAT 1088.91 1092.29

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/
normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl.opb
MD5SUM62e5546fe4d774fb864c3bf961c813a7
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 benchmark20.2468
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables109757
Total number of constraints313451
Number of constraints which are clauses295929
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17522
Minimum length of a constraint1
Maximum length of a constraint15
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

500.48/502.13	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4491693-1751142889.opb
500.48/502.13	c Solving mode: decision
500.48/502.13	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
500.48/502.13	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
500.48/502.13	c original problem has 109757 variables (109757 bin, 0 int, 0 impl, 0 cont) and 313451 constraints
500.48/502.13	c presolving:
500.48/502.13	c (round 1, fast)       2023 del vars, 36 del conss, 0 add conss, 1 chg bounds, 8761 chg sides, 17522 chg coeffs, 0 upgd conss, 0 impls, 194211 clqs
500.48/502.13	c (round 2, fast)       4027 del vars, 5788 del conss, 0 add conss, 1 chg bounds, 8761 chg sides, 17522 chg coeffs, 0 upgd conss, 0 impls, 194473 clqs
500.48/502.13	c (round 3, medium)     5466 del vars, 5788 del conss, 0 add conss, 1 chg bounds, 8761 chg sides, 17522 chg coeffs, 0 upgd conss, 0 impls, 191592 clqs
500.48/502.13	c (round 4, fast)       5466 del vars, 8674 del conss, 0 add conss, 1 chg bounds, 8761 chg sides, 17522 chg coeffs, 0 upgd conss, 0 impls, 191602 clqs
500.48/502.13	c (round 5, exhaustive) 5466 del vars, 8680 del conss, 0 add conss, 1 chg bounds, 8761 chg sides, 17522 chg coeffs, 304763 upgd conss, 0 impls, 191602 clqs
500.48/502.13	c (round 6, exhaustive) 5472 del vars, 295629 del conss, 95645 add conss, 1 chg bounds, 8761 chg sides, 17522 chg coeffs, 304763 upgd conss, 0 impls, 191590 clqs
500.48/502.13	c (round 7, exhaustive) 6979 del vars, 295738 del conss, 95754 add conss, 1 chg bounds, 8761 chg sides, 17522 chg coeffs, 304763 upgd conss, 0 impls, 187816 clqs
500.48/502.13	c (round 8, fast)       9040 del vars, 296461 del conss, 95754 add conss, 1 chg bounds, 8761 chg sides, 18244 chg coeffs, 304763 upgd conss, 0 impls, 187051 clqs
500.48/502.13	c (round 9, exhaustive) 9073 del vars, 296598 del conss, 95858 add conss, 1 chg bounds, 8761 chg sides, 18244 chg coeffs, 304763 upgd conss, 0 impls, 186985 clqs
500.48/502.13	c (round 10, exhaustive) 9288 del vars, 296641 del conss, 95864 add conss, 1 chg bounds, 8761 chg sides, 18245 chg coeffs, 304765 upgd conss, 0 impls, 194780 clqs
500.48/502.13	c (round 11, fast)       9353 del vars, 296707 del conss, 95864 add conss, 1 chg bounds, 8761 chg sides, 18310 chg coeffs, 304848 upgd conss, 0 impls, 194651 clqs
500.48/502.13	c (round 12, exhaustive) 9776 del vars, 296727 del conss, 95881 add conss, 1 chg bounds, 8761 chg sides, 18310 chg coeffs, 304848 upgd conss, 0 impls, 214044 clqs
500.48/502.13	c (round 13, fast)       9895 del vars, 296848 del conss, 95881 add conss, 1 chg bounds, 8761 chg sides, 18429 chg coeffs, 305009 upgd conss, 0 impls, 213812 clqs
500.48/502.13	c (round 14, exhaustive) 10323 del vars, 296876 del conss, 95906 add conss, 1 chg bounds, 8761 chg sides, 18431 chg coeffs, 305011 upgd conss, 0 impls, 228682 clqs
500.48/502.13	c (round 15, fast)       10461 del vars, 297024 del conss, 95906 add conss, 1 chg bounds, 8761 chg sides, 18569 chg coeffs, 305171 upgd conss, 0 impls, 228419 clqs
500.48/502.13	c (round 16, exhaustive) 11093 del vars, 297063 del conss, 95939 add conss, 1 chg bounds, 8761 chg sides, 18569 chg coeffs, 305171 upgd conss, 0 impls, 255640 clqs
500.48/502.13	c (round 17, fast)       11300 del vars, 297292 del conss, 95939 add conss, 1 chg bounds, 8761 chg sides, 18776 chg coeffs, 305426 upgd conss, 0 impls, 255235 clqs
500.48/502.13	c (round 18, exhaustive) 11670 del vars, 297308 del conss, 95954 add conss, 1 chg bounds, 8761 chg sides, 18777 chg coeffs, 305427 upgd conss, 0 impls, 271842 clqs
500.48/502.13	c (round 19, fast)       11784 del vars, 297423 del conss, 95954 add conss, 1 chg bounds, 8761 chg sides, 18891 chg coeffs, 305572 upgd conss, 0 impls, 271627 clqs
500.48/502.13	c    (8.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
500.48/502.13	c    (8.6s) no symmetry present (symcode time: 0.11)
500.48/502.13	c presolving (20 rounds: 20 fast, 11 medium, 10 exhaustive):
500.48/502.13	c  11835 deleted vars, 297438 deleted constraints, 95969 added constraints, 1 tightened bounds, 0 added holes, 8761 changed sides, 18891 changed coefficients
500.48/502.13	c  0 implications, 301450 cliques
500.48/502.13	c presolved problem has 101222 variables (101222 bin, 0 int, 0 impl, 0 cont) and 109439 constraints
500.48/502.13	c   17522 constraints of type <knapsack>
500.48/502.13	c    1341 constraints of type <setppc>
500.48/502.13	c   90575 constraints of type <and>
500.48/502.13	c       1 constraints of type <logicor>
500.48/502.13	c transformed objective value is always integral (scale: 1)
500.48/502.13	c Presolving Time: 8.07
500.48/502.13	c 
500.48/502.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
500.48/502.13	c  22.6s|     1 |     0 | 15614 |     - |  1244M |   0 | 101k| 109k| 199k|   0 |  0 |  73 |   0 | 0.000000e+00 |      --      |    Inf | unknown
500.48/502.13	c  94.6s|     1 |     0 | 45446 |     - |  1292M |   0 | 101k| 109k| 200k| 415 |  1 |  74 |   0 | 0.000000e+00 |      --      |    Inf | unknown
500.48/502.13	c   147s|     1 |     0 | 52500 |     - |  1312M |   0 | 101k| 109k| 200k|1060 |  2 |  76 |   0 | 0.000000e+00 |      --      |    Inf | unknown
500.48/502.13	c   270s|     1 |     0 | 64369 |     - |  1333M |   0 | 101k| 109k| 201k|1730 |  3 |  77 |   0 | 0.000000e+00 |      --      |    Inf | unknown
500.48/502.13	c   398s|     1 |     0 | 76652 |     - |  1354M |   0 | 101k| 109k| 202k|2669 |  4 |  79 |   0 | 0.000000e+00 |      --      |    Inf | unknown
500.48/502.13	c   500s|     1 |     0 | 91141 |     - |  1375M |   0 | 101k| 109k| 203k|3898 |  5 |  81 |   0 | 0.000000e+00 |      --      |    Inf | unknown
500.48/502.13	c 
500.48/502.13	c SCIP Status        : solving was interrupted [time limit reached]
500.48/502.13	c Solving Time (sec) : 500.07
500.48/502.13	c Solving Nodes      : 1
500.48/502.13	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
500.48/502.13	c Dual Bound         : +0.00000000000000e+00
500.48/502.13	c Gap                : infinite
500.48/502.13	c ----------------------------------------------------------------------
500.48/502.13	c dual bound: 0.0 -> 0
500.48/502.13	c primal bound: 1e+20 -> 100000000000000000000
500.48/502.13	c scip-goal-lb: 0
500.48/502.13	c scip-goal-ub: 100000000000000000000
500.48/502.13	c writing output to: HOME/tmpk5jcdi8_.opb
500.48/502.13	c appending fixed variable constraints
500.48/502.13	c scip-fixed vars: 5.61% (5676/101222)
500.48/502.13	c ----------------------------------------------------------------------
500.48/502.13	c executing external solver: HOME/naps-1.03a6
500.48/502.13	c ----------------------------------------------------------------------
500.48/502.13	c command: HOME/naps-1.03a6 HOME/tmpk5jcdi8_.opb
500.48/502.19	c NaPS 1.03a6.
500.48/502.19	c Input file name: HOME/tmpk5jcdi8_.opb
1087.49/1090.92	c _____________________________________________________________________________
1087.49/1090.92	c std/band forms        : 17522,0
1087.49/1090.92	c 2cl/3cl ITE-codings   : 1909104,0
1087.49/1090.92	c BDD/srt/adr Max costs : 292,0,0
1087.49/1090.92	c BDDraw/bin/mul/srt/adr: 530,0,16992,0,0
1087.49/1090.92	c BDD nodes             : 2762918
1087.49/1090.92	c Es1/CC detections     : 0,0
1087.49/1090.92	c CC sort               : 0
1087.49/1090.92	c SAT/UNSAT calls       : 0,1
1087.49/1090.92	c regenrated variables  : 0
1087.49/1090.92	c eliminated fixed lits : 10412
1087.49/1090.92	c goal lit flips        : 0
1087.49/1090.92	c goal stages           : 0
1087.49/1090.92	c goal shrink           : 0
1087.49/1090.92	c goal coeff separations: 0
1087.49/1090.92	c restarts              : 25450
1087.49/1090.92	c conflicts             : 674965         (1154 /sec)
1087.49/1090.92	c decisions             : 31639481       (54096 /sec)
1087.49/1090.92	c propagations          : 2591493793     (4430865 /sec)
1087.49/1090.92	c inspects              : 0              (0 /sec)
1087.49/1090.92	c CPU time (solving tm) : 584.9 s        (563.1 s, SAT 0 s, UNSAT 563.1 s)
1087.49/1090.92	c Time for Opt-base     : 9.008 s
1087.49/1090.92	c Steps for Opt-base    : 32137176
1087.49/1090.92	c Time for BDD coding   : 16.68 s
1087.49/1090.92	c Time for srt coding   : 0 s
1087.49/1090.92	c _____________________________________________________________________________
1087.49/1091.00	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: 63837 MiB (62172 MiB free)
  memory of node 1: 64465 MiB (61677 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4491693-1751142889/watcher-4491693-1751142889 -o /tmp/evaluation-result-4491693-1751142889/solver-4491693-1751142889 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751142855-14396 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4491693-1751142889.opb 

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=14667, runsolver pid=14664
Current StackSize limit: 8192 KiB


[startup+0.100073 s]*
/proc/loadavg: 2.59 1.60 2.17 5/258 14672
/proc/meminfo: memFree=126821756/131382116 swapFree=33010684/33010684
[pid=14667] ppid=14664 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/14667/stat : 14667 (scip-naps-1.00.) S 14664 14667 11315 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 29968340 4292608 736 18446744073709551615 94330876170240 94330877064773 140727858698752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94330877303824 94330877351568 94330904256512 140727858706849 140727858706946 140727858706946 140727858712548 0
/proc/14667/statm: 1048 736 672 219 0 110 0
[pid=14672] ppid=14667 vsize=12828 memory=9984 CPUtime=0.05 cores=0,2
/proc/14672/stat : 14672 (python3) R 14667 14667 11315 0 -1 4194304 1494 0 0 0 4 1 0 0 20 0 1 0 29968343 13135872 2496 18446744073709551615 94589827342336 94589827342713 140735653817520 0 0 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0 94589827354008 94589827354628 94589852184576 140735653824856 140735653825058 140735653825058 140735653830631 0
/proc/14672/statm: 3207 2496 1184 1 0 1410 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 17020 KiB
Current children cumulated memory: 12928 KiB

[startup+0.21588 s]*
/proc/loadavg: 2.59 1.60 2.17 6/258 14672
/proc/meminfo: memFree=126815484/131382116 swapFree=33010684/33010684
[pid=14667] ppid=14664 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/14667/stat : 14667 (scip-naps-1.00.) S 14664 14667 11315 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 29968340 4292608 736 18446744073709551615 94330876170240 94330877064773 140727858698752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94330877303824 94330877351568 94330904256512 140727858706849 140727858706946 140727858706946 140727858712548 0
/proc/14667/statm: 1048 736 672 219 0 110 0
[pid=14672] ppid=14667 vsize=1186044 memory=30500 CPUtime=0.15 cores=0,2
/proc/14672/stat : 14672 (python3) R 14667 14667 11315 0 -1 4194304 3472 0 0 0 13 2 0 0 20 0 1 0 29968343 1214509056 7625 18446744073709551615 94589827342336 94589827342713 140735653817520 0 0 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0 94589827354008 94589827354628 94589852184576 140735653824856 140735653825058 140735653825058 140735653830631 0
/proc/14672/statm: 296511 7625 4777 1 0 268579 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 1190236 KiB
Current children cumulated memory: 33444 KiB

[startup+0.317896 s]*
/proc/loadavg: 2.59 1.60 2.17 5/258 14672
/proc/meminfo: memFree=126811452/131382116 swapFree=33010684/33010684
[pid=14667] ppid=14664 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/14667/stat : 14667 (scip-naps-1.00.) S 14664 14667 11315 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 29968340 4292608 736 18446744073709551615 94330876170240 94330877064773 140727858698752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94330877303824 94330877351568 94330904256512 140727858706849 140727858706946 140727858706946 140727858712548 0
/proc/14667/statm: 1048 736 672 219 0 110 0
[pid=14672] ppid=14667 vsize=1190136 memory=35108 CPUtime=0.24 cores=0,2
/proc/14672/stat : 14672 (python3) R 14667 14667 11315 0 -1 4194304 4429 0 0 0 21 3 0 0 20 0 1 0 29968343 1218699264 8777 18446744073709551615 94589827342336 94589827342713 140735653817520 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94589827354008 94589827354628 94589852184576 140735653824856 140735653825058 140735653825058 140735653830631 0
/proc/14672/statm: 297534 8777 5033 1 0 269443 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 1194328 KiB
Current children cumulated memory: 38052 KiB

[startup+0.700323 s]
/proc/loadavg: 2.59 1.60 2.17 5/258 14672
/proc/meminfo: memFree=126811468/131382116 swapFree=33010684/33010684
[pid=14667] ppid=14664 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/14667/stat : 14667 (scip-naps-1.00.) S 14664 14667 11315 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 29968340 4292608 736 18446744073709551615 94330876170240 94330877064773 140727858698752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94330877303824 94330877351568 94330904256512 140727858706849 140727858706946 140727858706946 140727858712548 0
/proc/14667/statm: 1048 736 672 219 0 110 0
[pid=14672] ppid=14667 vsize=1260812 memory=111396 CPUtime=0.61 cores=0,2
/proc/14672/stat : 14672 (python3) R 14667 14667 11315 0 -1 4194304 21174 0 0 0 53 8 0 0 20 0 1 0 29968343 1291071488 27849 18446744073709551615 94589827342336 94589827342713 140735653817520 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94589827354008 94589827354628 94589852184576 140735653824856 140735653825058 140735653825058 140735653830631 0
/proc/14672/statm: 315203 27849 7561 1 0 286561 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 1265004 KiB
Current children cumulated memory: 114340 KiB

[startup+1.50034 s]
/proc/loadavg: 2.59 1.60 2.17 5/258 14672
/proc/meminfo: memFree=126811468/131382116 swapFree=33010684/33010684
[pid=14667] ppid=14664 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/14667/stat : 14667 (scip-naps-1.00.) S 14664 14667 11315 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 29968340 4292608 736 18446744073709551615 94330876170240 94330877064773 140727858698752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94330877303824 94330877351568 94330904256512 140727858706849 140727858706946 140727858706946 140727858712548 0
/proc/14667/statm: 1048 736 672 219 0 110 0
[pid=14672] ppid=14667 vsize=1428408 memory=278576 CPUtime=1.41 cores=0,2
/proc/14672/stat : 14672 (python3) R 14667 14667 11315 0 -1 4194304 62455 0 0 0 123 18 0 0 20 0 1 0 29968343 1462689792 69644 18446744073709551615 94589827342336 94589827342713 140735653817520 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94589827354008 94589827354628 94589852184576 140735653824856 140735653825058 140735653825058 140735653830631 0
/proc/14672/statm: 357102 69644 7561 1 0 328460 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 1432600 KiB
Current children cumulated memory: 281520 KiB

[startup+3.11319 s]
/proc/loadavg: 2.70 1.64 2.18 5/258 14672
/proc/meminfo: memFree=126337444/131382116 swapFree=33010684/33010684
[pid=14667] ppid=14664 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/14667/stat : 14667 (scip-naps-1.00.) S 14664 14667 11315 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 29968340 4292608 736 18446744073709551615 94330876170240 94330877064773 140727858698752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94330877303824 94330877351568 94330904256512 140727858706849 140727858706946 140727858706946 140727858712548 0
/proc/14667/statm: 1048 736 672 219 0 110 0
[pid=14672] ppid=14667 vsize=1863344 memory=700968 CPUtime=3.02 cores=0,2
/proc/14672/stat : 14672 (python3) R 14667 14667 11315 0 -1 4194304 167358 0 0 0 266 36 0 0 20 0 1 0 29968343 1908064256 175242 18446744073709551615 94589827342336 94589827342713 140735653817520 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94589827354008 94589827354628 94589852184576 140735653824856 140735653825058 140735653825058 140735653830631 0
/proc/14672/statm: 465836 175242 7817 1 0 437194 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 1867536 KiB
Current children cumulated memory: 703912 KiB

[startup+6.30038 s]
/proc/loadavg: 2.70 1.64 2.18 5/258 14672
/proc/meminfo: memFree=126104536/131382116 swapFree=33010684/33010684
[pid=14667] ppid=14664 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/14667/stat : 14667 (scip-naps-1.00.) S 14664 14667 11315 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 29968340 4292608 736 18446744073709551615 94330876170240 94330877064773 140727858698752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94330877303824 94330877351568 94330904256512 140727858706849 140727858706946 140727858706946 140727858712548 0
/proc/14667/statm: 1048 736 672 219 0 110 0
[pid=14672] ppid=14667 vsize=2085212 memory=922584 CPUtime=6.19 cores=0,2
/proc/14672/stat : 14672 (python3) R 14667 14667 11315 0 -1 4194304 221606 0 0 0 575 44 0 0 20 0 1 0 29968343 2135257088 230646 18446744073709551615 94589827342336 94589827342713 140735653817520 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94589827354008 94589827354628 94589852184576 140735653824856 140735653825058 140735653825058 140735653830631 0
/proc/14672/statm: 521303 230646 7881 1 0 492661 0
Current children cumulated CPU time: 6.19 s
Current children cumulated vsize: 2089404 KiB
Current children cumulated memory: 925528 KiB

[startup+12.7004 s]
/proc/loadavg: 2.90 1.72 2.20 5/258 14672
/proc/meminfo: memFree=125712616/131382116 swapFree=33010684/33010684
[pid=14667] ppid=14664 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/14667/stat : 14667 (scip-naps-1.00.) S 14664 14667 11315 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 29968340 4292608 736 18446744073709551615 94330876170240 94330877064773 140727858698752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94330877303824 94330877351568 94330904256512 140727858706849 140727858706946 140727858706946 140727858712548 0
/proc/14667/statm: 1048 736 672 219 0 110 0
[pid=14672] ppid=14667 vsize=2505512 memory=1302084 CPUtime=12.57 cores=0,2
/proc/14672/stat : 14672 (python3) R 14667 14667 11315 0 -1 4194304 314714 0 0 0 1197 60 0 0 20 0 1 0 29968343 2565644288 325521 18446744073709551615 94589827342336 94589827342713 140735653817520 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94589827354008 94589827354628 94589852184576 140735653824856 140735653825058 140735653825058 140735653830631 0
/proc/14672/statm: 626378 325521 8041 1 0 597736 0
Current children cumulated CPU time: 12.57 s
Current children cumulated vsize: 2509704 KiB
Current children cumulated memory: 1305028 KiB

[startup+25.5004 s]
/proc/loadavg: 3.07 1.80 2.22 5/258 14672
/proc/meminfo: memFree=125622652/131382116 swapFree=33010684/33010684
[pid=14667] ppid=14664 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/14667/stat : 14667 (scip-naps-1.00.) S 14664 14667 11315 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 29968340 4292608 736 18446744073709551615 94330876170240 94330877064773 140727858698752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94330877303824 94330877351568 94330904256512 140727858706849 140727858706946 140727858706946 140727858712548 0
/proc/14667/statm: 1048 736 672 219 0 110 0
[pid=14672] ppid=14667 vsize=2639984 memory=1415348 CPUtime=25.33 cores=0,2
/proc/14672/stat : 14672 (python3) R 14667 14667 11315 0 -1 4194304 338392 0 0 0 2468 65 0 0 20 0 1 0 29968343 2703343616 353837 18446744073709551615 94589827342336 94589827342713 140735653817520 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94589827354008 94589827354628 94589852184576 140735653824856 140735653825058 140735653825058 140735653830631 0
/proc/14672/statm: 659996 353837 8105 1 0 631354 0
Current children cumulated CPU time: 25.33 s
Current children cumulated vsize: 2644176 KiB
Current children cumulated memory: 1418292 KiB

[startup+51.1132 s]
/proc/loadavg: 3.46 1.99 2.27 5/258 14674
/proc/meminfo: memFree=125461980/131382116 swapFree=33010684/33010684
[pid=14667] ppid=14664 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/14667/stat : 14667 (scip-naps-1.00.) S 14664 14667 11315 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 29968340 4292608 736 18446744073709551615 94330876170240 94330877064773 140727858698752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94330877303824 94330877351568 94330904256512 140727858706849 140727858706946 140727858706946 140727858712548 0
/proc/14667/statm: 1048 736 672 219 0 110 0
[pid=14672] ppid=14667 vsize=2800136 memory=1578540 CPUtime=50.86 cores=0,2
/proc/14672/stat : 14672 (python3) R 14667 14667 11315 0 -1 4194304 378181 0 0 0 5015 71 0 0 20 0 1 0 29968343 2867339264 394635 18446744073709551615 94589827342336 94589827342713 140735653817520 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94589827354008 94589827354628 94589852184576 140735653824856 140735653825058 140735653825058 140735653830631 0
/proc/14672/statm: 700034 394635 8105 1 0 671392 0
Current children cumulated CPU time: 50.86 s
Current children cumulated vsize: 2804328 KiB
Current children cumulated memory: 1581484 KiB

[startup+102.3 s]
/proc/loadavg: 3.84 2.35 2.38 5/259 14678
/proc/meminfo: memFree=124763712/131382116 swapFree=33010684/33010684
[pid=14667] ppid=14664 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/14667/stat : 14667 (scip-naps-1.00.) S 14664 14667 11315 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 29968340 4292608 736 18446744073709551615 94330876170240 94330877064773 140727858698752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94330877303824 94330877351568 94330904256512 140727858706849 140727858706946 140727858706946 140727858712548 0
/proc/14667/statm: 1048 736 672 219 0 110 0
[pid=14672] ppid=14667 vsize=3112000 memory=1876140 CPUtime=101.91 cores=0,2
/proc/14672/stat : 14672 (python3) R 14667 14667 11315 0 -1 4194304 453156 0 0 0 10108 83 0 0 20 0 1 0 29968343 3186688000 469035 18446744073709551615 94589827342336 94589827342713 140735653817520 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94589827354008 94589827354628 94589852184576 140735653824856 140735653825058 140735653825058 140735653830631 0
/proc/14672/statm: 778000 469035 8105 1 0 749358 0
Current children cumulated CPU time: 101.91 s
Current children cumulated vsize: 3116192 KiB
Current children cumulated memory: 1879084 KiB

[startup+162.3 s]
/proc/loadavg: 3.99 2.67 2.49 5/259 14684
/proc/meminfo: memFree=124471900/131382116 swapFree=33010684/33010684
[pid=14667] ppid=14664 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/14667/stat : 14667 (scip-naps-1.00.) S 14664 14667 11315 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 29968340 4292608 736 18446744073709551615 94330876170240 94330877064773 140727858698752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94330877303824 94330877351568 94330904256512 140727858706849 140727858706946 140727858706946 140727858712548 0
/proc/14667/statm: 1048 736 672 219 0 110 0
[pid=14672] ppid=14667 vsize=3112000 memory=1876140 CPUtime=161.72 cores=0,2
/proc/14672/stat : 14672 (python3) R 14667 14667 11315 0 -1 4194304 453160 0 0 0 16089 83 0 0 20 0 1 0 29968343 3186688000 469035 18446744073709551615 94589827342336 94589827342713 140735653817520 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94589827354008 94589827354628 94589852184576 140735653824856 140735653825058 140735653825058 140735653830631 0
/proc/14672/statm: 778000 469035 8105 1 0 749358 0
Current children cumulated CPU time: 161.72 s
Current children cumulated vsize: 3116192 KiB
Current children cumulated memory: 1879084 KiB

[startup+222.3 s]
/proc/loadavg: 4.62 3.08 2.65 5/260 14687
/proc/meminfo: memFree=124372448/131382116 swapFree=33010684/33010684
[pid=14667] ppid=14664 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/14667/stat : 14667 (scip-naps-1.00.) S 14664 14667 11315 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 29968340 4292608 736 18446744073709551615 94330876170240 94330877064773 140727858698752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94330877303824 94330877351568 94330904256512 140727858706849 140727858706946 140727858706946 140727858712548 0
/proc/14667/statm: 1048 736 672 219 0 110 0
[pid=14672] ppid=14667 vsize=3112000 memory=1876908 CPUtime=221.52 cores=0,2
/proc/14672/stat : 14672 (python3) R 14667 14667 11315 0 -1 4194304 453346 0 0 0 22069 83 0 0 20 0 1 0 29968343 3186688000 469227 18446744073709551615 94589827342336 94589827342713 140735653817520 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94589827354008 94589827354628 94589852184576 140735653824856 140735653825058 140735653825058 140735653830631 0
/proc/14672/statm: 778000 469227 8105 1 0 749358 0
Current children cumulated CPU time: 221.52 s
Current children cumulated vsize: 3116192 KiB

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

/proc/meminfo: memFree=122546084/131382116 swapFree=33010684/33010684
[pid=14667] ppid=14664 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/14667/stat : 14667 (scip-naps-1.00.) S 14664 14667 11315 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 29968340 4292608 736 18446744073709551615 94330876170240 94330877064773 140727858698752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94330877303824 94330877351568 94330904256512 140727858706849 140727858706946 140727858706946 140727858712548 0
/proc/14667/statm: 1048 736 672 219 0 110 0
[pid=14672] ppid=14667 vsize=3172928 memory=1937964 CPUtime=500.51 cores=0,2
/proc/14672/stat : 14672 (python3) S 14667 14667 11315 0 -1 4194304 468999 0 0 0 49963 88 0 0 20 0 1 0 29968343 3249078272 484491 18446744073709551615 94589827342336 94589827342713 140735653817520 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94589827354008 94589827354628 94589852184576 140735653824856 140735653825058 140735653825058 140735653830631 0
/proc/14672/statm: 793232 484491 8105 1 0 764590 0
[pid=14749] ppid=14672 vsize=1078676 memory=838912 CPUtime=438.82 cores=0,2
/proc/14749/stat : 14749 (naps-1.03a6) R 14672 14749 14749 0 -1 4194304 186251 0 0 0 43719 163 0 0 20 0 1 0 30018555 1104564224 209728 18446744073709551615 4198400 7047149 140728543935744 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 9138176 140728543943057 140728543943155 140728543943155 140728543948745 0
/proc/14749/statm: 269669 209728 544 696 0 268830 0
Current children cumulated CPU time: 939.33 s
Current children cumulated vsize: 4255796 KiB
Current children cumulated memory: 2779820 KiB

[startup+1002.3 s]
/proc/loadavg: 3.96 4.01 3.50 4/250 14856
/proc/meminfo: memFree=123131200/131382116 swapFree=33010684/33010684
[pid=14667] ppid=14664 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/14667/stat : 14667 (scip-naps-1.00.) S 14664 14667 11315 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 29968340 4292608 736 18446744073709551615 94330876170240 94330877064773 140727858698752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94330877303824 94330877351568 94330904256512 140727858706849 140727858706946 140727858706946 140727858712548 0
/proc/14667/statm: 1048 736 672 219 0 110 0
[pid=14672] ppid=14667 vsize=3172928 memory=1937964 CPUtime=500.51 cores=0,2
/proc/14672/stat : 14672 (python3) S 14667 14667 11315 0 -1 4194304 468999 0 0 0 49963 88 0 0 20 0 1 0 29968343 3249078272 484491 18446744073709551615 94589827342336 94589827342713 140735653817520 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94589827354008 94589827354628 94589852184576 140735653824856 140735653825058 140735653825058 140735653830631 0
/proc/14672/statm: 793232 484491 8105 1 0 764590 0
[pid=14749] ppid=14672 vsize=1093292 memory=967796 CPUtime=498.64 cores=0,2
/proc/14749/stat : 14749 (naps-1.03a6) R 14672 14749 14749 0 -1 4194304 193212 0 0 0 49684 180 0 0 20 0 1 0 30018555 1119531008 241949 18446744073709551615 4198400 7047149 140728543935744 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 9138176 140728543943057 140728543943155 140728543943155 140728543948745 0
/proc/14749/statm: 273323 241949 544 696 0 272484 0
Current children cumulated CPU time: 999.15 s
Current children cumulated vsize: 4270412 KiB
Current children cumulated memory: 2908704 KiB

[startup+1062.3 s]
/proc/loadavg: 3.40 3.84 3.47 4/251 14859
/proc/meminfo: memFree=123052760/131382116 swapFree=33010684/33010684
[pid=14667] ppid=14664 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/14667/stat : 14667 (scip-naps-1.00.) S 14664 14667 11315 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 29968340 4292608 736 18446744073709551615 94330876170240 94330877064773 140727858698752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94330877303824 94330877351568 94330904256512 140727858706849 140727858706946 140727858706946 140727858712548 0
/proc/14667/statm: 1048 736 672 219 0 110 0
[pid=14672] ppid=14667 vsize=3172928 memory=1937964 CPUtime=500.51 cores=0,2
/proc/14672/stat : 14672 (python3) S 14667 14667 11315 0 -1 4194304 468999 0 0 0 49963 88 0 0 20 0 1 0 29968343 3249078272 484491 18446744073709551615 94589827342336 94589827342713 140735653817520 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94589827354008 94589827354628 94589852184576 140735653824856 140735653825058 140735653825058 140735653830631 0
/proc/14672/statm: 793232 484491 8105 1 0 764590 0
[pid=14749] ppid=14672 vsize=1093292 memory=920688 CPUtime=558.46 cores=0,2
/proc/14749/stat : 14749 (naps-1.03a6) R 14672 14749 14749 0 -1 4194304 202383 0 0 0 55642 204 0 0 20 0 1 0 30018555 1119531008 230172 18446744073709551615 4198400 7047149 140728543935744 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 9138176 140728543943057 140728543943155 140728543943155 140728543948745 0
/proc/14749/statm: 273323 230172 544 696 0 272484 0
Current children cumulated CPU time: 1058.97 s
Current children cumulated vsize: 4270412 KiB
Current children cumulated memory: 2861596 KiB

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

# cumulated CPU time of all completed processes:  user=1085.66 s, system=3.24987 s

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

[startup+1075.2 s]
/proc/loadavg: 3.34 3.81 3.46 4/251 14859
/proc/meminfo: memFree=122988572/131382116 swapFree=33010684/33010684
[pid=14667] ppid=14664 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/14667/stat : 14667 (scip-naps-1.00.) S 14664 14667 11315 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 29968340 4292608 736 18446744073709551615 94330876170240 94330877064773 140727858698752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94330877303824 94330877351568 94330904256512 140727858706849 140727858706946 140727858706946 140727858712548 0
/proc/14667/statm: 1048 736 672 219 0 110 0
[pid=14672] ppid=14667 vsize=3172928 memory=1937964 CPUtime=500.51 cores=0,2
/proc/14672/stat : 14672 (python3) S 14667 14667 11315 0 -1 4194304 468999 0 0 0 49963 88 0 0 20 0 1 0 29968343 3249078272 484491 18446744073709551615 94589827342336 94589827342713 140735653817520 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94589827354008 94589827354628 94589852184576 140735653824856 140735653825058 140735653825058 140735653830631 0
/proc/14672/statm: 793232 484491 8105 1 0 764590 0
[pid=14749] ppid=14672 vsize=1093292 memory=959600 CPUtime=571.33 cores=0,2
/proc/14749/stat : 14749 (naps-1.03a6) R 14672 14749 14749 0 -1 4194304 203450 0 0 0 56925 208 0 0 20 0 1 0 30018555 1119531008 239900 18446744073709551615 4198400 7047149 140728543935744 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 9138176 140728543943057 140728543943155 140728543943155 140728543948745 0
/proc/14749/statm: 273323 239900 544 696 0 272484 0
Current children cumulated CPU time: 1071.84 s
Current children cumulated vsize: 4270412 KiB
Current children cumulated memory: 2900508 KiB

[startup+1081.6 s]
/proc/loadavg: 3.31 3.79 3.46 4/251 14859
/proc/meminfo: memFree=123035676/131382116 swapFree=33010684/33010684
[pid=14667] ppid=14664 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/14667/stat : 14667 (scip-naps-1.00.) S 14664 14667 11315 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 29968340 4292608 736 18446744073709551615 94330876170240 94330877064773 140727858698752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94330877303824 94330877351568 94330904256512 140727858706849 140727858706946 140727858706946 140727858712548 0
/proc/14667/statm: 1048 736 672 219 0 110 0
[pid=14672] ppid=14667 vsize=3172928 memory=1937964 CPUtime=500.51 cores=0,2
/proc/14672/stat : 14672 (python3) S 14667 14667 11315 0 -1 4194304 468999 0 0 0 49963 88 0 0 20 0 1 0 29968343 3249078272 484491 18446744073709551615 94589827342336 94589827342713 140735653817520 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94589827354008 94589827354628 94589852184576 140735653824856 140735653825058 140735653825058 140735653830631 0
/proc/14672/statm: 793232 484491 8105 1 0 764590 0
[pid=14749] ppid=14672 vsize=1093292 memory=914544 CPUtime=577.71 cores=0,2
/proc/14749/stat : 14749 (naps-1.03a6) R 14672 14749 14749 0 -1 4194304 204497 0 0 0 57561 210 0 0 20 0 1 0 30018555 1119531008 228636 18446744073709551615 4198400 7047149 140728543935744 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 9138176 140728543943057 140728543943155 140728543943155 140728543948745 0
/proc/14749/statm: 273323 228636 544 696 0 272484 0
Current children cumulated CPU time: 1078.22 s
Current children cumulated vsize: 4270412 KiB
Current children cumulated memory: 2855452 KiB

[startup+1088 s]*
/proc/loadavg: 3.26 3.77 3.45 4/251 14860
/proc/meminfo: memFree=122978348/131382116 swapFree=33010684/33010684
[pid=14667] ppid=14664 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/14667/stat : 14667 (scip-naps-1.00.) S 14664 14667 11315 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 29968340 4292608 736 18446744073709551615 94330876170240 94330877064773 140727858698752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94330877303824 94330877351568 94330904256512 140727858706849 140727858706946 140727858706946 140727858712548 0
/proc/14667/statm: 1048 736 672 219 0 110 0
[pid=14672] ppid=14667 vsize=3172928 memory=1937964 CPUtime=500.51 cores=0,2
/proc/14672/stat : 14672 (python3) S 14667 14667 11315 0 -1 4194304 468999 0 0 0 49963 88 0 0 20 0 1 0 29968343 3249078272 484491 18446744073709551615 94589827342336 94589827342713 140735653817520 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94589827354008 94589827354628 94589852184576 140735653824856 140735653825058 140735653825058 140735653830631 0
/proc/14672/statm: 793232 484491 8105 1 0 764590 0
[pid=14749] ppid=14672 vsize=1093292 memory=943216 CPUtime=584.09 cores=0,2
/proc/14749/stat : 14749 (naps-1.03a6) R 14672 14749 14749 0 -1 4194304 205558 0 0 0 58197 212 0 0 20 0 1 0 30018555 1119531008 235804 18446744073709551615 4198400 7047149 140728543935744 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 9138176 140728543943057 140728543943155 140728543943155 140728543948745 0
/proc/14749/statm: 273323 235804 544 696 0 272484 0
Current children cumulated CPU time: 1084.6 s
Current children cumulated vsize: 4270412 KiB
Current children cumulated memory: 2884124 KiB

[startup+1089.6 s]
/proc/loadavg: 3.26 3.77 3.45 4/251 14860
/proc/meminfo: memFree=122966060/131382116 swapFree=33010684/33010684
[pid=14667] ppid=14664 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/14667/stat : 14667 (scip-naps-1.00.) S 14664 14667 11315 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 29968340 4292608 736 18446744073709551615 94330876170240 94330877064773 140727858698752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94330877303824 94330877351568 94330904256512 140727858706849 140727858706946 140727858706946 140727858712548 0
/proc/14667/statm: 1048 736 672 219 0 110 0
[pid=14672] ppid=14667 vsize=3172928 memory=1937964 CPUtime=500.51 cores=0,2
/proc/14672/stat : 14672 (python3) S 14667 14667 11315 0 -1 4194304 468999 0 0 0 49963 88 0 0 20 0 1 0 29968343 3249078272 484491 18446744073709551615 94589827342336 94589827342713 140735653817520 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94589827354008 94589827354628 94589852184576 140735653824856 140735653825058 140735653825058 140735653830631 0
/proc/14672/statm: 793232 484491 8105 1 0 764590 0
[pid=14749] ppid=14672 vsize=1093292 memory=951408 CPUtime=585.68 cores=0,2
/proc/14749/stat : 14749 (naps-1.03a6) R 14672 14749 14749 0 -1 4194304 205562 0 0 0 58355 213 0 0 20 0 1 0 30018555 1119531008 237852 18446744073709551615 4198400 7047149 140728543935744 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 9138176 140728543943057 140728543943155 140728543943155 140728543948745 0
/proc/14749/statm: 273323 237852 544 696 0 272484 0
Current children cumulated CPU time: 1086.19 s
Current children cumulated vsize: 4270412 KiB
Current children cumulated memory: 2892316 KiB

[startup+1091.2 s]
/proc/loadavg: 3.26 3.77 3.45 4/251 14860
/proc/meminfo: memFree=123368640/131382116 swapFree=33010684/33010684
[pid=14667] ppid=14664 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/14667/stat : 14667 (scip-naps-1.00.) S 14664 14667 11315 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 29968340 4292608 736 18446744073709551615 94330876170240 94330877064773 140727858698752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94330877303824 94330877351568 94330904256512 140727858706849 140727858706946 140727858706946 140727858712548 0
/proc/14667/statm: 1048 736 672 219 0 110 0
[pid=14672] ppid=14667 vsize=3172928 memory=1937964 CPUtime=1087.78 cores=0,2
/proc/14672/stat : 14672 (python3) R 14667 14667 11315 0 -1 4194304 568445 205584 0 0 49976 94 58494 214 20 0 1 0 29968343 3249078272 484491 18446744073709551615 94589827342336 94589827342713 140735653817520 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 94589827354008 94589827354628 94589852184576 140735653824856 140735653825058 140735653825058 140735653830631 0
/proc/14672/statm: 793232 484491 8105 1 0 764590 0
Current children cumulated CPU time: 1087.78 s
Current children cumulated vsize: 3177120 KiB
Current children cumulated memory: 1940908 KiB

[startup+1092 s]*
/proc/loadavg: 3.24 3.75 3.45 4/250 14860
/proc/meminfo: memFree=123898456/131382116 swapFree=33010684/33010684
[pid=14667] ppid=14664 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/14667/stat : 14667 (scip-naps-1.00.) S 14664 14667 11315 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 29968340 4292608 736 18446744073709551615 94330876170240 94330877064773 140727858698752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94330877303824 94330877351568 94330904256512 140727858706849 140727858706946 140727858706946 140727858712548 0
/proc/14667/statm: 1048 736 672 219 0 110 0
[pid=14672] ppid=14667 vsize=3167672 memory=1933224 CPUtime=1088.6 cores=0,2
/proc/14672/stat : 14672 (python3) R 14667 14667 11315 0 -1 4194304 675368 205584 0 0 50051 101 58494 214 20 0 1 0 29968343 3243696128 483306 18446744073709551615 94589827342336 94589827342713 140735653817520 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 94589827354008 94589827354628 94589852184576 140735653824856 140735653825058 140735653825058 140735653830631 0
/proc/14672/statm: 791918 483306 8105 1 0 763276 0
Current children cumulated CPU time: 1088.6 s
Current children cumulated vsize: 3171864 KiB
Current children cumulated memory: 1936168 KiB

[startup+1092.2 s]
/proc/loadavg: 3.24 3.75 3.45 4/250 14860
/proc/meminfo: memFree=123898456/131382116 swapFree=33010684/33010684
[pid=14667] ppid=14664 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/14667/stat : 14667 (scip-naps-1.00.) S 14664 14667 11315 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 29968340 4292608 736 18446744073709551615 94330876170240 94330877064773 140727858698752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94330877303824 94330877351568 94330904256512 140727858706849 140727858706946 140727858706946 140727858712548 0
/proc/14667/statm: 1048 736 672 219 0 110 0
[pid=14672] ppid=14667 vsize=3061812 memory=1869948 CPUtime=1088.78 cores=0,2
/proc/14672/stat : 14672 (python3) R 14667 14667 11315 0 -1 4194304 718129 205584 0 0 50067 103 58494 214 20 0 1 0 29968343 3135295488 467582 18446744073709551615 94589827342336 94589827342713 140735653817520 0 0 0 0 16781312 0 0 0 0 17 0 0 0 0 0 0 94589827354008 94589827354628 94589852184576 140735653824856 140735653825058 140735653825058 140735653830631 0
/proc/14672/statm: 765389 467487 8137 1 0 736747 0
Current children cumulated CPU time: 1088.78 s
Current children cumulated vsize: 3066004 KiB
Current children cumulated memory: 1872892 KiB

Child status: 0

Real time (s): 1092.29
CPU time (s): 1088.91
CPU user time (s): 1085.66
CPU system time (s): 3.24987
CPU usage (%): 99.6903
Max. virtual memory (cumulated for all children) (KiB): 5126044
Max. memory (cumulated for all children) (KiB): 3344792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1085.66
system time used= 3.24987
maximum resident set size= 1937964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 930769
page faults= 0
swaps= 0
block input operations= 0
block output operations= 22664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 352
involuntary context switches= 2510


# summary of solver processes directly reported to runsolver:
#   pid: 14667
#   total CPU time (s): 1088.91
#   total CPU user time (s): 1085.66
#   total CPU system time (s): 3.24987

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.93763 second user time and 11.3974 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-28 22:34:49
IDJOB=4491693
IDBENCH=147732
IDSOLVER=3368
FILE ID=nodeC010/4491693-1751142889
RUNJOBID= nodeC010-1751142855-14396
SLURM_JOB_ID= 9587410
Free space on /tmp= 433008 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4491693-1751142889/watcher-4491693-1751142889 -o /tmp/evaluation-result-4491693-1751142889/solver-4491693-1751142889 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751142855-14396 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4491693-1751142889.opb

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

MD5SUM BENCH= 62e5546fe4d774fb864c3bf961c813a7
RANDOM SEED=1524351098

nodeC010 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3491.685
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
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		: 3491.763
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
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		: 1196.998
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
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.491
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
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		: 3491.679
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
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		: 3491.606
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
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.246
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
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.834
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        126823168 kB
MemAvailable:   126492828 kB
Buffers:            3280 kB
Cached:           481956 kB
SwapCached:            0 kB
Active:          3579296 kB
Inactive:         224704 kB
Active(anon):    3336724 kB
Inactive(anon):        0 kB
Active(file):     242572 kB
Inactive(file):   224704 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             24208 kB
Writeback:             0 kB
AnonPages:       3321860 kB
Mapped:           125148 kB
Shmem:             17960 kB
KReclaimable:      84024 kB
Slab:             162652 kB
SReclaimable:      84024 kB
SUnreclaim:        78628 kB
KernelStack:        4156 kB
PageTables:        10228 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7080116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149528 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    282624 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432984 MiB
End job on nodeC010 at 2025-06-28 22:53:02