Trace number 4541819

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.12 3609.12

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/array_comm/arraycomm_teq/normalized-20arraycomm_teq_less.opb
MD5SUM68f7bc0686d678a8453a91094299b359
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.634066
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2480
Total number of constraints3681
Number of constraints which are clauses2400
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1281
Minimum length of a constraint2
Maximum length of a constraint80
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 549755813888
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 2199023255551
Number of bits of the biggest sum of numbers41
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.21	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4541819-1753210631.opb
0.07/0.21	c Solving mode: decision
0.07/0.21	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
0.07/0.21	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.07/0.21	c original problem has 2480 variables (2480 bin, 0 int, 0 impl, 0 cont) and 3681 constraints
0.07/0.21	c presolving:
0.07/0.21	c (round 1, fast)       520 del vars, 520 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 840 clqs
0.07/0.21	c (round 2, exhaustive) 520 del vars, 1720 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 840 clqs
0.07/0.21	c (round 3, exhaustive) 520 del vars, 1720 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1201 upgd conss, 0 impls, 840 clqs
0.07/0.21	c (round 4, fast)       520 del vars, 1720 del conss, 0 add conss, 0 chg bounds, 1 chg sides, 78 chg coeffs, 1201 upgd conss, 0 impls, 840 clqs
0.07/0.21	c (round 5, exhaustive) 520 del vars, 2920 del conss, 400 add conss, 0 chg bounds, 1 chg sides, 78 chg coeffs, 1201 upgd conss, 0 impls, 841 clqs
0.07/0.21	c    (0.0s) probing: 51/1960 (2.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.07/0.21	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.07/0.21	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.07/0.21	c    (0.0s) no symmetry present (symcode time: 0.00)
0.07/0.21	c presolving (6 rounds: 6 fast, 4 medium, 4 exhaustive):
0.07/0.21	c  520 deleted vars, 2920 deleted constraints, 400 added constraints, 0 tightened bounds, 0 added holes, 1 changed sides, 78 changed coefficients
0.07/0.21	c  0 implications, 841 cliques
0.07/0.21	c presolved problem has 1960 variables (1960 bin, 0 int, 0 impl, 0 cont) and 1161 constraints
0.07/0.21	c       1 constraints of type <knapsack>
0.07/0.21	c     400 constraints of type <and>
0.07/0.21	c     760 constraints of type <linear>
0.07/0.21	c transformed objective value is always integral (scale: 1)
0.07/0.21	c Presolving Time: 0.03
0.07/0.21	c 
0.07/0.21	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.21	c p 0.0s|     1 |     0 |     2 |     - |  clique|   0 |1960 |1161 |1561 |   0 |  0 |   0 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| unknown
0.07/0.21	c 
0.07/0.21	c SCIP Status        : problem is solved [optimal solution found]
0.07/0.21	c Solving Time (sec) : 0.05
0.07/0.21	c Solving Nodes      : 1
0.07/0.21	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
0.07/0.21	c Dual Bound         : +0.00000000000000e+00
0.07/0.21	c Gap                : 0.00 %
0.07/0.21	c [VIOLATION] Line 18: -1 x2441 +1 x2401 -2 x2442 +2 x2402 -4 x2443 +4 x2403 -8 x2444 +8 x2404 -16 x2445 +16 x2405 -32 x2446 +32 x2406 -64 x2447 +64 x2407 -128 x2448 +128 x2408 -256 x2449 +256 x2409 -512 x2450 +512 x2410 -1024 x2451 +1024 x2411 -2048 x2452 +2048 x2412 -4096 x2453 +4096 x2413 -8192 x2454 +8192 x2414 -16384 x2455 +16384 x2415 -32768 x2456 +32768 x2416 -65536 x2457 +65536 x2417 -131072 x2458 +131072 x2418 -262144 x2459 +262144 x2419 -524288 x2460 +524288 x2420 -1048576 x2461 +1048576 x2421 -2097152 x2462 +2097152 x2422 -4194304 x2463 +4194304 x2423 -8388608 x2464 +8388608 x2424 -16777216 x2465 +16777216 x2425 -33554432 x2466 +33554432 x2426 -67108864 x2467 +67108864 x2427 -134217728 x2468 +134217728 x2428 -268435456 x2469 +268435456 x2429 -536870912 x2470 +536870912 x2430 -1073741824 x2471 +1073741824 x2431 -2147483648 x2472 +2147483648 x2432 -4294967296 x2473 +4294967296 x2433 -8589934592 x2474 +8589934592 x2434 -17179869184 x2475 +17179869184 x2435 -34359738368 x2476 +34359738368 x2436 -68719476736 x2477 +68719476736 x2437 -137438953472 x2478 +137438953472 x2438 -274877906944 x2479 +274877906944 x2439 -549755813888 x2480 +549755813888 x2440 >= 1 ;
0.07/0.21	c   Computed activity: 0
0.07/0.21	c   Required: activity >= 1
0.07/0.21	c   Variable assignments: {x2441=0, x2401=0, x2442=0, x2402=0, x2443=0, x2403=0, x2444=0, x2404=0, x2445=0, x2405=0, x2446=0, x2406=0, x2447=0, x2407=0, x2448=0, x2408=0, x2449=0, x2409=0, x2450=0, x2410=0, x2451=0, x2411=0, x2452=0, x2412=0, x2453=0, x2413=0, x2454=0, x2414=0, x2455=0, x2415=0, x2456=0, x2416=0, x2457=0, x2417=0, x2458=0, x2418=0, x2459=0, x2419=0, x2460=0, x2420=0, x2461=0, x2421=0, x2462=0, x2422=0, x2463=0, x2423=0, x2464=0, x2424=0, x2465=0, x2425=0, x2466=0, x2426=0, x2467=0, x2427=0, x2468=0, x2428=0, x2469=0, x2429=0, x2470=0, x2430=0, x2471=0, x2431=0, x2472=0, x2432=0, x2473=0, x2433=0, x2474=0, x2434=0, x2475=0, x2435=0, x2476=0, x2436=0, x2477=0, x2437=0, x2478=0, x2438=0, x2479=0, x2439=0, x2480=0, x2440=0}}
0.07/0.21	c SCIP found a solution, but it is not feasible according to the original problem.
0.07/0.21	c ----------------------------------------------------------------------
0.07/0.21	c executing external solver (fallback): HOME/naps-1.03a6
0.07/0.21	c ----------------------------------------------------------------------
0.07/0.21	c command: HOME/naps-1.03a6 HOME/instance-4541819-1753210631.opb
0.17/0.21	c NaPS 1.03a6.
0.17/0.21	c Input file name: HOME/instance-4541819-1753210631.opb
3600.07/3609.10	c
3600.07/3609.10	c *** TERMINATED *** by signal 15
3600.07/3609.10	c s UNKNOWN
3600.07/3609.10	c _____________________________________________________________________________
3600.07/3609.10	c std/band forms        : 1,760
3600.07/3609.10	c 2cl/3cl ITE-codings   : 39,3680
3600.07/3609.10	c BDD/srt/adr Max costs : 118,0,0
3600.07/3609.10	c BDDraw/bin/mul/srt/adr: 761,0,0,0,0
3600.07/3609.10	c BDD nodes             : 9079
3600.07/3609.10	c Es1/CC detections     : 0,0
3600.07/3609.10	c CC sort               : 0
3600.07/3609.10	c SAT/UNSAT calls       : 0,0
3600.07/3609.10	c regenrated variables  : 0
3600.07/3609.10	c eliminated fixed lits : 0
3600.07/3609.10	c goal lit flips        : 0
3600.07/3609.10	c goal stages           : 0
3600.07/3609.10	c goal shrink           : 0
3600.07/3609.10	c goal coeff separations: 0
3600.07/3609.10	c restarts              : 0
3600.07/3609.10	c conflicts             : 0              (0 /sec)
3600.07/3609.10	c decisions             : 0              (0 /sec)
3600.07/3609.10	c propagations          : 0              (0 /sec)
3600.07/3609.10	c inspects              : 0              (0 /sec)
3600.07/3609.10	c CPU time (solving tm) : 3591 s        (3591 s, SAT 0 s, UNSAT 0 s)
3600.07/3609.10	c Time for Opt-base     : 0 s
3600.07/3609.10	c Steps for Opt-base    : 0
3600.07/3609.10	c Time for BDD coding   : 0.03447 s
3600.07/3609.10	c Time for srt coding   : 0 s
3600.07/3609.10	c _____________________________________________________________________________
3600.07/3609.10	s UNKNOWN
3600.07/3609.12	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 (59485 MiB free)
  memory of node 1: 64507 MiB (53263 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=175253, runsolver pid=175250

[startup+0.100064 s]*
/proc/loadavg: 4.08 4.00 4.78 5/270 175258
/proc/meminfo: memFree=115454868/131250000 swapFree=33010416/33010684
[pid=175253] ppid=175250 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/175253/stat : 175253 (scip-naps-1.00a) S 175250 175253 174935 0 -1 4194304 260 345 0 0 0 0 0 0 20 0 1 0 236743024 4292608 768 18446744073709551615 94627192360960 94627193255493 140736268785008 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94627193494544 94627193542288 94627203592192 140736268790171 140736268790270 140736268790270 140736268795874 0
/proc/175253/statm: 1048 768 704 219 0 110 0
[pid=175258] ppid=175253 vsize=1187636 memory=32556 CPUtime=0.07 cores=1,3
/proc/175258/stat : 175258 (python3) R 175253 175253 174935 0 -1 4194304 3853 0 0 0 6 1 0 0 20 0 1 0 236743025 1216139264 8139 18446744073709551615 94568082444288 94568082444665 140724560423840 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94568082455960 94568082456580 94568108101632 140724560427343 140724560427552 140724560427552 140724560433127 0
/proc/175258/statm: 296909 8139 4915 1 0 268931 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 1191828 KiB
Current children cumulated memory: 35628 KiB

[startup+0.205725 s]*
/proc/loadavg: 4.08 4.00 4.78 5/270 175258
/proc/meminfo: memFree=115427904/131250000 swapFree=33010416/33010684
[pid=175253] ppid=175250 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/175253/stat : 175253 (scip-naps-1.00a) S 175250 175253 174935 0 -1 4194304 260 345 0 0 0 0 0 0 20 0 1 0 236743024 4292608 768 18446744073709551615 94627192360960 94627193255493 140736268785008 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94627193494544 94627193542288 94627203592192 140736268790171 140736268790270 140736268790270 140736268795874 0
/proc/175253/statm: 1048 768 704 219 0 110 0
[pid=175258] ppid=175253 vsize=1221640 memory=72364 CPUtime=0.17 cores=1,3
/proc/175258/stat : 175258 (python3) R 175253 175253 174935 0 -1 4194304 10804 0 0 0 15 2 0 0 20 0 1 0 236743025 1250959360 18091 18446744073709551615 94568082444288 94568082444665 140724560423840 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94568082455960 94568082456580 94568108101632 140724560427343 140724560427552 140724560427552 140724560433127 0
/proc/175258/statm: 305410 18091 8179 1 0 276768 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1225832 KiB
Current children cumulated memory: 75436 KiB

[startup+0.30567 s]*
/proc/loadavg: 4.08 4.00 4.78 5/271 175259
/proc/meminfo: memFree=115425636/131250000 swapFree=33010416/33010684
[pid=175253] ppid=175250 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/175253/stat : 175253 (scip-naps-1.00a) S 175250 175253 174935 0 -1 4194304 260 345 0 0 0 0 0 0 20 0 1 0 236743024 4292608 768 18446744073709551615 94627192360960 94627193255493 140736268785008 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94627193494544 94627193542288 94627203592192 140736268790171 140736268790270 140736268790270 140736268795874 0
/proc/175253/statm: 1048 768 704 219 0 110 0
[pid=175258] ppid=175253 vsize=1221640 memory=72364 CPUtime=0.17 cores=1,3
/proc/175258/stat : 175258 (python3) S 175253 175253 174935 0 -1 4194304 10968 0 0 0 15 2 0 0 20 0 1 0 236743025 1250959360 18091 18446744073709551615 94568082444288 94568082444665 140724560423840 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94568082455960 94568082456580 94568108101632 140724560427343 140724560427552 140724560427552 140724560433127 0
/proc/175258/statm: 305410 18091 8179 1 0 276768 0
[pid=175259] ppid=175258 vsize=8704 memory=6624 CPUtime=0.09 cores=1,3
/proc/175259/stat : 175259 (naps-1.03a6) R 175258 175259 175259 0 -1 4194304 1933 0 0 0 9 0 0 0 20 0 1 0 236743045 8912896 1656 18446744073709551615 4198400 7047149 140736232196576 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 13529088 140736232200575 140736232200689 140736232200689 140736232206281 0
/proc/175259/statm: 2176 1656 544 696 0 1337 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 1234536 KiB
Current children cumulated memory: 82060 KiB

[startup+0.700172 s]
/proc/loadavg: 4.08 4.00 4.78 5/271 175259
/proc/meminfo: memFree=115425636/131250000 swapFree=33010416/33010684
[pid=175253] ppid=175250 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/175253/stat : 175253 (scip-naps-1.00a) S 175250 175253 174935 0 -1 4194304 260 345 0 0 0 0 0 0 20 0 1 0 236743024 4292608 768 18446744073709551615 94627192360960 94627193255493 140736268785008 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94627193494544 94627193542288 94627203592192 140736268790171 140736268790270 140736268790270 140736268795874 0
/proc/175253/statm: 1048 768 704 219 0 110 0
[pid=175258] ppid=175253 vsize=1221640 memory=72364 CPUtime=0.17 cores=1,3
/proc/175258/stat : 175258 (python3) S 175253 175253 174935 0 -1 4194304 10968 0 0 0 15 2 0 0 20 0 1 0 236743025 1250959360 18091 18446744073709551615 94568082444288 94568082444665 140724560423840 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94568082455960 94568082456580 94568108101632 140724560427343 140724560427552 140724560427552 140724560433127 0
/proc/175258/statm: 305410 18091 8179 1 0 276768 0
[pid=175259] ppid=175258 vsize=12348 memory=8788 CPUtime=0.48 cores=1,3
/proc/175259/stat : 175259 (naps-1.03a6) R 175258 175259 175259 0 -1 4194304 2860 0 0 0 48 0 0 0 20 0 1 0 236743045 12644352 2197 18446744073709551615 4198400 7047149 140736232196576 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 13529088 140736232200575 140736232200689 140736232200689 140736232206281 0
/proc/175259/statm: 3087 2197 544 696 0 2248 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 1238180 KiB
Current children cumulated memory: 84224 KiB

[startup+1.5002 s]
/proc/loadavg: 4.08 4.00 4.78 5/271 175259
/proc/meminfo: memFree=115425308/131250000 swapFree=33010416/33010684
[pid=175253] ppid=175250 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/175253/stat : 175253 (scip-naps-1.00a) S 175250 175253 174935 0 -1 4194304 260 345 0 0 0 0 0 0 20 0 1 0 236743024 4292608 768 18446744073709551615 94627192360960 94627193255493 140736268785008 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94627193494544 94627193542288 94627203592192 140736268790171 140736268790270 140736268790270 140736268795874 0
/proc/175253/statm: 1048 768 704 219 0 110 0
[pid=175258] ppid=175253 vsize=1221640 memory=72364 CPUtime=0.17 cores=1,3
/proc/175258/stat : 175258 (python3) S 175253 175253 174935 0 -1 4194304 10968 0 0 0 15 2 0 0 20 0 1 0 236743025 1250959360 18091 18446744073709551615 94568082444288 94568082444665 140724560423840 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94568082455960 94568082456580 94568108101632 140724560427343 140724560427552 140724560427552 140724560433127 0
/proc/175258/statm: 305410 18091 8179 1 0 276768 0
[pid=175259] ppid=175258 vsize=12296 memory=8916 CPUtime=1.27 cores=1,3
/proc/175259/stat : 175259 (naps-1.03a6) R 175258 175259 175259 0 -1 4194304 2912 0 0 0 127 0 0 0 20 0 1 0 236743045 12591104 2229 18446744073709551615 4198400 7047149 140736232196576 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 13529088 140736232200575 140736232200689 140736232200689 140736232206281 0
/proc/175259/statm: 3074 2229 544 696 0 2235 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 1238128 KiB
Current children cumulated memory: 84352 KiB

[startup+3.1054 s]
/proc/loadavg: 4.08 4.00 4.78 5/271 175260
/proc/meminfo: memFree=115425320/131250000 swapFree=33010416/33010684
[pid=175253] ppid=175250 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/175253/stat : 175253 (scip-naps-1.00a) S 175250 175253 174935 0 -1 4194304 260 345 0 0 0 0 0 0 20 0 1 0 236743024 4292608 768 18446744073709551615 94627192360960 94627193255493 140736268785008 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94627193494544 94627193542288 94627203592192 140736268790171 140736268790270 140736268790270 140736268795874 0
/proc/175253/statm: 1048 768 704 219 0 110 0
[pid=175258] ppid=175253 vsize=1221640 memory=72364 CPUtime=0.17 cores=1,3
/proc/175258/stat : 175258 (python3) S 175253 175253 174935 0 -1 4194304 10968 0 0 0 15 2 0 0 20 0 1 0 236743025 1250959360 18091 18446744073709551615 94568082444288 94568082444665 140724560423840 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94568082455960 94568082456580 94568108101632 140724560427343 140724560427552 140724560427552 140724560433127 0
/proc/175258/statm: 305410 18091 8179 1 0 276768 0
[pid=175259] ppid=175258 vsize=12276 memory=8900 CPUtime=2.87 cores=1,3
/proc/175259/stat : 175259 (naps-1.03a6) R 175258 175259 175259 0 -1 4194304 3090 0 0 0 287 0 0 0 20 0 1 0 236743045 12570624 2225 18446744073709551615 4198400 7047149 140736232196576 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 13529088 140736232200575 140736232200689 140736232200689 140736232206281 0
/proc/175259/statm: 3069 2225 544 696 0 2230 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 1238108 KiB
Current children cumulated memory: 84336 KiB

[startup+6.30015 s]
/proc/loadavg: 4.15 4.02 4.79 5/271 175260
/proc/meminfo: memFree=115425068/131250000 swapFree=33010416/33010684
[pid=175253] ppid=175250 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/175253/stat : 175253 (scip-naps-1.00a) S 175250 175253 174935 0 -1 4194304 260 345 0 0 0 0 0 0 20 0 1 0 236743024 4292608 768 18446744073709551615 94627192360960 94627193255493 140736268785008 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94627193494544 94627193542288 94627203592192 140736268790171 140736268790270 140736268790270 140736268795874 0
/proc/175253/statm: 1048 768 704 219 0 110 0
[pid=175258] ppid=175253 vsize=1221640 memory=72364 CPUtime=0.17 cores=1,3
/proc/175258/stat : 175258 (python3) S 175253 175253 174935 0 -1 4194304 10968 0 0 0 15 2 0 0 20 0 1 0 236743025 1250959360 18091 18446744073709551615 94568082444288 94568082444665 140724560423840 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94568082455960 94568082456580 94568108101632 140724560427343 140724560427552 140724560427552 140724560433127 0
/proc/175258/statm: 305410 18091 8179 1 0 276768 0
[pid=175259] ppid=175258 vsize=12276 memory=9540 CPUtime=6.06 cores=1,3
/proc/175259/stat : 175259 (naps-1.03a6) R 175258 175259 175259 0 -1 4194304 3251 0 0 0 606 0 0 0 20 0 1 0 236743045 12570624 2385 18446744073709551615 4198400 7047149 140736232196576 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 13529088 140736232200575 140736232200689 140736232200689 140736232206281 0
/proc/175259/statm: 3069 2385 544 696 0 2230 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 1238108 KiB
Current children cumulated memory: 84976 KiB

[startup+12.7001 s]
/proc/loadavg: 4.14 4.02 4.78 5/271 175260
/proc/meminfo: memFree=115422472/131250000 swapFree=33010416/33010684
[pid=175253] ppid=175250 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/175253/stat : 175253 (scip-naps-1.00a) S 175250 175253 174935 0 -1 4194304 260 345 0 0 0 0 0 0 20 0 1 0 236743024 4292608 768 18446744073709551615 94627192360960 94627193255493 140736268785008 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94627193494544 94627193542288 94627203592192 140736268790171 140736268790270 140736268790270 140736268795874 0
/proc/175253/statm: 1048 768 704 219 0 110 0
[pid=175258] ppid=175253 vsize=1221640 memory=72364 CPUtime=0.17 cores=1,3
/proc/175258/stat : 175258 (python3) S 175253 175253 174935 0 -1 4194304 10968 0 0 0 15 2 0 0 20 0 1 0 236743025 1250959360 18091 18446744073709551615 94568082444288 94568082444665 140724560423840 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94568082455960 94568082456580 94568108101632 140724560427343 140724560427552 140724560427552 140724560433127 0
/proc/175258/statm: 305410 18091 8179 1 0 276768 0
[pid=175259] ppid=175258 vsize=13304 memory=11180 CPUtime=12.45 cores=1,3
/proc/175259/stat : 175259 (naps-1.03a6) R 175258 175259 175259 0 -1 4194304 8021 0 0 0 1244 1 0 0 20 0 1 0 236743045 13623296 2795 18446744073709551615 4198400 7047149 140736232196576 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 13529088 140736232200575 140736232200689 140736232200689 140736232206281 0
/proc/175259/statm: 3326 2795 544 696 0 2487 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 1239136 KiB
Current children cumulated memory: 86616 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.02 4.77 5/271 175260
/proc/meminfo: memFree=115420708/131250000 swapFree=33010416/33010684
[pid=175253] ppid=175250 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/175253/stat : 175253 (scip-naps-1.00a) S 175250 175253 174935 0 -1 4194304 260 345 0 0 0 0 0 0 20 0 1 0 236743024 4292608 768 18446744073709551615 94627192360960 94627193255493 140736268785008 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94627193494544 94627193542288 94627203592192 140736268790171 140736268790270 140736268790270 140736268795874 0
/proc/175253/statm: 1048 768 704 219 0 110 0
[pid=175258] ppid=175253 vsize=1221640 memory=72364 CPUtime=0.17 cores=1,3
/proc/175258/stat : 175258 (python3) S 175253 175253 174935 0 -1 4194304 10968 0 0 0 15 2 0 0 20 0 1 0 236743025 1250959360 18091 18446744073709551615 94568082444288 94568082444665 140724560423840 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94568082455960 94568082456580 94568108101632 140724560427343 140724560427552 140724560427552 140724560433127 0
/proc/175258/statm: 305410 18091 8179 1 0 276768 0
[pid=175259] ppid=175258 vsize=16364 memory=11988 CPUtime=25.21 cores=1,3
/proc/175259/stat : 175259 (naps-1.03a6) R 175258 175259 175259 0 -1 4194304 24040 0 0 0 2517 4 0 0 20 0 1 0 236743045 16756736 2997 18446744073709551615 4198400 7047149 140736232196576 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 13529088 140736232200575 140736232200689 140736232200689 140736232206281 0
/proc/175259/statm: 4091 2997 544 696 0 3252 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 1242196 KiB
Current children cumulated memory: 87424 KiB

[startup+51.1052 s]
/proc/loadavg: 4.15 4.03 4.75 5/271 175260
/proc/meminfo: memFree=115412008/131250000 swapFree=33010416/33010684
[pid=175253] ppid=175250 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/175253/stat : 175253 (scip-naps-1.00a) S 175250 175253 174935 0 -1 4194304 260 345 0 0 0 0 0 0 20 0 1 0 236743024 4292608 768 18446744073709551615 94627192360960 94627193255493 140736268785008 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94627193494544 94627193542288 94627203592192 140736268790171 140736268790270 140736268790270 140736268795874 0
/proc/175253/statm: 1048 768 704 219 0 110 0
[pid=175258] ppid=175253 vsize=1221640 memory=72364 CPUtime=0.17 cores=1,3
/proc/175258/stat : 175258 (python3) S 175253 175253 174935 0 -1 4194304 10968 0 0 0 15 2 0 0 20 0 1 0 236743025 1250959360 18091 18446744073709551615 94568082444288 94568082444665 140724560423840 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94568082455960 94568082456580 94568108101632 140724560427343 140724560427552 140724560427552 140724560433127 0
/proc/175258/statm: 305410 18091 8179 1 0 276768 0
[pid=175259] ppid=175258 vsize=30700 memory=19640 CPUtime=50.75 cores=1,3
/proc/175259/stat : 175259 (naps-1.03a6) R 175258 175259 175259 0 -1 4194304 52157 0 0 0 5065 10 0 0 20 0 1 0 236743045 31436800 4910 18446744073709551615 4198400 7047149 140736232196576 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 13529088 140736232200575 140736232200689 140736232200689 140736232206281 0
/proc/175259/statm: 7675 4910 544 696 0 6836 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 1256532 KiB
Current children cumulated memory: 95076 KiB

[startup+102.3 s]
/proc/loadavg: 4.06 4.03 4.71 5/272 175263
/proc/meminfo: memFree=115379376/131250000 swapFree=33010416/33010684
[pid=175253] ppid=175250 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/175253/stat : 175253 (scip-naps-1.00a) S 175250 175253 174935 0 -1 4194304 260 345 0 0 0 0 0 0 20 0 1 0 236743024 4292608 768 18446744073709551615 94627192360960 94627193255493 140736268785008 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94627193494544 94627193542288 94627203592192 140736268790171 140736268790270 140736268790270 140736268795874 0
/proc/175253/statm: 1048 768 704 219 0 110 0
[pid=175258] ppid=175253 vsize=1221640 memory=75052 CPUtime=0.17 cores=1,3
/proc/175258/stat : 175258 (python3) S 175253 175253 174935 0 -1 4194304 10968 0 0 0 15 2 0 0 20 0 1 0 236743025 1250959360 18763 18446744073709551615 94568082444288 94568082444665 140724560423840 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94568082455960 94568082456580 94568108101632 140724560427343 140724560427552 140724560427552 140724560433127 0
/proc/175258/statm: 305410 18763 8179 1 0 276768 0
[pid=175259] ppid=175258 vsize=20600 memory=17352 CPUtime=101.83 cores=1,3
/proc/175259/stat : 175259 (naps-1.03a6) R 175258 175259 175259 0 -1 4194304 97460 0 0 0 10163 20 0 0 20 0 1 0 236743045 21094400 4338 18446744073709551615 4198400 7047149 140736232196576 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 13529088 140736232200575 140736232200689 140736232200689 140736232206281 0
/proc/175259/statm: 5150 4338 544 696 0 4311 0
Current children cumulated CPU time: 102 s

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

/proc/meminfo: memFree=115348696/131250000 swapFree=33010416/33010684
[pid=175253] ppid=175250 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/175253/stat : 175253 (scip-naps-1.00a) S 175250 175253 174935 0 -1 4194304 260 345 0 0 0 0 0 0 20 0 1 0 236743024 4292608 768 18446744073709551615 94627192360960 94627193255493 140736268785008 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94627193494544 94627193542288 94627203592192 140736268790171 140736268790270 140736268790270 140736268795874 0
/proc/175253/statm: 1048 768 704 219 0 110 0
[pid=175258] ppid=175253 vsize=1221640 memory=75052 CPUtime=0.17 cores=1,3
/proc/175258/stat : 175258 (python3) S 175253 175253 174935 0 -1 4194304 10968 0 0 0 15 2 0 0 20 0 1 0 236743025 1250959360 18763 18446744073709551615 94568082444288 94568082444665 140724560423840 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94568082455960 94568082456580 94568108101632 140724560427343 140724560427552 140724560427552 140724560433127 0
/proc/175258/statm: 305410 18763 8179 1 0 276768 0
[pid=175259] ppid=175258 vsize=47016 memory=41200 CPUtime=3214.05 cores=1,3
/proc/175259/stat : 175259 (naps-1.03a6) R 175258 175259 175259 0 -1 4194304 3275932 0 0 0 320660 745 0 0 20 0 1 0 236743045 48144384 10300 18446744073709551615 4198400 7047149 140736232196576 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 13529088 140736232200575 140736232200689 140736232200689 140736232206281 0
/proc/175259/statm: 11754 10300 544 696 0 10915 0
Current children cumulated CPU time: 3214.22 s
Current children cumulated vsize: 1272848 KiB
Current children cumulated memory: 119324 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.12 4.12 5/271 175571
/proc/meminfo: memFree=115330260/131250000 swapFree=33010416/33010684
[pid=175253] ppid=175250 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/175253/stat : 175253 (scip-naps-1.00a) S 175250 175253 174935 0 -1 4194304 260 345 0 0 0 0 0 0 20 0 1 0 236743024 4292608 768 18446744073709551615 94627192360960 94627193255493 140736268785008 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94627193494544 94627193542288 94627203592192 140736268790171 140736268790270 140736268790270 140736268795874 0
/proc/175253/statm: 1048 768 704 219 0 110 0
[pid=175258] ppid=175253 vsize=1221640 memory=75052 CPUtime=0.17 cores=1,3
/proc/175258/stat : 175258 (python3) S 175253 175253 174935 0 -1 4194304 10968 0 0 0 15 2 0 0 20 0 1 0 236743025 1250959360 18763 18446744073709551615 94568082444288 94568082444665 140724560423840 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94568082455960 94568082456580 94568108101632 140724560427343 140724560427552 140724560427552 140724560433127 0
/proc/175258/statm: 305410 18763 8179 1 0 276768 0
[pid=175259] ppid=175258 vsize=34728 memory=31784 CPUtime=3273.9 cores=1,3
/proc/175259/stat : 175259 (naps-1.03a6) R 175258 175259 175259 0 -1 4194304 3323124 0 0 0 326633 757 0 0 20 0 1 0 236743045 35561472 7946 18446744073709551615 4198400 7047149 140736232196576 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 13529088 140736232200575 140736232200689 140736232200689 140736232206281 0
/proc/175259/statm: 8682 7946 544 696 0 7843 0
Current children cumulated CPU time: 3274.07 s
Current children cumulated vsize: 1260560 KiB
Current children cumulated memory: 109908 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.11 4.12 5/271 175573
/proc/meminfo: memFree=115329572/131250000 swapFree=33010416/33010684
[pid=175253] ppid=175250 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/175253/stat : 175253 (scip-naps-1.00a) S 175250 175253 174935 0 -1 4194304 260 345 0 0 0 0 0 0 20 0 1 0 236743024 4292608 768 18446744073709551615 94627192360960 94627193255493 140736268785008 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94627193494544 94627193542288 94627203592192 140736268790171 140736268790270 140736268790270 140736268795874 0
/proc/175253/statm: 1048 768 704 219 0 110 0
[pid=175258] ppid=175253 vsize=1221640 memory=75052 CPUtime=0.17 cores=1,3
/proc/175258/stat : 175258 (python3) S 175253 175253 174935 0 -1 4194304 10968 0 0 0 15 2 0 0 20 0 1 0 236743025 1250959360 18763 18446744073709551615 94568082444288 94568082444665 140724560423840 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94568082455960 94568082456580 94568108101632 140724560427343 140724560427552 140724560427552 140724560433127 0
/proc/175258/statm: 305410 18763 8179 1 0 276768 0
[pid=175259] ppid=175258 vsize=34728 memory=30864 CPUtime=3333.75 cores=1,3
/proc/175259/stat : 175259 (naps-1.03a6) R 175258 175259 175259 0 -1 4194304 3345328 0 0 0 332610 765 0 0 20 0 1 0 236743045 35561472 7716 18446744073709551615 4198400 7047149 140736232196576 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 13529088 140736232200575 140736232200689 140736232200689 140736232206281 0
/proc/175259/statm: 8682 7716 544 696 0 7843 0
Current children cumulated CPU time: 3333.92 s
Current children cumulated vsize: 1260560 KiB
Current children cumulated memory: 108988 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.10 4.11 5/271 175575
/proc/meminfo: memFree=115316652/131250000 swapFree=33010416/33010684
[pid=175253] ppid=175250 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/175253/stat : 175253 (scip-naps-1.00a) S 175250 175253 174935 0 -1 4194304 260 345 0 0 0 0 0 0 20 0 1 0 236743024 4292608 768 18446744073709551615 94627192360960 94627193255493 140736268785008 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94627193494544 94627193542288 94627203592192 140736268790171 140736268790270 140736268790270 140736268795874 0
/proc/175253/statm: 1048 768 704 219 0 110 0
[pid=175258] ppid=175253 vsize=1221640 memory=75052 CPUtime=0.17 cores=1,3
/proc/175258/stat : 175258 (python3) S 175253 175253 174935 0 -1 4194304 10968 0 0 0 15 2 0 0 20 0 1 0 236743025 1250959360 18763 18446744073709551615 94568082444288 94568082444665 140724560423840 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94568082455960 94568082456580 94568108101632 140724560427343 140724560427552 140724560427552 140724560433127 0
/proc/175258/statm: 305410 18763 8179 1 0 276768 0
[pid=175259] ppid=175258 vsize=47016 memory=44368 CPUtime=3393.6 cores=1,3
/proc/175259/stat : 175259 (naps-1.03a6) R 175258 175259 175259 0 -1 4194304 3449259 0 0 0 338570 790 0 0 20 0 1 0 236743045 48144384 11092 18446744073709551615 4198400 7047149 140736232196576 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 13529088 140736232200575 140736232200689 140736232200689 140736232206281 0
/proc/175259/statm: 11754 11092 544 696 0 10915 0
Current children cumulated CPU time: 3393.77 s
Current children cumulated vsize: 1272848 KiB
Current children cumulated memory: 122492 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.10 4.11 5/270 175579
/proc/meminfo: memFree=115325024/131250000 swapFree=33010416/33010684
[pid=175253] ppid=175250 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/175253/stat : 175253 (scip-naps-1.00a) S 175250 175253 174935 0 -1 4194304 260 345 0 0 0 0 0 0 20 0 1 0 236743024 4292608 768 18446744073709551615 94627192360960 94627193255493 140736268785008 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94627193494544 94627193542288 94627203592192 140736268790171 140736268790270 140736268790270 140736268795874 0
/proc/175253/statm: 1048 768 704 219 0 110 0
[pid=175258] ppid=175253 vsize=1221640 memory=75052 CPUtime=0.17 cores=1,3
/proc/175258/stat : 175258 (python3) S 175253 175253 174935 0 -1 4194304 10968 0 0 0 15 2 0 0 20 0 1 0 236743025 1250959360 18763 18446744073709551615 94568082444288 94568082444665 140724560423840 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94568082455960 94568082456580 94568108101632 140724560427343 140724560427552 140724560427552 140724560433127 0
/proc/175258/statm: 305410 18763 8179 1 0 276768 0
[pid=175259] ppid=175258 vsize=28584 memory=26764 CPUtime=3453.46 cores=1,3
/proc/175259/stat : 175259 (naps-1.03a6) R 175258 175259 175259 0 -1 4194304 3520472 0 0 0 344538 808 0 0 20 0 1 0 236743045 29270016 6691 18446744073709551615 4198400 7047149 140736232196576 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 13529088 140736232200575 140736232200689 140736232200689 140736232206281 0
/proc/175259/statm: 7146 6691 544 696 0 6307 0
Current children cumulated CPU time: 3453.63 s
Current children cumulated vsize: 1254416 KiB
Current children cumulated memory: 104888 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.09 4.10 5/270 175581
/proc/meminfo: memFree=115339952/131250000 swapFree=33010416/33010684
[pid=175253] ppid=175250 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/175253/stat : 175253 (scip-naps-1.00a) S 175250 175253 174935 0 -1 4194304 260 345 0 0 0 0 0 0 20 0 1 0 236743024 4292608 768 18446744073709551615 94627192360960 94627193255493 140736268785008 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94627193494544 94627193542288 94627203592192 140736268790171 140736268790270 140736268790270 140736268795874 0
/proc/175253/statm: 1048 768 704 219 0 110 0
[pid=175258] ppid=175253 vsize=1221640 memory=75052 CPUtime=0.17 cores=1,3
/proc/175258/stat : 175258 (python3) S 175253 175253 174935 0 -1 4194304 10968 0 0 0 15 2 0 0 20 0 1 0 236743025 1250959360 18763 18446744073709551615 94568082444288 94568082444665 140724560423840 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94568082455960 94568082456580 94568108101632 140724560427343 140724560427552 140724560427552 140724560433127 0
/proc/175258/statm: 305410 18763 8179 1 0 276768 0
[pid=175259] ppid=175258 vsize=38820 memory=29728 CPUtime=3513.31 cores=1,3
/proc/175259/stat : 175259 (naps-1.03a6) R 175258 175259 175259 0 -1 4194304 3542462 0 0 0 350518 813 0 0 20 0 1 0 236743045 39751680 7432 18446744073709551615 4198400 7047149 140736232196576 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 13529088 140736232200575 140736232200689 140736232200689 140736232206281 0
/proc/175259/statm: 9705 7432 544 696 0 8866 0
Current children cumulated CPU time: 3513.48 s
Current children cumulated vsize: 1264652 KiB
Current children cumulated memory: 107852 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.09 4.10 5/270 175583
/proc/meminfo: memFree=115343532/131250000 swapFree=33010416/33010684
[pid=175253] ppid=175250 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/175253/stat : 175253 (scip-naps-1.00a) S 175250 175253 174935 0 -1 4194304 260 345 0 0 0 0 0 0 20 0 1 0 236743024 4292608 768 18446744073709551615 94627192360960 94627193255493 140736268785008 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94627193494544 94627193542288 94627203592192 140736268790171 140736268790270 140736268790270 140736268795874 0
/proc/175253/statm: 1048 768 704 219 0 110 0
[pid=175258] ppid=175253 vsize=1221640 memory=75052 CPUtime=0.17 cores=1,3
/proc/175258/stat : 175258 (python3) S 175253 175253 174935 0 -1 4194304 10968 0 0 0 15 2 0 0 20 0 1 0 236743025 1250959360 18763 18446744073709551615 94568082444288 94568082444665 140724560423840 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94568082455960 94568082456580 94568108101632 140724560427343 140724560427552 140724560427552 140724560433127 0
/proc/175258/statm: 305410 18763 8179 1 0 276768 0
[pid=175259] ppid=175258 vsize=34728 memory=32876 CPUtime=3573.16 cores=1,3
/proc/175259/stat : 175259 (naps-1.03a6) R 175258 175259 175259 0 -1 4194304 3648375 0 0 0 356478 838 0 0 20 0 1 0 236743045 35561472 8219 18446744073709551615 4198400 7047149 140736232196576 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 13529088 140736232200575 140736232200689 140736232200689 140736232206281 0
/proc/175259/statm: 8682 8219 544 696 0 7843 0
Current children cumulated CPU time: 3573.33 s
Current children cumulated vsize: 1260560 KiB
Current children cumulated memory: 111000 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.11 s]
/proc/loadavg: 4.04 4.08 4.09 5/270 175584
/proc/meminfo: memFree=115340708/131250000 swapFree=33010416/33010684
[pid=175253] ppid=175250 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/175253/stat : 175253 (scip-naps-1.00a) S 175250 175253 174935 0 -1 4194304 260 345 0 0 0 0 0 0 20 0 1 0 236743024 4292608 768 18446744073709551615 94627192360960 94627193255493 140736268785008 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94627193494544 94627193542288 94627203592192 140736268790171 140736268790270 140736268790270 140736268795874 0
/proc/175253/statm: 1048 768 704 219 0 110 0
[pid=175258] ppid=175253 vsize=1221640 memory=75052 CPUtime=0.17 cores=1,3
/proc/175258/stat : 175258 (python3) S 175253 175253 174935 0 -1 4194304 10968 0 0 0 15 2 0 0 20 0 1 0 236743025 1250959360 18763 18446744073709551615 94568082444288 94568082444665 140724560423840 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94568082455960 94568082456580 94568108101632 140724560427343 140724560427552 140724560427552 140724560433127 0
/proc/175258/statm: 305410 18763 8179 1 0 276768 0
[pid=175259] ppid=175258 vsize=34728 memory=31864 CPUtime=3599.9 cores=1,3
/proc/175259/stat : 175259 (naps-1.03a6) R 175258 175259 175259 0 -1 4194304 3667103 0 0 0 359148 842 0 0 20 0 1 0 236743045 35561472 7966 18446744073709551615 4198400 7047149 140736232196576 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 13529088 140736232200575 140736232200689 140736232200689 140736232206281 0
/proc/175259/statm: 8682 7966 544 696 0 7843 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 1260560 KiB
Current children cumulated memory: 109988 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3591.66 s, system=8.46044 s

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

[startup+3609.11 s]
/proc/loadavg: 4.04 4.08 4.09 5/270 175584
/proc/meminfo: memFree=115340708/131250000 swapFree=33010416/33010684
[pid=175253] ppid=175250 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/175253/stat : 175253 (scip-naps-1.00a) S 175250 175253 174935 0 -1 4194304 260 345 0 0 0 0 0 0 20 0 1 0 236743024 4292608 768 18446744073709551615 94627192360960 94627193255493 140736268785008 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94627193494544 94627193542288 94627203592192 140736268790171 140736268790270 140736268790270 140736268795874 0
/proc/175253/statm: 1048 768 704 219 0 110 0
[pid=175258] ppid=175253 vsize=1221640 memory=75052 CPUtime=0.17 cores=1,3
/proc/175258/stat : 175258 (python3) S 175253 175253 174935 0 -1 4194304 10968 0 0 0 15 2 0 0 20 0 1 0 236743025 1250959360 18763 18446744073709551615 94568082444288 94568082444665 140724560423840 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94568082455960 94568082456580 94568108101632 140724560427343 140724560427552 140724560427552 140724560433127 0
/proc/175258/statm: 305410 18763 8179 1 0 276768 0
[pid=175259] ppid=175258 vsize=34728 memory=31864 CPUtime=3599.9 cores=1,3
/proc/175259/stat : 175259 (naps-1.03a6) R 175258 175259 175259 0 -1 4194304 3667103 0 0 0 359148 842 0 0 20 0 1 0 236743045 35561472 7966 18446744073709551615 4198400 7047149 140736232196576 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 13529088 140736232200575 140736232200689 140736232200689 140736232206281 0
/proc/175259/statm: 8682 7966 544 696 0 7843 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 1260560 KiB
Current children cumulated memory: 109988 KiB

Child status: 143

Real time (s): 3609.12
CPU time (s): 3600.12
CPU user time (s): 3591.66
CPU system time (s): 8.46044
CPU usage (%): 99.7505
Max. virtual memory (cumulated for all children) (KiB): 1329584
Max. memory (cumulated for all children) (KiB): 168012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.66
system time used= 8.46044
maximum resident set size= 89888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3682523
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= 394
involuntary context switches= 4572


# summary of solver processes directly reported to runsolver:
#   pid: 175253
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3591.66
#   total CPU system time (s): 8.46044

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.04122 second user time and 15.4934 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-22 20:57:11
IDJOB=4541819
IDBENCH=163468
IDSOLVER=3388
FILE ID=nodeC027/4541819-1753210631
RUNJOBID= nodeC027-1753210000-174951
SLURM_JOB_ID= 9687782
Free space on /tmp= 432980 MiB

SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/array_comm/arraycomm_teq/normalized-20arraycomm_teq_less.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541819-1753210631/watcher-4541819-1753210631 -o /tmp/evaluation-result-4541819-1753210631/solver-4541819-1753210631 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1753210000-174951 --watchdog 3760  ./scip-naps-1.00a2.sh HOME/instance-4541819-1753210631.opb

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

MD5SUM BENCH= 68f7bc0686d678a8453a91094299b359
RANDOM SEED=2106584404

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.660
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.649
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		: 3599.491
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		: 3601.095
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		: 3599.616
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.632
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.137
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		: 3597.934
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:        115454964 kB
MemAvailable:   129383652 kB
Buffers:            2488 kB
Cached:         14694688 kB
SwapCached:            8 kB
Active:          1460284 kB
Inactive:       13597940 kB
Active(anon):     384512 kB
Inactive(anon):     2788 kB
Active(file):    1075772 kB
Inactive(file): 13595152 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5568 kB
Writeback:            28 kB
AnonPages:        359320 kB
Mapped:           138160 kB
Shmem:             26252 kB
KReclaimable:     193608 kB
Slab:             289348 kB
SReclaimable:     193608 kB
SUnreclaim:        95740 kB
KernelStack:        4368 kB
PageTables:         4520 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    3920092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150680 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 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= 432972 MiB
End job on nodeC027 at 2025-07-22 21:57:21