Trace number 4541812

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.06 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.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4541812-1753210510.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-4541812-1753210510.opb
0.17/0.21	c NaPS 1.03a6.
0.17/0.21	c Input file name: HOME/instance-4541812-1753210510.opb
3600.02/3609.10	c
3600.02/3609.10	c *** TERMINATED *** by signal 15
3600.02/3609.10	c _____________________________________________________________________________
3600.02/3609.10	c std/band forms        : 1,760
3600.02/3609.10	c 2cl/3cl ITE-codings   : 39,3680
3600.02/3609.10	c BDD/srt/adr Max costs : 118,0,0
3600.02/3609.10	c BDDraw/bin/mul/srt/adr: 761,0,0,0,0
3600.02/3609.10	c BDD nodes             : 9079
3600.02/3609.10	c Es1/CC detections     : 0,0
3600.02/3609.10	c CC sort               : 0
3600.02/3609.10	c SAT/UNSAT calls       : 0,0
3600.02/3609.10	c regenrated variables  : 0
3600.02/3609.10	c eliminated fixed lits : 0
3600.02/3609.10	c goal lit flips        : 0
3600.02/3609.10	c goal stages           : 0
3600.02/3609.10	c goal shrink           : 0
3600.02/3609.10	c goal coeff separations: 0
3600.02/3609.10	c restarts              : 0
3600.02/3609.10	c conflicts             : 0              (0 /sec)
3600.02/3609.10	c decisions             : 0              (0 /sec)
3600.02/3609.10	c propagations          : 0              (0 /sec)
3600.02/3609.10	c inspects              : 0              (0 /sec)
3600.02/3609.10	c CPU time (solving tm) : 3592 s        (3592 s, SAT 0 s, UNSAT 0 s)
3600.02/3609.10	c Time for Opt-base     : 0 s
3600.02/3609.10	c Steps for Opt-base    : 0
3600.02/3609.10	c Time for BDD coding   : 0.03337 s
3600.02/3609.10	c Time for srt coding   : 0 s
3600.02/3609.10	c _____________________________________________________________________________
3600.02/3609.10	s UNKNOWN
3600.02/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 (62207 MiB free)
  memory of node 1: 64507 MiB (63557 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4541812-1753210510/watcher-4541812-1753210510 -o /tmp/evaluation-result-4541812-1753210510/solver-4541812-1753210510 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1753209881-162575 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4541812-1753210510.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=162876, runsolver pid=162873

[startup+0.100064 s]*
/proc/loadavg: 4.11 4.03 4.00 5/272 162881
/proc/meminfo: memFree=128772808/131250000 swapFree=33010416/33010684
[pid=162876] ppid=162873 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162876/stat : 162876 (scip-naps-1.00.) S 162873 162876 162562 0 -1 4194304 258 343 0 0 0 0 0 0 20 0 1 0 236728847 4292608 736 18446744073709551615 94159677140992 94159678035525 140731085446288 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94159678274576 94159678322320 94159685328896 140731085453727 140731085453824 140731085453824 140731085459428 0
/proc/162876/statm: 1048 736 672 219 0 110 0
[pid=162881] ppid=162876 vsize=1187604 memory=32508 CPUtime=0.07 cores=5,7
/proc/162881/stat : 162881 (python3) R 162876 162876 162562 0 -1 4194304 3837 0 0 0 6 1 0 0 20 0 1 0 236728849 1216106496 8127 18446744073709551615 94634603696128 94634603696505 140734060334832 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94634603707800 94634603708420 94634604257280 140734060341590 140734060341792 140734060341792 140734060347367 0
/proc/162881/statm: 296901 8127 4927 1 0 268923 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 1191796 KiB
Current children cumulated memory: 35452 KiB

[startup+0.205774 s]*
/proc/loadavg: 4.11 4.03 4.00 5/272 162881
/proc/meminfo: memFree=128740552/131250000 swapFree=33010416/33010684
[pid=162876] ppid=162873 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162876/stat : 162876 (scip-naps-1.00.) S 162873 162876 162562 0 -1 4194304 258 343 0 0 0 0 0 0 20 0 1 0 236728847 4292608 736 18446744073709551615 94159677140992 94159678035525 140731085446288 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94159678274576 94159678322320 94159685328896 140731085453727 140731085453824 140731085453824 140731085459428 0
/proc/162876/statm: 1048 736 672 219 0 110 0
[pid=162881] ppid=162876 vsize=1221592 memory=72316 CPUtime=0.17 cores=5,7
/proc/162881/stat : 162881 (python3) R 162876 162876 162562 0 -1 4194304 10787 0 0 0 15 2 0 0 20 0 1 0 236728849 1250910208 18079 18446744073709551615 94634603696128 94634603696505 140734060334832 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94634603707800 94634603708420 94634604257280 140734060341590 140734060341792 140734060341792 140734060347367 0
/proc/162881/statm: 305398 18079 8191 1 0 276756 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1225784 KiB
Current children cumulated memory: 75260 KiB

[startup+0.305711 s]*
/proc/loadavg: 4.11 4.03 4.00 5/273 162882
/proc/meminfo: memFree=128740552/131250000 swapFree=33010416/33010684
[pid=162876] ppid=162873 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162876/stat : 162876 (scip-naps-1.00.) S 162873 162876 162562 0 -1 4194304 258 343 0 0 0 0 0 0 20 0 1 0 236728847 4292608 736 18446744073709551615 94159677140992 94159678035525 140731085446288 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94159678274576 94159678322320 94159685328896 140731085453727 140731085453824 140731085453824 140731085459428 0
/proc/162876/statm: 1048 736 672 219 0 110 0
[pid=162881] ppid=162876 vsize=1221592 memory=72316 CPUtime=0.17 cores=5,7
/proc/162881/stat : 162881 (python3) S 162876 162876 162562 0 -1 4194304 10985 0 0 0 15 2 0 0 20 0 1 0 236728849 1250910208 18079 18446744073709551615 94634603696128 94634603696505 140734060334832 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94634603707800 94634603708420 94634604257280 140734060341590 140734060341792 140734060341792 140734060347367 0
/proc/162881/statm: 305398 18079 8191 1 0 276756 0
[pid=162882] ppid=162881 vsize=8704 memory=6620 CPUtime=0.08 cores=5,7
/proc/162882/stat : 162882 (naps-1.03a6) R 162881 162882 162882 0 -1 4194304 1932 0 0 0 8 0 0 0 20 0 1 0 236728868 8912896 1655 18446744073709551615 4198400 7047149 140726423797696 0 0 0 0 0 17922 0 0 0 17 7 0 0 0 0 0 7573272 7623312 20226048 140726423800191 140726423800305 140726423800305 140726423805897 0
/proc/162882/statm: 2176 1655 544 696 0 1337 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 1234488 KiB
Current children cumulated memory: 81880 KiB

[startup+0.700201 s]
/proc/loadavg: 4.11 4.03 4.00 5/273 162882
/proc/meminfo: memFree=128740536/131250000 swapFree=33010416/33010684
[pid=162876] ppid=162873 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162876/stat : 162876 (scip-naps-1.00.) S 162873 162876 162562 0 -1 4194304 258 343 0 0 0 0 0 0 20 0 1 0 236728847 4292608 736 18446744073709551615 94159677140992 94159678035525 140731085446288 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94159678274576 94159678322320 94159685328896 140731085453727 140731085453824 140731085453824 140731085459428 0
/proc/162876/statm: 1048 736 672 219 0 110 0
[pid=162881] ppid=162876 vsize=1221592 memory=72316 CPUtime=0.17 cores=5,7
/proc/162881/stat : 162881 (python3) S 162876 162876 162562 0 -1 4194304 10985 0 0 0 15 2 0 0 20 0 1 0 236728849 1250910208 18079 18446744073709551615 94634603696128 94634603696505 140734060334832 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94634603707800 94634603708420 94634604257280 140734060341590 140734060341792 140734060341792 140734060347367 0
/proc/162881/statm: 305398 18079 8191 1 0 276756 0
[pid=162882] ppid=162881 vsize=12348 memory=8784 CPUtime=0.47 cores=5,7
/proc/162882/stat : 162882 (naps-1.03a6) R 162881 162882 162882 0 -1 4194304 2859 0 0 0 47 0 0 0 20 0 1 0 236728868 12644352 2196 18446744073709551615 4198400 7047149 140726423797696 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 20226048 140726423800191 140726423800305 140726423800305 140726423805897 0
/proc/162882/statm: 3087 2196 544 696 0 2248 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 1238132 KiB
Current children cumulated memory: 84044 KiB

[startup+1.50015 s]
/proc/loadavg: 4.11 4.03 4.00 5/273 162882
/proc/meminfo: memFree=128740536/131250000 swapFree=33010416/33010684
[pid=162876] ppid=162873 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162876/stat : 162876 (scip-naps-1.00.) S 162873 162876 162562 0 -1 4194304 258 343 0 0 0 0 0 0 20 0 1 0 236728847 4292608 736 18446744073709551615 94159677140992 94159678035525 140731085446288 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94159678274576 94159678322320 94159685328896 140731085453727 140731085453824 140731085453824 140731085459428 0
/proc/162876/statm: 1048 736 672 219 0 110 0
[pid=162881] ppid=162876 vsize=1221592 memory=72316 CPUtime=0.17 cores=5,7
/proc/162881/stat : 162881 (python3) S 162876 162876 162562 0 -1 4194304 10985 0 0 0 15 2 0 0 20 0 1 0 236728849 1250910208 18079 18446744073709551615 94634603696128 94634603696505 140734060334832 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94634603707800 94634603708420 94634604257280 140734060341590 140734060341792 140734060341792 140734060347367 0
/proc/162881/statm: 305398 18079 8191 1 0 276756 0
[pid=162882] ppid=162881 vsize=12296 memory=8912 CPUtime=1.26 cores=5,7
/proc/162882/stat : 162882 (naps-1.03a6) R 162881 162882 162882 0 -1 4194304 2911 0 0 0 126 0 0 0 20 0 1 0 236728868 12591104 2228 18446744073709551615 4198400 7047149 140726423797696 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 20226048 140726423800191 140726423800305 140726423800305 140726423805897 0
/proc/162882/statm: 3074 2228 544 696 0 2235 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 1238080 KiB
Current children cumulated memory: 84172 KiB

[startup+3.10553 s]
/proc/loadavg: 4.11 4.03 4.00 5/273 162882
/proc/meminfo: memFree=128740788/131250000 swapFree=33010416/33010684
[pid=162876] ppid=162873 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162876/stat : 162876 (scip-naps-1.00.) S 162873 162876 162562 0 -1 4194304 258 343 0 0 0 0 0 0 20 0 1 0 236728847 4292608 736 18446744073709551615 94159677140992 94159678035525 140731085446288 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94159678274576 94159678322320 94159685328896 140731085453727 140731085453824 140731085453824 140731085459428 0
/proc/162876/statm: 1048 736 672 219 0 110 0
[pid=162881] ppid=162876 vsize=1221592 memory=72316 CPUtime=0.17 cores=5,7
/proc/162881/stat : 162881 (python3) S 162876 162876 162562 0 -1 4194304 10985 0 0 0 15 2 0 0 20 0 1 0 236728849 1250910208 18079 18446744073709551615 94634603696128 94634603696505 140734060334832 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94634603707800 94634603708420 94634604257280 140734060341590 140734060341792 140734060341792 140734060347367 0
/proc/162881/statm: 305398 18079 8191 1 0 276756 0
[pid=162882] ppid=162881 vsize=12276 memory=8896 CPUtime=2.86 cores=5,7
/proc/162882/stat : 162882 (naps-1.03a6) R 162881 162882 162882 0 -1 4194304 3089 0 0 0 286 0 0 0 20 0 1 0 236728868 12570624 2224 18446744073709551615 4198400 7047149 140726423797696 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 20226048 140726423800191 140726423800305 140726423800305 140726423805897 0
/proc/162882/statm: 3069 2224 544 696 0 2230 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 1238060 KiB
Current children cumulated memory: 84156 KiB

[startup+6.30015 s]
/proc/loadavg: 4.10 4.03 4.00 5/273 162883
/proc/meminfo: memFree=128741120/131250000 swapFree=33010416/33010684
[pid=162876] ppid=162873 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162876/stat : 162876 (scip-naps-1.00.) S 162873 162876 162562 0 -1 4194304 258 343 0 0 0 0 0 0 20 0 1 0 236728847 4292608 736 18446744073709551615 94159677140992 94159678035525 140731085446288 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94159678274576 94159678322320 94159685328896 140731085453727 140731085453824 140731085453824 140731085459428 0
/proc/162876/statm: 1048 736 672 219 0 110 0
[pid=162881] ppid=162876 vsize=1221592 memory=72316 CPUtime=0.17 cores=5,7
/proc/162881/stat : 162881 (python3) S 162876 162876 162562 0 -1 4194304 10985 0 0 0 15 2 0 0 20 0 1 0 236728849 1250910208 18079 18446744073709551615 94634603696128 94634603696505 140734060334832 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94634603707800 94634603708420 94634604257280 140734060341590 140734060341792 140734060341792 140734060347367 0
/proc/162881/statm: 305398 18079 8191 1 0 276756 0
[pid=162882] ppid=162881 vsize=12276 memory=9536 CPUtime=6.05 cores=5,7
/proc/162882/stat : 162882 (naps-1.03a6) R 162881 162882 162882 0 -1 4194304 3250 0 0 0 605 0 0 0 20 0 1 0 236728868 12570624 2384 18446744073709551615 4198400 7047149 140726423797696 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 20226048 140726423800191 140726423800305 140726423800305 140726423805897 0
/proc/162882/statm: 3069 2384 544 696 0 2230 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 1238060 KiB
Current children cumulated memory: 84796 KiB

[startup+12.7001 s]
/proc/loadavg: 4.09 4.03 4.00 5/275 162886
/proc/meminfo: memFree=128747484/131250000 swapFree=33010416/33010684
[pid=162876] ppid=162873 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162876/stat : 162876 (scip-naps-1.00.) S 162873 162876 162562 0 -1 4194304 258 343 0 0 0 0 0 0 20 0 1 0 236728847 4292608 736 18446744073709551615 94159677140992 94159678035525 140731085446288 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94159678274576 94159678322320 94159685328896 140731085453727 140731085453824 140731085453824 140731085459428 0
/proc/162876/statm: 1048 736 672 219 0 110 0
[pid=162881] ppid=162876 vsize=1221592 memory=72316 CPUtime=0.17 cores=5,7
/proc/162881/stat : 162881 (python3) S 162876 162876 162562 0 -1 4194304 10985 0 0 0 15 2 0 0 20 0 1 0 236728849 1250910208 18079 18446744073709551615 94634603696128 94634603696505 140734060334832 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94634603707800 94634603708420 94634604257280 140734060341590 140734060341792 140734060341792 140734060347367 0
/proc/162881/statm: 305398 18079 8191 1 0 276756 0
[pid=162882] ppid=162881 vsize=13304 memory=11216 CPUtime=12.44 cores=5,7
/proc/162882/stat : 162882 (naps-1.03a6) R 162881 162882 162882 0 -1 4194304 8089 0 0 0 1242 2 0 0 20 0 1 0 236728868 13623296 2804 18446744073709551615 4198400 7047149 140726423797696 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 20226048 140726423800191 140726423800305 140726423800305 140726423805897 0
/proc/162882/statm: 3326 2804 544 696 0 2487 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 1239088 KiB
Current children cumulated memory: 86476 KiB

[startup+25.5002 s]
/proc/loadavg: 4.07 4.03 4.00 5/276 162887
/proc/meminfo: memFree=128743016/131250000 swapFree=33010416/33010684
[pid=162876] ppid=162873 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162876/stat : 162876 (scip-naps-1.00.) S 162873 162876 162562 0 -1 4194304 258 343 0 0 0 0 0 0 20 0 1 0 236728847 4292608 736 18446744073709551615 94159677140992 94159678035525 140731085446288 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94159678274576 94159678322320 94159685328896 140731085453727 140731085453824 140731085453824 140731085459428 0
/proc/162876/statm: 1048 736 672 219 0 110 0
[pid=162881] ppid=162876 vsize=1221592 memory=72316 CPUtime=0.17 cores=5,7
/proc/162881/stat : 162881 (python3) S 162876 162876 162562 0 -1 4194304 10985 0 0 0 15 2 0 0 20 0 1 0 236728849 1250910208 18079 18446744073709551615 94634603696128 94634603696505 140734060334832 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94634603707800 94634603708420 94634604257280 140734060341590 140734060341792 140734060341792 140734060347367 0
/proc/162881/statm: 305398 18079 8191 1 0 276756 0
[pid=162882] ppid=162881 vsize=16364 memory=12368 CPUtime=25.21 cores=5,7
/proc/162882/stat : 162882 (naps-1.03a6) R 162881 162882 162882 0 -1 4194304 24080 0 0 0 2517 4 0 0 20 0 1 0 236728868 16756736 3092 18446744073709551615 4198400 7047149 140726423797696 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 20226048 140726423800191 140726423800305 140726423800305 140726423805897 0
/proc/162882/statm: 4091 3092 544 696 0 3252 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 1242148 KiB
Current children cumulated memory: 87628 KiB

[startup+51.1056 s]
/proc/loadavg: 4.05 4.03 4.00 5/276 162887
/proc/meminfo: memFree=128729340/131250000 swapFree=33010416/33010684
[pid=162876] ppid=162873 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162876/stat : 162876 (scip-naps-1.00.) S 162873 162876 162562 0 -1 4194304 258 343 0 0 0 0 0 0 20 0 1 0 236728847 4292608 736 18446744073709551615 94159677140992 94159678035525 140731085446288 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94159678274576 94159678322320 94159685328896 140731085453727 140731085453824 140731085453824 140731085459428 0
/proc/162876/statm: 1048 736 672 219 0 110 0
[pid=162881] ppid=162876 vsize=1221592 memory=72444 CPUtime=0.17 cores=5,7
/proc/162881/stat : 162881 (python3) S 162876 162876 162562 0 -1 4194304 10985 0 0 0 15 2 0 0 20 0 1 0 236728849 1250910208 18111 18446744073709551615 94634603696128 94634603696505 140734060334832 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94634603707800 94634603708420 94634604257280 140734060341590 140734060341792 140734060341792 140734060347367 0
/proc/162881/statm: 305398 18111 8191 1 0 276756 0
[pid=162882] ppid=162881 vsize=30700 memory=19764 CPUtime=50.75 cores=5,7
/proc/162882/stat : 162882 (naps-1.03a6) R 162881 162882 162882 0 -1 4194304 52428 0 0 0 5066 9 0 0 20 0 1 0 236728868 31436800 4941 18446744073709551615 4198400 7047149 140726423797696 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 20226048 140726423800191 140726423800305 140726423800305 140726423805897 0
/proc/162882/statm: 7675 4941 544 696 0 6836 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 1256484 KiB
Current children cumulated memory: 95152 KiB

[startup+102.3 s]
/proc/loadavg: 4.06 4.03 4.00 5/276 162889
/proc/meminfo: memFree=128716404/131250000 swapFree=33010416/33010684
[pid=162876] ppid=162873 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162876/stat : 162876 (scip-naps-1.00.) S 162873 162876 162562 0 -1 4194304 258 343 0 0 0 0 0 0 20 0 1 0 236728847 4292608 736 18446744073709551615 94159677140992 94159678035525 140731085446288 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94159678274576 94159678322320 94159685328896 140731085453727 140731085453824 140731085453824 140731085459428 0
/proc/162876/statm: 1048 736 672 219 0 110 0
[pid=162881] ppid=162876 vsize=1221592 memory=72956 CPUtime=0.17 cores=5,7
/proc/162881/stat : 162881 (python3) S 162876 162876 162562 0 -1 4194304 10985 0 0 0 15 2 0 0 20 0 1 0 236728849 1250910208 18239 18446744073709551615 94634603696128 94634603696505 140734060334832 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94634603707800 94634603708420 94634604257280 140734060341590 140734060341792 140734060341792 140734060347367 0
/proc/162881/statm: 305398 18239 8191 1 0 276756 0
[pid=162882] ppid=162881 vsize=22648 memory=17672 CPUtime=101.82 cores=5,7
/proc/162882/stat : 162882 (naps-1.03a6) R 162881 162882 162882 0 -1 4194304 98077 0 0 0 10163 19 0 0 20 0 1 0 236728868 23191552 4418 18446744073709551615 4198400 7047149 140726423797696 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 20226048 140726423800191 140726423800305 140726423800305 140726423805897 0
/proc/162882/statm: 5662 4418 544 696 0 4823 0

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

/proc/meminfo: memFree=128712112/131250000 swapFree=33010416/33010684
[pid=162876] ppid=162873 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162876/stat : 162876 (scip-naps-1.00.) S 162873 162876 162562 0 -1 4194304 258 343 0 0 0 0 0 0 20 0 1 0 236728847 4292608 736 18446744073709551615 94159677140992 94159678035525 140731085446288 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94159678274576 94159678322320 94159685328896 140731085453727 140731085453824 140731085453824 140731085459428 0
/proc/162876/statm: 1048 736 672 219 0 110 0
[pid=162881] ppid=162876 vsize=1221592 memory=72956 CPUtime=0.17 cores=5,7
/proc/162881/stat : 162881 (python3) S 162876 162876 162562 0 -1 4194304 10985 0 0 0 15 2 0 0 20 0 1 0 236728849 1250910208 18239 18446744073709551615 94634603696128 94634603696505 140734060334832 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94634603707800 94634603708420 94634604257280 140734060341590 140734060341792 140734060341792 140734060347367 0
/proc/162881/statm: 305398 18239 8191 1 0 276756 0
[pid=162882] ppid=162881 vsize=47016 memory=41700 CPUtime=3214.16 cores=5,7
/proc/162882/stat : 162882 (naps-1.03a6) R 162881 162882 162882 0 -1 4194304 2976270 0 0 0 320730 686 0 0 20 0 1 0 236728868 48144384 10425 18446744073709551615 4198400 7047149 140726423797696 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 20226048 140726423800191 140726423800305 140726423800305 140726423805897 0
/proc/162882/statm: 11754 10425 544 696 0 10915 0
Current children cumulated CPU time: 3214.33 s
Current children cumulated vsize: 1272800 KiB
Current children cumulated memory: 117600 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/273 163208
/proc/meminfo: memFree=128698240/131250000 swapFree=33010416/33010684
[pid=162876] ppid=162873 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162876/stat : 162876 (scip-naps-1.00.) S 162873 162876 162562 0 -1 4194304 258 343 0 0 0 0 0 0 20 0 1 0 236728847 4292608 736 18446744073709551615 94159677140992 94159678035525 140731085446288 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94159678274576 94159678322320 94159685328896 140731085453727 140731085453824 140731085453824 140731085459428 0
/proc/162876/statm: 1048 736 672 219 0 110 0
[pid=162881] ppid=162876 vsize=1221592 memory=72956 CPUtime=0.17 cores=5,7
/proc/162881/stat : 162881 (python3) S 162876 162876 162562 0 -1 4194304 10985 0 0 0 15 2 0 0 20 0 1 0 236728849 1250910208 18239 18446744073709551615 94634603696128 94634603696505 140734060334832 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94634603707800 94634603708420 94634604257280 140734060341590 140734060341792 140734060341792 140734060347367 0
/proc/162881/statm: 305398 18239 8191 1 0 276756 0
[pid=162882] ppid=162881 vsize=42920 memory=35092 CPUtime=3273.99 cores=5,7
/proc/162882/stat : 162882 (naps-1.03a6) R 162881 162882 162882 0 -1 4194304 3009420 0 0 0 326704 695 0 0 20 0 1 0 236728868 43950080 8773 18446744073709551615 4198400 7047149 140726423797696 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 20226048 140726423800191 140726423800305 140726423800305 140726423805897 0
/proc/162882/statm: 10730 8773 544 696 0 9891 0
Current children cumulated CPU time: 3274.16 s
Current children cumulated vsize: 1268704 KiB
Current children cumulated memory: 110992 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.08 4.09 5/273 163210
/proc/meminfo: memFree=128693316/131250000 swapFree=33010416/33010684
[pid=162876] ppid=162873 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162876/stat : 162876 (scip-naps-1.00.) S 162873 162876 162562 0 -1 4194304 258 343 0 0 0 0 0 0 20 0 1 0 236728847 4292608 736 18446744073709551615 94159677140992 94159678035525 140731085446288 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94159678274576 94159678322320 94159685328896 140731085453727 140731085453824 140731085453824 140731085459428 0
/proc/162876/statm: 1048 736 672 219 0 110 0
[pid=162881] ppid=162876 vsize=1221592 memory=72956 CPUtime=0.17 cores=5,7
/proc/162881/stat : 162881 (python3) S 162876 162876 162562 0 -1 4194304 10985 0 0 0 15 2 0 0 20 0 1 0 236728849 1250910208 18239 18446744073709551615 94634603696128 94634603696505 140734060334832 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94634603707800 94634603708420 94634604257280 140734060341590 140734060341792 140734060341792 140734060347367 0
/proc/162881/statm: 305398 18239 8191 1 0 276756 0
[pid=162882] ppid=162881 vsize=42920 memory=37228 CPUtime=3333.82 cores=5,7
/proc/162882/stat : 162882 (naps-1.03a6) R 162881 162882 162882 0 -1 4194304 3035749 0 0 0 332679 703 0 0 20 0 1 0 236728868 43950080 9307 18446744073709551615 4198400 7047149 140726423797696 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 20226048 140726423800191 140726423800305 140726423800305 140726423805897 0
/proc/162882/statm: 10730 9307 544 696 0 9891 0
Current children cumulated CPU time: 3333.99 s
Current children cumulated vsize: 1268704 KiB
Current children cumulated memory: 113128 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.08 4.09 5/272 163212
/proc/meminfo: memFree=128704028/131250000 swapFree=33010416/33010684
[pid=162876] ppid=162873 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162876/stat : 162876 (scip-naps-1.00.) S 162873 162876 162562 0 -1 4194304 258 343 0 0 0 0 0 0 20 0 1 0 236728847 4292608 736 18446744073709551615 94159677140992 94159678035525 140731085446288 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94159678274576 94159678322320 94159685328896 140731085453727 140731085453824 140731085453824 140731085459428 0
/proc/162876/statm: 1048 736 672 219 0 110 0
[pid=162881] ppid=162876 vsize=1221592 memory=72956 CPUtime=0.17 cores=5,7
/proc/162881/stat : 162881 (python3) S 162876 162876 162562 0 -1 4194304 10985 0 0 0 15 2 0 0 20 0 1 0 236728849 1250910208 18239 18446744073709551615 94634603696128 94634603696505 140734060334832 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94634603707800 94634603708420 94634604257280 140734060341590 140734060341792 140734060341792 140734060347367 0
/proc/162881/statm: 305398 18239 8191 1 0 276756 0
[pid=162882] ppid=162881 vsize=47016 memory=42156 CPUtime=3393.64 cores=5,7
/proc/162882/stat : 162882 (naps-1.03a6) R 162881 162882 162882 0 -1 4194304 3128554 0 0 0 338640 724 0 0 20 0 1 0 236728868 48144384 10539 18446744073709551615 4198400 7047149 140726423797696 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 20226048 140726423800191 140726423800305 140726423800305 140726423805897 0
/proc/162882/statm: 11754 10539 544 696 0 10915 0
Current children cumulated CPU time: 3393.81 s
Current children cumulated vsize: 1272800 KiB
Current children cumulated memory: 118056 KiB

[startup+3462.3 s]
/proc/loadavg: 4.36 4.15 4.11 5/274 163218
/proc/meminfo: memFree=128698736/131250000 swapFree=33010416/33010684
[pid=162876] ppid=162873 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162876/stat : 162876 (scip-naps-1.00.) S 162873 162876 162562 0 -1 4194304 258 343 0 0 0 0 0 0 20 0 1 0 236728847 4292608 736 18446744073709551615 94159677140992 94159678035525 140731085446288 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94159678274576 94159678322320 94159685328896 140731085453727 140731085453824 140731085453824 140731085459428 0
/proc/162876/statm: 1048 736 672 219 0 110 0
[pid=162881] ppid=162876 vsize=1221592 memory=72956 CPUtime=0.17 cores=5,7
/proc/162881/stat : 162881 (python3) S 162876 162876 162562 0 -1 4194304 10985 0 0 0 15 2 0 0 20 0 1 0 236728849 1250910208 18239 18446744073709551615 94634603696128 94634603696505 140734060334832 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94634603707800 94634603708420 94634604257280 140734060341590 140734060341792 140734060341792 140734060347367 0
/proc/162881/statm: 305398 18239 8191 1 0 276756 0
[pid=162882] ppid=162881 vsize=42920 memory=35224 CPUtime=3453.47 cores=5,7
/proc/162882/stat : 162882 (naps-1.03a6) R 162881 162882 162882 0 -1 4194304 3180699 0 0 0 344606 741 0 0 20 0 1 0 236728868 43950080 8806 18446744073709551615 4198400 7047149 140726423797696 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 20226048 140726423800191 140726423800305 140726423800305 140726423805897 0
/proc/162882/statm: 10730 8806 544 696 0 9891 0
Current children cumulated CPU time: 3453.64 s
Current children cumulated vsize: 1268704 KiB
Current children cumulated memory: 111124 KiB

[startup+3522.3 s]
/proc/loadavg: 4.23 4.16 4.11 5/274 163221
/proc/meminfo: memFree=128696816/131250000 swapFree=33010416/33010684
[pid=162876] ppid=162873 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162876/stat : 162876 (scip-naps-1.00.) S 162873 162876 162562 0 -1 4194304 258 343 0 0 0 0 0 0 20 0 1 0 236728847 4292608 736 18446744073709551615 94159677140992 94159678035525 140731085446288 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94159678274576 94159678322320 94159685328896 140731085453727 140731085453824 140731085453824 140731085459428 0
/proc/162876/statm: 1048 736 672 219 0 110 0
[pid=162881] ppid=162876 vsize=1221592 memory=72956 CPUtime=0.17 cores=5,7
/proc/162881/stat : 162881 (python3) S 162876 162876 162562 0 -1 4194304 10985 0 0 0 15 2 0 0 20 0 1 0 236728849 1250910208 18239 18446744073709551615 94634603696128 94634603696505 140734060334832 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94634603707800 94634603708420 94634604257280 140734060341590 140734060341792 140734060341792 140734060347367 0
/proc/162881/statm: 305398 18239 8191 1 0 276756 0
[pid=162882] ppid=162881 vsize=47016 memory=39652 CPUtime=3513.3 cores=5,7
/proc/162882/stat : 162882 (naps-1.03a6) R 162881 162882 162882 0 -1 4194304 3209520 0 0 0 350581 749 0 0 20 0 1 0 236728868 48144384 9913 18446744073709551615 4198400 7047149 140726423797696 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 20226048 140726423800191 140726423800305 140726423800305 140726423805897 0
/proc/162882/statm: 11754 9913 544 696 0 10915 0
Current children cumulated CPU time: 3513.47 s
Current children cumulated vsize: 1272800 KiB
Current children cumulated memory: 115552 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.14 4.11 5/274 163223
/proc/meminfo: memFree=128711732/131250000 swapFree=33010416/33010684
[pid=162876] ppid=162873 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162876/stat : 162876 (scip-naps-1.00.) S 162873 162876 162562 0 -1 4194304 258 343 0 0 0 0 0 0 20 0 1 0 236728847 4292608 736 18446744073709551615 94159677140992 94159678035525 140731085446288 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94159678274576 94159678322320 94159685328896 140731085453727 140731085453824 140731085453824 140731085459428 0
/proc/162876/statm: 1048 736 672 219 0 110 0
[pid=162881] ppid=162876 vsize=1221592 memory=72956 CPUtime=0.17 cores=5,7
/proc/162881/stat : 162881 (python3) S 162876 162876 162562 0 -1 4194304 10985 0 0 0 15 2 0 0 20 0 1 0 236728849 1250910208 18239 18446744073709551615 94634603696128 94634603696505 140734060334832 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94634603707800 94634603708420 94634604257280 140734060341590 140734060341792 140734060341792 140734060347367 0
/proc/162881/statm: 305398 18239 8191 1 0 276756 0
[pid=162882] ppid=162881 vsize=47016 memory=43068 CPUtime=3573.12 cores=5,7
/proc/162882/stat : 162882 (naps-1.03a6) R 162881 162882 162882 0 -1 4194304 3290346 0 0 0 356545 767 0 0 20 0 1 0 236728868 48144384 10767 18446744073709551615 4198400 7047149 140726423797696 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 20226048 140726423800191 140726423800305 140726423800305 140726423805897 0
/proc/162882/statm: 11754 10767 544 696 0 10915 0
Current children cumulated CPU time: 3573.29 s
Current children cumulated vsize: 1272800 KiB
Current children cumulated memory: 118968 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.11 s]
/proc/loadavg: 4.15 4.15 4.11 5/274 163224
/proc/meminfo: memFree=128706696/131250000 swapFree=33010416/33010684
[pid=162876] ppid=162873 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162876/stat : 162876 (scip-naps-1.00.) S 162873 162876 162562 0 -1 4194304 258 343 0 0 0 0 0 0 20 0 1 0 236728847 4292608 736 18446744073709551615 94159677140992 94159678035525 140731085446288 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94159678274576 94159678322320 94159685328896 140731085453727 140731085453824 140731085453824 140731085459428 0
/proc/162876/statm: 1048 736 672 219 0 110 0
[pid=162881] ppid=162876 vsize=1221592 memory=72956 CPUtime=0.17 cores=5,7
/proc/162881/stat : 162881 (python3) S 162876 162876 162562 0 -1 4194304 10985 0 0 0 15 2 0 0 20 0 1 0 236728849 1250910208 18239 18446744073709551615 94634603696128 94634603696505 140734060334832 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94634603707800 94634603708420 94634604257280 140734060341590 140734060341792 140734060341792 140734060347367 0
/proc/162881/statm: 305398 18239 8191 1 0 276756 0
[pid=162882] ppid=162881 vsize=38824 memory=31404 CPUtime=3599.85 cores=5,7
/proc/162882/stat : 162882 (naps-1.03a6) R 162881 162882 162882 0 -1 4194304 3309864 0 0 0 359212 773 0 0 20 0 1 0 236728868 39755776 7851 18446744073709551615 4198400 7047149 140726423797696 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 20226048 140726423800191 140726423800305 140726423800305 140726423805897 0
/proc/162882/statm: 9706 7851 544 696 0 8867 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 1264608 KiB
Current children cumulated memory: 107304 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3592.29 s, system=7.76909 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.15 4.15 4.11 5/274 163224
/proc/meminfo: memFree=128706696/131250000 swapFree=33010416/33010684
[pid=162876] ppid=162873 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162876/stat : 162876 (scip-naps-1.00.) S 162873 162876 162562 0 -1 4194304 258 343 0 0 0 0 0 0 20 0 1 0 236728847 4292608 736 18446744073709551615 94159677140992 94159678035525 140731085446288 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94159678274576 94159678322320 94159685328896 140731085453727 140731085453824 140731085453824 140731085459428 0
/proc/162876/statm: 1048 736 672 219 0 110 0
[pid=162881] ppid=162876 vsize=1221592 memory=72956 CPUtime=0.17 cores=5,7
/proc/162881/stat : 162881 (python3) S 162876 162876 162562 0 -1 4194304 10985 0 0 0 15 2 0 0 20 0 1 0 236728849 1250910208 18239 18446744073709551615 94634603696128 94634603696505 140734060334832 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94634603707800 94634603708420 94634604257280 140734060341590 140734060341792 140734060341792 140734060347367 0
/proc/162881/statm: 305398 18239 8191 1 0 276756 0
[pid=162882] ppid=162881 vsize=38824 memory=31404 CPUtime=3599.85 cores=5,7
/proc/162882/stat : 162882 (naps-1.03a6) R 162881 162882 162882 0 -1 4194304 3309864 0 0 0 359212 773 0 0 20 0 1 0 236728868 39755776 7851 18446744073709551615 4198400 7047149 140726423797696 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 20226048 140726423800191 140726423800305 140726423800305 140726423805897 0
/proc/162882/statm: 9706 7851 544 696 0 8867 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 1264608 KiB
Current children cumulated memory: 107304 KiB

Child status: 143

Real time (s): 3609.12
CPU time (s): 3600.06
CPU user time (s): 3592.29
CPU system time (s): 7.76909
CPU usage (%): 99.7489
Max. virtual memory (cumulated for all children) (KiB): 1329536
Max. memory (cumulated for all children) (KiB): 163504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.29
system time used= 7.76909
maximum resident set size= 89652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3325525
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= 387
involuntary context switches= 4437


# summary of solver processes directly reported to runsolver:
#   pid: 162876
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3592.29
#   total CPU system time (s): 7.76909

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.71777 second user time and 16.0988 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-22 20:55:10
IDJOB=4541812
IDBENCH=163468
IDSOLVER=3368
FILE ID=nodeC018/4541812-1753210510
RUNJOBID= nodeC018-1753209881-162575
SLURM_JOB_ID= 9687775
Free space on /tmp= 432996 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
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.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541812-1753210510/watcher-4541812-1753210510 -o /tmp/evaluation-result-4541812-1753210510/solver-4541812-1753210510 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1753209881-162575 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4541812-1753210510.opb

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

MD5SUM BENCH= 68f7bc0686d678a8453a91094299b359
RANDOM SEED=684873033

nodeC018 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.822
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.66
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.829
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.66
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		: 3636.132
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.66
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		: 3600.099
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.66
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.832
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.66
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		: 3597.816
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.66
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		: 3558.081
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128783624 kB
MemAvailable:   129345356 kB
Buffers:            2128 kB
Cached:          1312560 kB
SwapCached:           28 kB
Active:          1434072 kB
Inactive:         234336 kB
Active(anon):     379676 kB
Inactive(anon):      284 kB
Active(file):    1054396 kB
Inactive(file):   234052 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5504 kB
Writeback:             8 kB
AnonPages:        351056 kB
Mapped:           137816 kB
Shmem:             26240 kB
KReclaimable:     224644 kB
Slab:             321496 kB
SReclaimable:     224644 kB
SUnreclaim:        96852 kB
KernelStack:        4368 kB
PageTables:         4380 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    3913476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432992 MiB
End job on nodeC018 at 2025-07-22 21:55:19