Trace number 4449285

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.25 3617.71

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw512/normalized-hw512-vm50p-dec.opb.negationfix.opb
MD5SUM2105f8bb71cd7b58626f31eda9524247
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 benchmark3.57697
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1419264
Total number of constraints6568
Number of constraints which are clauses2771
Number of constraints which are cardinality constraints (but not clauses)2771
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint2772
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 999710
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 3467130
Number of bits of the biggest sum of numbers22
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-4449285-1721371227.opb>
2.99/3.02	c original problem has 1419264 variables (1419264 bin, 0 int, 0 impl, 0 cont) and 6568 constraints
2.99/3.02	c problem read in 3.02
2.99/3.03	c No objective function, only one solution is needed.
6.27/6.36	c presolving:
9.56/9.67	c (round 1, fast)       2487 del vars, 2 del conss, 0 add conss, 1975 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 351836 clqs
12.75/12.80	c    (12.8s) running MILP presolver
49.87/50.07	c    (50.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
50.76/50.93	c (round 2, medium)     2487 del vars, 6568 del conss, 3795 add conss, 1975 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 351836 clqs
67.61/67.80	c (round 3, exhaustive) 2487 del vars, 6568 del conss, 3795 add conss, 1975 chg bounds, 0 chg sides, 0 chg coeffs, 3795 upgd conss, 0 impls, 351836 clqs
93.15/93.45	c    (93.4s) probing: 51/1416777 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
93.15/93.45	c    (93.4s) probing aborted: 50/50 successive totally useless probings
94.45/94.76	c    (94.7s) 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: 63931 MiB (61095 MiB free)
  memory of node 1: 64510 MiB (52929 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449285-1721371227/watcher-4449285-1721371227 -o /tmp/evaluation-result-4449285-1721371227/solver-4449285-1721371227 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721367638-1021979 --watchdog 3760 pbscip -f HOME/instance-4449285-1721371227.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=1024735, runsolver pid=1024732
Current StackSize limit: 8192 KiB


[startup+0.100091 s]*
/proc/loadavg: 4.22 4.21 4.18 5/256 1024736
/proc/meminfo: memFree=116568420/131524600 swapFree=131071996/131071996
[pid=1024735] ppid=1024732 vsize=161544 memory=120036 CPUtime=0.1 cores=4,6
/proc/1024735/stat : 1024735 (pbscip) R 1024732 1024735 1021968 0 -1 4194304 27027 0 0 0 7 3 0 0 20 0 1 0 189284591 165421056 30009 134679101440 4194304 18693293 140730542593872 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31084544 140730542601218 140730542601317 140730542601317 140730542608334 0
/proc/1024735/statm: 40386 30009 3265 3540 0 28643 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 161544 KiB
Current children cumulated memory: 120036 KiB

[startup+0.205802 s]*
/proc/loadavg: 4.22 4.21 4.18 5/256 1024736
/proc/meminfo: memFree=116376912/131524600 swapFree=131071996/131071996
[pid=1024735] ppid=1024732 vsize=260916 memory=219588 CPUtime=0.2 cores=4,6
/proc/1024735/stat : 1024735 (pbscip) R 1024732 1024735 1021968 0 -1 4194304 51918 0 0 0 14 6 0 0 20 0 1 0 189284591 267177984 54897 134679101440 4194304 18693293 140730542593872 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31084544 140730542601218 140730542601317 140730542601317 140730542608334 0
/proc/1024735/statm: 65229 54897 3265 3540 0 53486 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 260916 KiB
Current children cumulated memory: 219588 KiB

[startup+0.305729 s]*
/proc/loadavg: 4.22 4.21 4.18 5/256 1024736
/proc/meminfo: memFree=116185052/131524600 swapFree=131071996/131071996
[pid=1024735] ppid=1024732 vsize=353576 memory=311348 CPUtime=0.3 cores=4,6
/proc/1024735/stat : 1024735 (pbscip) R 1024732 1024735 1021968 0 -1 4194304 74329 0 0 0 21 9 0 0 20 0 1 0 189284591 362061824 77771 134679101440 4194304 18693293 140730542593872 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31084544 140730542601218 140730542601317 140730542601317 140730542608334 0
/proc/1024735/statm: 88394 77771 3265 3540 0 76651 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 353576 KiB
Current children cumulated memory: 311348 KiB

[startup+0.70023 s]
/proc/loadavg: 4.22 4.21 4.18 6/256 1024736
/proc/meminfo: memFree=115813932/131524600 swapFree=131071996/131071996
[pid=1024735] ppid=1024732 vsize=717468 memory=676248 CPUtime=0.69 cores=4,6
/proc/1024735/stat : 1024735 (pbscip) R 1024732 1024735 1021968 0 -1 4194304 163532 0 0 0 48 21 0 0 20 0 1 0 189284591 734687232 169062 134679101440 4194304 18693293 140730542593872 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31084544 140730542601218 140730542601317 140730542601317 140730542608334 0
/proc/1024735/statm: 179623 169062 3265 3540 0 167880 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 717468 KiB
Current children cumulated memory: 676248 KiB

[startup+1.50023 s]
/proc/loadavg: 4.22 4.21 4.18 5/256 1024736
/proc/meminfo: memFree=114898988/131524600 swapFree=131071996/131071996
[pid=1024735] ppid=1024732 vsize=1447988 memory=1405876 CPUtime=1.48 cores=4,6
/proc/1024735/stat : 1024735 (pbscip) R 1024732 1024735 1021968 0 -1 4194304 340814 0 0 0 103 45 0 0 20 0 1 0 189284591 1482739712 351469 134679101440 4194304 18693293 140730542593872 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31084544 140730542601218 140730542601317 140730542601317 140730542608334 0
/proc/1024735/statm: 361997 351469 3265 3540 0 350254 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1447988 KiB
Current children cumulated memory: 1405876 KiB

[startup+3.10559 s]
/proc/loadavg: 4.20 4.21 4.18 5/256 1024737
/proc/meminfo: memFree=113188372/131524600 swapFree=131071996/131071996
[pid=1024735] ppid=1024732 vsize=1579144 memory=1528884 CPUtime=3.09 cores=4,6
/proc/1024735/stat : 1024735 (pbscip) R 1024732 1024735 1021968 0 -1 4194304 376971 0 0 0 255 54 0 0 20 0 1 0 189284591 1617043456 382221 134679101440 4194304 18693293 140730542593872 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31084544 140730542601218 140730542601317 140730542601317 140730542608334 0
/proc/1024735/statm: 394786 382221 3553 3540 0 383043 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1579144 KiB
Current children cumulated memory: 1528884 KiB

[startup+6.30024 s]
/proc/loadavg: 4.20 4.21 4.18 5/256 1024737
/proc/meminfo: memFree=110100868/131524600 swapFree=131071996/131071996
[pid=1024735] ppid=1024732 vsize=3632316 memory=3555788 CPUtime=6.27 cores=4,6
/proc/1024735/stat : 1024735 (pbscip) R 1024732 1024735 1021968 0 -1 4194304 839726 0 0 0 507 120 0 0 20 0 1 0 189284591 3719491584 888947 134679101440 4194304 18693293 140730542593872 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31084544 140730542601218 140730542601317 140730542601317 140730542608334 0
/proc/1024735/statm: 908079 888947 3585 3540 0 896336 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 3632316 KiB
Current children cumulated memory: 3555788 KiB

[startup+12.7002 s]
/proc/loadavg: 4.19 4.21 4.18 5/256 1024738
/proc/meminfo: memFree=106685952/131524600 swapFree=131071996/131071996
[pid=1024735] ppid=1024732 vsize=4805788 memory=4675072 CPUtime=12.66 cores=4,6
/proc/1024735/stat : 1024735 (pbscip) R 1024732 1024735 1021968 0 -1 4194304 914107 0 0 0 1117 149 0 0 20 0 1 0 189284591 4921126912 1168768 134679101440 4194304 18693293 140730542593872 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31084544 140730542601218 140730542601317 140730542601317 140730542608334 0
/proc/1024735/statm: 1201447 1168768 3665 3540 0 1189704 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 4805788 KiB
Current children cumulated memory: 4675072 KiB

[startup+25.5002 s]
/proc/loadavg: 4.21 4.21 4.18 5/256 1024741
/proc/meminfo: memFree=105367916/131524600 swapFree=131071996/131071996
[pid=1024735] ppid=1024732 vsize=4762100 memory=4660132 CPUtime=25.42 cores=4,6
/proc/1024735/stat : 1024735 (pbscip) R 1024732 1024735 1021968 0 -1 4194304 929819 0 0 0 2373 169 0 0 20 0 1 0 189284591 4876390400 1165033 134679101440 4194304 18693293 140730542593872 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31084544 140730542601218 140730542601317 140730542601317 140730542608334 0
/proc/1024735/statm: 1190525 1165033 3760 3540 0 1178782 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 4762100 KiB
Current children cumulated memory: 4660132 KiB

[startup+51.1059 s]
/proc/loadavg: 4.20 4.21 4.18 5/256 1024744
/proc/meminfo: memFree=104796656/131524600 swapFree=131071996/131071996
[pid=1024735] ppid=1024732 vsize=4283840 memory=4192540 CPUtime=50.97 cores=4,6
/proc/1024735/stat : 1024735 (pbscip) R 1024732 1024735 1021968 0 -1 4194304 934687 0 0 0 4924 173 0 0 20 0 1 0 189284591 4386652160 1048135 134679101440 4194304 18693293 140730542593872 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31084544 140730542601218 140730542601317 140730542601317 140730542608334 0
/proc/1024735/statm: 1070960 1048135 3760 3540 0 1059217 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 4283840 KiB
Current children cumulated memory: 4192540 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.19 4.18 5/256 1024753
/proc/meminfo: memFree=102229384/131524600 swapFree=131071996/131071996
[pid=1024735] ppid=1024732 vsize=8439692 memory=7562292 CPUtime=102.02 cores=4,6
/proc/1024735/stat : 1024735 (pbscip) R 1024732 1024735 1021968 0 -1 4194304 1400172 0 0 0 9929 273 0 0 20 0 1 0 189284591 8642244608 1890573 134679101440 4194304 18693293 140730542593872 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31084544 140730542601218 140730542601317 140730542601317 140730542608334 0
/proc/1024735/statm: 2109923 1890573 3808 3540 0 2098180 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 8439692 KiB
Current children cumulated memory: 7562292 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.17 4.17 5/256 1024763
/proc/meminfo: memFree=96934404/131524600 swapFree=131071996/131071996
[pid=1024735] ppid=1024732 vsize=9988896 memory=9207996 CPUtime=161.8 cores=4,6
/proc/1024735/stat : 1024735 (pbscip) R 1024732 1024735 1021968 0 -1 4194304 1683007 0 0 0 15844 336 0 0 20 0 1 0 189284591 10228629504 2301999 134679101440 4194304 18693293 140730542593872 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31084544 140730542601218 140730542601317 140730542601317 140730542608334 0
/proc/1024735/statm: 2497224 2301999 3808 3540 0 2485481 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 9988896 KiB
Current children cumulated memory: 9207996 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.15 4.17 5/256 1024776
/proc/meminfo: memFree=96883636/131524600 swapFree=131071996/131071996
[pid=1024735] ppid=1024732 vsize=9988896 memory=9257148 CPUtime=221.59 cores=4,6
/proc/1024735/stat : 1024735 (pbscip) R 1024732 1024735 1021968 0 -1 4194304 1683439 0 0 0 21817 342 0 0 20 0 1 0 189284591 10228629504 2314287 134679101440 4194304 18693293 140730542593872 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31084544 140730542601218 140730542601317 140730542601317 140730542608334 0
/proc/1024735/statm: 2497224 2314287 3808 3540 0 2485481 0
Current children cumulated CPU time: 221.59 s
Current children cumulated vsize: 9988896 KiB
Current children cumulated memory: 9257148 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 4.14 4.16 5/256 1024786
/proc/meminfo: memFree=96844364/131524600 swapFree=131071996/131071996
[pid=1024735] ppid=1024732 vsize=9988900 memory=9296064 CPUtime=281.38 cores=4,6
/proc/1024735/stat : 1024735 (pbscip) R 1024732 1024735 1021968 0 -1 4194304 1683802 0 0 0 27790 348 0 0 20 0 1 0 189284591 10228633600 2324016 134679101440 4194304 18693293 140730542593872 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31084544 140730542601218 140730542601317 140730542601317 140730542608334 0
/proc/1024735/statm: 2497225 2324016 3808 3540 0 2485482 0
Current children cumulated CPU time: 281.38 s
Current children cumulated vsize: 9988900 KiB
Current children cumulated memory: 9296064 KiB

[startup+342.3 s]
/proc/loadavg: 4.36 4.19 4.18 5/254 1024796
/proc/meminfo: memFree=96813244/131524600 swapFree=131071996/131071996
[pid=1024735] ppid=1024732 vsize=9988900 memory=9326784 CPUtime=341.16 cores=4,6
/proc/1024735/stat : 1024735 (pbscip) R 1024732 1024735 1021968 0 -1 4194304 1684232 0 0 0 33763 353 0 0 20 0 1 0 189284591 10228633600 2331696 134679101440 4194304 18693293 140730542593872 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31084544 140730542601218 140730542601317 140730542601317 140730542608334 0
/proc/1024735/statm: 2497225 2331696 3808 3540 0 2485482 0
Current children cumulated CPU time: 341.16 s
Current children cumulated vsize: 9988900 KiB
Current children cumulated memory: 9326784 KiB

[startup+402.3 s]
/proc/loadavg: 4.28 4.20 4.18 5/254 1024806
/proc/meminfo: memFree=96788428/131524600 swapFree=131071996/131071996
[pid=1024735] ppid=1024732 vsize=9988900 memory=9353408 CPUtime=400.94 cores=4,6
/proc/1024735/stat : 1024735 (pbscip) R 1024732 1024735 1021968 0 -1 4194304 1684586 0 0 0 39736 358 0 0 20 0 1 0 189284591 10228633600 2338352 134679101440 4194304 18693293 140730542593872 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31084544 140730542601218 140730542601317 140730542601317 140730542608334 0
/proc/1024735/statm: 2497225 2338352 3808 3540 0 2485482 0
Current children cumulated CPU time: 400.94 s
Current children cumulated vsize: 9988900 KiB
Current children cumulated memory: 9353408 KiB

[startup+462.3 s]
/proc/loadavg: 4.16 4.18 4.18 5/254 1024817
/proc/meminfo: memFree=96763504/131524600 swapFree=131071996/131071996
[pid=1024735] ppid=1024732 vsize=9988900 memory=9375936 CPUtime=460.73 cores=4,6
/proc/1024735/stat : 1024735 (pbscip) R 1024732 1024735 1021968 0 -1 4194304 1685023 0 0 0 45710 363 0 0 20 0 1 0 189284591 10228633600 2343984 134679101440 4194304 18693293 140730542593872 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31084544 140730542601218 140730542601317 140730542601317 140730542608334 0
/proc/1024735/statm: 2497225 2343984 3808 3540 0 2485482 0

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

/proc/1024735/statm: 2497227 2370340 3808 3540 0 2485484 0
Current children cumulated CPU time: 2848.72 s
Current children cumulated vsize: 9988908 KiB
Current children cumulated memory: 9481360 KiB

[startup+2922.3 s]
/proc/loadavg: 4.06 4.11 4.15 5/258 1026478
/proc/meminfo: memFree=95088612/131524600 swapFree=131071996/131071996
[pid=1024735] ppid=1024732 vsize=9988908 memory=9481360 CPUtime=2908.41 cores=4,6
/proc/1024735/stat : 1024735 (pbscip) R 1024732 1024735 1021968 0 -1 4194304 1703456 0 0 0 290235 606 0 0 20 0 1 0 189284591 10228641792 2370340 134679101440 4194304 18693293 140730542593872 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31084544 140730542601218 140730542601317 140730542601317 140730542608334 0
/proc/1024735/statm: 2497227 2370340 3808 3540 0 2485484 0
Current children cumulated CPU time: 2908.41 s
Current children cumulated vsize: 9988908 KiB
Current children cumulated memory: 9481360 KiB

[startup+2982.3 s]
/proc/loadavg: 4.14 4.12 4.15 5/262 1026548
/proc/meminfo: memFree=95077960/131524600 swapFree=131071996/131071996
[pid=1024735] ppid=1024732 vsize=9988912 memory=9481364 CPUtime=2968.1 cores=4,6
/proc/1024735/stat : 1024735 (pbscip) R 1024732 1024735 1021968 0 -1 4194304 1704396 0 0 0 296199 611 0 0 20 0 1 0 189284591 10228645888 2370341 134679101440 4194304 18693293 140730542593872 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31084544 140730542601218 140730542601317 140730542601317 140730542608334 0
/proc/1024735/statm: 2497228 2370341 3808 3540 0 2485485 0
Current children cumulated CPU time: 2968.1 s
Current children cumulated vsize: 9988912 KiB
Current children cumulated memory: 9481364 KiB

[startup+3042.3 s]
/proc/loadavg: 4.15 4.13 4.15 5/261 1026559
/proc/meminfo: memFree=95072208/131524600 swapFree=131071996/131071996
[pid=1024735] ppid=1024732 vsize=9988912 memory=9481364 CPUtime=3027.8 cores=4,6
/proc/1024735/stat : 1024735 (pbscip) R 1024732 1024735 1021968 0 -1 4194304 1705401 0 0 0 302163 617 0 0 20 0 1 0 189284591 10228645888 2370341 134679101440 4194304 18693293 140730542593872 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31084544 140730542601218 140730542601317 140730542601317 140730542608334 0
/proc/1024735/statm: 2497228 2370341 3808 3540 0 2485485 0
Current children cumulated CPU time: 3027.8 s
Current children cumulated vsize: 9988912 KiB
Current children cumulated memory: 9481364 KiB

[startup+3102.3 s]
/proc/loadavg: 4.22 4.15 4.15 5/261 1026569
/proc/meminfo: memFree=95071272/131524600 swapFree=131071996/131071996
[pid=1024735] ppid=1024732 vsize=9988912 memory=9481364 CPUtime=3087.49 cores=4,6
/proc/1024735/stat : 1024735 (pbscip) R 1024732 1024735 1021968 0 -1 4194304 1705855 0 0 0 308126 623 0 0 20 0 1 0 189284591 10228645888 2370341 134679101440 4194304 18693293 140730542593872 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31084544 140730542601218 140730542601317 140730542601317 140730542608334 0
/proc/1024735/statm: 2497228 2370341 3808 3540 0 2485485 0
Current children cumulated CPU time: 3087.49 s
Current children cumulated vsize: 9988912 KiB
Current children cumulated memory: 9481364 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.14 4.15 5/261 1026579
/proc/meminfo: memFree=95069192/131524600 swapFree=131071996/131071996
[pid=1024735] ppid=1024732 vsize=9988912 memory=9481364 CPUtime=3147.18 cores=4,6
/proc/1024735/stat : 1024735 (pbscip) R 1024732 1024735 1021968 0 -1 4194304 1706788 0 0 0 314089 629 0 0 20 0 1 0 189284591 10228645888 2370341 134679101440 4194304 18693293 140730542593872 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31084544 140730542601218 140730542601317 140730542601317 140730542608334 0
/proc/1024735/statm: 2497228 2370341 3808 3540 0 2485485 0
Current children cumulated CPU time: 3147.18 s
Current children cumulated vsize: 9988912 KiB
Current children cumulated memory: 9481364 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.14 4.15 5/258 1026591
/proc/meminfo: memFree=95062092/131524600 swapFree=131071996/131071996
[pid=1024735] ppid=1024732 vsize=9988912 memory=9481364 CPUtime=3206.87 cores=4,6
/proc/1024735/stat : 1024735 (pbscip) R 1024732 1024735 1021968 0 -1 4194304 1707541 0 0 0 320052 635 0 0 20 0 1 0 189284591 10228645888 2370341 134679101440 4194304 18693293 140730542593872 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31084544 140730542601218 140730542601317 140730542601317 140730542608334 0
/proc/1024735/statm: 2497228 2370341 3808 3540 0 2485485 0
Current children cumulated CPU time: 3206.87 s
Current children cumulated vsize: 9988912 KiB
Current children cumulated memory: 9481364 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.14 4.15 5/254 1026601
/proc/meminfo: memFree=95055408/131524600 swapFree=131071996/131071996
[pid=1024735] ppid=1024732 vsize=9988912 memory=9481364 CPUtime=3266.57 cores=4,6
/proc/1024735/stat : 1024735 (pbscip) R 1024732 1024735 1021968 0 -1 4194304 1708175 0 0 0 326016 641 0 0 20 0 1 0 189284591 10228645888 2370341 134679101440 4194304 18693293 140730542593872 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31084544 140730542601218 140730542601317 140730542601317 140730542608334 0
/proc/1024735/statm: 2497228 2370341 3808 3540 0 2485485 0
Current children cumulated CPU time: 3266.57 s
Current children cumulated vsize: 9988912 KiB
Current children cumulated memory: 9481364 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.13 4.14 5/254 1026611
/proc/meminfo: memFree=95054580/131524600 swapFree=131071996/131071996
[pid=1024735] ppid=1024732 vsize=9988912 memory=9481364 CPUtime=3326.26 cores=4,6
/proc/1024735/stat : 1024735 (pbscip) R 1024732 1024735 1021968 0 -1 4194304 1708636 0 0 0 331979 647 0 0 20 0 1 0 189284591 10228645888 2370341 134679101440 4194304 18693293 140730542593872 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31084544 140730542601218 140730542601317 140730542601317 140730542608334 0
/proc/1024735/statm: 2497228 2370341 3808 3540 0 2485485 0
Current children cumulated CPU time: 3326.26 s
Current children cumulated vsize: 9988912 KiB
Current children cumulated memory: 9481364 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.12 4.13 5/254 1026621
/proc/meminfo: memFree=95053784/131524600 swapFree=131071996/131071996
[pid=1024735] ppid=1024732 vsize=9988912 memory=9481364 CPUtime=3385.94 cores=4,6
/proc/1024735/stat : 1024735 (pbscip) R 1024732 1024735 1021968 0 -1 4194304 1709563 0 0 0 337942 652 0 0 20 0 1 0 189284591 10228645888 2370341 134679101440 4194304 18693293 140730542593872 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31084544 140730542601218 140730542601317 140730542601317 140730542608334 0
/proc/1024735/statm: 2497228 2370341 3808 3540 0 2485485 0
Current children cumulated CPU time: 3385.94 s
Current children cumulated vsize: 9988912 KiB
Current children cumulated memory: 9481364 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.14 4.14 5/254 1026632
/proc/meminfo: memFree=95051240/131524600 swapFree=131071996/131071996
[pid=1024735] ppid=1024732 vsize=9988912 memory=9481364 CPUtime=3445.63 cores=4,6
/proc/1024735/stat : 1024735 (pbscip) R 1024732 1024735 1021968 0 -1 4194304 1710335 0 0 0 343905 658 0 0 20 0 1 0 189284591 10228645888 2370341 134679101440 4194304 18693293 140730542593872 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31084544 140730542601218 140730542601317 140730542601317 140730542608334 0
/proc/1024735/statm: 2497228 2370341 3808 3540 0 2485485 0
Current children cumulated CPU time: 3445.63 s
Current children cumulated vsize: 9988912 KiB
Current children cumulated memory: 9481364 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.13 4.13 5/254 1026643
/proc/meminfo: memFree=95050460/131524600 swapFree=131071996/131071996
[pid=1024735] ppid=1024732 vsize=9988912 memory=9481364 CPUtime=3505.33 cores=4,6
/proc/1024735/stat : 1024735 (pbscip) R 1024732 1024735 1021968 0 -1 4194304 1711036 0 0 0 349869 664 0 0 20 0 1 0 189284591 10228645888 2370341 134679101440 4194304 18693293 140730542593872 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31084544 140730542601218 140730542601317 140730542601317 140730542608334 0
/proc/1024735/statm: 2497228 2370341 3808 3540 0 2485485 0
Current children cumulated CPU time: 3505.33 s
Current children cumulated vsize: 9988912 KiB
Current children cumulated memory: 9481364 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.12 4.13 5/257 1026658
/proc/meminfo: memFree=95049512/131524600 swapFree=131071996/131071996
[pid=1024735] ppid=1024732 vsize=9988912 memory=9481364 CPUtime=3565.02 cores=4,6
/proc/1024735/stat : 1024735 (pbscip) R 1024732 1024735 1021968 0 -1 4194304 1711469 0 0 0 355832 670 0 0 20 0 1 0 189284591 10228645888 2370341 134679101440 4194304 18693293 140730542593872 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31084544 140730542601218 140730542601317 140730542601317 140730542608334 0
/proc/1024735/statm: 2497228 2370341 3808 3540 0 2485485 0
Current children cumulated CPU time: 3565.02 s
Current children cumulated vsize: 9988912 KiB
Current children cumulated memory: 9481364 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.5 s]
/proc/loadavg: 4.12 4.12 4.13 5/257 1026665
/proc/meminfo: memFree=95048956/131524600 swapFree=131071996/131071996
[pid=1024735] ppid=1024732 vsize=9988912 memory=9481364 CPUtime=3600.03 cores=4,6
/proc/1024735/stat : 1024735 (pbscip) R 1024732 1024735 1021968 0 -1 4194304 1711744 0 0 0 359330 673 0 0 20 0 1 0 189284591 10228645888 2370341 134679101440 4194304 18693293 140730542593872 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31084544 140730542601218 140730542601317 140730542601317 140730542608334 0
/proc/1024735/statm: 2497228 2370341 3808 3540 0 2485485 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 9988912 KiB
Current children cumulated memory: 9481364 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.31 s, system=6.94365 s

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

[startup+3617.6 s]*
/proc/loadavg: 4.12 4.12 4.13 5/257 1026665
/proc/meminfo: memFree=98701492/131524600 swapFree=131071996/131071996
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): 3617.71
CPU time (s): 3600.25
CPU user time (s): 3593.31
CPU system time (s): 6.94365
CPU usage (%): 99.5175
Max. virtual memory (cumulated for all children) (KiB): 9988912
Max. memory (cumulated for all children) (KiB): 9481364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.31
system time used= 6.94365
maximum resident set size= 9481364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1711744
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= 14
involuntary context switches= 2947


# summary of solver processes directly reported to runsolver:
#   pid: 1024735
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3593.31
#   total CPU system time (s): 6.94365

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.47068 second user time and 19.6386 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-19 08:40:40
IDJOB=4449285
IDBENCH=160494
IDSOLVER=3059
FILE ID=nodeC017/4449285-1721371227
RUNJOBID= nodeC017-1721367638-1021979
SLURM_JOB_ID= 7542810
Free space on /tmp= 889784 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/normalized-hw512-vm50p-dec.opb.negationfix.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-4449285-1721371227/watcher-4449285-1721371227 -o /tmp/evaluation-result-4449285-1721371227/solver-4449285-1721371227 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721367638-1021979 --watchdog 3760  pbscip -f HOME/instance-4449285-1721371227.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 2105f8bb71cd7b58626f31eda9524247
RANDOM SEED=1806082187

nodeC017.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		: 3674.056
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.46
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		: 3688.574
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	: 7006.99
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		: 3601.285
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.46
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.873
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	: 7006.99
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		: 3671.528
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.46
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		: 3688.569
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	: 7006.99
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		: 3673.450
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.46
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.970
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	: 7006.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        116782888 kB
MemAvailable:   119565336 kB
Buffers:          559560 kB
Cached:          3037696 kB
SwapCached:            0 kB
Active:          1306380 kB
Inactive:       12755880 kB
Active(anon):       1544 kB
Inactive(anon): 10501176 kB
Active(file):    1304836 kB
Inactive(file):  2254704 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            223340 kB
Writeback:             4 kB
AnonPages:      10461044 kB
Mapped:           137000 kB
Shmem:             37720 kB
KReclaimable:     125112 kB
Slab:             240028 kB
SReclaimable:     125112 kB
SUnreclaim:       114916 kB
KernelStack:        4112 kB
PageTables:        29696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11591400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            69312 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6098944 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:      287444 kB
DirectMap2M:    40380416 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 889792 MiB
End job on nodeC017 at 2024-07-19 09:40:58