Trace number 4482633

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
Exact 2025-06-02? (TO) 3600.04 3610.63

General information on the benchmark

NamePB24/normalized-PB10/DEC-LIN/oliveras/
j90/normalized-j9013_3-sat.opb
MD5SUM69f6f997ce8de3d1a51b1c8599cc504d
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19838
Total number of constraints62894
Number of constraints which are clauses62462
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints432
Minimum length of a constraint1
Maximum length of a constraint90
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 31
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 554
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.00/3610.60	c Program interrupted by user.
3600.00/3610.60	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (63194 MiB free)
  memory of node 1: 64507 MiB (63916 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4482633-1751167970/watcher-4482633-1751167970 -o /tmp/evaluation-result-4482633-1751167970/solver-4482633-1751167970 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751167606-21057 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1514943982 --ls=360 HOME/instance-4482633-1751167970.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=21361, runsolver pid=21358

[startup+0.100072 s]*
/proc/loadavg: 4.20 3.86 3.93 5/251 21362
/proc/meminfo: memFree=130162008/131382116 swapFree=33010684/33010684
[pid=21361] ppid=21358 vsize=55864 memory=32976 CPUtime=0.09 cores=4,6
/proc/21361/stat : 21361 (Exact) R 21358 21361 21046 0 -1 4194304 7198 0 0 0 8 1 0 0 20 0 1 0 32476755 57204736 8244 18446744073709551615 4198400 9112445 140722767563744 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 10316848 10407236 16637952 140722767567162 140722767567341 140722767567341 140722767572943 0
/proc/21361/statm: 13966 8244 1024 1200 0 12446 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 55864 KiB
Current children cumulated memory: 32976 KiB

[startup+0.213038 s]*
/proc/loadavg: 4.20 3.86 3.93 5/251 21362
/proc/meminfo: memFree=130157912/131382116 swapFree=33010684/33010684
[pid=21361] ppid=21358 vsize=60824 memory=38216 CPUtime=0.18 cores=4,6
/proc/21361/stat : 21361 (Exact) R 21358 21361 21046 0 -1 4194304 8419 0 0 0 17 1 0 0 20 0 1 0 32476755 62283776 9554 18446744073709551615 4198400 9112445 140722767563744 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 10316848 10407236 16637952 140722767567162 140722767567341 140722767567341 140722767572943 0
/proc/21361/statm: 15206 9554 1024 1200 0 13686 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 60824 KiB
Current children cumulated memory: 38216 KiB

[startup+0.312911 s]*
/proc/loadavg: 4.20 3.86 3.93 5/251 21362
/proc/meminfo: memFree=130150276/131382116 swapFree=33010684/33010684
[pid=21361] ppid=21358 vsize=69172 memory=46120 CPUtime=0.28 cores=4,6
/proc/21361/stat : 21361 (Exact) R 21358 21361 21046 0 -1 4194304 10298 0 0 0 25 3 0 0 20 0 1 0 32476755 70832128 11530 18446744073709551615 4198400 9112445 140722767563744 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 10316848 10407236 16637952 140722767567162 140722767567341 140722767567341 140722767572943 0
/proc/21361/statm: 17293 11530 1024 1200 0 15773 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 69172 KiB
Current children cumulated memory: 46120 KiB

[startup+0.700233 s]
/proc/loadavg: 4.20 3.86 3.93 5/251 21362
/proc/meminfo: memFree=130132824/131382116 swapFree=33010684/33010684
[pid=21361] ppid=21358 vsize=88448 memory=66196 CPUtime=0.63 cores=4,6
/proc/21361/stat : 21361 (Exact) R 21358 21361 21046 0 -1 4194304 14842 0 0 0 59 4 0 0 20 0 1 0 32476755 90570752 16549 18446744073709551615 4198400 9112445 140722767563744 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 10316848 10407236 16637952 140722767567162 140722767567341 140722767567341 140722767572943 0
/proc/21361/statm: 22112 16549 1024 1200 0 20592 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 88448 KiB
Current children cumulated memory: 66196 KiB

[startup+1.50021 s]
/proc/loadavg: 4.20 3.86 3.93 5/251 21362
/proc/meminfo: memFree=130132824/131382116 swapFree=33010684/33010684
[pid=21361] ppid=21358 vsize=88448 memory=66196 CPUtime=1.42 cores=4,6
/proc/21361/stat : 21361 (Exact) R 21358 21361 21046 0 -1 4194304 14842 0 0 0 138 4 0 0 20 0 1 0 32476755 90570752 16549 18446744073709551615 4198400 9112445 140722767563744 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 10316848 10407236 16637952 140722767567162 140722767567341 140722767567341 140722767572943 0
/proc/21361/statm: 22112 16549 1024 1200 0 20592 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 88448 KiB
Current children cumulated memory: 66196 KiB

[startup+3.11206 s]
/proc/loadavg: 4.18 3.87 3.93 5/250 21376
/proc/meminfo: memFree=130181972/131382116 swapFree=33010684/33010684
[pid=21361] ppid=21358 vsize=88448 memory=66196 CPUtime=3.02 cores=4,6
/proc/21361/stat : 21361 (Exact) R 21358 21361 21046 0 -1 4194304 14845 0 0 0 298 4 0 0 20 0 1 0 32476755 90570752 16549 18446744073709551615 4198400 9112445 140722767563744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 16637952 140722767567162 140722767567341 140722767567341 140722767572943 0
/proc/21361/statm: 22112 16549 1024 1200 0 20592 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 88448 KiB
Current children cumulated memory: 66196 KiB

[startup+6.3003 s]
/proc/loadavg: 4.18 3.87 3.93 5/251 21407
/proc/meminfo: memFree=130120404/131382116 swapFree=33010684/33010684
[pid=21361] ppid=21358 vsize=88448 memory=66196 CPUtime=6.2 cores=4,6
/proc/21361/stat : 21361 (Exact) R 21358 21361 21046 0 -1 4194304 14848 0 0 0 616 4 0 0 20 0 1 0 32476755 90570752 16549 18446744073709551615 4198400 9112445 140722767563744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 16637952 140722767567162 140722767567341 140722767567341 140722767572943 0
/proc/21361/statm: 22112 16549 1024 1200 0 20592 0
Current children cumulated CPU time: 6.2 s
Current children cumulated vsize: 88448 KiB
Current children cumulated memory: 66196 KiB

[startup+12.7003 s]
/proc/loadavg: 4.17 3.87 3.93 5/251 21407
/proc/meminfo: memFree=130120808/131382116 swapFree=33010684/33010684
[pid=21361] ppid=21358 vsize=88448 memory=66196 CPUtime=12.58 cores=4,6
/proc/21361/stat : 21361 (Exact) R 21358 21361 21046 0 -1 4194304 14851 0 0 0 1254 4 0 0 20 0 1 0 32476755 90570752 16549 18446744073709551615 4198400 9112445 140722767563744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 16637952 140722767567162 140722767567341 140722767567341 140722767572943 0
/proc/21361/statm: 22112 16549 1024 1200 0 20592 0
Current children cumulated CPU time: 12.58 s
Current children cumulated vsize: 88448 KiB
Current children cumulated memory: 66196 KiB

[startup+25.5003 s]
/proc/loadavg: 4.21 3.89 3.93 5/251 21407
/proc/meminfo: memFree=130120856/131382116 swapFree=33010684/33010684
[pid=21361] ppid=21358 vsize=88448 memory=66196 CPUtime=25.35 cores=4,6
/proc/21361/stat : 21361 (Exact) R 21358 21361 21046 0 -1 4194304 14852 0 0 0 2531 4 0 0 20 0 1 0 32476755 90570752 16549 18446744073709551615 4198400 9112445 140722767563744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 16637952 140722767567162 140722767567341 140722767567341 140722767572943 0
/proc/21361/statm: 22112 16549 1024 1200 0 20592 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 88448 KiB
Current children cumulated memory: 66196 KiB

[startup+51.1127 s]
/proc/loadavg: 4.14 3.90 3.94 5/252 21409
/proc/meminfo: memFree=130119640/131382116 swapFree=33010684/33010684
[pid=21361] ppid=21358 vsize=88448 memory=66196 CPUtime=50.89 cores=4,6
/proc/21361/stat : 21361 (Exact) R 21358 21361 21046 0 -1 4194304 14857 0 0 0 5085 4 0 0 20 0 1 0 32476755 90570752 16549 18446744073709551615 4198400 9112445 140722767563744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 16637952 140722767567162 140722767567341 140722767567341 140722767572943 0
/proc/21361/statm: 22112 16549 1024 1200 0 20592 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 88448 KiB
Current children cumulated memory: 66196 KiB

[startup+102.3 s]
/proc/loadavg: 4.06 3.92 3.94 5/252 21411
/proc/meminfo: memFree=130098708/131382116 swapFree=33010684/33010684
[pid=21361] ppid=21358 vsize=88448 memory=66196 CPUtime=101.93 cores=4,6
/proc/21361/stat : 21361 (Exact) R 21358 21361 21046 0 -1 4194304 14865 0 0 0 10189 4 0 0 20 0 1 0 32476755 90570752 16549 18446744073709551615 4198400 9112445 140722767563744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 16637952 140722767567162 140722767567341 140722767567341 140722767572943 0
/proc/21361/statm: 22112 16549 1024 1200 0 20592 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 88448 KiB
Current children cumulated memory: 66196 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 3.98 3.96 5/252 21413
/proc/meminfo: memFree=130072776/131382116 swapFree=33010684/33010684
[pid=21361] ppid=21358 vsize=88448 memory=68756 CPUtime=161.77 cores=4,6
/proc/21361/stat : 21361 (Exact) R 21358 21361 21046 0 -1 4194304 14902 0 0 0 16173 4 0 0 20 0 1 0 32476755 90570752 17189 18446744073709551615 4198400 9112445 140722767563744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 16637952 140722767567162 140722767567341 140722767567341 140722767572943 0
/proc/21361/statm: 22112 17189 1024 1200 0 20592 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 88448 KiB
Current children cumulated memory: 68756 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.00 3.97 5/252 21414
/proc/meminfo: memFree=130078444/131382116 swapFree=33010684/33010684
[pid=21361] ppid=21358 vsize=88448 memory=68756 CPUtime=221.63 cores=4,6
/proc/21361/stat : 21361 (Exact) R 21358 21361 21046 0 -1 4194304 14923 0 0 0 22159 4 0 0 20 0 1 0 32476755 90570752 17189 18446744073709551615 4198400 9112445 140722767563744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 16637952 140722767567162 140722767567341 140722767567341 140722767572943 0
/proc/21361/statm: 22112 17189 1024 1200 0 20592 0
Current children cumulated CPU time: 221.63 s
Current children cumulated vsize: 88448 KiB
Current children cumulated memory: 68756 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.01 3.99 5/252 21416
/proc/meminfo: memFree=130101644/131382116 swapFree=33010684/33010684
[pid=21361] ppid=21358 vsize=88448 memory=68756 CPUtime=281.5 cores=4,6
/proc/21361/stat : 21361 (Exact) R 21358 21361 21046 0 -1 4194304 14944 0 0 0 28146 4 0 0 20 0 1 0 32476755 90570752 17189 18446744073709551615 4198400 9112445 140722767563744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 16637952 140722767567162 140722767567341 140722767567341 140722767572943 0
/proc/21361/statm: 22112 17189 1024 1200 0 20592 0
Current children cumulated CPU time: 281.5 s
Current children cumulated vsize: 88448 KiB
Current children cumulated memory: 68756 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.02 4.00 5/250 21418
/proc/meminfo: memFree=130106152/131382116 swapFree=33010684/33010684
[pid=21361] ppid=21358 vsize=88448 memory=68756 CPUtime=341.36 cores=4,6
/proc/21361/stat : 21361 (Exact) R 21358 21361 21046 0 -1 4194304 14944 0 0 0 34132 4 0 0 20 0 1 0 32476755 90570752 17189 18446744073709551615 4198400 9112445 140722767563744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 16637952 140722767567162 140722767567341 140722767567341 140722767572943 0
/proc/21361/statm: 22112 17189 1024 1200 0 20592 0
Current children cumulated CPU time: 341.36 s
Current children cumulated vsize: 88448 KiB
Current children cumulated memory: 68756 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 4.05 4.01 5/251 21511
/proc/meminfo: memFree=129930220/131382116 swapFree=33010684/33010684
[pid=21361] ppid=21358 vsize=134612 memory=118764 CPUtime=401.18 cores=4,6
/proc/21361/stat : 21361 (Exact) R 21358 21361 21046 0 -1 4194304 25241 0 0 0 40105 13 0 0 20 0 1 0 32476755 137842688 29691 18446744073709551615 4198400 9112445 140722767563744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 16637952 140722767567162 140722767567341 140722767567341 140722767572943 0
/proc/21361/statm: 33653 29691 1248 1200 0 32133 0
Current children cumulated CPU time: 401.18 s
Current children cumulated vsize: 134612 KiB
Current children cumulated memory: 118764 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.07 4.01 5/252 21514
/proc/meminfo: memFree=129906672/131382116 swapFree=33010684/33010684
[pid=21361] ppid=21358 vsize=145572 memory=132304 CPUtime=461.01 cores=4,6
/proc/21361/stat : 21361 (Exact) R 21358 21361 21046 0 -1 4194304 27930 0 0 0 46077 24 0 0 20 0 1 0 32476755 149065728 33076 18446744073709551615 4198400 9112445 140722767563744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 16637952 140722767567162 140722767567341 140722767567341 140722767572943 0
/proc/21361/statm: 36393 33076 1248 1200 0 34873 0
Current children cumulated CPU time: 461.01 s

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

Current children cumulated memory: 233428 KiB

[startup+2862.3 s]
/proc/loadavg: 4.22 4.24 4.15 5/251 21775
/proc/meminfo: memFree=129063536/131382116 swapFree=33010684/33010684
[pid=21361] ppid=21358 vsize=250472 memory=234580 CPUtime=2853.9 cores=4,6
/proc/21361/stat : 21361 (Exact) R 21358 21361 21046 0 -1 4194304 45881 0 0 0 285048 342 0 0 20 0 1 0 32476755 256483328 58645 18446744073709551615 4198400 9112445 140722767563744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 16637952 140722767567162 140722767567341 140722767567341 140722767572943 0
/proc/21361/statm: 62618 58645 1248 1200 0 61098 0
Current children cumulated CPU time: 2853.9 s
Current children cumulated vsize: 250472 KiB
Current children cumulated memory: 234580 KiB

[startup+2922.3 s]
/proc/loadavg: 4.17 4.23 4.15 5/250 21779
/proc/meminfo: memFree=129070016/131382116 swapFree=33010684/33010684
[pid=21361] ppid=21358 vsize=250472 memory=234580 CPUtime=2913.74 cores=4,6
/proc/21361/stat : 21361 (Exact) R 21358 21361 21046 0 -1 4194304 45890 0 0 0 291026 348 0 0 20 0 1 0 32476755 256483328 58645 18446744073709551615 4198400 9112445 140722767563744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 16637952 140722767567162 140722767567341 140722767567341 140722767572943 0
/proc/21361/statm: 62618 58645 1248 1200 0 61098 0
Current children cumulated CPU time: 2913.74 s
Current children cumulated vsize: 250472 KiB
Current children cumulated memory: 234580 KiB

[startup+2982.3 s]
/proc/loadavg: 4.10 4.20 4.14 5/251 21786
/proc/meminfo: memFree=129066892/131382116 swapFree=33010684/33010684
[pid=21361] ppid=21358 vsize=252056 memory=236116 CPUtime=2973.58 cores=4,6
/proc/21361/stat : 21361 (Exact) R 21358 21361 21046 0 -1 4194304 46271 0 0 0 297004 354 0 0 20 0 1 0 32476755 258105344 59029 18446744073709551615 4198400 9112445 140722767563744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 16637952 140722767567162 140722767567341 140722767567341 140722767572943 0
/proc/21361/statm: 63014 59029 1248 1200 0 61494 0
Current children cumulated CPU time: 2973.58 s
Current children cumulated vsize: 252056 KiB
Current children cumulated memory: 236116 KiB

[startup+3042.3 s]
/proc/loadavg: 4.15 4.19 4.14 5/251 21788
/proc/meminfo: memFree=129060356/131382116 swapFree=33010684/33010684
[pid=21361] ppid=21358 vsize=252056 memory=236244 CPUtime=3033.42 cores=4,6
/proc/21361/stat : 21361 (Exact) R 21358 21361 21046 0 -1 4194304 46298 0 0 0 302978 364 0 0 20 0 1 0 32476755 258105344 59061 18446744073709551615 4198400 9112445 140722767563744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 16637952 140722767567162 140722767567341 140722767567341 140722767572943 0
/proc/21361/statm: 63014 59061 1248 1200 0 61494 0
Current children cumulated CPU time: 3033.42 s
Current children cumulated vsize: 252056 KiB
Current children cumulated memory: 236244 KiB

[startup+3102.3 s]
/proc/loadavg: 4.11 4.17 4.14 5/251 21790
/proc/meminfo: memFree=129053844/131382116 swapFree=33010684/33010684
[pid=21361] ppid=21358 vsize=252356 memory=236500 CPUtime=3093.26 cores=4,6
/proc/21361/stat : 21361 (Exact) R 21358 21361 21046 0 -1 4194304 46368 0 0 0 308955 371 0 0 20 0 1 0 32476755 258412544 59125 18446744073709551615 4198400 9112445 140722767563744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 16637952 140722767567162 140722767567341 140722767567341 140722767572943 0
/proc/21361/statm: 63089 59125 1248 1200 0 61569 0
Current children cumulated CPU time: 3093.26 s
Current children cumulated vsize: 252356 KiB
Current children cumulated memory: 236500 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.15 4.13 5/250 21792
/proc/meminfo: memFree=129045544/131382116 swapFree=33010684/33010684
[pid=21361] ppid=21358 vsize=252356 memory=236628 CPUtime=3153.1 cores=4,6
/proc/21361/stat : 21361 (Exact) R 21358 21361 21046 0 -1 4194304 46384 0 0 0 314931 379 0 0 20 0 1 0 32476755 258412544 59157 18446744073709551615 4198400 9112445 140722767563744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 16637952 140722767567162 140722767567341 140722767567341 140722767572943 0
/proc/21361/statm: 63089 59157 1248 1200 0 61569 0
Current children cumulated CPU time: 3153.1 s
Current children cumulated vsize: 252356 KiB
Current children cumulated memory: 236628 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.14 4.13 5/251 21795
/proc/meminfo: memFree=129046064/131382116 swapFree=33010684/33010684
[pid=21361] ppid=21358 vsize=253056 memory=237140 CPUtime=3212.94 cores=4,6
/proc/21361/stat : 21361 (Exact) R 21358 21361 21046 0 -1 4194304 46531 0 0 0 320907 387 0 0 20 0 1 0 32476755 259129344 59285 18446744073709551615 4198400 9112445 140722767563744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 16637952 140722767567162 140722767567341 140722767567341 140722767572943 0
/proc/21361/statm: 63264 59285 1248 1200 0 61744 0
Current children cumulated CPU time: 3212.94 s
Current children cumulated vsize: 253056 KiB
Current children cumulated memory: 237140 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.13 4.12 5/250 21797
/proc/meminfo: memFree=129023556/131382116 swapFree=33010684/33010684
[pid=21361] ppid=21358 vsize=253056 memory=237140 CPUtime=3272.77 cores=4,6
/proc/21361/stat : 21361 (Exact) R 21358 21361 21046 0 -1 4194304 46548 0 0 0 326883 394 0 0 20 0 1 0 32476755 259129344 59285 18446744073709551615 4198400 9112445 140722767563744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 16637952 140722767567162 140722767567341 140722767567341 140722767572943 0
/proc/21361/statm: 63264 59285 1248 1200 0 61744 0
Current children cumulated CPU time: 3272.77 s
Current children cumulated vsize: 253056 KiB
Current children cumulated memory: 237140 KiB

[startup+3342.3 s]
/proc/loadavg: 4.29 4.17 4.13 5/250 21799
/proc/meminfo: memFree=128986724/131382116 swapFree=33010684/33010684
[pid=21361] ppid=21358 vsize=253476 memory=237652 CPUtime=3332.59 cores=4,6
/proc/21361/stat : 21361 (Exact) R 21358 21361 21046 0 -1 4194304 46655 0 0 0 332857 402 0 0 20 0 1 0 32476755 259559424 59413 18446744073709551615 4198400 9112445 140722767563744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 16637952 140722767567162 140722767567341 140722767567341 140722767572943 0
/proc/21361/statm: 63369 59413 1248 1200 0 61849 0
Current children cumulated CPU time: 3332.59 s
Current children cumulated vsize: 253476 KiB
Current children cumulated memory: 237652 KiB

[startup+3402.3 s]
/proc/loadavg: 4.64 4.30 4.18 5/250 21801
/proc/meminfo: memFree=128978068/131382116 swapFree=33010684/33010684
[pid=21361] ppid=21358 vsize=254736 memory=238676 CPUtime=3392.39 cores=4,6
/proc/21361/stat : 21361 (Exact) R 21358 21361 21046 0 -1 4194304 46918 0 0 0 338833 406 0 0 20 0 1 0 32476755 260849664 59669 18446744073709551615 4198400 9112445 140722767563744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 16637952 140722767567162 140722767567341 140722767567341 140722767572943 0
/proc/21361/statm: 63684 59669 1248 1200 0 62164 0
Current children cumulated CPU time: 3392.39 s
Current children cumulated vsize: 254736 KiB
Current children cumulated memory: 238676 KiB

[startup+3462.3 s]
/proc/loadavg: 4.27 4.26 4.18 5/251 21804
/proc/meminfo: memFree=128867772/131382116 swapFree=33010684/33010684
[pid=21361] ppid=21358 vsize=257500 memory=241620 CPUtime=3452.19 cores=4,6
/proc/21361/stat : 21361 (Exact) R 21358 21361 21046 0 -1 4194304 47652 0 0 0 344807 412 0 0 20 0 1 0 32476755 263680000 60405 18446744073709551615 4198400 9112445 140722767563744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 16637952 140722767567162 140722767567341 140722767567341 140722767572943 0
/proc/21361/statm: 64375 60405 1248 1200 0 62855 0
Current children cumulated CPU time: 3452.19 s
Current children cumulated vsize: 257500 KiB
Current children cumulated memory: 241620 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.24 4.18 5/251 21810
/proc/meminfo: memFree=128868936/131382116 swapFree=33010684/33010684
[pid=21361] ppid=21358 vsize=258740 memory=242772 CPUtime=3511.99 cores=4,6
/proc/21361/stat : 21361 (Exact) R 21358 21361 21046 0 -1 4194304 47951 0 0 0 350780 419 0 0 20 0 1 0 32476755 264949760 60693 18446744073709551615 4198400 9112445 140722767563744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 16637952 140722767567162 140722767567341 140722767567341 140722767572943 0
/proc/21361/statm: 64685 60693 1248 1200 0 63165 0
Current children cumulated CPU time: 3511.99 s
Current children cumulated vsize: 258740 KiB
Current children cumulated memory: 242772 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.19 4.16 5/251 21816
/proc/meminfo: memFree=128865644/131382116 swapFree=33010684/33010684
[pid=21361] ppid=21358 vsize=258740 memory=242900 CPUtime=3571.79 cores=4,6
/proc/21361/stat : 21361 (Exact) R 21358 21361 21046 0 -1 4194304 47960 0 0 0 356749 430 0 0 20 0 1 0 32476755 264949760 60725 18446744073709551615 4198400 9112445 140722767563744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 16637952 140722767567162 140722767567341 140722767567341 140722767572943 0
/proc/21361/statm: 64685 60725 1248 1200 0 63165 0
Current children cumulated CPU time: 3571.79 s
Current children cumulated vsize: 258740 KiB
Current children cumulated memory: 242900 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.6 s]
/proc/loadavg: 4.10 4.19 4.16 5/251 21817
/proc/meminfo: memFree=128861924/131382116 swapFree=33010684/33010684
[pid=21361] ppid=21358 vsize=258740 memory=243284 CPUtime=3600 cores=4,6
/proc/21361/stat : 21361 (Exact) R 21358 21361 21046 0 -1 4194304 47965 0 0 0 359569 431 0 0 20 0 1 0 32476755 264949760 60821 18446744073709551615 4198400 9112445 140722767563744 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 16637952 140722767567162 140722767567341 140722767567341 140722767572943 0
/proc/21361/statm: 64685 60821 1248 1200 0 63165 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 258740 KiB
Current children cumulated memory: 243284 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.72 s, system=4.31874 s

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

Child status: 0

Real time (s): 3610.63
CPU time (s): 3600.04
CPU user time (s): 3595.72
CPU system time (s): 4.31874
CPU usage (%): 99.7068
Max. virtual memory (cumulated for all children) (KiB): 258740
Max. memory (cumulated for all children) (KiB): 243284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.72
system time used= 4.31874
maximum resident set size= 246428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47972
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= 75
involuntary context switches= 2366


# summary of solver processes directly reported to runsolver:
#   pid: 21361
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3595.72
#   total CPU system time (s): 4.31874

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.8012 second user time and 33.604 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-06-29 05:32:50
IDJOB=4482633
IDBENCH=152982
IDSOLVER=3317
FILE ID=nodeC011/4482633-1751167970
RUNJOBID= nodeC011-1751167606-21057
SLURM_JOB_ID= 9587507
Free space on /tmp= 433028 MiB

SOLVER NAME= Exact 2025-06-02
BENCH NAME= PB24/normalized-PB10/DEC-LIN/oliveras/j90/normalized-j9013_3-sat.opb
COMMAND LINE= HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=RANDOMSEED --ls=360 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4482633-1751167970/watcher-4482633-1751167970 -o /tmp/evaluation-result-4482633-1751167970/solver-4482633-1751167970 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751167606-21057 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1514943982 --ls=360 HOME/instance-4482633-1751167970.opb

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

MD5SUM BENCH= 69f6f997ce8de3d1a51b1c8599cc504d
RANDOM SEED=1514943982

nodeC011 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3662.716
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
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		: 3492.097
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
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.652
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
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.429
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
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		: 1198.325
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
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		: 3392.366
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
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.291
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
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.603
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        130161720 kB
MemAvailable:   129814464 kB
Buffers:            3280 kB
Cached:           464164 kB
SwapCached:            0 kB
Active:           444384 kB
Inactive:         216344 kB
Active(anon):     211256 kB
Inactive(anon):        0 kB
Active(file):     233128 kB
Inactive(file):   216344 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             26284 kB
Writeback:            16 kB
AnonPages:        196420 kB
Mapped:           115516 kB
Shmem:             17960 kB
KReclaimable:      85416 kB
Slab:             164844 kB
SReclaimable:      85416 kB
SUnreclaim:        79428 kB
KernelStack:        4048 kB
PageTables:         3320 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     591688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433016 MiB
End job on nodeC011 at 2025-06-29 06:33:01