Trace number 4542007

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.00a1? (TO) 3600.1 3610.03

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/diag_spec/normalized-22diag_spec_greater.opb
MD5SUM808e9faff4b516f7872d7344d1ed451f
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.23401
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1562
Total number of constraints1982
Number of constraints which are clauses1452
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints530
Minimum length of a constraint2
Maximum length of a constraint528
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 8796093022208
Number of bits of the biggest number in a constraint 44
Biggest sum of numbers in a constraint 35184372088831
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.15/0.22	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4542007-1753211271.opb
0.15/0.22	c Solving mode: decision
0.15/0.22	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
0.15/0.22	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.15/0.22	c original problem has 1562 variables (1562 bin, 0 int, 0 impl, 0 cont) and 1982 constraints
0.15/0.22	c presolving:
0.15/0.22	c (round 1, fast)       67 del vars, 66 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 990 clqs
0.15/0.22	c (round 2, exhaustive) 67 del vars, 66 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1453 upgd conss, 0 impls, 990 clqs
0.15/0.22	c (round 3, fast)       67 del vars, 66 del conss, 0 add conss, 0 chg bounds, 1 chg sides, 86 chg coeffs, 1453 upgd conss, 0 impls, 990 clqs
0.15/0.22	c (round 4, exhaustive) 67 del vars, 1518 del conss, 484 add conss, 0 chg bounds, 1 chg sides, 86 chg coeffs, 1453 upgd conss, 0 impls, 991 clqs
0.15/0.22	c    (0.0s) probing: 83/1495 (5.6%) - 0 fixings, 0 aggregations, 5 implications, 0 bound changes
0.15/0.22	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.15/0.22	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.15/0.22	c    (0.0s) no symmetry present (symcode time: 0.00)
0.15/0.22	c presolving (5 rounds: 5 fast, 3 medium, 3 exhaustive):
0.15/0.22	c  67 deleted vars, 1518 deleted constraints, 484 added constraints, 0 tightened bounds, 0 added holes, 1 changed sides, 86 changed coefficients
0.15/0.22	c  0 implications, 996 cliques
0.15/0.22	c presolved problem has 1495 variables (1495 bin, 0 int, 0 impl, 0 cont) and 948 constraints
0.15/0.22	c       1 constraints of type <knapsack>
0.15/0.22	c     484 constraints of type <and>
0.15/0.22	c     463 constraints of type <linear>
0.15/0.22	c transformed objective value is always integral (scale: 1)
0.15/0.22	c Presolving Time: 0.02
0.15/0.22	c 
0.15/0.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.15/0.22	c * 0.0s|     1 |     0 |    30 |     - |    LP  |   0 |1495 | 957 |1432 |   0 |  0 |   8 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| unknown
0.15/0.22	c   0.0s|     1 |     0 |    30 |     - |    16M |   0 |1495 | 957 |1432 |   0 |  0 |   8 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| unknown
0.15/0.22	c 
0.15/0.22	c SCIP Status        : problem is solved [optimal solution found]
0.15/0.22	c Solving Time (sec) : 0.05
0.15/0.22	c Solving Nodes      : 1
0.15/0.22	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
0.15/0.22	c Dual Bound         : +0.00000000000000e+00
0.15/0.22	c Gap                : 0.00 %
0.15/0.22	c [VIOLATION] Line 13: +1 x1475 -1 x1519 +2 x1476 -2 x1520 +4 x1477 -4 x1521 +8 x1478 -8 x1522 +16 x1479 -16 x1523 +32 x1480 -32 x1524 +64 x1481 -64 x1525 +128 x1482 -128 x1526 +256 x1483 -256 x1527 +512 x1484 -512 x1528 +1024 x1485 -1024 x1529 +2048 x1486 -2048 x1530 +4096 x1487 -4096 x1531 +8192 x1488 -8192 x1532 +16384 x1489 -16384 x1533 +32768 x1490 -32768 x1534 +65536 x1491 -65536 x1535 +131072 x1492 -131072 x1536 +262144 x1493 -262144 x1537 +524288 x1494 -524288 x1538 +1048576 x1495 -1048576 x1539 +2097152 x1496 -2097152 x1540 +4194304 x1497 -4194304 x1541 +8388608 x1498 -8388608 x1542 +16777216 x1499 -16777216 x1543 +33554432 x1500 -33554432 x1544 +67108864 x1501 -67108864 x1545 +134217728 x1502 -134217728 x1546 +268435456 x1503 -268435456 x1547 +536870912 x1504 -536870912 x1548 +1073741824 x1505 -1073741824 x1549 +2147483648 x1506 -2147483648 x1550 +4294967296 x1507 -4294967296 x1551 +8589934592 x1508 -8589934592 x1552 +17179869184 x1509 -17179869184 x1553 +34359738368 x1510 -34359738368 x1554 +68719476736 x1511 -68719476736 x1555 +137438953472 x1512 -137438953472 x1556 +274877906944 x1513 -274877906944 x1557 +549755813888 x1514 -549755813888 x1558 +1099511627776 x1515 -1099511627776 x1559 +2199023255552 x1516 -2199023255552 x1560 +4398046511104 x1517 -4398046511104 x1561 +8796093022208 x1518 -8796093022208 x1562 >= 1 ;
0.15/0.22	c   Computed activity: 0
0.15/0.22	c   Required: activity >= 1
0.15/0.22	c   Variable assignments: {x1475=0, x1519=0, x1476=0, x1520=0, x1477=0, x1521=0, x1478=0, x1522=0, x1479=0, x1523=0, x1480=0, x1524=0, x1481=0, x1525=0, x1482=0, x1526=0, x1483=0, x1527=0, x1484=0, x1528=0, x1485=0, x1529=0, x1486=0, x1530=0, x1487=0, x1531=0, x1488=0, x1532=0, x1489=0, x1533=0, x1490=0, x1534=0, x1491=0, x1535=0, x1492=0, x1536=0, x1493=0, x1537=0, x1494=0, x1538=0, x1495=0, x1539=0, x1496=0, x1540=0, x1497=0, x1541=0, x1498=0, x1542=0, x1499=0, x1543=0, x1500=0, x1544=0, x1501=0, x1545=0, x1502=0, x1546=0, x1503=0, x1547=0, x1504=0, x1548=0, x1505=0, x1549=0, x1506=0, x1550=0, x1507=0, x1551=0, x1508=0, x1552=0, x1509=0, x1553=0, x1510=0, x1554=0, x1511=0, x1555=0, x1512=0, x1556=0, x1513=0, x1557=0, x1514=0, x1558=0, x1515=0, x1559=0, x1516=0, x1560=0, x1517=0, x1561=0, x1518=0, x1562=0}}
0.15/0.22	c SCIP found a solution, but it is not feasible according to the original problem.
0.15/0.22	c ----------------------------------------------------------------------
0.15/0.22	c executing external solver (fallback): HOME/naps-1.03a6
0.15/0.22	c ----------------------------------------------------------------------
0.15/0.22	c command: HOME/naps-1.03a6 HOME/instance-4542007-1753211271.opb
0.15/0.22	c NaPS 1.03a6.
0.15/0.22	c Input file name: HOME/instance-4542007-1753211271.opb
3600.05/3610.00	c
3600.05/3610.00	c *** TERMINATED *** by signal 15
3600.05/3610.00	c _____________________________________________________________________________
3600.05/3610.00	c std/band forms        : 1,463
3600.05/3610.00	c 2cl/3cl ITE-codings   : 43,12849
3600.05/3610.00	c BDD/srt/adr Max costs : 11594,0,0
3600.05/3610.00	c BDDraw/bin/mul/srt/adr: 464,0,0,0,0
3600.05/3610.00	c BDD nodes             : 17183
3600.05/3610.00	c Es1/CC detections     : 0,0
3600.05/3610.00	c CC sort               : 0
3600.05/3610.00	c SAT/UNSAT calls       : 0,0
3600.05/3610.00	c regenrated variables  : 0
3600.05/3610.00	c eliminated fixed lits : 0
3600.05/3610.00	c goal lit flips        : 0
3600.05/3610.00	c goal stages           : 0
3600.05/3610.00	c goal shrink           : 0
3600.05/3610.00	c goal coeff separations: 0
3600.05/3610.00	c restarts              : 0
3600.05/3610.00	c conflicts             : 0              (0 /sec)
3600.05/3610.00	c decisions             : 0              (0 /sec)
3600.05/3610.00	c propagations          : 0              (0 /sec)
3600.05/3610.00	c inspects              : 0              (0 /sec)
3600.05/3610.00	c CPU time (solving tm) : 3597 s        (3597 s, SAT 0 s, UNSAT 0 s)
3600.05/3610.00	c Time for Opt-base     : 0 s
3600.05/3610.00	c Steps for Opt-base    : 0
3600.05/3610.00	c Time for BDD coding   : 0.08335 s
3600.05/3610.00	c Time for srt coding   : 0 s
3600.05/3610.00	c _____________________________________________________________________________
3600.05/3610.00	s UNKNOWN
3600.05/3610.02	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: 63708 MiB (62278 MiB free)
  memory of node 1: 64465 MiB (61350 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542007-1753211271/watcher-4542007-1753211271 -o /tmp/evaluation-result-4542007-1753211271/solver-4542007-1753211271 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1753211271-184956 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4542007-1753211271.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.el
solver pid=185012, runsolver pid=184997
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 1.07 1.13 1.72 6/270 185031
/proc/meminfo: memFree=126573968/131249996 swapFree=33010160/33010684
[pid=185012] ppid=184997 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/185012/stat : 185012 (scip-naps-1.00.) S 184997 185012 184945 0 -1 4194304 256 331 0 0 0 0 0 0 20 0 1 0 236805563 4292608 768 18446744073709551615 94042941239296 94042942133829 140726243791376 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042942372880 94042942420624 94042964615168 140726243793311 140726243793408 140726243793408 140726243799012 0
/proc/185012/statm: 1048 768 704 219 0 110 0
[pid=185030] ppid=185012 vsize=1184628 memory=28496 CPUtime=0.04 cores=4,6
/proc/185030/stat : 185030 (python3) R 185012 185012 184945 0 -1 4194304 3164 0 0 0 4 0 0 0 20 0 1 0 236805566 1213059072 7124 18446744073709551615 94136415551488 94136415551865 140735484875184 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94136415563160 94136415563780 94136434790400 140735484881238 140735484881440 140735484881440 140735484887015 0
/proc/185030/statm: 296157 7124 4564 1 0 268254 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 1188820 KiB
Current children cumulated memory: 31568 KiB

[startup+0.205357 s]*
/proc/loadavg: 1.07 1.13 1.72 6/270 185031
/proc/meminfo: memFree=126469640/131249996 swapFree=33010160/33010684
[pid=185012] ppid=184997 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/185012/stat : 185012 (scip-naps-1.00.) S 184997 185012 184945 0 -1 4194304 256 331 0 0 0 0 0 0 20 0 1 0 236805563 4292608 768 18446744073709551615 94042941239296 94042942133829 140726243791376 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042942372880 94042942420624 94042964615168 140726243793311 140726243793408 140726243793408 140726243799012 0
/proc/185012/statm: 1048 768 704 219 0 110 0
[pid=185030] ppid=185012 vsize=1214584 memory=65488 CPUtime=0.15 cores=4,6
/proc/185030/stat : 185030 (python3) R 185012 185012 184945 0 -1 4194304 9180 0 0 0 14 1 0 0 20 0 1 0 236805566 1243734016 16372 18446744073709551615 94136415551488 94136415551865 140735484875184 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94136415563160 94136415563780 94136434790400 140735484881238 140735484881440 140735484881440 140735484887015 0
/proc/185030/statm: 303646 16372 8084 1 0 275004 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 1218776 KiB
Current children cumulated memory: 68560 KiB

[startup+0.305725 s]*
/proc/loadavg: 1.07 1.13 1.72 6/274 185035
/proc/meminfo: memFree=126405632/131249996 swapFree=33010160/33010684
[pid=185012] ppid=184997 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/185012/stat : 185012 (scip-naps-1.00.) S 184997 185012 184945 0 -1 4194304 256 331 0 0 0 0 0 0 20 0 1 0 236805563 4292608 768 18446744073709551615 94042941239296 94042942133829 140726243791376 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042942372880 94042942420624 94042964615168 140726243793311 140726243793408 140726243793408 140726243799012 0
/proc/185012/statm: 1048 768 704 219 0 110 0
[pid=185030] ppid=185012 vsize=1216544 memory=67664 CPUtime=0.17 cores=4,6
/proc/185030/stat : 185030 (python3) S 185012 185012 184945 0 -1 4194304 9870 0 0 0 15 2 0 0 20 0 1 0 236805566 1245741056 16916 18446744073709551615 94136415551488 94136415551865 140735484875184 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94136415563160 94136415563780 94136434790400 140735484881238 140735484881440 140735484881440 140735484887015 0
/proc/185030/statm: 304136 16916 8148 1 0 275494 0
[pid=185032] ppid=185030 vsize=13876 memory=12416 CPUtime=0.07 cores=4,6
/proc/185032/stat : 185032 (naps-1.03a6) R 185030 185032 185032 0 -1 4194304 2843 0 0 0 7 0 0 0 20 0 1 0 236805585 14209024 3104 18446744073709551615 4198400 7047149 140733022953856 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 11317248 140733022955903 140733022956017 140733022956017 140733022961609 0
/proc/185032/statm: 3469 3104 544 696 0 2630 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 1234612 KiB
Current children cumulated memory: 83152 KiB

[startup+0.700194 s]
/proc/loadavg: 1.07 1.13 1.72 6/274 185035
/proc/meminfo: memFree=126385472/131249996 swapFree=33010160/33010684
[pid=185012] ppid=184997 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/185012/stat : 185012 (scip-naps-1.00.) S 184997 185012 184945 0 -1 4194304 256 331 0 0 0 0 0 0 20 0 1 0 236805563 4292608 768 18446744073709551615 94042941239296 94042942133829 140726243791376 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042942372880 94042942420624 94042964615168 140726243793311 140726243793408 140726243793408 140726243799012 0
/proc/185012/statm: 1048 768 704 219 0 110 0
[pid=185030] ppid=185012 vsize=1216544 memory=67664 CPUtime=0.17 cores=4,6
/proc/185030/stat : 185030 (python3) S 185012 185012 184945 0 -1 4194304 9870 0 0 0 15 2 0 0 20 0 1 0 236805566 1245741056 16916 18446744073709551615 94136415551488 94136415551865 140735484875184 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94136415563160 94136415563780 94136434790400 140735484881238 140735484881440 140735484881440 140735484887015 0
/proc/185030/statm: 304136 16916 8148 1 0 275494 0
[pid=185032] ppid=185030 vsize=21336 memory=18472 CPUtime=0.47 cores=4,6
/proc/185032/stat : 185032 (naps-1.03a6) R 185030 185032 185032 0 -1 4194304 5425 0 0 0 46 1 0 0 20 0 1 0 236805585 21848064 4618 18446744073709551615 4198400 7047149 140733022953856 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 11317248 140733022955903 140733022956017 140733022956017 140733022961609 0
/proc/185032/statm: 5334 4618 544 696 0 4495 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 1242072 KiB
Current children cumulated memory: 89208 KiB

[startup+1.50017 s]
/proc/loadavg: 1.07 1.13 1.72 6/274 185035
/proc/meminfo: memFree=126378920/131249996 swapFree=33010160/33010684
[pid=185012] ppid=184997 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/185012/stat : 185012 (scip-naps-1.00.) S 184997 185012 184945 0 -1 4194304 256 331 0 0 0 0 0 0 20 0 1 0 236805563 4292608 768 18446744073709551615 94042941239296 94042942133829 140726243791376 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042942372880 94042942420624 94042964615168 140726243793311 140726243793408 140726243793408 140726243799012 0
/proc/185012/statm: 1048 768 704 219 0 110 0
[pid=185030] ppid=185012 vsize=1216544 memory=67664 CPUtime=0.17 cores=4,6
/proc/185030/stat : 185030 (python3) S 185012 185012 184945 0 -1 4194304 9870 0 0 0 15 2 0 0 20 0 1 0 236805566 1245741056 16916 18446744073709551615 94136415551488 94136415551865 140735484875184 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94136415563160 94136415563780 94136434790400 140735484881238 140735484881440 140735484881440 140735484887015 0
/proc/185030/statm: 304136 16916 8148 1 0 275494 0
[pid=185032] ppid=185030 vsize=27420 memory=21972 CPUtime=1.26 cores=4,6
/proc/185032/stat : 185032 (naps-1.03a6) R 185030 185032 185032 0 -1 4194304 6771 0 0 0 125 1 0 0 20 0 1 0 236805585 28078080 5493 18446744073709551615 4198400 7047149 140733022953856 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 11317248 140733022955903 140733022956017 140733022956017 140733022961609 0
/proc/185032/statm: 6855 5493 544 696 0 6016 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 1248156 KiB
Current children cumulated memory: 92708 KiB

[startup+3.1052 s]
/proc/loadavg: 1.31 1.17 1.73 6/274 185035
/proc/meminfo: memFree=126370672/131249996 swapFree=33010160/33010684
[pid=185012] ppid=184997 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/185012/stat : 185012 (scip-naps-1.00.) S 184997 185012 184945 0 -1 4194304 256 331 0 0 0 0 0 0 20 0 1 0 236805563 4292608 768 18446744073709551615 94042941239296 94042942133829 140726243791376 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042942372880 94042942420624 94042964615168 140726243793311 140726243793408 140726243793408 140726243799012 0
/proc/185012/statm: 1048 768 704 219 0 110 0
[pid=185030] ppid=185012 vsize=1216544 memory=67664 CPUtime=0.17 cores=4,6
/proc/185030/stat : 185030 (python3) S 185012 185012 184945 0 -1 4194304 9870 0 0 0 15 2 0 0 20 0 1 0 236805566 1245741056 16916 18446744073709551615 94136415551488 94136415551865 140735484875184 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94136415563160 94136415563780 94136434790400 140735484881238 140735484881440 140735484881440 140735484887015 0
/proc/185030/statm: 304136 16916 8148 1 0 275494 0
[pid=185032] ppid=185030 vsize=27416 memory=22396 CPUtime=2.86 cores=4,6
/proc/185032/stat : 185032 (naps-1.03a6) R 185030 185032 185032 0 -1 4194304 6964 0 0 0 285 1 0 0 20 0 1 0 236805585 28073984 5599 18446744073709551615 4198400 7047149 140733022953856 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 11317248 140733022955903 140733022956017 140733022956017 140733022961609 0
/proc/185032/statm: 6854 5599 544 696 0 6015 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 1248152 KiB
Current children cumulated memory: 93132 KiB

[startup+6.30016 s]
/proc/loadavg: 1.31 1.17 1.73 6/274 185035
/proc/meminfo: memFree=126367492/131249996 swapFree=33010160/33010684
[pid=185012] ppid=184997 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/185012/stat : 185012 (scip-naps-1.00.) S 184997 185012 184945 0 -1 4194304 256 331 0 0 0 0 0 0 20 0 1 0 236805563 4292608 768 18446744073709551615 94042941239296 94042942133829 140726243791376 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042942372880 94042942420624 94042964615168 140726243793311 140726243793408 140726243793408 140726243799012 0
/proc/185012/statm: 1048 768 704 219 0 110 0
[pid=185030] ppid=185012 vsize=1216544 memory=67664 CPUtime=0.17 cores=4,6
/proc/185030/stat : 185030 (python3) S 185012 185012 184945 0 -1 4194304 9870 0 0 0 15 2 0 0 20 0 1 0 236805566 1245741056 16916 18446744073709551615 94136415551488 94136415551865 140735484875184 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94136415563160 94136415563780 94136434790400 140735484881238 140735484881440 140735484881440 140735484887015 0
/proc/185030/statm: 304136 16916 8148 1 0 275494 0
[pid=185032] ppid=185030 vsize=27416 memory=23292 CPUtime=6.05 cores=4,6
/proc/185032/stat : 185032 (naps-1.03a6) R 185030 185032 185032 0 -1 4194304 7201 0 0 0 604 1 0 0 20 0 1 0 236805585 28073984 5823 18446744073709551615 4198400 7047149 140733022953856 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 11317248 140733022955903 140733022956017 140733022956017 140733022961609 0
/proc/185032/statm: 6854 5823 544 696 0 6015 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 1248152 KiB
Current children cumulated memory: 94028 KiB

[startup+12.7002 s]
/proc/loadavg: 1.52 1.22 1.74 6/274 185035
/proc/meminfo: memFree=126354600/131249996 swapFree=33010160/33010684
[pid=185012] ppid=184997 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/185012/stat : 185012 (scip-naps-1.00.) S 184997 185012 184945 0 -1 4194304 256 331 0 0 0 0 0 0 20 0 1 0 236805563 4292608 768 18446744073709551615 94042941239296 94042942133829 140726243791376 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042942372880 94042942420624 94042964615168 140726243793311 140726243793408 140726243793408 140726243799012 0
/proc/185012/statm: 1048 768 704 219 0 110 0
[pid=185030] ppid=185012 vsize=1216544 memory=67664 CPUtime=0.17 cores=4,6
/proc/185030/stat : 185030 (python3) S 185012 185012 184945 0 -1 4194304 9870 0 0 0 15 2 0 0 20 0 1 0 236805566 1245741056 16916 18446744073709551615 94136415551488 94136415551865 140735484875184 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94136415563160 94136415563780 94136434790400 140735484881238 140735484881440 140735484881440 140735484887015 0
/proc/185030/statm: 304136 16916 8148 1 0 275494 0
[pid=185032] ppid=185030 vsize=27300 memory=23804 CPUtime=12.43 cores=4,6
/proc/185032/stat : 185032 (naps-1.03a6) R 185030 185032 185032 0 -1 4194304 7342 0 0 0 1242 1 0 0 20 0 1 0 236805585 27955200 5951 18446744073709551615 4198400 7047149 140733022953856 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 11317248 140733022955903 140733022956017 140733022956017 140733022961609 0
/proc/185032/statm: 6825 5951 544 696 0 5986 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 1248036 KiB
Current children cumulated memory: 94540 KiB

[startup+25.5002 s]
/proc/loadavg: 2.07 1.36 1.78 6/274 185035
/proc/meminfo: memFree=126315060/131249996 swapFree=33010160/33010684
[pid=185012] ppid=184997 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/185012/stat : 185012 (scip-naps-1.00.) S 184997 185012 184945 0 -1 4194304 256 331 0 0 0 0 0 0 20 0 1 0 236805563 4292608 768 18446744073709551615 94042941239296 94042942133829 140726243791376 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042942372880 94042942420624 94042964615168 140726243793311 140726243793408 140726243793408 140726243799012 0
/proc/185012/statm: 1048 768 704 219 0 110 0
[pid=185030] ppid=185012 vsize=1216544 memory=67664 CPUtime=0.17 cores=4,6
/proc/185030/stat : 185030 (python3) S 185012 185012 184945 0 -1 4194304 9870 0 0 0 15 2 0 0 20 0 1 0 236805566 1245741056 16916 18446744073709551615 94136415551488 94136415551865 140735484875184 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94136415563160 94136415563780 94136434790400 140735484881238 140735484881440 140735484881440 140735484887015 0
/proc/185030/statm: 304136 16916 8148 1 0 275494 0
[pid=185032] ppid=185030 vsize=39588 memory=33176 CPUtime=25.18 cores=4,6
/proc/185032/stat : 185032 (naps-1.03a6) R 185030 185032 185032 0 -1 4194304 9749 0 0 0 2517 1 0 0 20 0 1 0 236805585 40538112 8294 18446744073709551615 4198400 7047149 140733022953856 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 11317248 140733022955903 140733022956017 140733022956017 140733022961609 0
/proc/185032/statm: 9897 8294 544 696 0 9058 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 1260324 KiB
Current children cumulated memory: 103912 KiB

[startup+51.1051 s]
/proc/loadavg: 2.80 1.59 1.84 6/274 185036
/proc/meminfo: memFree=126306988/131249996 swapFree=33010160/33010684
[pid=185012] ppid=184997 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/185012/stat : 185012 (scip-naps-1.00.) S 184997 185012 184945 0 -1 4194304 256 331 0 0 0 0 0 0 20 0 1 0 236805563 4292608 768 18446744073709551615 94042941239296 94042942133829 140726243791376 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042942372880 94042942420624 94042964615168 140726243793311 140726243793408 140726243793408 140726243799012 0
/proc/185012/statm: 1048 768 704 219 0 110 0
[pid=185030] ppid=185012 vsize=1216544 memory=67664 CPUtime=0.17 cores=4,6
/proc/185030/stat : 185030 (python3) S 185012 185012 184945 0 -1 4194304 9870 0 0 0 15 2 0 0 20 0 1 0 236805566 1245741056 16916 18446744073709551615 94136415551488 94136415551865 140735484875184 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94136415563160 94136415563780 94136434790400 140735484881238 140735484881440 140735484881440 140735484887015 0
/proc/185030/statm: 304136 16916 8148 1 0 275494 0
[pid=185032] ppid=185030 vsize=31372 memory=25756 CPUtime=50.71 cores=4,6
/proc/185032/stat : 185032 (naps-1.03a6) R 185030 185032 185032 0 -1 4194304 12207 0 0 0 5069 2 0 0 20 0 1 0 236805585 32124928 6439 18446744073709551615 4198400 7047149 140733022953856 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 11317248 140733022955903 140733022956017 140733022956017 140733022961609 0
/proc/185032/statm: 7843 6439 544 696 0 7004 0
Current children cumulated CPU time: 50.88 s
Current children cumulated vsize: 1252108 KiB
Current children cumulated memory: 96492 KiB

[startup+102.3 s]
/proc/loadavg: 3.54 1.98 1.96 6/274 185037
/proc/meminfo: memFree=126297168/131249996 swapFree=33010160/33010684
[pid=185012] ppid=184997 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/185012/stat : 185012 (scip-naps-1.00.) S 184997 185012 184945 0 -1 4194304 256 331 0 0 0 0 0 0 20 0 1 0 236805563 4292608 768 18446744073709551615 94042941239296 94042942133829 140726243791376 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042942372880 94042942420624 94042964615168 140726243793311 140726243793408 140726243793408 140726243799012 0
/proc/185012/statm: 1048 768 704 219 0 110 0
[pid=185030] ppid=185012 vsize=1216544 memory=67664 CPUtime=0.17 cores=4,6
/proc/185030/stat : 185030 (python3) S 185012 185012 184945 0 -1 4194304 9870 0 0 0 15 2 0 0 20 0 1 0 236805566 1245741056 16916 18446744073709551615 94136415551488 94136415551865 140735484875184 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94136415563160 94136415563780 94136434790400 140735484881238 140735484881440 140735484881440 140735484887015 0
/proc/185030/statm: 304136 16916 8148 1 0 275494 0
[pid=185032] ppid=185030 vsize=35516 memory=31748 CPUtime=101.75 cores=4,6
/proc/185032/stat : 185032 (naps-1.03a6) R 185030 185032 185032 0 -1 4194304 44880 0 0 0 10164 11 0 0 20 0 1 0 236805585 36368384 7937 18446744073709551615 4198400 7047149 140733022953856 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 11317248 140733022955903 140733022956017 140733022956017 140733022961609 0
/proc/185032/statm: 8879 7937 544 696 0 8040 0
Current children cumulated CPU time: 101.92 s

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

/proc/meminfo: memFree=126129308/131249996 swapFree=33010160/33010684
[pid=185012] ppid=184997 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/185012/stat : 185012 (scip-naps-1.00.) S 184997 185012 184945 0 -1 4194304 256 331 0 0 0 0 0 0 20 0 1 0 236805563 4292608 768 18446744073709551615 94042941239296 94042942133829 140726243791376 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042942372880 94042942420624 94042964615168 140726243793311 140726243793408 140726243793408 140726243799012 0
/proc/185012/statm: 1048 768 704 219 0 110 0
[pid=185030] ppid=185012 vsize=1216544 memory=69072 CPUtime=0.17 cores=4,6
/proc/185030/stat : 185030 (python3) S 185012 185012 184945 0 -1 4194304 9870 0 0 0 15 2 0 0 20 0 1 0 236805566 1245741056 17268 18446744073709551615 94136415551488 94136415551865 140735484875184 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94136415563160 94136415563780 94136434790400 140735484881238 140735484881440 140735484881440 140735484887015 0
/proc/185030/statm: 304136 17268 8148 1 0 275494 0
[pid=185032] ppid=185030 vsize=61652 memory=53528 CPUtime=3153.32 cores=4,6
/proc/185032/stat : 185032 (naps-1.03a6) R 185030 185032 185032 0 -1 4194304 923167 0 0 0 315033 299 0 0 20 0 1 0 236805585 63131648 13382 18446744073709551615 4198400 7047149 140733022953856 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 11317248 140733022955903 140733022956017 140733022956017 140733022961609 0
/proc/185032/statm: 15413 13382 544 696 0 14574 0
Current children cumulated CPU time: 3153.49 s
Current children cumulated vsize: 1282388 KiB
Current children cumulated memory: 125672 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.10 4.02 6/271 185193
/proc/meminfo: memFree=126136128/131249996 swapFree=33010160/33010684
[pid=185012] ppid=184997 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/185012/stat : 185012 (scip-naps-1.00.) S 184997 185012 184945 0 -1 4194304 256 331 0 0 0 0 0 0 20 0 1 0 236805563 4292608 768 18446744073709551615 94042941239296 94042942133829 140726243791376 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042942372880 94042942420624 94042964615168 140726243793311 140726243793408 140726243793408 140726243799012 0
/proc/185012/statm: 1048 768 704 219 0 110 0
[pid=185030] ppid=185012 vsize=1216544 memory=69072 CPUtime=0.17 cores=4,6
/proc/185030/stat : 185030 (python3) S 185012 185012 184945 0 -1 4194304 9870 0 0 0 15 2 0 0 20 0 1 0 236805566 1245741056 17268 18446744073709551615 94136415551488 94136415551865 140735484875184 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94136415563160 94136415563780 94136434790400 140735484881238 140735484881440 140735484881440 140735484887015 0
/proc/185030/statm: 304136 17268 8148 1 0 275494 0
[pid=185032] ppid=185030 vsize=61652 memory=53528 CPUtime=3213.18 cores=4,6
/proc/185032/stat : 185032 (naps-1.03a6) R 185030 185032 185032 0 -1 4194304 927443 0 0 0 321016 302 0 0 20 0 1 0 236805585 63131648 13382 18446744073709551615 4198400 7047149 140733022953856 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 11317248 140733022955903 140733022956017 140733022956017 140733022961609 0
/proc/185032/statm: 15413 13382 544 696 0 14574 0
Current children cumulated CPU time: 3213.35 s
Current children cumulated vsize: 1282388 KiB
Current children cumulated memory: 125672 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.09 4.02 6/271 185195
/proc/meminfo: memFree=126125248/131249996 swapFree=33010160/33010684
[pid=185012] ppid=184997 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/185012/stat : 185012 (scip-naps-1.00.) S 184997 185012 184945 0 -1 4194304 256 331 0 0 0 0 0 0 20 0 1 0 236805563 4292608 768 18446744073709551615 94042941239296 94042942133829 140726243791376 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042942372880 94042942420624 94042964615168 140726243793311 140726243793408 140726243793408 140726243799012 0
/proc/185012/statm: 1048 768 704 219 0 110 0
[pid=185030] ppid=185012 vsize=1216544 memory=69072 CPUtime=0.17 cores=4,6
/proc/185030/stat : 185030 (python3) S 185012 185012 184945 0 -1 4194304 9870 0 0 0 15 2 0 0 20 0 1 0 236805566 1245741056 17268 18446744073709551615 94136415551488 94136415551865 140735484875184 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94136415563160 94136415563780 94136434790400 140735484881238 140735484881440 140735484881440 140735484887015 0
/proc/185030/statm: 304136 17268 8148 1 0 275494 0
[pid=185032] ppid=185030 vsize=61652 memory=51480 CPUtime=3273.02 cores=4,6
/proc/185032/stat : 185032 (naps-1.03a6) R 185030 185032 185032 0 -1 4194304 928036 0 0 0 327000 302 0 0 20 0 1 0 236805585 63131648 12870 18446744073709551615 4198400 7047149 140733022953856 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 11317248 140733022955903 140733022956017 140733022956017 140733022961609 0
/proc/185032/statm: 15413 12870 544 696 0 14574 0
Current children cumulated CPU time: 3273.19 s
Current children cumulated vsize: 1282388 KiB
Current children cumulated memory: 123624 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.09 4.02 6/270 185197
/proc/meminfo: memFree=126125840/131249996 swapFree=33010160/33010684
[pid=185012] ppid=184997 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/185012/stat : 185012 (scip-naps-1.00.) S 184997 185012 184945 0 -1 4194304 256 331 0 0 0 0 0 0 20 0 1 0 236805563 4292608 768 18446744073709551615 94042941239296 94042942133829 140726243791376 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042942372880 94042942420624 94042964615168 140726243793311 140726243793408 140726243793408 140726243799012 0
/proc/185012/statm: 1048 768 704 219 0 110 0
[pid=185030] ppid=185012 vsize=1216544 memory=69072 CPUtime=0.17 cores=4,6
/proc/185030/stat : 185030 (python3) S 185012 185012 184945 0 -1 4194304 9870 0 0 0 15 2 0 0 20 0 1 0 236805566 1245741056 17268 18446744073709551615 94136415551488 94136415551865 140735484875184 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94136415563160 94136415563780 94136434790400 140735484881238 140735484881440 140735484881440 140735484887015 0
/proc/185030/statm: 304136 17268 8148 1 0 275494 0
[pid=185032] ppid=185030 vsize=61652 memory=53528 CPUtime=3332.87 cores=4,6
/proc/185032/stat : 185032 (naps-1.03a6) R 185030 185032 185032 0 -1 4194304 929005 0 0 0 332985 302 0 0 20 0 1 0 236805585 63131648 13382 18446744073709551615 4198400 7047149 140733022953856 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 11317248 140733022955903 140733022956017 140733022956017 140733022961609 0
/proc/185032/statm: 15413 13382 544 696 0 14574 0
Current children cumulated CPU time: 3333.04 s
Current children cumulated vsize: 1282388 KiB
Current children cumulated memory: 125672 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.10 4.02 6/270 185199
/proc/meminfo: memFree=126128348/131249996 swapFree=33010160/33010684
[pid=185012] ppid=184997 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/185012/stat : 185012 (scip-naps-1.00.) S 184997 185012 184945 0 -1 4194304 256 331 0 0 0 0 0 0 20 0 1 0 236805563 4292608 768 18446744073709551615 94042941239296 94042942133829 140726243791376 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042942372880 94042942420624 94042964615168 140726243793311 140726243793408 140726243793408 140726243799012 0
/proc/185012/statm: 1048 768 704 219 0 110 0
[pid=185030] ppid=185012 vsize=1216544 memory=69072 CPUtime=0.17 cores=4,6
/proc/185030/stat : 185030 (python3) S 185012 185012 184945 0 -1 4194304 9870 0 0 0 15 2 0 0 20 0 1 0 236805566 1245741056 17268 18446744073709551615 94136415551488 94136415551865 140735484875184 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94136415563160 94136415563780 94136434790400 140735484881238 140735484881440 140735484881440 140735484887015 0
/proc/185030/statm: 304136 17268 8148 1 0 275494 0
[pid=185032] ppid=185030 vsize=61652 memory=53528 CPUtime=3392.72 cores=4,6
/proc/185032/stat : 185032 (naps-1.03a6) R 185030 185032 185032 0 -1 4194304 930712 0 0 0 338969 303 0 0 20 0 1 0 236805585 63131648 13382 18446744073709551615 4198400 7047149 140733022953856 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 11317248 140733022955903 140733022956017 140733022956017 140733022961609 0
/proc/185032/statm: 15413 13382 544 696 0 14574 0
Current children cumulated CPU time: 3392.89 s
Current children cumulated vsize: 1282388 KiB
Current children cumulated memory: 125672 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.10 4.02 6/271 185202
/proc/meminfo: memFree=126113868/131249996 swapFree=33010160/33010684
[pid=185012] ppid=184997 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/185012/stat : 185012 (scip-naps-1.00.) S 184997 185012 184945 0 -1 4194304 256 331 0 0 0 0 0 0 20 0 1 0 236805563 4292608 768 18446744073709551615 94042941239296 94042942133829 140726243791376 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042942372880 94042942420624 94042964615168 140726243793311 140726243793408 140726243793408 140726243799012 0
/proc/185012/statm: 1048 768 704 219 0 110 0
[pid=185030] ppid=185012 vsize=1216544 memory=69072 CPUtime=0.17 cores=4,6
/proc/185030/stat : 185030 (python3) S 185012 185012 184945 0 -1 4194304 9870 0 0 0 15 2 0 0 20 0 1 0 236805566 1245741056 17268 18446744073709551615 94136415551488 94136415551865 140735484875184 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94136415563160 94136415563780 94136434790400 140735484881238 140735484881440 140735484881440 140735484887015 0
/proc/185030/statm: 304136 17268 8148 1 0 275494 0
[pid=185032] ppid=185030 vsize=78040 memory=65244 CPUtime=3452.56 cores=4,6
/proc/185032/stat : 185032 (naps-1.03a6) R 185030 185032 185032 0 -1 4194304 958007 0 0 0 344944 312 0 0 20 0 1 0 236805585 79912960 16311 18446744073709551615 4198400 7047149 140733022953856 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 11317248 140733022955903 140733022956017 140733022956017 140733022961609 0
/proc/185032/statm: 19510 16311 544 696 0 18671 0
Current children cumulated CPU time: 3452.73 s
Current children cumulated vsize: 1298776 KiB
Current children cumulated memory: 137388 KiB

[startup+3522.3 s]
/proc/loadavg: 4.04 4.08 4.02 6/272 185211
/proc/meminfo: memFree=126129160/131249996 swapFree=33010160/33010684
[pid=185012] ppid=184997 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/185012/stat : 185012 (scip-naps-1.00.) S 184997 185012 184945 0 -1 4194304 256 331 0 0 0 0 0 0 20 0 1 0 236805563 4292608 768 18446744073709551615 94042941239296 94042942133829 140726243791376 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042942372880 94042942420624 94042964615168 140726243793311 140726243793408 140726243793408 140726243799012 0
/proc/185012/statm: 1048 768 704 219 0 110 0
[pid=185030] ppid=185012 vsize=1216544 memory=69072 CPUtime=0.17 cores=4,6
/proc/185030/stat : 185030 (python3) S 185012 185012 184945 0 -1 4194304 9870 0 0 0 15 2 0 0 20 0 1 0 236805566 1245741056 17268 18446744073709551615 94136415551488 94136415551865 140735484875184 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94136415563160 94136415563780 94136434790400 140735484881238 140735484881440 140735484881440 140735484887015 0
/proc/185030/statm: 304136 17268 8148 1 0 275494 0
[pid=185032] ppid=185030 vsize=61652 memory=55576 CPUtime=3512.4 cores=4,6
/proc/185032/stat : 185032 (naps-1.03a6) R 185030 185032 185032 0 -1 4194304 969137 0 0 0 350924 316 0 0 20 0 1 0 236805585 63131648 13894 18446744073709551615 4198400 7047149 140733022953856 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 11317248 140733022955903 140733022956017 140733022956017 140733022961609 0
/proc/185032/statm: 15413 13894 544 696 0 14574 0
Current children cumulated CPU time: 3512.57 s
Current children cumulated vsize: 1282388 KiB
Current children cumulated memory: 127720 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.09 4.02 6/272 185213
/proc/meminfo: memFree=126120984/131249996 swapFree=33010160/33010684
[pid=185012] ppid=184997 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/185012/stat : 185012 (scip-naps-1.00.) S 184997 185012 184945 0 -1 4194304 256 331 0 0 0 0 0 0 20 0 1 0 236805563 4292608 768 18446744073709551615 94042941239296 94042942133829 140726243791376 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042942372880 94042942420624 94042964615168 140726243793311 140726243793408 140726243793408 140726243799012 0
/proc/185012/statm: 1048 768 704 219 0 110 0
[pid=185030] ppid=185012 vsize=1216544 memory=69072 CPUtime=0.17 cores=4,6
/proc/185030/stat : 185030 (python3) S 185012 185012 184945 0 -1 4194304 9870 0 0 0 15 2 0 0 20 0 1 0 236805566 1245741056 17268 18446744073709551615 94136415551488 94136415551865 140735484875184 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94136415563160 94136415563780 94136434790400 140735484881238 140735484881440 140735484881440 140735484887015 0
/proc/185030/statm: 304136 17268 8148 1 0 275494 0
[pid=185032] ppid=185030 vsize=69848 memory=61980 CPUtime=3572.26 cores=4,6
/proc/185032/stat : 185032 (naps-1.03a6) R 185030 185032 185032 0 -1 4194304 971255 0 0 0 356909 317 0 0 20 0 1 0 236805585 71524352 15495 18446744073709551615 4198400 7047149 140733022953856 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 11317248 140733022955903 140733022956017 140733022956017 140733022961609 0
/proc/185032/statm: 17462 15495 544 696 0 16623 0
Current children cumulated CPU time: 3572.43 s
Current children cumulated vsize: 1290584 KiB
Current children cumulated memory: 134124 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610 s]*
/proc/loadavg: 4.07 4.08 4.02 2/254 185238
/proc/meminfo: memFree=126445404/131249996 swapFree=33010160/33010684
[pid=185012] ppid=184997 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/185012/stat : 185012 (scip-naps-1.00.) S 184997 185012 184945 0 -1 4194304 256 331 0 0 0 0 0 0 20 0 1 0 236805563 4292608 768 18446744073709551615 94042941239296 94042942133829 140726243791376 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042942372880 94042942420624 94042964615168 140726243793311 140726243793408 140726243793408 140726243799012 0
/proc/185012/statm: 1048 768 704 219 0 110 0
[pid=185030] ppid=185012 vsize=1216544 memory=69072 CPUtime=0.17 cores=4,6
/proc/185030/stat : 185030 (python3) S 185012 185012 184945 0 -1 4194304 9870 0 0 0 15 2 0 0 20 0 1 0 236805566 1245741056 17268 18446744073709551615 94136415551488 94136415551865 140735484875184 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94136415563160 94136415563780 94136434790400 140735484881238 140735484881440 140735484881440 140735484887015 0
/proc/185030/statm: 304136 17268 8148 1 0 275494 0
[pid=185032] ppid=185030 vsize=69848 memory=63196 CPUtime=3599.88 cores=4,6
/proc/185032/stat : 185032 (naps-1.03a6) R 185030 185032 185032 0 -1 4194304 979199 0 0 0 359669 319 0 0 20 0 1 0 236805585 71524352 15799 18446744073709551615 4198400 7047149 140733022953856 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 11317248 140733022955903 140733022956017 140733022956017 140733022961609 0
/proc/185032/statm: 17462 15799 544 696 0 16623 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 1290584 KiB
Current children cumulated memory: 135340 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3596.87 s, system=3.22944 s

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

Child status: 143

Real time (s): 3610.03
CPU time (s): 3600.1
CPU user time (s): 3596.87
CPU system time (s): 3.22944
CPU usage (%): 99.7249
Max. virtual memory (cumulated for all children) (KiB): 1331548
Max. memory (cumulated for all children) (KiB): 159884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.87
system time used= 3.22944
maximum resident set size= 87740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 993884
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= 491
involuntary context switches= 4395


# summary of solver processes directly reported to runsolver:
#   pid: 185012
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3596.87
#   total CPU system time (s): 3.22944

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.25491 second user time and 15.2772 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-07-22 21:07:51
IDJOB=4542007
IDBENCH=163705
IDSOLVER=3368
FILE ID=nodeC029/4542007-1753211271
RUNJOBID= nodeC029-1753211271-184956
SLURM_JOB_ID= 9687792
Free space on /tmp= 433020 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/diag_spec/normalized-22diag_spec_greater.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542007-1753211271/watcher-4542007-1753211271 -o /tmp/evaluation-result-4542007-1753211271/solver-4542007-1753211271 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1753211271-184956 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4542007-1753211271.opb

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

MD5SUM BENCH= 808e9faff4b516f7872d7344d1ed451f
RANDOM SEED=193722180

nodeC029 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		: 3600.532
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.46
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.728
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.46
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		: 3599.831
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.46
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		: 3599.975
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.46
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.724
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.46
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.882
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.46
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		: 3389.241
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.46
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		: 3597.535
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126572880 kB
MemAvailable:   129667368 kB
Buffers:            2128 kB
Cached:          3855352 kB
SwapCached:           36 kB
Active:          1307176 kB
Inactive:        2615580 kB
Active(anon):      86776 kB
Inactive(anon):     4716 kB
Active(file):    1220400 kB
Inactive(file):  2610864 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             22224 kB
Writeback:            12 kB
AnonPages:         68332 kB
Mapped:           109800 kB
Shmem:             26216 kB
KReclaimable:     204924 kB
Slab:             302596 kB
SReclaimable:     204924 kB
SUnreclaim:        97672 kB
KernelStack:        4116 kB
PageTables:         2912 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     341868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3968 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433000 MiB
End job on nodeC029 at 2025-07-22 22:08:01