Trace number 4527860

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
pb_picat 2025-07-11SAT 1241.75 1245.18

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob8.opb
MD5SUM3f61e6943d6ec76e40473bfb8d86b810
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.034438
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables86
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint86
Maximum length of a constraint86
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 21733991
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 300042743
Number of bits of the biggest sum of numbers29
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 solving HOME/instance-4527860-1752239336.opb (Picat 3.9b11, 7/10/2025)
1241.67/1245.17	s SATISFIABLE
1241.67/1245.17	v ~x14 ~x65 ~x27 ~x78 x40 ~x2 ~x53 x15 ~x66 ~x28 
1241.67/1245.17	v ~x79 x41 ~x3 ~x54 x16 ~x67 ~x29 ~x80 x42 ~x4 
1241.67/1245.17	v ~x55 ~x17 ~x68 x30 ~x81 ~x43 ~x5 ~x56 ~x18 ~x69 
1241.67/1245.17	v ~x31 ~x82 ~x44 ~x6 ~x57 x19 ~x70 x32 ~x83 ~x45 
1241.67/1245.17	v ~x7 ~x58 x20 ~x71 x33 ~x84 ~x46 ~x8 ~x59 x21 
1241.67/1245.17	v x72 ~x34 ~x85 ~x47 ~x9 ~x60 x22 ~x73 ~x35 ~x86 
1241.67/1245.17	v ~x48 ~x10 ~x61 ~x23 ~x74 ~x36 ~x49 ~x11 ~x62 ~x24 
1241.67/1245.17	v ~x75 ~x37 ~x50 x12 ~x63 x25 ~x76 ~x38 ~x51 x13 
1241.67/1245.17	v ~x64 ~x26 ~x77 ~x39 x1 ~x52 

Verifier Data

OK	0

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: 63665 MiB (52746 MiB free)
  memory of node 1: 64507 MiB (62992 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527860-1752239336/watcher-4527860-1752239336 -o /tmp/evaluation-result-4527860-1752239336/solver-4527860-1752239336 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1752239220-118130 --watchdog 3760 pb_picat HOME/instance-4527860-1752239336.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
solver pid=118954, runsolver pid=118951
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 3.61 2.27 2.71 5/264 118955
/proc/meminfo: memFree=118515332/131250000 swapFree=33008868/33010684
[pid=118954] ppid=118951 vsize=2027960 memory=18472 CPUtime=0.09 cores=4,6
/proc/118954/stat : 118954 (pb_picat) R 118951 118954 116001 0 -1 4194304 1034 0 0 0 9 0 0 0 20 0 1 0 139613812 2076631040 4618 18446744073709551615 94542670028800 94542671430381 140736520528128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94542671701808 94542673576048 94542679855104 140736520534428 140736520534504 140736520534504 140736520540108 0
/proc/118954/statm: 506990 4618 1760 343 0 504054 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2027960 KiB
Current children cumulated memory: 18472 KiB

[startup+0.205398 s]*
/proc/loadavg: 3.61 2.27 2.71 5/264 118955
/proc/meminfo: memFree=118513316/131250000 swapFree=33008868/33010684
[pid=118954] ppid=118951 vsize=2028984 memory=19240 CPUtime=0.19 cores=4,6
/proc/118954/stat : 118954 (pb_picat) R 118951 118954 116001 0 -1 4194304 1219 0 0 0 19 0 0 0 20 0 1 0 139613812 2077679616 4810 18446744073709551615 94542670028800 94542671430381 140736520528128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94542671701808 94542673576048 94542679855104 140736520534428 140736520534504 140736520534504 140736520540108 0
/proc/118954/statm: 507246 4810 1760 343 0 504310 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2028984 KiB
Current children cumulated memory: 19240 KiB

[startup+0.304533 s]*
/proc/loadavg: 3.61 2.27 2.71 5/264 118955
/proc/meminfo: memFree=118513316/131250000 swapFree=33008868/33010684
[pid=118954] ppid=118951 vsize=2029628 memory=20008 CPUtime=0.29 cores=4,6
/proc/118954/stat : 118954 (pb_picat) R 118951 118954 116001 0 -1 4194304 1432 0 0 0 29 0 0 0 20 0 1 0 139613812 2078339072 5002 18446744073709551615 94542670028800 94542671430381 140736520528128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94542671701808 94542673576048 94542679855104 140736520534428 140736520534504 140736520534504 140736520540108 0
/proc/118954/statm: 507407 5002 1760 343 0 504471 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2029628 KiB
Current children cumulated memory: 20008 KiB

[startup+0.700096 s]
/proc/loadavg: 3.61 2.27 2.71 5/264 118955
/proc/meminfo: memFree=118509284/131250000 swapFree=33008868/33010684
[pid=118954] ppid=118951 vsize=2032376 memory=21924 CPUtime=0.68 cores=4,6
/proc/118954/stat : 118954 (pb_picat) R 118951 118954 116001 0 -1 4194304 3410 0 0 0 68 0 0 0 20 0 1 0 139613812 2081153024 5481 18446744073709551615 94542670028800 94542671430381 140736520528128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94542671701808 94542673576048 94542679855104 140736520534428 140736520534504 140736520534504 140736520540108 0
/proc/118954/statm: 508094 5481 1760 343 0 505158 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2032376 KiB
Current children cumulated memory: 21924 KiB

[startup+1.5001 s]
/proc/loadavg: 3.61 2.27 2.71 5/264 118955
/proc/meminfo: memFree=118509284/131250000 swapFree=33008868/33010684
[pid=118954] ppid=118951 vsize=2032376 memory=22792 CPUtime=1.48 cores=4,6
/proc/118954/stat : 118954 (pb_picat) R 118951 118954 116001 0 -1 4194304 5819 0 0 0 147 1 0 0 20 0 1 0 139613812 2081153024 5698 18446744073709551615 94542670028800 94542671430381 140736520528128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94542671701808 94542673576048 94542679855104 140736520534428 140736520534504 140736520534504 140736520540108 0
/proc/118954/statm: 508094 5698 1760 343 0 505158 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2032376 KiB
Current children cumulated memory: 22792 KiB

[startup+3.10497 s]
/proc/loadavg: 3.64 2.30 2.72 4/263 118963
/proc/meminfo: memFree=118517748/131250000 swapFree=33008868/33010684
[pid=118954] ppid=118951 vsize=2034616 memory=23232 CPUtime=3.08 cores=4,6
/proc/118954/stat : 118954 (pb_picat) R 118951 118954 116001 0 -1 4194304 9506 0 0 0 306 2 0 0 20 0 1 0 139613812 2083446784 5808 18446744073709551615 94542670028800 94542671430381 140736520528128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94542671701808 94542673576048 94542679855104 140736520534428 140736520534504 140736520534504 140736520540108 0
/proc/118954/statm: 508654 5808 1760 343 0 505718 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2034616 KiB
Current children cumulated memory: 23232 KiB

[startup+6.3001 s]
/proc/loadavg: 3.64 2.30 2.72 5/264 119000
/proc/meminfo: memFree=118520336/131250000 swapFree=33008868/33010684
[pid=118954] ppid=118951 vsize=2034808 memory=24552 CPUtime=6.26 cores=4,6
/proc/118954/stat : 118954 (pb_picat) R 118951 118954 116001 0 -1 4194304 14630 0 0 0 624 2 0 0 20 0 1 0 139613812 2083643392 6138 18446744073709551615 94542670028800 94542671430381 140736520528128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94542671701808 94542673576048 94542679855104 140736520534428 140736520534504 140736520534504 140736520540108 0
/proc/118954/statm: 508702 6138 1760 343 0 505766 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2034808 KiB
Current children cumulated memory: 24552 KiB

[startup+12.7001 s]
/proc/loadavg: 3.92 2.40 2.75 5/264 119000
/proc/meminfo: memFree=118512212/131250000 swapFree=33008868/33010684
[pid=118954] ppid=118951 vsize=2037016 memory=25664 CPUtime=12.65 cores=4,6
/proc/118954/stat : 118954 (pb_picat) R 118951 118954 116001 0 -1 4194304 25759 0 0 0 1260 5 0 0 20 0 1 0 139613812 2085904384 6416 18446744073709551615 94542670028800 94542671430381 140736520528128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94542671701808 94542673576048 94542679855104 140736520534428 140736520534504 140736520534504 140736520540108 0
/proc/118954/statm: 509254 6416 1760 343 0 506318 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2037016 KiB
Current children cumulated memory: 25664 KiB

[startup+25.5001 s]
/proc/loadavg: 3.93 2.45 2.76 5/264 119000
/proc/meminfo: memFree=118505172/131250000 swapFree=33008868/33010684
[pid=118954] ppid=118951 vsize=2042108 memory=31900 CPUtime=25.42 cores=4,6
/proc/118954/stat : 118954 (pb_picat) R 118951 118954 116001 0 -1 4194304 45883 0 0 0 2533 9 0 0 20 0 1 0 139613812 2091118592 7975 18446744073709551615 94542670028800 94542671430381 140736520528128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94542671701808 94542673576048 94542679855104 140736520534428 140736520534504 140736520534504 140736520540108 0
/proc/118954/statm: 510527 7975 1760 343 0 507591 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2042108 KiB
Current children cumulated memory: 31900 KiB

[startup+51.1054 s]
/proc/loadavg: 3.96 2.58 2.80 5/265 119002
/proc/meminfo: memFree=118496036/131250000 swapFree=33008868/33010684
[pid=118954] ppid=118951 vsize=2039036 memory=25956 CPUtime=50.96 cores=4,6
/proc/118954/stat : 118954 (pb_picat) R 118951 118954 116001 0 -1 4194304 83235 0 0 0 5080 16 0 0 20 0 1 0 139613812 2087972864 6489 18446744073709551615 94542670028800 94542671430381 140736520528128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94542671701808 94542673576048 94542679855104 140736520534428 140736520534504 140736520534504 140736520540108 0
/proc/118954/statm: 509759 6489 1760 343 0 506823 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 2039036 KiB
Current children cumulated memory: 25956 KiB

[startup+102.3 s]
/proc/loadavg: 4.02 2.83 2.88 5/265 119003
/proc/meminfo: memFree=118490764/131250000 swapFree=33008868/33010684
[pid=118954] ppid=118951 vsize=2042764 memory=32560 CPUtime=102.02 cores=4,6
/proc/118954/stat : 118954 (pb_picat) R 118951 118954 116001 0 -1 4194304 143329 0 0 0 10173 29 0 0 20 0 1 0 139613812 2091790336 8140 18446744073709551615 94542670028800 94542671430381 140736520528128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94542671701808 94542673576048 94542679855104 140736520534428 140736520534504 140736520534504 140736520540108 0
/proc/118954/statm: 510691 8140 1760 343 0 507755 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 2042764 KiB
Current children cumulated memory: 32560 KiB

[startup+162.3 s]
/proc/loadavg: 4.05 3.06 2.95 5/265 119005
/proc/meminfo: memFree=118487764/131250000 swapFree=33008868/33010684
[pid=118954] ppid=118951 vsize=2038668 memory=28908 CPUtime=161.86 cores=4,6
/proc/118954/stat : 118954 (pb_picat) R 118951 118954 116001 0 -1 4194304 191710 0 0 0 16147 39 0 0 20 0 1 0 139613812 2087596032 7227 18446744073709551615 94542670028800 94542671430381 140736520528128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94542671701808 94542673576048 94542679855104 140736520534428 140736520534504 140736520534504 140736520540108 0
/proc/118954/statm: 509667 7227 1760 343 0 506731 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 2038668 KiB
Current children cumulated memory: 28908 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 3.27 3.03 5/263 119051
/proc/meminfo: memFree=118496400/131250000 swapFree=33008868/33010684
[pid=118954] ppid=118951 vsize=2047240 memory=33836 CPUtime=221.71 cores=4,6
/proc/118954/stat : 118954 (pb_picat) R 118951 118954 116001 0 -1 4194304 235580 0 0 0 22122 49 0 0 20 0 1 0 139613812 2096373760 8459 18446744073709551615 94542670028800 94542671430381 140736520528128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94542671701808 94542673576048 94542679855104 140736520534428 140736520534504 140736520534504 140736520540108 0
/proc/118954/statm: 511810 8459 1760 343 0 508874 0
Current children cumulated CPU time: 221.71 s
Current children cumulated vsize: 2047240 KiB
Current children cumulated memory: 33836 KiB

[startup+282.3 s]
/proc/loadavg: 4.17 3.44 3.11 5/265 119056
/proc/meminfo: memFree=118479504/131250000 swapFree=33008868/33010684
[pid=118954] ppid=118951 vsize=2051336 memory=37344 CPUtime=281.56 cores=4,6
/proc/118954/stat : 118954 (pb_picat) R 118951 118954 116001 0 -1 4194304 298118 0 0 0 28091 65 0 0 20 0 1 0 139613812 2100568064 9336 18446744073709551615 94542670028800 94542671430381 140736520528128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94542671701808 94542673576048 94542679855104 140736520534428 140736520534504 140736520534504 140736520540108 0
/proc/118954/statm: 512834 9336 1760 343 0 509898 0
Current children cumulated CPU time: 281.56 s
Current children cumulated vsize: 2051336 KiB
Current children cumulated memory: 37344 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 3.54 3.16 5/265 119058
/proc/meminfo: memFree=118477884/131250000 swapFree=33008868/33010684
[pid=118954] ppid=118951 vsize=2051336 memory=34800 CPUtime=341.41 cores=4,6
/proc/118954/stat : 118954 (pb_picat) R 118951 118954 116001 0 -1 4194304 347400 0 0 0 34062 79 0 0 20 0 1 0 139613812 2100568064 8700 18446744073709551615 94542670028800 94542671430381 140736520528128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94542671701808 94542673576048 94542679855104 140736520534428 140736520534504 140736520534504 140736520540108 0
/proc/118954/statm: 512834 8700 1760 343 0 509898 0
Current children cumulated CPU time: 341.41 s
Current children cumulated vsize: 2051336 KiB
Current children cumulated memory: 34800 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 3.66 3.23 5/267 119064
/proc/meminfo: memFree=118483260/131250000 swapFree=33008868/33010684
[pid=118954] ppid=118951 vsize=2055432 memory=35064 CPUtime=401.25 cores=4,6
/proc/118954/stat : 118954 (pb_picat) R 118951 118954 116001 0 -1 4194304 392487 0 0 0 40033 92 0 0 20 0 1 0 139613812 2104762368 8766 18446744073709551615 94542670028800 94542671430381 140736520528128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94542671701808 94542673576048 94542679855104 140736520534428 140736520534504 140736520534504 140736520540108 0
/proc/118954/statm: 513858 8766 1760 343 0 510922 0
Current children cumulated CPU time: 401.25 s
Current children cumulated vsize: 2055432 KiB
Current children cumulated memory: 35064 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 3.75 3.29 5/267 119247
/proc/meminfo: memFree=117162340/131250000 swapFree=33008868/33010684
[pid=118954] ppid=118951 vsize=2055432 memory=40108 CPUtime=461.09 cores=4,6
/proc/118954/stat : 118954 (pb_picat) R 118951 118954 116001 0 -1 4194304 452749 0 0 0 46001 108 0 0 20 0 1 0 139613812 2104762368 10027 18446744073709551615 94542670028800 94542671430381 140736520528128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94542671701808 94542673576048 94542679855104 140736520534428 140736520534504 140736520534504 140736520540108 0
/proc/118954/statm: 513858 10027 1760 343 0 510922 0
Current children cumulated CPU time: 461.09 s

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

/proc/loadavg: 4.14 3.96 3.49 5/264 119259
/proc/meminfo: memFree=117147612/131250000 swapFree=33008868/33010684
[pid=118954] ppid=118951 vsize=2055432 memory=45952 CPUtime=700.42 cores=4,6
/proc/118954/stat : 118954 (pb_picat) R 118951 118954 116001 0 -1 4194304 579400 0 0 0 69895 147 0 0 20 0 1 0 139613812 2104762368 11488 18446744073709551615 94542670028800 94542671430381 140736520528128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94542671701808 94542673576048 94542679855104 140736520534428 140736520534504 140736520534504 140736520540108 0
/proc/118954/statm: 513858 11488 1760 343 0 510922 0
Current children cumulated CPU time: 700.42 s
Current children cumulated vsize: 2055432 KiB
Current children cumulated memory: 45952 KiB

[startup+762.3 s]
/proc/loadavg: 4.05 3.97 3.52 5/263 119261
/proc/meminfo: memFree=117160012/131250000 swapFree=33008868/33010684
[pid=118954] ppid=118951 vsize=2057308 memory=45608 CPUtime=760.24 cores=4,6
/proc/118954/stat : 118954 (pb_picat) R 118951 118954 116001 0 -1 4194304 600373 0 0 0 75870 154 0 0 20 0 1 0 139613812 2106683392 11402 18446744073709551615 94542670028800 94542671430381 140736520528128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94542671701808 94542673576048 94542679855104 140736520534428 140736520534504 140736520534504 140736520540108 0
/proc/118954/statm: 514327 11402 1760 343 0 511391 0
Current children cumulated CPU time: 760.24 s
Current children cumulated vsize: 2057308 KiB
Current children cumulated memory: 45608 KiB

[startup+822.3 s]
/proc/loadavg: 4.13 4.01 3.57 5/264 119264
/proc/meminfo: memFree=117128332/131250000 swapFree=33008868/33010684
[pid=118954] ppid=118951 vsize=2065500 memory=48040 CPUtime=820.07 cores=4,6
/proc/118954/stat : 118954 (pb_picat) R 118951 118954 116001 0 -1 4194304 633392 0 0 0 81840 167 0 0 20 0 1 0 139613812 2115072000 12010 18446744073709551615 94542670028800 94542671430381 140736520528128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94542671701808 94542673576048 94542679855104 140736520534428 140736520534504 140736520534504 140736520540108 0
/proc/118954/statm: 516375 12010 1760 343 0 513439 0
Current children cumulated CPU time: 820.07 s
Current children cumulated vsize: 2065500 KiB
Current children cumulated memory: 48040 KiB

[startup+882.3 s]
/proc/loadavg: 4.11 4.02 3.60 5/264 119266
/proc/meminfo: memFree=117136072/131250000 swapFree=33008868/33010684
[pid=118954] ppid=118951 vsize=2057308 memory=43944 CPUtime=879.9 cores=4,6
/proc/118954/stat : 118954 (pb_picat) R 118951 118954 116001 0 -1 4194304 656349 0 0 0 87816 174 0 0 20 0 1 0 139613812 2106683392 10986 18446744073709551615 94542670028800 94542671430381 140736520528128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94542671701808 94542673576048 94542679855104 140736520534428 140736520534504 140736520534504 140736520540108 0
/proc/118954/statm: 514327 10986 1760 343 0 511391 0
Current children cumulated CPU time: 879.9 s
Current children cumulated vsize: 2057308 KiB
Current children cumulated memory: 43944 KiB

[startup+942.3 s]
/proc/loadavg: 4.16 4.05 3.64 5/264 119268
/proc/meminfo: memFree=117137520/131250000 swapFree=33008868/33010684
[pid=118954] ppid=118951 vsize=2057308 memory=42112 CPUtime=939.73 cores=4,6
/proc/118954/stat : 118954 (pb_picat) R 118951 118954 116001 0 -1 4194304 676360 0 0 0 93791 182 0 0 20 0 1 0 139613812 2106683392 10528 18446744073709551615 94542670028800 94542671430381 140736520528128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94542671701808 94542673576048 94542679855104 140736520534428 140736520534504 140736520534504 140736520540108 0
/proc/118954/statm: 514327 10528 1760 343 0 511391 0
Current children cumulated CPU time: 939.73 s
Current children cumulated vsize: 2057308 KiB
Current children cumulated memory: 42112 KiB

[startup+1002.3 s]
/proc/loadavg: 4.13 4.05 3.67 5/264 119273
/proc/meminfo: memFree=117123896/131250000 swapFree=33008868/33010684
[pid=118954] ppid=118951 vsize=2081884 memory=53288 CPUtime=999.55 cores=4,6
/proc/118954/stat : 118954 (pb_picat) R 118951 118954 116001 0 -1 4194304 696096 0 0 0 99767 188 0 0 20 0 1 0 139613812 2131849216 13322 18446744073709551615 94542670028800 94542671430381 140736520528128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94542671701808 94542673576048 94542679855104 140736520534428 140736520534504 140736520534504 140736520540108 0
/proc/118954/statm: 520471 13322 1760 343 0 517535 0
Current children cumulated CPU time: 999.55 s
Current children cumulated vsize: 2081884 KiB
Current children cumulated memory: 53288 KiB

[startup+1062.3 s]
/proc/loadavg: 4.10 4.06 3.70 5/264 119275
/proc/meminfo: memFree=117116812/131250000 swapFree=33008868/33010684
[pid=118954] ppid=118951 vsize=2073692 memory=49320 CPUtime=1059.38 cores=4,6
/proc/118954/stat : 118954 (pb_picat) R 118951 118954 116001 0 -1 4194304 724767 0 0 0 105738 200 0 0 20 0 1 0 139613812 2123460608 12330 18446744073709551615 94542670028800 94542671430381 140736520528128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94542671701808 94542673576048 94542679855104 140736520534428 140736520534504 140736520534504 140736520540108 0
/proc/118954/statm: 518423 12330 1760 343 0 515487 0
Current children cumulated CPU time: 1059.38 s
Current children cumulated vsize: 2073692 KiB
Current children cumulated memory: 49320 KiB

[startup+1122.3 s]
/proc/loadavg: 4.08 4.06 3.73 5/264 119282
/proc/meminfo: memFree=117107840/131250000 swapFree=33008868/33010684
[pid=118954] ppid=118951 vsize=2057308 memory=45608 CPUtime=1119.22 cores=4,6
/proc/118954/stat : 118954 (pb_picat) R 118951 118954 116001 0 -1 4194304 744988 0 0 0 111713 209 0 0 20 0 1 0 139613812 2106683392 11402 18446744073709551615 94542670028800 94542671430381 140736520528128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94542671701808 94542673576048 94542679855104 140736520534428 140736520534504 140736520534504 140736520540108 0
/proc/118954/statm: 514327 11402 1760 343 0 511391 0
Current children cumulated CPU time: 1119.22 s
Current children cumulated vsize: 2057308 KiB
Current children cumulated memory: 45608 KiB

[startup+1182.3 s]
/proc/loadavg: 4.06 4.06 3.75 5/265 119285
/proc/meminfo: memFree=117084364/131250000 swapFree=33008868/33010684
[pid=118954] ppid=118951 vsize=2081884 memory=50016 CPUtime=1179.04 cores=4,6
/proc/118954/stat : 118954 (pb_picat) R 118951 118954 116001 0 -1 4194304 766241 0 0 0 117688 216 0 0 20 0 1 0 139613812 2131849216 12504 18446744073709551615 94542670028800 94542671430381 140736520528128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94542671701808 94542673576048 94542679855104 140736520534428 140736520534504 140736520534504 140736520540108 0
/proc/118954/statm: 520471 12504 1760 343 0 517535 0
Current children cumulated CPU time: 1179.04 s
Current children cumulated vsize: 2081884 KiB
Current children cumulated memory: 50016 KiB

[startup+1242.3 s]
/proc/loadavg: 4.06 4.06 3.77 5/265 119287
/proc/meminfo: memFree=117090532/131250000 swapFree=33008868/33010684
[pid=118954] ppid=118951 vsize=2065500 memory=46888 CPUtime=1238.87 cores=4,6
/proc/118954/stat : 118954 (pb_picat) R 118951 118954 116001 0 -1 4194304 796525 0 0 0 123659 228 0 0 20 0 1 0 139613812 2115072000 11722 18446744073709551615 94542670028800 94542671430381 140736520528128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94542671701808 94542673576048 94542679855104 140736520534428 140736520534504 140736520534504 140736520540108 0
/proc/118954/statm: 516375 11722 1760 343 0 513439 0
Current children cumulated CPU time: 1238.87 s
Current children cumulated vsize: 2065500 KiB
Current children cumulated memory: 46888 KiB

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

# cumulated CPU time of all completed processes:  user=1239.46 s, system=2.28392 s

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

[startup+1243.2 s]
/proc/loadavg: 4.06 4.06 3.77 5/265 119287
/proc/meminfo: memFree=117090532/131250000 swapFree=33008868/33010684
[pid=118954] ppid=118951 vsize=2065500 memory=49272 CPUtime=1239.77 cores=4,6
/proc/118954/stat : 118954 (pb_picat) R 118951 118954 116001 0 -1 4194304 796608 0 0 0 123749 228 0 0 20 0 1 0 139613812 2115072000 12318 18446744073709551615 94542670028800 94542671430381 140736520528128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94542671701808 94542673576048 94542679855104 140736520534428 140736520534504 140736520534504 140736520540108 0
/proc/118954/statm: 516375 12318 1760 343 0 513439 0
Current children cumulated CPU time: 1239.77 s
Current children cumulated vsize: 2065500 KiB
Current children cumulated memory: 49272 KiB

[startup+1244 s]*
/proc/loadavg: 4.06 4.06 3.77 5/265 119287
/proc/meminfo: memFree=117090532/131250000 swapFree=33008868/33010684
[pid=118954] ppid=118951 vsize=2081884 memory=52008 CPUtime=1240.57 cores=4,6
/proc/118954/stat : 118954 (pb_picat) R 118951 118954 116001 0 -1 4194304 796789 0 0 0 123829 228 0 0 20 0 1 0 139613812 2131849216 13002 18446744073709551615 94542670028800 94542671430381 140736520528128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94542671701808 94542673576048 94542679855104 140736520534428 140736520534504 140736520534504 140736520540108 0
/proc/118954/statm: 520471 13002 1760 343 0 517535 0
Current children cumulated CPU time: 1240.57 s
Current children cumulated vsize: 2081884 KiB
Current children cumulated memory: 52008 KiB

[startup+1244.8 s]
/proc/loadavg: 4.06 4.06 3.77 5/265 119287
/proc/meminfo: memFree=117090532/131250000 swapFree=33008868/33010684
[pid=118954] ppid=118951 vsize=2081884 memory=53672 CPUtime=1241.36 cores=4,6
/proc/118954/stat : 118954 (pb_picat) R 118951 118954 116001 0 -1 4194304 797221 0 0 0 123908 228 0 0 20 0 1 0 139613812 2131849216 13418 18446744073709551615 94542670028800 94542671430381 140736520528128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94542671701808 94542673576048 94542679855104 140736520534428 140736520534504 140736520534504 140736520540108 0
/proc/118954/statm: 520471 13418 1760 343 0 517535 0
Current children cumulated CPU time: 1241.36 s
Current children cumulated vsize: 2081884 KiB
Current children cumulated memory: 53672 KiB

[startup+1245 s]*
/proc/loadavg: 4.06 4.06 3.77 5/265 119287
/proc/meminfo: memFree=117082340/131250000 swapFree=33008868/33010684
[pid=118954] ppid=118951 vsize=2081884 memory=54056 CPUtime=1241.57 cores=4,6
/proc/118954/stat : 118954 (pb_picat) R 118951 118954 116001 0 -1 4194304 797304 0 0 0 123929 228 0 0 20 0 1 0 139613812 2131849216 13514 18446744073709551615 94542670028800 94542671430381 140736520528128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94542671701808 94542673576048 94542679855104 140736520534428 140736520534504 140736520534504 140736520540108 0
/proc/118954/statm: 520471 13514 1760 343 0 517535 0
Current children cumulated CPU time: 1241.57 s
Current children cumulated vsize: 2081884 KiB
Current children cumulated memory: 54056 KiB

[startup+1245.11 s]
/proc/loadavg: 4.06 4.06 3.77 5/265 119287
/proc/meminfo: memFree=117082340/131250000 swapFree=33008868/33010684
[pid=118954] ppid=118951 vsize=2081884 memory=54184 CPUtime=1241.67 cores=4,6
/proc/118954/stat : 118954 (pb_picat) R 118951 118954 116001 0 -1 4194304 797359 0 0 0 123939 228 0 0 20 0 1 0 139613812 2131849216 13546 18446744073709551615 94542670028800 94542671430381 140736520528128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94542671701808 94542673576048 94542679855104 140736520534428 140736520534504 140736520534504 140736520540108 0
/proc/118954/statm: 520471 13546 1760 343 0 517535 0
Current children cumulated CPU time: 1241.67 s
Current children cumulated vsize: 2081884 KiB
Current children cumulated memory: 54184 KiB

Child status: 0

Real time (s): 1245.18
CPU time (s): 1241.75
CPU user time (s): 1239.46
CPU system time (s): 2.28392
CPU usage (%): 99.7245
Max. virtual memory (cumulated for all children) (KiB): 2081884
Max. memory (cumulated for all children) (KiB): 57896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1239.46
system time used= 2.28392
maximum resident set size= 57896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 797391
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= 67
involuntary context switches= 1770


# summary of solver processes directly reported to runsolver:
#   pid: 118954
#   total CPU time (s): 1241.75
#   total CPU user time (s): 1239.46
#   total CPU system time (s): 2.28392

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.73639 second user time and 4.7087 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-11 15:08:56
IDJOB=4527860
IDBENCH=148105
IDSOLVER=3385
FILE ID=nodeC013/4527860-1752239336
RUNJOBID= nodeC013-1752239220-118130
SLURM_JOB_ID= 9682524
Free space on /tmp= 432240 MiB

SOLVER NAME= pb_picat 2025-07-11
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob8.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527860-1752239336/watcher-4527860-1752239336 -o /tmp/evaluation-result-4527860-1752239336/solver-4527860-1752239336 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1752239220-118130 --watchdog 3760  pb_picat HOME/instance-4527860-1752239336.opb

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

MD5SUM BENCH= 3f61e6943d6ec76e40473bfb8d86b810
RANDOM SEED=2013871744

nodeC013 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	: 0xb00002a
cpu MHz		: 3599.826
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 pti ibrs ibpb stibp 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	: 6999.67
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		: 3599.829
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 pti ibrs ibpb stibp 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	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.803
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 pti ibrs ibpb stibp 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	: 6999.67
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		: 3644.585
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 pti ibrs ibpb stibp 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	: 6999.67
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		: 3655.620
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 pti ibrs ibpb stibp 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	: 6999.67
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		: 3599.792
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 pti ibrs ibpb stibp 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	: 6999.67
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		: 3599.822
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 pti ibrs ibpb stibp 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	: 6999.67
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		: 3605.488
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 pti ibrs ibpb stibp 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	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        118517096 kB
MemAvailable:   129549564 kB
Buffers:            1668 kB
Cached:         11780216 kB
SwapCached:          164 kB
Active:           655108 kB
Inactive:       11338508 kB
Active(anon):     228168 kB
Inactive(anon):     4868 kB
Active(file):     426940 kB
Inactive(file): 11333640 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008868 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3660 kB
Writeback:             0 kB
AnonPages:        212892 kB
Mapped:           111844 kB
Shmem:             21304 kB
KReclaimable:     221852 kB
Slab:             315788 kB
SReclaimable:     221852 kB
SUnreclaim:        93936 kB
KernelStack:        4304 kB
PageTables:         3608 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    6479156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432216 MiB
End job on nodeC013 at 2025-07-11 15:29:41