Trace number 4527849

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 1594.32 1598.94

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww3.opb
MD5SUMbbc1115e586f74a0f8929a975bad121a
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.013638
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables68
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 constraint68
Maximum length of a constraint68
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 58925135
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 568217345
Number of bits of the biggest sum of numbers30
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.01	c solving HOME/instance-4527849-1752239319.opb (Picat 3.9b11, 7/10/2025)
1594.27/1598.93	s SATISFIABLE
1594.27/1598.93	v ~x68 ~x30 ~x43 ~x5 ~x56 x18 ~x31 ~x44 ~x6 ~x57 
1594.27/1598.93	v x19 ~x32 ~x45 ~x7 ~x58 x20 ~x33 ~x46 ~x8 ~x59 
1594.27/1598.93	v ~x21 ~x34 ~x47 ~x9 ~x60 x22 ~x35 ~x48 ~x10 ~x61 
1594.27/1598.93	v ~x23 ~x36 ~x49 ~x11 ~x62 ~x24 ~x37 ~x50 ~x12 ~x63 
1594.27/1598.93	v x25 ~x38 ~x51 ~x13 ~x64 ~x26 ~x39 ~x1 ~x52 x14 
1594.27/1598.93	v ~x65 x27 ~x40 ~x2 ~x53 ~x15 ~x66 ~x28 ~x41 ~x3 
1594.27/1598.93	v ~x54 ~x16 ~x67 ~x29 ~x42 ~x4 ~x55 x17 

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: 63794 MiB (62519 MiB free)
  memory of node 1: 64507 MiB (62714 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527849-1752239319/watcher-4527849-1752239319 -o /tmp/evaluation-result-4527849-1752239319/solver-4527849-1752239319 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1752238731-113183 --watchdog 3760 pb_picat HOME/instance-4527849-1752239319.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=114178, runsolver pid=114175
Current StackSize limit: 8192 KiB


[startup+0.100067 s]*
/proc/loadavg: 4.13 3.86 3.82 5/252 114179
/proc/meminfo: memFree=128223888/131382112 swapFree=33009904/33010684
[pid=114178] ppid=114175 vsize=2029396 memory=19016 CPUtime=0.08 cores=1,3
/proc/114178/stat : 114178 (pb_picat) R 114175 114178 111409 0 -1 4194304 1286 0 0 0 8 0 0 0 20 0 1 0 139610747 2078101504 4754 18446744073709551615 94752119668736 94752121070317 140732394933664 0 0 0 0 0 8389634 0 0 0 17 3 0 0 0 0 0 94752121341744 94752123215984 94752139476992 140732394940828 140732394940904 140732394940904 140732394946508 0
/proc/114178/statm: 507349 4754 1664 343 0 504413 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 2029396 KiB
Current children cumulated memory: 19016 KiB

[startup+0.213694 s]*
/proc/loadavg: 4.13 3.86 3.82 5/252 114179
/proc/meminfo: memFree=128219792/131382112 swapFree=33009904/33010684
[pid=114178] ppid=114175 vsize=2029396 memory=19144 CPUtime=0.19 cores=1,3
/proc/114178/stat : 114178 (pb_picat) R 114175 114178 111409 0 -1 4194304 1330 0 0 0 19 0 0 0 20 0 1 0 139610747 2078101504 4786 18446744073709551615 94752119668736 94752121070317 140732394933664 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94752121341744 94752123215984 94752139476992 140732394940828 140732394940904 140732394940904 140732394946508 0
/proc/114178/statm: 507349 4786 1664 343 0 504413 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2029396 KiB
Current children cumulated memory: 19144 KiB

[startup+0.312604 s]*
/proc/loadavg: 4.13 3.86 3.82 5/252 114179
/proc/meminfo: memFree=128215696/131382112 swapFree=33009904/33010684
[pid=114178] ppid=114175 vsize=2029396 memory=19272 CPUtime=0.29 cores=1,3
/proc/114178/stat : 114178 (pb_picat) R 114175 114178 111409 0 -1 4194304 1355 0 0 0 29 0 0 0 20 0 1 0 139610747 2078101504 4818 18446744073709551615 94752119668736 94752121070317 140732394933664 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94752121341744 94752123215984 94752139476992 140732394940828 140732394940904 140732394940904 140732394946508 0
/proc/114178/statm: 507349 4818 1664 343 0 504413 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2029396 KiB
Current children cumulated memory: 19272 KiB

[startup+0.700244 s]
/proc/loadavg: 4.13 3.86 3.82 5/252 114179
/proc/meminfo: memFree=128211600/131382112 swapFree=33009904/33010684
[pid=114178] ppid=114175 vsize=2029944 memory=19656 CPUtime=0.66 cores=1,3
/proc/114178/stat : 114178 (pb_picat) R 114175 114178 111409 0 -1 4194304 1446 0 0 0 66 0 0 0 20 0 1 0 139610747 2078662656 4914 18446744073709551615 94752119668736 94752121070317 140732394933664 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94752121341744 94752123215984 94752139476992 140732394940828 140732394940904 140732394940904 140732394946508 0
/proc/114178/statm: 507486 4914 1664 343 0 504550 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 2029944 KiB
Current children cumulated memory: 19656 KiB

[startup+1.50024 s]
/proc/loadavg: 4.13 3.86 3.82 5/252 114179
/proc/meminfo: memFree=128199312/131382112 swapFree=33009904/33010684
[pid=114178] ppid=114175 vsize=2029944 memory=19876 CPUtime=1.47 cores=1,3
/proc/114178/stat : 114178 (pb_picat) R 114175 114178 111409 0 -1 4194304 2062 0 0 0 146 1 0 0 20 0 1 0 139610747 2078662656 4969 18446744073709551615 94752119668736 94752121070317 140732394933664 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94752121341744 94752123215984 94752139476992 140732394940828 140732394940904 140732394940904 140732394946508 0
/proc/114178/statm: 507486 4969 1664 343 0 504550 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 2029944 KiB
Current children cumulated memory: 19876 KiB

[startup+3.11283 s]
/proc/loadavg: 4.20 3.88 3.82 4/248 114187
/proc/meminfo: memFree=128233508/131382112 swapFree=33009904/33010684
[pid=114178] ppid=114175 vsize=2032268 memory=21860 CPUtime=3.07 cores=1,3
/proc/114178/stat : 114178 (pb_picat) R 114175 114178 111409 0 -1 4194304 4431 0 0 0 306 1 0 0 20 0 1 0 139610747 2081042432 5465 18446744073709551615 94752119668736 94752121070317 140732394933664 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94752121341744 94752123215984 94752139476992 140732394940828 140732394940904 140732394940904 140732394946508 0
/proc/114178/statm: 508067 5465 1664 343 0 505131 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 2032268 KiB
Current children cumulated memory: 21860 KiB

[startup+6.30024 s]
/proc/loadavg: 4.20 3.88 3.82 5/252 114224
/proc/meminfo: memFree=128230760/131382112 swapFree=33009904/33010684
[pid=114178] ppid=114175 vsize=2034488 memory=23040 CPUtime=6.24 cores=1,3
/proc/114178/stat : 114178 (pb_picat) R 114175 114178 111409 0 -1 4194304 10984 0 0 0 621 3 0 0 20 0 1 0 139610747 2083315712 5760 18446744073709551615 94752119668736 94752121070317 140732394933664 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94752121341744 94752123215984 94752139476992 140732394940828 140732394940904 140732394940904 140732394946508 0
/proc/114178/statm: 508622 5760 1664 343 0 505686 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 2034488 KiB
Current children cumulated memory: 23040 KiB

[startup+12.7002 s]
/proc/loadavg: 4.17 3.89 3.83 5/252 114224
/proc/meminfo: memFree=128203368/131382112 swapFree=33009904/33010684
[pid=114178] ppid=114175 vsize=2036536 memory=24784 CPUtime=12.62 cores=1,3
/proc/114178/stat : 114178 (pb_picat) R 114175 114178 111409 0 -1 4194304 20614 0 0 0 1257 5 0 0 20 0 1 0 139610747 2085412864 6196 18446744073709551615 94752119668736 94752121070317 140732394933664 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94752121341744 94752123215984 94752139476992 140732394940828 140732394940904 140732394940904 140732394946508 0
/proc/114178/statm: 509134 6196 1664 343 0 506198 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 2036536 KiB
Current children cumulated memory: 24784 KiB

[startup+25.5003 s]
/proc/loadavg: 4.14 3.89 3.83 5/252 114225
/proc/meminfo: memFree=128227808/131382112 swapFree=33009904/33010684
[pid=114178] ppid=114175 vsize=2035424 memory=23200 CPUtime=25.39 cores=1,3
/proc/114178/stat : 114178 (pb_picat) R 114175 114178 111409 0 -1 4194304 40964 0 0 0 2530 9 0 0 20 0 1 0 139610747 2084274176 5800 18446744073709551615 94752119668736 94752121070317 140732394933664 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94752121341744 94752123215984 94752139476992 140732394940828 140732394940904 140732394940904 140732394946508 0
/proc/114178/statm: 508856 5800 1664 343 0 505920 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 2035424 KiB
Current children cumulated memory: 23200 KiB

[startup+51.1127 s]
/proc/loadavg: 4.17 3.92 3.84 5/250 114225
/proc/meminfo: memFree=128214428/131382112 swapFree=33009904/33010684
[pid=114178] ppid=114175 vsize=2042384 memory=30820 CPUtime=50.94 cores=1,3
/proc/114178/stat : 114178 (pb_picat) R 114175 114178 111409 0 -1 4194304 72102 0 0 0 5080 14 0 0 20 0 1 0 139610747 2091401216 7705 18446744073709551615 94752119668736 94752121070317 140732394933664 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94752121341744 94752123215984 94752139476992 140732394940828 140732394940904 140732394940904 140732394946508 0
/proc/114178/statm: 510596 7705 1664 343 0 507660 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 2042384 KiB
Current children cumulated memory: 30820 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 3.95 3.85 5/250 114227
/proc/meminfo: memFree=128232864/131382112 swapFree=33009904/33010684
[pid=114178] ppid=114175 vsize=2042804 memory=31396 CPUtime=101.98 cores=1,3
/proc/114178/stat : 114178 (pb_picat) R 114175 114178 111409 0 -1 4194304 115655 0 0 0 10175 23 0 0 20 0 1 0 139610747 2091831296 7849 18446744073709551615 94752119668736 94752121070317 140732394933664 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94752121341744 94752123215984 94752139476992 140732394940828 140732394940904 140732394940904 140732394946508 0
/proc/114178/statm: 510701 7849 1664 343 0 507765 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 2042804 KiB
Current children cumulated memory: 31396 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 3.97 3.87 5/249 114229
/proc/meminfo: memFree=128200428/131382112 swapFree=33009904/33010684
[pid=114178] ppid=114175 vsize=2042804 memory=31900 CPUtime=161.81 cores=1,3
/proc/114178/stat : 114178 (pb_picat) R 114175 114178 111409 0 -1 4194304 156605 0 0 0 16147 34 0 0 20 0 1 0 139610747 2091831296 7975 18446744073709551615 94752119668736 94752121070317 140732394933664 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94752121341744 94752123215984 94752139476992 140732394940828 140732394940904 140732394940904 140732394946508 0
/proc/114178/statm: 510701 7975 1664 343 0 507765 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 2042804 KiB
Current children cumulated memory: 31900 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.00 3.89 5/249 114231
/proc/meminfo: memFree=128207192/131382112 swapFree=33009904/33010684
[pid=114178] ppid=114175 vsize=2046900 memory=32012 CPUtime=221.64 cores=1,3
/proc/114178/stat : 114178 (pb_picat) R 114175 114178 111409 0 -1 4194304 188975 0 0 0 22121 43 0 0 20 0 1 0 139610747 2096025600 8003 18446744073709551615 94752119668736 94752121070317 140732394933664 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94752121341744 94752123215984 94752139476992 140732394940828 140732394940904 140732394940904 140732394946508 0
/proc/114178/statm: 511725 8003 1664 343 0 508789 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 2046900 KiB
Current children cumulated memory: 32012 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.01 3.91 5/249 114233
/proc/meminfo: memFree=128182604/131382112 swapFree=33009904/33010684
[pid=114178] ppid=114175 vsize=2042804 memory=27380 CPUtime=281.48 cores=1,3
/proc/114178/stat : 114178 (pb_picat) R 114175 114178 111409 0 -1 4194304 225033 0 0 0 28095 53 0 0 20 0 1 0 139610747 2091831296 6845 18446744073709551615 94752119668736 94752121070317 140732394933664 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94752121341744 94752123215984 94752139476992 140732394940828 140732394940904 140732394940904 140732394946508 0
/proc/114178/statm: 510701 6845 1664 343 0 507765 0
Current children cumulated CPU time: 281.48 s
Current children cumulated vsize: 2042804 KiB
Current children cumulated memory: 27380 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 4.03 3.92 5/249 114235
/proc/meminfo: memFree=128203260/131382112 swapFree=33009904/33010684
[pid=114178] ppid=114175 vsize=2055092 memory=38584 CPUtime=341.32 cores=1,3
/proc/114178/stat : 114178 (pb_picat) R 114175 114178 111409 0 -1 4194304 260104 0 0 0 34068 64 0 0 20 0 1 0 139610747 2104414208 9646 18446744073709551615 94752119668736 94752121070317 140732394933664 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94752121341744 94752123215984 94752139476992 140732394940828 140732394940904 140732394940904 140732394946508 0
/proc/114178/statm: 513773 9646 1664 343 0 510837 0
Current children cumulated CPU time: 341.32 s
Current children cumulated vsize: 2055092 KiB
Current children cumulated memory: 38584 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.05 3.94 5/249 114237
/proc/meminfo: memFree=128200036/131382112 swapFree=33009904/33010684
[pid=114178] ppid=114175 vsize=2055092 memory=38844 CPUtime=401.14 cores=1,3
/proc/114178/stat : 114178 (pb_picat) R 114175 114178 111409 0 -1 4194304 290048 0 0 0 40042 72 0 0 20 0 1 0 139610747 2104414208 9711 18446744073709551615 94752119668736 94752121070317 140732394933664 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94752121341744 94752123215984 94752139476992 140732394940828 140732394940904 140732394940904 140732394946508 0
/proc/114178/statm: 513773 9711 1664 343 0 510837 0
Current children cumulated CPU time: 401.14 s
Current children cumulated vsize: 2055092 KiB
Current children cumulated memory: 38844 KiB

[startup+462.3 s]
/proc/loadavg: 4.72 4.24 4.01 5/250 114244
/proc/meminfo: memFree=128193608/131382112 swapFree=33009904/33010684
[pid=114178] ppid=114175 vsize=2055092 memory=36012 CPUtime=460.97 cores=1,3
/proc/114178/stat : 114178 (pb_picat) R 114175 114178 111409 0 -1 4194304 319628 0 0 0 46013 84 0 0 20 0 1 0 139610747 2104414208 9003 18446744073709551615 94752119668736 94752121070317 140732394933664 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94752121341744 94752123215984 94752139476992 140732394940828 140732394940904 140732394940904 140732394946508 0
/proc/114178/statm: 513773 9003 1664 343 0 510837 0

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

/proc/loadavg: 4.66 4.26 4.09 5/250 114368
/proc/meminfo: memFree=127935476/131382112 swapFree=33009904/33010684
[pid=114178] ppid=114175 vsize=2064364 memory=41228 CPUtime=1238.72 cores=1,3
/proc/114178/stat : 114178 (pb_picat) R 114175 114178 111409 0 -1 4194304 532562 0 0 0 123709 163 0 0 20 0 1 0 139610747 2113908736 10307 18446744073709551615 94752119668736 94752121070317 140732394933664 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94752121341744 94752123215984 94752139476992 140732394940828 140732394940904 140732394940904 140732394946508 0
/proc/114178/statm: 516091 10307 1664 343 0 513155 0
Current children cumulated CPU time: 1238.72 s
Current children cumulated vsize: 2064364 KiB
Current children cumulated memory: 41228 KiB

[startup+1302.3 s]
/proc/loadavg: 4.39 4.27 4.10 5/250 114370
/proc/meminfo: memFree=127980088/131382112 swapFree=33009904/33010684
[pid=114178] ppid=114175 vsize=2064364 memory=45872 CPUtime=1298.56 cores=1,3
/proc/114178/stat : 114178 (pb_picat) R 114175 114178 111409 0 -1 4194304 545093 0 0 0 129686 170 0 0 20 0 1 0 139610747 2113908736 11468 18446744073709551615 94752119668736 94752121070317 140732394933664 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94752121341744 94752123215984 94752139476992 140732394940828 140732394940904 140732394940904 140732394946508 0
/proc/114178/statm: 516091 11468 1664 343 0 513155 0
Current children cumulated CPU time: 1298.56 s
Current children cumulated vsize: 2064364 KiB
Current children cumulated memory: 45872 KiB

[startup+1362.3 s]
/proc/loadavg: 4.20 4.23 4.10 5/251 114373
/proc/meminfo: memFree=128084464/131382112 swapFree=33009904/33010684
[pid=114178] ppid=114175 vsize=2080748 memory=49208 CPUtime=1358.38 cores=1,3
/proc/114178/stat : 114178 (pb_picat) R 114175 114178 111409 0 -1 4194304 559217 0 0 0 135663 175 0 0 20 0 1 0 139610747 2130685952 12302 18446744073709551615 94752119668736 94752121070317 140732394933664 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94752121341744 94752123215984 94752139476992 140732394940828 140732394940904 140732394940904 140732394946508 0
/proc/114178/statm: 520187 12302 1664 343 0 517251 0
Current children cumulated CPU time: 1358.38 s
Current children cumulated vsize: 2080748 KiB
Current children cumulated memory: 49208 KiB

[startup+1422.3 s]
/proc/loadavg: 4.15 4.22 4.10 5/251 114375
/proc/meminfo: memFree=127974344/131382112 swapFree=33009904/33010684
[pid=114178] ppid=114175 vsize=2056172 memory=39784 CPUtime=1418.2 cores=1,3
/proc/114178/stat : 114178 (pb_picat) R 114175 114178 111409 0 -1 4194304 568311 0 0 0 141640 180 0 0 20 0 1 0 139610747 2105520128 9946 18446744073709551615 94752119668736 94752121070317 140732394933664 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94752121341744 94752123215984 94752139476992 140732394940828 140732394940904 140732394940904 140732394946508 0
/proc/114178/statm: 514043 9946 1664 343 0 511107 0
Current children cumulated CPU time: 1418.2 s
Current children cumulated vsize: 2056172 KiB
Current children cumulated memory: 39784 KiB

[startup+1482.3 s]
/proc/loadavg: 4.16 4.21 4.10 5/251 114377
/proc/meminfo: memFree=128104696/131382112 swapFree=33009904/33010684
[pid=114178] ppid=114175 vsize=2064364 memory=47976 CPUtime=1478.02 cores=1,3
/proc/114178/stat : 114178 (pb_picat) R 114175 114178 111409 0 -1 4194304 580054 0 0 0 147618 184 0 0 20 0 1 0 139610747 2113908736 11994 18446744073709551615 94752119668736 94752121070317 140732394933664 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94752121341744 94752123215984 94752139476992 140732394940828 140732394940904 140732394940904 140732394946508 0
/proc/114178/statm: 516091 11994 1664 343 0 513155 0
Current children cumulated CPU time: 1478.02 s
Current children cumulated vsize: 2064364 KiB
Current children cumulated memory: 47976 KiB

[startup+1542.3 s]
/proc/loadavg: 4.06 4.17 4.09 5/251 114379
/proc/meminfo: memFree=128094124/131382112 swapFree=33009904/33010684
[pid=114178] ppid=114175 vsize=2080748 memory=52072 CPUtime=1537.84 cores=1,3
/proc/114178/stat : 114178 (pb_picat) R 114175 114178 111409 0 -1 4194304 593329 0 0 0 153594 190 0 0 20 0 1 0 139610747 2130685952 13018 18446744073709551615 94752119668736 94752121070317 140732394933664 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94752121341744 94752123215984 94752139476992 140732394940828 140732394940904 140732394940904 140732394946508 0
/proc/114178/statm: 520187 13018 1664 343 0 517251 0
Current children cumulated CPU time: 1537.84 s
Current children cumulated vsize: 2080748 KiB
Current children cumulated memory: 52072 KiB

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

# cumulated CPU time of all completed processes:  user=1592.39 s, system=1.93719 s

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

[startup+1561.6 s]
/proc/loadavg: 4.11 4.17 4.09 5/251 114380
/proc/meminfo: memFree=128011784/131382112 swapFree=33009904/33010684
[pid=114178] ppid=114175 vsize=2072556 memory=47976 CPUtime=1557.08 cores=1,3
/proc/114178/stat : 114178 (pb_picat) R 114175 114178 111409 0 -1 4194304 594250 0 0 0 155518 190 0 0 20 0 1 0 139610747 2122297344 11994 18446744073709551615 94752119668736 94752121070317 140732394933664 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94752121341744 94752123215984 94752139476992 140732394940828 140732394940904 140732394940904 140732394946508 0
/proc/114178/statm: 518139 11994 1664 343 0 515203 0
Current children cumulated CPU time: 1557.08 s
Current children cumulated vsize: 2072556 KiB
Current children cumulated memory: 47976 KiB

[startup+1574.4 s]
/proc/loadavg: 4.09 4.16 4.09 5/251 114381
/proc/meminfo: memFree=127922000/131382112 swapFree=33009904/33010684
[pid=114178] ppid=114175 vsize=2080748 memory=52072 CPUtime=1569.85 cores=1,3
/proc/114178/stat : 114178 (pb_picat) R 114175 114178 111409 0 -1 4194304 595480 0 0 0 156794 191 0 0 20 0 1 0 139610747 2130685952 13018 18446744073709551615 94752119668736 94752121070317 140732394933664 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94752121341744 94752123215984 94752139476992 140732394940828 140732394940904 140732394940904 140732394946508 0
/proc/114178/statm: 520187 13018 1664 343 0 517251 0
Current children cumulated CPU time: 1569.85 s
Current children cumulated vsize: 2080748 KiB
Current children cumulated memory: 52072 KiB

[startup+1587.2 s]
/proc/loadavg: 4.07 4.16 4.09 5/251 114381
/proc/meminfo: memFree=127953240/131382112 swapFree=33009904/33010684
[pid=114178] ppid=114175 vsize=2080748 memory=56168 CPUtime=1582.61 cores=1,3
/proc/114178/stat : 114178 (pb_picat) R 114175 114178 111409 0 -1 4194304 599154 0 0 0 158068 193 0 0 20 0 1 0 139610747 2130685952 14042 18446744073709551615 94752119668736 94752121070317 140732394933664 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94752121341744 94752123215984 94752139476992 140732394940828 140732394940904 140732394940904 140732394946508 0
/proc/114178/statm: 520187 14042 1664 343 0 517251 0
Current children cumulated CPU time: 1582.61 s
Current children cumulated vsize: 2080748 KiB
Current children cumulated memory: 56168 KiB

[startup+1593.6 s]
/proc/loadavg: 4.06 4.15 4.09 5/251 114381
/proc/meminfo: memFree=127972800/131382112 swapFree=33009904/33010684
[pid=114178] ppid=114175 vsize=2080748 memory=58216 CPUtime=1588.99 cores=1,3
/proc/114178/stat : 114178 (pb_picat) R 114175 114178 111409 0 -1 4194304 599155 0 0 0 158706 193 0 0 20 0 1 0 139610747 2130685952 14554 18446744073709551615 94752119668736 94752121070317 140732394933664 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94752121341744 94752123215984 94752139476992 140732394940828 140732394940904 140732394940904 140732394946508 0
/proc/114178/statm: 520187 14554 1664 343 0 517251 0
Current children cumulated CPU time: 1588.99 s
Current children cumulated vsize: 2080748 KiB
Current children cumulated memory: 58216 KiB

[startup+1596.8 s]
/proc/loadavg: 4.06 4.15 4.09 5/251 114381
/proc/meminfo: memFree=127980992/131382112 swapFree=33009904/33010684
[pid=114178] ppid=114175 vsize=2080748 memory=53736 CPUtime=1592.18 cores=1,3
/proc/114178/stat : 114178 (pb_picat) R 114175 114178 111409 0 -1 4194304 599796 0 0 0 159025 193 0 0 20 0 1 0 139610747 2130685952 13434 18446744073709551615 94752119668736 94752121070317 140732394933664 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94752121341744 94752123215984 94752139476992 140732394940828 140732394940904 140732394940904 140732394946508 0
/proc/114178/statm: 520187 13434 1664 343 0 517251 0
Current children cumulated CPU time: 1592.18 s
Current children cumulated vsize: 2080748 KiB
Current children cumulated memory: 53736 KiB

[startup+1597.6 s]
/proc/loadavg: 4.06 4.15 4.09 5/251 114381
/proc/meminfo: memFree=128120756/131382112 swapFree=33009904/33010684
[pid=114178] ppid=114175 vsize=2080748 memory=53992 CPUtime=1592.98 cores=1,3
/proc/114178/stat : 114178 (pb_picat) R 114175 114178 111409 0 -1 4194304 599852 0 0 0 159105 193 0 0 20 0 1 0 139610747 2130685952 13498 18446744073709551615 94752119668736 94752121070317 140732394933664 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94752121341744 94752123215984 94752139476992 140732394940828 140732394940904 140732394940904 140732394946508 0
/proc/114178/statm: 520187 13498 1664 343 0 517251 0
Current children cumulated CPU time: 1592.98 s
Current children cumulated vsize: 2080748 KiB
Current children cumulated memory: 53992 KiB

[startup+1598.4 s]
/proc/loadavg: 4.14 4.17 4.09 5/251 114381
/proc/meminfo: memFree=128087988/131382112 swapFree=33009904/33010684
[pid=114178] ppid=114175 vsize=2080748 memory=56168 CPUtime=1593.78 cores=1,3
/proc/114178/stat : 114178 (pb_picat) R 114175 114178 111409 0 -1 4194304 599871 0 0 0 159185 193 0 0 20 0 1 0 139610747 2130685952 14042 18446744073709551615 94752119668736 94752121070317 140732394933664 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94752121341744 94752123215984 94752139476992 140732394940828 140732394940904 140732394940904 140732394946508 0
/proc/114178/statm: 520187 14042 1664 343 0 517251 0
Current children cumulated CPU time: 1593.78 s
Current children cumulated vsize: 2080748 KiB
Current children cumulated memory: 56168 KiB

[startup+1598.8 s]
/proc/loadavg: 4.14 4.17 4.09 5/251 114381
/proc/meminfo: memFree=128087988/131382112 swapFree=33009904/33010684
[pid=114178] ppid=114175 vsize=2080748 memory=56168 CPUtime=1594.17 cores=1,3
/proc/114178/stat : 114178 (pb_picat) R 114175 114178 111409 0 -1 4194304 599871 0 0 0 159224 193 0 0 20 0 1 0 139610747 2130685952 14042 18446744073709551615 94752119668736 94752121070317 140732394933664 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94752121341744 94752123215984 94752139476992 140732394940828 140732394940904 140732394940904 140732394946508 0
/proc/114178/statm: 520187 14042 1664 343 0 517251 0
Current children cumulated CPU time: 1594.17 s
Current children cumulated vsize: 2080748 KiB
Current children cumulated memory: 56168 KiB

[startup+1598.9 s]
/proc/loadavg: 4.14 4.17 4.09 5/251 114381
/proc/meminfo: memFree=128087988/131382112 swapFree=33009904/33010684
[pid=114178] ppid=114175 vsize=2080748 memory=56168 CPUtime=1594.27 cores=1,3
/proc/114178/stat : 114178 (pb_picat) R 114175 114178 111409 0 -1 4194304 599871 0 0 0 159234 193 0 0 20 0 1 0 139610747 2130685952 14042 18446744073709551615 94752119668736 94752121070317 140732394933664 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94752121341744 94752123215984 94752139476992 140732394940828 140732394940904 140732394940904 140732394946508 0
/proc/114178/statm: 520187 14042 1664 343 0 517251 0
Current children cumulated CPU time: 1594.27 s
Current children cumulated vsize: 2080748 KiB
Current children cumulated memory: 56168 KiB

Child status: 0

Real time (s): 1598.94
CPU time (s): 1594.32
CPU user time (s): 1592.39
CPU system time (s): 1.93719
CPU usage (%): 99.7114
Max. virtual memory (cumulated for all children) (KiB): 2097132
Max. memory (cumulated for all children) (KiB): 60264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1592.39
system time used= 1.93719
maximum resident set size= 60264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 599879
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= 2199


# summary of solver processes directly reported to runsolver:
#   pid: 114178
#   total CPU time (s): 1594.32
#   total CPU user time (s): 1592.39
#   total CPU system time (s): 1.93719

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.37581 second user time and 14.4944 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-11 15:08:39
IDJOB=4527849
IDBENCH=148096
IDSOLVER=3385
FILE ID=nodeC001/4527849-1752239319
RUNJOBID= nodeC001-1752238731-113183
SLURM_JOB_ID= 9682512
Free space on /tmp= 432496 MiB

SOLVER NAME= pb_picat 2025-07-11
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-cuww3.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527849-1752239319/watcher-4527849-1752239319 -o /tmp/evaluation-result-4527849-1752239319/solver-4527849-1752239319 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1752238731-113183 --watchdog 3760  pb_picat HOME/instance-4527849-1752239319.opb

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

MD5SUM BENCH= bbc1115e586f74a0f8929a975bad121a
RANDOM SEED=1192709220

nodeC001 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		: 3660.237
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	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.175
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	: 6983.49
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.289
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	: 6983.49
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.390
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	: 6983.49
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		: 3661.852
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	: 6983.49
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		: 3662.494
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	: 6983.49
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.398
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	: 6983.49
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		: 3700.000
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	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        128239928 kB
MemAvailable:   129758236 kB
Buffers:            1668 kB
Cached:          2300240 kB
SwapCached:          128 kB
Active:           481936 kB
Inactive:        2050580 kB
Active(anon):     220548 kB
Inactive(anon):    27836 kB
Active(file):     261388 kB
Inactive(file):  2022744 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7480 kB
Writeback:             0 kB
AnonPages:        232516 kB
Mapped:           115620 kB
Shmem:             17776 kB
KReclaimable:     147224 kB
Slab:             235640 kB
SReclaimable:     147224 kB
SUnreclaim:        88416 kB
KernelStack:        4128 kB
PageTables:         3588 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    6615224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149432 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    126976 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432492 MiB
End job on nodeC001 at 2025-07-11 15:35:18