Trace number 4529775

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.00a2UNSAT 1212.82 1216.42

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
MD5SUM911cf7319fa5fa56cdd8e7a94536c536
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 benchmark43.6526
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables168111
Total number of constraints487525
Number of constraints which are clauses468727
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints18798
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

560.60/562.13	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4529775-1752253243.opb
560.60/562.13	c Solving mode: decision
560.60/562.13	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
560.60/562.13	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
560.60/562.13	c original problem has 168111 variables (168111 bin, 0 int, 0 impl, 0 cont) and 487525 constraints
560.60/562.13	c presolving:
560.60/562.13	c (round 1, fast)       3721 del vars, 36 del conss, 0 add conss, 1 chg bounds, 9399 chg sides, 18798 chg coeffs, 0 upgd conss, 0 impls, 306157 clqs
560.60/562.13	c (round 2, fast)       7423 del vars, 10819 del conss, 0 add conss, 1 chg bounds, 9399 chg sides, 18798 chg coeffs, 0 upgd conss, 0 impls, 306479 clqs
560.60/562.13	c (round 3, medium)     9917 del vars, 10819 del conss, 0 add conss, 1 chg bounds, 9399 chg sides, 18798 chg coeffs, 0 upgd conss, 0 impls, 301059 clqs
560.60/562.13	c (round 4, fast)       10848 del vars, 17266 del conss, 0 add conss, 92 chg bounds, 9399 chg sides, 18798 chg coeffs, 0 upgd conss, 0 impls, 301318 clqs
560.60/562.13	c (round 5, exhaustive) 10848 del vars, 17609 del conss, 0 add conss, 92 chg bounds, 9399 chg sides, 18798 chg coeffs, 469571 upgd conss, 0 impls, 301318 clqs
560.60/562.13	c (round 6, fast)       11191 del vars, 17952 del conss, 0 add conss, 92 chg bounds, 9399 chg sides, 18798 chg coeffs, 469571 upgd conss, 0 impls, 300632 clqs
560.60/562.13	c (round 7, exhaustive) 11191 del vars, 468375 del conss, 150140 add conss, 92 chg bounds, 9399 chg sides, 18798 chg coeffs, 469571 upgd conss, 0 impls, 300632 clqs
560.60/562.13	c (round 8, exhaustive) 11829 del vars, 468505 del conss, 150270 add conss, 92 chg bounds, 9399 chg sides, 18798 chg coeffs, 469571 upgd conss, 0 impls, 299159 clqs
560.60/562.13	c (round 9, fast)       12227 del vars, 468683 del conss, 150270 add conss, 92 chg bounds, 9399 chg sides, 18976 chg coeffs, 469571 upgd conss, 0 impls, 298961 clqs
560.60/562.13	c (round 10, exhaustive) 12249 del vars, 469015 del conss, 150580 add conss, 92 chg bounds, 9399 chg sides, 18976 chg coeffs, 469571 upgd conss, 0 impls, 298917 clqs
560.60/562.13	c (round 11, exhaustive) 13360 del vars, 469053 del conss, 150580 add conss, 92 chg bounds, 9399 chg sides, 18976 chg coeffs, 469573 upgd conss, 0 impls, 321003 clqs
560.60/562.13	c (round 12, fast)       13718 del vars, 469412 del conss, 150580 add conss, 92 chg bounds, 9399 chg sides, 19334 chg coeffs, 469794 upgd conss, 0 impls, 320287 clqs
560.60/562.13	c (round 13, exhaustive) 15132 del vars, 469424 del conss, 150592 add conss, 92 chg bounds, 9399 chg sides, 19334 chg coeffs, 469794 upgd conss, 0 impls, 353020 clqs
560.60/562.13	c (round 14, fast)       15521 del vars, 469814 del conss, 150592 add conss, 92 chg bounds, 9399 chg sides, 19723 chg coeffs, 470016 upgd conss, 0 impls, 352216 clqs
560.60/562.13	c    (9.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
560.60/562.13	c    (9.5s) no symmetry present (symcode time: 0.17)
560.60/562.13	c presolving (15 rounds: 15 fast, 8 medium, 7 exhaustive):
560.60/562.13	c  15607 deleted vars, 469872 deleted constraints, 150649 added constraints, 92 tightened bounds, 0 added holes, 9399 changed sides, 19723 changed coefficients
560.60/562.13	c  0 implications, 358633 cliques
560.60/562.13	c presolved problem has 157245 variables (157245 bin, 0 int, 0 impl, 0 cont) and 166051 constraints
560.60/562.13	c   18798 constraints of type <knapsack>
560.60/562.13	c    1267 constraints of type <setppc>
560.60/562.13	c  145983 constraints of type <and>
560.60/562.13	c       3 constraints of type <logicor>
560.60/562.13	c transformed objective value is always integral (scale: 1)
560.60/562.13	c Presolving Time: 8.74
560.60/562.13	c 
560.60/562.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
560.60/562.13	c  27.0s|     1 |     0 | 13247 |     - |  1864M |   0 | 157k| 166k| 311k|   0 |  0 |  31 |   0 | 0.000000e+00 |      --      |    Inf | unknown
560.60/562.13	c   177s|     1 |     0 | 46848 |     - |  1951M |   0 | 157k| 166k| 312k| 428 |  1 |  33 |   0 | 0.000000e+00 |      --      |    Inf | unknown
560.60/562.13	c   445s|     1 |     0 | 62342 |     - |  1991M |   0 | 157k| 166k| 313k|1382 |  2 |  34 |   0 | 0.000000e+00 |      --      |    Inf | unknown
560.60/562.13	c   560s|     1 |     0 | 62342 |     - |  1992M |   0 | 157k| 166k| 315k|3337 |  3 |  37 |   0 | 0.000000e+00 |      --      |    Inf | unknown
560.60/562.13	c (node 1) LP solver hit time limit in LP 6 -- using pseudo solution instead
560.60/562.13	c 
560.60/562.13	c SCIP Status        : solving was interrupted [time limit reached]
560.60/562.13	c Solving Time (sec) : 560.25
560.60/562.13	c Solving Nodes      : 1
560.60/562.13	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
560.60/562.13	c Dual Bound         : +0.00000000000000e+00
560.60/562.13	c Gap                : infinite
560.60/562.13	c ----------------------------------------------------------------------
560.60/562.13	c dual bound: 0.0 -> 0
560.60/562.13	c primal bound: 1e+20 -> 100000000000000000000
560.60/562.13	c scip-goal-lb: 0
560.60/562.13	c scip-goal-ub: 100000000000000000000
560.60/562.13	c writing output to: HOME/tmpute8vi77.opb
560.60/562.13	c appending fixed variable constraints
560.60/562.13	c scip-fixed vars: 4.83% (7589/157245)
560.60/562.13	c ----------------------------------------------------------------------
560.60/562.13	c executing external solver: HOME/naps-1.03a6
560.60/562.13	c ----------------------------------------------------------------------
560.60/562.13	c command: HOME/naps-1.03a6 HOME/tmpute8vi77.opb
560.60/562.19	c NaPS 1.03a6.
560.60/562.19	c Input file name: HOME/tmpute8vi77.opb
1210.69/1214.37	c s UNSATISFIABLE
1210.69/1214.37	c _____________________________________________________________________________
1210.69/1214.37	c std/band forms        : 18798,0
1210.69/1214.37	c 2cl/3cl ITE-codings   : 1973604,0
1210.69/1214.37	c BDD/srt/adr Max costs : 292,0,0
1210.69/1214.37	c BDDraw/bin/mul/srt/adr: 562,0,18236,0,0
1210.69/1214.37	c BDD nodes             : 2872940
1210.69/1214.37	c Es1/CC detections     : 0,0
1210.69/1214.37	c CC sort               : 0
1210.69/1214.37	c SAT/UNSAT calls       : 0,1
1210.69/1214.37	c regenrated variables  : 0
1210.69/1214.37	c eliminated fixed lits : 14581
1210.69/1214.37	c goal lit flips        : 0
1210.69/1214.37	c goal stages           : 0
1210.69/1214.37	c goal shrink           : 0
1210.69/1214.37	c goal coeff separations: 0
1210.69/1214.37	c restarts              : 34498
1210.69/1214.37	c conflicts             : 842031         (1300 /sec)
1210.69/1214.37	c decisions             : 23827139       (36781 /sec)
1210.69/1214.37	c propagations          : 2851817494     (4402243 /sec)
1210.69/1214.37	c inspects              : 0              (0 /sec)
1210.69/1214.37	c CPU time (solving tm) : 647.8 s        (625.9 s, SAT 0 s, UNSAT 625.9 s)
1210.69/1214.37	c Time for Opt-base     : 9.021 s
1210.69/1214.37	c Steps for Opt-base    : 32318649
1210.69/1214.37	c Time for BDD coding   : 16.92 s
1210.69/1214.37	c Time for srt coding   : 0 s
1210.69/1214.37	c _____________________________________________________________________________
1210.79/1214.47	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: 63665 MiB (59913 MiB free)
  memory of node 1: 64507 MiB (53361 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4529775-1752253243/watcher-4529775-1752253243 -o /tmp/evaluation-result-4529775-1752253243/solver-4529775-1752253243 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1752253229-122405 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4529775-1752253243.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=122865, runsolver pid=122862

[startup+0.100063 s]*
/proc/loadavg: 1.89 1.32 1.80 5/269 122870
/proc/meminfo: memFree=115993200/131249996 swapFree=33010684/33010684
[pid=122865] ppid=122862 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122865/stat : 122865 (scip-naps-1.00a) S 122862 122865 121570 0 -1 4194304 256 344 0 0 0 0 0 0 20 0 1 0 141002280 4292608 736 18446744073709551615 94289052741632 94289053636165 140731757022768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94289053875216 94289053922960 94289063043072 140731757025691 140731757025790 140731757025790 140731757031394 0
/proc/122865/statm: 1048 736 672 219 0 110 0
[pid=122870] ppid=122865 vsize=1186100 memory=30692 CPUtime=0.06 cores=5,7
/proc/122870/stat : 122870 (python3) R 122865 122865 121570 0 -1 4194304 3492 0 0 0 5 1 0 0 20 0 1 0 141002283 1214566400 7673 18446744073709551615 94816466173952 94816466174329 140733580023008 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94816466185624 94816466186244 94816479072256 140733580032335 140733580032544 140733580032544 140733580038119 0
/proc/122870/statm: 296525 7673 4800 1 0 268593 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 1190292 KiB
Current children cumulated memory: 33636 KiB

[startup+0.205671 s]*
/proc/loadavg: 1.89 1.32 1.80 5/269 122870
/proc/meminfo: memFree=115965984/131249996 swapFree=33010684/33010684
[pid=122865] ppid=122862 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122865/stat : 122865 (scip-naps-1.00a) S 122862 122865 121570 0 -1 4194304 256 344 0 0 0 0 0 0 20 0 1 0 141002280 4292608 736 18446744073709551615 94289052741632 94289053636165 140731757022768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94289053875216 94289053922960 94289063043072 140731757025691 140731757025790 140731757025790 140731757031394 0
/proc/122865/statm: 1048 736 672 219 0 110 0
[pid=122870] ppid=122865 vsize=1222060 memory=73956 CPUtime=0.16 cores=5,7
/proc/122870/stat : 122870 (python3) R 122865 122865 121570 0 -1 4194304 11690 0 0 0 14 2 0 0 20 0 1 0 141002283 1251389440 18489 18446744073709551615 94816466173952 94816466174329 140733580023008 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94816466185624 94816466186244 94816479072256 140733580032335 140733580032544 140733580032544 140733580038119 0
/proc/122870/statm: 305515 18489 7648 1 0 276873 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 1226252 KiB
Current children cumulated memory: 76900 KiB

[startup+0.305733 s]*
/proc/loadavg: 1.89 1.32 1.80 5/269 122870
/proc/meminfo: memFree=115924656/131249996 swapFree=33010684/33010684
[pid=122865] ppid=122862 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122865/stat : 122865 (scip-naps-1.00a) S 122862 122865 121570 0 -1 4194304 256 344 0 0 0 0 0 0 20 0 1 0 141002280 4292608 736 18446744073709551615 94289052741632 94289053636165 140731757022768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94289053875216 94289053922960 94289063043072 140731757025691 140731757025790 140731757025790 140731757031394 0
/proc/122865/statm: 1048 736 672 219 0 110 0
[pid=122870] ppid=122865 vsize=1262820 memory=113892 CPUtime=0.25 cores=5,7
/proc/122870/stat : 122870 (python3) R 122865 122865 121570 0 -1 4194304 21679 0 0 0 22 3 0 0 20 0 1 0 141002283 1293127680 28473 18446744073709551615 94816466173952 94816466174329 140733580023008 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94816466185624 94816466186244 94816479072256 140733580032335 140733580032544 140733580032544 140733580038119 0
/proc/122870/statm: 315705 28473 7648 1 0 287063 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 1267012 KiB
Current children cumulated memory: 116836 KiB

[startup+0.700206 s]
/proc/loadavg: 1.89 1.32 1.80 5/269 122870
/proc/meminfo: memFree=115835952/131249996 swapFree=33010684/33010684
[pid=122865] ppid=122862 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122865/stat : 122865 (scip-naps-1.00a) S 122862 122865 121570 0 -1 4194304 256 344 0 0 0 0 0 0 20 0 1 0 141002280 4292608 736 18446744073709551615 94289052741632 94289053636165 140731757022768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94289053875216 94289053922960 94289063043072 140731757025691 140731757025790 140731757025790 140731757031394 0
/proc/122865/statm: 1048 736 672 219 0 110 0
[pid=122870] ppid=122865 vsize=1412508 memory=263248 CPUtime=0.65 cores=5,7
/proc/122870/stat : 122870 (python3) R 122865 122865 121570 0 -1 4194304 58529 0 0 0 56 9 0 0 20 0 1 0 141002283 1446408192 65812 18446744073709551615 94816466173952 94816466174329 140733580023008 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94816466185624 94816466186244 94816479072256 140733580032335 140733580032544 140733580032544 140733580038119 0
/proc/122870/statm: 353127 65812 7648 1 0 324485 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 1416700 KiB
Current children cumulated memory: 266192 KiB

[startup+1.5002 s]
/proc/loadavg: 1.89 1.32 1.80 5/269 122870
/proc/meminfo: memFree=115601736/131249996 swapFree=33010684/33010684
[pid=122865] ppid=122862 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122865/stat : 122865 (scip-naps-1.00a) S 122862 122865 121570 0 -1 4194304 256 344 0 0 0 0 0 0 20 0 1 0 141002280 4292608 736 18446744073709551615 94289052741632 94289053636165 140731757022768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94289053875216 94289053922960 94289063043072 140731757025691 140731757025790 140731757025790 140731757031394 0
/proc/122865/statm: 1048 736 672 219 0 110 0
[pid=122870] ppid=122865 vsize=1801840 memory=653048 CPUtime=1.44 cores=5,7
/proc/122870/stat : 122870 (python3) R 122865 122865 121570 0 -1 4194304 155316 0 0 0 121 23 0 0 20 0 1 0 141002283 1845084160 163262 18446744073709551615 94816466173952 94816466174329 140733580023008 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94816466185624 94816466186244 94816479072256 140733580032335 140733580032544 140733580032544 140733580038119 0
/proc/122870/statm: 450460 163262 7808 1 0 421818 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 1806032 KiB
Current children cumulated memory: 655992 KiB

[startup+3.10556 s]
/proc/loadavg: 1.89 1.32 1.80 5/269 122870
/proc/meminfo: memFree=114904076/131249996 swapFree=33010684/33010684
[pid=122865] ppid=122862 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122865/stat : 122865 (scip-naps-1.00a) S 122862 122865 121570 0 -1 4194304 256 344 0 0 0 0 0 0 20 0 1 0 141002280 4292608 736 18446744073709551615 94289052741632 94289053636165 140731757022768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94289053875216 94289053922960 94289063043072 140731757025691 140731757025790 140731757025790 140731757031394 0
/proc/122865/statm: 1048 736 672 219 0 110 0
[pid=122870] ppid=122865 vsize=2224440 memory=1058804 CPUtime=3.04 cores=5,7
/proc/122870/stat : 122870 (python3) R 122865 122865 121570 0 -1 4194304 245485 0 0 0 267 37 0 0 20 0 1 0 141002283 2277826560 264701 18446744073709551615 94816466173952 94816466174329 140733580023008 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94816466185624 94816466186244 94816479072256 140733580032335 140733580032544 140733580032544 140733580038119 0
/proc/122870/statm: 556110 264701 7904 1 0 527468 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 2228632 KiB
Current children cumulated memory: 1061748 KiB

[startup+6.3002 s]
/proc/loadavg: 2.06 1.36 1.81 5/269 122870
/proc/meminfo: memFree=114566808/131249996 swapFree=33010684/33010684
[pid=122865] ppid=122862 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122865/stat : 122865 (scip-naps-1.00a) S 122862 122865 121570 0 -1 4194304 256 344 0 0 0 0 0 0 20 0 1 0 141002280 4292608 736 18446744073709551615 94289052741632 94289053636165 140731757022768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94289053875216 94289053922960 94289063043072 140731757025691 140731757025790 140731757025790 140731757031394 0
/proc/122865/statm: 1048 736 672 219 0 110 0
[pid=122870] ppid=122865 vsize=2563176 memory=1397100 CPUtime=6.23 cores=5,7
/proc/122870/stat : 122870 (python3) R 122865 122865 121570 0 -1 4194304 322685 0 0 0 572 51 0 0 20 0 1 0 141002283 2624692224 349275 18446744073709551615 94816466173952 94816466174329 140733580023008 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94816466185624 94816466186244 94816479072256 140733580032335 140733580032544 140733580032544 140733580038119 0
/proc/122870/statm: 640794 349275 7968 1 0 612152 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 2567368 KiB
Current children cumulated memory: 1400044 KiB

[startup+12.7002 s]
/proc/loadavg: 2.21 1.40 1.82 5/269 122870
/proc/meminfo: memFree=113924608/131249996 swapFree=33010684/33010684
[pid=122865] ppid=122862 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122865/stat : 122865 (scip-naps-1.00a) S 122862 122865 121570 0 -1 4194304 256 344 0 0 0 0 0 0 20 0 1 0 141002280 4292608 736 18446744073709551615 94289052741632 94289053636165 140731757022768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94289053875216 94289053922960 94289063043072 140731757025691 140731757025790 140731757025790 140731757031394 0
/proc/122865/statm: 1048 736 672 219 0 110 0
[pid=122870] ppid=122865 vsize=3181412 memory=1952104 CPUtime=12.61 cores=5,7
/proc/122870/stat : 122870 (python3) R 122865 122865 121570 0 -1 4194304 440963 0 0 0 1186 75 0 0 20 0 1 0 141002283 3257765888 488026 18446744073709551615 94816466173952 94816466174329 140733580023008 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94816466185624 94816466186244 94816479072256 140733580032335 140733580032544 140733580032544 140733580038119 0
/proc/122870/statm: 795353 488026 8096 1 0 766711 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 3185604 KiB
Current children cumulated memory: 1955048 KiB

[startup+25.5002 s]
/proc/loadavg: 2.68 1.55 1.86 5/269 122881
/proc/meminfo: memFree=113808932/131249996 swapFree=33010684/33010684
[pid=122865] ppid=122862 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122865/stat : 122865 (scip-naps-1.00a) S 122862 122865 121570 0 -1 4194304 256 344 0 0 0 0 0 0 20 0 1 0 141002280 4292608 736 18446744073709551615 94289052741632 94289053636165 140731757022768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94289053875216 94289053922960 94289063043072 140731757025691 140731757025790 140731757025790 140731757031394 0
/proc/122865/statm: 1048 736 672 219 0 110 0
[pid=122870] ppid=122865 vsize=3325584 memory=2053448 CPUtime=25.37 cores=5,7
/proc/122870/stat : 122870 (python3) R 122865 122865 121570 0 -1 4194304 462331 0 0 0 2458 79 0 0 20 0 1 0 141002283 3405398016 513362 18446744073709551615 94816466173952 94816466174329 140733580023008 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94816466185624 94816466186244 94816479072256 140733580032335 140733580032544 140733580032544 140733580038119 0
/proc/122870/statm: 831396 513362 8128 1 0 802754 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 3329776 KiB
Current children cumulated memory: 2056392 KiB

[startup+51.1056 s]
/proc/loadavg: 3.13 1.75 1.92 5/269 122882
/proc/meminfo: memFree=113735920/131249996 swapFree=33010684/33010684
[pid=122865] ppid=122862 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122865/stat : 122865 (scip-naps-1.00a) S 122862 122865 121570 0 -1 4194304 256 344 0 0 0 0 0 0 20 0 1 0 141002280 4292608 736 18446744073709551615 94289052741632 94289053636165 140731757022768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94289053875216 94289053922960 94289063043072 140731757025691 140731757025790 140731757025790 140731757031394 0
/proc/122865/statm: 1048 736 672 219 0 110 0
[pid=122870] ppid=122865 vsize=3383524 memory=2116668 CPUtime=50.91 cores=5,7
/proc/122870/stat : 122870 (python3) R 122865 122865 121570 0 -1 4194304 471684 0 0 0 5008 83 0 0 20 0 1 0 141002283 3464728576 529167 18446744073709551615 94816466173952 94816466174329 140733580023008 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94816466185624 94816466186244 94816479072256 140733580032335 140733580032544 140733580032544 140733580038119 0
/proc/122870/statm: 845881 529167 8128 1 0 817239 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 3387716 KiB
Current children cumulated memory: 2119612 KiB

[startup+102.3 s]
/proc/loadavg: 3.66 2.11 2.04 5/269 122883
/proc/meminfo: memFree=113248984/131249996 swapFree=33010684/33010684
[pid=122865] ppid=122862 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122865/stat : 122865 (scip-naps-1.00a) S 122862 122865 121570 0 -1 4194304 256 344 0 0 0 0 0 0 20 0 1 0 141002280 4292608 736 18446744073709551615 94289052741632 94289053636165 140731757022768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94289053875216 94289053922960 94289063043072 140731757025691 140731757025790 140731757025790 140731757031394 0
/proc/122865/statm: 1048 736 672 219 0 110 0
[pid=122870] ppid=122865 vsize=3546532 memory=2291232 CPUtime=101.96 cores=5,7
/proc/122870/stat : 122870 (python3) R 122865 122865 121570 0 -1 4194304 643575 0 0 0 10085 111 0 0 20 0 1 0 141002283 3631648768 572808 18446744073709551615 94816466173952 94816466174329 140733580023008 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94816466185624 94816466186244 94816479072256 140733580032335 140733580032544 140733580032544 140733580038119 0
/proc/122870/statm: 886633 572808 8160 1 0 857991 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 3550724 KiB
Current children cumulated memory: 2294176 KiB

[startup+162.3 s]
/proc/loadavg: 3.91 2.47 2.17 5/268 122885
/proc/meminfo: memFree=113410300/131249996 swapFree=33010684/33010684
[pid=122865] ppid=122862 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122865/stat : 122865 (scip-naps-1.00a) S 122862 122865 121570 0 -1 4194304 256 344 0 0 0 0 0 0 20 0 1 0 141002280 4292608 736 18446744073709551615 94289052741632 94289053636165 140731757022768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94289053875216 94289053922960 94289063043072 140731757025691 140731757025790 140731757025790 140731757031394 0
/proc/122865/statm: 1048 736 672 219 0 110 0
[pid=122870] ppid=122865 vsize=3546532 memory=2291232 CPUtime=161.8 cores=5,7
/proc/122870/stat : 122870 (python3) R 122865 122865 121570 0 -1 4194304 643575 0 0 0 16069 111 0 0 20 0 1 0 141002283 3631648768 572808 18446744073709551615 94816466173952 94816466174329 140733580023008 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94816466185624 94816466186244 94816479072256 140733580032335 140733580032544 140733580032544 140733580038119 0
/proc/122870/statm: 886633 572808 8160 1 0 857991 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 3550724 KiB
Current children cumulated memory: 2294176 KiB

[startup+222.3 s]
/proc/loadavg: 4.01 2.77 2.29 5/270 122890
/proc/meminfo: memFree=113355960/131249996 swapFree=33010684/33010684
[pid=122865] ppid=122862 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122865/stat : 122865 (scip-naps-1.00a) S 122862 122865 121570 0 -1 4194304 256 344 0 0 0 0 0 0 20 0 1 0 141002280 4292608 736 18446744073709551615 94289052741632 94289053636165 140731757022768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94289053875216 94289053922960 94289063043072 140731757025691 140731757025790 140731757025790 140731757031394 0
/proc/122865/statm: 1048 736 672 219 0 110 0
[pid=122870] ppid=122865 vsize=3546532 memory=2293792 CPUtime=221.65 cores=5,7
/proc/122870/stat : 122870 (python3) R 122865 122865 121570 0 -1 4194304 645409 0 0 0 22053 112 0 0 20 0 1 0 141002283 3631648768 573448 18446744073709551615 94816466173952 94816466174329 140733580023008 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94816466185624 94816466186244 94816479072256 140733580032335 140733580032544 140733580032544 140733580038119 0
/proc/122870/statm: 886633 573448 8160 1 0 857991 0
Current children cumulated CPU time: 221.65 s

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


[startup+1062.3 s]
/proc/loadavg: 4.09 4.02 3.39 5/272 122939
/proc/meminfo: memFree=106819016/131249996 swapFree=33010684/33010684
[pid=122865] ppid=122862 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122865/stat : 122865 (scip-naps-1.00a) S 122862 122865 121570 0 -1 4194304 256 344 0 0 0 0 0 0 20 0 1 0 141002280 4292608 736 18446744073709551615 94289052741632 94289053636165 140731757022768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94289053875216 94289053922960 94289063043072 140731757025691 140731757025790 140731757025790 140731757031394 0
/proc/122865/statm: 1048 736 672 219 0 110 0
[pid=122870] ppid=122865 vsize=3655360 memory=2396140 CPUtime=560.66 cores=5,7
/proc/122870/stat : 122870 (python3) S 122865 122865 121570 0 -1 4194304 672201 0 0 0 55936 130 0 0 20 0 1 0 141002283 3743088640 599035 18446744073709551615 94816466173952 94816466174329 140733580023008 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94816466185624 94816466186244 94816479072256 140733580032335 140733580032544 140733580032544 140733580038119 0
/proc/122870/statm: 913840 599035 8192 1 0 885198 0
[pid=122910] ppid=122870 vsize=1446696 memory=1147108 CPUtime=498.51 cores=5,7
/proc/122910/stat : 122910 (naps-1.03a6) R 122870 122910 122910 0 -1 4194304 197290 0 0 0 49658 193 0 0 20 0 1 0 141058496 1481416704 286777 18446744073709551615 4198400 7047149 140726260959024 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 36528128 140726260963727 140726260963825 140726260963825 140726260969417 0
/proc/122910/statm: 361674 286777 544 696 0 360835 0
Current children cumulated CPU time: 1059.17 s
Current children cumulated vsize: 5106248 KiB
Current children cumulated memory: 3546192 KiB

[startup+1122.3 s]
/proc/loadavg: 4.08 4.03 3.44 5/272 122941
/proc/meminfo: memFree=101561120/131249996 swapFree=33010684/33010684
[pid=122865] ppid=122862 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122865/stat : 122865 (scip-naps-1.00a) S 122862 122865 121570 0 -1 4194304 256 344 0 0 0 0 0 0 20 0 1 0 141002280 4292608 736 18446744073709551615 94289052741632 94289053636165 140731757022768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94289053875216 94289053922960 94289063043072 140731757025691 140731757025790 140731757025790 140731757031394 0
/proc/122865/statm: 1048 736 672 219 0 110 0
[pid=122870] ppid=122865 vsize=3655360 memory=2396140 CPUtime=560.66 cores=5,7
/proc/122870/stat : 122870 (python3) S 122865 122865 121570 0 -1 4194304 672201 0 0 0 55936 130 0 0 20 0 1 0 141002283 3743088640 599035 18446744073709551615 94816466173952 94816466174329 140733580023008 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94816466185624 94816466186244 94816479072256 140733580032335 140733580032544 140733580032544 140733580038119 0
/proc/122870/statm: 913840 599035 8192 1 0 885198 0
[pid=122910] ppid=122870 vsize=1184552 memory=1034472 CPUtime=558.31 cores=5,7
/proc/122910/stat : 122910 (naps-1.03a6) R 122870 122910 122910 0 -1 4194304 201613 0 0 0 55627 204 0 0 20 0 1 0 141058496 1212981248 258618 18446744073709551615 4198400 7047149 140726260959024 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 36528128 140726260963727 140726260963825 140726260963825 140726260969417 0
/proc/122910/statm: 296138 258618 544 696 0 295299 0
Current children cumulated CPU time: 1118.97 s
Current children cumulated vsize: 4844104 KiB
Current children cumulated memory: 3433556 KiB

[startup+1182.3 s]
/proc/loadavg: 4.15 4.05 3.49 6/272 122943
/proc/meminfo: memFree=100325684/131249996 swapFree=33010684/33010684
[pid=122865] ppid=122862 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122865/stat : 122865 (scip-naps-1.00a) S 122862 122865 121570 0 -1 4194304 256 344 0 0 0 0 0 0 20 0 1 0 141002280 4292608 736 18446744073709551615 94289052741632 94289053636165 140731757022768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94289053875216 94289053922960 94289063043072 140731757025691 140731757025790 140731757025790 140731757031394 0
/proc/122865/statm: 1048 736 672 219 0 110 0
[pid=122870] ppid=122865 vsize=3655360 memory=2396140 CPUtime=560.66 cores=5,7
/proc/122870/stat : 122870 (python3) S 122865 122865 121570 0 -1 4194304 672201 0 0 0 55936 130 0 0 20 0 1 0 141002283 3743088640 599035 18446744073709551615 94816466173952 94816466174329 140733580023008 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94816466185624 94816466186244 94816479072256 140733580032335 140733580032544 140733580032544 140733580038119 0
/proc/122870/statm: 913840 599035 8192 1 0 885198 0
[pid=122910] ppid=122870 vsize=1184552 memory=1071336 CPUtime=618.12 cores=5,7
/proc/122910/stat : 122910 (naps-1.03a6) R 122870 122910 122910 0 -1 4194304 205890 0 0 0 61595 217 0 0 20 0 1 0 141058496 1212981248 267834 18446744073709551615 4198400 7047149 140726260959024 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 36528128 140726260963727 140726260963825 140726260963825 140726260969417 0
/proc/122910/statm: 296138 267834 544 696 0 295299 0
Current children cumulated CPU time: 1178.78 s
Current children cumulated vsize: 4844104 KiB
Current children cumulated memory: 3470420 KiB

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

# cumulated CPU time of all completed processes:  user=1208.89 s, system=3.92674 s

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

[startup+1203.2 s]
/proc/loadavg: 4.10 4.05 3.50 5/272 122944
/proc/meminfo: memFree=100803384/131249996 swapFree=33010684/33010684
[pid=122865] ppid=122862 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122865/stat : 122865 (scip-naps-1.00a) S 122862 122865 121570 0 -1 4194304 256 344 0 0 0 0 0 0 20 0 1 0 141002280 4292608 736 18446744073709551615 94289052741632 94289053636165 140731757022768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94289053875216 94289053922960 94289063043072 140731757025691 140731757025790 140731757025790 140731757031394 0
/proc/122865/statm: 1048 736 672 219 0 110 0
[pid=122870] ppid=122865 vsize=3655360 memory=2396140 CPUtime=560.66 cores=5,7
/proc/122870/stat : 122870 (python3) S 122865 122865 121570 0 -1 4194304 672201 0 0 0 55936 130 0 0 20 0 1 0 141002283 3743088640 599035 18446744073709551615 94816466173952 94816466174329 140733580023008 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94816466185624 94816466186244 94816479072256 140733580032335 140733580032544 140733580032544 140733580038119 0
/proc/122870/statm: 913840 599035 8192 1 0 885198 0
[pid=122910] ppid=122870 vsize=1184552 memory=1083624 CPUtime=638.96 cores=5,7
/proc/122910/stat : 122910 (naps-1.03a6) R 122870 122910 122910 0 -1 4194304 205972 0 0 0 63679 217 0 0 20 0 1 0 141058496 1212981248 270906 18446744073709551615 4198400 7047149 140726260959024 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 36528128 140726260963727 140726260963825 140726260963825 140726260969417 0
/proc/122910/statm: 296138 270906 544 696 0 295299 0
Current children cumulated CPU time: 1199.62 s
Current children cumulated vsize: 4844104 KiB
Current children cumulated memory: 3482708 KiB

[startup+1209.6 s]
/proc/loadavg: 4.10 4.05 3.50 6/272 122944
/proc/meminfo: memFree=100890504/131249996 swapFree=33010684/33010684
[pid=122865] ppid=122862 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122865/stat : 122865 (scip-naps-1.00a) S 122862 122865 121570 0 -1 4194304 256 344 0 0 0 0 0 0 20 0 1 0 141002280 4292608 736 18446744073709551615 94289052741632 94289053636165 140731757022768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94289053875216 94289053922960 94289063043072 140731757025691 140731757025790 140731757025790 140731757031394 0
/proc/122865/statm: 1048 736 672 219 0 110 0
[pid=122870] ppid=122865 vsize=3655360 memory=2396140 CPUtime=560.66 cores=5,7
/proc/122870/stat : 122870 (python3) S 122865 122865 121570 0 -1 4194304 672201 0 0 0 55936 130 0 0 20 0 1 0 141002283 3743088640 599035 18446744073709551615 94816466173952 94816466174329 140733580023008 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94816466185624 94816466186244 94816479072256 140733580032335 140733580032544 140733580032544 140733580038119 0
/proc/122870/statm: 913840 599035 8192 1 0 885198 0
[pid=122910] ppid=122870 vsize=1184552 memory=1026264 CPUtime=645.34 cores=5,7
/proc/122910/stat : 122910 (naps-1.03a6) R 122870 122910 122910 0 -1 4194304 209144 0 0 0 64307 227 0 0 20 0 1 0 141058496 1212981248 256566 18446744073709551615 4198400 7047149 140726260959024 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 36528128 140726260963727 140726260963825 140726260963825 140726260969417 0
/proc/122910/statm: 296138 256566 544 696 0 295299 0
Current children cumulated CPU time: 1206 s
Current children cumulated vsize: 4844104 KiB
Current children cumulated memory: 3425348 KiB

[startup+1212.8 s]
/proc/loadavg: 4.09 4.05 3.50 5/272 122944
/proc/meminfo: memFree=100686532/131249996 swapFree=33010684/33010684
[pid=122865] ppid=122862 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122865/stat : 122865 (scip-naps-1.00a) S 122862 122865 121570 0 -1 4194304 256 344 0 0 0 0 0 0 20 0 1 0 141002280 4292608 736 18446744073709551615 94289052741632 94289053636165 140731757022768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94289053875216 94289053922960 94289063043072 140731757025691 140731757025790 140731757025790 140731757031394 0
/proc/122865/statm: 1048 736 672 219 0 110 0
[pid=122870] ppid=122865 vsize=3655360 memory=2396140 CPUtime=560.66 cores=5,7
/proc/122870/stat : 122870 (python3) S 122865 122865 121570 0 -1 4194304 672201 0 0 0 55936 130 0 0 20 0 1 0 141002283 3743088640 599035 18446744073709551615 94816466173952 94816466174329 140733580023008 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94816466185624 94816466186244 94816479072256 140733580032335 140733580032544 140733580032544 140733580038119 0
/proc/122870/statm: 913840 599035 8192 1 0 885198 0
[pid=122910] ppid=122870 vsize=1053480 memory=925916 CPUtime=648.53 cores=5,7
/proc/122910/stat : 122910 (naps-1.03a6) R 122870 122910 122910 0 -1 4194304 209631 0 0 0 64625 228 0 0 20 0 1 0 141058496 1078763520 231479 18446744073709551615 4198400 7047149 140726260959024 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 36528128 140726260963727 140726260963825 140726260963825 140726260969417 0
/proc/122910/statm: 263370 231479 544 696 0 262531 0
Current children cumulated CPU time: 1209.19 s
Current children cumulated vsize: 4713032 KiB
Current children cumulated memory: 3325000 KiB

[startup+1214.4 s]
/proc/loadavg: 4.09 4.05 3.50 6/272 122944
/proc/meminfo: memFree=100659940/131249996 swapFree=33010684/33010684
[pid=122865] ppid=122862 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122865/stat : 122865 (scip-naps-1.00a) S 122862 122865 121570 0 -1 4194304 256 344 0 0 0 0 0 0 20 0 1 0 141002280 4292608 736 18446744073709551615 94289052741632 94289053636165 140731757022768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94289053875216 94289053922960 94289063043072 140731757025691 140731757025790 140731757025790 140731757031394 0
/proc/122865/statm: 1048 736 672 219 0 110 0
[pid=122870] ppid=122865 vsize=3655360 memory=2396140 CPUtime=560.66 cores=5,7
/proc/122870/stat : 122870 (python3) S 122865 122865 121570 0 -1 4194304 672215 0 0 0 55936 130 0 0 20 0 1 0 141002283 3743088640 599035 18446744073709551615 94816466173952 94816466174329 140733580023008 0 0 0 0 16781312 16386 1 0 0 17 7 0 0 0 0 0 94816466185624 94816466186244 94816479072256 140733580032335 140733580032544 140733580032544 140733580038119 0
/proc/122870/statm: 913840 599035 8192 1 0 885198 0
[pid=122910] ppid=122870 vsize=1184552 memory=1011932 CPUtime=650.13 cores=5,7
/proc/122910/stat : 122910 (naps-1.03a6) R 122870 122910 122910 0 -1 4194304 210200 0 0 0 64783 230 0 0 20 0 1 0 141058496 1212981248 252983 18446744073709551615 4198400 7047149 140726260959024 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 36528128 140726260963727 140726260963825 140726260963825 140726260969417 0
/proc/122910/statm: 296138 252983 544 696 0 295299 0
Current children cumulated CPU time: 1210.79 s
Current children cumulated vsize: 4844104 KiB
Current children cumulated memory: 3411016 KiB

[startup+1215.2 s]
/proc/loadavg: 4.08 4.04 3.51 5/271 122945
/proc/meminfo: memFree=101610084/131249996 swapFree=33010684/33010684
[pid=122865] ppid=122862 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122865/stat : 122865 (scip-naps-1.00a) S 122862 122865 121570 0 -1 4194304 256 344 0 0 0 0 0 0 20 0 1 0 141002280 4292608 736 18446744073709551615 94289052741632 94289053636165 140731757022768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94289053875216 94289053922960 94289063043072 140731757025691 140731757025790 140731757025790 140731757031394 0
/proc/122865/statm: 1048 736 672 219 0 110 0
[pid=122870] ppid=122865 vsize=3655360 memory=2396140 CPUtime=1211.57 cores=5,7
/proc/122870/stat : 122870 (python3) R 122865 122865 121570 0 -1 4194304 854543 210213 0 0 55999 139 64788 231 20 0 1 0 141002283 3743088640 599035 18446744073709551615 94816466173952 94816466174329 140733580023008 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94816466185624 94816466186244 94816479072256 140733580032335 140733580032544 140733580032544 140733580038119 0
/proc/122870/statm: 913840 599035 8192 1 0 885198 0
Current children cumulated CPU time: 1211.57 s
Current children cumulated vsize: 3659552 KiB
Current children cumulated memory: 2399084 KiB

[startup+1216 s]*
/proc/loadavg: 4.08 4.04 3.51 5/271 122945
/proc/meminfo: memFree=101589604/131249996 swapFree=33010684/33010684
[pid=122865] ppid=122862 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122865/stat : 122865 (scip-naps-1.00a) S 122862 122865 121570 0 -1 4194304 256 344 0 0 0 0 0 0 20 0 1 0 141002280 4292608 736 18446744073709551615 94289052741632 94289053636165 140731757022768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94289053875216 94289053922960 94289063043072 140731757025691 140731757025790 140731757025790 140731757031394 0
/proc/122865/statm: 1048 736 672 219 0 110 0
[pid=122870] ppid=122865 vsize=3650820 memory=2392408 CPUtime=1212.37 cores=5,7
/proc/122870/stat : 122870 (python3) R 122865 122865 121570 0 -1 4194304 978475 210213 0 0 56071 147 64788 231 20 0 1 0 141002283 3738439680 598102 18446744073709551615 94816466173952 94816466174329 140733580023008 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94816466185624 94816466186244 94816479072256 140733580032335 140733580032544 140733580032544 140733580038119 0
/proc/122870/statm: 912705 598102 8192 1 0 884063 0
Current children cumulated CPU time: 1212.37 s
Current children cumulated vsize: 3655012 KiB
Current children cumulated memory: 2395352 KiB

[startup+1216.4 s]
/proc/loadavg: 4.08 4.04 3.51 5/271 122945
/proc/meminfo: memFree=101589604/131249996 swapFree=33010684/33010684
[pid=122865] ppid=122862 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122865/stat : 122865 (scip-naps-1.00a) S 122862 122865 121570 0 -1 4194304 256 344 0 0 0 0 0 0 20 0 1 0 141002280 4292608 736 18446744073709551615 94289052741632 94289053636165 140731757022768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94289053875216 94289053922960 94289063043072 140731757025691 140731757025790 140731757025790 140731757031394 0
/proc/122865/statm: 1048 736 672 219 0 110 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2944 KiB

Child status: 0

Real time (s): 1216.42
CPU time (s): 1212.82
CPU user time (s): 1208.89
CPU system time (s): 3.92674
CPU usage (%): 99.7041
Max. virtual memory (cumulated for all children) (KiB): 5611088
Max. memory (cumulated for all children) (KiB): 3851416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1208.89
system time used= 3.92674
maximum resident set size= 2806476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1256193
page faults= 0
swaps= 0
block input operations= 0
block output operations= 33984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 339
involuntary context switches= 1032


# summary of solver processes directly reported to runsolver:
#   pid: 122865
#   total CPU time (s): 1212.82
#   total CPU user time (s): 1208.89
#   total CPU system time (s): 3.92674

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.48024 second user time and 5.74335 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-11 19:00:44
IDJOB=4529775
IDBENCH=147705
IDSOLVER=3388
FILE ID=nodeC024/4529775-1752253243
RUNJOBID= nodeC024-1752253229-122405
SLURM_JOB_ID= 9682562
Free space on /tmp= 432324 MiB

SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4529775-1752253243/watcher-4529775-1752253243 -o /tmp/evaluation-result-4529775-1752253243/solver-4529775-1752253243 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1752253229-122405 --watchdog 3760  ./scip-naps-1.00a2.sh HOME/instance-4529775-1752253243.opb

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

MD5SUM BENCH= 911cf7319fa5fa56cdd8e7a94536c536
RANDOM SEED=1307736833

nodeC024 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	: 0xb00002a
cpu MHz		: 3599.607
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 pti ibrs ibpb stibp 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	: 6999.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	: 0xb00002a
cpu MHz		: 3599.674
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 pti ibrs ibpb stibp 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	: 6999.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	: 0xb00002a
cpu MHz		: 3573.808
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 pti ibrs ibpb stibp 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	: 6999.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	: 0xb00002a
cpu MHz		: 3578.404
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 pti ibrs ibpb stibp 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	: 6999.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	: 0xb00002a
cpu MHz		: 3599.668
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 pti ibrs ibpb stibp 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	: 6999.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	: 0xb00002a
cpu MHz		: 3599.714
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 pti ibrs ibpb stibp 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	: 6999.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	: 0xb00002a
cpu MHz		: 3599.803
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 pti ibrs ibpb stibp 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	: 6999.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	: 0xb00002a
cpu MHz		: 3623.634
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 pti ibrs ibpb stibp 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	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        115993336 kB
MemAvailable:   129039664 kB
Buffers:            2144 kB
Cached:         13810204 kB
SwapCached:            0 kB
Active:          1332412 kB
Inactive:       13230048 kB
Active(anon):     768144 kB
Inactive(anon):       36 kB
Active(file):     564268 kB
Inactive(file): 13230012 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44348 kB
Writeback:            24 kB
AnonPages:        753196 kB
Mapped:           128496 kB
Shmem:             18064 kB
KReclaimable:     182176 kB
Slab:             276212 kB
SReclaimable:     182176 kB
SUnreclaim:        94036 kB
KernelStack:        4336 kB
PageTables:         5068 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4354700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432296 MiB
End job on nodeC024 at 2025-07-11 19:21:00