Trace number 4528355

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pb_picat 2025-07-11? (TO) 3600.1 3610.12

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/roussel/factor/
normalized-factor-sizeN=480-sizeP=241-sizeQ=480-57455727.opb
MD5SUM607a385ad096de7d3af24e5f6042a910
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark5.02817
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables116401
Total number of constraints347041
Number of constraints which are clauses347040
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint115680
Number of terms in the objective function 241
Biggest coefficient in the objective function 1766847064778384329583297500742918515827483896875618958121606201292619776
Number of bits for the biggest coefficient in the objective function 241
Sum of the numbers in the objective function 3533694129556768659166595001485837031654967793751237916243212402585239551
Number of bits of the sum of numbers in the objective function 241
Biggest number in a constraint 2757826131550993649364364103715456897804056554542556176448634698108099443712107910064330000971904293916892446775667965408323532095584366159791555750475533307061324308088589961496711008293655788792731796366049346060288
Number of bits of the biggest number in a constraint 720
Biggest sum of numbers in a constraint 11031304526203974597457456414861827591216226218170224705794538792432397773599419080455434983678007791829174870181556630080792719840028524540426512506529349195716129636673848887755309378913896805578874811429516550167152
Number of bits of the biggest sum of numbers721
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.03	c solving HOME/instance-4528355-1752238240.opb (Picat 3.9b11, 7/10/2025)
25.42/25.58	post_bv_constr(=,1872735990514107211171987845954771388827482911112469742316848019526632031858086965644545594634406461687432428122113690297093839548466007057455727)

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (62955 MiB free)
  memory of node 1: 64465 MiB (63638 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4528355-1752238240/watcher-4528355-1752238240 -o /tmp/evaluation-result-4528355-1752238240/solver-4528355-1752238240 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1752238236-108754 --watchdog 3760 pb_picat HOME/instance-4528355-1752238240.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=109142, runsolver pid=109137
Current StackSize limit: 8192 KiB


[startup+0.100101 s]*
/proc/loadavg: 1.29 1.79 3.24 4/246 109143
/proc/meminfo: memFree=129625096/131382120 swapFree=33010160/33010684
[pid=109142] ppid=109137 vsize=2027148 memory=24048 CPUtime=0.09 cores=0,2
/proc/109142/stat : 109142 (pb_picat) R 109137 109142 107429 0 -1 4194304 1038 0 0 0 9 0 0 0 20 0 1 0 139503131 2075799552 6012 18446744073709551615 94923066941440 94923068343021 140730136431456 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94923068614448 94923070488688 94923091668992 140730136435100 140730136435176 140730136435176 140730136440780 0
/proc/109142/statm: 506787 6012 1568 343 0 503851 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 24048 KiB

[startup+0.213475 s]*
/proc/loadavg: 1.29 1.79 3.24 4/246 109156
/proc/meminfo: memFree=129639388/131382120 swapFree=33010160/33010684
[pid=109142] ppid=109137 vsize=2027148 memory=32276 CPUtime=0.21 cores=0,2
/proc/109142/stat : 109142 (pb_picat) R 109137 109142 107429 0 -1 4194304 1051 0 0 0 20 1 0 0 20 0 1 0 139503131 2075799552 8069 18446744073709551615 94923066941440 94923068343021 140730136431456 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94923068614448 94923070488688 94923091668992 140730136435100 140730136435176 140730136435176 140730136440780 0
/proc/109142/statm: 506787 8069 1568 343 0 503851 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 32276 KiB

[startup+0.31309 s]*
/proc/loadavg: 1.29 1.79 3.24 3/242 109169
/proc/meminfo: memFree=129633288/131382120 swapFree=33010160/33010684
[pid=109142] ppid=109137 vsize=2027148 memory=38448 CPUtime=0.31 cores=0,2
/proc/109142/stat : 109142 (pb_picat) R 109137 109142 107429 0 -1 4194304 1061 0 0 0 30 1 0 0 20 0 1 0 139503131 2075799552 9612 18446744073709551615 94923066941440 94923068343021 140730136431456 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94923068614448 94923070488688 94923091668992 140730136435100 140730136435176 140730136435176 140730136440780 0
/proc/109142/statm: 506787 9612 1568 343 0 503851 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 38448 KiB

[startup+0.700284 s]
/proc/loadavg: 1.29 1.79 3.24 5/242 109181
/proc/meminfo: memFree=129618960/131382120 swapFree=33010160/33010684
[pid=109142] ppid=109137 vsize=2027148 memory=63144 CPUtime=0.68 cores=0,2
/proc/109142/stat : 109142 (pb_picat) R 109137 109142 107429 0 -1 4194304 1104 0 0 0 66 2 0 0 20 0 1 0 139503131 2075799552 15786 18446744073709551615 94923066941440 94923068343021 140730136431456 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94923068614448 94923070488688 94923091668992 140730136435100 140730136435176 140730136435176 140730136440780 0
/proc/109142/statm: 506787 15786 1568 343 0 503851 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 63144 KiB

[startup+1.50034 s]
/proc/loadavg: 1.29 1.79 3.24 5/246 109227
/proc/meminfo: memFree=129559892/131382120 swapFree=33010160/33010684
[pid=109142] ppid=109137 vsize=2027148 memory=145472 CPUtime=1.48 cores=0,2
/proc/109142/stat : 109142 (pb_picat) R 109137 109142 107429 0 -1 4194304 1245 0 0 0 144 4 0 0 20 0 1 0 139503131 2075799552 36368 18446744073709551615 94923066941440 94923068343021 140730136431456 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94923068614448 94923070488688 94923091668992 140730136435100 140730136435176 140730136435176 140730136440780 0
/proc/109142/statm: 506787 36368 1568 343 0 503851 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 145472 KiB

[startup+3.11267 s]
/proc/loadavg: 1.58 1.84 3.25 5/245 109345
/proc/meminfo: memFree=129173256/131382120 swapFree=33010160/33010684
[pid=109142] ppid=109137 vsize=2027148 memory=403560 CPUtime=3.08 cores=0,2
/proc/109142/stat : 109142 (pb_picat) R 109137 109142 107429 0 -1 4194304 1457 0 0 0 298 10 0 0 20 0 1 0 139503131 2075799552 100890 18446744073709551615 94923066941440 94923068343021 140730136431456 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94923068614448 94923070488688 94923091668992 140730136435100 140730136435176 140730136435176 140730136440780 0
/proc/109142/statm: 506787 100890 1568 343 0 503851 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 403560 KiB

[startup+6.30032 s]
/proc/loadavg: 1.58 1.84 3.25 5/250 109354
/proc/meminfo: memFree=127881284/131382120 swapFree=33010160/33010684
[pid=109142] ppid=109137 vsize=2027148 memory=1155176 CPUtime=6.26 cores=0,2
/proc/109142/stat : 109142 (pb_picat) R 109137 109142 107429 0 -1 4194304 1826 0 0 0 601 25 0 0 20 0 1 0 139503131 2075799552 288794 18446744073709551615 94923066941440 94923068343021 140730136431456 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94923068614448 94923070488688 94923091668992 140730136435100 140730136435176 140730136435176 140730136440780 0
/proc/109142/statm: 506787 288794 1568 343 0 503851 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 1155176 KiB

[startup+12.7003 s]
/proc/loadavg: 1.78 1.88 3.26 5/250 109354
/proc/meminfo: memFree=125044096/131382120 swapFree=33010160/33010684
[pid=109142] ppid=109137 vsize=4230480 memory=2301536 CPUtime=12.65 cores=0,2
/proc/109142/stat : 109142 (pb_picat) R 109137 109142 107429 0 -1 4194304 4646 0 0 0 1219 46 0 0 20 0 1 0 139503131 4332011520 575384 18446744073709551615 94923066941440 94923068343021 140730136431456 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94923068614448 94923070488688 94923091668992 140730136435100 140730136435176 140730136435176 140730136440780 0
/proc/109142/statm: 1057620 575384 1568 343 0 1054684 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 4230480 KiB
Current children cumulated memory: 2301536 KiB

[startup+25.5003 s]
/proc/loadavg: 2.27 1.98 3.27 5/251 109355
/proc/meminfo: memFree=124792688/131382120 swapFree=33010160/33010684
[pid=109142] ppid=109137 vsize=4230480 memory=2326116 CPUtime=25.42 cores=0,2
/proc/109142/stat : 109142 (pb_picat) R 109137 109142 107429 0 -1 4194304 5102 0 0 0 2495 47 0 0 20 0 1 0 139503131 4332011520 581529 18446744073709551615 94923066941440 94923068343021 140730136431456 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94923068614448 94923070488688 94923091668992 140730136435100 140730136435176 140730136435176 140730136440780 0
/proc/109142/statm: 1057620 581529 1568 343 0 1054684 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 4230480 KiB
Current children cumulated memory: 2326116 KiB

[startup+51.1129 s]
/proc/loadavg: 2.86 2.15 3.29 5/251 109356
/proc/meminfo: memFree=124514932/131382120 swapFree=33010160/33010684
[pid=109142] ppid=109137 vsize=4479136 memory=2532784 CPUtime=50.96 cores=0,2
/proc/109142/stat : 109142 (pb_picat) R 109137 109142 107429 0 -1 4194304 29308 0 0 0 5040 56 0 0 20 0 1 0 139503131 4586635264 633196 18446744073709551615 94923066941440 94923068343021 140730136431456 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94923068614448 94923070488688 94923091668992 140730136435100 140730136435176 140730136435176 140730136440780 0
/proc/109142/statm: 1119784 633196 1632 343 0 1116848 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 4479136 KiB
Current children cumulated memory: 2532784 KiB

[startup+102.3 s]
/proc/loadavg: 3.56 2.45 3.34 5/251 109357
/proc/meminfo: memFree=124445752/131382120 swapFree=33010160/33010684
[pid=109142] ppid=109137 vsize=4554904 memory=2568680 CPUtime=101.99 cores=0,2
/proc/109142/stat : 109142 (pb_picat) R 109137 109142 107429 0 -1 4194304 34514 0 0 0 10140 59 0 0 20 0 1 0 139503131 4664221696 642170 18446744073709551615 94923066941440 94923068343021 140730136431456 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94923068614448 94923070488688 94923091668992 140730136435100 140730136435176 140730136435176 140730136440780 0
/proc/109142/statm: 1138726 642170 1632 343 0 1135790 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 4554904 KiB
Current children cumulated memory: 2568680 KiB

[startup+162.3 s]
/proc/loadavg: 3.96 2.76 3.39 5/251 109359
/proc/meminfo: memFree=124437568/131382120 swapFree=33010160/33010684
[pid=109142] ppid=109137 vsize=4554904 memory=2572856 CPUtime=161.79 cores=0,2
/proc/109142/stat : 109142 (pb_picat) R 109137 109142 107429 0 -1 4194304 40934 0 0 0 16113 66 0 0 20 0 1 0 139503131 4664221696 643214 18446744073709551615 94923066941440 94923068343021 140730136431456 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94923068614448 94923070488688 94923091668992 140730136435100 140730136435176 140730136435176 140730136440780 0
/proc/109142/statm: 1138726 643214 1632 343 0 1135790 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 4554904 KiB
Current children cumulated memory: 2572856 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 3.01 3.44 5/251 109361
/proc/meminfo: memFree=124407416/131382120 swapFree=33010160/33010684
[pid=109142] ppid=109137 vsize=4554904 memory=2601648 CPUtime=221.6 cores=0,2
/proc/109142/stat : 109142 (pb_picat) R 109137 109142 107429 0 -1 4194304 40982 0 0 0 22093 67 0 0 20 0 1 0 139503131 4664221696 650412 18446744073709551615 94923066941440 94923068343021 140730136431456 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94923068614448 94923070488688 94923091668992 140730136435100 140730136435176 140730136435176 140730136440780 0
/proc/109142/statm: 1138726 650412 1632 343 0 1135790 0
Current children cumulated CPU time: 221.6 s
Current children cumulated vsize: 4554904 KiB
Current children cumulated memory: 2601648 KiB

[startup+282.3 s]
/proc/loadavg: 4.02 3.19 3.47 5/252 109366
/proc/meminfo: memFree=124475616/131382120 swapFree=33010160/33010684
[pid=109142] ppid=109137 vsize=4554904 memory=2593456 CPUtime=281.41 cores=0,2
/proc/109142/stat : 109142 (pb_picat) R 109137 109142 107429 0 -1 4194304 42602 0 0 0 28072 69 0 0 20 0 1 0 139503131 4664221696 648364 18446744073709551615 94923066941440 94923068343021 140730136431456 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94923068614448 94923070488688 94923091668992 140730136435100 140730136435176 140730136435176 140730136440780 0
/proc/109142/statm: 1138726 648364 1632 343 0 1135790 0
Current children cumulated CPU time: 281.41 s
Current children cumulated vsize: 4554904 KiB
Current children cumulated memory: 2593456 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 3.37 3.52 5/250 109372
/proc/meminfo: memFree=124391264/131382120 swapFree=33010160/33010684
[pid=109142] ppid=109137 vsize=4554904 memory=2605744 CPUtime=341.2 cores=0,2
/proc/109142/stat : 109142 (pb_picat) R 109137 109142 107429 0 -1 4194304 42628 0 0 0 34051 69 0 0 20 0 1 0 139503131 4664221696 651436 18446744073709551615 94923066941440 94923068343021 140730136431456 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94923068614448 94923070488688 94923091668992 140730136435100 140730136435176 140730136435176 140730136440780 0
/proc/109142/statm: 1138726 651436 1632 343 0 1135790 0
Current children cumulated CPU time: 341.2 s
Current children cumulated vsize: 4554904 KiB
Current children cumulated memory: 2605744 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 3.50 3.56 5/250 109374
/proc/meminfo: memFree=124471736/131382120 swapFree=33010160/33010684
[pid=109142] ppid=109137 vsize=4489368 memory=2534380 CPUtime=401 cores=0,2
/proc/109142/stat : 109142 (pb_picat) R 109137 109142 107429 0 -1 4194304 44912 0 0 0 40027 73 0 0 20 0 1 0 139503131 4597112832 633595 18446744073709551615 94923066941440 94923068343021 140730136431456 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94923068614448 94923070488688 94923091668992 140730136435100 140730136435176 140730136435176 140730136440780 0
/proc/109142/statm: 1122342 633595 1632 343 0 1119406 0
Current children cumulated CPU time: 401 s
Current children cumulated vsize: 4489368 KiB
Current children cumulated memory: 2534380 KiB

[startup+462.3 s]
/proc/loadavg: 4.14 3.63 3.60 5/250 109376
/proc/meminfo: memFree=124489900/131382120 swapFree=33010160/33010684
[pid=109142] ppid=109137 vsize=4554904 memory=2581176 CPUtime=460.81 cores=0,2
/proc/109142/stat : 109142 (pb_picat) R 109137 109142 107429 0 -1 4194304 46524 0 0 0 46002 79 0 0 20 0 1 0 139503131 4664221696 645294 18446744073709551615 94923066941440 94923068343021 140730136431456 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94923068614448 94923070488688 94923091668992 140730136435100 140730136435176 140730136435176 140730136440780 0
/proc/109142/statm: 1138726 645294 1632 343 0 1135790 0
Current children cumulated CPU time: 460.81 s

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

Current children cumulated memory: 2620276 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.11 4.10 6/250 109768
/proc/meminfo: memFree=123921424/131382120 swapFree=33010160/33010684
[pid=109142] ppid=109137 vsize=4694752 memory=2694004 CPUtime=2914.03 cores=0,2
/proc/109142/stat : 109142 (pb_picat) R 109137 109142 107429 0 -1 4194304 97906 0 0 0 291172 231 0 0 20 0 1 0 139503131 4807426048 673501 18446744073709551615 94923066941440 94923068343021 140730136431456 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94923068614448 94923070488688 94923091668992 140730136435100 140730136435176 140730136435176 140730136440780 0
/proc/109142/statm: 1173688 673501 1632 343 0 1170752 0
Current children cumulated CPU time: 2914.03 s
Current children cumulated vsize: 4694752 KiB
Current children cumulated memory: 2694004 KiB

[startup+2982.3 s]
/proc/loadavg: 4.14 4.11 4.10 6/250 109770
/proc/meminfo: memFree=124210748/131382120 swapFree=33010160/33010684
[pid=109142] ppid=109137 vsize=4498144 memory=2579244 CPUtime=2973.87 cores=0,2
/proc/109142/stat : 109142 (pb_picat) R 109137 109142 107429 0 -1 4194304 100290 0 0 0 297151 236 0 0 20 0 1 0 139503131 4606099456 644811 18446744073709551615 94923066941440 94923068343021 140730136431456 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94923068614448 94923070488688 94923091668992 140730136435100 140730136435176 140730136435176 140730136440780 0
/proc/109142/statm: 1124536 644811 1632 343 0 1121600 0
Current children cumulated CPU time: 2973.87 s
Current children cumulated vsize: 4498144 KiB
Current children cumulated memory: 2579244 KiB

[startup+3042.3 s]
/proc/loadavg: 4.12 4.12 4.10 6/250 109772
/proc/meminfo: memFree=124068300/131382120 swapFree=33010160/33010684
[pid=109142] ppid=109137 vsize=4694752 memory=2732916 CPUtime=3033.71 cores=0,2
/proc/109142/stat : 109142 (pb_picat) R 109137 109142 107429 0 -1 4194304 101628 0 0 0 303130 241 0 0 20 0 1 0 139503131 4807426048 683229 18446744073709551615 94923066941440 94923068343021 140730136431456 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94923068614448 94923070488688 94923091668992 140730136435100 140730136435176 140730136435176 140730136440780 0
/proc/109142/statm: 1173688 683229 1632 343 0 1170752 0
Current children cumulated CPU time: 3033.71 s
Current children cumulated vsize: 4694752 KiB
Current children cumulated memory: 2732916 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.11 4.10 6/249 109774
/proc/meminfo: memFree=124014772/131382120 swapFree=33010160/33010684
[pid=109142] ppid=109137 vsize=4629216 memory=2659444 CPUtime=3093.56 cores=0,2
/proc/109142/stat : 109142 (pb_picat) R 109137 109142 107429 0 -1 4194304 103935 0 0 0 309109 247 0 0 20 0 1 0 139503131 4740317184 664861 18446744073709551615 94923066941440 94923068343021 140730136431456 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94923068614448 94923070488688 94923091668992 140730136435100 140730136435176 140730136435176 140730136440780 0
/proc/109142/statm: 1157304 664861 1632 343 0 1154368 0
Current children cumulated CPU time: 3093.56 s
Current children cumulated vsize: 4629216 KiB
Current children cumulated memory: 2659444 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.10 4.09 6/249 109776
/proc/meminfo: memFree=124148920/131382120 swapFree=33010160/33010684
[pid=109142] ppid=109137 vsize=4563680 memory=2620276 CPUtime=3153.4 cores=0,2
/proc/109142/stat : 109142 (pb_picat) R 109137 109142 107429 0 -1 4194304 104612 0 0 0 315091 249 0 0 20 0 1 0 139503131 4673208320 655069 18446744073709551615 94923066941440 94923068343021 140730136431456 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94923068614448 94923070488688 94923091668992 140730136435100 140730136435176 140730136435176 140730136440780 0
/proc/109142/statm: 1140920 655069 1632 343 0 1137984 0
Current children cumulated CPU time: 3153.4 s
Current children cumulated vsize: 4563680 KiB
Current children cumulated memory: 2620276 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.11 4.09 6/249 109779
/proc/meminfo: memFree=124031796/131382120 swapFree=33010160/33010684
[pid=109142] ppid=109137 vsize=4694752 memory=2771828 CPUtime=3213.26 cores=0,2
/proc/109142/stat : 109142 (pb_picat) R 109137 109142 107429 0 -1 4194304 105345 0 0 0 321073 253 0 0 20 0 1 0 139503131 4807426048 692957 18446744073709551615 94923066941440 94923068343021 140730136431456 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94923068614448 94923070488688 94923091668992 140730136435100 140730136435176 140730136435176 140730136440780 0
/proc/109142/statm: 1173688 692957 1632 343 0 1170752 0
Current children cumulated CPU time: 3213.26 s
Current children cumulated vsize: 4694752 KiB
Current children cumulated memory: 2771828 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.11 4.09 6/249 109781
/proc/meminfo: memFree=123839896/131382120 swapFree=33010160/33010684
[pid=109142] ppid=109137 vsize=4956896 memory=2868084 CPUtime=3273.1 cores=0,2
/proc/109142/stat : 109142 (pb_picat) R 109137 109142 107429 0 -1 4194304 105970 0 0 0 327055 255 0 0 20 0 1 0 139503131 5075861504 717021 18446744073709551615 94923066941440 94923068343021 140730136431456 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94923068614448 94923070488688 94923091668992 140730136435100 140730136435176 140730136435176 140730136440780 0
/proc/109142/statm: 1239224 717021 1632 343 0 1236288 0
Current children cumulated CPU time: 3273.1 s
Current children cumulated vsize: 4956896 KiB
Current children cumulated memory: 2868084 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.10 4.09 6/250 109786
/proc/meminfo: memFree=124120872/131382120 swapFree=33010160/33010684
[pid=109142] ppid=109137 vsize=4563680 memory=2618228 CPUtime=3332.95 cores=0,2
/proc/109142/stat : 109142 (pb_picat) R 109137 109142 107429 0 -1 4194304 106030 0 0 0 333038 257 0 0 20 0 1 0 139503131 4673208320 654557 18446744073709551615 94923066941440 94923068343021 140730136431456 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94923068614448 94923070488688 94923091668992 140730136435100 140730136435176 140730136435176 140730136440780 0
/proc/109142/statm: 1140920 654557 1632 343 0 1137984 0
Current children cumulated CPU time: 3332.95 s
Current children cumulated vsize: 4563680 KiB
Current children cumulated memory: 2618228 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.10 4.09 6/250 109792
/proc/meminfo: memFree=123994672/131382120 swapFree=33010160/33010684
[pid=109142] ppid=109137 vsize=4629216 memory=2653044 CPUtime=3392.8 cores=0,2
/proc/109142/stat : 109142 (pb_picat) R 109137 109142 107429 0 -1 4194304 107249 0 0 0 339021 259 0 0 20 0 1 0 139503131 4740317184 663261 18446744073709551615 94923066941440 94923068343021 140730136431456 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94923068614448 94923070488688 94923091668992 140730136435100 140730136435176 140730136435176 140730136440780 0
/proc/109142/statm: 1157304 663261 1632 343 0 1154368 0
Current children cumulated CPU time: 3392.8 s
Current children cumulated vsize: 4629216 KiB
Current children cumulated memory: 2653044 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.11 4.09 6/250 109794
/proc/meminfo: memFree=123767064/131382120 swapFree=33010160/33010684
[pid=109142] ppid=109137 vsize=4891360 memory=2763636 CPUtime=3452.65 cores=0,2
/proc/109142/stat : 109142 (pb_picat) R 109137 109142 107429 0 -1 4194304 107917 0 0 0 345003 262 0 0 20 0 1 0 139503131 5008752640 690909 18446744073709551615 94923066941440 94923068343021 140730136431456 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94923068614448 94923070488688 94923091668992 140730136435100 140730136435176 140730136435176 140730136440780 0
/proc/109142/statm: 1222840 690909 1632 343 0 1219904 0
Current children cumulated CPU time: 3452.65 s
Current children cumulated vsize: 4891360 KiB
Current children cumulated memory: 2763636 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.11 4.09 6/250 109796
/proc/meminfo: memFree=123903016/131382120 swapFree=33010160/33010684
[pid=109142] ppid=109137 vsize=4891360 memory=2882420 CPUtime=3512.5 cores=0,2
/proc/109142/stat : 109142 (pb_picat) R 109137 109142 107429 0 -1 4194304 108055 0 0 0 350985 265 0 0 20 0 1 0 139503131 5008752640 720605 18446744073709551615 94923066941440 94923068343021 140730136431456 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94923068614448 94923070488688 94923091668992 140730136435100 140730136435176 140730136435176 140730136440780 0
/proc/109142/statm: 1222840 720605 1632 343 0 1219904 0
Current children cumulated CPU time: 3512.5 s
Current children cumulated vsize: 4891360 KiB
Current children cumulated memory: 2882420 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.11 4.09 6/250 109798
/proc/meminfo: memFree=124093376/131382120 swapFree=33010160/33010684
[pid=109142] ppid=109137 vsize=4498144 memory=2550572 CPUtime=3572.34 cores=0,2
/proc/109142/stat : 109142 (pb_picat) R 109137 109142 107429 0 -1 4194304 108670 0 0 0 356967 267 0 0 20 0 1 0 139503131 4606099456 637643 18446744073709551615 94923066941440 94923068343021 140730136431456 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94923068614448 94923070488688 94923091668992 140730136435100 140730136435176 140730136435176 140730136440780 0
/proc/109142/statm: 1124536 637643 1632 343 0 1121600 0
Current children cumulated CPU time: 3572.34 s
Current children cumulated vsize: 4498144 KiB
Current children cumulated memory: 2550572 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.11 s]
/proc/loadavg: 4.13 4.11 4.09 6/250 109799
/proc/meminfo: memFree=124016220/131382120 swapFree=33010160/33010684
[pid=109142] ppid=109137 vsize=4563680 memory=2603892 CPUtime=3600.08 cores=0,2
/proc/109142/stat : 109142 (pb_picat) R 109137 109142 107429 0 -1 4194304 108714 0 0 0 359740 268 0 0 20 0 1 0 139503131 4673208320 650973 18446744073709551615 94923066941440 94923068343021 140730136431456 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94923068614448 94923070488688 94923091668992 140730136435100 140730136435176 140730136435176 140730136440780 0
/proc/109142/statm: 1140920 650973 1632 343 0 1137984 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 4563680 KiB
Current children cumulated memory: 2603892 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.41 s, system=2.68962 s

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

[startup+3610.11 s]
/proc/loadavg: 4.13 4.11 4.09 6/250 109799
/proc/meminfo: memFree=124016220/131382120 swapFree=33010160/33010684
[pid=109142] ppid=109137 vsize=4563680 memory=2603892 CPUtime=3600.08 cores=0,2
/proc/109142/stat : 109142 (pb_picat) R 109137 109142 107429 0 -1 4194304 108714 0 0 0 359740 268 0 0 20 0 1 0 139503131 4673208320 650973 18446744073709551615 94923066941440 94923068343021 140730136431456 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94923068614448 94923070488688 94923091668992 140730136435100 140730136435176 140730136435176 140730136440780 0
/proc/109142/statm: 1140920 650973 1632 343 0 1137984 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 4563680 KiB
Current children cumulated memory: 2603892 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.12
CPU time (s): 3600.1
CPU user time (s): 3597.41
CPU system time (s): 2.68962
CPU usage (%): 99.7223
Max. virtual memory (cumulated for all children) (KiB): 4956896
Max. memory (cumulated for all children) (KiB): 2986868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.41
system time used= 2.68962
maximum resident set size= 2986868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108714
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= 97
involuntary context switches= 7831


# summary of solver processes directly reported to runsolver:
#   pid: 109142
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3597.41
#   total CPU system time (s): 2.68962

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.9537 second user time and 29.8739 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-07-11 14:50:40
IDJOB=4528355
IDBENCH=147318
IDSOLVER=3385
FILE ID=nodeC008/4528355-1752238240
RUNJOBID= nodeC008-1752238236-108754
SLURM_JOB_ID= 9682519
Free space on /tmp= 432780 MiB

SOLVER NAME= pb_picat 2025-07-11
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/roussel/factor/normalized-factor-sizeN=480-sizeP=241-sizeQ=480-57455727.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4528355-1752238240/watcher-4528355-1752238240 -o /tmp/evaluation-result-4528355-1752238240/solver-4528355-1752238240 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1752238236-108754 --watchdog 3760  pb_picat HOME/instance-4528355-1752238240.opb

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

MD5SUM BENCH= 607a385ad096de7d3af24e5f6042a910
RANDOM SEED=870507288

nodeC008 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		: 1197.684
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.72
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.194
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.72
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.215
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.72
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.208
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.72
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		: 2494.203
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.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129641100 kB
MemAvailable:   129918480 kB
Buffers:            2128 kB
Cached:          1069536 kB
SwapCached:           16 kB
Active:           627536 kB
Inactive:         536612 kB
Active(anon):      76588 kB
Inactive(anon):    33820 kB
Active(file):     550948 kB
Inactive(file):   502792 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             38140 kB
Writeback:             0 kB
AnonPages:         95576 kB
Mapped:           108952 kB
Shmem:             17920 kB
KReclaimable:     126532 kB
Slab:             214248 kB
SReclaimable:     126532 kB
SUnreclaim:        87716 kB
KernelStack:        4012 kB
PageTables:         3252 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    2387028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149272 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432756 MiB
End job on nodeC008 at 2025-07-11 15:50:51