Trace number 4490262

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
OR-Tools CP-SAT 9.14OPT2 42.6992 21.5307

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_3.opb
MD5SUM86001821498b0a30bc65df6451678f5a
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 benchmark2
Best CPU time to get the best result obtained on this benchmark18.7971
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables94
Total number of constraints8
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 constraints8
Minimum length of a constraint45
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3331
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.02	o 154
0.00/0.02	o 137
0.00/0.03	o 95
0.00/0.03	o 94
0.00/0.04	o 92
0.00/0.05	o 89
0.00/0.05	o 87
0.00/0.06	o 60
0.00/0.07	o 59
0.00/0.07	o 57
0.00/0.08	o 52
0.00/0.09	o 50
0.00/0.10	o 34
0.17/0.10	o 31
0.17/0.11	o 29
0.17/0.12	o 28
0.17/0.13	o 26
0.17/0.15	o 22
0.17/0.15	o 20
0.17/0.16	o 19
0.17/0.17	o 18
0.17/0.18	o 16
0.17/0.19	o 15
0.17/0.19	o 12
0.38/0.21	o 10
0.38/0.27	o 8
0.38/0.28	o 6
0.77/0.42	o 5
3.33/1.71	o 3
6.91/3.55	o 2
42.66/21.53	s OPTIMUM FOUND 
42.66/21.53	v x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 
42.66/21.53	v -x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 
42.66/21.53	v -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 
42.66/21.53	v -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 
42.66/21.53	v -x64 -x65 x66 -x67 x68 -x69 x70 x71 -x72 -x73 x74 -x75 x76 -x77 x78 x79 x80 
42.66/21.53	v x81 -x82 -x83 x84 -x85 x86 -x87 -x88 x89 -x90 -x91 x92 -x93 x94 

Verifier Data

OK	2

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (61862 MiB free)
  memory of node 1: 64507 MiB (63357 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4490262-1751320972/watcher-4490262-1751320972 -o /tmp/evaluation-result-4490262-1751320972/solver-4490262-1751320972 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751313715-47856 --watchdog 3760 cp-sat-runner --params num_workers:2,log_search_progress:false,max_time_in_seconds:3600,random_seed:228718414 --competition_mode --input HOME/instance-4490262-1751320972.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=50073, runsolver pid=50070

[startup+0.100056 s]*
/proc/loadavg: 7.91 8.12 8.12 7/269 50086
/proc/meminfo: memFree=128225816/131249996 swapFree=33010684/33010684
[pid=50073] ppid=50070 vsize=158904 memory=11392 CPUtime=0.17 cores=1,3
/proc/50073/stat : 50073 (cp-sat-runner) S 50070 50073 47844 0 -1 4194304 940 0 0 0 17 0 0 0 20 0 3 0 47775158 162717696 2848 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
/proc/50073/statm: 39726 2848 2144 2102 0 4937 0
[pid=50073/tid=50076] ppid=50070 vsize=158904 memory=4026532124 CPUtime=0.09 cores=1,3
/proc/50073/task/50076/stat : 50076 (cp-sat-runner) R 50070 50073 47844 0 -1 4194368 480 0 0 0 9 0 0 0 20 0 3 0 47775158 162717696 2848 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
[pid=50073/tid=50077] ppid=50070 vsize=158904 memory=18949 CPUtime=0.07 cores=1,3
/proc/50073/task/50077/stat : 50077 (cp-sat-runner) R 50070 50073 47844 0 -1 4194368 48 0 0 0 7 0 0 0 20 0 3 0 47775158 162717696 2848 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 158904 KiB
Current children cumulated memory: 11392 KiB

[startup+0.204578 s]*
/proc/loadavg: 7.91 8.12 8.12 8/270 50098
/proc/meminfo: memFree=128226240/131249996 swapFree=33010684/33010684
[pid=50073] ppid=50070 vsize=159068 memory=12444 CPUtime=0.38 cores=1,3
/proc/50073/stat : 50073 (cp-sat-runner) S 50070 50073 47844 0 -1 4194304 1414 0 0 0 38 0 0 0 20 0 3 0 47775158 162885632 3111 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
/proc/50073/statm: 39767 3111 2144 2102 0 5399 0
[pid=50073/tid=50076] ppid=50070 vsize=159068 memory=3472328300254212635 CPUtime=0.2 cores=1,3
/proc/50073/task/50076/stat : 50076 (cp-sat-runner) R 50070 50073 47844 0 -1 4194368 538 0 0 0 20 0 0 0 20 0 3 0 47775158 162885632 3111 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
[pid=50073/tid=50077] ppid=50070 vsize=159068 memory=215637819727 CPUtime=0.17 cores=1,3
/proc/50073/task/50077/stat : 50077 (cp-sat-runner) R 50070 50073 47844 0 -1 4194368 464 0 0 0 17 0 0 0 20 0 3 0 47775158 162885632 3111 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 159068 KiB
Current children cumulated memory: 12444 KiB

[startup+0.305032 s]*
/proc/loadavg: 7.91 8.12 8.12 7/267 50102
/proc/meminfo: memFree=128250160/131249996 swapFree=33010684/33010684
[pid=50073] ppid=50070 vsize=159068 memory=13028 CPUtime=0.57 cores=1,3
/proc/50073/stat : 50073 (cp-sat-runner) S 50070 50073 47844 0 -1 4194304 1732 0 0 0 57 0 0 0 20 0 3 0 47775158 162885632 3257 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
/proc/50073/statm: 39767 3257 2144 2102 0 5543 0
[pid=50073/tid=50076] ppid=50070 vsize=159068 memory=-3684342038958843449 CPUtime=0.3 cores=1,3
/proc/50073/task/50076/stat : 50076 (cp-sat-runner) R 50070 50073 47844 0 -1 4194368 594 0 0 0 30 0 0 0 20 0 3 0 47775158 162885632 3257 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
[pid=50073/tid=50077] ppid=50070 vsize=159068 memory=-8183429168076528319 CPUtime=0.27 cores=1,3
/proc/50073/task/50077/stat : 50077 (cp-sat-runner) R 50070 50073 47844 0 -1 4194368 726 0 0 0 27 0 0 0 20 0 3 0 47775158 162885632 3257 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 159068 KiB
Current children cumulated memory: 13028 KiB

[startup+0.700151 s]
/proc/loadavg: 7.91 8.12 8.12 9/274 50116
/proc/meminfo: memFree=128249572/131249996 swapFree=33010684/33010684
[pid=50073] ppid=50070 vsize=159068 memory=14096 CPUtime=1.34 cores=1,3
/proc/50073/stat : 50073 (cp-sat-runner) S 50070 50073 47844 0 -1 4194304 2374 0 0 0 134 0 0 0 20 0 3 0 47775158 162885632 3524 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
/proc/50073/statm: 39767 3524 2144 2102 0 5867 0
[pid=50073/tid=50076] ppid=50070 vsize=159068 memory=0 CPUtime=0.69 cores=1,3
/proc/50073/task/50076/stat : 50076 (cp-sat-runner) R 50070 50073 47844 0 -1 4194368 834 0 0 0 69 0 0 0 20 0 3 0 47775158 162885632 3524 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
[pid=50073/tid=50077] ppid=50070 vsize=159068 memory=0 CPUtime=0.65 cores=1,3
/proc/50073/task/50077/stat : 50077 (cp-sat-runner) R 50070 50073 47844 0 -1 4194368 1128 0 0 0 65 0 0 0 20 0 3 0 47775158 162885632 3524 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
Current children cumulated CPU time: 1.34 s
Current children cumulated vsize: 159068 KiB
Current children cumulated memory: 14096 KiB

[startup+1.50015 s]
/proc/loadavg: 7.91 8.12 8.12 9/274 50116
/proc/meminfo: memFree=128248060/131249996 swapFree=33010684/33010684
[pid=50073] ppid=50070 vsize=159472 memory=16412 CPUtime=2.93 cores=1,3
/proc/50073/stat : 50073 (cp-sat-runner) S 50070 50073 47844 0 -1 4194304 5283 0 0 0 293 0 0 0 20 0 3 0 47775158 163299328 4103 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
/proc/50073/statm: 39868 4103 2144 2102 0 6268 0
[pid=50073/tid=50076] ppid=50070 vsize=159472 memory=0 CPUtime=1.48 cores=1,3
/proc/50073/task/50076/stat : 50076 (cp-sat-runner) R 50070 50073 47844 0 -1 4194368 2423 0 0 0 148 0 0 0 20 0 3 0 47775158 163299328 4103 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
[pid=50073/tid=50077] ppid=50070 vsize=159472 memory=0 CPUtime=1.44 cores=1,3
/proc/50073/task/50077/stat : 50077 (cp-sat-runner) R 50070 50073 47844 0 -1 4194368 2425 0 0 0 144 0 0 0 20 0 3 0 47775158 163299328 4103 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
Current children cumulated CPU time: 2.93 s
Current children cumulated vsize: 159472 KiB
Current children cumulated memory: 16412 KiB

[startup+3.10531 s]
/proc/loadavg: 7.91 8.12 8.12 9/274 50116
/proc/meminfo: memFree=128245208/131249996 swapFree=33010684/33010684
[pid=50073] ppid=50070 vsize=159472 memory=17316 CPUtime=6.12 cores=1,3
/proc/50073/stat : 50073 (cp-sat-runner) S 50070 50073 47844 0 -1 4194304 7476 0 0 0 611 1 0 0 20 0 3 0 47775158 163299328 4329 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
/proc/50073/statm: 39868 4329 2144 2102 0 6587 0
[pid=50073/tid=50076] ppid=50070 vsize=159472 memory=-8183434665634666432 CPUtime=3.08 cores=1,3
/proc/50073/task/50076/stat : 50076 (cp-sat-runner) R 50070 50073 47844 0 -1 4194368 3917 0 0 0 308 0 0 0 20 0 3 0 47775158 163299328 4329 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
[pid=50073/tid=50077] ppid=50070 vsize=159472 memory=0 CPUtime=3.03 cores=1,3
/proc/50073/task/50077/stat : 50077 (cp-sat-runner) R 50070 50073 47844 0 -1 4194368 3098 0 0 0 303 0 0 0 20 0 3 0 47775158 163299328 4329 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
Current children cumulated CPU time: 6.12 s
Current children cumulated vsize: 159472 KiB
Current children cumulated memory: 17316 KiB

[startup+6.30019 s]
/proc/loadavg: 7.92 8.11 8.12 9/274 50116
/proc/meminfo: memFree=128241716/131249996 swapFree=33010684/33010684
[pid=50073] ppid=50070 vsize=159872 memory=19820 CPUtime=12.47 cores=1,3
/proc/50073/stat : 50073 (cp-sat-runner) S 50070 50073 47844 0 -1 4194304 11762 0 0 0 1246 1 0 0 20 0 3 0 47775158 163708928 4955 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
/proc/50073/statm: 39968 4955 2144 2102 0 7087 0
[pid=50073/tid=50076] ppid=50070 vsize=159872 memory=0 CPUtime=6.26 cores=1,3
/proc/50073/task/50076/stat : 50076 (cp-sat-runner) R 50070 50073 47844 0 -1 4194368 7498 0 0 0 626 0 0 0 20 0 3 0 47775158 163708928 4955 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
[pid=50073/tid=50077] ppid=50070 vsize=159872 memory=17920 CPUtime=6.19 cores=1,3
/proc/50073/task/50077/stat : 50077 (cp-sat-runner) R 50070 50073 47844 0 -1 4194368 3767 0 0 0 619 0 0 0 20 0 3 0 47775158 163708928 4955 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
Current children cumulated CPU time: 12.47 s
Current children cumulated vsize: 159872 KiB
Current children cumulated memory: 19820 KiB

[startup+12.7002 s]
/proc/loadavg: 7.93 8.11 8.11 9/274 50117
/proc/meminfo: memFree=128229292/131249996 swapFree=33010684/33010684
[pid=50073] ppid=50070 vsize=159872 memory=19844 CPUtime=25.2 cores=1,3
/proc/50073/stat : 50073 (cp-sat-runner) S 50070 50073 47844 0 -1 4194304 15539 0 0 0 2518 2 0 0 20 0 3 0 47775158 163708928 4961 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
/proc/50073/statm: 39968 4961 2144 2102 0 7613 0
[pid=50073/tid=50076] ppid=50070 vsize=159872 memory=20844 CPUtime=12.65 cores=1,3
/proc/50073/task/50076/stat : 50076 (cp-sat-runner) R 50070 50073 47844 0 -1 4194368 10428 0 0 0 1264 1 0 0 20 0 3 0 47775158 163708928 4961 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
[pid=50073/tid=50077] ppid=50070 vsize=159872 memory=14848 CPUtime=12.52 cores=1,3
/proc/50073/task/50077/stat : 50077 (cp-sat-runner) R 50070 50073 47844 0 -1 4194368 4588 0 0 0 1252 0 0 0 20 0 3 0 47775158 163708928 4961 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
Current children cumulated CPU time: 25.2 s
Current children cumulated vsize: 159872 KiB
Current children cumulated memory: 19844 KiB

[startup+21.5306 s]
# the end of solver process 50073 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=42.6703 s, system=0.028903 s

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

[startup+12.8002 s]
/proc/loadavg: 7.93 8.11 8.11 9/274 50117
/proc/meminfo: memFree=128229292/131249996 swapFree=33010684/33010684
[pid=50073] ppid=50070 vsize=159872 memory=19844 CPUtime=25.39 cores=1,3
/proc/50073/stat : 50073 (cp-sat-runner) S 50070 50073 47844 0 -1 4194304 15562 0 0 0 2537 2 0 0 20 0 3 0 47775158 163708928 4961 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
/proc/50073/statm: 39968 4961 2144 2102 0 7613 0
[pid=50073/tid=50076] ppid=50070 vsize=159872 memory=17920 CPUtime=12.75 cores=1,3
/proc/50073/task/50076/stat : 50076 (cp-sat-runner) R 50070 50073 47844 0 -1 4194368 10437 0 0 0 1274 1 0 0 20 0 3 0 47775158 163708928 4961 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
[pid=50073/tid=50077] ppid=50070 vsize=159872 memory=10752 CPUtime=12.62 cores=1,3
/proc/50073/task/50077/stat : 50077 (cp-sat-runner) R 50070 50073 47844 0 -1 4194368 4602 0 0 0 1262 0 0 0 20 0 3 0 47775158 163708928 4961 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 159872 KiB
Current children cumulated memory: 19844 KiB

[startup+16.0002 s]*
/proc/loadavg: 7.93 8.11 8.11 9/274 50117
/proc/meminfo: memFree=128226016/131249996 swapFree=33010684/33010684
[pid=50073] ppid=50070 vsize=159872 memory=21124 CPUtime=31.76 cores=1,3
/proc/50073/stat : 50073 (cp-sat-runner) S 50070 50073 47844 0 -1 4194304 15904 0 0 0 3174 2 0 0 20 0 3 0 47775158 163708928 5281 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
/proc/50073/statm: 39968 5281 2144 2102 0 7613 0
[pid=50073/tid=50076] ppid=50070 vsize=159872 memory=-8183434691387692998 CPUtime=15.95 cores=1,3
/proc/50073/task/50076/stat : 50076 (cp-sat-runner) R 50070 50073 47844 0 -1 4194368 10770 0 0 0 1594 1 0 0 20 0 3 0 47775158 163708928 5281 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
[pid=50073/tid=50077] ppid=50070 vsize=159872 memory=6935054825534037524 CPUtime=15.79 cores=1,3
/proc/50073/task/50077/stat : 50077 (cp-sat-runner) R 50070 50073 47844 0 -1 4194368 4611 0 0 0 1579 0 0 0 20 0 3 0 47775158 163708928 5281 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
Current children cumulated CPU time: 31.76 s
Current children cumulated vsize: 159872 KiB
Current children cumulated memory: 21124 KiB

[startup+19.2002 s]
/proc/loadavg: 7.93 8.11 8.11 9/274 50117
/proc/meminfo: memFree=128216120/131249996 swapFree=33010684/33010684
[pid=50073] ppid=50070 vsize=159872 memory=19476 CPUtime=38.11 cores=1,3
/proc/50073/stat : 50073 (cp-sat-runner) S 50070 50073 47844 0 -1 4194304 16278 0 0 0 3809 2 0 0 20 0 3 0 47775158 163708928 4869 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
/proc/50073/statm: 39968 4869 2144 2102 0 7661 0
[pid=50073/tid=50076] ppid=50070 vsize=159872 memory=19436 CPUtime=19.13 cores=1,3
/proc/50073/task/50076/stat : 50076 (cp-sat-runner) R 50070 50073 47844 0 -1 4194368 11135 0 0 0 1912 1 0 0 20 0 3 0 47775158 163708928 4869 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
[pid=50073/tid=50077] ppid=50070 vsize=159872 memory=20460 CPUtime=18.95 cores=1,3
/proc/50073/task/50077/stat : 50077 (cp-sat-runner) R 50070 50073 47844 0 -1 4194368 4613 0 0 0 1895 0 0 0 20 0 3 0 47775158 163708928 4869 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
Current children cumulated CPU time: 38.11 s
Current children cumulated vsize: 159872 KiB
Current children cumulated memory: 19476 KiB

[startup+20.8002 s]
/proc/loadavg: 7.94 8.11 8.11 9/274 50117
/proc/meminfo: memFree=128212276/131249996 swapFree=33010684/33010684
[pid=50073] ppid=50070 vsize=159872 memory=20116 CPUtime=41.29 cores=1,3
/proc/50073/stat : 50073 (cp-sat-runner) S 50070 50073 47844 0 -1 4194304 18145 0 0 0 4127 2 0 0 20 0 3 0 47775158 163708928 5029 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
/proc/50073/statm: 39968 5029 2144 2102 0 7661 0
[pid=50073/tid=50076] ppid=50070 vsize=159872 memory=19476 CPUtime=20.72 cores=1,3
/proc/50073/task/50076/stat : 50076 (cp-sat-runner) R 50070 50073 47844 0 -1 4194368 12355 0 0 0 2071 1 0 0 20 0 3 0 47775158 163708928 5029 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
[pid=50073/tid=50077] ppid=50070 vsize=159872 memory=19476 CPUtime=20.54 cores=1,3
/proc/50073/task/50077/stat : 50077 (cp-sat-runner) R 50070 50073 47844 0 -1 4194368 5229 0 0 0 2054 0 0 0 20 0 3 0 47775158 163708928 5029 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
Current children cumulated CPU time: 41.29 s
Current children cumulated vsize: 159872 KiB
Current children cumulated memory: 20116 KiB

[startup+21.2002 s]
/proc/loadavg: 7.94 8.11 8.11 9/274 50117
/proc/meminfo: memFree=128218428/131249996 swapFree=33010684/33010684
[pid=50073] ppid=50070 vsize=159872 memory=20116 CPUtime=42.08 cores=1,3
/proc/50073/stat : 50073 (cp-sat-runner) S 50070 50073 47844 0 -1 4194304 18230 0 0 0 4206 2 0 0 20 0 3 0 47775158 163708928 5029 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
/proc/50073/statm: 39968 5029 2144 2102 0 7661 0
[pid=50073/tid=50076] ppid=50070 vsize=159872 memory=-8183434665634666432 CPUtime=21.12 cores=1,3
/proc/50073/task/50076/stat : 50076 (cp-sat-runner) R 50070 50073 47844 0 -1 4194368 12430 0 0 0 2111 1 0 0 20 0 3 0 47775158 163708928 5029 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
[pid=50073/tid=50077] ppid=50070 vsize=159872 memory=8666333269236908336 CPUtime=20.93 cores=1,3
/proc/50073/task/50077/stat : 50077 (cp-sat-runner) R 50070 50073 47844 0 -1 4194368 5239 0 0 0 2093 0 0 0 20 0 3 0 47775158 163708928 5029 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
Current children cumulated CPU time: 42.08 s
Current children cumulated vsize: 159872 KiB
Current children cumulated memory: 20116 KiB

[startup+21.4002 s]
/proc/loadavg: 7.94 8.11 8.11 9/274 50117
/proc/meminfo: memFree=128218428/131249996 swapFree=33010684/33010684
[pid=50073] ppid=50070 vsize=159872 memory=20116 CPUtime=42.48 cores=1,3
/proc/50073/stat : 50073 (cp-sat-runner) S 50070 50073 47844 0 -1 4194304 18277 0 0 0 4246 2 0 0 20 0 3 0 47775158 163708928 5029 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
/proc/50073/statm: 39968 5029 2144 2102 0 7661 0
[pid=50073/tid=50076] ppid=50070 vsize=159872 memory=200375 CPUtime=21.32 cores=1,3
/proc/50073/task/50076/stat : 50076 (cp-sat-runner) R 50070 50073 47844 0 -1 4194368 12476 0 0 0 2131 1 0 0 20 0 3 0 47775158 163708928 5029 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
[pid=50073/tid=50077] ppid=50070 vsize=159872 memory=0 CPUtime=21.14 cores=1,3
/proc/50073/task/50077/stat : 50077 (cp-sat-runner) R 50070 50073 47844 0 -1 4194368 5240 0 0 0 2113 1 0 0 20 0 3 0 47775158 163708928 5029 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
Current children cumulated CPU time: 42.48 s
Current children cumulated vsize: 159872 KiB
Current children cumulated memory: 20116 KiB

[startup+21.5002 s]
/proc/loadavg: 7.94 8.11 8.11 9/274 50117
/proc/meminfo: memFree=128218428/131249996 swapFree=33010684/33010684
[pid=50073] ppid=50070 vsize=158464 memory=17532 CPUtime=42.66 cores=1,3
/proc/50073/stat : 50073 (cp-sat-runner) S 50070 50073 47844 0 -1 4194304 18286 0 0 0 4264 2 0 0 20 0 3 0 47775158 162267136 4383 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
/proc/50073/statm: 39616 4383 2144 2102 0 7309 0
[pid=50073/tid=50076] ppid=50070 vsize=158464 memory=14848 CPUtime=21.4 cores=1,3
/proc/50073/task/50076/stat : 50076 (cp-sat-runner) S 50070 50073 47844 0 -1 4194368 12478 0 0 0 2139 1 0 0 20 0 3 0 47775158 162267136 4383 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 1 0 0 -1 1 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
[pid=50073/tid=50077] ppid=50070 vsize=158464 memory=19844 CPUtime=21.23 cores=1,3
/proc/50073/task/50077/stat : 50077 (cp-sat-runner) R 50070 50073 47844 0 -1 4194368 5240 0 0 0 2122 1 0 0 20 0 3 0 47775158 162267136 4383 18446744073709551615 4198400 12805993 140736738902048 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 14897152 140736738904345 140736738904549 140736738904549 140736738910151 0
Current children cumulated CPU time: 42.66 s
Current children cumulated vsize: 158464 KiB
Current children cumulated memory: 17532 KiB

Child status: 10

Real time (s): 21.5307
CPU time (s): 42.6992
CPU user time (s): 42.6703
CPU system time (s): 0.028903
CPU usage (%): 198.318
Max. virtual memory (cumulated for all children) (KiB): 159872
Max. memory (cumulated for all children) (KiB): 21764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.6703
system time used= 0.028903
maximum resident set size= 21764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18323
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= 640
involuntary context switches= 1512


# summary of solver processes directly reported to runsolver:
#   pid: 50073
#   total CPU time (s): 42.6992
#   total CPU user time (s): 42.6703
#   total CPU system time (s): 0.028903

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.046733 second user time and 0.12737 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-01 00:02:53
IDJOB=4490262
IDBENCH=147577
IDSOLVER=3320
FILE ID=nodeC024/4490262-1751320972
RUNJOBID= nodeC024-1751313715-47856
SLURM_JOB_ID= 9594318
Free space on /tmp= 432976 MiB

SOLVER NAME= OR-Tools CP-SAT 9.14
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_3.opb
COMMAND LINE= cp-sat-runner --params num_workers:NBCORE,log_search_progress:false,max_time_in_seconds:TIMEOUT,random_seed:RANDOMSEED --competition_mode --input BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4490262-1751320972/watcher-4490262-1751320972 -o /tmp/evaluation-result-4490262-1751320972/solver-4490262-1751320972 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751313715-47856 --watchdog 3760  cp-sat-runner --params num_workers:2,log_search_progress:false,max_time_in_seconds:3600,random_seed:228718414 --competition_mode --input HOME/instance-4490262-1751320972.opb

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

MD5SUM BENCH= 86001821498b0a30bc65df6451678f5a
RANDOM SEED=228718414

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.669
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.953
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.632
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.662
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3856.513
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.680
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.676
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3590.480
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128225452 kB
MemAvailable:   128641944 kB
Buffers:            3280 kB
Cached:          1222196 kB
SwapCached:            0 kB
Active:          1360644 kB
Inactive:         966692 kB
Active(anon):    1119924 kB
Inactive(anon):        0 kB
Active(file):     240720 kB
Inactive(file):   966692 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             24900 kB
Writeback:            84 kB
AnonPages:       1104476 kB
Mapped:           112440 kB
Shmem:             18064 kB
KReclaimable:      96240 kB
Slab:             183256 kB
SReclaimable:      96240 kB
SUnreclaim:        87016 kB
KernelStack:        4264 kB
PageTables:         5336 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1435964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    307200 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432968 MiB
End job on nodeC024 at 2025-07-01 00:03:14