Trace number 4426882

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
FiberSCIP 2024-07-02? (TO) 3600.18 3606.31

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/graphs/
normalized-graph07_wcsp.wbo
MD5SUM9031472e82cc640e2367b3bed0c7412c
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark7358
Best CPU time to get the best result obtained on this benchmark3600.48
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5160
Total number of constraints512485
Number of soft constraints512344
Number of constraints which are clauses512344
Number of constraints which are cardinality constraints (but not clauses)141
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 463736
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 146536849
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
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)
4.67/4.71	c Default LC presolving (default).
4.67/4.71	c ** Before presolving: virtualMemUsedAtLc = 3212150540, getVmSize() = 1909071872, SCIPgetMemUsed() = 1755897180, SCIPgetMemTotal() = 1793488596, SCIPgetMemExternEstim() = 1418661944
4.67/4.71	c ** set memory limit for presolving in LC to 8.79513e+12 for SCIP **

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4426882-1720909031/watcher-4426882-1720909031 -o /tmp/evaluation-result-4426882-1720909031/solver-4426882-1720909031 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1720905417-719768 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4426882-1720909031.wbo -qsol -t 3600 -sth 1 

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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=723395, runsolver pid=723392
Current StackSize limit: 8192 KiB


[startup+0.100109 s]*
/proc/loadavg: 4.17 4.18 4.10 5/247 723396
/proc/meminfo: memFree=127448656/131655788 swapFree=131071996/131071996
[pid=723395] ppid=723392 vsize=49648 memory=37760 CPUtime=0.1 cores=5,7
/proc/723395/stat : 723395 (fscip) R 723392 723395 717368 0 -1 4194304 7387 0 0 0 9 1 0 0 20 0 1 0 143062404 50839552 9440 134679101440 4194304 16613245 140736341845184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42889216 140736341853153 140736341853269 140736341853269 140736341860336 0
/proc/723395/statm: 12412 9440 2318 3032 0 8812 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 49648 KiB
Current children cumulated memory: 37760 KiB

[startup+0.212809 s]*
/proc/loadavg: 4.17 4.18 4.10 5/247 723396
/proc/meminfo: memFree=127428664/131655788 swapFree=131071996/131071996
[pid=723395] ppid=723392 vsize=68000 memory=56316 CPUtime=0.22 cores=5,7
/proc/723395/stat : 723395 (fscip) R 723392 723395 717368 0 -1 4194304 12024 0 0 0 19 3 0 0 20 0 1 0 143062404 69632000 14079 134679101440 4194304 16613245 140736341845184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42889216 140736341853153 140736341853269 140736341853269 140736341860336 0
/proc/723395/statm: 17000 14079 2318 3032 0 13400 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 68000 KiB
Current children cumulated memory: 56316 KiB

[startup+0.312601 s]*
/proc/loadavg: 4.17 4.18 4.10 5/247 723396
/proc/meminfo: memFree=127412052/131655788 swapFree=131071996/131071996
[pid=723395] ppid=723392 vsize=84744 memory=73200 CPUtime=0.32 cores=5,7
/proc/723395/stat : 723395 (fscip) R 723392 723395 717368 0 -1 4194304 16200 0 0 0 27 5 0 0 20 0 1 0 143062404 86777856 18300 134679101440 4194304 16613245 140736341845184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42889216 140736341853153 140736341853269 140736341853269 140736341860336 0
/proc/723395/statm: 21186 18300 2318 3032 0 17586 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 84744 KiB
Current children cumulated memory: 73200 KiB

[startup+0.700369 s]
/proc/loadavg: 4.17 4.18 4.10 5/247 723396
/proc/meminfo: memFree=127379008/131655788 swapFree=131071996/131071996
[pid=723395] ppid=723392 vsize=155760 memory=144096 CPUtime=0.69 cores=5,7
/proc/723395/stat : 723395 (fscip) R 723392 723395 717368 0 -1 4194304 33908 0 0 0 60 9 0 0 20 0 1 0 143062404 159498240 36024 134679101440 4194304 16613245 140736341845184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42889216 140736341853153 140736341853269 140736341853269 140736341860336 0
/proc/723395/statm: 38940 36024 2318 3032 0 35340 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 155760 KiB
Current children cumulated memory: 144096 KiB

[startup+1.50034 s]
/proc/loadavg: 4.17 4.18 4.10 5/247 723396
/proc/meminfo: memFree=127268036/131655788 swapFree=131071996/131071996
[pid=723395] ppid=723392 vsize=360308 memory=348600 CPUtime=1.48 cores=5,7
/proc/723395/stat : 723395 (fscip) R 723392 723395 717368 0 -1 4194304 84518 0 0 0 130 18 0 0 20 0 1 0 143062404 368955392 87084 134679101440 4194304 16613245 140736341845184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42889216 140736341853153 140736341853269 140736341853269 140736341860336 0
/proc/723395/statm: 90302 87084 2318 3032 0 86702 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 360308 KiB
Current children cumulated memory: 348600 KiB

[startup+3.11346 s]
/proc/loadavg: 4.16 4.18 4.10 5/247 723396
/proc/meminfo: memFree=126522580/131655788 swapFree=131071996/131071996
[pid=723395] ppid=723392 vsize=1071708 memory=1056592 CPUtime=3.1 cores=5,7
/proc/723395/stat : 723395 (fscip) R 723392 723395 717368 0 -1 4194304 255260 0 0 0 265 45 0 0 20 0 1 0 143062404 1097428992 264148 134679101440 4194304 16613245 140736341845184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42889216 140736341853153 140736341853269 140736341853269 140736341860336 0
/proc/723395/statm: 267927 264148 2558 3032 0 264327 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 1071708 KiB
Current children cumulated memory: 1056592 KiB

[startup+6.30033 s]
/proc/loadavg: 4.16 4.18 4.10 5/247 723396
/proc/meminfo: memFree=125057584/131655788 swapFree=131071996/131071996
[pid=723395] ppid=723392 vsize=2571292 memory=2536520 CPUtime=6.27 cores=5,7
/proc/723395/stat : 723395 (fscip) R 723392 723395 717368 0 -1 4194304 586360 0 0 0 534 93 0 0 20 0 1 0 143062404 2633003008 634130 134679101440 4194304 16613245 140736341845184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42889216 140736341853153 140736341853269 140736341853269 140736341860336 0
/proc/723395/statm: 642823 634130 2590 3032 0 639223 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2571292 KiB
Current children cumulated memory: 2536520 KiB

[startup+12.7003 s]
/proc/loadavg: 4.15 4.18 4.10 5/247 723398
/proc/meminfo: memFree=123744612/131655788 swapFree=131071996/131071996
[pid=723395] ppid=723392 vsize=3852588 memory=3790256 CPUtime=12.65 cores=5,7
/proc/723395/stat : 723395 (fscip) R 723392 723395 717368 0 -1 4194304 831271 0 0 0 1131 134 0 0 20 0 1 0 143062404 3945050112 947564 134679101440 4194304 16613245 140736341845184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42889216 140736341853153 140736341853269 140736341853269 140736341860336 0
/proc/723395/statm: 963147 947564 2654 3032 0 959547 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 3852588 KiB
Current children cumulated memory: 3790256 KiB

[startup+25.5004 s]
/proc/loadavg: 4.34 4.22 4.11 5/247 723399
/proc/meminfo: memFree=123645664/131655788 swapFree=131071996/131071996
[pid=723395] ppid=723392 vsize=3852588 memory=3798660 CPUtime=25.41 cores=5,7
/proc/723395/stat : 723395 (fscip) R 723392 723395 717368 0 -1 4194304 831856 0 0 0 2407 134 0 0 20 0 1 0 143062404 3945050112 949665 134679101440 4194304 16613245 140736341845184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42889216 140736341853153 140736341853269 140736341853269 140736341860336 0
/proc/723395/statm: 963147 949665 2654 3032 0 959547 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 3852588 KiB
Current children cumulated memory: 3798660 KiB

[startup+51.1134 s]
/proc/loadavg: 4.63 4.30 4.14 5/247 723404
/proc/meminfo: memFree=120308464/131655788 swapFree=131071996/131071996
[pid=723395] ppid=723392 vsize=7529960 memory=7119200 CPUtime=50.96 cores=5,7
/proc/723395/stat : 723395 (fscip) R 723392 723395 717368 0 -1 4194304 1179228 0 0 0 4858 238 0 0 20 0 1 0 143062404 7710679040 1779800 134679101440 4194304 16613245 140736341845184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42889216 140736341853153 140736341853269 140736341853269 140736341860336 0
/proc/723395/statm: 1882490 1779800 2702 3032 0 1878890 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 7529960 KiB
Current children cumulated memory: 7119200 KiB

[startup+102.3 s]
/proc/loadavg: 4.59 4.36 4.17 5/247 723413
/proc/meminfo: memFree=117137484/131655788 swapFree=131071996/131071996
[pid=723395] ppid=723392 vsize=10645456 memory=10237716 CPUtime=102.01 cores=5,7
/proc/723395/stat : 723395 (fscip) R 723392 723395 717368 0 -1 4194304 1926161 0 0 0 9837 364 0 0 20 0 1 0 143062404 10900946944 2559429 134679101440 4194304 16613245 140736341845184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42889216 140736341853153 140736341853269 140736341853269 140736341860336 0
/proc/723395/statm: 2661364 2559429 2702 3032 0 2657764 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 10645456 KiB
Current children cumulated memory: 10237716 KiB

[startup+162.3 s]
/proc/loadavg: 4.39 4.34 4.18 5/247 723423
/proc/meminfo: memFree=117088040/131655788 swapFree=131071996/131071996
[pid=723395] ppid=723392 vsize=10645460 memory=10237720 CPUtime=161.9 cores=5,7
/proc/723395/stat : 723395 (fscip) R 723392 723395 717368 0 -1 4194304 1926298 0 0 0 15820 370 0 0 20 0 1 0 143062404 10900951040 2559430 134679101440 4194304 16613245 140736341845184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42889216 140736341853153 140736341853269 140736341853269 140736341860336 0
/proc/723395/statm: 2661365 2559430 2702 3032 0 2657765 0
Current children cumulated CPU time: 161.9 s
Current children cumulated vsize: 10645460 KiB
Current children cumulated memory: 10237720 KiB

[startup+222.3 s]
/proc/loadavg: 4.21 4.29 4.17 5/247 723483
/proc/meminfo: memFree=114796904/131655788 swapFree=131071996/131071996
[pid=723395] ppid=723392 vsize=10645460 memory=10238220 CPUtime=221.73 cores=5,7
/proc/723395/stat : 723395 (fscip) R 723392 723395 717368 0 -1 4194304 1926418 0 0 0 21799 374 0 0 20 0 1 0 143062404 10900951040 2559555 134679101440 4194304 16613245 140736341845184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42889216 140736341853153 140736341853269 140736341853269 140736341860336 0
/proc/723395/statm: 2661365 2559555 2702 3032 0 2657765 0
Current children cumulated CPU time: 221.73 s
Current children cumulated vsize: 10645460 KiB
Current children cumulated memory: 10238220 KiB

[startup+282.3 s]
/proc/loadavg: 4.22 4.28 4.18 5/248 723494
/proc/meminfo: memFree=107125360/131655788 swapFree=131071996/131071996
[pid=723395] ppid=723392 vsize=10645464 memory=10238732 CPUtime=281.57 cores=5,7
/proc/723395/stat : 723395 (fscip) R 723392 723395 717368 0 -1 4194304 1926535 0 0 0 27777 380 0 0 20 0 1 0 143062404 10900955136 2559683 134679101440 4194304 16613245 140736341845184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42889216 140736341853153 140736341853269 140736341853269 140736341860336 0
/proc/723395/statm: 2661366 2559683 2702 3032 0 2657766 0
Current children cumulated CPU time: 281.57 s
Current children cumulated vsize: 10645464 KiB
Current children cumulated memory: 10238732 KiB

[startup+342.3 s]
/proc/loadavg: 4.20 4.26 4.18 5/249 723507
/proc/meminfo: memFree=92664816/131655788 swapFree=131071996/131071996
[pid=723395] ppid=723392 vsize=10645464 memory=10238732 CPUtime=341.39 cores=5,7
/proc/723395/stat : 723395 (fscip) R 723392 723395 717368 0 -1 4194304 1926655 0 0 0 33755 384 0 0 20 0 1 0 143062404 10900955136 2559683 134679101440 4194304 16613245 140736341845184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42889216 140736341853153 140736341853269 140736341853269 140736341860336 0
/proc/723395/statm: 2661366 2559683 2702 3032 0 2657766 0
Current children cumulated CPU time: 341.39 s
Current children cumulated vsize: 10645464 KiB
Current children cumulated memory: 10238732 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 4.22 4.17 5/253 723523
/proc/meminfo: memFree=92454888/131655788 swapFree=131071996/131071996
[pid=723395] ppid=723392 vsize=10645468 memory=10238736 CPUtime=401.22 cores=5,7
/proc/723395/stat : 723395 (fscip) R 723392 723395 717368 0 -1 4194304 1926773 0 0 0 39733 389 0 0 20 0 1 0 143062404 10900959232 2559684 134679101440 4194304 16613245 140736341845184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42889216 140736341853153 140736341853269 140736341853269 140736341860336 0
/proc/723395/statm: 2661367 2559684 2702 3032 0 2657767 0
Current children cumulated CPU time: 401.22 s
Current children cumulated vsize: 10645468 KiB
Current children cumulated memory: 10238736 KiB

[startup+462.3 s]
/proc/loadavg: 3.60 4.07 4.12 4/244 723564
/proc/meminfo: memFree=93405248/131655788 swapFree=131071996/131071996
[pid=723395] ppid=723392 vsize=10645468 memory=10238736 CPUtime=461.1 cores=5,7
/proc/723395/stat : 723395 (fscip) R 723392 723395 717368 0 -1 4194304 1926892 0 0 0 45717 393 0 0 20 0 1 0 143062404 10900959232 2559684 134679101440 4194304 16613245 140736341845184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42889216 140736341853153 140736341853269 140736341853269 140736341860336 0
/proc/723395/statm: 2661367 2559684 2702 3032 0 2657767 0

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

Current children cumulated memory: 10259624 KiB

[startup+2862.3 s]
/proc/loadavg: 2.09 2.33 2.82 3/232 725210
/proc/meminfo: memFree=94880100/131655788 swapFree=131071996/131071996
[pid=723395] ppid=723392 vsize=10645500 memory=10259628 CPUtime=2857.26 cores=5,7
/proc/723395/stat : 723395 (fscip) R 723392 723395 717368 0 -1 4194304 1931940 0 0 0 285208 518 0 0 20 0 1 0 143062404 10900992000 2564907 134679101440 4194304 16613245 140736341845184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42889216 140736341853153 140736341853269 140736341853269 140736341860336 0
/proc/723395/statm: 2661375 2564907 2702 3032 0 2657775 0
Current children cumulated CPU time: 2857.26 s
Current children cumulated vsize: 10645500 KiB
Current children cumulated memory: 10259628 KiB

[startup+2922.3 s]
/proc/loadavg: 2.15 2.30 2.78 3/230 725221
/proc/meminfo: memFree=94878788/131655788 swapFree=131071996/131071996
[pid=723395] ppid=723392 vsize=10645500 memory=10259628 CPUtime=2917.17 cores=5,7
/proc/723395/stat : 723395 (fscip) R 723392 723395 717368 0 -1 4194304 1932088 0 0 0 291197 520 0 0 20 0 1 0 143062404 10900992000 2564907 134679101440 4194304 16613245 140736341845184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42889216 140736341853153 140736341853269 140736341853269 140736341860336 0
/proc/723395/statm: 2661375 2564907 2702 3032 0 2657775 0
Current children cumulated CPU time: 2917.17 s
Current children cumulated vsize: 10645500 KiB
Current children cumulated memory: 10259628 KiB

[startup+2982.3 s]
/proc/loadavg: 2.12 2.26 2.73 3/229 725231
/proc/meminfo: memFree=94878492/131655788 swapFree=131071996/131071996
[pid=723395] ppid=723392 vsize=10645500 memory=10259628 CPUtime=2977.08 cores=5,7
/proc/723395/stat : 723395 (fscip) R 723392 723395 717368 0 -1 4194304 1932206 0 0 0 297186 522 0 0 20 0 1 0 143062404 10900992000 2564907 134679101440 4194304 16613245 140736341845184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42889216 140736341853153 140736341853269 140736341853269 140736341860336 0
/proc/723395/statm: 2661375 2564907 2702 3032 0 2657775 0
Current children cumulated CPU time: 2977.08 s
Current children cumulated vsize: 10645500 KiB
Current children cumulated memory: 10259628 KiB

[startup+3042.3 s]
/proc/loadavg: 2.08 2.23 2.69 3/229 725241
/proc/meminfo: memFree=94878168/131655788 swapFree=131071996/131071996
[pid=723395] ppid=723392 vsize=10645500 memory=10259628 CPUtime=3037 cores=5,7
/proc/723395/stat : 723395 (fscip) R 723392 723395 717368 0 -1 4194304 1932354 0 0 0 303175 525 0 0 20 0 1 0 143062404 10900992000 2564907 134679101440 4194304 16613245 140736341845184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42889216 140736341853153 140736341853269 140736341853269 140736341860336 0
/proc/723395/statm: 2661375 2564907 2702 3032 0 2657775 0
Current children cumulated CPU time: 3037 s
Current children cumulated vsize: 10645500 KiB
Current children cumulated memory: 10259628 KiB

[startup+3102.3 s]
/proc/loadavg: 2.13 2.21 2.65 3/229 725252
/proc/meminfo: memFree=94877940/131655788 swapFree=131071996/131071996
[pid=723395] ppid=723392 vsize=10645500 memory=10259628 CPUtime=3096.9 cores=5,7
/proc/723395/stat : 723395 (fscip) R 723392 723395 717368 0 -1 4194304 1932474 0 0 0 309163 527 0 0 20 0 1 0 143062404 10900992000 2564907 134679101440 4194304 16613245 140736341845184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42889216 140736341853153 140736341853269 140736341853269 140736341860336 0
/proc/723395/statm: 2661375 2564907 2702 3032 0 2657775 0
Current children cumulated CPU time: 3096.9 s
Current children cumulated vsize: 10645500 KiB
Current children cumulated memory: 10259628 KiB

[startup+3162.3 s]
/proc/loadavg: 2.10 2.19 2.62 3/229 725262
/proc/meminfo: memFree=94877584/131655788 swapFree=131071996/131071996
[pid=723395] ppid=723392 vsize=10645500 memory=10259628 CPUtime=3156.81 cores=5,7
/proc/723395/stat : 723395 (fscip) R 723392 723395 717368 0 -1 4194304 1932620 0 0 0 315152 529 0 0 20 0 1 0 143062404 10900992000 2564907 134679101440 4194304 16613245 140736341845184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42889216 140736341853153 140736341853269 140736341853269 140736341860336 0
/proc/723395/statm: 2661375 2564907 2702 3032 0 2657775 0
Current children cumulated CPU time: 3156.81 s
Current children cumulated vsize: 10645500 KiB
Current children cumulated memory: 10259628 KiB

[startup+3222.3 s]
/proc/loadavg: 2.15 2.18 2.59 3/232 725277
/proc/meminfo: memFree=94877192/131655788 swapFree=131071996/131071996
[pid=723395] ppid=723392 vsize=10645500 memory=10259628 CPUtime=3216.73 cores=5,7
/proc/723395/stat : 723395 (fscip) R 723392 723395 717368 0 -1 4194304 1933252 0 0 0 321142 531 0 0 20 0 1 0 143062404 10900992000 2564907 134679101440 4194304 16613245 140736341845184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42889216 140736341853153 140736341853269 140736341853269 140736341860336 0
/proc/723395/statm: 2661375 2564907 2702 3032 0 2657775 0
Current children cumulated CPU time: 3216.73 s
Current children cumulated vsize: 10645500 KiB
Current children cumulated memory: 10259628 KiB

[startup+3282.3 s]
/proc/loadavg: 2.11 2.16 2.55 3/232 725287
/proc/meminfo: memFree=94876844/131655788 swapFree=131071996/131071996
[pid=723395] ppid=723392 vsize=10645500 memory=10259628 CPUtime=3276.64 cores=5,7
/proc/723395/stat : 723395 (fscip) R 723392 723395 717368 0 -1 4194304 1933458 0 0 0 327131 533 0 0 20 0 1 0 143062404 10900992000 2564907 134679101440 4194304 16613245 140736341845184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42889216 140736341853153 140736341853269 140736341853269 140736341860336 0
/proc/723395/statm: 2661375 2564907 2702 3032 0 2657775 0
Current children cumulated CPU time: 3276.64 s
Current children cumulated vsize: 10645500 KiB
Current children cumulated memory: 10259628 KiB

[startup+3342.3 s]
/proc/loadavg: 2.08 2.14 2.52 3/232 725298
/proc/meminfo: memFree=94875232/131655788 swapFree=131071996/131071996
[pid=723395] ppid=723392 vsize=10645504 memory=10259632 CPUtime=3336.55 cores=5,7
/proc/723395/stat : 723395 (fscip) R 723392 723395 717368 0 -1 4194304 1934032 0 0 0 333120 535 0 0 20 0 1 0 143062404 10900996096 2564908 134679101440 4194304 16613245 140736341845184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42889216 140736341853153 140736341853269 140736341853269 140736341860336 0
/proc/723395/statm: 2661376 2564908 2702 3032 0 2657776 0
Current children cumulated CPU time: 3336.55 s
Current children cumulated vsize: 10645504 KiB
Current children cumulated memory: 10259632 KiB

[startup+3402.3 s]
/proc/loadavg: 2.14 2.15 2.50 3/232 725308
/proc/meminfo: memFree=94874984/131655788 swapFree=131071996/131071996
[pid=723395] ppid=723392 vsize=10645504 memory=10259632 CPUtime=3396.46 cores=5,7
/proc/723395/stat : 723395 (fscip) R 723392 723395 717368 0 -1 4194304 1934178 0 0 0 339109 537 0 0 20 0 1 0 143062404 10900996096 2564908 134679101440 4194304 16613245 140736341845184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42889216 140736341853153 140736341853269 140736341853269 140736341860336 0
/proc/723395/statm: 2661376 2564908 2702 3032 0 2657776 0
Current children cumulated CPU time: 3396.46 s
Current children cumulated vsize: 10645504 KiB
Current children cumulated memory: 10259632 KiB

[startup+3462.3 s]
/proc/loadavg: 2.10 2.13 2.47 3/232 725319
/proc/meminfo: memFree=94874100/131655788 swapFree=131071996/131071996
[pid=723395] ppid=723392 vsize=10645504 memory=10259632 CPUtime=3456.37 cores=5,7
/proc/723395/stat : 723395 (fscip) R 723392 723395 717368 0 -1 4194304 1934317 0 0 0 345098 539 0 0 20 0 1 0 143062404 10900996096 2564908 134679101440 4194304 16613245 140736341845184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42889216 140736341853153 140736341853269 140736341853269 140736341860336 0
/proc/723395/statm: 2661376 2564908 2702 3032 0 2657776 0
Current children cumulated CPU time: 3456.37 s
Current children cumulated vsize: 10645504 KiB
Current children cumulated memory: 10259632 KiB

[startup+3522.3 s]
/proc/loadavg: 2.15 2.14 2.45 3/229 725330
/proc/meminfo: memFree=94873808/131655788 swapFree=131071996/131071996
[pid=723395] ppid=723392 vsize=10645504 memory=10259632 CPUtime=3516.29 cores=5,7
/proc/723395/stat : 723395 (fscip) R 723392 723395 717368 0 -1 4194304 1934447 0 0 0 351088 541 0 0 20 0 1 0 143062404 10900996096 2564908 134679101440 4194304 16613245 140736341845184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42889216 140736341853153 140736341853269 140736341853269 140736341860336 0
/proc/723395/statm: 2661376 2564908 2702 3032 0 2657776 0
Current children cumulated CPU time: 3516.29 s
Current children cumulated vsize: 10645504 KiB
Current children cumulated memory: 10259632 KiB

[startup+3582.3 s]
/proc/loadavg: 2.16 2.14 2.43 3/229 725340
/proc/meminfo: memFree=94873512/131655788 swapFree=131071996/131071996
[pid=723395] ppid=723392 vsize=10645504 memory=10259632 CPUtime=3576.19 cores=5,7
/proc/723395/stat : 723395 (fscip) R 723392 723395 717368 0 -1 4194304 1934591 0 0 0 357077 542 0 0 20 0 1 0 143062404 10900996096 2564908 134679101440 4194304 16613245 140736341845184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42889216 140736341853153 140736341853269 140736341853269 140736341860336 0
/proc/723395/statm: 2661376 2564908 2702 3032 0 2657776 0
Current children cumulated CPU time: 3576.19 s
Current children cumulated vsize: 10645504 KiB
Current children cumulated memory: 10259632 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.2 s]
/proc/loadavg: 2.11 2.13 2.42 3/229 725344
/proc/meminfo: memFree=94873380/131655788 swapFree=131071996/131071996
[pid=723395] ppid=723392 vsize=10645504 memory=10259632 CPUtime=3600.06 cores=5,7
/proc/723395/stat : 723395 (fscip) R 723392 723395 717368 0 -1 4194304 1934637 0 0 0 359463 543 0 0 20 0 1 0 143062404 10900996096 2564908 134679101440 4194304 16613245 140736341845184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42889216 140736341853153 140736341853269 140736341853269 140736341860336 0
/proc/723395/statm: 2661376 2564908 2702 3032 0 2657776 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 10645504 KiB
Current children cumulated memory: 10259632 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.64 s, system=5.54689 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): 3606.31
CPU time (s): 3600.18
CPU user time (s): 3594.64
CPU system time (s): 5.54689
CPU usage (%): 99.8301
Max. virtual memory (cumulated for all children) (KiB): 10645504
Max. memory (cumulated for all children) (KiB): 10259632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.64
system time used= 5.54689
maximum resident set size= 10259632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1934637
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= 4
involuntary context switches= 1061


# summary of solver processes directly reported to runsolver:
#   pid: 723395
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3594.64
#   total CPU system time (s): 5.54689

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.5844 second user time and 35.6528 second system time

The end

Launcher Data

Begin job on nodeC010 at 2024-07-14 00:17:23
IDJOB=4426882
IDBENCH=144135
IDSOLVER=3044
FILE ID=nodeC010/4426882-1720909031
RUNJOBID= nodeC010-1720905417-719768
SLURM_JOB_ID= 7486076
Free space on /tmp= 723680 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/graphs/normalized-graph07_wcsp.wbo
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4426882-1720909031/watcher-4426882-1720909031 -o /tmp/evaluation-result-4426882-1720909031/solver-4426882-1720909031 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1720905417-719768 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4426882-1720909031.wbo -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 9031472e82cc640e2367b3bed0c7412c
RANDOM SEED=1620561079

nodeC010.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		: 3491.968
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.51
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		: 3668.826
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.31
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.241
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.51
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.222
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.31
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		: 3649.125
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.51
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		: 1197.185
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.31
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.297
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.51
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.174
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127475284 kB
MemAvailable:   127537844 kB
Buffers:          338968 kB
Cached:           570720 kB
SwapCached:            0 kB
Active:           533108 kB
Inactive:        3140252 kB
Active(anon):       1440 kB
Inactive(anon):  2799968 kB
Active(file):     531668 kB
Inactive(file):   340284 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             72228 kB
Writeback:             0 kB
AnonPages:       2763736 kB
Mapped:           137488 kB
Shmem:             37704 kB
KReclaimable:      61276 kB
Slab:             151256 kB
SReclaimable:      61276 kB
SUnreclaim:        89980 kB
KernelStack:        3968 kB
PageTables:        14844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1905812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            46592 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2295808 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:      162632 kB
DirectMap2M:     9179136 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 723684 MiB
End job on nodeC010 at 2024-07-14 01:17:29