Trace number 4452695

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 2024-07-07? (TO) 3600.11 3606.6

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5/normalized-sumineqArity5pyramidP085.opb
MD5SUM5d1633616664d1d404e86526e434c88a
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.56515
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables18705
Total number of constraints3742
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)87
Number of constraints which are nor clauses,nor cardinality constraints3655
Minimum length of a constraint5
Maximum length of a constraint15
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 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 20
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-4452695-1721447222.opb>
0.00/0.03	c original problem has 18705 variables (18705 bin, 0 int, 0 impl, 0 cont) and 3742 constraints
0.00/0.03	c problem read in 0.03
0.00/0.03	c No objective function, only one solution is needed.
0.00/0.06	c presolving:
0.00/0.07	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 87 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.09	c    (0.1s) running MILP presolver
0.10/0.11	c    (0.1s) MILP presolver found nothing
0.10/0.14	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 87 chg sides, 0 chg coeffs, 3657 upgd conss, 0 impls, 0 clqs
0.10/0.15	c (round 3, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 87 chg sides, 0 chg coeffs, 3742 upgd conss, 0 impls, 0 clqs
0.20/0.25	c    (0.2s) probing: 51/18705 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.20/0.25	c    (0.2s) probing aborted: 50/50 successive totally useless probings
0.20/0.26	c    (0.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)

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: 63968 MiB (62378 MiB free)
  memory of node 1: 64473 MiB (61881 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452695-1721447222/watcher-4452695-1721447222 -o /tmp/evaluation-result-4452695-1721447222/solver-4452695-1721447222 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721447234-1044305 --watchdog 3760 pbscip -f HOME/instance-4452695-1721447222.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=1044412, runsolver pid=1044409
Current StackSize limit: 8192 KiB


[startup+0.107333 s]*
/proc/loadavg: 1.11 1.22 1.94 5/255 1044413
/proc/meminfo: memFree=127134996/131524600 swapFree=131070704/131071996
[pid=1044412] ppid=1044409 vsize=121604 memory=80052 CPUtime=0.1 cores=4,6
/proc/1044412/stat : 1044412 (pbscip) R 1044409 1044412 1044294 0 -1 4194304 18940 0 0 0 8 2 0 0 20 0 1 0 196887174 124522496 20013 134679101440 4194304 18693293 140735538058400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48566272 140735538062338 140735538062437 140735538062437 140735538069454 0
/proc/1044412/statm: 30401 20013 3724 3540 0 18658 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 121604 KiB
Current children cumulated memory: 80052 KiB

[startup+0.205523 s]*
/proc/loadavg: 1.11 1.22 1.94 5/255 1044413
/proc/meminfo: memFree=127099108/131524600 swapFree=131070704/131071996
[pid=1044412] ppid=1044409 vsize=143428 memory=101348 CPUtime=0.2 cores=4,6
/proc/1044412/stat : 1044412 (pbscip) R 1044409 1044412 1044294 0 -1 4194304 24237 0 0 0 17 3 0 0 20 0 1 0 196887174 146870272 25337 134679101440 4194304 18693293 140735538058400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48566272 140735538062338 140735538062437 140735538062437 140735538069454 0
/proc/1044412/statm: 35857 25337 3772 3540 0 24114 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 143428 KiB
Current children cumulated memory: 101348 KiB

[startup+0.305395 s]*
/proc/loadavg: 1.11 1.22 1.94 5/255 1044413
/proc/meminfo: memFree=127057640/131524600 swapFree=131070704/131071996
[pid=1044412] ppid=1044409 vsize=212420 memory=139956 CPUtime=0.3 cores=4,6
/proc/1044412/stat : 1044412 (pbscip) R 1044409 1044412 1044294 0 -1 4194304 33899 0 0 0 26 4 0 0 20 0 1 0 196887174 217518080 34989 134679101440 4194304 18693293 140735538058400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48566272 140735538062338 140735538062437 140735538062437 140735538069454 0
/proc/1044412/statm: 53105 34989 3788 3540 0 41362 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 212420 KiB
Current children cumulated memory: 139956 KiB

[startup+0.700207 s]
/proc/loadavg: 1.11 1.22 1.94 5/255 1044413
/proc/meminfo: memFree=126991884/131524600 swapFree=131070704/131071996
[pid=1044412] ppid=1044409 vsize=265248 memory=186684 CPUtime=0.69 cores=4,6
/proc/1044412/stat : 1044412 (pbscip) R 1044409 1044412 1044294 0 -1 4194304 45620 0 0 0 63 6 0 0 20 0 1 0 196887174 271613952 46671 134679101440 4194304 18693293 140735538058400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48566272 140735538062338 140735538062437 140735538062437 140735538069454 0
/proc/1044412/statm: 66312 46671 3788 3540 0 54569 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 265248 KiB
Current children cumulated memory: 186684 KiB

[startup+1.5002 s]
/proc/loadavg: 1.11 1.22 1.94 5/255 1044415
/proc/meminfo: memFree=126873772/131524600 swapFree=131070704/131071996
[pid=1044412] ppid=1044409 vsize=338628 memory=261660 CPUtime=1.48 cores=4,6
/proc/1044412/stat : 1044412 (pbscip) R 1044409 1044412 1044294 0 -1 4194304 64342 0 0 0 140 8 0 0 20 0 1 0 196887174 346755072 65415 134679101440 4194304 18693293 140735538058400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48566272 140735538062338 140735538062437 140735538062437 140735538069454 0
/proc/1044412/statm: 84657 65415 3788 3540 0 72914 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 338628 KiB
Current children cumulated memory: 261660 KiB

[startup+3.10515 s]
/proc/loadavg: 1.34 1.27 1.95 5/255 1044415
/proc/meminfo: memFree=126692732/131524600 swapFree=131070704/131071996
[pid=1044412] ppid=1044409 vsize=362164 memory=287988 CPUtime=3.09 cores=4,6
/proc/1044412/stat : 1044412 (pbscip) R 1044409 1044412 1044294 0 -1 4194304 70415 0 0 0 300 9 0 0 20 0 1 0 196887174 370855936 71997 134679101440 4194304 18693293 140735538058400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48566272 140735538062338 140735538062437 140735538062437 140735538069454 0
/proc/1044412/statm: 90541 71997 3788 3540 0 78798 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 362164 KiB
Current children cumulated memory: 287988 KiB

[startup+6.30015 s]
/proc/loadavg: 1.34 1.27 1.95 5/255 1044415
/proc/meminfo: memFree=126618896/131524600 swapFree=131070704/131071996
[pid=1044412] ppid=1044409 vsize=386716 memory=314052 CPUtime=6.28 cores=4,6
/proc/1044412/stat : 1044412 (pbscip) R 1044409 1044412 1044294 0 -1 4194304 76448 0 0 0 618 10 0 0 20 0 1 0 196887174 395997184 78513 134679101440 4194304 18693293 140735538058400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48566272 140735538062338 140735538062437 140735538062437 140735538069454 0
/proc/1044412/statm: 96679 78513 3788 3540 0 84936 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 386716 KiB
Current children cumulated memory: 314052 KiB

[startup+12.7002 s]
/proc/loadavg: 1.75 1.36 1.97 5/255 1044416
/proc/meminfo: memFree=126523780/131524600 swapFree=131070704/131071996
[pid=1044412] ppid=1044409 vsize=417412 memory=345996 CPUtime=12.66 cores=4,6
/proc/1044412/stat : 1044412 (pbscip) R 1044409 1044412 1044294 0 -1 4194304 84436 0 0 0 1255 11 0 0 20 0 1 0 196887174 427429888 86499 134679101440 4194304 18693293 140735538058400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48566272 140735538062338 140735538062437 140735538062437 140735538069454 0
/proc/1044412/statm: 104353 86499 3788 3540 0 92610 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 417412 KiB
Current children cumulated memory: 345996 KiB

[startup+25.5002 s]
/proc/loadavg: 2.18 1.46 2.00 5/255 1044418
/proc/meminfo: memFree=126401204/131524600 swapFree=131070704/131071996
[pid=1044412] ppid=1044409 vsize=458336 memory=387444 CPUtime=25.45 cores=4,6
/proc/1044412/stat : 1044412 (pbscip) R 1044409 1044412 1044294 0 -1 4194304 94774 0 0 0 2530 15 0 0 20 0 1 0 196887174 469336064 96861 134679101440 4194304 18693293 140735538058400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48566272 140735538062338 140735538062437 140735538062437 140735538069454 0
/proc/1044412/statm: 114584 96861 3788 3540 0 102841 0
Current children cumulated CPU time: 25.45 s
Current children cumulated vsize: 458336 KiB
Current children cumulated memory: 387444 KiB

[startup+51.1052 s]
/proc/loadavg: 2.80 1.67 2.05 5/255 1044422
/proc/meminfo: memFree=126250148/131524600 swapFree=131070704/131071996
[pid=1044412] ppid=1044409 vsize=515632 memory=444732 CPUtime=51 cores=4,6
/proc/1044412/stat : 1044412 (pbscip) R 1044409 1044412 1044294 0 -1 4194304 109099 0 0 0 5082 18 0 0 20 0 1 0 196887174 528007168 111183 134679101440 4194304 18693293 140735538058400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48566272 140735538062338 140735538062437 140735538062437 140735538069454 0
/proc/1044412/statm: 128908 111183 3788 3540 0 117165 0
Current children cumulated CPU time: 51 s
Current children cumulated vsize: 515632 KiB
Current children cumulated memory: 444732 KiB

[startup+102.3 s]
/proc/loadavg: 3.57 2.08 2.17 5/255 1044431
/proc/meminfo: memFree=126190720/131524600 swapFree=131070704/131071996
[pid=1044412] ppid=1044409 vsize=520756 memory=449748 CPUtime=102.11 cores=4,6
/proc/1044412/stat : 1044412 (pbscip) R 1044409 1044412 1044294 0 -1 4194304 110380 0 0 0 10189 22 0 0 20 0 1 0 196887174 533254144 112437 134679101440 4194304 18693293 140735538058400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48566272 140735538062338 140735538062437 140735538062437 140735538069454 0
/proc/1044412/statm: 130189 112437 3788 3540 0 118446 0
Current children cumulated CPU time: 102.11 s
Current children cumulated vsize: 520756 KiB
Current children cumulated memory: 449748 KiB

[startup+162.3 s]
/proc/loadavg: 3.94 2.46 2.30 5/254 1044442
/proc/meminfo: memFree=126189008/131524600 swapFree=131070704/131071996
[pid=1044412] ppid=1044409 vsize=520764 memory=449748 CPUtime=162 cores=4,6
/proc/1044412/stat : 1044412 (pbscip) R 1044409 1044412 1044294 0 -1 4194304 110382 0 0 0 16174 26 0 0 20 0 1 0 196887174 533262336 112437 134679101440 4194304 18693293 140735538058400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48566272 140735538062338 140735538062437 140735538062437 140735538069454 0
/proc/1044412/statm: 130191 112437 3788 3540 0 118448 0
Current children cumulated CPU time: 162 s
Current children cumulated vsize: 520764 KiB
Current children cumulated memory: 449748 KiB

[startup+222.3 s]
/proc/loadavg: 4.03 2.74 2.41 5/256 1044458
/proc/meminfo: memFree=126186880/131524600 swapFree=131070704/131071996
[pid=1044412] ppid=1044409 vsize=520768 memory=449748 CPUtime=221.9 cores=4,6
/proc/1044412/stat : 1044412 (pbscip) R 1044409 1044412 1044294 0 -1 4194304 110383 0 0 0 22159 31 0 0 20 0 1 0 196887174 533266432 112437 134679101440 4194304 18693293 140735538058400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48566272 140735538062338 140735538062437 140735538062437 140735538069454 0
/proc/1044412/statm: 130192 112437 3788 3540 0 118449 0
Current children cumulated CPU time: 221.9 s
Current children cumulated vsize: 520768 KiB
Current children cumulated memory: 449748 KiB

[startup+282.3 s]
/proc/loadavg: 4.41 3.06 2.54 5/256 1044468
/proc/meminfo: memFree=126177284/131524600 swapFree=131070704/131071996
[pid=1044412] ppid=1044409 vsize=520776 memory=449748 CPUtime=281.76 cores=4,6
/proc/1044412/stat : 1044412 (pbscip) R 1044409 1044412 1044294 0 -1 4194304 110385 0 0 0 28141 35 0 0 20 0 1 0 196887174 533274624 112437 134679101440 4194304 18693293 140735538058400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48566272 140735538062338 140735538062437 140735538062437 140735538069454 0
/proc/1044412/statm: 130194 112437 3788 3540 0 118451 0
Current children cumulated CPU time: 281.76 s
Current children cumulated vsize: 520776 KiB
Current children cumulated memory: 449748 KiB

[startup+342.3 s]
/proc/loadavg: 4.45 3.34 2.67 5/256 1044478
/proc/meminfo: memFree=126174176/131524600 swapFree=131070704/131071996
[pid=1044412] ppid=1044409 vsize=520780 memory=449748 CPUtime=341.63 cores=4,6
/proc/1044412/stat : 1044412 (pbscip) R 1044409 1044412 1044294 0 -1 4194304 110386 0 0 0 34123 40 0 0 20 0 1 0 196887174 533278720 112437 134679101440 4194304 18693293 140735538058400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48566272 140735538062338 140735538062437 140735538062437 140735538069454 0
/proc/1044412/statm: 130195 112437 3788 3540 0 118452 0
Current children cumulated CPU time: 341.63 s
Current children cumulated vsize: 520780 KiB
Current children cumulated memory: 449748 KiB

[startup+402.3 s]
/proc/loadavg: 4.21 3.48 2.76 5/256 1044489
/proc/meminfo: memFree=126170240/131524600 swapFree=131070704/131071996
[pid=1044412] ppid=1044409 vsize=520784 memory=449748 CPUtime=401.48 cores=4,6
/proc/1044412/stat : 1044412 (pbscip) R 1044409 1044412 1044294 0 -1 4194304 110387 0 0 0 40104 44 0 0 20 0 1 0 196887174 533282816 112437 134679101440 4194304 18693293 140735538058400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48566272 140735538062338 140735538062437 140735538062437 140735538069454 0
/proc/1044412/statm: 130196 112437 3788 3540 0 118453 0
Current children cumulated CPU time: 401.48 s
Current children cumulated vsize: 520784 KiB
Current children cumulated memory: 449748 KiB

[startup+462.3 s]
/proc/loadavg: 4.18 3.60 2.85 5/256 1044500
/proc/meminfo: memFree=126169324/131524600 swapFree=131070704/131071996
[pid=1044412] ppid=1044409 vsize=520788 memory=449748 CPUtime=461.34 cores=4,6
/proc/1044412/stat : 1044412 (pbscip) R 1044409 1044412 1044294 0 -1 4194304 110388 0 0 0 46085 49 0 0 20 0 1 0 196887174 533286912 112437 134679101440 4194304 18693293 140735538058400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48566272 140735538062338 140735538062437 140735538062437 140735538069454 0
/proc/1044412/statm: 130197 112437 3788 3540 0 118454 0

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

Current children cumulated memory: 460956 KiB

[startup+2862.3 s]
/proc/loadavg: 4.07 4.11 4.04 5/257 1046246
/proc/meminfo: memFree=124145292/131524600 swapFree=131070704/131071996
[pid=1044412] ppid=1044409 vsize=520880 memory=460956 CPUtime=2857.09 cores=4,6
/proc/1044412/stat : 1044412 (pbscip) R 1044409 1044412 1044294 0 -1 4194304 111851 0 0 0 285646 63 0 0 20 0 1 0 196887174 533381120 115239 134679101440 4194304 18693293 140735538058400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48566272 140735538062338 140735538062437 140735538062437 140735538069454 0
/proc/1044412/statm: 130220 115239 3788 3540 0 118477 0
Current children cumulated CPU time: 2857.09 s
Current children cumulated vsize: 520880 KiB
Current children cumulated memory: 460956 KiB

[startup+2922.3 s]
/proc/loadavg: 4.12 4.11 4.04 5/255 1046256
/proc/meminfo: memFree=124144904/131524600 swapFree=131070704/131071996
[pid=1044412] ppid=1044409 vsize=520884 memory=460956 CPUtime=2916.98 cores=4,6
/proc/1044412/stat : 1044412 (pbscip) R 1044409 1044412 1044294 0 -1 4194304 111898 0 0 0 291635 63 0 0 20 0 1 0 196887174 533385216 115239 134679101440 4194304 18693293 140735538058400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48566272 140735538062338 140735538062437 140735538062437 140735538069454 0
/proc/1044412/statm: 130221 115239 3788 3540 0 118478 0
Current children cumulated CPU time: 2916.98 s
Current children cumulated vsize: 520884 KiB
Current children cumulated memory: 460956 KiB

[startup+2982.3 s]
/proc/loadavg: 4.11 4.11 4.04 5/255 1046266
/proc/meminfo: memFree=124144236/131524600 swapFree=131070704/131071996
[pid=1044412] ppid=1044409 vsize=520884 memory=460960 CPUtime=2976.88 cores=4,6
/proc/1044412/stat : 1044412 (pbscip) R 1044409 1044412 1044294 0 -1 4194304 111944 0 0 0 297625 63 0 0 20 0 1 0 196887174 533385216 115240 134679101440 4194304 18693293 140735538058400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48566272 140735538062338 140735538062437 140735538062437 140735538069454 0
/proc/1044412/statm: 130221 115240 3788 3540 0 118478 0
Current children cumulated CPU time: 2976.88 s
Current children cumulated vsize: 520884 KiB
Current children cumulated memory: 460960 KiB

[startup+3042.3 s]
/proc/loadavg: 4.15 4.12 4.05 5/255 1046277
/proc/meminfo: memFree=124143816/131524600 swapFree=131070704/131071996
[pid=1044412] ppid=1044409 vsize=520884 memory=460960 CPUtime=3036.78 cores=4,6
/proc/1044412/stat : 1044412 (pbscip) R 1044409 1044412 1044294 0 -1 4194304 111991 0 0 0 303615 63 0 0 20 0 1 0 196887174 533385216 115240 134679101440 4194304 18693293 140735538058400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48566272 140735538062338 140735538062437 140735538062437 140735538069454 0
/proc/1044412/statm: 130221 115240 3788 3540 0 118478 0
Current children cumulated CPU time: 3036.78 s
Current children cumulated vsize: 520884 KiB
Current children cumulated memory: 460960 KiB

[startup+3102.3 s]
/proc/loadavg: 4.11 4.11 4.05 5/255 1046287
/proc/meminfo: memFree=124143344/131524600 swapFree=131070704/131071996
[pid=1044412] ppid=1044409 vsize=520888 memory=460964 CPUtime=3096.67 cores=4,6
/proc/1044412/stat : 1044412 (pbscip) R 1044409 1044412 1044294 0 -1 4194304 112039 0 0 0 309604 63 0 0 20 0 1 0 196887174 533389312 115241 134679101440 4194304 18693293 140735538058400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48566272 140735538062338 140735538062437 140735538062437 140735538069454 0
/proc/1044412/statm: 130222 115241 3788 3540 0 118479 0
Current children cumulated CPU time: 3096.67 s
Current children cumulated vsize: 520888 KiB
Current children cumulated memory: 460964 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.10 4.05 5/254 1046297
/proc/meminfo: memFree=124142940/131524600 swapFree=131070704/131071996
[pid=1044412] ppid=1044409 vsize=520888 memory=460964 CPUtime=3156.57 cores=4,6
/proc/1044412/stat : 1044412 (pbscip) R 1044409 1044412 1044294 0 -1 4194304 112086 0 0 0 315594 63 0 0 20 0 1 0 196887174 533389312 115241 134679101440 4194304 18693293 140735538058400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48566272 140735538062338 140735538062437 140735538062437 140735538069454 0
/proc/1044412/statm: 130222 115241 3788 3540 0 118479 0
Current children cumulated CPU time: 3156.57 s
Current children cumulated vsize: 520888 KiB
Current children cumulated memory: 460964 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.11 4.05 5/256 1046312
/proc/meminfo: memFree=124141828/131524600 swapFree=131070704/131071996
[pid=1044412] ppid=1044409 vsize=520892 memory=460964 CPUtime=3216.46 cores=4,6
/proc/1044412/stat : 1044412 (pbscip) R 1044409 1044412 1044294 0 -1 4194304 112135 0 0 0 321583 63 0 0 20 0 1 0 196887174 533393408 115241 134679101440 4194304 18693293 140735538058400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48566272 140735538062338 140735538062437 140735538062437 140735538069454 0
/proc/1044412/statm: 130223 115241 3788 3540 0 118480 0
Current children cumulated CPU time: 3216.46 s
Current children cumulated vsize: 520892 KiB
Current children cumulated memory: 460964 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.11 4.05 5/256 1046322
/proc/meminfo: memFree=124141224/131524600 swapFree=131070704/131071996
[pid=1044412] ppid=1044409 vsize=520892 memory=460964 CPUtime=3276.36 cores=4,6
/proc/1044412/stat : 1044412 (pbscip) R 1044409 1044412 1044294 0 -1 4194304 112183 0 0 0 327573 63 0 0 20 0 1 0 196887174 533393408 115241 134679101440 4194304 18693293 140735538058400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48566272 140735538062338 140735538062437 140735538062437 140735538069454 0
/proc/1044412/statm: 130223 115241 3788 3540 0 118480 0
Current children cumulated CPU time: 3276.36 s
Current children cumulated vsize: 520892 KiB
Current children cumulated memory: 460964 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.12 4.06 5/256 1046332
/proc/meminfo: memFree=124140784/131524600 swapFree=131070704/131071996
[pid=1044412] ppid=1044409 vsize=520892 memory=460968 CPUtime=3336.25 cores=4,6
/proc/1044412/stat : 1044412 (pbscip) R 1044409 1044412 1044294 0 -1 4194304 112231 0 0 0 333562 63 0 0 20 0 1 0 196887174 533393408 115242 134679101440 4194304 18693293 140735538058400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48566272 140735538062338 140735538062437 140735538062437 140735538069454 0
/proc/1044412/statm: 130223 115242 3788 3540 0 118480 0
Current children cumulated CPU time: 3336.25 s
Current children cumulated vsize: 520892 KiB
Current children cumulated memory: 460968 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.11 4.06 5/256 1046343
/proc/meminfo: memFree=124140480/131524600 swapFree=131070704/131071996
[pid=1044412] ppid=1044409 vsize=520896 memory=460968 CPUtime=3396.15 cores=4,6
/proc/1044412/stat : 1044412 (pbscip) R 1044409 1044412 1044294 0 -1 4194304 112281 0 0 0 339552 63 0 0 20 0 1 0 196887174 533397504 115242 134679101440 4194304 18693293 140735538058400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48566272 140735538062338 140735538062437 140735538062437 140735538069454 0
/proc/1044412/statm: 130224 115242 3788 3540 0 118481 0
Current children cumulated CPU time: 3396.15 s
Current children cumulated vsize: 520896 KiB
Current children cumulated memory: 460968 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.10 4.06 5/256 1046354
/proc/meminfo: memFree=124139048/131524600 swapFree=131070704/131071996
[pid=1044412] ppid=1044409 vsize=520896 memory=460972 CPUtime=3456.05 cores=4,6
/proc/1044412/stat : 1044412 (pbscip) R 1044409 1044412 1044294 0 -1 4194304 112330 0 0 0 345542 63 0 0 20 0 1 0 196887174 533397504 115243 134679101440 4194304 18693293 140735538058400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48566272 140735538062338 140735538062437 140735538062437 140735538069454 0
/proc/1044412/statm: 130224 115243 3788 3540 0 118481 0
Current children cumulated CPU time: 3456.05 s
Current children cumulated vsize: 520896 KiB
Current children cumulated memory: 460972 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.11 4.07 5/254 1046364
/proc/meminfo: memFree=124131960/131524600 swapFree=131070704/131071996
[pid=1044412] ppid=1044409 vsize=520896 memory=460972 CPUtime=3515.94 cores=4,6
/proc/1044412/stat : 1044412 (pbscip) R 1044409 1044412 1044294 0 -1 4194304 112379 0 0 0 351531 63 0 0 20 0 1 0 196887174 533397504 115243 134679101440 4194304 18693293 140735538058400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48566272 140735538062338 140735538062437 140735538062437 140735538069454 0
/proc/1044412/statm: 130224 115243 3788 3540 0 118481 0
Current children cumulated CPU time: 3515.94 s
Current children cumulated vsize: 520896 KiB
Current children cumulated memory: 460972 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.11 4.07 5/254 1046374
/proc/meminfo: memFree=124131460/131524600 swapFree=131070704/131071996
[pid=1044412] ppid=1044409 vsize=520900 memory=460976 CPUtime=3575.84 cores=4,6
/proc/1044412/stat : 1044412 (pbscip) R 1044409 1044412 1044294 0 -1 4194304 112430 0 0 0 357521 63 0 0 20 0 1 0 196887174 533401600 115244 134679101440 4194304 18693293 140735538058400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48566272 140735538062338 140735538062437 140735538062437 140735538069454 0
/proc/1044412/statm: 130225 115244 3788 3540 0 118482 0
Current children cumulated CPU time: 3575.84 s
Current children cumulated vsize: 520900 KiB
Current children cumulated memory: 460976 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.6 s]
/proc/loadavg: 4.14 4.11 4.07 5/254 1046378
/proc/meminfo: memFree=124131256/131524600 swapFree=131070704/131071996
[pid=1044412] ppid=1044409 vsize=520900 memory=460976 CPUtime=3600.09 cores=4,6
/proc/1044412/stat : 1044412 (pbscip) R 1044409 1044412 1044294 0 -1 4194304 112479 0 0 0 359946 63 0 0 20 0 1 0 196887174 533401600 115244 134679101440 4194304 18693293 140735538058400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48566272 140735538062338 140735538062437 140735538062437 140735538069454 0
/proc/1044412/statm: 130225 115244 3788 3540 0 118482 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 520900 KiB
Current children cumulated memory: 460976 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.47 s, system=0.636275 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3606.6
CPU time (s): 3600.11
CPU user time (s): 3599.47
CPU system time (s): 0.636275
CPU usage (%): 99.8199
Max. virtual memory (cumulated for all children) (KiB): 520900
Max. memory (cumulated for all children) (KiB): 460976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.47
system time used= 0.636275
maximum resident set size= 460976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112479
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16
involuntary context switches= 1420


# summary of solver processes directly reported to runsolver:
#   pid: 1044412
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3599.47
#   total CPU system time (s): 0.636275

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.56356 second user time and 15.6684 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-20 05:47:15
IDJOB=4452695
IDBENCH=165294
IDSOLVER=3059
FILE ID=nodeC023/4452695-1721447222
RUNJOBID= nodeC023-1721447234-1044305
SLURM_JOB_ID= 7545676
Free space on /tmp= 890028 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5/normalized-sumineqArity5pyramidP085.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452695-1721447222/watcher-4452695-1721447222 -o /tmp/evaluation-result-4452695-1721447222/solver-4452695-1721447222 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721447234-1044305 --watchdog 3760  pbscip -f HOME/instance-4452695-1721447222.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 5d1633616664d1d404e86526e434c88a
RANDOM SEED=21140432

nodeC023.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3662.123
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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		: 3672.186
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.873
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.840
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
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		: 3662.850
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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		: 3672.218
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
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		: 3652.984
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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.846
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127246260 kB
MemAvailable:   129440860 kB
Buffers:          585168 kB
Cached:          2445516 kB
SwapCached:           80 kB
Active:          1218728 kB
Inactive:        2490164 kB
Active(anon):       1580 kB
Inactive(anon):   722356 kB
Active(file):    1217148 kB
Inactive(file):  1767808 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:             76780 kB
Writeback:             0 kB
AnonPages:        678032 kB
Mapped:           139312 kB
Shmem:             45728 kB
KReclaimable:      98936 kB
Slab:             193024 kB
SReclaimable:      98936 kB
SUnreclaim:        94088 kB
KernelStack:        4096 kB
PageTables:        10836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1031764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            33760 kB
HardwareCorrupted:     0 kB
AnonHugePages:    247808 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      316116 kB
DirectMap2M:    38254592 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890008 MiB
End job on nodeC023 at 2024-07-20 06:47:22