Trace number 4456262

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 3613.02

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB10/oliveras/j120/
normalized-j12013_1-unsat--soft-0-100-0.wbo
MD5SUM505d78aa9227fb875e0dbdc3613ae899
Bench CategorySOFT-LIN (WBO, only soft constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark21722
Best CPU time to get the best result obtained on this benchmark120.921
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables29282
Total number of constraints92908
Number of soft constraints92908
Number of constraints which are clauses92428
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints480
Minimum length of a constraint1
Maximum length of a constraint93
Top cost 4698532
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 4698531
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 554
Number of bits of the biggest sum of numbers10
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-4456262-1721718918.wbo>
0.78/0.87	c original problem has 122190 variables (122190 bin, 0 int, 0 impl, 0 cont) and 185817 constraints
0.78/0.87	c problem read in 0.86
2.28/2.39	o 4698531
2.48/2.56	c feasible solution found by trivial heuristic after 2.6 seconds, objective value 4.698531e+06
2.48/2.56	c presolving:
2.87/2.91	c (round 1, exhaustive) 0 del vars, 1 del conss, 0 add conss, 92908 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 92908 impls, 0 clqs
5.08/5.16	c    (5.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
5.98/6.01	c    (6.0s) symmetry computation finished: 13 generators found (max: 297, log10 of symmetry group size: 0.0) (symcode time: 0.52)
5.98/6.01	c dynamic symmetry handling statistics:
5.98/6.01	c    orbitopal reduction:        1 components: 2x3
5.98/6.01	c    orbital reduction:         no components
5.98/6.01	c    lexicographic reduction:   11 permutations with support sizes 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4
5.98/6.01	c handled 12 out of 12 symmetry components
6.07/6.19	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
6.07/6.19	c  25 deleted vars, 1 deleted constraints, 0 added constraints, 92908 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
6.07/6.19	c  92908 implications, 1 cliques
6.07/6.19	c presolved problem has 215073 variables (122190 bin, 0 int, 92883 impl, 0 cont) and 185816 constraints
6.07/6.19	c   92908 constraints of type <linear>
6.07/6.19	c   92908 constraints of type <indicator>
6.07/6.19	c transformed objective value is always integral (scale: 1)
6.07/6.19	c Presolving Time: 4.78
6.07/6.19	c - non default parameters ----------------------------------------------------------------------
6.07/6.19	c # SCIP version 10.0.0
6.07/6.19	c 
6.07/6.19	c # maximal time in seconds to run
6.07/6.19	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
6.07/6.19	c limits/time = 3596.993147
6.07/6.19	c 
6.07/6.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
6.07/6.19	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
6.07/6.19	c limits/memory = 27900
6.07/6.19	c 
6.07/6.19	c # belongs reading time to solving time?
6.07/6.19	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
6.07/6.19	c timing/reading = TRUE
6.07/6.19	c 
6.07/6.19	c -----------------------------------------------------------------------------------------------
6.07/6.19	c start solving
6.27/6.37	c 
27.98/28.15	o 4697727
27.98/28.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
27.98/28.15	c i28.1s|     1 |     0 |     0 |     - |  oneopt|   0 | 215k| 185k| 185k|   0 |  0 |   0 |   0 | 0.000000e+00 | 4.697727e+06 |    Inf | unknown

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: 64096 MiB (60164 MiB free)
  memory of node 1: 64473 MiB (59232 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456262-1721718918/watcher-4456262-1721718918 -o /tmp/evaluation-result-4456262-1721718918/solver-4456262-1721718918 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721717817-79008 --watchdog 3760 pbscip -f HOME/instance-4456262-1721718918.wbo -t 3600 -j 2 -m 31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=79685, runsolver pid=79682
Current StackSize limit: 8192 KiB


[startup+0.100102 s]*
/proc/loadavg: 4.14 4.14 3.60 5/238 79686
/proc/meminfo: memFree=122233536/131655788 swapFree=131071996/131071996
[pid=79685] ppid=79682 vsize=85544 memory=44136 CPUtime=0.1 cores=0,2
/proc/79685/stat : 79685 (pbscip) R 79682 79685 78998 0 -1 4194304 8109 0 0 0 9 1 0 0 20 0 1 0 7881312 87597056 11034 134679101440 4194304 18693293 140733087042272 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42696704 140733087048711 140733087048810 140733087048810 140733087055822 0
/proc/79685/statm: 21386 11034 3222 3540 0 9643 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 85544 KiB
Current children cumulated memory: 44136 KiB

[startup+0.213092 s]*
/proc/loadavg: 4.14 4.14 3.60 5/238 79686
/proc/meminfo: memFree=122205144/131655788 swapFree=131071996/131071996
[pid=79685] ppid=79682 vsize=112872 memory=71872 CPUtime=0.22 cores=0,2
/proc/79685/stat : 79685 (pbscip) R 79682 79685 78998 0 -1 4194304 15092 0 0 0 18 4 0 0 20 0 1 0 7881312 115580928 17968 134679101440 4194304 18693293 140733087042272 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42696704 140733087048711 140733087048810 140733087048810 140733087055822 0
/proc/79685/statm: 28218 17968 3222 3540 0 16475 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 112872 KiB
Current children cumulated memory: 71872 KiB

[startup+0.313087 s]*
/proc/loadavg: 4.14 4.14 3.60 5/238 79686
/proc/meminfo: memFree=122189240/131655788 swapFree=131071996/131071996
[pid=79685] ppid=79682 vsize=127872 memory=86716 CPUtime=0.31 cores=0,2
/proc/79685/stat : 79685 (pbscip) R 79682 79685 78998 0 -1 4194304 18832 0 0 0 26 5 0 0 20 0 1 0 7881312 130940928 21679 134679101440 4194304 18693293 140733087042272 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42696704 140733087048711 140733087048810 140733087048810 140733087055822 0
/proc/79685/statm: 31968 21679 3222 3540 0 20225 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 127872 KiB
Current children cumulated memory: 86716 KiB

[startup+0.70031 s]
/proc/loadavg: 4.14 4.14 3.60 5/238 79686
/proc/meminfo: memFree=122153820/131655788 swapFree=131071996/131071996
[pid=79685] ppid=79682 vsize=207332 memory=166432 CPUtime=0.68 cores=0,2
/proc/79685/stat : 79685 (pbscip) R 79682 79685 78998 0 -1 4194304 38727 0 0 0 59 9 0 0 20 0 1 0 7881312 212307968 41608 134679101440 4194304 18693293 140733087042272 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42696704 140733087048711 140733087048810 140733087048810 140733087055822 0
/proc/79685/statm: 51833 41608 3222 3540 0 40090 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 207332 KiB
Current children cumulated memory: 166432 KiB

[startup+1.5003 s]
/proc/loadavg: 4.14 4.14 3.60 5/238 79686
/proc/meminfo: memFree=121985652/131655788 swapFree=131071996/131071996
[pid=79685] ppid=79682 vsize=522308 memory=476144 CPUtime=1.48 cores=0,2
/proc/79685/stat : 79685 (pbscip) R 79682 79685 78998 0 -1 4194304 116386 0 0 0 124 24 0 0 20 0 1 0 7881312 534843392 119036 134679101440 4194304 18693293 140733087042272 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42696704 140733087048711 140733087048810 140733087048810 140733087055822 0
/proc/79685/statm: 130577 119036 3573 3540 0 118834 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 522308 KiB
Current children cumulated memory: 476144 KiB

[startup+3.11332 s]
/proc/loadavg: 4.13 4.14 3.60 5/238 79686
/proc/meminfo: memFree=121475020/131655788 swapFree=131071996/131071996
[pid=79685] ppid=79682 vsize=849140 memory=800480 CPUtime=3.09 cores=0,2
/proc/79685/stat : 79685 (pbscip) R 79682 79685 78998 0 -1 4194304 197901 0 0 0 273 36 0 0 20 0 1 0 7881312 869519360 200120 134679101440 4194304 18693293 140733087042272 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42696704 140733087048711 140733087048810 140733087048810 140733087055822 0
/proc/79685/statm: 212285 200120 3605 3540 0 200542 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 849140 KiB
Current children cumulated memory: 800480 KiB

[startup+6.30032 s]
/proc/loadavg: 4.13 4.14 3.60 5/238 79686
/proc/meminfo: memFree=121121732/131655788 swapFree=131071996/131071996
[pid=79685] ppid=79682 vsize=1087460 memory=935924 CPUtime=6.27 cores=0,2
/proc/79685/stat : 79685 (pbscip) R 79682 79685 78998 0 -1 4194304 239460 0 0 0 579 48 0 0 20 0 1 0 7881312 1113559040 233981 134679101440 4194304 18693293 140733087042272 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42696704 140733087048711 140733087048810 140733087048810 140733087055822 0
/proc/79685/statm: 271865 233981 3653 3540 0 260122 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1087460 KiB
Current children cumulated memory: 935924 KiB

[startup+12.7003 s]
/proc/loadavg: 4.12 4.14 3.61 5/238 79688
/proc/meminfo: memFree=121022940/131655788 swapFree=131071996/131071996
[pid=79685] ppid=79682 vsize=1401720 memory=1244492 CPUtime=12.63 cores=0,2
/proc/79685/stat : 79685 (pbscip) R 79682 79685 78998 0 -1 4194304 300029 0 0 0 1205 58 0 0 20 0 1 0 7881312 1435361280 311123 134679101440 4194304 18693293 140733087042272 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42696704 140733087048711 140733087048810 140733087048810 140733087055822 0
/proc/79685/statm: 350430 311123 3701 3540 0 338687 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 1401720 KiB
Current children cumulated memory: 1244492 KiB

[startup+25.5003 s]
/proc/loadavg: 4.09 4.13 3.61 5/238 79689
/proc/meminfo: memFree=121018492/131655788 swapFree=131071996/131071996
[pid=79685] ppid=79682 vsize=1401720 memory=1244492 CPUtime=25.37 cores=0,2
/proc/79685/stat : 79685 (pbscip) R 79682 79685 78998 0 -1 4194304 300037 0 0 0 2478 59 0 0 20 0 1 0 7881312 1435361280 311123 134679101440 4194304 18693293 140733087042272 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42696704 140733087048711 140733087048810 140733087048810 140733087055822 0
/proc/79685/statm: 350430 311123 3701 3540 0 338687 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 1401720 KiB
Current children cumulated memory: 1244492 KiB

[startup+51.113 s]
/proc/loadavg: 4.21 4.15 3.64 5/238 79695
/proc/meminfo: memFree=120979940/131655788 swapFree=131071996/131071996
[pid=79685] ppid=79682 vsize=1425592 memory=1268808 CPUtime=50.9 cores=0,2
/proc/79685/stat : 79685 (pbscip) R 79682 79685 78998 0 -1 4194304 305246 0 0 0 5029 61 0 0 20 0 1 0 7881312 1459806208 317202 134679101440 4194304 18693293 140733087042272 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42696704 140733087048711 140733087048810 140733087048810 140733087055822 0
/proc/79685/statm: 356398 317202 3717 3540 0 344655 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 1425592 KiB
Current children cumulated memory: 1268808 KiB

[startup+102.3 s]
/proc/loadavg: 4.21 4.16 3.67 5/238 79703
/proc/meminfo: memFree=120953356/131655788 swapFree=131071996/131071996
[pid=79685] ppid=79682 vsize=1425592 memory=1268808 CPUtime=101.9 cores=0,2
/proc/79685/stat : 79685 (pbscip) R 79682 79685 78998 0 -1 4194304 305248 0 0 0 10128 62 0 0 20 0 1 0 7881312 1459806208 317202 134679101440 4194304 18693293 140733087042272 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42696704 140733087048711 140733087048810 140733087048810 140733087055822 0
/proc/79685/statm: 356398 317202 3717 3540 0 344655 0
Current children cumulated CPU time: 101.9 s
Current children cumulated vsize: 1425592 KiB
Current children cumulated memory: 1268808 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.14 3.70 5/238 79713
/proc/meminfo: memFree=120534848/131655788 swapFree=131071996/131071996
[pid=79685] ppid=79682 vsize=1425592 memory=1268808 CPUtime=161.68 cores=0,2
/proc/79685/stat : 79685 (pbscip) R 79682 79685 78998 0 -1 4194304 305251 0 0 0 16105 63 0 0 20 0 1 0 7881312 1459806208 317202 134679101440 4194304 18693293 140733087042272 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42696704 140733087048711 140733087048810 140733087048810 140733087055822 0
/proc/79685/statm: 356398 317202 3717 3540 0 344655 0
Current children cumulated CPU time: 161.68 s
Current children cumulated vsize: 1425592 KiB
Current children cumulated memory: 1268808 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.13 3.72 5/239 79724
/proc/meminfo: memFree=120519644/131655788 swapFree=131071996/131071996
[pid=79685] ppid=79682 vsize=1425592 memory=1268808 CPUtime=221.45 cores=0,2
/proc/79685/stat : 79685 (pbscip) R 79682 79685 78998 0 -1 4194304 305253 0 0 0 22081 64 0 0 20 0 1 0 7881312 1459806208 317202 134679101440 4194304 18693293 140733087042272 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42696704 140733087048711 140733087048810 140733087048810 140733087055822 0
/proc/79685/statm: 356398 317202 3717 3540 0 344655 0
Current children cumulated CPU time: 221.45 s
Current children cumulated vsize: 1425592 KiB
Current children cumulated memory: 1268808 KiB

[startup+282.3 s]
/proc/loadavg: 4.16 4.14 3.75 5/239 79735
/proc/meminfo: memFree=120492984/131655788 swapFree=131071996/131071996
[pid=79685] ppid=79682 vsize=1425592 memory=1268808 CPUtime=281.23 cores=0,2
/proc/79685/stat : 79685 (pbscip) R 79682 79685 78998 0 -1 4194304 305256 0 0 0 28058 65 0 0 20 0 1 0 7881312 1459806208 317202 134679101440 4194304 18693293 140733087042272 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42696704 140733087048711 140733087048810 140733087048810 140733087055822 0
/proc/79685/statm: 356398 317202 3717 3540 0 344655 0
Current children cumulated CPU time: 281.23 s
Current children cumulated vsize: 1425592 KiB
Current children cumulated memory: 1268808 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 4.14 3.78 5/243 79754
/proc/meminfo: memFree=120117156/131655788 swapFree=131071996/131071996
[pid=79685] ppid=79682 vsize=1425592 memory=1268808 CPUtime=341.02 cores=0,2
/proc/79685/stat : 79685 (pbscip) R 79682 79685 78998 0 -1 4194304 305258 0 0 0 34036 66 0 0 20 0 1 0 7881312 1459806208 317202 134679101440 4194304 18693293 140733087042272 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42696704 140733087048711 140733087048810 140733087048810 140733087055822 0
/proc/79685/statm: 356398 317202 3717 3540 0 344655 0
Current children cumulated CPU time: 341.02 s
Current children cumulated vsize: 1425592 KiB
Current children cumulated memory: 1268808 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.14 3.81 5/243 79765
/proc/meminfo: memFree=120094656/131655788 swapFree=131071996/131071996
[pid=79685] ppid=79682 vsize=1425592 memory=1268808 CPUtime=400.8 cores=0,2
/proc/79685/stat : 79685 (pbscip) R 79682 79685 78998 0 -1 4194304 305261 0 0 0 40013 67 0 0 20 0 1 0 7881312 1459806208 317202 134679101440 4194304 18693293 140733087042272 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42696704 140733087048711 140733087048810 140733087048810 140733087055822 0
/proc/79685/statm: 356398 317202 3717 3540 0 344655 0
Current children cumulated CPU time: 400.8 s
Current children cumulated vsize: 1425592 KiB
Current children cumulated memory: 1268808 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.13 3.83 5/243 79776
/proc/meminfo: memFree=120002404/131655788 swapFree=131071996/131071996
[pid=79685] ppid=79682 vsize=1425592 memory=1268808 CPUtime=460.58 cores=0,2
/proc/79685/stat : 79685 (pbscip) R 79682 79685 78998 0 -1 4194304 305263 0 0 0 45990 68 0 0 20 0 1 0 7881312 1459806208 317202 134679101440 4194304 18693293 140733087042272 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42696704 140733087048711 140733087048810 140733087048810 140733087055822 0
/proc/79685/statm: 356398 317202 3717 3540 0 344655 0
Current children cumulated CPU time: 460.58 s

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

Current children cumulated memory: 1467036 KiB

[startup+2862.3 s]
/proc/loadavg: 4.14 4.16 4.15 5/242 81565
/proc/meminfo: memFree=121966464/131655788 swapFree=131071996/131071996
[pid=79685] ppid=79682 vsize=1609940 memory=1468684 CPUtime=2851.66 cores=0,2
/proc/79685/stat : 79685 (pbscip) R 79682 79685 78998 0 -1 4194304 340938 0 0 0 285058 108 0 0 20 0 1 0 7881312 1648578560 367171 134679101440 4194304 18693293 140733087042272 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42696704 140733087048711 140733087048810 140733087048810 140733087055822 0
/proc/79685/statm: 402485 367171 3845 3540 0 390742 0
Current children cumulated CPU time: 2851.66 s
Current children cumulated vsize: 1609940 KiB
Current children cumulated memory: 1468684 KiB

[startup+2922.3 s]
/proc/loadavg: 4.21 4.17 4.15 5/241 81576
/proc/meminfo: memFree=121816156/131655788 swapFree=131071996/131071996
[pid=79685] ppid=79682 vsize=1609940 memory=1469940 CPUtime=2911.46 cores=0,2
/proc/79685/stat : 79685 (pbscip) R 79682 79685 78998 0 -1 4194304 341064 0 0 0 291038 108 0 0 20 0 1 0 7881312 1648578560 367485 134679101440 4194304 18693293 140733087042272 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42696704 140733087048711 140733087048810 140733087048810 140733087055822 0
/proc/79685/statm: 402485 367485 3845 3540 0 390742 0
Current children cumulated CPU time: 2911.46 s
Current children cumulated vsize: 1609940 KiB
Current children cumulated memory: 1469940 KiB

[startup+2982.3 s]
/proc/loadavg: 4.18 4.17 4.15 5/241 81586
/proc/meminfo: memFree=121637100/131655788 swapFree=131071996/131071996
[pid=79685] ppid=79682 vsize=1609940 memory=1469940 CPUtime=2971.26 cores=0,2
/proc/79685/stat : 79685 (pbscip) R 79682 79685 78998 0 -1 4194304 341262 0 0 0 297018 108 0 0 20 0 1 0 7881312 1648578560 367485 134679101440 4194304 18693293 140733087042272 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42696704 140733087048711 140733087048810 140733087048810 140733087055822 0
/proc/79685/statm: 402485 367485 3845 3540 0 390742 0
Current children cumulated CPU time: 2971.26 s
Current children cumulated vsize: 1609940 KiB
Current children cumulated memory: 1469940 KiB

[startup+3042.3 s]
/proc/loadavg: 4.64 4.30 4.20 6/239 81597
/proc/meminfo: memFree=121578772/131655788 swapFree=131071996/131071996
[pid=79685] ppid=79682 vsize=1609940 memory=1469940 CPUtime=3031.05 cores=0,2
/proc/79685/stat : 79685 (pbscip) R 79682 79685 78998 0 -1 4194304 341410 0 0 0 302997 108 0 0 20 0 1 0 7881312 1648578560 367485 134679101440 4194304 18693293 140733087042272 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42696704 140733087048711 140733087048810 140733087048810 140733087055822 0
/proc/79685/statm: 402485 367485 3845 3540 0 390742 0
Current children cumulated CPU time: 3031.05 s
Current children cumulated vsize: 1609940 KiB
Current children cumulated memory: 1469940 KiB

[startup+3102.3 s]
/proc/loadavg: 4.50 4.33 4.22 5/239 81607
/proc/meminfo: memFree=121538440/131655788 swapFree=131071996/131071996
[pid=79685] ppid=79682 vsize=1609940 memory=1469940 CPUtime=3090.84 cores=0,2
/proc/79685/stat : 79685 (pbscip) R 79682 79685 78998 0 -1 4194304 341534 0 0 0 308976 108 0 0 20 0 1 0 7881312 1648578560 367485 134679101440 4194304 18693293 140733087042272 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42696704 140733087048711 140733087048810 140733087048810 140733087055822 0
/proc/79685/statm: 402485 367485 3845 3540 0 390742 0
Current children cumulated CPU time: 3090.84 s
Current children cumulated vsize: 1609940 KiB
Current children cumulated memory: 1469940 KiB

[startup+3162.3 s]
/proc/loadavg: 4.24 4.28 4.20 6/239 81617
/proc/meminfo: memFree=121499456/131655788 swapFree=131071996/131071996
[pid=79685] ppid=79682 vsize=1609940 memory=1469940 CPUtime=3150.63 cores=0,2
/proc/79685/stat : 79685 (pbscip) R 79682 79685 78998 0 -1 4194304 341759 0 0 0 314955 108 0 0 20 0 1 0 7881312 1648578560 367485 134679101440 4194304 18693293 140733087042272 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42696704 140733087048711 140733087048810 140733087048810 140733087055822 0
/proc/79685/statm: 402485 367485 3845 3540 0 390742 0
Current children cumulated CPU time: 3150.63 s
Current children cumulated vsize: 1609940 KiB
Current children cumulated memory: 1469940 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.25 4.19 6/238 81627
/proc/meminfo: memFree=121389080/131655788 swapFree=131071996/131071996
[pid=79685] ppid=79682 vsize=1609940 memory=1469940 CPUtime=3210.44 cores=0,2
/proc/79685/stat : 79685 (pbscip) R 79682 79685 78998 0 -1 4194304 341860 0 0 0 320936 108 0 0 20 0 1 0 7881312 1648578560 367485 134679101440 4194304 18693293 140733087042272 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42696704 140733087048711 140733087048810 140733087048810 140733087055822 0
/proc/79685/statm: 402485 367485 3845 3540 0 390742 0
Current children cumulated CPU time: 3210.44 s
Current children cumulated vsize: 1609940 KiB
Current children cumulated memory: 1469940 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.23 4.19 6/238 81639
/proc/meminfo: memFree=121325128/131655788 swapFree=131071996/131071996
[pid=79685] ppid=79682 vsize=1609940 memory=1469940 CPUtime=3270.28 cores=0,2
/proc/79685/stat : 79685 (pbscip) R 79682 79685 78998 0 -1 4194304 341904 0 0 0 326920 108 0 0 20 0 1 0 7881312 1648578560 367485 134679101440 4194304 18693293 140733087042272 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42696704 140733087048711 140733087048810 140733087048810 140733087055822 0
/proc/79685/statm: 402485 367485 3845 3540 0 390742 0
Current children cumulated CPU time: 3270.28 s
Current children cumulated vsize: 1609940 KiB
Current children cumulated memory: 1469940 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.20 4.18 5/241 81654
/proc/meminfo: memFree=121233268/131655788 swapFree=131071996/131071996
[pid=79685] ppid=79682 vsize=1609940 memory=1469940 CPUtime=3330.11 cores=0,2
/proc/79685/stat : 79685 (pbscip) R 79682 79685 78998 0 -1 4194304 341957 0 0 0 332903 108 0 0 20 0 1 0 7881312 1648578560 367485 134679101440 4194304 18693293 140733087042272 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42696704 140733087048711 140733087048810 140733087048810 140733087055822 0
/proc/79685/statm: 402485 367485 3845 3540 0 390742 0
Current children cumulated CPU time: 3330.11 s
Current children cumulated vsize: 1609940 KiB
Current children cumulated memory: 1469940 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.18 4.17 5/241 81665
/proc/meminfo: memFree=121205120/131655788 swapFree=131071996/131071996
[pid=79685] ppid=79682 vsize=1609940 memory=1469940 CPUtime=3389.95 cores=0,2
/proc/79685/stat : 79685 (pbscip) R 79682 79685 78998 0 -1 4194304 342001 0 0 0 338887 108 0 0 20 0 1 0 7881312 1648578560 367485 134679101440 4194304 18693293 140733087042272 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42696704 140733087048711 140733087048810 140733087048810 140733087055822 0
/proc/79685/statm: 402485 367485 3845 3540 0 390742 0
Current children cumulated CPU time: 3389.95 s
Current children cumulated vsize: 1609940 KiB
Current children cumulated memory: 1469940 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.18 4.18 6/241 81676
/proc/meminfo: memFree=121138844/131655788 swapFree=131071996/131071996
[pid=79685] ppid=79682 vsize=1609940 memory=1469940 CPUtime=3449.78 cores=0,2
/proc/79685/stat : 79685 (pbscip) R 79682 79685 78998 0 -1 4194304 342166 0 0 0 344870 108 0 0 20 0 1 0 7881312 1648578560 367485 134679101440 4194304 18693293 140733087042272 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42696704 140733087048711 140733087048810 140733087048810 140733087055822 0
/proc/79685/statm: 402485 367485 3845 3540 0 390742 0
Current children cumulated CPU time: 3449.78 s
Current children cumulated vsize: 1609940 KiB
Current children cumulated memory: 1469940 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.16 4.17 5/241 81686
/proc/meminfo: memFree=121122336/131655788 swapFree=131071996/131071996
[pid=79685] ppid=79682 vsize=1609940 memory=1469940 CPUtime=3509.62 cores=0,2
/proc/79685/stat : 79685 (pbscip) R 79682 79685 78998 0 -1 4194304 342202 0 0 0 350854 108 0 0 20 0 1 0 7881312 1648578560 367485 134679101440 4194304 18693293 140733087042272 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42696704 140733087048711 140733087048810 140733087048810 140733087055822 0
/proc/79685/statm: 402485 367485 3845 3540 0 390742 0
Current children cumulated CPU time: 3509.62 s
Current children cumulated vsize: 1609940 KiB
Current children cumulated memory: 1469940 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.16 4.17 5/241 81696
/proc/meminfo: memFree=121083488/131655788 swapFree=131071996/131071996
[pid=79685] ppid=79682 vsize=1609940 memory=1469940 CPUtime=3569.46 cores=0,2
/proc/79685/stat : 79685 (pbscip) R 79682 79685 78998 0 -1 4194304 342250 0 0 0 356838 108 0 0 20 0 1 0 7881312 1648578560 367485 134679101440 4194304 18693293 140733087042272 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42696704 140733087048711 140733087048810 140733087048810 140733087055822 0
/proc/79685/statm: 402485 367485 3845 3540 0 390742 0
Current children cumulated CPU time: 3569.46 s
Current children cumulated vsize: 1609940 KiB
Current children cumulated memory: 1469940 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3613 s]*
/proc/loadavg: 4.08 4.15 4.16 5/239 81701
/proc/meminfo: memFree=121072612/131655788 swapFree=131071996/131071996
[pid=79685] ppid=79682 vsize=1609940 memory=1469940 CPUtime=3600.08 cores=0,2
/proc/79685/stat : 79685 (pbscip) R 79682 79685 78998 0 -1 4194304 342271 0 0 0 359900 108 0 0 20 0 1 0 7881312 1648578560 367485 134679101440 4194304 18693293 140733087042272 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42696704 140733087048711 140733087048810 140733087048810 140733087055822 0
/proc/79685/statm: 402485 367485 3845 3540 0 390742 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 1609940 KiB
Current children cumulated memory: 1469940 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.01 s, system=1.09469 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): 3613.02
CPU time (s): 3600.11
CPU user time (s): 3599.01
CPU system time (s): 1.09469
CPU usage (%): 99.6425
Max. virtual memory (cumulated for all children) (KiB): 1609940
Max. memory (cumulated for all children) (KiB): 1469940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.01
system time used= 1.09469
maximum resident set size= 1469940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 342271
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= 28
involuntary context switches= 24661


# summary of solver processes directly reported to runsolver:
#   pid: 79685
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3599.01
#   total CPU system time (s): 1.09469

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1061 second user time and 34.6358 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-23 09:15:19
IDJOB=4456262
IDBENCH=143326
IDSOLVER=3038
FILE ID=nodeC007/4456262-1721718918
RUNJOBID= nodeC007-1721717817-79008
SLURM_JOB_ID= 7770389
Free space on /tmp= 723720 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/WBO/SOFT-LIN/PB10/oliveras/j120/normalized-j12013_1-unsat--soft-0-100-0.wbo
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4456262-1721718918/watcher-4456262-1721718918 -o /tmp/evaluation-result-4456262-1721718918/solver-4456262-1721718918 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721717817-79008 --watchdog 3760  pbscip -f HOME/instance-4456262-1721718918.wbo -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 505d78aa9227fb875e0dbdc3613ae899
RANDOM SEED=504400409

nodeC007.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	: 0xb00001f
cpu MHz		: 3465.276
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 invpcid_single pti 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	: 6983.67
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		: 3658.063
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 invpcid_single pti 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	: 6983.37
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.202
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 invpcid_single pti 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	: 6983.67
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		: 1197.359
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 invpcid_single pti 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	: 6983.37
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.034
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 invpcid_single pti 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	: 6983.67
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		: 3584.172
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 invpcid_single pti 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	: 6983.37
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		: 1197.233
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 invpcid_single pti 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	: 6983.67
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.221
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 invpcid_single pti 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	: 6983.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        122262364 kB
MemAvailable:   126885140 kB
Buffers:          136028 kB
Cached:          5263296 kB
SwapCached:            0 kB
Active:           876844 kB
Inactive:        7911064 kB
Active(anon):       1468 kB
Inactive(anon):  3416656 kB
Active(file):     875376 kB
Inactive(file):  4494408 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             22228 kB
Writeback:             0 kB
AnonPages:       3388652 kB
Mapped:           133604 kB
Shmem:             29504 kB
KReclaimable:     186380 kB
Slab:             284408 kB
SReclaimable:     186380 kB
SUnreclaim:        98028 kB
KernelStack:        3824 kB
PageTables:        16580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    4196420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            17344 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1036288 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:      279368 kB
DirectMap2M:    23742464 kB
DirectMap1G:    112197632 kB

Free space on /tmp at the end= 723704 MiB
End job on nodeC007 at 2024-07-23 10:15:32