Trace number 4436417

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
Picat 2024-06-18? (TO) 3600.09 3609.01

General information on the benchmark

NamePB24/normalized-PB10/OPT-LIN/leberre/opb-trendy/misc2010/
datasets/10orplus/normalized-libnspr4-dev.cudf.trendy.opb
MD5SUMc99b915a584a6a8e4cc5b128c0dbe406
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 benchmark3656703476375
Best CPU time to get the best result obtained on this benchmark7.46976
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21106
Total number of constraints100050
Number of constraints which are clauses98484
Number of constraints which are cardinality constraints (but not clauses)1566
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 8588
Biggest coefficient in the objective function 79285326336
Number of bits for the biggest coefficient in the objective function 37
Sum of the numbers in the objective function 234763814370998
Number of bits of the sum of numbers in the objective function 48
Biggest number in a constraint 79285326336
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 234763814370998
Number of bits of the biggest sum of numbers48
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c solving HOME/instance-4436417-1721115042.opb (Picat 3.6#12)
1.18/1.26	o 8989269164206
1.48/1.51	o 8989269164205
6.58/6.67	o 6132690463492
9.27/9.33	o 4230470122299
18.55/18.65	o 3756769826752
27.73/27.88	o 3670083798494
44.09/44.27	o 3663679699531
51.88/52.03	o 3659397996737
68.04/68.21	o 3658438304533
76.12/76.31	o 3657736991226
83.40/83.64	o 3657275600886
91.38/91.63	o 3657035677806
99.36/99.68	o 3656869577271
106.45/106.73	o 3656758843551
120.32/120.61	o 3656721932369
129.50/129.87	o 3656703476705

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: 63968 MiB (61606 MiB free)
  memory of node 1: 64473 MiB (62254 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4436417-1721115042/watcher-4436417-1721115042 -o /tmp/evaluation-result-4436417-1721115042/solver-4436417-1721115042 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721105558-879433 --watchdog 3760 pb_picat HOME/instance-4436417-1721115042.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=886734, runsolver pid=886731
Current StackSize limit: 8192 KiB


[startup+0.100087 s]*
/proc/loadavg: 4.06 4.08 4.09 5/259 886735
/proc/meminfo: memFree=126798836/131524600 swapFree=131071996/131071996
[pid=886734] ppid=886731 vsize=2033608 memory=40180 CPUtime=0.09 cores=4,6
/proc/886734/stat : 886734 (pb_picat) R 886731 886734 879422 0 -1 4194304 1562 0 0 0 9 0 0 0 20 0 1 0 163672337 2082414592 10045 134679101440 4194304 5989780 140726654828928 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32632832 140726654833689 140726654833765 140726654833765 140726654840780 0
/proc/886734/statm: 508402 10045 1521 439 0 503831 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 40180 KiB

[startup+0.205454 s]*
/proc/loadavg: 4.06 4.08 4.09 5/259 886735
/proc/meminfo: memFree=126778132/131524600 swapFree=131071996/131071996
[pid=886734] ppid=886731 vsize=2033608 memory=60852 CPUtime=0.2 cores=4,6
/proc/886734/stat : 886734 (pb_picat) R 886731 886734 879422 0 -1 4194304 1582 0 0 0 19 1 0 0 20 0 1 0 163672337 2082414592 15213 134679101440 4194304 5989780 140726654828928 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32632832 140726654833689 140726654833765 140726654833765 140726654840780 0
/proc/886734/statm: 508402 15213 1521 439 0 503831 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 60852 KiB

[startup+0.305386 s]*
/proc/loadavg: 4.06 4.08 4.09 5/259 886735
/proc/meminfo: memFree=126761580/131524600 swapFree=131071996/131071996
[pid=886734] ppid=886731 vsize=2033608 memory=77236 CPUtime=0.3 cores=4,6
/proc/886734/stat : 886734 (pb_picat) R 886731 886734 879422 0 -1 4194304 1594 0 0 0 29 1 0 0 20 0 1 0 163672337 2082414592 19309 134679101440 4194304 5989780 140726654828928 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32632832 140726654833689 140726654833765 140726654833765 140726654840780 0
/proc/886734/statm: 508402 19309 1521 439 0 503831 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 77236 KiB

[startup+0.700178 s]
/proc/loadavg: 4.06 4.08 4.09 5/259 886735
/proc/meminfo: memFree=126724584/131524600 swapFree=131071996/131071996
[pid=886734] ppid=886731 vsize=2033608 memory=147044 CPUtime=0.68 cores=4,6
/proc/886734/stat : 886734 (pb_picat) R 886731 886734 879422 0 -1 4194304 1653 0 0 0 66 2 0 0 20 0 1 0 163672337 2082414592 36761 134679101440 4194304 5989780 140726654828928 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32632832 140726654833689 140726654833765 140726654833765 140726654840780 0
/proc/886734/statm: 508402 36761 1537 439 0 503831 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 147044 KiB

[startup+1.50022 s]
/proc/loadavg: 4.06 4.08 4.09 5/259 886735
/proc/meminfo: memFree=126642456/131524600 swapFree=131071996/131071996
[pid=886734] ppid=886731 vsize=2086884 memory=246104 CPUtime=1.48 cores=4,6
/proc/886734/stat : 886734 (pb_picat) R 886731 886734 879422 0 -1 4194304 10284 0 0 0 143 5 0 0 20 0 1 0 163672337 2136969216 61526 134679101440 4194304 5989780 140726654828928 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32632832 140726654833689 140726654833765 140726654833765 140726654840780 0
/proc/886734/statm: 521721 61526 1743 439 0 517150 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2086884 KiB
Current children cumulated memory: 246104 KiB

[startup+3.10546 s]
/proc/loadavg: 4.06 4.08 4.09 5/259 886735
/proc/meminfo: memFree=126580140/131524600 swapFree=131071996/131071996
[pid=886734] ppid=886731 vsize=2097420 memory=267192 CPUtime=3.09 cores=4,6
/proc/886734/stat : 886734 (pb_picat) R 886731 886734 879422 0 -1 4194304 14553 0 0 0 302 7 0 0 20 0 1 0 163672337 2147758080 66798 134679101440 4194304 5989780 140726654828928 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32632832 140726654833689 140726654833765 140726654833765 140726654840780 0
/proc/886734/statm: 524355 66798 1743 439 0 519784 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2097420 KiB
Current children cumulated memory: 267192 KiB

[startup+6.30017 s]
/proc/loadavg: 4.13 4.09 4.09 5/259 886735
/proc/meminfo: memFree=126586228/131524600 swapFree=131071996/131071996
[pid=886734] ppid=886731 vsize=2097420 memory=267192 CPUtime=6.28 cores=4,6
/proc/886734/stat : 886734 (pb_picat) R 886731 886734 879422 0 -1 4194304 14564 0 0 0 621 7 0 0 20 0 1 0 163672337 2147758080 66798 134679101440 4194304 5989780 140726654828928 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32632832 140726654833689 140726654833765 140726654833765 140726654840780 0
/proc/886734/statm: 524355 66798 1743 439 0 519784 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2097420 KiB
Current children cumulated memory: 267192 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.09 4.09 5/260 886738
/proc/meminfo: memFree=126581480/131524600 swapFree=131071996/131071996
[pid=886734] ppid=886731 vsize=2101516 memory=267408 CPUtime=12.66 cores=4,6
/proc/886734/stat : 886734 (pb_picat) R 886731 886734 879422 0 -1 4194304 24212 0 0 0 1256 10 0 0 20 0 1 0 163672337 2151952384 66852 134679101440 4194304 5989780 140726654828928 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32632832 140726654833689 140726654833765 140726654833765 140726654840780 0
/proc/886734/statm: 525379 66852 1743 439 0 520808 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 2101516 KiB
Current children cumulated memory: 267408 KiB

[startup+25.5002 s]
/proc/loadavg: 4.18 4.10 4.10 5/260 886739
/proc/meminfo: memFree=126560068/131524600 swapFree=131071996/131071996
[pid=886734] ppid=886731 vsize=2119952 memory=284896 CPUtime=25.44 cores=4,6
/proc/886734/stat : 886734 (pb_picat) R 886731 886734 879422 0 -1 4194304 39189 0 0 0 2528 16 0 0 20 0 1 0 163672337 2170830848 71224 134679101440 4194304 5989780 140726654828928 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32632832 140726654833689 140726654833765 140726654833765 140726654840780 0
/proc/886734/statm: 529988 71224 1743 439 0 525417 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 2119952 KiB
Current children cumulated memory: 284896 KiB

[startup+51.1055 s]
/proc/loadavg: 4.19 4.11 4.10 5/260 886745
/proc/meminfo: memFree=126584448/131524600 swapFree=131071996/131071996
[pid=886734] ppid=886731 vsize=2104588 memory=269264 CPUtime=50.99 cores=4,6
/proc/886734/stat : 886734 (pb_picat) R 886731 886734 879422 0 -1 4194304 54050 0 0 0 5077 22 0 0 20 0 1 0 163672337 2155098112 67316 134679101440 4194304 5989780 140726654828928 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32632832 140726654833689 140726654833765 140726654833765 140726654840780 0
/proc/886734/statm: 526147 67316 1743 439 0 521576 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 2104588 KiB
Current children cumulated memory: 269264 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.11 4.09 5/260 886753
/proc/meminfo: memFree=126553076/131524600 swapFree=131071996/131071996
[pid=886734] ppid=886731 vsize=2120720 memory=284896 CPUtime=102.06 cores=4,6
/proc/886734/stat : 886734 (pb_picat) R 886731 886734 879422 0 -1 4194304 72376 0 0 0 10176 30 0 0 20 0 1 0 163672337 2171617280 71224 134679101440 4194304 5989780 140726654828928 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32632832 140726654833689 140726654833765 140726654833765 140726654840780 0
/proc/886734/statm: 530180 71224 1743 439 0 525609 0
Current children cumulated CPU time: 102.06 s
Current children cumulated vsize: 2120720 KiB
Current children cumulated memory: 284896 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/259 886764
/proc/meminfo: memFree=126553312/131524600 swapFree=131071996/131071996
[pid=886734] ppid=886731 vsize=2102284 memory=271596 CPUtime=161.92 cores=4,6
/proc/886734/stat : 886734 (pb_picat) R 886731 886734 879422 0 -1 4194304 114443 0 0 0 16145 47 0 0 20 0 1 0 163672337 2152738816 67899 134679101440 4194304 5989780 140726654828928 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32632832 140726654833689 140726654833765 140726654833765 140726654840780 0
/proc/886734/statm: 525571 67899 1743 439 0 521000 0
Current children cumulated CPU time: 161.92 s
Current children cumulated vsize: 2102284 KiB
Current children cumulated memory: 271596 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.11 4.09 5/259 886775
/proc/meminfo: memFree=126546300/131524600 swapFree=131071996/131071996
[pid=886734] ppid=886731 vsize=2102284 memory=271804 CPUtime=221.8 cores=4,6
/proc/886734/stat : 886734 (pb_picat) R 886731 886734 879422 0 -1 4194304 114461 0 0 0 22132 48 0 0 20 0 1 0 163672337 2152738816 67951 134679101440 4194304 5989780 140726654828928 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32632832 140726654833689 140726654833765 140726654833765 140726654840780 0
/proc/886734/statm: 525571 67951 1743 439 0 521000 0
Current children cumulated CPU time: 221.8 s
Current children cumulated vsize: 2102284 KiB
Current children cumulated memory: 271804 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/256 886785
/proc/meminfo: memFree=126538664/131524600 swapFree=131071996/131071996
[pid=886734] ppid=886731 vsize=2110480 memory=280628 CPUtime=281.66 cores=4,6
/proc/886734/stat : 886734 (pb_picat) R 886731 886734 879422 0 -1 4194304 121775 0 0 0 28116 50 0 0 20 0 1 0 163672337 2161131520 70157 134679101440 4194304 5989780 140726654828928 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32632832 140726654833689 140726654833765 140726654833765 140726654840780 0
/proc/886734/statm: 527620 70157 1743 439 0 523049 0
Current children cumulated CPU time: 281.66 s
Current children cumulated vsize: 2110480 KiB
Current children cumulated memory: 280628 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/255 886840
/proc/meminfo: memFree=126548132/131524600 swapFree=131071996/131071996
[pid=886734] ppid=886731 vsize=2110480 memory=281372 CPUtime=341.52 cores=4,6
/proc/886734/stat : 886734 (pb_picat) R 886731 886734 879422 0 -1 4194304 133361 0 0 0 34097 55 0 0 20 0 1 0 163672337 2161131520 70343 134679101440 4194304 5989780 140726654828928 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32632832 140726654833689 140726654833765 140726654833765 140726654840780 0
/proc/886734/statm: 527620 70343 1743 439 0 523049 0
Current children cumulated CPU time: 341.52 s
Current children cumulated vsize: 2110480 KiB
Current children cumulated memory: 281372 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/255 886853
/proc/meminfo: memFree=126531748/131524600 swapFree=131071996/131071996
[pid=886734] ppid=886731 vsize=2106384 memory=278068 CPUtime=401.38 cores=4,6
/proc/886734/stat : 886734 (pb_picat) R 886731 886734 879422 0 -1 4194304 148598 0 0 0 40078 60 0 0 20 0 1 0 163672337 2156937216 69517 134679101440 4194304 5989780 140726654828928 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32632832 140726654833689 140726654833765 140726654833765 140726654840780 0
/proc/886734/statm: 526596 69517 1743 439 0 522025 0
Current children cumulated CPU time: 401.38 s
Current children cumulated vsize: 2106384 KiB
Current children cumulated memory: 278068 KiB

[startup+462.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/255 886863
/proc/meminfo: memFree=126522856/131524600 swapFree=131071996/131071996
[pid=886734] ppid=886731 vsize=2110480 memory=278068 CPUtime=461.24 cores=4,6
/proc/886734/stat : 886734 (pb_picat) R 886731 886734 879422 0 -1 4194304 170556 0 0 0 46055 69 0 0 20 0 1 0 163672337 2161131520 69517 134679101440 4194304 5989780 140726654828928 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32632832 140726654833689 140726654833765 140726654833765 140726654840780 0
/proc/886734/statm: 527620 69517 1743 439 0 523049 0

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

Current children cumulated memory: 258868 KiB

[startup+2862.3 s]
/proc/loadavg: 2.17 2.13 2.45 3/242 887947
/proc/meminfo: memFree=127759368/131524600 swapFree=131071996/131071996
[pid=886734] ppid=886731 vsize=2105296 memory=279308 CPUtime=2855.54 cores=4,6
/proc/886734/stat : 886734 (pb_picat) R 886731 886734 879422 0 -1 4194304 582190 0 0 0 285269 285 0 0 20 0 1 0 163672337 2155823104 69827 134679101440 4194304 5989780 140726654828928 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32632832 140726654833689 140726654833765 140726654833765 140726654840780 0
/proc/886734/statm: 526324 69827 1743 439 0 521753 0
Current children cumulated CPU time: 2855.54 s
Current children cumulated vsize: 2105296 KiB
Current children cumulated memory: 279308 KiB

[startup+2922.3 s]
/proc/loadavg: 2.11 2.12 2.42 3/242 887957
/proc/meminfo: memFree=127767056/131524600 swapFree=131071996/131071996
[pid=886734] ppid=886731 vsize=2105296 memory=273704 CPUtime=2915.37 cores=4,6
/proc/886734/stat : 886734 (pb_picat) R 886731 886734 879422 0 -1 4194304 600560 0 0 0 291242 295 0 0 20 0 1 0 163672337 2155823104 68426 134679101440 4194304 5989780 140726654828928 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32632832 140726654833689 140726654833765 140726654833765 140726654840780 0
/proc/886734/statm: 526324 68426 1743 439 0 521753 0
Current children cumulated CPU time: 2915.37 s
Current children cumulated vsize: 2105296 KiB
Current children cumulated memory: 273704 KiB

[startup+2982.3 s]
/proc/loadavg: 2.08 2.11 2.40 3/244 887971
/proc/meminfo: memFree=127769760/131524600 swapFree=131071996/131071996
[pid=886734] ppid=886731 vsize=2097104 memory=263436 CPUtime=2975.22 cores=4,6
/proc/886734/stat : 886734 (pb_picat) R 886731 886734 879422 0 -1 4194304 616403 0 0 0 297220 302 0 0 20 0 1 0 163672337 2147434496 65859 134679101440 4194304 5989780 140726654828928 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32632832 140726654833689 140726654833765 140726654833765 140726654840780 0
/proc/886734/statm: 524276 65859 1743 439 0 519705 0
Current children cumulated CPU time: 2975.22 s
Current children cumulated vsize: 2097104 KiB
Current children cumulated memory: 263436 KiB

[startup+3042.3 s]
/proc/loadavg: 2.08 2.10 2.37 3/244 887984
/proc/meminfo: memFree=127768368/131524600 swapFree=131071996/131071996
[pid=886734] ppid=886731 vsize=2080720 memory=252720 CPUtime=3035.04 cores=4,6
/proc/886734/stat : 886734 (pb_picat) R 886731 886734 879422 0 -1 4194304 632294 0 0 0 303194 310 0 0 20 0 1 0 163672337 2130657280 63180 134679101440 4194304 5989780 140726654828928 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32632832 140726654833689 140726654833765 140726654833765 140726654840780 0
/proc/886734/statm: 520180 63180 1743 439 0 515609 0
Current children cumulated CPU time: 3035.04 s
Current children cumulated vsize: 2080720 KiB
Current children cumulated memory: 252720 KiB

[startup+3102.3 s]
/proc/loadavg: 2.07 2.10 2.35 3/244 887995
/proc/meminfo: memFree=127784104/131524600 swapFree=131071996/131071996
[pid=886734] ppid=886731 vsize=2080720 memory=248052 CPUtime=3094.86 cores=4,6
/proc/886734/stat : 886734 (pb_picat) R 886731 886734 879422 0 -1 4194304 658181 0 0 0 309165 321 0 0 20 0 1 0 163672337 2130657280 62013 134679101440 4194304 5989780 140726654828928 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32632832 140726654833689 140726654833765 140726654833765 140726654840780 0
/proc/886734/statm: 520180 62013 1743 439 0 515609 0
Current children cumulated CPU time: 3094.86 s
Current children cumulated vsize: 2080720 KiB
Current children cumulated memory: 248052 KiB

[startup+3162.3 s]
/proc/loadavg: 2.12 2.11 2.34 3/244 888006
/proc/meminfo: memFree=127779300/131524600 swapFree=131071996/131071996
[pid=886734] ppid=886731 vsize=2088912 memory=259612 CPUtime=3154.68 cores=4,6
/proc/886734/stat : 886734 (pb_picat) R 886731 886734 879422 0 -1 4194304 675444 0 0 0 315138 330 0 0 20 0 1 0 163672337 2139045888 64903 134679101440 4194304 5989780 140726654828928 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32632832 140726654833689 140726654833765 140726654833765 140726654840780 0
/proc/886734/statm: 522228 64903 1743 439 0 517657 0
Current children cumulated CPU time: 3154.68 s
Current children cumulated vsize: 2088912 KiB
Current children cumulated memory: 259612 KiB

[startup+3222.3 s]
/proc/loadavg: 2.04 2.08 2.32 3/244 888017
/proc/meminfo: memFree=127764980/131524600 swapFree=131071996/131071996
[pid=886734] ppid=886731 vsize=2105296 memory=269072 CPUtime=3214.51 cores=4,6
/proc/886734/stat : 886734 (pb_picat) R 886731 886734 879422 0 -1 4194304 691737 0 0 0 321114 337 0 0 20 0 1 0 163672337 2155823104 67268 134679101440 4194304 5989780 140726654828928 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32632832 140726654833689 140726654833765 140726654833765 140726654840780 0
/proc/886734/statm: 526324 67268 1743 439 0 521753 0
Current children cumulated CPU time: 3214.51 s
Current children cumulated vsize: 2105296 KiB
Current children cumulated memory: 269072 KiB

[startup+3282.3 s]
/proc/loadavg: 2.20 2.11 2.31 3/245 888414
/proc/meminfo: memFree=127843660/131524600 swapFree=131071996/131071996
[pid=886734] ppid=886731 vsize=2138064 memory=285512 CPUtime=3274.33 cores=4,6
/proc/886734/stat : 886734 (pb_picat) R 886731 886734 879422 0 -1 4194304 709482 0 0 0 327088 345 0 0 20 0 1 0 163672337 2189377536 71378 134679101440 4194304 5989780 140726654828928 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32632832 140726654833689 140726654833765 140726654833765 140726654840780 0
/proc/886734/statm: 534516 71378 1743 439 0 529945 0
Current children cumulated CPU time: 3274.33 s
Current children cumulated vsize: 2138064 KiB
Current children cumulated memory: 285512 KiB

[startup+3342.3 s]
/proc/loadavg: 2.13 2.11 2.29 3/243 888425
/proc/meminfo: memFree=127830536/131524600 swapFree=131071996/131071996
[pid=886734] ppid=886731 vsize=2138064 memory=293656 CPUtime=3334.16 cores=4,6
/proc/886734/stat : 886734 (pb_picat) R 886731 886734 879422 0 -1 4194304 723051 0 0 0 333063 353 0 0 20 0 1 0 163672337 2189377536 73414 134679101440 4194304 5989780 140726654828928 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32632832 140726654833689 140726654833765 140726654833765 140726654840780 0
/proc/886734/statm: 534516 73414 1743 439 0 529945 0
Current children cumulated CPU time: 3334.16 s
Current children cumulated vsize: 2138064 KiB
Current children cumulated memory: 293656 KiB

[startup+3402.3 s]
/proc/loadavg: 2.09 2.10 2.28 3/242 888437
/proc/meminfo: memFree=127866076/131524600 swapFree=131071996/131071996
[pid=886734] ppid=886731 vsize=2080720 memory=255480 CPUtime=3393.98 cores=4,6
/proc/886734/stat : 886734 (pb_picat) R 886731 886734 879422 0 -1 4194304 736584 0 0 0 339038 360 0 0 20 0 1 0 163672337 2130657280 63870 134679101440 4194304 5989780 140726654828928 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32632832 140726654833689 140726654833765 140726654833765 140726654840780 0
/proc/886734/statm: 520180 63870 1743 439 0 515609 0
Current children cumulated CPU time: 3393.98 s
Current children cumulated vsize: 2080720 KiB
Current children cumulated memory: 255480 KiB

[startup+3462.3 s]
/proc/loadavg: 2.13 2.11 2.27 3/244 888617
/proc/meminfo: memFree=127862656/131524600 swapFree=131071996/131071996
[pid=886734] ppid=886731 vsize=2105296 memory=267024 CPUtime=3453.8 cores=4,6
/proc/886734/stat : 886734 (pb_picat) R 886731 886734 879422 0 -1 4194304 755844 0 0 0 345011 369 0 0 20 0 1 0 163672337 2155823104 66756 134679101440 4194304 5989780 140726654828928 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32632832 140726654833689 140726654833765 140726654833765 140726654840780 0
/proc/886734/statm: 526324 66756 1743 439 0 521753 0
Current children cumulated CPU time: 3453.8 s
Current children cumulated vsize: 2105296 KiB
Current children cumulated memory: 267024 KiB

[startup+3522.3 s]
/proc/loadavg: 2.32 2.16 2.27 3/244 888627
/proc/meminfo: memFree=127892492/131524600 swapFree=131071996/131071996
[pid=886734] ppid=886731 vsize=2105296 memory=260132 CPUtime=3513.63 cores=4,6
/proc/886734/stat : 886734 (pb_picat) R 886731 886734 879422 0 -1 4194304 770437 0 0 0 350987 376 0 0 20 0 1 0 163672337 2155823104 65033 134679101440 4194304 5989780 140726654828928 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32632832 140726654833689 140726654833765 140726654833765 140726654840780 0
/proc/886734/statm: 526324 65033 1743 439 0 521753 0
Current children cumulated CPU time: 3513.63 s
Current children cumulated vsize: 2105296 KiB
Current children cumulated memory: 260132 KiB

[startup+3582.3 s]
/proc/loadavg: 2.35 2.20 2.28 3/247 888696
/proc/meminfo: memFree=127885008/131524600 swapFree=131071996/131071996
[pid=886734] ppid=886731 vsize=2105296 memory=275216 CPUtime=3573.46 cores=4,6
/proc/886734/stat : 886734 (pb_picat) R 886731 886734 879422 0 -1 4194304 783503 0 0 0 356964 382 0 0 20 0 1 0 163672337 2155823104 68804 134679101440 4194304 5989780 140726654828928 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32632832 140726654833689 140726654833765 140726654833765 140726654840780 0
/proc/886734/statm: 526324 68804 1743 439 0 521753 0
Current children cumulated CPU time: 3573.46 s
Current children cumulated vsize: 2105296 KiB
Current children cumulated memory: 275216 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609 s]*
/proc/loadavg: 2.23 2.18 2.27 3/246 888704
/proc/meminfo: memFree=127909620/131524600 swapFree=131071996/131071996
[pid=886734] ppid=886731 vsize=2080720 memory=256508 CPUtime=3600.08 cores=4,6
/proc/886734/stat : 886734 (pb_picat) R 886731 886734 879422 0 -1 4194304 794265 0 0 0 359621 387 0 0 20 0 1 0 163672337 2130657280 64127 134679101440 4194304 5989780 140726654828928 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32632832 140726654833689 140726654833765 140726654833765 140726654840780 0
/proc/886734/statm: 520180 64127 1743 439 0 515609 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 2080720 KiB
Current children cumulated memory: 256508 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.22 s, system=3.87513 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): 3609.01
CPU time (s): 3600.09
CPU user time (s): 3596.22
CPU system time (s): 3.87513
CPU usage (%): 99.753
Max. virtual memory (cumulated for all children) (KiB): 2203600
Max. memory (cumulated for all children) (KiB): 340800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.22
system time used= 3.87513
maximum resident set size= 340800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 794265
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= 4351


# summary of solver processes directly reported to runsolver:
#   pid: 886734
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3596.22
#   total CPU system time (s): 3.87513

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.12482 second user time and 14.9079 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-16 09:30:55
IDJOB=4436417
IDBENCH=150960
IDSOLVER=3068
FILE ID=nodeC030/4436417-1721115042
RUNJOBID= nodeC030-1721105558-879433
SLURM_JOB_ID= 7505632
Free space on /tmp= 890052 MiB

SOLVER NAME= Picat 2024-06-18
BENCH NAME= PB24/normalized-PB10/OPT-LIN/leberre/opb-trendy/misc2010/datasets/10orplus/normalized-libnspr4-dev.cudf.trendy.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4436417-1721115042/watcher-4436417-1721115042 -o /tmp/evaluation-result-4436417-1721115042/solver-4436417-1721115042 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721105558-879433 --watchdog 3760  pb_picat HOME/instance-4436417-1721115042.opb

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

MD5SUM BENCH= c99b915a584a6a8e4cc5b128c0dbe406
RANDOM SEED=1628652865

nodeC030.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.654
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.28
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		: 3685.903
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	: 7005.11
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		: 3603.549
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.28
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		: 3600.011
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	: 7005.11
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		: 3649.738
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.28
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		: 3685.929
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	: 7005.11
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		: 3670.129
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.28
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		: 3600.003
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	: 7005.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126833900 kB
MemAvailable:   128203732 kB
Buffers:          391788 kB
Cached:          1804052 kB
SwapCached:            0 kB
Active:           929100 kB
Inactive:        3140648 kB
Active(anon):       1548 kB
Inactive(anon):  1910112 kB
Active(file):     927552 kB
Inactive(file):  1230536 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             14628 kB
Writeback:             8 kB
AnonPages:       1868708 kB
Mapped:           114376 kB
Shmem:             37720 kB
KReclaimable:     103136 kB
Slab:             210176 kB
SReclaimable:     103136 kB
SUnreclaim:       107040 kB
KernelStack:        4160 kB
PageTables:        13244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7208480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            63456 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1656832 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:      234196 kB
DirectMap2M:    18413568 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC030 at 2024-07-16 10:31:05