Trace number 4456312

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.05 3608.11

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen07_10000_30r_wcsp.wbo
MD5SUM8c159ddcc7c8e6257617bd9db371f9a1
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark606.03
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2008
Total number of constraints48581
Number of soft constraints48385
Number of constraints which are clauses48385
Number of constraints which are cardinality constraints (but not clauses)196
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint14
Top cost 448020002
Min constraint cost 1
Max constraint cost 990001
Sum of constraints costs 12702738385
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 15
Number of bits of the biggest sum of numbers4
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-4456312-1721718989.wbo>
0.09/0.17	c original problem has 50393 variables (50393 bin, 0 int, 0 impl, 0 cont) and 96967 constraints
0.09/0.17	c problem read in 0.17
0.59/0.68	c presolving:
0.79/0.81	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 48385 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 48581 clqs
0.88/0.93	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 48385 chg bounds, 0 chg sides, 0 chg coeffs, 197 upgd conss, 0 impls, 48581 clqs
0.88/0.96	c (round 3, fast)       132 del vars, 1417 del conss, 0 add conss, 48385 chg bounds, 0 chg sides, 0 chg coeffs, 197 upgd conss, 0 impls, 48571 clqs
0.88/0.98	c (round 4, fast)       2946 del vars, 2824 del conss, 0 add conss, 48385 chg bounds, 0 chg sides, 0 chg coeffs, 197 upgd conss, 0 impls, 47164 clqs
2.18/2.25	c    (2.2s) 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 (55676 MiB free)
  memory of node 1: 64510 MiB (51380 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456312-1721718989/watcher-4456312-1721718989 -o /tmp/evaluation-result-4456312-1721718989/solver-4456312-1721718989 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721718373-87308 --watchdog 3760 pbscip -f HOME/instance-4456312-1721718989.wbo -t 3600 -j 2 -m 31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.1001 s]*
/proc/loadavg: 4.34 3.89 3.08 5/254 88170
/proc/meminfo: memFree=109575800/131524600 swapFree=131071996/131071996
[pid=88169] ppid=88166 vsize=104364 memory=63368 CPUtime=0.09 cores=5,7
/proc/88169/stat : 88169 (pbscip) R 88166 88169 87295 0 -1 4194304 12941 0 0 0 8 1 0 0 20 0 1 0 8428457 106868736 15842 134679101440 4194304 18693293 140726451131280 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 51269632 140726451139587 140726451139686 140726451139686 140726451146702 0
/proc/88169/statm: 26091 15842 3202 3540 0 14348 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 104364 KiB
Current children cumulated memory: 63368 KiB

[startup+0.205647 s]*
/proc/loadavg: 4.34 3.89 3.08 5/254 88170
/proc/meminfo: memFree=109510148/131524600 swapFree=131071996/131071996
[pid=88169] ppid=88166 vsize=170728 memory=130320 CPUtime=0.2 cores=5,7
/proc/88169/stat : 88169 (pbscip) R 88166 88169 87295 0 -1 4194304 29844 0 0 0 15 5 0 0 20 0 1 0 8428457 174825472 32580 134679101440 4194304 18693293 140726451131280 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 51269632 140726451139587 140726451139686 140726451139686 140726451146702 0
/proc/88169/statm: 42682 32580 3505 3540 0 30939 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 170728 KiB
Current children cumulated memory: 130320 KiB

[startup+0.305585 s]*
/proc/loadavg: 4.34 3.89 3.08 6/254 88170
/proc/meminfo: memFree=109450208/131524600 swapFree=131071996/131071996
[pid=88169] ppid=88166 vsize=224768 memory=184476 CPUtime=0.3 cores=5,7
/proc/88169/stat : 88169 (pbscip) R 88166 88169 87295 0 -1 4194304 43364 0 0 0 23 7 0 0 20 0 1 0 8428457 230162432 46119 134679101440 4194304 18693293 140726451131280 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 51269632 140726451139587 140726451139686 140726451139686 140726451146702 0
/proc/88169/statm: 56192 46119 3521 3540 0 44449 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 224768 KiB
Current children cumulated memory: 184476 KiB

[startup+0.700197 s]
/proc/loadavg: 4.34 3.89 3.08 5/254 88170
/proc/meminfo: memFree=109351948/131524600 swapFree=131071996/131071996
[pid=88169] ppid=88166 vsize=404084 memory=357212 CPUtime=0.69 cores=5,7
/proc/88169/stat : 88169 (pbscip) R 88166 88169 87295 0 -1 4194304 88821 0 0 0 56 13 0 0 20 0 1 0 8428457 413782016 89303 134679101440 4194304 18693293 140726451131280 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 51269632 140726451139587 140726451139686 140726451139686 140726451146702 0
/proc/88169/statm: 101021 89303 3553 3540 0 89278 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 404084 KiB
Current children cumulated memory: 357212 KiB

[startup+1.50024 s]
/proc/loadavg: 4.34 3.89 3.08 5/254 88170
/proc/meminfo: memFree=109257868/131524600 swapFree=131071996/131071996
[pid=88169] ppid=88166 vsize=436784 memory=385960 CPUtime=1.49 cores=5,7
/proc/88169/stat : 88169 (pbscip) R 88166 88169 87295 0 -1 4194304 96072 0 0 0 135 14 0 0 20 0 1 0 8428457 447266816 96490 134679101440 4194304 18693293 140726451131280 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 51269632 140726451139587 140726451139686 140726451139686 140726451146702 0
/proc/88169/statm: 109196 96490 3617 3540 0 97453 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 436784 KiB
Current children cumulated memory: 385960 KiB

[startup+3.10546 s]
/proc/loadavg: 4.39 3.91 3.09 5/254 88172
/proc/meminfo: memFree=109030664/131524600 swapFree=131071996/131071996
[pid=88169] ppid=88166 vsize=803100 memory=586976 CPUtime=3.09 cores=5,7
/proc/88169/stat : 88169 (pbscip) R 88166 88169 87295 0 -1 4194304 126102 0 0 0 289 20 0 0 20 0 1 0 8428457 822374400 146744 134679101440 4194304 18693293 140726451131280 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 51269632 140726451139587 140726451139686 140726451139686 140726451146702 0
/proc/88169/statm: 200775 146744 3649 3540 0 189032 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 803100 KiB
Current children cumulated memory: 586976 KiB

[startup+6.30022 s]
/proc/loadavg: 4.39 3.91 3.09 5/254 88172
/proc/meminfo: memFree=108838748/131524600 swapFree=131071996/131071996
[pid=88169] ppid=88166 vsize=980892 memory=769832 CPUtime=6.27 cores=5,7
/proc/88169/stat : 88169 (pbscip) R 88166 88169 87295 0 -1 4194304 171323 0 0 0 600 27 0 0 20 0 1 0 8428457 1004433408 192458 134679101440 4194304 18693293 140726451131280 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 51269632 140726451139587 140726451139686 140726451139686 140726451146702 0
/proc/88169/statm: 245223 192458 3649 3540 0 233480 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 980892 KiB
Current children cumulated memory: 769832 KiB

[startup+12.7002 s]
/proc/loadavg: 4.44 3.93 3.10 5/254 88172
/proc/meminfo: memFree=108722544/131524600 swapFree=131071996/131071996
[pid=88169] ppid=88166 vsize=1054256 memory=846024 CPUtime=12.66 cores=5,7
/proc/88169/stat : 88169 (pbscip) R 88166 88169 87295 0 -1 4194304 189872 0 0 0 1236 30 0 0 20 0 1 0 8428457 1079558144 211506 134679101440 4194304 18693293 140726451131280 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 51269632 140726451139587 140726451139686 140726451139686 140726451146702 0
/proc/88169/statm: 263564 211506 3649 3540 0 251821 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 1054256 KiB
Current children cumulated memory: 846024 KiB

[startup+25.5002 s]
/proc/loadavg: 4.41 3.95 3.12 5/254 88175
/proc/meminfo: memFree=108581272/131524600 swapFree=131071996/131071996
[pid=88169] ppid=88166 vsize=1138848 memory=931240 CPUtime=25.44 cores=5,7
/proc/88169/stat : 88169 (pbscip) R 88166 88169 87295 0 -1 4194304 211217 0 0 0 2510 34 0 0 20 0 1 0 8428457 1166180352 232810 134679101440 4194304 18693293 140726451131280 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 51269632 140726451139587 140726451139686 140726451139686 140726451146702 0
/proc/88169/statm: 284712 232810 3649 3540 0 272969 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 1138848 KiB
Current children cumulated memory: 931240 KiB

[startup+51.1056 s]
/proc/loadavg: 4.33 3.97 3.15 5/254 88178
/proc/meminfo: memFree=108499212/131524600 swapFree=131071996/131071996
[pid=88169] ppid=88166 vsize=1160564 memory=953144 CPUtime=50.98 cores=5,7
/proc/88169/stat : 88169 (pbscip) R 88166 88169 87295 0 -1 4194304 216659 0 0 0 5063 35 0 0 20 0 1 0 8428457 1188417536 238286 134679101440 4194304 18693293 140726451131280 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 51269632 140726451139587 140726451139686 140726451139686 140726451146702 0
/proc/88169/statm: 290141 238286 3649 3540 0 278398 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 1160564 KiB
Current children cumulated memory: 953144 KiB

[startup+102.3 s]
/proc/loadavg: 4.20 3.99 3.20 5/254 88186
/proc/meminfo: memFree=108482752/131524600 swapFree=131071996/131071996
[pid=88169] ppid=88166 vsize=1160572 memory=953144 CPUtime=102.07 cores=5,7
/proc/88169/stat : 88169 (pbscip) R 88166 88169 87295 0 -1 4194304 216674 0 0 0 10171 36 0 0 20 0 1 0 8428457 1188425728 238286 134679101440 4194304 18693293 140726451131280 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 51269632 140726451139587 140726451139686 140726451139686 140726451146702 0
/proc/88169/statm: 290143 238286 3649 3540 0 278400 0
Current children cumulated CPU time: 102.07 s
Current children cumulated vsize: 1160572 KiB
Current children cumulated memory: 953144 KiB

[startup+162.3 s]
/proc/loadavg: 4.59 4.15 3.31 5/254 88241
/proc/meminfo: memFree=95649132/131524600 swapFree=131071996/131071996
[pid=88169] ppid=88166 vsize=1160576 memory=953144 CPUtime=161.92 cores=5,7
/proc/88169/stat : 88169 (pbscip) R 88166 88169 87295 0 -1 4194304 216687 0 0 0 16155 37 0 0 20 0 1 0 8428457 1188429824 238286 134679101440 4194304 18693293 140726451131280 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 51269632 140726451139587 140726451139686 140726451139686 140726451146702 0
/proc/88169/statm: 290144 238286 3649 3540 0 278401 0
Current children cumulated CPU time: 161.92 s
Current children cumulated vsize: 1160576 KiB
Current children cumulated memory: 953144 KiB

[startup+222.3 s]
/proc/loadavg: 4.28 4.13 3.36 5/256 88256
/proc/meminfo: memFree=94320220/131524600 swapFree=131071996/131071996
[pid=88169] ppid=88166 vsize=1160580 memory=953144 CPUtime=221.76 cores=5,7
/proc/88169/stat : 88169 (pbscip) R 88166 88169 87295 0 -1 4194304 216698 0 0 0 22138 38 0 0 20 0 1 0 8428457 1188433920 238286 134679101440 4194304 18693293 140726451131280 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 51269632 140726451139587 140726451139686 140726451139686 140726451146702 0
/proc/88169/statm: 290145 238286 3649 3540 0 278402 0
Current children cumulated CPU time: 221.76 s
Current children cumulated vsize: 1160580 KiB
Current children cumulated memory: 953144 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 4.12 3.41 5/256 88267
/proc/meminfo: memFree=86620016/131524600 swapFree=131071996/131071996
[pid=88169] ppid=88166 vsize=1160584 memory=953144 CPUtime=281.59 cores=5,7
/proc/88169/stat : 88169 (pbscip) R 88166 88169 87295 0 -1 4194304 216712 0 0 0 28120 39 0 0 20 0 1 0 8428457 1188438016 238286 134679101440 4194304 18693293 140726451131280 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 51269632 140726451139587 140726451139686 140726451139686 140726451146702 0
/proc/88169/statm: 290146 238286 3649 3540 0 278403 0
Current children cumulated CPU time: 281.59 s
Current children cumulated vsize: 1160584 KiB
Current children cumulated memory: 953144 KiB

[startup+342.3 s]
/proc/loadavg: 4.17 4.13 3.46 5/256 88278
/proc/meminfo: memFree=82461824/131524600 swapFree=131071996/131071996
[pid=88169] ppid=88166 vsize=1160588 memory=953168 CPUtime=341.42 cores=5,7
/proc/88169/stat : 88169 (pbscip) R 88166 88169 87295 0 -1 4194304 216720 0 0 0 34102 40 0 0 20 0 1 0 8428457 1188442112 238292 134679101440 4194304 18693293 140726451131280 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 51269632 140726451139587 140726451139686 140726451139686 140726451146702 0
/proc/88169/statm: 290147 238292 3649 3540 0 278404 0
Current children cumulated CPU time: 341.42 s
Current children cumulated vsize: 1160588 KiB
Current children cumulated memory: 953168 KiB

[startup+402.3 s]
/proc/loadavg: 4.17 4.13 3.50 5/256 88335
/proc/meminfo: memFree=107801400/131524600 swapFree=131071996/131071996
[pid=88169] ppid=88166 vsize=1160592 memory=953168 CPUtime=401.25 cores=5,7
/proc/88169/stat : 88169 (pbscip) R 88166 88169 87295 0 -1 4194304 216733 0 0 0 40085 40 0 0 20 0 1 0 8428457 1188446208 238292 134679101440 4194304 18693293 140726451131280 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 51269632 140726451139587 140726451139686 140726451139686 140726451146702 0
/proc/88169/statm: 290148 238292 3649 3540 0 278405 0
Current children cumulated CPU time: 401.25 s
Current children cumulated vsize: 1160592 KiB
Current children cumulated memory: 953168 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.12 3.54 5/256 88345
/proc/meminfo: memFree=97308004/131524600 swapFree=131071996/131071996
[pid=88169] ppid=88166 vsize=1160596 memory=953168 CPUtime=461.09 cores=5,7
/proc/88169/stat : 88169 (pbscip) R 88166 88169 87295 0 -1 4194304 216744 0 0 0 46068 41 0 0 20 0 1 0 8428457 1188450304 238292 134679101440 4194304 18693293 140726451131280 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 51269632 140726451139587 140726451139686 140726451139686 140726451146702 0
/proc/88169/statm: 290149 238292 3649 3540 0 278406 0
Current children cumulated CPU time: 461.09 s

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

Current children cumulated memory: 985984 KiB

[startup+2922.3 s]
/proc/loadavg: 4.15 4.15 4.11 5/254 90292
/proc/meminfo: memFree=86949020/131524600 swapFree=131071996/131071996
[pid=88169] ppid=88166 vsize=1160660 memory=985984 CPUtime=2915.58 cores=5,7
/proc/88169/stat : 88169 (pbscip) R 88166 88169 87295 0 -1 4194304 218544 0 0 0 291498 60 0 0 20 0 1 0 8428457 1188515840 246496 134679101440 4194304 18693293 140726451131280 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 51269632 140726451139587 140726451139686 140726451139686 140726451146702 0
/proc/88169/statm: 290165 246496 3649 3540 0 278422 0
Current children cumulated CPU time: 2915.58 s
Current children cumulated vsize: 1160660 KiB
Current children cumulated memory: 985984 KiB

[startup+2982.3 s]
/proc/loadavg: 4.05 4.12 4.10 5/255 90303
/proc/meminfo: memFree=86863960/131524600 swapFree=131071996/131071996
[pid=88169] ppid=88166 vsize=1160660 memory=985984 CPUtime=2975.46 cores=5,7
/proc/88169/stat : 88169 (pbscip) R 88166 88169 87295 0 -1 4194304 218635 0 0 0 297486 60 0 0 20 0 1 0 8428457 1188515840 246496 134679101440 4194304 18693293 140726451131280 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 51269632 140726451139587 140726451139686 140726451139686 140726451146702 0
/proc/88169/statm: 290165 246496 3649 3540 0 278422 0
Current children cumulated CPU time: 2975.46 s
Current children cumulated vsize: 1160660 KiB
Current children cumulated memory: 985984 KiB

[startup+3042.3 s]
/proc/loadavg: 4.06 4.11 4.09 5/258 90318
/proc/meminfo: memFree=86862668/131524600 swapFree=131071996/131071996
[pid=88169] ppid=88166 vsize=1160664 memory=985988 CPUtime=3035.35 cores=5,7
/proc/88169/stat : 88169 (pbscip) R 88166 88169 87295 0 -1 4194304 218701 0 0 0 303475 60 0 0 20 0 1 0 8428457 1188519936 246497 134679101440 4194304 18693293 140726451131280 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 51269632 140726451139587 140726451139686 140726451139686 140726451146702 0
/proc/88169/statm: 290166 246497 3649 3540 0 278423 0
Current children cumulated CPU time: 3035.35 s
Current children cumulated vsize: 1160664 KiB
Current children cumulated memory: 985988 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/258 90329
/proc/meminfo: memFree=86861640/131524600 swapFree=131071996/131071996
[pid=88169] ppid=88166 vsize=1160664 memory=985988 CPUtime=3095.24 cores=5,7
/proc/88169/stat : 88169 (pbscip) R 88166 88169 87295 0 -1 4194304 218795 0 0 0 309464 60 0 0 20 0 1 0 8428457 1188519936 246497 134679101440 4194304 18693293 140726451131280 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 51269632 140726451139587 140726451139686 140726451139686 140726451146702 0
/proc/88169/statm: 290166 246497 3649 3540 0 278423 0
Current children cumulated CPU time: 3095.24 s
Current children cumulated vsize: 1160664 KiB
Current children cumulated memory: 985988 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/258 90339
/proc/meminfo: memFree=86764876/131524600 swapFree=131071996/131071996
[pid=88169] ppid=88166 vsize=1160664 memory=985988 CPUtime=3155.12 cores=5,7
/proc/88169/stat : 88169 (pbscip) R 88166 88169 87295 0 -1 4194304 218887 0 0 0 315452 60 0 0 20 0 1 0 8428457 1188519936 246497 134679101440 4194304 18693293 140726451131280 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 51269632 140726451139587 140726451139686 140726451139686 140726451146702 0
/proc/88169/statm: 290166 246497 3649 3540 0 278423 0
Current children cumulated CPU time: 3155.12 s
Current children cumulated vsize: 1160664 KiB
Current children cumulated memory: 985988 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/258 90351
/proc/meminfo: memFree=86681220/131524600 swapFree=131071996/131071996
[pid=88169] ppid=88166 vsize=1160664 memory=985988 CPUtime=3215.01 cores=5,7
/proc/88169/stat : 88169 (pbscip) R 88166 88169 87295 0 -1 4194304 218954 0 0 0 321441 60 0 0 20 0 1 0 8428457 1188519936 246497 134679101440 4194304 18693293 140726451131280 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 51269632 140726451139587 140726451139686 140726451139686 140726451146702 0
/proc/88169/statm: 290166 246497 3649 3540 0 278423 0
Current children cumulated CPU time: 3215.01 s
Current children cumulated vsize: 1160664 KiB
Current children cumulated memory: 985988 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/258 90365
/proc/meminfo: memFree=86670588/131524600 swapFree=131071996/131071996
[pid=88169] ppid=88166 vsize=1160668 memory=985992 CPUtime=3274.9 cores=5,7
/proc/88169/stat : 88169 (pbscip) R 88166 88169 87295 0 -1 4194304 219052 0 0 0 327430 60 0 0 20 0 1 0 8428457 1188524032 246498 134679101440 4194304 18693293 140726451131280 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 51269632 140726451139587 140726451139686 140726451139686 140726451146702 0
/proc/88169/statm: 290167 246498 3649 3540 0 278424 0
Current children cumulated CPU time: 3274.9 s
Current children cumulated vsize: 1160668 KiB
Current children cumulated memory: 985992 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/258 90376
/proc/meminfo: memFree=86664312/131524600 swapFree=131071996/131071996
[pid=88169] ppid=88166 vsize=1160668 memory=985992 CPUtime=3334.78 cores=5,7
/proc/88169/stat : 88169 (pbscip) R 88166 88169 87295 0 -1 4194304 219145 0 0 0 333418 60 0 0 20 0 1 0 8428457 1188524032 246498 134679101440 4194304 18693293 140726451131280 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 51269632 140726451139587 140726451139686 140726451139686 140726451146702 0
/proc/88169/statm: 290167 246498 3649 3540 0 278424 0
Current children cumulated CPU time: 3334.78 s
Current children cumulated vsize: 1160668 KiB
Current children cumulated memory: 985992 KiB

[startup+3402.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/255 90386
/proc/meminfo: memFree=86628440/131524600 swapFree=131071996/131071996
[pid=88169] ppid=88166 vsize=1160668 memory=985992 CPUtime=3394.67 cores=5,7
/proc/88169/stat : 88169 (pbscip) R 88166 88169 87295 0 -1 4194304 219214 0 0 0 339407 60 0 0 20 0 1 0 8428457 1188524032 246498 134679101440 4194304 18693293 140726451131280 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 51269632 140726451139587 140726451139686 140726451139686 140726451146702 0
/proc/88169/statm: 290167 246498 3649 3540 0 278424 0
Current children cumulated CPU time: 3394.67 s
Current children cumulated vsize: 1160668 KiB
Current children cumulated memory: 985992 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/255 90396
/proc/meminfo: memFree=86615372/131524600 swapFree=131071996/131071996
[pid=88169] ppid=88166 vsize=1160668 memory=985992 CPUtime=3454.56 cores=5,7
/proc/88169/stat : 88169 (pbscip) R 88166 88169 87295 0 -1 4194304 219312 0 0 0 345396 60 0 0 20 0 1 0 8428457 1188524032 246498 134679101440 4194304 18693293 140726451131280 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 51269632 140726451139587 140726451139686 140726451139686 140726451146702 0
/proc/88169/statm: 290167 246498 3649 3540 0 278424 0
Current children cumulated CPU time: 3454.56 s
Current children cumulated vsize: 1160668 KiB
Current children cumulated memory: 985992 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/255 90454
/proc/meminfo: memFree=87057888/131524600 swapFree=131071996/131071996
[pid=88169] ppid=88166 vsize=1160672 memory=985996 CPUtime=3514.44 cores=5,7
/proc/88169/stat : 88169 (pbscip) R 88166 88169 87295 0 -1 4194304 219409 0 0 0 351384 60 0 0 20 0 1 0 8428457 1188528128 246499 134679101440 4194304 18693293 140726451131280 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 51269632 140726451139587 140726451139686 140726451139686 140726451146702 0
/proc/88169/statm: 290168 246499 3649 3540 0 278425 0
Current children cumulated CPU time: 3514.44 s
Current children cumulated vsize: 1160672 KiB
Current children cumulated memory: 985996 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/254 90465
/proc/meminfo: memFree=86845472/131524600 swapFree=131071996/131071996
[pid=88169] ppid=88166 vsize=1160672 memory=985996 CPUtime=3574.29 cores=5,7
/proc/88169/stat : 88169 (pbscip) R 88166 88169 87295 0 -1 4194304 219478 0 0 0 357369 60 0 0 20 0 1 0 8428457 1188528128 246499 134679101440 4194304 18693293 140726451131280 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 51269632 140726451139587 140726451139686 140726451139686 140726451146702 0
/proc/88169/statm: 290168 246499 3649 3540 0 278425 0
Current children cumulated CPU time: 3574.29 s
Current children cumulated vsize: 1160672 KiB
Current children cumulated memory: 985996 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.11 s]
/proc/loadavg: 4.29 4.13 4.10 5/255 90470
/proc/meminfo: memFree=86839136/131524600 swapFree=131071996/131071996
[pid=88169] ppid=88166 vsize=1160672 memory=985996 CPUtime=3600.04 cores=5,7
/proc/88169/stat : 88169 (pbscip) R 88166 88169 87295 0 -1 4194304 219516 0 0 0 359944 60 0 0 20 0 1 0 8428457 1188528128 246499 134679101440 4194304 18693293 140726451131280 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 51269632 140726451139587 140726451139686 140726451139686 140726451146702 0
/proc/88169/statm: 290168 246499 3649 3540 0 278425 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 1160672 KiB
Current children cumulated memory: 985996 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.44 s, system=0.610351 s

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

[startup+3608.11 s]
/proc/loadavg: 4.29 4.13 4.10 5/255 90470
/proc/meminfo: memFree=86839136/131524600 swapFree=131071996/131071996
[pid=88169] ppid=88166 vsize=1160672 memory=985996 CPUtime=3600.04 cores=5,7
/proc/88169/stat : 88169 (pbscip) R 88166 88169 87295 0 -1 4194304 219516 0 0 0 359944 60 0 0 20 0 1 0 8428457 1188528128 246499 134679101440 4194304 18693293 140726451131280 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 51269632 140726451139587 140726451139686 140726451139686 140726451146702 0
/proc/88169/statm: 290168 246499 3649 3540 0 278425 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 1160672 KiB
Current children cumulated memory: 985996 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3608.11
CPU time (s): 3600.05
CPU user time (s): 3599.44
CPU system time (s): 0.610351
CPU usage (%): 99.7766
Max. virtual memory (cumulated for all children) (KiB): 1160672
Max. memory (cumulated for all children) (KiB): 985996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.44
system time used= 0.610351
maximum resident set size= 985996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 219516
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= 13
involuntary context switches= 1075


# summary of solver processes directly reported to runsolver:
#   pid: 88169
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3599.44
#   total CPU system time (s): 0.610351

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.64132 second user time and 16.1338 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-23 09:16:29
IDJOB=4456312
IDBENCH=143868
IDSOLVER=3038
FILE ID=nodeC031/4456312-1721718989
RUNJOBID= nodeC031-1721718373-87308
SLURM_JOB_ID= 7770400
Free space on /tmp= 890024 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen07_10000_30r_wcsp.wbo
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4456312-1721718989/watcher-4456312-1721718989 -o /tmp/evaluation-result-4456312-1721718989/solver-4456312-1721718989 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721718373-87308 --watchdog 3760  pbscip -f HOME/instance-4456312-1721718989.wbo -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 8c159ddcc7c8e6257617bd9db371f9a1
RANDOM SEED=919450130

nodeC031.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		: 3669.139
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	: 7000.44
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		: 3674.619
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	: 7007.12
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		: 3600.561
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	: 7000.44
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		: 3617.220
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	: 7007.12
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		: 3669.172
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	: 7000.44
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		: 3665.522
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	: 7007.12
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		: 3600.326
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	: 7000.44
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		: 3669.112
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	: 7007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        109626600 kB
MemAvailable:   128293964 kB
Buffers:          140228 kB
Cached:         19283716 kB
SwapCached:            0 kB
Active:           948408 kB
Inactive:       20249088 kB
Active(anon):       1536 kB
Inactive(anon):  1809760 kB
Active(file):     946872 kB
Inactive(file): 18439328 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             20092 kB
Writeback:            92 kB
AnonPages:       1767360 kB
Mapped:           134448 kB
Shmem:             37720 kB
KReclaimable:     241624 kB
Slab:             345292 kB
SReclaimable:     241624 kB
SUnreclaim:       103668 kB
KernelStack:        4108 kB
PageTables:        12892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2149340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18816 kB
HardwareCorrupted:     0 kB
AnonHugePages:    729088 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:      279252 kB
DirectMap2M:    23611392 kB
DirectMap1G:    112197632 kB

Free space on /tmp at the end= 889952 MiB
End job on nodeC031 at 2024-07-23 10:16:37