Trace number 4512102

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.51 3614.26

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw512/normalized-hw512-vm98p-dec.opb.negationfix.opb
MD5SUM0020647681361a6ff6bc771888680f52
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark12.925
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2723840
Total number of constraints11664
Number of constraints which are clauses5319
Number of constraints which are cardinality constraints (but not clauses)5319
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint5319
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 1971071
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4438491
Number of bits of the biggest sum of numbers23
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.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4512102-1751210059.opb>
6.66/6.74	c original problem has 2723840 variables (2723840 bin, 0 int, 0 impl, 0 cont) and 11664 constraints
6.66/6.74	c problem read in 6.73
6.66/6.77	c No objective function, only one solution is needed.
13.54/13.66	c presolving:
30.19/30.35	c (round 1, fast)       3845 del vars, 2 del conss, 0 add conss, 3333 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 864102 clqs
36.07/36.26	c    (36.2s) running MILP presolver
97.30/97.60	c    (97.6s) MILP presolver (3 rounds): 0 aggregations, 512 fixings, 0 bound changes
98.10/98.49	c (round 2, medium)     4357 del vars, 11664 del conss, 6342 add conss, 3333 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 864102 clqs
134.36/134.85	c (round 3, exhaustive) 4357 del vars, 11664 del conss, 6342 add conss, 3333 chg bounds, 0 chg sides, 0 chg coeffs, 6342 upgd conss, 0 impls, 867623 clqs
631.18/633.28	c    (633.2s) probing: 1000/2719483 (0.0%) - 0 fixings, 0 aggregations, 510526 implications, 0 bound changes
631.78/633.81	c    (633.8s) probing: 1001/2719483 (0.0%) - 0 fixings, 0 aggregations, 511037 implications, 0 bound changes
631.78/633.81	c    (633.8s) probing aborted: 1000/1000 successive useless probings
634.46/636.58	c    (636.5s) 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: 63837 MiB (29849 MiB free)
  memory of node 1: 64465 MiB (51718 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512102-1751210059/watcher-4512102-1751210059 -o /tmp/evaluation-result-4512102-1751210059/solver-4512102-1751210059 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751205287-23620 --watchdog 3760 pbscip -f HOME/instance-4512102-1751210059.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100093 s]*
/proc/loadavg: 4.15 4.18 4.18 5/251 24331
/proc/meminfo: memFree=83526036/131382120 swapFree=33010684/33010684
[pid=24330] ppid=24327 vsize=82356 memory=54016 CPUtime=0.09 cores=1,3
/proc/24330/stat : 24330 (pbscip) R 24327 24330 23608 0 -1 4194304 10550 0 0 0 6 3 0 0 20 0 1 0 36684951 84332544 13504 18446744073709551615 4235264 18693293 140735128981248 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50106368 140735128988041 140735128988140 140735128988140 140735128993742 0
/proc/24330/statm: 20589 13504 3264 3530 0 12040 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 82356 KiB
Current children cumulated memory: 54016 KiB

[startup+0.205743 s]*
/proc/loadavg: 4.15 4.18 4.18 5/251 24331
/proc/meminfo: memFree=83485716/131382120 swapFree=33010684/33010684
[pid=24330] ppid=24327 vsize=129932 memory=100992 CPUtime=0.2 cores=1,3
/proc/24330/stat : 24330 (pbscip) R 24327 24330 23608 0 -1 4194304 22291 0 0 0 13 7 0 0 20 0 1 0 36684951 133050368 25248 18446744073709551615 4235264 18693293 140735128981248 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50106368 140735128988041 140735128988140 140735128988140 140735128993742 0
/proc/24330/statm: 32483 25248 3264 3530 0 23934 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 129932 KiB
Current children cumulated memory: 100992 KiB

[startup+0.309422 s]*
/proc/loadavg: 4.15 4.18 4.18 5/251 24331
/proc/meminfo: memFree=83334804/131382120 swapFree=33010684/33010684
[pid=24330] ppid=24327 vsize=173872 memory=144640 CPUtime=0.3 cores=1,3
/proc/24330/stat : 24330 (pbscip) R 24327 24330 23608 0 -1 4194304 33185 0 0 0 20 10 0 0 20 0 1 0 36684951 178044928 36128 18446744073709551615 4235264 18693293 140735128981248 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50106368 140735128988041 140735128988140 140735128988140 140735128993742 0
/proc/24330/statm: 43468 36160 3264 3530 0 34919 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 173872 KiB
Current children cumulated memory: 144640 KiB

[startup+0.700295 s]
/proc/loadavg: 4.15 4.18 4.18 5/251 24331
/proc/meminfo: memFree=83156116/131382120 swapFree=33010684/33010684
[pid=24330] ppid=24327 vsize=343880 memory=315104 CPUtime=0.68 cores=1,3
/proc/24330/stat : 24330 (pbscip) R 24327 24330 23608 0 -1 4194304 75293 0 0 0 45 23 0 0 20 0 1 0 36684951 352133120 78776 18446744073709551615 4235264 18693293 140735128981248 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50106368 140735128988041 140735128988140 140735128988140 140735128993742 0
/proc/24330/statm: 85970 78776 3264 3530 0 77421 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 343880 KiB
Current children cumulated memory: 315104 KiB

[startup+1.50032 s]
/proc/loadavg: 4.15 4.18 4.18 5/251 24331
/proc/meminfo: memFree=82895356/131382120 swapFree=33010684/33010684
[pid=24330] ppid=24327 vsize=860620 memory=832336 CPUtime=1.48 cores=1,3
/proc/24330/stat : 24330 (pbscip) R 24327 24330 23608 0 -1 4194304 202570 0 0 0 101 47 0 0 20 0 1 0 36684951 881274880 208084 18446744073709551615 4235264 18693293 140735128981248 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50106368 140735128988041 140735128988140 140735128988140 140735128993742 0
/proc/24330/statm: 215155 208084 3264 3530 0 206606 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 860620 KiB
Current children cumulated memory: 832336 KiB

[startup+3.11305 s]
/proc/loadavg: 4.15 4.18 4.18 5/251 24331
/proc/meminfo: memFree=81309756/131382120 swapFree=33010684/33010684
[pid=24330] ppid=24327 vsize=2162696 memory=2131368 CPUtime=3.09 cores=1,3
/proc/24330/stat : 24330 (pbscip) R 24327 24330 23608 0 -1 4194304 510419 0 0 0 212 97 0 0 20 0 1 0 36684951 2214600704 532778 18446744073709551615 4235264 18693293 140735128981248 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50106368 140735128988041 140735128988140 140735128988140 140735128993742 0
/proc/24330/statm: 540674 532810 3264 3530 0 532125 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2162696 KiB
Current children cumulated memory: 2131368 KiB

[startup+6.3003 s]
/proc/loadavg: 4.14 4.18 4.18 5/251 24331
/proc/meminfo: memFree=80511796/131382120 swapFree=33010684/33010684
[pid=24330] ppid=24327 vsize=2854148 memory=2824620 CPUtime=6.26 cores=1,3
/proc/24330/stat : 24330 (pbscip) R 24327 24330 23608 0 -1 4194304 683308 0 0 0 502 124 0 0 20 0 1 0 36684951 2922647552 706155 18446744073709551615 4235264 18693293 140735128981248 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50106368 140735128988041 140735128988140 140735128988140 140735128993742 0
/proc/24330/statm: 713537 706155 3264 3530 0 704988 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2854148 KiB
Current children cumulated memory: 2824620 KiB

[startup+12.7003 s]
/proc/loadavg: 4.13 4.18 4.18 5/251 24331
/proc/meminfo: memFree=76872236/131382120 swapFree=33010684/33010684
[pid=24330] ppid=24327 vsize=6747952 memory=6650552 CPUtime=12.65 cores=1,3
/proc/24330/stat : 24330 (pbscip) R 24327 24330 23608 0 -1 4194304 1574032 0 0 0 999 266 0 0 20 0 1 0 36684951 6909902848 1662638 18446744073709551615 4235264 18693293 140735128981248 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50106368 140735128988041 140735128988140 140735128988140 140735128993742 0
/proc/24330/statm: 1686988 1662638 3584 3530 0 1678439 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 6747952 KiB
Current children cumulated memory: 6650552 KiB

[startup+25.5003 s]
/proc/loadavg: 4.10 4.17 4.17 5/251 24331
/proc/meminfo: memFree=75952700/131382120 swapFree=33010684/33010684
[pid=24330] ppid=24327 vsize=7463200 memory=7360468 CPUtime=25.4 cores=1,3
/proc/24330/stat : 24330 (pbscip) R 24327 24330 23608 0 -1 4194304 1703417 0 0 0 2250 290 0 0 20 0 1 0 36684951 7642316800 1840117 18446744073709551615 4235264 18693293 140735128981248 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50106368 140735128988041 140735128988140 140735128988140 140735128993742 0
/proc/24330/statm: 1865800 1840117 3648 3530 0 1857251 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 7463200 KiB
Current children cumulated memory: 7360468 KiB

[startup+51.113 s]
/proc/loadavg: 4.13 4.17 4.17 5/251 24332
/proc/meminfo: memFree=74060256/131382120 swapFree=33010684/33010684
[pid=24330] ppid=24327 vsize=9235464 memory=9091828 CPUtime=50.93 cores=1,3
/proc/24330/stat : 24330 (pbscip) R 24327 24330 23608 0 -1 4194304 1753433 0 0 0 4729 364 0 0 20 0 1 0 36684951 9457115136 2272957 18446744073709551615 4235264 18693293 140735128981248 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50106368 140735128988041 140735128988140 140735128988140 140735128993742 0
/proc/24330/statm: 2308866 2272957 3776 3530 0 2300317 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 9235464 KiB
Current children cumulated memory: 9091828 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.16 4.17 5/250 24334
/proc/meminfo: memFree=74981404/131382120 swapFree=33010684/33010684
[pid=24330] ppid=24327 vsize=8332508 memory=8209376 CPUtime=101.99 cores=1,3
/proc/24330/stat : 24330 (pbscip) R 24327 24330 23608 0 -1 4194304 1762067 0 0 0 9827 372 0 0 20 0 1 0 36684951 8532488192 2052344 18446744073709551615 4235264 18693293 140735128981248 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50106368 140735128988041 140735128988140 140735128988140 140735128993742 0
/proc/24330/statm: 2083127 2052344 3776 3530 0 2074578 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 8332508 KiB
Current children cumulated memory: 8209376 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.14 4.16 5/250 24336
/proc/meminfo: memFree=71359168/131382120 swapFree=33010684/33010684
[pid=24330] ppid=24327 vsize=12113092 memory=11830772 CPUtime=161.78 cores=1,3
/proc/24330/stat : 24330 (pbscip) R 24327 24330 23608 0 -1 4194304 2519960 0 0 0 15680 498 0 0 20 0 1 0 36684951 12403806208 2957693 18446744073709551615 4235264 18693293 140735128981248 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50106368 140735128988041 140735128988140 140735128988140 140735128993742 0
/proc/24330/statm: 3028273 2957693 3808 3530 0 3019724 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 12113092 KiB
Current children cumulated memory: 11830772 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.14 4.16 5/250 24338
/proc/meminfo: memFree=70938860/131382120 swapFree=33010684/33010684
[pid=24330] ppid=24327 vsize=12462748 memory=12180604 CPUtime=221.59 cores=1,3
/proc/24330/stat : 24330 (pbscip) R 24327 24330 23608 0 -1 4194304 2523677 0 0 0 21654 505 0 0 20 0 1 0 36684951 12761853952 3045151 18446744073709551615 4235264 18693293 140735128981248 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50106368 140735128988041 140735128988140 140735128988140 140735128993742 0
/proc/24330/statm: 3115687 3045151 3808 3530 0 3107138 0
Current children cumulated CPU time: 221.59 s
Current children cumulated vsize: 12462748 KiB
Current children cumulated memory: 12180604 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.13 4.16 5/249 24340
/proc/meminfo: memFree=70904752/131382120 swapFree=33010684/33010684
[pid=24330] ppid=24327 vsize=12462748 memory=12180604 CPUtime=281.4 cores=1,3
/proc/24330/stat : 24330 (pbscip) R 24327 24330 23608 0 -1 4194304 2523697 0 0 0 27635 505 0 0 20 0 1 0 36684951 12761853952 3045151 18446744073709551615 4235264 18693293 140735128981248 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50106368 140735128988041 140735128988140 140735128988140 140735128993742 0
/proc/24330/statm: 3115687 3045151 3808 3530 0 3107138 0
Current children cumulated CPU time: 281.4 s
Current children cumulated vsize: 12462748 KiB
Current children cumulated memory: 12180604 KiB

[startup+342.3 s]
/proc/loadavg: 4.20 4.15 4.16 5/249 24342
/proc/meminfo: memFree=70873764/131382120 swapFree=33010684/33010684
[pid=24330] ppid=24327 vsize=12462748 memory=12180604 CPUtime=341.22 cores=1,3
/proc/24330/stat : 24330 (pbscip) R 24327 24330 23608 0 -1 4194304 2523759 0 0 0 33616 506 0 0 20 0 1 0 36684951 12761853952 3045151 18446744073709551615 4235264 18693293 140735128981248 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50106368 140735128988041 140735128988140 140735128988140 140735128993742 0
/proc/24330/statm: 3115687 3045151 3808 3530 0 3107138 0
Current children cumulated CPU time: 341.22 s
Current children cumulated vsize: 12462748 KiB
Current children cumulated memory: 12180604 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.14 4.16 5/250 24346
/proc/meminfo: memFree=70817596/131382120 swapFree=33010684/33010684
[pid=24330] ppid=24327 vsize=12463772 memory=12181628 CPUtime=401.03 cores=1,3
/proc/24330/stat : 24330 (pbscip) R 24327 24330 23608 0 -1 4194304 2524077 0 0 0 39597 506 0 0 20 0 1 0 36684951 12762902528 3045407 18446744073709551615 4235264 18693293 140735128981248 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50106368 140735128988041 140735128988140 140735128988140 140735128993742 0
/proc/24330/statm: 3115943 3045407 3808 3530 0 3107394 0
Current children cumulated CPU time: 401.03 s
Current children cumulated vsize: 12463772 KiB
Current children cumulated memory: 12181628 KiB

[startup+462.3 s]
/proc/loadavg: 4.49 4.22 4.19 5/251 24349
/proc/meminfo: memFree=68236076/131382120 swapFree=33010684/33010684
[pid=24330] ppid=24327 vsize=12463772 memory=12181628 CPUtime=460.85 cores=1,3
/proc/24330/stat : 24330 (pbscip) R 24327 24330 23608 0 -1 4194304 2524139 0 0 0 45578 507 0 0 20 0 1 0 36684951 12762902528 3045407 18446744073709551615 4235264 18693293 140735128981248 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50106368 140735128988041 140735128988140 140735128988140 140735128993742 0
/proc/24330/statm: 3115943 3045407 3808 3530 0 3107394 0
Current children cumulated CPU time: 460.85 s

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

/proc/meminfo: memFree=90372748/131382120 swapFree=33010684/33010684
[pid=24330] ppid=24327 vsize=20317364 memory=19446896 CPUtime=2911.16 cores=1,3
/proc/24330/stat : 24330 (pbscip) R 24327 24330 23608 0 -1 4194304 3535481 0 0 0 290285 831 0 0 20 0 1 0 36684951 20804980736 4861724 18446744073709551615 4235264 18693293 140735128981248 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50106368 140735128988041 140735128988140 140735128988140 140735128993742 0
/proc/24330/statm: 5079341 4861724 3808 3530 0 5070792 0
Current children cumulated CPU time: 2911.16 s
Current children cumulated vsize: 20317364 KiB
Current children cumulated memory: 19446896 KiB

[startup+2982.3 s]
/proc/loadavg: 4.21 4.23 4.18 5/251 24565
/proc/meminfo: memFree=90368772/131382120 swapFree=33010684/33010684
[pid=24330] ppid=24327 vsize=20317364 memory=19446896 CPUtime=2970.93 cores=1,3
/proc/24330/stat : 24330 (pbscip) R 24327 24330 23608 0 -1 4194304 3535550 0 0 0 296262 831 0 0 20 0 1 0 36684951 20804980736 4861724 18446744073709551615 4235264 18693293 140735128981248 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50106368 140735128988041 140735128988140 140735128988140 140735128993742 0
/proc/24330/statm: 5079341 4861724 3808 3530 0 5070792 0
Current children cumulated CPU time: 2970.93 s
Current children cumulated vsize: 20317364 KiB
Current children cumulated memory: 19446896 KiB

[startup+3042.3 s]
/proc/loadavg: 4.12 4.20 4.18 5/251 24567
/proc/meminfo: memFree=90347472/131382120 swapFree=33010684/33010684
[pid=24330] ppid=24327 vsize=20317364 memory=19446896 CPUtime=3030.69 cores=1,3
/proc/24330/stat : 24330 (pbscip) R 24327 24330 23608 0 -1 4194304 3535557 0 0 0 302237 832 0 0 20 0 1 0 36684951 20804980736 4861724 18446744073709551615 4235264 18693293 140735128981248 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50106368 140735128988041 140735128988140 140735128988140 140735128993742 0
/proc/24330/statm: 5079341 4861724 3808 3530 0 5070792 0
Current children cumulated CPU time: 3030.69 s
Current children cumulated vsize: 20317364 KiB
Current children cumulated memory: 19446896 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.20 4.18 5/251 24573
/proc/meminfo: memFree=90344612/131382120 swapFree=33010684/33010684
[pid=24330] ppid=24327 vsize=20317364 memory=19446896 CPUtime=3090.45 cores=1,3
/proc/24330/stat : 24330 (pbscip) R 24327 24330 23608 0 -1 4194304 3535571 0 0 0 308213 832 0 0 20 0 1 0 36684951 20804980736 4861724 18446744073709551615 4235264 18693293 140735128981248 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50106368 140735128988041 140735128988140 140735128988140 140735128993742 0
/proc/24330/statm: 5079341 4861724 3808 3530 0 5070792 0
Current children cumulated CPU time: 3090.45 s
Current children cumulated vsize: 20317364 KiB
Current children cumulated memory: 19446896 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.17 4.17 5/249 24575
/proc/meminfo: memFree=90330244/131382120 swapFree=33010684/33010684
[pid=24330] ppid=24327 vsize=20317364 memory=19446896 CPUtime=3150.22 cores=1,3
/proc/24330/stat : 24330 (pbscip) R 24327 24330 23608 0 -1 4194304 3535760 0 0 0 314187 835 0 0 20 0 1 0 36684951 20804980736 4861724 18446744073709551615 4235264 18693293 140735128981248 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50106368 140735128988041 140735128988140 140735128988140 140735128993742 0
/proc/24330/statm: 5079341 4861724 3808 3530 0 5070792 0
Current children cumulated CPU time: 3150.22 s
Current children cumulated vsize: 20317364 KiB
Current children cumulated memory: 19446896 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.17 4.17 5/249 24577
/proc/meminfo: memFree=90330460/131382120 swapFree=33010684/33010684
[pid=24330] ppid=24327 vsize=20317364 memory=19446896 CPUtime=3210 cores=1,3
/proc/24330/stat : 24330 (pbscip) R 24327 24330 23608 0 -1 4194304 3535883 0 0 0 320162 838 0 0 20 0 1 0 36684951 20804980736 4861724 18446744073709551615 4235264 18693293 140735128981248 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50106368 140735128988041 140735128988140 140735128988140 140735128993742 0
/proc/24330/statm: 5079341 4861724 3808 3530 0 5070792 0
Current children cumulated CPU time: 3210 s
Current children cumulated vsize: 20317364 KiB
Current children cumulated memory: 19446896 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.15 4.16 5/249 24579
/proc/meminfo: memFree=90292708/131382120 swapFree=33010684/33010684
[pid=24330] ppid=24327 vsize=20317364 memory=19446896 CPUtime=3269.75 cores=1,3
/proc/24330/stat : 24330 (pbscip) R 24327 24330 23608 0 -1 4194304 3535953 0 0 0 326136 839 0 0 20 0 1 0 36684951 20804980736 4861724 18446744073709551615 4235264 18693293 140735128981248 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50106368 140735128988041 140735128988140 140735128988140 140735128993742 0
/proc/24330/statm: 5079341 4861724 3808 3530 0 5070792 0
Current children cumulated CPU time: 3269.75 s
Current children cumulated vsize: 20317364 KiB
Current children cumulated memory: 19446896 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.14 4.16 5/249 24581
/proc/meminfo: memFree=90294528/131382120 swapFree=33010684/33010684
[pid=24330] ppid=24327 vsize=20317364 memory=19446896 CPUtime=3329.52 cores=1,3
/proc/24330/stat : 24330 (pbscip) R 24327 24330 23608 0 -1 4194304 3536060 0 0 0 332110 842 0 0 20 0 1 0 36684951 20804980736 4861724 18446744073709551615 4235264 18693293 140735128981248 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50106368 140735128988041 140735128988140 140735128988140 140735128993742 0
/proc/24330/statm: 5079341 4861724 3808 3530 0 5070792 0
Current children cumulated CPU time: 3329.52 s
Current children cumulated vsize: 20317364 KiB
Current children cumulated memory: 19446896 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.14 4.16 5/249 24584
/proc/meminfo: memFree=90264924/131382120 swapFree=33010684/33010684
[pid=24330] ppid=24327 vsize=20317364 memory=19446896 CPUtime=3389.29 cores=1,3
/proc/24330/stat : 24330 (pbscip) R 24327 24330 23608 0 -1 4194304 3536231 0 0 0 338085 844 0 0 20 0 1 0 36684951 20804980736 4861724 18446744073709551615 4235264 18693293 140735128981248 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50106368 140735128988041 140735128988140 140735128988140 140735128993742 0
/proc/24330/statm: 5079341 4861724 3808 3530 0 5070792 0
Current children cumulated CPU time: 3389.29 s
Current children cumulated vsize: 20317364 KiB
Current children cumulated memory: 19446896 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.14 4.16 5/250 24634
/proc/meminfo: memFree=110124240/131382120 swapFree=33010684/33010684
[pid=24330] ppid=24327 vsize=20317364 memory=19446896 CPUtime=3449.06 cores=1,3
/proc/24330/stat : 24330 (pbscip) R 24327 24330 23608 0 -1 4194304 3536369 0 0 0 344062 844 0 0 20 0 1 0 36684951 20804980736 4861724 18446744073709551615 4235264 18693293 140735128981248 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50106368 140735128988041 140735128988140 140735128988140 140735128993742 0
/proc/24330/statm: 5079341 4861724 3808 3530 0 5070792 0
Current children cumulated CPU time: 3449.06 s
Current children cumulated vsize: 20317364 KiB
Current children cumulated memory: 19446896 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.15 4.16 5/251 24637
/proc/meminfo: memFree=110110968/131382120 swapFree=33010684/33010684
[pid=24330] ppid=24327 vsize=20317364 memory=19447920 CPUtime=3508.85 cores=1,3
/proc/24330/stat : 24330 (pbscip) R 24327 24330 23608 0 -1 4194304 3536438 0 0 0 350041 844 0 0 20 0 1 0 36684951 20804980736 4861980 18446744073709551615 4235264 18693293 140735128981248 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50106368 140735128988041 140735128988140 140735128988140 140735128993742 0
/proc/24330/statm: 5079341 4861980 3808 3530 0 5070792 0
Current children cumulated CPU time: 3508.85 s
Current children cumulated vsize: 20317364 KiB
Current children cumulated memory: 19447920 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.15 4.16 5/251 24639
/proc/meminfo: memFree=110111404/131382120 swapFree=33010684/33010684
[pid=24330] ppid=24327 vsize=20317364 memory=19447920 CPUtime=3568.66 cores=1,3
/proc/24330/stat : 24330 (pbscip) R 24327 24330 23608 0 -1 4194304 3536507 0 0 0 356021 845 0 0 20 0 1 0 36684951 20804980736 4861980 18446744073709551615 4235264 18693293 140735128981248 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50106368 140735128988041 140735128988140 140735128988140 140735128993742 0
/proc/24330/statm: 5079341 4861980 3808 3530 0 5070792 0
Current children cumulated CPU time: 3568.66 s
Current children cumulated vsize: 20317364 KiB
Current children cumulated memory: 19447920 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3613.8 s]
/proc/loadavg: 4.16 4.15 4.16 5/252 24641
/proc/meminfo: memFree=110105072/131382120 swapFree=33010684/33010684
[pid=24330] ppid=24327 vsize=20317364 memory=19447920 CPUtime=3600.05 cores=1,3
/proc/24330/stat : 24330 (pbscip) R 24327 24330 23608 0 -1 4194304 3536507 0 0 0 359160 845 0 0 20 0 1 0 36684951 20804980736 4861980 18446744073709551615 4235264 18693293 140735128981248 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50106368 140735128988041 140735128988140 140735128988140 140735128993742 0
/proc/24330/statm: 5079341 4861980 3808 3530 0 5070792 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 20317364 KiB
Current children cumulated memory: 19447920 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.6 s, system=8.90821 s

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

[startup+3614.01 s]*
/proc/loadavg: 4.16 4.15 4.16 5/252 24641
/proc/meminfo: memFree=117573064/131382120 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3614.2 s]
/proc/loadavg: 4.16 4.15 4.16 5/252 24641
/proc/meminfo: memFree=117573064/131382120 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3614.26
CPU time (s): 3600.51
CPU user time (s): 3591.6
CPU system time (s): 8.90821
CPU usage (%): 99.6197
Max. virtual memory (cumulated for all children) (KiB): 20317364
Max. memory (cumulated for all children) (KiB): 19447920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.6
system time used= 8.90821
maximum resident set size= 19447920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3536507
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= 90
involuntary context switches= 1733


# summary of solver processes directly reported to runsolver:
#   pid: 24330
#   total CPU time (s): 3600.51
#   total CPU user time (s): 3591.6
#   total CPU system time (s): 8.90821

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.2941 second user time and 35.5118 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-06-29 17:14:21
IDJOB=4512102
IDBENCH=160492
IDSOLVER=3365
FILE ID=nodeC002/4512102-1751210059
RUNJOBID= nodeC002-1751205287-23620
SLURM_JOB_ID= 9587625
Free space on /tmp= 432512 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/normalized-hw512-vm98p-dec.opb.negationfix.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4512102-1751210059/watcher-4512102-1751210059 -o /tmp/evaluation-result-4512102-1751210059/solver-4512102-1751210059 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751205287-23620 --watchdog 3760  pbscip -f HOME/instance-4512102-1751210059.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 0020647681361a6ff6bc771888680f52
RANDOM SEED=68987132

nodeC002 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	: 0xb00001f
cpu MHz		: 3662.052
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
cpu MHz		: 1197.225
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
cpu MHz		: 1197.334
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
cpu MHz		: 3661.015
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
cpu MHz		: 3491.885
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
cpu MHz		: 3700.000
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
cpu MHz		: 1197.093
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        83526276 kB
MemAvailable:   83802356 kB
Buffers:            3280 kB
Cached:          1087012 kB
SwapCached:            0 kB
Active:         46349520 kB
Inactive:         838408 kB
Active(anon):   46115596 kB
Inactive(anon):        0 kB
Active(file):     233924 kB
Inactive(file):   838408 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            152036 kB
Writeback:             4 kB
AnonPages:      46098992 kB
Mapped:           134896 kB
Shmem:             17960 kB
KReclaimable:      86748 kB
Slab:             168916 kB
SReclaimable:      86748 kB
SUnreclaim:        82168 kB
KernelStack:        4048 kB
PageTables:        93604 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   48755788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10665984 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432856 MiB
End job on nodeC002 at 2025-06-29 18:14:36