Trace number 4434729

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 NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 2024-07-02OPT2 4.33397 4.35496

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-10:20:4.5:0.95:98.opb
MD5SUMf3472af25f5f0fee0e9203b0329f534f
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.109237
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables906
Total number of constraints1039
Number of constraints which are clauses852
Number of constraints which are cardinality constraints (but not clauses)187
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint18
Number of terms in the objective function 906
Biggest coefficient in the objective function 553
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 2526
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 553
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2526
Number of bits of the biggest sum of numbers12
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 The following solver is parallelized by UG version 1.0.0 [GitHash: cdb00f34-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.0] [GitHash: 32d2b99657]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.0         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: bdec2291]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.2.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.02	c Default LC presolving (default).
0.00/0.02	c ** Before presolving: virtualMemUsedAtLc = 26099712, getVmSize() = 26099712, SCIPgetMemUsed() = 3624828, SCIPgetMemTotal() = 4456292, SCIPgetMemExternEstim() = 1781572
0.00/0.02	c ** set memory limit for presolving in LC to 8.79609e+12 for SCIP **
0.32/0.40	c ** Estimated virtualMemUsedAtSolver = 20007594, getVmSize() = 33923072, SCIPgetMemUsed() = 5611532, SCIPgetMemTotal() = 10941916, SCIPgetMemExternEstim() = 1781572
0.32/0.40	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
0.32/0.40	c Original Problem   :
0.32/0.40	c   Problem name     : instance-4434729-1721056062
0.32/0.40	c   Variables        : 906 (906 binary, 0 integer, 0 implicit integer, 0 continuous)
0.32/0.40	c   Constraints      : 1039
0.32/0.40	c   Objective sense  : minimize
0.32/0.40	c Presolved Problem  :
0.32/0.40	c   Variables        : 897 (897 binary, 0 integer, 0 implicit integer, 0 continuous)
0.32/0.40	c   Constraints      : 1030
0.32/0.40	c Constraints        : Number
0.32/0.40	c   knapsack         : 183 
0.32/0.40	c   setppc           : 847 
0.32/0.40	c ** Instance transfer method used: 0
0.32/0.41	c ** ParaScipInstance copy does not increase the number of variables. **
0.32/0.42	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.32/0.42	c                                Nodes    Active                                            
0.32/0.42	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.32/0.43	c *       0              0           1         1        1417.0000                -          -
0.32/0.43	c *       0              0           1         1        1391.0000                -          -
0.68/0.79	c *       1              0           1         1         106.0000                -          -
0.79/0.80	c *       1              0           1         1          47.0000                -          -
4.08/4.18	c *       4              0           1         1           2.0000                -          -
4.08/4.18	c         4              1           0         0           2.0000           2.0000      0.00%
4.27/4.35	c         4              1           0         0           2.0000           2.0000          -
4.27/4.35	c SCIP Status        : c problem is solved
4.27/4.35	c Total Time         : 4.3400
4.27/4.35	c   solving          : 4.3400
4.27/4.35	c   presolving       : 0.3793 (included in solving)
4.27/4.35	c B&B Tree           :
4.27/4.35	c   nodes (total)    : 1
4.27/4.35	c Solution           :
4.27/4.35	c   Solutions found  : 6
4.27/4.35	c   Primal Bound     : +2.00000000000000e+00
4.27/4.35	c   Dual Bound       : +2.00000000000000e+00
4.27/4.35	c Gap                : 0.00000 %
4.27/4.35	o 2
4.27/4.35	s OPTIMUM FOUND
4.27/4.35	v x1 x137 x244 x235 x733 x239 x232 -x632 x691 x62 -x140 -x233 x678 x50 -x631 x653 x677 x54 -x634 x640 x676 x47 x392 -x635 x639 -x897 
4.27/4.35	v -x48 x391 x638 x300 x393 x299 x377 x301 x256 -x285 x900 x906 x901 x248 x136 x243 x732 x59 -x141 x689 x61 -x139 x238 x690 
4.27/4.35	v x651 x686 -x736 x58 -x234 -x633 x652 x682 -x737 x618 x648 x53 x617 x644 -x674 -x896 x390 -x555 x616 -x675 -x49 x378 x636 -x774 
4.27/4.35	v -x898 -x253 x298 -x382 -x637 x903 -x255 x286 x376 x902 x290 x374 -x531 -x252 -x284 -x532 -x282 x528 x657 -x777 x247 x524 x659 
4.27/4.35	v -x778 x138 -x342 -x688 x60 -x142 x242 -x551 -x687 x734 x125 -x474 -x650 x739 x236 -x475 -x550 -x649 -x738 -x629 x685 -x57 
4.27/4.35	v x630 -x681 -x387 x556 x626 x647 -x51 -x389 -x554 x622 x643 -x295 -x254 -x297 x386 -x614 -x773 -x848 x899 -x530 -x615 x883 x294 
4.27/4.35	v -x381 -x529 -x775 x882 x229 -x780 x881 -x251 -x289 -x375 -x658 -x779 -x527 -x851 -x245 -x283 x523 -x852 x656 x135 x341 x477 
4.27/4.35	v x126 -x240 -x476 -x607 x735 -x130 -x628 x721 x124 -x237 x552 -x627 x720 -x122 -x346 x553 -x683 -x719 -x55 -x225 -x388 x557 -x679 
4.27/4.35	v -x710 x536 x610 x625 -x645 -x52 -x224 -x296 -x611 x621 -x641 -x823 x894 x385 -x847 x895 x230 -x713 x891 x228 x293 -x379 
4.27/4.35	v -x714 -x776 x849 -x887 -x279 x760 -x826 x854 -x249 -x287 x759 -x827 x853 -x879 -x525 x758 -x880 -x246 -x521 x753 x654 -x518 x99 
4.27/4.35	v -x433 x905 x343 x465 -x731 x134 -x178 -x241 x464 -x606 -x730 x347 -x463 x729 -x129 x345 -x608 x725 x549 x613 -x684 -x56 -x123 
4.27/4.35	v -x275 x537 x612 -x680 -x709 -x717 -x182 x541 x623 -x646 -x718 -x893 -x40 x226 -x274 x535 -x619 -x642 -x711 -x822 x892 x227 
4.27/4.35	v -x416 -x533 x716 x231 -x383 x715 x824 x210 -x280 -x771 x829 -x890 -x278 -x291 -x380 x514 x772 -x828 x850 -x886 -x43 -x458 x768 
4.27/4.35	v x834 -x44 -x95 -x250 -x288 x513 x764 -x798 -x833 -x371 -x526 -x832 -x94 -x522 x752 x756 -x324 x519 x757 -x517 x655 x754 x100 
4.27/4.35	v -x801 x98 x432 -x802 x344 x473 -x566 x133 -x177 x348 -x412 x469 x330 x546 -x728 -x127 -x411 -x461 x548 -x609 x724 -x183 -x462 
4.27/4.35	v x593 -x181 -x454 x545 x592 -x417 x591 -x624 -x39 -x276 -x367 -x415 -x453 x540 -x620 x712 x223 x277 x696 -x770 -x41 x211 
4.27/4.35	v x281 -x320 -x366 -x384 -x534 -x695 -x769 x825 -x46 -x204 x215 -x260 -x459 -x694 x809 x845 -x888 -x45 -x209 -x292 -x319 -x457 
4.27/4.35	v x808 x846 -x872 -x884 -x207 -x372 x767 -x807 x842 -x370 x515 x763 -x797 -x838 x325 x516 -x96 x323 -x429 x520 x799 -x830 x97 -x499 
4.27/4.35	v -x804 -x831 -x875 x101 x428 x755 -x803 -x876 x79 x434 x904 -x340 x472 x565 -x15 x131 -x179 x331 x468 -x547 -x667 x180 x335 
4.27/4.35	v -x604 -x726 -x128 -x184 -x200 x329 -x413 -x605 x722 -x164 -x327 -x414 -x570 x601 -x115 -x199 -x418 -x544 -x597 -x18 -x220 
4.27/4.35	v x397 x707 -x19 x222 -x455 -x538 -x589 x708 -x158 -x205 -x273 x456 -x590 x704 -x820 -x844 x42 -x203 x219 x261 -x368 -x460 -x700 
4.27/4.35	v -x821 -x843 x26 -x118 -x265 x369 x439 -x817 -x889 -x25 -x119 -x214 -x259 -x321 x373 -x692 x813 -x871 -x885 -x24 -x257 x322 
4.27/4.35	v -x352 -x493 -x693 -x765 -x841 -x208 x326 -x761 -x805 -x837 -x873 x305 x512 -x806 -x878 x500 x800 -x877 x93 -x504 x750 x784 x81 
4.27/4.35	v x430 -x498 x751 -x783 x85 x431 -x496 x747 -x781 x80 x435 x743 -x470 x567 -x603 -x14 -x132 x154 x339 -x466 -x602 -x666 x176 
4.27/4.35	v -x571 -x727 x16 x153 x165 -x334 -x569 -x723 x21 -x169 x410 -x600 -x670 -x706 x20 -x114 -x163 x201 -x221 -x328 x398 -x489 -x542 
4.27/4.35	v -x596 -x671 -x705 -x159 -x161 x202 -x270 x402 -x819 -x116 -x157 x206 -x272 -x396 -x488 -x539 -x582 -x818 x37 x121 -x188 -x394 
4.27/4.35	v -x452 x703 x38 -x72 -x120 -x218 -x269 x440 -x699 x34 -x365 -x444 x494 -x816 -x30 -x212 -x264 x353 x438 -x492 x812 x318 -x357 
4.27/4.35	v x436 -x509 -x585 -x766 -x839 -x22 -x258 x306 -x351 x511 -x586 -x762 -x835 -x874 -x23 -x75 -x90 x310 -x349 -x749 x795 x859 
4.27/4.35	v -x76 -x92 x304 -x508 -x748 x796 x858 -x302 x792 -x857 x89 -x503 -x788 x427 x746 x84 x423 -x497 x742 -x782 x175 -x471 x568 x174 
4.27/4.35	v x338 -x467 x572 -x668 -x407 x561 x673 x17 x155 x173 -x332 -x409 -x672 x6 x156 -x598 x5 -x160 -x168 -x271 x406 -x543 -x594 x4 
4.27/4.35	v -x36 x146 -x198 -x449 x35 -x117 -x162 x189 x401 -x451 -x490 -x581 x106 -x192 -x362 x491 -x701 -x71 x105 -x187 -x216 -x268 -x364 
4.27/4.35	v -x395 x448 x495 -x583 -x697 -x33 -x104 -x185 -x315 -x481 x588 -x814 -x29 x73 -x213 -x262 -x317 x361 -x443 -x510 x587 -x810 
4.27/4.35	v x78 -x794 -x840 x869 -x77 -x91 x314 -x356 -x437 x793 -x836 x870 x866 x309 -x350 -x507 x863 -x424 x791 x88 -x303 x426 -x501 
4.27/4.35	v -x787 -x855 x744 -x856 x82 x422 x740 -x11 -x171 x337 x564 x665 -x10 -x150 x336 -x408 x562 x669 -x12 x149 -x170 -x404 x563 x664 
4.27/4.35	v x13 x151 -x172 -x196 -x333 -x560 x663 x9 -x111 x152 -x195 -x403 -x558 -x599 x662 x7 -x110 x147 -x166 -x197 -x405 -x450 -x485 
4.27/4.35	v -x559 -x595 x660 -x8 -x112 x148 x194 -x446 -x484 -x580 -x661 -x2 x113 -x145 -x167 x193 -x363 x399 -x486 -x579 -x3 -x32 -x70 
4.27/4.35	v x109 -x143 -x267 -x359 -x445 x487 x578 -x702 -x69 x107 -x144 -x190 -x217 -x266 -x316 -x400 -x447 x482 -x584 -x698 -x31 -x68 
4.27/4.35	v -x108 -x191 -x312 x358 x483 x577 -x815 -x868 -x27 x74 -x102 -x186 -x263 x360 -x441 -x480 -x576 -x811 -x867 x67 -x103 x311 -x478 
4.27/4.35	v -x575 x865 -x28 -x66 x313 -x354 -x442 -x479 -x573 -x65 -x506 -x574 x790 x864 -x63 x307 -x355 -x425 -x505 x862 -x64 -x87 -x420 
4.27/4.35	v x789 -x86 x308 -x502 -x785 x860 x419 -x745 x861 x83 x421 x741 -x786 

Verifier Data

OK	2

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: 64059 MiB (62414 MiB free)
  memory of node 1: 64510 MiB (63358 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434729-1721056062/watcher-4434729-1721056062 -o /tmp/evaluation-result-4434729-1721056062/solver-4434729-1721056062 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721056075-800075 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4434729-1721056062.opb -qsol -t 3600 -sth 1 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Current StackSize limit: 8192 KiB

solver pid=800132, runsolver pid=800120

[startup+0.100213 s]*
/proc/loadavg: 1.37 2.41 2.89 9/246 800139
/proc/meminfo: memFree=128743492/131655788 swapFree=131071996/131071996
[pid=800132] ppid=800120 vsize=30264 memory=20180 CPUtime=0.1 cores=5,7
/proc/800132/stat : 800132 (fscip) R 800120 800132 795049 0 -1 4194304 2584 0 0 0 9 1 0 0 20 0 1 0 157762933 30990336 5045 134679101440 4194304 16613245 140730328695952 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 55656448 140730328704021 140730328704137 140730328704137 140730328711152 0
/proc/800132/statm: 7566 5045 2750 3032 0 3966 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 30264 KiB
Current children cumulated memory: 20180 KiB

[startup+0.215969 s]*
/proc/loadavg: 1.37 2.41 2.89 7/248 800141
/proc/meminfo: memFree=128706600/131655788 swapFree=131071996/131071996
[pid=800132] ppid=800120 vsize=30532 memory=20708 CPUtime=0.22 cores=5,7
/proc/800132/stat : 800132 (fscip) R 800120 800132 795049 0 -1 4194304 2673 0 0 0 21 1 0 0 20 0 1 0 157762933 31264768 5177 134679101440 4194304 16613245 140730328695952 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 55656448 140730328704021 140730328704137 140730328704137 140730328711152 0
/proc/800132/statm: 7633 5177 2750 3032 0 4033 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 30532 KiB
Current children cumulated memory: 20708 KiB

[startup+0.315268 s]*
/proc/loadavg: 1.37 2.41 2.89 7/249 800142
/proc/meminfo: memFree=128688136/131655788 swapFree=131071996/131071996
[pid=800132] ppid=800120 vsize=30672 memory=20708 CPUtime=0.32 cores=5,7
/proc/800132/stat : 800132 (fscip) R 800120 800132 795049 0 -1 4194304 2686 0 0 0 31 1 0 0 20 0 1 0 157762933 31408128 5177 134679101440 4194304 16613245 140730328695952 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 55656448 140730328704021 140730328704137 140730328704137 140730328711152 0
/proc/800132/statm: 7668 5177 2750 3032 0 4068 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 30672 KiB
Current children cumulated memory: 20708 KiB

[startup+0.700393 s]
/proc/loadavg: 1.37 2.41 2.89 6/252 800145
/proc/meminfo: memFree=128653732/131655788 swapFree=131071996/131071996
[pid=800132] ppid=800120 vsize=119500 memory=33552 CPUtime=0.68 cores=5,7
/proc/800132/stat : 800132 (fscip) S 800120 800132 795049 0 -1 1077936128 5886 0 0 0 67 1 0 0 20 0 3 0 157762933 122368000 8388 134679101440 4194304 16613245 140730328695952 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 55656448 140730328704021 140730328704137 140730328704137 140730328711152 0
/proc/800132/statm: 29875 8388 2798 3032 0 12047 0
[pid=800132/tid=800144] ppid=800120 vsize=119500 memory=26520 CPUtime=0.28 cores=5,7
/proc/800132/task/800144/stat : 800144 (fscip) R 800120 800132 795049 0 -1 4194368 2357 0 0 0 28 0 0 0 20 0 3 0 157762973 122368000 8388 134679101440 4194304 16613245 140730328695952 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 55656448 140730328704021 140730328704137 140730328704137 140730328711152 0
[pid=800132/tid=800145] ppid=800120 vsize=119500 memory=0 CPUtime=0 cores=5,7
/proc/800132/task/800145/stat : 800145 (fscip) S 800120 800132 795049 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 157762976 122368000 8388 134679101440 4194304 16613245 140730328695952 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 55656448 140730328704021 140730328704137 140730328704137 140730328711152 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 119500 KiB
Current children cumulated memory: 33552 KiB

[startup+1.50033 s]
/proc/loadavg: 1.37 2.41 2.89 8/252 800145
/proc/meminfo: memFree=128621880/131655788 swapFree=131071996/131071996
[pid=800132] ppid=800120 vsize=120528 memory=55192 CPUtime=1.48 cores=5,7
/proc/800132/stat : 800132 (fscip) S 800120 800132 795049 0 -1 1077936128 13338 0 0 0 145 3 0 0 20 0 3 0 157762933 123420672 13798 134679101440 4194304 16613245 140730328695952 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 55656448 140730328704021 140730328704137 140730328704137 140730328711152 0
/proc/800132/statm: 30132 13798 2910 3032 0 17437 0
[pid=800132/tid=800144] ppid=800120 vsize=120528 memory=0 CPUtime=1.07 cores=5,7
/proc/800132/task/800144/stat : 800144 (fscip) R 800120 800132 795049 0 -1 4194368 9803 0 0 0 106 1 0 0 20 0 3 0 157762973 123420672 13798 134679101440 4194304 16613245 140730328695952 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 55656448 140730328704021 140730328704137 140730328704137 140730328711152 0
[pid=800132/tid=800145] ppid=800120 vsize=120528 memory=26520 CPUtime=0 cores=5,7
/proc/800132/task/800145/stat : 800145 (fscip) S 800120 800132 795049 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 3 0 157762976 123420672 13798 134679101440 4194304 16613245 140730328695952 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 55656448 140730328704021 140730328704137 140730328704137 140730328711152 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 120528 KiB
Current children cumulated memory: 55192 KiB

[startup+3.11319 s]
/proc/loadavg: 1.58 2.43 2.90 7/254 800195
/proc/meminfo: memFree=128334344/131655788 swapFree=131071996/131071996
[pid=800132] ppid=800120 vsize=180748 memory=137408 CPUtime=3.09 cores=5,7
/proc/800132/stat : 800132 (fscip) S 800120 800132 795049 0 -1 1077936128 37182 0 0 0 302 7 0 0 20 0 3 0 157762933 185085952 34352 134679101440 4194304 16613245 140730328695952 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 55656448 140730328704021 140730328704137 140730328704137 140730328711152 0
/proc/800132/statm: 45187 34352 2910 3032 0 38549 0
[pid=800132/tid=800144] ppid=800120 vsize=180748 memory=11408 CPUtime=2.68 cores=5,7
/proc/800132/task/800144/stat : 800144 (fscip) R 800120 800132 795049 0 -1 4194368 33647 0 0 0 262 6 0 0 20 0 3 0 157762973 185085952 34352 134679101440 4194304 16613245 140730328695952 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 55656448 140730328704021 140730328704137 140730328704137 140730328711152 0
[pid=800132/tid=800145] ppid=800120 vsize=180748 memory=0 CPUtime=0 cores=5,7
/proc/800132/task/800145/stat : 800145 (fscip) S 800120 800132 795049 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 3 0 157762976 185085952 34352 134679101440 4194304 16613245 140730328695952 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 55656448 140730328704021 140730328704137 140730328704137 140730328711152 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 180748 KiB
Current children cumulated memory: 137408 KiB

[startup+4.3549 s]
# the end of solver process 800132 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=4.21957 s, system=0.114409 s

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

[startup+3.20045 s]
/proc/loadavg: 1.58 2.43 2.90 7/254 800195
/proc/meminfo: memFree=128334344/131655788 swapFree=131071996/131071996
[pid=800132] ppid=800120 vsize=181772 memory=146648 CPUtime=3.18 cores=5,7
/proc/800132/stat : 800132 (fscip) S 800120 800132 795049 0 -1 1077936128 39540 0 0 0 310 8 0 0 20 0 3 0 157762933 186134528 36662 134679101440 4194304 16613245 140730328695952 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 55656448 140730328704021 140730328704137 140730328704137 140730328711152 0
/proc/800132/statm: 45443 36662 2910 3032 0 40955 0
[pid=800132/tid=800144] ppid=800120 vsize=181772 memory=36492 CPUtime=2.76 cores=5,7
/proc/800132/task/800144/stat : 800144 (fscip) R 800120 800132 795049 0 -1 4194368 36006 0 0 0 270 6 0 0 20 0 3 0 157762973 186134528 36662 134679101440 4194304 16613245 140730328695952 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 55656448 140730328704021 140730328704137 140730328704137 140730328711152 0
[pid=800132/tid=800145] ppid=800120 vsize=181772 memory=0 CPUtime=0 cores=5,7
/proc/800132/task/800145/stat : 800145 (fscip) S 800120 800132 795049 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 3 0 157762976 186134528 36662 134679101440 4194304 16613245 140730328695952 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 55656448 140730328704021 140730328704137 140730328704137 140730328711152 0
Current children cumulated CPU time: 3.18 s
Current children cumulated vsize: 181772 KiB
Current children cumulated memory: 146648 KiB

[startup+4.00029 s]*
/proc/loadavg: 1.58 2.43 2.90 6/252 800241
/proc/meminfo: memFree=128306084/131655788 swapFree=131071996/131071996
[pid=800132] ppid=800120 vsize=253452 memory=182868 CPUtime=3.98 cores=5,7
/proc/800132/stat : 800132 (fscip) S 800120 800132 795049 0 -1 1077936128 48636 0 0 0 388 10 0 0 20 0 3 0 157762933 259534848 45717 134679101440 4194304 16613245 140730328695952 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 55656448 140730328704021 140730328704137 140730328704137 140730328711152 0
/proc/800132/statm: 63363 45717 2910 3032 0 50189 0
[pid=800132/tid=800144] ppid=800120 vsize=253452 memory=-8672358847372174012 CPUtime=3.57 cores=5,7
/proc/800132/task/800144/stat : 800144 (fscip) R 800120 800132 795049 0 -1 4194368 45101 0 0 0 349 8 0 0 20 0 3 0 157762973 259534848 45717 134679101440 4194304 16613245 140730328695952 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 55656448 140730328704021 140730328704137 140730328704137 140730328711152 0
[pid=800132/tid=800145] ppid=800120 vsize=253452 memory=-6231117704554443968 CPUtime=0 cores=5,7
/proc/800132/task/800145/stat : 800145 (fscip) S 800120 800132 795049 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 3 0 157762976 259534848 45717 134679101440 4194304 16613245 140730328695952 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 55656448 140730328704021 140730328704137 140730328704137 140730328711152 0
Current children cumulated CPU time: 3.98 s
Current children cumulated vsize: 253452 KiB
Current children cumulated memory: 182868 KiB

[startup+4.20029 s]
/proc/loadavg: 1.58 2.43 2.90 6/252 800241
/proc/meminfo: memFree=128306084/131655788 swapFree=131071996/131071996
[pid=800132] ppid=800120 vsize=253452 memory=183260 CPUtime=4.17 cores=5,7
/proc/800132/stat : 800132 (fscip) S 800120 800132 795049 0 -1 1077936128 49037 0 0 0 407 10 0 0 20 0 3 0 157762933 259534848 45815 134679101440 4194304 16613245 140730328695952 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 55656448 140730328704021 140730328704137 140730328704137 140730328711152 0
/proc/800132/statm: 63363 45815 2958 3032 0 50189 0
[pid=800132/tid=800144] ppid=800120 vsize=253452 memory=3054156605335692660 CPUtime=3.76 cores=5,7
/proc/800132/task/800144/stat : 800144 (fscip) R 800120 800132 795049 0 -1 4194368 45268 0 0 0 368 8 0 0 20 0 3 0 157762973 259534848 45815 134679101440 4194304 16613245 140730328695952 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 55656448 140730328704021 140730328704137 140730328704137 140730328711152 0
[pid=800132/tid=800145] ppid=800120 vsize=253452 memory=-9102464732645137781 CPUtime=0 cores=5,7
/proc/800132/task/800145/stat : 800145 (fscip) S 800120 800132 795049 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 3 0 157762976 259534848 45815 134679101440 4194304 16613245 140730328695952 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 55656448 140730328704021 140730328704137 140730328704137 140730328711152 0
Current children cumulated CPU time: 4.17 s
Current children cumulated vsize: 253452 KiB
Current children cumulated memory: 183260 KiB

[startup+4.30029 s]
/proc/loadavg: 1.58 2.43 2.90 6/252 800241
/proc/meminfo: memFree=128306084/131655788 swapFree=131071996/131071996
[pid=800132] ppid=800120 vsize=252428 memory=182236 CPUtime=4.27 cores=5,7
/proc/800132/stat : 800132 (fscip) S 800120 800132 795049 0 -1 1077936128 49066 0 0 0 417 10 0 0 20 0 3 0 157762933 258486272 45559 134679101440 4194304 16613245 140730328695952 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 55656448 140730328704021 140730328704137 140730328704137 140730328711152 0
/proc/800132/statm: 63107 45559 2958 3032 0 49933 0
[pid=800132/tid=800144] ppid=800120 vsize=252428 memory=0 CPUtime=3.86 cores=5,7
/proc/800132/task/800144/stat : 800144 (fscip) R 800120 800132 795049 0 -1 4194368 45297 0 0 0 378 8 0 0 20 0 3 0 157762973 258486272 45559 134679101440 4194304 16613245 140730328695952 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 55656448 140730328704021 140730328704137 140730328704137 140730328711152 0
[pid=800132/tid=800145] ppid=800120 vsize=252428 memory=158716 CPUtime=0 cores=5,7
/proc/800132/task/800145/stat : 800145 (fscip) S 800120 800132 795049 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 3 0 157762976 258486272 45559 134679101440 4194304 16613245 140730328695952 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 55656448 140730328704021 140730328704137 140730328704137 140730328711152 0
Current children cumulated CPU time: 4.27 s
Current children cumulated vsize: 252428 KiB
Current children cumulated memory: 182236 KiB

Child status: 0

Real time (s): 4.35496
CPU time (s): 4.33397
CPU user time (s): 4.21957
CPU system time (s): 0.114409
CPU usage (%): 99.5182
Max. virtual memory (cumulated for all children) (KiB): 253452
Max. memory (cumulated for all children) (KiB): 183260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.21957
system time used= 0.114409
maximum resident set size= 183260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51543
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= 18
involuntary context switches= 8


# summary of solver processes directly reported to runsolver:
#   pid: 800132
#   total CPU time (s): 4.33397
#   total CPU user time (s): 4.21957
#   total CPU system time (s): 0.114409

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.055536 second user time and 0.110999 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-15 17:07:55
IDJOB=4434729
IDBENCH=146658
IDSOLVER=3064
FILE ID=nodeC007/4434729-1721056062
RUNJOBID= nodeC007-1721056075-800075
SLURM_JOB_ID= 7505467
Free space on /tmp= 723784 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-10:20:4.5:0.95:98.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434729-1721056062/watcher-4434729-1721056062 -o /tmp/evaluation-result-4434729-1721056062/solver-4434729-1721056062 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721056075-800075 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4434729-1721056062.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= f3472af25f5f0fee0e9203b0329f534f
RANDOM SEED=126758037

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		: 1271.950
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.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.134
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.30
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.134
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.25
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.132
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.30
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		: 1197.135
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.25
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		: 1190.479
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.30
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		: 1198.669
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.25
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		: 1202.321
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        128793172 kB
MemAvailable:   129945388 kB
Buffers:          367724 kB
Cached:          1617200 kB
SwapCached:            0 kB
Active:           611576 kB
Inactive:        1709096 kB
Active(anon):       1348 kB
Inactive(anon):   372104 kB
Active(file):     610228 kB
Inactive(file):  1336992 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            113468 kB
Writeback:            12 kB
AnonPages:        335720 kB
Mapped:           103200 kB
Shmem:             37704 kB
KReclaimable:      90052 kB
Slab:             185624 kB
SReclaimable:      90052 kB
SUnreclaim:        95572 kB
KernelStack:        3664 kB
PageTables:         9332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     741484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51136 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 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:      248648 kB
DirectMap2M:    22724608 kB
DirectMap1G:    113246208 kB

Free space on /tmp at the end= 723668 MiB
End job on nodeC007 at 2024-07-15 17:08:00