Trace number 4542085

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.08 3609.34

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/diag_comm/normalized-27diagcomm_less_teq.opb
MD5SUMe80427fd7184340cbc2fb1b3fd72520e
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.750604
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4482
Total number of constraints6670
Number of constraints which are clauses4374
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2296
Minimum length of a constraint2
Maximum length of a constraint108
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 9007199254740992
Number of bits of the biggest number in a constraint 54
Biggest sum of numbers in a constraint 36028797018963967
Number of bits of the biggest sum of numbers55
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.16/0.27	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4542085-1753213624.opb
0.16/0.27	c Solving mode: decision
0.16/0.27	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
0.16/0.27	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.16/0.27	c original problem has 4482 variables (4482 bin, 0 int, 0 impl, 0 cont) and 6670 constraints
0.16/0.27	c presolving:
0.16/0.27	c (round 1, fast)       891 del vars, 891 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1512 clqs
0.16/0.27	c (round 2, exhaustive) 891 del vars, 3078 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1512 clqs
0.16/0.27	c (round 3, exhaustive) 891 del vars, 3078 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2188 upgd conss, 0 impls, 1512 clqs
0.16/0.27	c (round 4, fast)       891 del vars, 3078 del conss, 0 add conss, 0 chg bounds, 1 chg sides, 106 chg coeffs, 2188 upgd conss, 0 impls, 1512 clqs
0.16/0.27	c (round 5, exhaustive) 891 del vars, 5265 del conss, 729 add conss, 0 chg bounds, 1 chg sides, 106 chg coeffs, 2188 upgd conss, 0 impls, 1513 clqs
0.16/0.27	c    (0.1s) probing: 51/3591 (1.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.16/0.27	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.16/0.27	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.16/0.27	c    (0.1s) no symmetry present (symcode time: 0.00)
0.16/0.27	c presolving (6 rounds: 6 fast, 4 medium, 4 exhaustive):
0.16/0.27	c  891 deleted vars, 5265 deleted constraints, 729 added constraints, 0 tightened bounds, 0 added holes, 1 changed sides, 106 changed coefficients
0.16/0.27	c  0 implications, 1513 cliques
0.16/0.27	c presolved problem has 3591 variables (3591 bin, 0 int, 0 impl, 0 cont) and 2134 constraints
0.16/0.27	c       1 constraints of type <knapsack>
0.16/0.27	c     729 constraints of type <and>
0.16/0.27	c    1404 constraints of type <linear>
0.16/0.27	c transformed objective value is always integral (scale: 1)
0.16/0.27	c Presolving Time: 0.06
0.16/0.27	c 
0.16/0.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.16/0.27	c p 0.1s|     1 |     0 |     1 |     - |  clique|   0 |3591 |2134 |2863 |   0 |  0 |   0 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| unknown
0.16/0.27	c 
0.16/0.27	c SCIP Status        : problem is solved [optimal solution found]
0.16/0.27	c Solving Time (sec) : 0.09
0.16/0.27	c Solving Nodes      : 1
0.16/0.27	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
0.16/0.27	c Dual Bound         : +0.00000000000000e+00
0.16/0.27	c Gap                : 0.00 %
0.16/0.27	c [VIOLATION] Line 18: +1 x4375 -1 x4429 +2 x4376 -2 x4430 +4 x4377 -4 x4431 +8 x4378 -8 x4432 +16 x4379 -16 x4433 +32 x4380 -32 x4434 +64 x4381 -64 x4435 +128 x4382 -128 x4436 +256 x4383 -256 x4437 +512 x4384 -512 x4438 +1024 x4385 -1024 x4439 +2048 x4386 -2048 x4440 +4096 x4387 -4096 x4441 +8192 x4388 -8192 x4442 +16384 x4389 -16384 x4443 +32768 x4390 -32768 x4444 +65536 x4391 -65536 x4445 +131072 x4392 -131072 x4446 +262144 x4393 -262144 x4447 +524288 x4394 -524288 x4448 +1048576 x4395 -1048576 x4449 +2097152 x4396 -2097152 x4450 +4194304 x4397 -4194304 x4451 +8388608 x4398 -8388608 x4452 +16777216 x4399 -16777216 x4453 +33554432 x4400 -33554432 x4454 +67108864 x4401 -67108864 x4455 +134217728 x4402 -134217728 x4456 +268435456 x4403 -268435456 x4457 +536870912 x4404 -536870912 x4458 +1073741824 x4405 -1073741824 x4459 +2147483648 x4406 -2147483648 x4460 +4294967296 x4407 -4294967296 x4461 +8589934592 x4408 -8589934592 x4462 +17179869184 x4409 -17179869184 x4463 +34359738368 x4410 -34359738368 x4464 +68719476736 x4411 -68719476736 x4465 +137438953472 x4412 -137438953472 x4466 +274877906944 x4413 -274877906944 x4467 +549755813888 x4414 -549755813888 x4468 +1099511627776 x4415 -1099511627776 x4469 +2199023255552 x4416 -2199023255552 x4470 +4398046511104 x4417 -4398046511104 x4471 +8796093022208 x4418 -8796093022208 x4472 +17592186044416 x4419 -17592186044416 x4473 +35184372088832 x4420 -35184372088832 x4474 +70368744177664 x4421 -70368744177664 x4475 +140737488355328 x4422 -140737488355328 x4476 +281474976710656 x4423 -281474976710656 x4477 +562949953421312 x4424 -562949953421312 x4478 +1125899906842624 x4425 -1125899906842624 x4479 +2251799813685248 x4426 -2251799813685248 x4480 +4503599627370496 x4427 -4503599627370496 x4481 +9007199254740992 x4428 -9007199254740992 x4482 >= 1 ;
0.16/0.27	c   Computed activity: 0
0.16/0.27	c   Required: activity >= 1
0.16/0.27	c   Variable assignments: {x4375=0, x4429=0, x4376=0, x4430=0, x4377=0, x4431=0, x4378=0, x4432=0, x4379=0, x4433=0, x4380=0, x4434=0, x4381=0, x4435=0, x4382=0, x4436=0, x4383=0, x4437=0, x4384=0, x4438=0, x4385=0, x4439=0, x4386=0, x4440=0, x4387=0, x4441=0, x4388=0, x4442=0, x4389=0, x4443=0, x4390=0, x4444=0, x4391=0, x4445=0, x4392=0, x4446=0, x4393=0, x4447=0, x4394=0, x4448=0, x4395=0, x4449=0, x4396=0, x4450=0, x4397=0, x4451=0, x4398=0, x4452=0, x4399=0, x4453=0, x4400=0, x4454=0, x4401=0, x4455=0, x4402=0, x4456=0, x4403=0, x4457=0, x4404=0, x4458=0, x4405=0, x4459=0, x4406=0, x4460=0, x4407=0, x4461=0, x4408=0, x4462=0, x4409=0, x4463=0, x4410=0, x4464=0, x4411=0, x4465=0, x4412=0, x4466=0, x4413=0, x4467=0, x4414=0, x4468=0, x4415=0, x4469=0, x4416=0, x4470=0, x4417=0, x4471=0, x4418=0, x4472=0, x4419=0, x4473=0, x4420=0, x4474=0, x4421=0, x4475=0, x4422=0, x4476=0, x4423=0, x4477=0, x4424=0, x4478=0, x4425=0, x4479=0, x4426=0, x4480=0, x4427=0, x4481=0, x4428=0, x4482=0}}
0.16/0.27	c SCIP found a solution, but it is not feasible according to the original problem.
0.16/0.27	c ----------------------------------------------------------------------
0.16/0.27	c executing external solver (fallback): HOME/naps-1.03a6
0.16/0.27	c ----------------------------------------------------------------------
0.16/0.27	c command: HOME/naps-1.03a6 HOME/instance-4542085-1753213624.opb
0.16/0.27	c NaPS 1.03a6.
0.16/0.27	c Input file name: HOME/instance-4542085-1753213624.opb
3600.02/3609.30	c
3600.02/3609.30	c *** TERMINATED *** by signal 15
3600.02/3609.30	c _____________________________________________________________________________
3600.02/3609.30	c std/band forms        : 1,1404
3600.02/3609.30	c 2cl/3cl ITE-codings   : 53,6858
3600.02/3609.30	c BDD/srt/adr Max costs : 160,0,0
3600.02/3609.30	c BDDraw/bin/mul/srt/adr: 1405,0,0,0,0
3600.02/3609.30	c BDD nodes             : 16793
3600.02/3609.30	c Es1/CC detections     : 0,0
3600.02/3609.30	c CC sort               : 0
3600.02/3609.30	c SAT/UNSAT calls       : 0,0
3600.02/3609.30	c regenrated variables  : 0
3600.02/3609.30	c eliminated fixed lits : 0
3600.02/3609.30	c goal lit flips        : 0
3600.02/3609.30	c goal stages           : 0
3600.02/3609.30	c goal shrink           : 0
3600.02/3609.30	c goal coeff separations: 0
3600.02/3609.30	c restarts              : 0
3600.02/3609.30	c conflicts             : 0              (0 /sec)
3600.02/3609.30	c decisions             : 0              (0 /sec)
3600.02/3609.30	c propagations          : 0              (0 /sec)
3600.02/3609.30	c inspects              : 0              (0 /sec)
3600.02/3609.30	c CPU time (solving tm) : 3595 s        (3594 s, SAT 0 s, UNSAT 0 s)
3600.02/3609.30	c Time for Opt-base     : 0 s
3600.02/3609.30	c Steps for Opt-base    : 0
3600.02/3609.30	c Time for BDD coding   : 0.06374 s
3600.02/3609.30	c Time for srt coding   : 0 s
3600.02/3609.30	c _____________________________________________________________________________
3600.02/3609.30	s UNKNOWN
3600.02/3609.31	c received SIGTERM, forwarding to pbsolver...
3600.02/3609.31	c failed to send SIGTERM to pbsolver: [Errno 3] No such process

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=163196, runsolver pid=163193

[startup+0.100062 s]*
/proc/loadavg: 4.04 4.07 4.08 5/272 163201
/proc/meminfo: memFree=128798812/131250000 swapFree=33010416/33010684
[pid=163196] ppid=163193 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/163196/stat : 163196 (scip-naps-1.00.) S 163193 163196 162562 0 -1 4194304 260 344 0 0 0 0 0 0 20 0 1 0 237040228 4292608 736 18446744073709551615 94862444376064 94862445270597 140736115935344 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94862445509648 94862445557392 94862452199424 140736115939743 140736115939840 140736115939840 140736115945444 0
/proc/163196/statm: 1048 736 672 219 0 110 0
[pid=163201] ppid=163196 vsize=1186924 memory=32100 CPUtime=0.06 cores=4,6
/proc/163201/stat : 163201 (python3) R 163196 163196 162562 0 -1 4194304 3739 0 0 0 5 1 0 0 20 0 1 0 237040230 1215410176 8025 18446744073709551615 94551587401728 94551587402105 140723336459696 0 0 0 0 16781312 2 0 0 0 17 6 0 0 0 0 0 94551587413400 94551587414020 94551591022592 140723336468822 140723336469024 140723336469024 140723336474599 0
/proc/163201/statm: 296731 8025 4925 1 0 268753 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 1191116 KiB
Current children cumulated memory: 35044 KiB

[startup+0.205725 s]*
/proc/loadavg: 4.04 4.07 4.08 5/272 163201
/proc/meminfo: memFree=128762524/131250000 swapFree=33010416/33010684
[pid=163196] ppid=163193 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/163196/stat : 163196 (scip-naps-1.00.) S 163193 163196 162562 0 -1 4194304 260 344 0 0 0 0 0 0 20 0 1 0 237040228 4292608 736 18446744073709551615 94862444376064 94862445270597 140736115935344 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94862445509648 94862445557392 94862452199424 140736115939743 140736115939840 140736115939840 140736115945444 0
/proc/163196/statm: 1048 736 672 219 0 110 0
[pid=163201] ppid=163196 vsize=1220812 memory=72548 CPUtime=0.16 cores=4,6
/proc/163201/stat : 163201 (python3) R 163196 163196 162562 0 -1 4194304 11171 0 0 0 13 3 0 0 20 0 1 0 237040230 1250111488 18137 18446744073709551615 94551587401728 94551587402105 140723336459696 0 0 0 0 16781312 2 0 0 0 17 6 0 0 0 0 0 94551587413400 94551587414020 94551591022592 140723336468822 140723336469024 140723336469024 140723336474599 0
/proc/163201/statm: 305203 18137 7869 1 0 276561 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 1225004 KiB
Current children cumulated memory: 75492 KiB

[startup+0.305695 s]*
/proc/loadavg: 4.04 4.07 4.08 5/273 163202
/proc/meminfo: memFree=128746396/131250000 swapFree=33010416/33010684
[pid=163196] ppid=163193 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/163196/stat : 163196 (scip-naps-1.00.) S 163193 163196 162562 0 -1 4194304 260 344 0 0 0 0 0 0 20 0 1 0 237040228 4292608 736 18446744073709551615 94862444376064 94862445270597 140736115935344 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94862445509648 94862445557392 94862452199424 140736115939743 140736115939840 140736115939840 140736115945444 0
/proc/163196/statm: 1048 736 672 219 0 110 0
[pid=163201] ppid=163196 vsize=1239824 memory=87140 CPUtime=0.23 cores=4,6
/proc/163201/stat : 163201 (python3) S 163196 163196 162562 0 -1 4194304 14734 0 0 0 19 4 0 0 20 0 1 0 237040230 1269579776 21785 18446744073709551615 94551587401728 94551587402105 140723336459696 0 0 0 0 16781312 16386 1 0 0 17 6 0 0 0 0 0 94551587413400 94551587414020 94551591022592 140723336468822 140723336469024 140723336469024 140723336474599 0
/proc/163201/statm: 309956 21785 8157 1 0 281314 0
[pid=163202] ppid=163201 vsize=6388 memory=4736 CPUtime=0.03 cores=4,6
/proc/163202/stat : 163202 (naps-1.03a6) R 163201 163202 163202 0 -1 4194304 902 0 0 0 3 0 0 0 20 0 1 0 237040256 6541312 1184 18446744073709551615 4198400 7047149 140722482604160 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 37421056 140722482612607 140722482612721 140722482612721 140722482618313 0
/proc/163202/statm: 1597 1184 544 696 0 758 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 1250404 KiB
Current children cumulated memory: 94820 KiB

[startup+0.700166 s]
/proc/loadavg: 4.04 4.07 4.08 6/273 163202
/proc/meminfo: memFree=128738340/131250000 swapFree=33010416/33010684
[pid=163196] ppid=163193 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/163196/stat : 163196 (scip-naps-1.00.) S 163193 163196 162562 0 -1 4194304 260 344 0 0 0 0 0 0 20 0 1 0 237040228 4292608 736 18446744073709551615 94862444376064 94862445270597 140736115935344 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94862445509648 94862445557392 94862452199424 140736115939743 140736115939840 140736115939840 140736115945444 0
/proc/163196/statm: 1048 736 672 219 0 110 0
[pid=163201] ppid=163196 vsize=1239824 memory=87140 CPUtime=0.23 cores=4,6
/proc/163201/stat : 163201 (python3) S 163196 163196 162562 0 -1 4194304 14734 0 0 0 19 4 0 0 20 0 1 0 237040230 1269579776 21785 18446744073709551615 94551587401728 94551587402105 140723336459696 0 0 0 0 16781312 16386 1 0 0 17 6 0 0 0 0 0 94551587413400 94551587414020 94551591022592 140723336468822 140723336469024 140723336469024 140723336474599 0
/proc/163201/statm: 309956 21785 8157 1 0 281314 0
[pid=163202] ppid=163201 vsize=17196 memory=12904 CPUtime=0.42 cores=4,6
/proc/163202/stat : 163202 (naps-1.03a6) R 163201 163202 163202 0 -1 4194304 4188 0 0 0 41 1 0 0 20 0 1 0 237040256 17608704 3226 18446744073709551615 4198400 7047149 140722482604160 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 37421056 140722482612607 140722482612721 140722482612721 140722482618313 0
/proc/163202/statm: 4299 3226 544 696 0 3460 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 1261212 KiB
Current children cumulated memory: 102988 KiB

[startup+1.50017 s]
/proc/loadavg: 4.04 4.07 4.08 5/273 163202
/proc/meminfo: memFree=128735568/131250000 swapFree=33010416/33010684
[pid=163196] ppid=163193 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/163196/stat : 163196 (scip-naps-1.00.) S 163193 163196 162562 0 -1 4194304 260 344 0 0 0 0 0 0 20 0 1 0 237040228 4292608 736 18446744073709551615 94862444376064 94862445270597 140736115935344 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94862445509648 94862445557392 94862452199424 140736115939743 140736115939840 140736115939840 140736115945444 0
/proc/163196/statm: 1048 736 672 219 0 110 0
[pid=163201] ppid=163196 vsize=1239824 memory=87140 CPUtime=0.23 cores=4,6
/proc/163201/stat : 163201 (python3) S 163196 163196 162562 0 -1 4194304 14734 0 0 0 19 4 0 0 20 0 1 0 237040230 1269579776 21785 18446744073709551615 94551587401728 94551587402105 140723336459696 0 0 0 0 16781312 16386 1 0 0 17 6 0 0 0 0 0 94551587413400 94551587414020 94551591022592 140723336468822 140723336469024 140723336469024 140723336474599 0
/proc/163201/statm: 309956 21785 8157 1 0 281314 0
[pid=163202] ppid=163201 vsize=15836 memory=13184 CPUtime=1.21 cores=4,6
/proc/163202/stat : 163202 (naps-1.03a6) R 163201 163202 163202 0 -1 4194304 4749 0 0 0 120 1 0 0 20 0 1 0 237040256 16216064 3296 18446744073709551615 4198400 7047149 140722482604160 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 37421056 140722482612607 140722482612721 140722482612721 140722482618313 0
/proc/163202/statm: 3959 3296 544 696 0 3120 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 1259852 KiB
Current children cumulated memory: 103268 KiB

[startup+3.10511 s]
/proc/loadavg: 4.12 4.09 4.09 5/273 163202
/proc/meminfo: memFree=128743760/131250000 swapFree=33010416/33010684
[pid=163196] ppid=163193 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/163196/stat : 163196 (scip-naps-1.00.) S 163193 163196 162562 0 -1 4194304 260 344 0 0 0 0 0 0 20 0 1 0 237040228 4292608 736 18446744073709551615 94862444376064 94862445270597 140736115935344 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94862445509648 94862445557392 94862452199424 140736115939743 140736115939840 140736115939840 140736115945444 0
/proc/163196/statm: 1048 736 672 219 0 110 0
[pid=163201] ppid=163196 vsize=1239824 memory=87140 CPUtime=0.23 cores=4,6
/proc/163201/stat : 163201 (python3) S 163196 163196 162562 0 -1 4194304 14734 0 0 0 19 4 0 0 20 0 1 0 237040230 1269579776 21785 18446744073709551615 94551587401728 94551587402105 140723336459696 0 0 0 0 16781312 16386 1 0 0 17 6 0 0 0 0 0 94551587413400 94551587414020 94551591022592 140723336468822 140723336469024 140723336469024 140723336474599 0
/proc/163201/statm: 309956 21785 8157 1 0 281314 0
[pid=163202] ppid=163201 vsize=15740 memory=13824 CPUtime=2.81 cores=4,6
/proc/163202/stat : 163202 (naps-1.03a6) R 163201 163202 163202 0 -1 4194304 4922 0 0 0 280 1 0 0 20 0 1 0 237040256 16117760 3456 18446744073709551615 4198400 7047149 140722482604160 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 37421056 140722482612607 140722482612721 140722482612721 140722482618313 0
/proc/163202/statm: 3935 3456 544 696 0 3096 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 1259756 KiB
Current children cumulated memory: 103908 KiB

[startup+6.30015 s]
/proc/loadavg: 4.12 4.09 4.09 5/273 163202
/proc/meminfo: memFree=128743256/131250000 swapFree=33010416/33010684
[pid=163196] ppid=163193 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/163196/stat : 163196 (scip-naps-1.00.) S 163193 163196 162562 0 -1 4194304 260 344 0 0 0 0 0 0 20 0 1 0 237040228 4292608 736 18446744073709551615 94862444376064 94862445270597 140736115935344 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94862445509648 94862445557392 94862452199424 140736115939743 140736115939840 140736115939840 140736115945444 0
/proc/163196/statm: 1048 736 672 219 0 110 0
[pid=163201] ppid=163196 vsize=1239824 memory=87140 CPUtime=0.23 cores=4,6
/proc/163201/stat : 163201 (python3) S 163196 163196 162562 0 -1 4194304 14734 0 0 0 19 4 0 0 20 0 1 0 237040230 1269579776 21785 18446744073709551615 94551587401728 94551587402105 140723336459696 0 0 0 0 16781312 16386 1 0 0 17 6 0 0 0 0 0 94551587413400 94551587414020 94551591022592 140723336468822 140723336469024 140723336469024 140723336474599 0
/proc/163201/statm: 309956 21785 8157 1 0 281314 0
[pid=163202] ppid=163201 vsize=18768 memory=15320 CPUtime=6 cores=4,6
/proc/163202/stat : 163202 (naps-1.03a6) R 163201 163202 163202 0 -1 4194304 6111 0 0 0 599 1 0 0 20 0 1 0 237040256 19218432 3830 18446744073709551615 4198400 7047149 140722482604160 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 37421056 140722482612607 140722482612721 140722482612721 140722482618313 0
/proc/163202/statm: 4692 3830 544 696 0 3853 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 1262784 KiB
Current children cumulated memory: 105404 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.09 4.09 5/273 163202
/proc/meminfo: memFree=128724164/131250000 swapFree=33010416/33010684
[pid=163196] ppid=163193 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/163196/stat : 163196 (scip-naps-1.00.) S 163193 163196 162562 0 -1 4194304 260 344 0 0 0 0 0 0 20 0 1 0 237040228 4292608 736 18446744073709551615 94862444376064 94862445270597 140736115935344 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94862445509648 94862445557392 94862452199424 140736115939743 140736115939840 140736115939840 140736115945444 0
/proc/163196/statm: 1048 736 672 219 0 110 0
[pid=163201] ppid=163196 vsize=1239824 memory=87140 CPUtime=0.23 cores=4,6
/proc/163201/stat : 163201 (python3) S 163196 163196 162562 0 -1 4194304 14734 0 0 0 19 4 0 0 20 0 1 0 237040230 1269579776 21785 18446744073709551615 94551587401728 94551587402105 140723336459696 0 0 0 0 16781312 16386 1 0 0 17 6 0 0 0 0 0 94551587413400 94551587414020 94551591022592 140723336468822 140723336469024 140723336469024 140723336474599 0
/proc/163201/statm: 309956 21785 8157 1 0 281314 0
[pid=163202] ppid=163201 vsize=19792 memory=16632 CPUtime=12.38 cores=4,6
/proc/163202/stat : 163202 (naps-1.03a6) R 163201 163202 163202 0 -1 4194304 10497 0 0 0 1236 2 0 0 20 0 1 0 237040256 20267008 4158 18446744073709551615 4198400 7047149 140722482604160 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 37421056 140722482612607 140722482612721 140722482612721 140722482618313 0
/proc/163202/statm: 4948 4158 544 696 0 4109 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 1263808 KiB
Current children cumulated memory: 106716 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.08 4.09 5/273 163203
/proc/meminfo: memFree=128724676/131250000 swapFree=33010416/33010684
[pid=163196] ppid=163193 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/163196/stat : 163196 (scip-naps-1.00.) S 163193 163196 162562 0 -1 4194304 260 344 0 0 0 0 0 0 20 0 1 0 237040228 4292608 736 18446744073709551615 94862444376064 94862445270597 140736115935344 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94862445509648 94862445557392 94862452199424 140736115939743 140736115939840 140736115939840 140736115945444 0
/proc/163196/statm: 1048 736 672 219 0 110 0
[pid=163201] ppid=163196 vsize=1239824 memory=87140 CPUtime=0.23 cores=4,6
/proc/163201/stat : 163201 (python3) S 163196 163196 162562 0 -1 4194304 14734 0 0 0 19 4 0 0 20 0 1 0 237040230 1269579776 21785 18446744073709551615 94551587401728 94551587402105 140723336459696 0 0 0 0 16781312 16386 1 0 0 17 6 0 0 0 0 0 94551587413400 94551587414020 94551591022592 140723336468822 140723336469024 140723336469024 140723336474599 0
/proc/163201/statm: 309956 21785 8157 1 0 281314 0
[pid=163202] ppid=163201 vsize=17996 memory=15136 CPUtime=25.16 cores=4,6
/proc/163202/stat : 163202 (naps-1.03a6) R 163201 163202 163202 0 -1 4194304 16519 0 0 0 2512 4 0 0 20 0 1 0 237040256 18427904 3784 18446744073709551615 4198400 7047149 140722482604160 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 37421056 140722482612607 140722482612721 140722482612721 140722482618313 0
/proc/163202/statm: 4499 3784 544 696 0 3660 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 1262012 KiB
Current children cumulated memory: 105220 KiB

[startup+51.1055 s]
/proc/loadavg: 4.13 4.09 4.09 5/273 163204
/proc/meminfo: memFree=128723636/131250000 swapFree=33010416/33010684
[pid=163196] ppid=163193 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/163196/stat : 163196 (scip-naps-1.00.) S 163193 163196 162562 0 -1 4194304 260 344 0 0 0 0 0 0 20 0 1 0 237040228 4292608 736 18446744073709551615 94862444376064 94862445270597 140736115935344 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94862445509648 94862445557392 94862452199424 140736115939743 140736115939840 140736115939840 140736115945444 0
/proc/163196/statm: 1048 736 672 219 0 110 0
[pid=163201] ppid=163196 vsize=1239824 memory=87140 CPUtime=0.23 cores=4,6
/proc/163201/stat : 163201 (python3) S 163196 163196 162562 0 -1 4194304 14734 0 0 0 19 4 0 0 20 0 1 0 237040230 1269579776 21785 18446744073709551615 94551587401728 94551587402105 140723336459696 0 0 0 0 16781312 16386 1 0 0 17 6 0 0 0 0 0 94551587413400 94551587414020 94551591022592 140723336468822 140723336469024 140723336469024 140723336474599 0
/proc/163201/statm: 309956 21785 8157 1 0 281314 0
[pid=163202] ppid=163201 vsize=27468 memory=21920 CPUtime=50.7 cores=4,6
/proc/163202/stat : 163202 (naps-1.03a6) R 163201 163202 163202 0 -1 4194304 33286 0 0 0 5062 8 0 0 20 0 1 0 237040256 28127232 5480 18446744073709551615 4198400 7047149 140722482604160 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 37421056 140722482612607 140722482612721 140722482612721 140722482618313 0
/proc/163202/statm: 6867 5480 544 696 0 6028 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 1271484 KiB
Current children cumulated memory: 112004 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/273 163206
/proc/meminfo: memFree=128715452/131250000 swapFree=33010416/33010684
[pid=163196] ppid=163193 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/163196/stat : 163196 (scip-naps-1.00.) S 163193 163196 162562 0 -1 4194304 260 344 0 0 0 0 0 0 20 0 1 0 237040228 4292608 736 18446744073709551615 94862444376064 94862445270597 140736115935344 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94862445509648 94862445557392 94862452199424 140736115939743 140736115939840 140736115939840 140736115945444 0
/proc/163196/statm: 1048 736 672 219 0 110 0
[pid=163201] ppid=163196 vsize=1239824 memory=87140 CPUtime=0.23 cores=4,6
/proc/163201/stat : 163201 (python3) S 163196 163196 162562 0 -1 4194304 14734 0 0 0 19 4 0 0 20 0 1 0 237040230 1269579776 21785 18446744073709551615 94551587401728 94551587402105 140723336459696 0 0 0 0 16781312 16386 1 0 0 17 6 0 0 0 0 0 94551587413400 94551587414020 94551591022592 140723336468822 140723336469024 140723336469024 140723336474599 0
/proc/163201/statm: 309956 21785 8157 1 0 281314 0
[pid=163202] ppid=163201 vsize=37708 memory=32476 CPUtime=101.77 cores=4,6
/proc/163202/stat : 163202 (naps-1.03a6) R 163201 163202 163202 0 -1 4194304 62725 0 0 0 10164 13 0 0 20 0 1 0 237040256 38612992 8119 18446744073709551615 4198400 7047149 140722482604160 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 37421056 140722482612607 140722482612721 140722482612721 140722482618313 0
/proc/163202/statm: 9427 8119 544 696 0 8588 0

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

[pid=163202] ppid=163201 vsize=49996 memory=41708 CPUtime=3213.75 cores=4,6
/proc/163202/stat : 163202 (naps-1.03a6) R 163201 163202 163202 0 -1 4194304 1627167 0 0 0 320903 472 0 0 20 0 1 0 237040256 51195904 10427 18446744073709551615 4198400 7047149 140722482604160 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 37421056 140722482612607 140722482612721 140722482612721 140722482618313 0
/proc/163202/statm: 12499 10427 544 696 0 11660 0
Current children cumulated CPU time: 3213.98 s
Current children cumulated vsize: 1294012 KiB
Current children cumulated memory: 132304 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/273 163524
/proc/meminfo: memFree=127553284/131250000 swapFree=33010416/33010684
[pid=163196] ppid=163193 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/163196/stat : 163196 (scip-naps-1.00.) S 163193 163196 162562 0 -1 4194304 260 344 0 0 0 0 0 0 20 0 1 0 237040228 4292608 736 18446744073709551615 94862444376064 94862445270597 140736115935344 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94862445509648 94862445557392 94862452199424 140736115939743 140736115939840 140736115939840 140736115945444 0
/proc/163196/statm: 1048 736 672 219 0 110 0
[pid=163201] ppid=163196 vsize=1239824 memory=87652 CPUtime=0.23 cores=4,6
/proc/163201/stat : 163201 (python3) S 163196 163196 162562 0 -1 4194304 14734 0 0 0 19 4 0 0 20 0 1 0 237040230 1269579776 21913 18446744073709551615 94551587401728 94551587402105 140723336459696 0 0 0 0 16781312 16386 1 0 0 17 6 0 0 0 0 0 94551587413400 94551587414020 94551591022592 140723336468822 140723336469024 140723336469024 140723336474599 0
/proc/163201/statm: 309956 21913 8157 1 0 281314 0
[pid=163202] ppid=163201 vsize=45900 memory=38376 CPUtime=3273.61 cores=4,6
/proc/163202/stat : 163202 (naps-1.03a6) R 163201 163202 163202 0 -1 4194304 1658196 0 0 0 326879 482 0 0 20 0 1 0 237040256 47001600 9594 18446744073709551615 4198400 7047149 140722482604160 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 37421056 140722482612607 140722482612721 140722482612721 140722482618313 0
/proc/163202/statm: 11475 9594 544 696 0 10636 0
Current children cumulated CPU time: 3273.84 s
Current children cumulated vsize: 1289916 KiB
Current children cumulated memory: 128972 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.08 4.09 5/274 163530
/proc/meminfo: memFree=127565840/131250000 swapFree=33010416/33010684
[pid=163196] ppid=163193 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/163196/stat : 163196 (scip-naps-1.00.) S 163193 163196 162562 0 -1 4194304 260 344 0 0 0 0 0 0 20 0 1 0 237040228 4292608 736 18446744073709551615 94862444376064 94862445270597 140736115935344 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94862445509648 94862445557392 94862452199424 140736115939743 140736115939840 140736115939840 140736115945444 0
/proc/163196/statm: 1048 736 672 219 0 110 0
[pid=163201] ppid=163196 vsize=1239824 memory=87652 CPUtime=0.23 cores=4,6
/proc/163201/stat : 163201 (python3) S 163196 163196 162562 0 -1 4194304 14734 0 0 0 19 4 0 0 20 0 1 0 237040230 1269579776 21913 18446744073709551615 94551587401728 94551587402105 140723336459696 0 0 0 0 16781312 16386 1 0 0 17 6 0 0 0 0 0 94551587413400 94551587414020 94551591022592 140723336468822 140723336469024 140723336469024 140723336474599 0
/proc/163201/statm: 309956 21913 8157 1 0 281314 0
[pid=163202] ppid=163201 vsize=37708 memory=34752 CPUtime=3333.46 cores=4,6
/proc/163202/stat : 163202 (naps-1.03a6) R 163201 163202 163202 0 -1 4194304 1694187 0 0 0 332853 493 0 0 20 0 1 0 237040256 38612992 8688 18446744073709551615 4198400 7047149 140722482604160 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 37421056 140722482612607 140722482612721 140722482612721 140722482618313 0
/proc/163202/statm: 9427 8688 544 696 0 8588 0
Current children cumulated CPU time: 3333.69 s
Current children cumulated vsize: 1281724 KiB
Current children cumulated memory: 125348 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/274 163531
/proc/meminfo: memFree=127560984/131250000 swapFree=33010416/33010684
[pid=163196] ppid=163193 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/163196/stat : 163196 (scip-naps-1.00.) S 163193 163196 162562 0 -1 4194304 260 344 0 0 0 0 0 0 20 0 1 0 237040228 4292608 736 18446744073709551615 94862444376064 94862445270597 140736115935344 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94862445509648 94862445557392 94862452199424 140736115939743 140736115939840 140736115939840 140736115945444 0
/proc/163196/statm: 1048 736 672 219 0 110 0
[pid=163201] ppid=163196 vsize=1239824 memory=87652 CPUtime=0.23 cores=4,6
/proc/163201/stat : 163201 (python3) S 163196 163196 162562 0 -1 4194304 14734 0 0 0 19 4 0 0 20 0 1 0 237040230 1269579776 21913 18446744073709551615 94551587401728 94551587402105 140723336459696 0 0 0 0 16781312 16386 1 0 0 17 6 0 0 0 0 0 94551587413400 94551587414020 94551591022592 140723336468822 140723336469024 140723336469024 140723336474599 0
/proc/163201/statm: 309956 21913 8157 1 0 281314 0
[pid=163202] ppid=163201 vsize=66380 memory=53580 CPUtime=3393.31 cores=4,6
/proc/163202/stat : 163202 (naps-1.03a6) R 163201 163202 163202 0 -1 4194304 1730948 0 0 0 338829 502 0 0 20 0 1 0 237040256 67973120 13395 18446744073709551615 4198400 7047149 140722482604160 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 37421056 140722482612607 140722482612721 140722482612721 140722482618313 0
/proc/163202/statm: 16595 13395 544 696 0 15756 0
Current children cumulated CPU time: 3393.54 s
Current children cumulated vsize: 1310396 KiB
Current children cumulated memory: 144176 KiB

[startup+3462.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/274 163533
/proc/meminfo: memFree=127556968/131250000 swapFree=33010416/33010684
[pid=163196] ppid=163193 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/163196/stat : 163196 (scip-naps-1.00.) S 163193 163196 162562 0 -1 4194304 260 344 0 0 0 0 0 0 20 0 1 0 237040228 4292608 736 18446744073709551615 94862444376064 94862445270597 140736115935344 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94862445509648 94862445557392 94862452199424 140736115939743 140736115939840 140736115939840 140736115945444 0
/proc/163196/statm: 1048 736 672 219 0 110 0
[pid=163201] ppid=163196 vsize=1239824 memory=87652 CPUtime=0.23 cores=4,6
/proc/163201/stat : 163201 (python3) S 163196 163196 162562 0 -1 4194304 14734 0 0 0 19 4 0 0 20 0 1 0 237040230 1269579776 21913 18446744073709551615 94551587401728 94551587402105 140723336459696 0 0 0 0 16781312 16386 1 0 0 17 6 0 0 0 0 0 94551587413400 94551587414020 94551591022592 140723336468822 140723336469024 140723336469024 140723336474599 0
/proc/163201/statm: 309956 21913 8157 1 0 281314 0
[pid=163202] ppid=163201 vsize=41800 memory=36680 CPUtime=3453.17 cores=4,6
/proc/163202/stat : 163202 (naps-1.03a6) R 163201 163202 163202 0 -1 4194304 1740734 0 0 0 344811 506 0 0 20 0 1 0 237040256 42803200 9170 18446744073709551615 4198400 7047149 140722482604160 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 37421056 140722482612607 140722482612721 140722482612721 140722482618313 0
/proc/163202/statm: 10450 9170 544 696 0 9611 0
Current children cumulated CPU time: 3453.4 s
Current children cumulated vsize: 1285816 KiB
Current children cumulated memory: 127276 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/273 163583
/proc/meminfo: memFree=119582196/131250000 swapFree=33010416/33010684
[pid=163196] ppid=163193 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/163196/stat : 163196 (scip-naps-1.00.) S 163193 163196 162562 0 -1 4194304 260 344 0 0 0 0 0 0 20 0 1 0 237040228 4292608 736 18446744073709551615 94862444376064 94862445270597 140736115935344 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94862445509648 94862445557392 94862452199424 140736115939743 140736115939840 140736115939840 140736115945444 0
/proc/163196/statm: 1048 736 672 219 0 110 0
[pid=163201] ppid=163196 vsize=1239824 memory=87652 CPUtime=0.23 cores=4,6
/proc/163201/stat : 163201 (python3) S 163196 163196 162562 0 -1 4194304 14734 0 0 0 19 4 0 0 20 0 1 0 237040230 1269579776 21913 18446744073709551615 94551587401728 94551587402105 140723336459696 0 0 0 0 16781312 16386 1 0 0 17 6 0 0 0 0 0 94551587413400 94551587414020 94551591022592 140723336468822 140723336469024 140723336469024 140723336474599 0
/proc/163201/statm: 309956 21913 8157 1 0 281314 0
[pid=163202] ppid=163201 vsize=45900 memory=40656 CPUtime=3513.01 cores=4,6
/proc/163202/stat : 163202 (naps-1.03a6) R 163201 163202 163202 0 -1 4194304 1764582 0 0 0 350788 513 0 0 20 0 1 0 237040256 47001600 10164 18446744073709551615 4198400 7047149 140722482604160 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 37421056 140722482612607 140722482612721 140722482612721 140722482618313 0
/proc/163202/statm: 11475 10164 544 696 0 10636 0
Current children cumulated CPU time: 3513.24 s
Current children cumulated vsize: 1289916 KiB
Current children cumulated memory: 131252 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.09 4.09 5/272 163585
/proc/meminfo: memFree=116920724/131250000 swapFree=33010416/33010684
[pid=163196] ppid=163193 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/163196/stat : 163196 (scip-naps-1.00.) S 163193 163196 162562 0 -1 4194304 260 344 0 0 0 0 0 0 20 0 1 0 237040228 4292608 736 18446744073709551615 94862444376064 94862445270597 140736115935344 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94862445509648 94862445557392 94862452199424 140736115939743 140736115939840 140736115939840 140736115945444 0
/proc/163196/statm: 1048 736 672 219 0 110 0
[pid=163201] ppid=163196 vsize=1239824 memory=87652 CPUtime=0.23 cores=4,6
/proc/163201/stat : 163201 (python3) S 163196 163196 162562 0 -1 4194304 14734 0 0 0 19 4 0 0 20 0 1 0 237040230 1269579776 21913 18446744073709551615 94551587401728 94551587402105 140723336459696 0 0 0 0 16781312 16386 1 0 0 17 6 0 0 0 0 0 94551587413400 94551587414020 94551591022592 140723336468822 140723336469024 140723336469024 140723336474599 0
/proc/163201/statm: 309956 21913 8157 1 0 281314 0
[pid=163202] ppid=163201 vsize=66380 memory=49904 CPUtime=3572.88 cores=4,6
/proc/163202/stat : 163202 (naps-1.03a6) R 163201 163202 163202 0 -1 4194304 1789804 0 0 0 356767 521 0 0 20 0 1 0 237040256 67973120 12476 18446744073709551615 4198400 7047149 140722482604160 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 37421056 140722482612607 140722482612721 140722482612721 140722482618313 0
/proc/163202/statm: 16595 12476 544 696 0 15756 0
Current children cumulated CPU time: 3573.11 s
Current children cumulated vsize: 1310396 KiB
Current children cumulated memory: 140500 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/272 163638
/proc/meminfo: memFree=112502988/131250000 swapFree=33010416/33010684
[pid=163196] ppid=163193 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/163196/stat : 163196 (scip-naps-1.00.) S 163193 163196 162562 0 -1 4194304 260 344 0 0 0 0 0 0 20 0 1 0 237040228 4292608 736 18446744073709551615 94862444376064 94862445270597 140736115935344 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94862445509648 94862445557392 94862452199424 140736115939743 140736115939840 140736115939840 140736115945444 0
/proc/163196/statm: 1048 736 672 219 0 110 0
[pid=163201] ppid=163196 vsize=1239824 memory=87652 CPUtime=0.23 cores=4,6
/proc/163201/stat : 163201 (python3) S 163196 163196 162562 0 -1 4194304 14734 0 0 0 19 4 0 0 20 0 1 0 237040230 1269579776 21913 18446744073709551615 94551587401728 94551587402105 140723336459696 0 0 0 0 16781312 16386 1 0 0 17 6 0 0 0 0 0 94551587413400 94551587414020 94551591022592 140723336468822 140723336469024 140723336469024 140723336474599 0
/proc/163201/statm: 309956 21913 8157 1 0 281314 0
[pid=163202] ppid=163201 vsize=45900 memory=37324 CPUtime=3599.79 cores=4,6
/proc/163202/stat : 163202 (naps-1.03a6) R 163201 163202 163202 0 -1 4194304 1800390 0 0 0 359452 527 0 0 20 0 1 0 237040256 47001600 9331 18446744073709551615 4198400 7047149 140722482604160 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 37421056 140722482612607 140722482612721 140722482612721 140722482618313 0
/proc/163202/statm: 11475 9331 544 696 0 10636 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 1289916 KiB
Current children cumulated memory: 127920 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3609.32 s]
# the end of solver process 163196 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0.00393 s, system=0.001553 s

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

# cumulated CPU time of all completed processes:  user=3594.76 s, system=5.32324 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+3609.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/272 163638
/proc/meminfo: memFree=112502988/131250000 swapFree=33010416/33010684
[pid=163196] ppid=163193 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/163196/stat : 163196 (scip-naps-1.00.) S 163193 163196 162562 0 -1 4194304 260 344 0 0 0 0 0 0 20 0 1 0 237040228 4292608 736 18446744073709551615 94862444376064 94862445270597 140736115935344 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94862445509648 94862445557392 94862452199424 140736115939743 140736115939840 140736115939840 140736115945444 0
/proc/163196/statm: 1048 736 672 219 0 110 0
[pid=163201] ppid=163196 vsize=1239824 memory=87652 CPUtime=0.23 cores=4,6
/proc/163201/stat : 163201 (python3) S 163196 163196 162562 0 -1 4194304 14734 0 0 0 19 4 0 0 20 0 1 0 237040230 1269579776 21913 18446744073709551615 94551587401728 94551587402105 140723336459696 0 0 0 0 16781312 16386 1 0 0 17 6 0 0 0 0 0 94551587413400 94551587414020 94551591022592 140723336468822 140723336469024 140723336469024 140723336474599 0
/proc/163201/statm: 309956 21913 8157 1 0 281314 0
[pid=163202] ppid=163201 vsize=45900 memory=37324 CPUtime=3599.79 cores=4,6
/proc/163202/stat : 163202 (naps-1.03a6) R 163201 163202 163202 0 -1 4194304 1800390 0 0 0 359452 527 0 0 20 0 1 0 237040256 47001600 9331 18446744073709551615 4198400 7047149 140722482604160 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 37421056 140722482612607 140722482612721 140722482612721 140722482618313 0
/proc/163202/statm: 11475 9331 544 696 0 10636 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 1289916 KiB
Current children cumulated memory: 127920 KiB

Child status: 0

Real time (s): 3609.34
CPU time (s): 3600.08
CPU user time (s): 3594.76
CPU system time (s): 5.32324
CPU usage (%): 99.7435
Max. virtual memory (cumulated for all children) (KiB): 1400508
Max. memory (cumulated for all children) (KiB): 220384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.76
system time used= 5.32324
maximum resident set size= 129788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1823451
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= 371
involuntary context switches= 5112


# summary of solver processes directly reported to runsolver:
#   pid: 163196,163201
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3594.76
#   total CPU system time (s): 5.32324

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.50347 second user time and 16.7634 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-22 21:47:04
IDJOB=4542085
IDBENCH=163785
IDSOLVER=3368
FILE ID=nodeC018/4542085-1753213624
RUNJOBID= nodeC018-1753209881-162573
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/diag_comm/normalized-27diagcomm_less_teq.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542085-1753213624/watcher-4542085-1753213624 -o /tmp/evaluation-result-4542085-1753213624/solver-4542085-1753213624 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1753209881-162573 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4542085-1753213624.opb

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

MD5SUM BENCH= e80427fd7184340cbc2fb1b3fd72520e
RANDOM SEED=1125925715

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.504
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.924
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		: 3592.113
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.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		: 3598.319
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		: 3599.821
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		: 3599.830
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		: 3609.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:        128807632 kB
MemAvailable:   129370744 kB
Buffers:            2128 kB
Cached:          1313876 kB
SwapCached:           28 kB
Active:          1442784 kB
Inactive:         235652 kB
Active(anon):     388388 kB
Inactive(anon):      284 kB
Active(file):    1054396 kB
Inactive(file):   235368 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5572 kB
Writeback:             0 kB
AnonPages:        359572 kB
Mapped:           137636 kB
Shmem:             26240 kB
KReclaimable:     224776 kB
Slab:             320848 kB
SReclaimable:     224776 kB
SUnreclaim:        96072 kB
KernelStack:        4412 kB
PageTables:         4580 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    3921640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 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= 432876 MiB
End job on nodeC018 at 2025-07-22 22:47:13