Trace number 4530030

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.00a2? (TO) 3600.1 3609.72

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
equalities/diag_spec/normalized-16diag_spec_greater.opb
MD5SUM6887599ad065147dc61a02d711e5083c
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 benchmark0.095144
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables848
Total number of constraints1058
Number of constraints which are clauses768
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints290
Minimum length of a constraint2
Maximum length of a constraint288
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 2147483648
Number of bits of the biggest number in a constraint 32
Biggest sum of numbers in a constraint 8589934591
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.18	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4530030-1752261653.opb
0.07/0.18	c Solving mode: decision
0.07/0.18	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
0.07/0.18	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.07/0.18	c original problem has 848 variables (848 bin, 0 int, 0 impl, 0 cont) and 1058 constraints
0.07/0.18	c presolving:
0.07/0.18	c (round 1, fast)       49 del vars, 48 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 528 clqs
0.07/0.18	c (round 2, exhaustive) 49 del vars, 48 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 769 upgd conss, 0 impls, 528 clqs
0.07/0.18	c (round 3, fast)       49 del vars, 48 del conss, 0 add conss, 0 chg bounds, 1 chg sides, 62 chg coeffs, 769 upgd conss, 0 impls, 528 clqs
0.07/0.18	c (round 4, exhaustive) 49 del vars, 816 del conss, 256 add conss, 0 chg bounds, 1 chg sides, 62 chg coeffs, 769 upgd conss, 0 impls, 529 clqs
0.07/0.18	c    (0.0s) probing: 106/799 (13.3%) - 0 fixings, 0 aggregations, 6 implications, 0 bound changes
0.07/0.18	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.07/0.18	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.07/0.18	c    (0.0s) no symmetry present (symcode time: 0.00)
0.07/0.18	c presolving (5 rounds: 5 fast, 3 medium, 3 exhaustive):
0.07/0.18	c  49 deleted vars, 816 deleted constraints, 256 added constraints, 0 tightened bounds, 0 added holes, 1 changed sides, 62 changed coefficients
0.07/0.18	c  0 implications, 535 cliques
0.07/0.18	c presolved problem has 799 variables (799 bin, 0 int, 0 impl, 0 cont) and 498 constraints
0.07/0.18	c       1 constraints of type <knapsack>
0.07/0.18	c     256 constraints of type <and>
0.07/0.18	c     241 constraints of type <linear>
0.07/0.18	c transformed objective value is always integral (scale: 1)
0.07/0.18	c Presolving Time: 0.01
0.07/0.18	c 
0.07/0.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.07/0.18	c * 0.0s|     1 |     0 |    81 |     - |    LP  |   0 | 799 | 506 | 754 |   0 |  0 |   7 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| unknown
0.07/0.18	c   0.0s|     1 |     0 |    81 |     - |    11M |   0 | 799 | 506 | 754 |   0 |  0 |   7 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| unknown
0.07/0.18	c 
0.07/0.18	c SCIP Status        : problem is solved [optimal solution found]
0.07/0.18	c Solving Time (sec) : 0.03
0.07/0.18	c Solving Nodes      : 1
0.07/0.18	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
0.07/0.18	c Dual Bound         : +0.00000000000000e+00
0.07/0.18	c Gap                : 0.00 %
0.07/0.18	c [VIOLATION] Line 13: +1 x785 -1 x817 +2 x786 -2 x818 +4 x787 -4 x819 +8 x788 -8 x820 +16 x789 -16 x821 +32 x790 -32 x822 +64 x791 -64 x823 +128 x792 -128 x824 +256 x793 -256 x825 +512 x794 -512 x826 +1024 x795 -1024 x827 +2048 x796 -2048 x828 +4096 x797 -4096 x829 +8192 x798 -8192 x830 +16384 x799 -16384 x831 +32768 x800 -32768 x832 +65536 x801 -65536 x833 +131072 x802 -131072 x834 +262144 x803 -262144 x835 +524288 x804 -524288 x836 +1048576 x805 -1048576 x837 +2097152 x806 -2097152 x838 +4194304 x807 -4194304 x839 +8388608 x808 -8388608 x840 +16777216 x809 -16777216 x841 +33554432 x810 -33554432 x842 +67108864 x811 -67108864 x843 +134217728 x812 -134217728 x844 +268435456 x813 -268435456 x845 +536870912 x814 -536870912 x846 +1073741824 x815 -1073741824 x847 +2147483648 x816 -2147483648 x848 >= 1 ;
0.07/0.18	c   Computed activity: 0
0.07/0.18	c   Required: activity >= 1
0.07/0.18	c   Variable assignments: {x785=0, x817=0, x786=0, x818=0, x787=0, x819=0, x788=0, x820=0, x789=0, x821=0, x790=0, x822=0, x791=0, x823=0, x792=0, x824=0, x793=0, x825=0, x794=0, x826=0, x795=0, x827=0, x796=0, x828=0, x797=0, x829=0, x798=0, x830=0, x799=0, x831=0, x800=0, x832=0, x801=0, x833=0, x802=0, x834=0, x803=0, x835=0, x804=0, x836=0, x805=0, x837=0, x806=0, x838=0, x807=0, x839=0, x808=0, x840=0, x809=0, x841=0, x810=0, x842=0, x811=0, x843=0, x812=0, x844=0, x813=0, x845=0, x814=0, x846=0, x815=0, x847=0, x816=0, x848=0}}
0.07/0.18	c SCIP found a solution, but it is not feasible according to the original problem.
0.07/0.18	c ----------------------------------------------------------------------
0.07/0.18	c executing external solver (fallback): HOME/naps-1.03a6
0.07/0.18	c ----------------------------------------------------------------------
0.07/0.18	c command: HOME/naps-1.03a6 HOME/instance-4530030-1752261653.opb
0.07/0.18	c NaPS 1.03a6.
0.07/0.18	c Input file name: HOME/instance-4530030-1752261653.opb
3600.05/3609.70	c
3600.05/3609.70	c *** TERMINATED *** by signal 15
3600.05/3609.70	c s UNKNOWN
3600.05/3609.70	c _____________________________________________________________________________
3600.05/3609.70	c std/band forms        : 1,241
3600.05/3609.70	c 2cl/3cl ITE-codings   : 31,5217
3600.05/3609.70	c BDD/srt/adr Max costs : 4592,0,0
3600.05/3609.70	c BDDraw/bin/mul/srt/adr: 242,0,0,0,0
3600.05/3609.70	c BDD nodes             : 7505
3600.05/3609.70	c Es1/CC detections     : 0,0
3600.05/3609.70	c CC sort               : 0
3600.05/3609.70	c SAT/UNSAT calls       : 0,0
3600.05/3609.70	c regenrated variables  : 0
3600.05/3609.70	c eliminated fixed lits : 0
3600.05/3609.70	c goal lit flips        : 0
3600.05/3609.70	c goal stages           : 0
3600.05/3609.70	c goal shrink           : 0
3600.05/3609.70	c goal coeff separations: 0
3600.05/3609.70	c restarts              : 0
3600.05/3609.70	c conflicts             : 0              (0 /sec)
3600.05/3609.70	c decisions             : 0              (0 /sec)
3600.05/3609.70	c propagations          : 0              (0 /sec)
3600.05/3609.70	c inspects              : 0              (0 /sec)
3600.05/3609.70	c CPU time (solving tm) : 3597 s        (3597 s, SAT 0 s, UNSAT 0 s)
3600.05/3609.70	c Time for Opt-base     : 0 s
3600.05/3609.70	c Steps for Opt-base    : 0
3600.05/3609.70	c Time for BDD coding   : 0.03457 s
3600.05/3609.70	c Time for srt coding   : 0 s
3600.05/3609.70	c _____________________________________________________________________________
3600.05/3609.70	s UNKNOWN
3600.05/3609.71	Terminated

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 (60522 MiB free)
  memory of node 1: 64507 MiB (63653 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4530030-1752261653/watcher-4530030-1752261653 -o /tmp/evaluation-result-4530030-1752261653/solver-4530030-1752261653 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1752258008-113131 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4530030-1752261653.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=114415, runsolver pid=114412

[startup+0.100063 s]*
/proc/loadavg: 4.02 4.07 4.05 5/271 114420
/proc/meminfo: memFree=127139300/131250000 swapFree=33010416/33010684
[pid=114415] ppid=114412 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/114415/stat : 114415 (scip-naps-1.00a) S 114412 114415 113120 0 -1 4194304 260 329 0 0 0 0 0 0 20 0 1 0 141845233 4292608 736 18446744073709551615 94285169532928 94285170427461 140727428892208 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94285170666512 94285170714256 94285175443456 140727428897179 140727428897278 140727428897278 140727428902882 0
/proc/114415/statm: 1048 736 672 219 0 110 0
[pid=114420] ppid=114415 vsize=1187380 memory=32276 CPUtime=0.07 cores=4,6
/proc/114420/stat : 114420 (python3) R 114415 114415 113120 0 -1 4194304 3826 0 0 0 6 1 0 0 20 0 1 0 141845234 1215877120 8069 18446744073709551615 94575303159808 94575303160185 140721930032144 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94575303171480 94575303172100 94575325765632 140721930033487 140721930033696 140721930033696 140721930039271 0
/proc/114420/statm: 296845 8069 4901 1 0 268867 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 1191572 KiB
Current children cumulated memory: 35220 KiB

[startup+0.205668 s]*
/proc/loadavg: 4.02 4.07 4.05 5/272 114421
/proc/meminfo: memFree=127135016/131250000 swapFree=33010416/33010684
[pid=114415] ppid=114412 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/114415/stat : 114415 (scip-naps-1.00a) S 114412 114415 113120 0 -1 4194304 260 329 0 0 0 0 0 0 20 0 1 0 141845233 4292608 736 18446744073709551615 94285169532928 94285170427461 140727428892208 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94285170666512 94285170714256 94285175443456 140727428897179 140727428897278 140727428897278 140727428902882 0
/proc/114415/statm: 1048 736 672 219 0 110 0
[pid=114420] ppid=114415 vsize=1209856 memory=62100 CPUtime=0.14 cores=4,6
/proc/114420/stat : 114420 (python3) S 114415 114415 113120 0 -1 4194304 8399 0 0 0 12 2 0 0 20 0 1 0 141845234 1238892544 15525 18446744073709551615 94575303159808 94575303160185 140721930032144 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94575303171480 94575303172100 94575325765632 140721930033487 140721930033696 140721930033696 140721930039271 0
/proc/114420/statm: 302464 15525 8197 1 0 273822 0
[pid=114421] ppid=114420 vsize=6756 memory=5248 CPUtime=0.02 cores=4,6
/proc/114421/stat : 114421 (naps-1.03a6) R 114420 114421 114421 0 -1 4194304 1010 0 0 0 2 0 0 0 20 0 1 0 141845251 6918144 1312 18446744073709551615 4198400 7047149 140729302802576 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 7573272 7623312 29114368 140729302804863 140729302804977 140729302804977 140729302810569 0
/proc/114421/statm: 1689 1312 544 696 0 850 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 1220804 KiB
Current children cumulated memory: 70292 KiB

[startup+0.305664 s]*
/proc/loadavg: 4.02 4.07 4.05 5/272 114421
/proc/meminfo: memFree=127130984/131250000 swapFree=33010416/33010684
[pid=114415] ppid=114412 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/114415/stat : 114415 (scip-naps-1.00a) S 114412 114415 113120 0 -1 4194304 260 329 0 0 0 0 0 0 20 0 1 0 141845233 4292608 736 18446744073709551615 94285169532928 94285170427461 140727428892208 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94285170666512 94285170714256 94285175443456 140727428897179 140727428897278 140727428897278 140727428902882 0
/proc/114415/statm: 1048 736 672 219 0 110 0
[pid=114420] ppid=114415 vsize=1209856 memory=62100 CPUtime=0.14 cores=4,6
/proc/114420/stat : 114420 (python3) S 114415 114415 113120 0 -1 4194304 8399 0 0 0 12 2 0 0 20 0 1 0 141845234 1238892544 15525 18446744073709551615 94575303159808 94575303160185 140721930032144 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94575303171480 94575303172100 94575325765632 140721930033487 140721930033696 140721930033696 140721930039271 0
/proc/114420/statm: 302464 15525 8197 1 0 273822 0
[pid=114421] ppid=114420 vsize=10964 memory=8452 CPUtime=0.11 cores=4,6
/proc/114421/stat : 114421 (naps-1.03a6) R 114420 114421 114421 0 -1 4194304 2195 0 0 0 11 0 0 0 20 0 1 0 141845251 11227136 2113 18446744073709551615 4198400 7047149 140729302802576 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29114368 140729302804863 140729302804977 140729302804977 140729302810569 0
/proc/114421/statm: 2741 2113 544 696 0 1902 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 1225012 KiB
Current children cumulated memory: 73496 KiB

[startup+0.700154 s]
/proc/loadavg: 4.02 4.07 4.05 5/272 114421
/proc/meminfo: memFree=127130984/131250000 swapFree=33010416/33010684
[pid=114415] ppid=114412 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/114415/stat : 114415 (scip-naps-1.00a) S 114412 114415 113120 0 -1 4194304 260 329 0 0 0 0 0 0 20 0 1 0 141845233 4292608 736 18446744073709551615 94285169532928 94285170427461 140727428892208 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94285170666512 94285170714256 94285175443456 140727428897179 140727428897278 140727428897278 140727428902882 0
/proc/114415/statm: 1048 736 672 219 0 110 0
[pid=114420] ppid=114415 vsize=1209856 memory=62100 CPUtime=0.14 cores=4,6
/proc/114420/stat : 114420 (python3) S 114415 114415 113120 0 -1 4194304 8399 0 0 0 12 2 0 0 20 0 1 0 141845234 1238892544 15525 18446744073709551615 94575303159808 94575303160185 140721930032144 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94575303171480 94575303172100 94575325765632 140721930033487 140721930033696 140721930033696 140721930039271 0
/proc/114420/statm: 302464 15525 8197 1 0 273822 0
[pid=114421] ppid=114420 vsize=12776 memory=9924 CPUtime=0.5 cores=4,6
/proc/114421/stat : 114421 (naps-1.03a6) R 114420 114421 114421 0 -1 4194304 2826 0 0 0 50 0 0 0 20 0 1 0 141845251 13082624 2481 18446744073709551615 4198400 7047149 140729302802576 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29114368 140729302804863 140729302804977 140729302804977 140729302810569 0
/proc/114421/statm: 3194 2481 544 696 0 2355 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 1226824 KiB
Current children cumulated memory: 74968 KiB

[startup+1.50016 s]
/proc/loadavg: 4.02 4.07 4.05 5/272 114421
/proc/meminfo: memFree=127130984/131250000 swapFree=33010416/33010684
[pid=114415] ppid=114412 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/114415/stat : 114415 (scip-naps-1.00a) S 114412 114415 113120 0 -1 4194304 260 329 0 0 0 0 0 0 20 0 1 0 141845233 4292608 736 18446744073709551615 94285169532928 94285170427461 140727428892208 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94285170666512 94285170714256 94285175443456 140727428897179 140727428897278 140727428897278 140727428902882 0
/proc/114415/statm: 1048 736 672 219 0 110 0
[pid=114420] ppid=114415 vsize=1209856 memory=62100 CPUtime=0.14 cores=4,6
/proc/114420/stat : 114420 (python3) S 114415 114415 113120 0 -1 4194304 8399 0 0 0 12 2 0 0 20 0 1 0 141845234 1238892544 15525 18446744073709551615 94575303159808 94575303160185 140721930032144 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94575303171480 94575303172100 94575325765632 140721930033487 140721930033696 140721930033696 140721930039271 0
/proc/114420/statm: 302464 15525 8197 1 0 273822 0
[pid=114421] ppid=114420 vsize=14196 memory=10332 CPUtime=1.29 cores=4,6
/proc/114421/stat : 114421 (naps-1.03a6) R 114420 114421 114421 0 -1 4194304 3255 0 0 0 129 0 0 0 20 0 1 0 141845251 14536704 2583 18446744073709551615 4198400 7047149 140729302802576 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29114368 140729302804863 140729302804977 140729302804977 140729302810569 0
/proc/114421/statm: 3549 2583 544 696 0 2710 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 1228244 KiB
Current children cumulated memory: 75376 KiB

[startup+3.1055 s]
/proc/loadavg: 4.02 4.07 4.05 5/272 114421
/proc/meminfo: memFree=127131380/131250000 swapFree=33010416/33010684
[pid=114415] ppid=114412 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/114415/stat : 114415 (scip-naps-1.00a) S 114412 114415 113120 0 -1 4194304 260 329 0 0 0 0 0 0 20 0 1 0 141845233 4292608 736 18446744073709551615 94285169532928 94285170427461 140727428892208 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94285170666512 94285170714256 94285175443456 140727428897179 140727428897278 140727428897278 140727428902882 0
/proc/114415/statm: 1048 736 672 219 0 110 0
[pid=114420] ppid=114415 vsize=1209856 memory=62100 CPUtime=0.14 cores=4,6
/proc/114420/stat : 114420 (python3) S 114415 114415 113120 0 -1 4194304 8399 0 0 0 12 2 0 0 20 0 1 0 141845234 1238892544 15525 18446744073709551615 94575303159808 94575303160185 140721930032144 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94575303171480 94575303172100 94575325765632 140721930033487 140721930033696 140721930033696 140721930039271 0
/proc/114420/statm: 302464 15525 8197 1 0 273822 0
[pid=114421] ppid=114420 vsize=14196 memory=11228 CPUtime=2.9 cores=4,6
/proc/114421/stat : 114421 (naps-1.03a6) R 114420 114421 114421 0 -1 4194304 3488 0 0 0 290 0 0 0 20 0 1 0 141845251 14536704 2807 18446744073709551615 4198400 7047149 140729302802576 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29114368 140729302804863 140729302804977 140729302804977 140729302810569 0
/proc/114421/statm: 3549 2807 544 696 0 2710 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 1228244 KiB
Current children cumulated memory: 76272 KiB

[startup+6.30018 s]
/proc/loadavg: 4.02 4.07 4.05 5/272 114421
/proc/meminfo: memFree=127131380/131250000 swapFree=33010416/33010684
[pid=114415] ppid=114412 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/114415/stat : 114415 (scip-naps-1.00a) S 114412 114415 113120 0 -1 4194304 260 329 0 0 0 0 0 0 20 0 1 0 141845233 4292608 736 18446744073709551615 94285169532928 94285170427461 140727428892208 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94285170666512 94285170714256 94285175443456 140727428897179 140727428897278 140727428897278 140727428902882 0
/proc/114415/statm: 1048 736 672 219 0 110 0
[pid=114420] ppid=114415 vsize=1209856 memory=62100 CPUtime=0.14 cores=4,6
/proc/114420/stat : 114420 (python3) S 114415 114415 113120 0 -1 4194304 8399 0 0 0 12 2 0 0 20 0 1 0 141845234 1238892544 15525 18446744073709551615 94575303159808 94575303160185 140721930032144 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94575303171480 94575303172100 94575325765632 140721930033487 140721930033696 140721930033696 140721930039271 0
/proc/114420/statm: 302464 15525 8197 1 0 273822 0
[pid=114421] ppid=114420 vsize=14196 memory=11136 CPUtime=6.08 cores=4,6
/proc/114421/stat : 114421 (naps-1.03a6) R 114420 114421 114421 0 -1 4194304 3717 0 0 0 608 0 0 0 20 0 1 0 141845251 14536704 2784 18446744073709551615 4198400 7047149 140729302802576 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29114368 140729302804863 140729302804977 140729302804977 140729302810569 0
/proc/114421/statm: 3549 2784 544 696 0 2710 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 1228244 KiB
Current children cumulated memory: 76180 KiB

[startup+12.7002 s]
/proc/loadavg: 4.02 4.07 4.05 5/272 114421
/proc/meminfo: memFree=127142892/131250000 swapFree=33010416/33010684
[pid=114415] ppid=114412 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/114415/stat : 114415 (scip-naps-1.00a) S 114412 114415 113120 0 -1 4194304 260 329 0 0 0 0 0 0 20 0 1 0 141845233 4292608 736 18446744073709551615 94285169532928 94285170427461 140727428892208 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94285170666512 94285170714256 94285175443456 140727428897179 140727428897278 140727428897278 140727428902882 0
/proc/114415/statm: 1048 736 672 219 0 110 0
[pid=114420] ppid=114415 vsize=1209856 memory=62100 CPUtime=0.14 cores=4,6
/proc/114420/stat : 114420 (python3) S 114415 114415 113120 0 -1 4194304 8399 0 0 0 12 2 0 0 20 0 1 0 141845234 1238892544 15525 18446744073709551615 94575303159808 94575303160185 140721930032144 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94575303171480 94575303172100 94575325765632 140721930033487 140721930033696 140721930033696 140721930039271 0
/proc/114420/statm: 302464 15525 8197 1 0 273822 0
[pid=114421] ppid=114420 vsize=18296 memory=14976 CPUtime=12.47 cores=4,6
/proc/114421/stat : 114421 (naps-1.03a6) R 114420 114421 114421 0 -1 4194304 4806 0 0 0 1247 0 0 0 20 0 1 0 141845251 18735104 3744 18446744073709551615 4198400 7047149 140729302802576 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29114368 140729302804863 140729302804977 140729302804977 140729302810569 0
/proc/114421/statm: 4574 3744 544 696 0 3735 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 1232344 KiB
Current children cumulated memory: 80020 KiB

[startup+25.5002 s]
/proc/loadavg: 4.02 4.06 4.04 5/272 114421
/proc/meminfo: memFree=127137464/131250000 swapFree=33010416/33010684
[pid=114415] ppid=114412 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/114415/stat : 114415 (scip-naps-1.00a) S 114412 114415 113120 0 -1 4194304 260 329 0 0 0 0 0 0 20 0 1 0 141845233 4292608 736 18446744073709551615 94285169532928 94285170427461 140727428892208 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94285170666512 94285170714256 94285175443456 140727428897179 140727428897278 140727428897278 140727428902882 0
/proc/114415/statm: 1048 736 672 219 0 110 0
[pid=114420] ppid=114415 vsize=1209856 memory=62100 CPUtime=0.14 cores=4,6
/proc/114420/stat : 114420 (python3) S 114415 114415 113120 0 -1 4194304 8399 0 0 0 12 2 0 0 20 0 1 0 141845234 1238892544 15525 18446744073709551615 94575303159808 94575303160185 140721930032144 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94575303171480 94575303172100 94575325765632 140721930033487 140721930033696 140721930033696 140721930039271 0
/proc/114420/statm: 302464 15525 8197 1 0 273822 0
[pid=114421] ppid=114420 vsize=14704 memory=12664 CPUtime=25.25 cores=4,6
/proc/114421/stat : 114421 (naps-1.03a6) R 114420 114421 114421 0 -1 4194304 11443 0 0 0 2523 2 0 0 20 0 1 0 141845251 15056896 3166 18446744073709551615 4198400 7047149 140729302802576 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29114368 140729302804863 140729302804977 140729302804977 140729302810569 0
/proc/114421/statm: 3676 3166 544 696 0 2837 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 1228752 KiB
Current children cumulated memory: 77708 KiB

[startup+51.1059 s]
/proc/loadavg: 4.09 4.07 4.05 5/272 114422
/proc/meminfo: memFree=127120760/131250000 swapFree=33010416/33010684
[pid=114415] ppid=114412 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/114415/stat : 114415 (scip-naps-1.00a) S 114412 114415 113120 0 -1 4194304 260 329 0 0 0 0 0 0 20 0 1 0 141845233 4292608 736 18446744073709551615 94285169532928 94285170427461 140727428892208 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94285170666512 94285170714256 94285175443456 140727428897179 140727428897278 140727428897278 140727428902882 0
/proc/114415/statm: 1048 736 672 219 0 110 0
[pid=114420] ppid=114415 vsize=1209856 memory=62100 CPUtime=0.14 cores=4,6
/proc/114420/stat : 114420 (python3) S 114415 114415 113120 0 -1 4194304 8399 0 0 0 12 2 0 0 20 0 1 0 141845234 1238892544 15525 18446744073709551615 94575303159808 94575303160185 140721930032144 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94575303171480 94575303172100 94575325765632 140721930033487 140721930033696 140721930033696 140721930039271 0
/proc/114420/statm: 302464 15525 8197 1 0 273822 0
[pid=114421] ppid=114420 vsize=18804 memory=16396 CPUtime=50.78 cores=4,6
/proc/114421/stat : 114421 (naps-1.03a6) R 114420 114421 114421 0 -1 4194304 36418 0 0 0 5072 6 0 0 20 0 1 0 141845251 19255296 4099 18446744073709551615 4198400 7047149 140729302802576 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29114368 140729302804863 140729302804977 140729302804977 140729302810569 0
/proc/114421/statm: 4701 4099 544 696 0 3862 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 1232852 KiB
Current children cumulated memory: 81440 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.07 4.05 5/272 114424
/proc/meminfo: memFree=127110508/131250000 swapFree=33010416/33010684
[pid=114415] ppid=114412 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/114415/stat : 114415 (scip-naps-1.00a) S 114412 114415 113120 0 -1 4194304 260 329 0 0 0 0 0 0 20 0 1 0 141845233 4292608 736 18446744073709551615 94285169532928 94285170427461 140727428892208 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94285170666512 94285170714256 94285175443456 140727428897179 140727428897278 140727428897278 140727428902882 0
/proc/114415/statm: 1048 736 672 219 0 110 0
[pid=114420] ppid=114415 vsize=1209856 memory=62100 CPUtime=0.14 cores=4,6
/proc/114420/stat : 114420 (python3) S 114415 114415 113120 0 -1 4194304 8399 0 0 0 12 2 0 0 20 0 1 0 141845234 1238892544 15525 18446744073709551615 94575303159808 94575303160185 140721930032144 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94575303171480 94575303172100 94575325765632 140721930033487 140721930033696 140721930033696 140721930039271 0
/proc/114420/statm: 302464 15525 8197 1 0 273822 0

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

/proc/meminfo: memFree=111038544/131250000 swapFree=33010416/33010684
[pid=114415] ppid=114412 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/114415/stat : 114415 (scip-naps-1.00a) S 114412 114415 113120 0 -1 4194304 260 329 0 0 0 0 0 0 20 0 1 0 141845233 4292608 736 18446744073709551615 94285169532928 94285170427461 140727428892208 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94285170666512 94285170714256 94285175443456 140727428897179 140727428897278 140727428897278 140727428902882 0
/proc/114415/statm: 1048 736 672 219 0 110 0
[pid=114420] ppid=114415 vsize=1209856 memory=64404 CPUtime=0.14 cores=4,6
/proc/114420/stat : 114420 (python3) S 114415 114415 113120 0 -1 4194304 8399 0 0 0 12 2 0 0 20 0 1 0 141845234 1238892544 16101 18446744073709551615 94575303159808 94575303160185 140721930032144 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94575303171480 94575303172100 94575325765632 140721930033487 140721930033696 140721930033696 140721930039271 0
/proc/114420/statm: 302464 16101 8197 1 0 273822 0
[pid=114421] ppid=114420 vsize=73220 memory=62888 CPUtime=3213.74 cores=4,6
/proc/114421/stat : 114421 (naps-1.03a6) R 114420 114421 114421 0 -1 4194304 933196 0 0 0 321110 264 0 0 20 0 1 0 141845251 74977280 15722 18446744073709551615 4198400 7047149 140729302802576 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29114368 140729302804863 140729302804977 140729302804977 140729302810569 0
/proc/114421/statm: 18305 15722 544 696 0 17466 0
Current children cumulated CPU time: 3213.88 s
Current children cumulated vsize: 1287268 KiB
Current children cumulated memory: 130236 KiB

[startup+3282.3 s]
/proc/loadavg: 4.26 4.23 4.14 5/269 114726
/proc/meminfo: memFree=111049640/131250000 swapFree=33010416/33010684
[pid=114415] ppid=114412 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/114415/stat : 114415 (scip-naps-1.00a) S 114412 114415 113120 0 -1 4194304 260 329 0 0 0 0 0 0 20 0 1 0 141845233 4292608 736 18446744073709551615 94285169532928 94285170427461 140727428892208 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94285170666512 94285170714256 94285175443456 140727428897179 140727428897278 140727428897278 140727428902882 0
/proc/114415/statm: 1048 736 672 219 0 110 0
[pid=114420] ppid=114415 vsize=1209856 memory=64404 CPUtime=0.14 cores=4,6
/proc/114420/stat : 114420 (python3) S 114415 114415 113120 0 -1 4194304 8399 0 0 0 12 2 0 0 20 0 1 0 141845234 1238892544 16101 18446744073709551615 94575303159808 94575303160185 140721930032144 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94575303171480 94575303172100 94575325765632 140721930033487 140721930033696 140721930033696 140721930039271 0
/proc/114420/statm: 302464 16101 8197 1 0 273822 0
[pid=114421] ppid=114420 vsize=73220 memory=62760 CPUtime=3273.55 cores=4,6
/proc/114421/stat : 114421 (naps-1.03a6) R 114420 114421 114421 0 -1 4194304 935970 0 0 0 327090 265 0 0 20 0 1 0 141845251 74977280 15690 18446744073709551615 4198400 7047149 140729302802576 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29114368 140729302804863 140729302804977 140729302804977 140729302810569 0
/proc/114421/statm: 18305 15690 544 696 0 17466 0
Current children cumulated CPU time: 3273.69 s
Current children cumulated vsize: 1287268 KiB
Current children cumulated memory: 130108 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.20 4.14 5/269 114728
/proc/meminfo: memFree=110443316/131250000 swapFree=33010416/33010684
[pid=114415] ppid=114412 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/114415/stat : 114415 (scip-naps-1.00a) S 114412 114415 113120 0 -1 4194304 260 329 0 0 0 0 0 0 20 0 1 0 141845233 4292608 736 18446744073709551615 94285169532928 94285170427461 140727428892208 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94285170666512 94285170714256 94285175443456 140727428897179 140727428897278 140727428897278 140727428902882 0
/proc/114415/statm: 1048 736 672 219 0 110 0
[pid=114420] ppid=114415 vsize=1209856 memory=64404 CPUtime=0.14 cores=4,6
/proc/114420/stat : 114420 (python3) S 114415 114415 113120 0 -1 4194304 8399 0 0 0 12 2 0 0 20 0 1 0 141845234 1238892544 16101 18446744073709551615 94575303159808 94575303160185 140721930032144 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94575303171480 94575303172100 94575325765632 140721930033487 140721930033696 140721930033696 140721930039271 0
/proc/114420/statm: 302464 16101 8197 1 0 273822 0
[pid=114421] ppid=114420 vsize=89604 memory=64424 CPUtime=3333.35 cores=4,6
/proc/114421/stat : 114421 (naps-1.03a6) R 114420 114421 114421 0 -1 4194304 936403 0 0 0 333070 265 0 0 20 0 1 0 141845251 91754496 16106 18446744073709551615 4198400 7047149 140729302802576 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29114368 140729302804863 140729302804977 140729302804977 140729302810569 0
/proc/114421/statm: 22401 16106 544 696 0 21562 0
Current children cumulated CPU time: 3333.49 s
Current children cumulated vsize: 1303652 KiB
Current children cumulated memory: 131772 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.17 4.13 5/269 114730
/proc/meminfo: memFree=110703240/131250000 swapFree=33010416/33010684
[pid=114415] ppid=114412 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/114415/stat : 114415 (scip-naps-1.00a) S 114412 114415 113120 0 -1 4194304 260 329 0 0 0 0 0 0 20 0 1 0 141845233 4292608 736 18446744073709551615 94285169532928 94285170427461 140727428892208 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94285170666512 94285170714256 94285175443456 140727428897179 140727428897278 140727428897278 140727428902882 0
/proc/114415/statm: 1048 736 672 219 0 110 0
[pid=114420] ppid=114415 vsize=1209856 memory=64404 CPUtime=0.14 cores=4,6
/proc/114420/stat : 114420 (python3) S 114415 114415 113120 0 -1 4194304 8399 0 0 0 12 2 0 0 20 0 1 0 141845234 1238892544 16101 18446744073709551615 94575303159808 94575303160185 140721930032144 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94575303171480 94575303172100 94575325765632 140721930033487 140721930033696 140721930033696 140721930039271 0
/proc/114420/statm: 302464 16101 8197 1 0 273822 0
[pid=114421] ppid=114420 vsize=73220 memory=60712 CPUtime=3393.16 cores=4,6
/proc/114421/stat : 114421 (naps-1.03a6) R 114420 114421 114421 0 -1 4194304 937509 0 0 0 339050 266 0 0 20 0 1 0 141845251 74977280 15178 18446744073709551615 4198400 7047149 140729302802576 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29114368 140729302804863 140729302804977 140729302804977 140729302810569 0
/proc/114421/statm: 18305 15178 544 696 0 17466 0
Current children cumulated CPU time: 3393.3 s
Current children cumulated vsize: 1287268 KiB
Current children cumulated memory: 128060 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.17 4.13 5/269 114732
/proc/meminfo: memFree=111070208/131250000 swapFree=33010416/33010684
[pid=114415] ppid=114412 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/114415/stat : 114415 (scip-naps-1.00a) S 114412 114415 113120 0 -1 4194304 260 329 0 0 0 0 0 0 20 0 1 0 141845233 4292608 736 18446744073709551615 94285169532928 94285170427461 140727428892208 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94285170666512 94285170714256 94285175443456 140727428897179 140727428897278 140727428897278 140727428902882 0
/proc/114415/statm: 1048 736 672 219 0 110 0
[pid=114420] ppid=114415 vsize=1209856 memory=64404 CPUtime=0.14 cores=4,6
/proc/114420/stat : 114420 (python3) S 114415 114415 113120 0 -1 4194304 8399 0 0 0 12 2 0 0 20 0 1 0 141845234 1238892544 16101 18446744073709551615 94575303159808 94575303160185 140721930032144 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94575303171480 94575303172100 94575325765632 140721930033487 140721930033696 140721930033696 140721930039271 0
/proc/114420/statm: 302464 16101 8197 1 0 273822 0
[pid=114421] ppid=114420 vsize=65028 memory=54568 CPUtime=3452.97 cores=4,6
/proc/114421/stat : 114421 (naps-1.03a6) R 114420 114421 114421 0 -1 4194304 941160 0 0 0 345029 268 0 0 20 0 1 0 141845251 66588672 13642 18446744073709551615 4198400 7047149 140729302802576 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29114368 140729302804863 140729302804977 140729302804977 140729302810569 0
/proc/114421/statm: 16257 13642 544 696 0 15418 0
Current children cumulated CPU time: 3453.11 s
Current children cumulated vsize: 1279076 KiB
Current children cumulated memory: 121916 KiB

[startup+3522.3 s]
/proc/loadavg: 4.05 4.14 4.12 5/269 114734
/proc/meminfo: memFree=110991596/131250000 swapFree=33010416/33010684
[pid=114415] ppid=114412 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/114415/stat : 114415 (scip-naps-1.00a) S 114412 114415 113120 0 -1 4194304 260 329 0 0 0 0 0 0 20 0 1 0 141845233 4292608 736 18446744073709551615 94285169532928 94285170427461 140727428892208 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94285170666512 94285170714256 94285175443456 140727428897179 140727428897278 140727428897278 140727428902882 0
/proc/114415/statm: 1048 736 672 219 0 110 0
[pid=114420] ppid=114415 vsize=1209856 memory=64404 CPUtime=0.14 cores=4,6
/proc/114420/stat : 114420 (python3) S 114415 114415 113120 0 -1 4194304 8399 0 0 0 12 2 0 0 20 0 1 0 141845234 1238892544 16101 18446744073709551615 94575303159808 94575303160185 140721930032144 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94575303171480 94575303172100 94575325765632 140721930033487 140721930033696 140721930033696 140721930039271 0
/proc/114420/statm: 302464 16101 8197 1 0 273822 0
[pid=114421] ppid=114420 vsize=73220 memory=62760 CPUtime=3512.79 cores=4,6
/proc/114421/stat : 114421 (naps-1.03a6) R 114420 114421 114421 0 -1 4194304 944448 0 0 0 351009 270 0 0 20 0 1 0 141845251 74977280 15690 18446744073709551615 4198400 7047149 140729302802576 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29114368 140729302804863 140729302804977 140729302804977 140729302810569 0
/proc/114421/statm: 18305 15690 544 696 0 17466 0
Current children cumulated CPU time: 3512.93 s
Current children cumulated vsize: 1287268 KiB
Current children cumulated memory: 130108 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.14 4.12 5/269 114736
/proc/meminfo: memFree=110472672/131250000 swapFree=33010416/33010684
[pid=114415] ppid=114412 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/114415/stat : 114415 (scip-naps-1.00a) S 114412 114415 113120 0 -1 4194304 260 329 0 0 0 0 0 0 20 0 1 0 141845233 4292608 736 18446744073709551615 94285169532928 94285170427461 140727428892208 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94285170666512 94285170714256 94285175443456 140727428897179 140727428897278 140727428897278 140727428902882 0
/proc/114415/statm: 1048 736 672 219 0 110 0
[pid=114420] ppid=114415 vsize=1209856 memory=64404 CPUtime=0.14 cores=4,6
/proc/114420/stat : 114420 (python3) S 114415 114415 113120 0 -1 4194304 8399 0 0 0 12 2 0 0 20 0 1 0 141845234 1238892544 16101 18446744073709551615 94575303159808 94575303160185 140721930032144 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94575303171480 94575303172100 94575325765632 140721930033487 140721930033696 140721930033696 140721930039271 0
/proc/114420/statm: 302464 16101 8197 1 0 273822 0
[pid=114421] ppid=114420 vsize=73220 memory=58664 CPUtime=3572.61 cores=4,6
/proc/114421/stat : 114421 (naps-1.03a6) R 114420 114421 114421 0 -1 4194304 948607 0 0 0 356989 272 0 0 20 0 1 0 141845251 74977280 14666 18446744073709551615 4198400 7047149 140729302802576 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29114368 140729302804863 140729302804977 140729302804977 140729302810569 0
/proc/114421/statm: 18305 14666 544 696 0 17466 0
Current children cumulated CPU time: 3572.75 s
Current children cumulated vsize: 1287268 KiB
Current children cumulated memory: 126012 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.7 s]
/proc/loadavg: 3.86 4.08 4.10 4/262 114769
/proc/meminfo: memFree=111081464/131250000 swapFree=33010416/33010684
[pid=114415] ppid=114412 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/114415/stat : 114415 (scip-naps-1.00a) S 114412 114415 113120 0 -1 4194304 260 329 0 0 0 0 0 0 20 0 1 0 141845233 4292608 736 18446744073709551615 94285169532928 94285170427461 140727428892208 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94285170666512 94285170714256 94285175443456 140727428897179 140727428897278 140727428897278 140727428902882 0
/proc/114415/statm: 1048 736 672 219 0 110 0
[pid=114420] ppid=114415 vsize=1209856 memory=64404 CPUtime=0.14 cores=4,6
/proc/114420/stat : 114420 (python3) S 114415 114415 113120 0 -1 4194304 8399 0 0 0 12 2 0 0 20 0 1 0 141845234 1238892544 16101 18446744073709551615 94575303159808 94575303160185 140721930032144 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94575303171480 94575303172100 94575325765632 140721930033487 140721930033696 140721930033696 140721930039271 0
/proc/114420/statm: 302464 16101 8197 1 0 273822 0
[pid=114421] ppid=114420 vsize=73220 memory=58664 CPUtime=3599.91 cores=4,6
/proc/114421/stat : 114421 (naps-1.03a6) R 114420 114421 114421 0 -1 4194304 952769 0 0 0 359718 273 0 0 20 0 1 0 141845251 74977280 14666 18446744073709551615 4198400 7047149 140729302802576 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29114368 140729302804863 140729302804977 140729302804977 140729302810569 0
/proc/114421/statm: 18305 14666 544 696 0 17466 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 1287268 KiB
Current children cumulated memory: 126012 KiB

Sending SIGTERM to process tree (bottom up)

[startup+3609.72 s]
# the end of solver process 114415 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3597.33 s, system=2.77033 s

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

[startup+3609.7 s]
/proc/loadavg: 3.86 4.08 4.10 4/262 114769
/proc/meminfo: memFree=111081464/131250000 swapFree=33010416/33010684
[pid=114415] ppid=114412 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/114415/stat : 114415 (scip-naps-1.00a) S 114412 114415 113120 0 -1 4194304 260 329 0 0 0 0 0 0 20 0 1 0 141845233 4292608 736 18446744073709551615 94285169532928 94285170427461 140727428892208 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94285170666512 94285170714256 94285175443456 140727428897179 140727428897278 140727428897278 140727428902882 0
/proc/114415/statm: 1048 736 672 219 0 110 0
[pid=114420] ppid=114415 vsize=1209856 memory=64404 CPUtime=0.14 cores=4,6
/proc/114420/stat : 114420 (python3) S 114415 114415 113120 0 -1 4194304 8399 0 0 0 12 2 0 0 20 0 1 0 141845234 1238892544 16101 18446744073709551615 94575303159808 94575303160185 140721930032144 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94575303171480 94575303172100 94575325765632 140721930033487 140721930033696 140721930033696 140721930039271 0
/proc/114420/statm: 302464 16101 8197 1 0 273822 0
[pid=114421] ppid=114420 vsize=73220 memory=58664 CPUtime=3599.91 cores=4,6
/proc/114421/stat : 114421 (naps-1.03a6) R 114420 114421 114421 0 -1 4194304 952769 0 0 0 359718 273 0 0 20 0 1 0 141845251 74977280 14666 18446744073709551615 4198400 7047149 140729302802576 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29114368 140729302804863 140729302804977 140729302804977 140729302810569 0
/proc/114421/statm: 18305 14666 544 696 0 17466 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 1287268 KiB
Current children cumulated memory: 126012 KiB

Child status: 143

Real time (s): 3609.72
CPU time (s): 3600.1
CPU user time (s): 3597.33
CPU system time (s): 2.77033
CPU usage (%): 99.7335
Max. virtual memory (cumulated for all children) (KiB): 1336424
Max. memory (cumulated for all children) (KiB): 159504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.33
system time used= 2.77033
maximum resident set size= 92156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 965241
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 350
involuntary context switches= 4084


# summary of solver processes directly reported to runsolver:
#   pid: 114415
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3597.33
#   total CPU system time (s): 2.77033

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.21026 second user time and 18.0008 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-11 21:20:54
IDJOB=4530030
IDBENCH=176059
IDSOLVER=3388
FILE ID=nodeC027/4530030-1752261653
RUNJOBID= nodeC027-1752258008-113131
SLURM_JOB_ID= 9682611
Free space on /tmp= 431168 MiB

SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/equalities/diag_spec/normalized-16diag_spec_greater.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4530030-1752261653/watcher-4530030-1752261653 -o /tmp/evaluation-result-4530030-1752261653/solver-4530030-1752261653 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1752258008-113131 --watchdog 3760  ./scip-naps-1.00a2.sh HOME/instance-4530030-1752261653.opb

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

MD5SUM BENCH= 6887599ad065147dc61a02d711e5083c
RANDOM SEED=1632283122

nodeC027 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.655
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.29
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.710
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.227
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.29
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		: 3700.000
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3565.219
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.29
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.616
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.427
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.29
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		: 3599.599
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127156136 kB
MemAvailable:   128950348 kB
Buffers:            2488 kB
Cached:          2586384 kB
SwapCached:           12 kB
Active:          1464376 kB
Inactive:        1975556 kB
Active(anon):     866328 kB
Inactive(anon):     2792 kB
Active(file):     598048 kB
Inactive(file):  1972764 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11184 kB
Writeback:             0 kB
AnonPages:        852560 kB
Mapped:           135308 kB
Shmem:             18056 kB
KReclaimable:     124880 kB
Slab:             217504 kB
SReclaimable:     124880 kB
SUnreclaim:        92624 kB
KernelStack:        4316 kB
PageTables:         5492 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    4425788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431036 MiB
End job on nodeC027 at 2025-07-11 22:21:03