Trace number 4498236

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.14OPT11 44.1606 22.2932

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mds/normalized-mds_100_10_1.opb
MD5SUM6ddedb73bef771d6a1c994e2b60000f2
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark17.7647
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints100
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 constraints100
Minimum length of a constraint11
Maximum length of a constraint19
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1248
Sum of products size (including duplicates)2496
Number of different products1248
Sum of products size2496

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.07	o 18
0.00/0.08	o 16
0.34/0.29	o 15
0.52/0.34	o 13
0.71/0.46	o 12
1.63/0.97	o 11
43.97/22.29	s OPTIMUM FOUND 
43.97/22.29	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10 x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 
43.97/22.29	v x19 -x20 -x21 x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 x30 -x31 x32 -x33 x34 
43.97/22.29	v -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 
43.97/22.29	v -x50 -x51 -x52 -x53 -x54 x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 
43.97/22.29	v -x66 -x67 x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 
43.97/22.29	v x82 -x83 x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 
43.97/22.29	v -x98 -x99 -x100 

Verifier Data

OK	11

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 (63264 MiB free)
  memory of node 1: 64465 MiB (63359 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4498236-1751268233/watcher-4498236-1751268233 -o /tmp/evaluation-result-4498236-1751268233/solver-4498236-1751268233 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751268232-36151 --watchdog 3760 cp-sat-runner --params num_workers:2,log_search_progress:false,max_time_in_seconds:3600,random_seed:1488826855 --competition_mode --input HOME/instance-4498236-1751268233.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Starting watchdog thread
solver pid=36218, runsolver pid=36210
Current StackSize limit: 8192 KiB


[startup+0.100068 s]*
/proc/loadavg: 0.06 0.08 0.09 7/252 36222
/proc/meminfo: memFree=129655488/131382116 swapFree=33010684/33010684
[pid=36218] ppid=36210 vsize=161168 memory=13576 CPUtime=0.13 cores=0,2
/proc/36218/stat : 36218 (cp-sat-runner) S 36210 36218 36134 0 -1 4194304 1738 0 0 0 12 1 0 0 20 0 3 0 42502850 165036032 3394 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
/proc/36218/statm: 40292 3394 2176 2102 0 5731 0
[pid=36218/tid=36221] ppid=36210 vsize=161168 memory=4026531959 CPUtime=0.03 cores=0,2
/proc/36218/task/36221/stat : 36221 (cp-sat-runner) R 36210 36218 36134 0 -1 4194368 244 0 0 0 3 0 0 0 20 0 3 0 42502856 165036032 3394 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
[pid=36218/tid=36222] ppid=36210 vsize=161168 memory=215637821723 CPUtime=0.03 cores=0,2
/proc/36218/task/36222/stat : 36222 (cp-sat-runner) R 36210 36218 36134 0 -1 4194368 176 0 0 0 3 0 0 0 20 0 3 0 42502856 165036032 3394 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 161168 KiB
Current children cumulated memory: 13576 KiB

[startup+0.216006 s]*
/proc/loadavg: 0.06 0.08 0.09 9/257 36227
/proc/meminfo: memFree=129653220/131382116 swapFree=33010684/33010684
[pid=36218] ppid=36210 vsize=161168 memory=14984 CPUtime=0.34 cores=0,2
/proc/36218/stat : 36218 (cp-sat-runner) S 36210 36218 36134 0 -1 4194304 2093 0 0 0 33 1 0 0 20 0 3 0 42502850 165036032 3746 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
/proc/36218/statm: 40292 3746 2176 2102 0 6117 0
[pid=36218/tid=36221] ppid=36210 vsize=161168 memory=4207609187529720109 CPUtime=0.13 cores=0,2
/proc/36218/task/36221/stat : 36221 (cp-sat-runner) R 36210 36218 36134 0 -1 4194368 360 0 0 0 13 0 0 0 20 0 3 0 42502856 165036032 3746 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
[pid=36218/tid=36222] ppid=36210 vsize=161168 memory=228522721619 CPUtime=0.14 cores=0,2
/proc/36218/task/36222/stat : 36222 (cp-sat-runner) R 36210 36218 36134 0 -1 4194368 414 0 0 0 14 0 0 0 20 0 3 0 42502856 165036032 3746 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 161168 KiB
Current children cumulated memory: 14984 KiB

[startup+0.313353 s]*
/proc/loadavg: 0.06 0.08 0.09 8/254 36227
/proc/meminfo: memFree=129651204/131382116 swapFree=33010684/33010684
[pid=36218] ppid=36210 vsize=161168 memory=15496 CPUtime=0.52 cores=0,2
/proc/36218/stat : 36218 (cp-sat-runner) S 36210 36218 36134 0 -1 4194304 2225 0 0 0 51 1 0 0 20 0 3 0 42502850 165036032 3874 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
/proc/36218/statm: 40292 3874 2176 2102 0 6256 0
[pid=36218/tid=36221] ppid=36210 vsize=161168 memory=-6000919494181611116 CPUtime=0.21 cores=0,2
/proc/36218/task/36221/stat : 36221 (cp-sat-runner) R 36210 36218 36134 0 -1 4194368 381 0 0 0 21 0 0 0 20 0 3 0 42502856 165036032 3874 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
[pid=36218/tid=36222] ppid=36210 vsize=161168 memory=0 CPUtime=0.24 cores=0,2
/proc/36218/task/36222/stat : 36222 (cp-sat-runner) R 36210 36218 36134 0 -1 4194368 525 0 0 0 24 0 0 0 20 0 3 0 42502856 165036032 3874 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 161168 KiB
Current children cumulated memory: 15496 KiB

[startup+0.700291 s]
/proc/loadavg: 0.06 0.08 0.09 7/254 36227
/proc/meminfo: memFree=129644680/131382116 swapFree=33010684/33010684
[pid=36218] ppid=36210 vsize=161168 memory=15624 CPUtime=1.24 cores=0,2
/proc/36218/stat : 36218 (cp-sat-runner) S 36210 36218 36134 0 -1 4194304 2263 0 0 0 123 1 0 0 20 0 3 0 42502850 165036032 3906 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
/proc/36218/statm: 40292 3906 2176 2102 0 6294 0
[pid=36218/tid=36221] ppid=36210 vsize=161168 memory=0 CPUtime=0.56 cores=0,2
/proc/36218/task/36221/stat : 36221 (cp-sat-runner) R 36210 36218 36134 0 -1 4194368 414 0 0 0 56 0 0 0 20 0 3 0 42502856 165036032 3906 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
[pid=36218/tid=36222] ppid=36210 vsize=161168 memory=5632 CPUtime=0.61 cores=0,2
/proc/36218/task/36222/stat : 36222 (cp-sat-runner) R 36210 36218 36134 0 -1 4194368 530 0 0 0 61 0 0 0 20 0 3 0 42502856 165036032 3906 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 161168 KiB
Current children cumulated memory: 15624 KiB

[startup+1.50018 s]
/proc/loadavg: 0.06 0.08 0.09 7/254 36227
/proc/meminfo: memFree=129641684/131382116 swapFree=33010684/33010684
[pid=36218] ppid=36210 vsize=161168 memory=16648 CPUtime=2.81 cores=0,2
/proc/36218/stat : 36218 (cp-sat-runner) S 36210 36218 36134 0 -1 4194304 3463 0 0 0 280 1 0 0 20 0 3 0 42502850 165036032 4162 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
/proc/36218/statm: 40292 4162 2176 2102 0 6432 0
[pid=36218/tid=36221] ppid=36210 vsize=161168 memory=5632 CPUtime=1.34 cores=0,2
/proc/36218/task/36221/stat : 36221 (cp-sat-runner) R 36210 36218 36134 0 -1 4194368 805 0 0 0 134 0 0 0 20 0 3 0 42502856 165036032 4162 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
[pid=36218/tid=36222] ppid=36210 vsize=161168 memory=0 CPUtime=1.4 cores=0,2
/proc/36218/task/36222/stat : 36222 (cp-sat-runner) R 36210 36218 36134 0 -1 4194368 1309 0 0 0 140 0 0 0 20 0 3 0 42502856 165036032 4162 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 161168 KiB
Current children cumulated memory: 16648 KiB

[startup+3.10498 s]
/proc/loadavg: 0.62 0.19 0.12 5/250 36231
/proc/meminfo: memFree=129647604/131382116 swapFree=33010684/33010684
[pid=36218] ppid=36210 vsize=161168 memory=17672 CPUtime=6.01 cores=0,2
/proc/36218/stat : 36218 (cp-sat-runner) S 36210 36218 36134 0 -1 4194304 3711 0 0 0 599 2 0 0 20 0 3 0 42502850 165036032 4418 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
/proc/36218/statm: 40292 4418 2176 2102 0 6563 0
[pid=36218/tid=36221] ppid=36210 vsize=161168 memory=0 CPUtime=2.93 cores=0,2
/proc/36218/task/36221/stat : 36221 (cp-sat-runner) R 36210 36218 36134 0 -1 4194368 949 0 0 0 293 0 0 0 20 0 3 0 42502856 165036032 4418 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
[pid=36218/tid=36222] ppid=36210 vsize=161168 memory=-8183434691370521798 CPUtime=3 cores=0,2
/proc/36218/task/36222/stat : 36222 (cp-sat-runner) R 36210 36218 36134 0 -1 4194368 1412 0 0 0 300 0 0 0 20 0 3 0 42502856 165036032 4418 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
Current children cumulated CPU time: 6.01 s
Current children cumulated vsize: 161168 KiB
Current children cumulated memory: 17672 KiB

[startup+6.30013 s]
/proc/loadavg: 0.62 0.19 0.12 5/248 36235
/proc/meminfo: memFree=129642832/131382116 swapFree=33010684/33010684
[pid=36218] ppid=36210 vsize=161168 memory=18568 CPUtime=12.36 cores=0,2
/proc/36218/stat : 36218 (cp-sat-runner) S 36210 36218 36134 0 -1 4194304 6556 0 0 0 1234 2 0 0 20 0 3 0 42502850 165036032 4642 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
/proc/36218/statm: 40292 4642 2176 2102 0 6797 0
[pid=36218/tid=36221] ppid=36210 vsize=161168 memory=-8183434691370521798 CPUtime=6.1 cores=0,2
/proc/36218/task/36221/stat : 36221 (cp-sat-runner) R 36210 36218 36134 0 -1 4194368 2439 0 0 0 610 0 0 0 20 0 3 0 42502856 165036032 4642 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
[pid=36218/tid=36222] ppid=36210 vsize=161168 memory=18440 CPUtime=6.18 cores=0,2
/proc/36218/task/36222/stat : 36222 (cp-sat-runner) R 36210 36218 36134 0 -1 4194368 2704 0 0 0 618 0 0 0 20 0 3 0 42502856 165036032 4642 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
Current children cumulated CPU time: 12.36 s
Current children cumulated vsize: 161168 KiB
Current children cumulated memory: 18568 KiB

[startup+12.7002 s]
/proc/loadavg: 1.68 0.43 0.20 9/260 36313
/proc/meminfo: memFree=129604724/131382116 swapFree=33010684/33010684
[pid=36218] ppid=36210 vsize=161168 memory=20232 CPUtime=25.09 cores=0,2
/proc/36218/stat : 36218 (cp-sat-runner) S 36210 36218 36134 0 -1 4194304 8790 0 0 0 2506 3 0 0 20 0 3 0 42502850 165036032 5058 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
/proc/36218/statm: 40292 5058 2176 2102 0 7211 0
[pid=36218/tid=36221] ppid=36210 vsize=161168 memory=19464 CPUtime=12.44 cores=0,2
/proc/36218/task/36221/stat : 36221 (cp-sat-runner) R 36210 36218 36134 0 -1 4194368 3833 0 0 0 1244 0 0 0 20 0 3 0 42502856 165036032 5058 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
[pid=36218/tid=36222] ppid=36210 vsize=161168 memory=18440 CPUtime=12.57 cores=0,2
/proc/36218/task/36222/stat : 36222 (cp-sat-runner) R 36210 36218 36134 0 -1 4194368 3510 0 0 0 1256 1 0 0 20 0 3 0 42502856 165036032 5058 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
Current children cumulated CPU time: 25.09 s
Current children cumulated vsize: 161168 KiB
Current children cumulated memory: 20232 KiB

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

# cumulated CPU time of all completed processes:  user=44.1238 s, system=0.036773 s

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

[startup+12.8002 s]
/proc/loadavg: 1.68 0.43 0.20 9/260 36313
/proc/meminfo: memFree=129604724/131382116 swapFree=33010684/33010684
[pid=36218] ppid=36210 vsize=161168 memory=20232 CPUtime=25.29 cores=0,2
/proc/36218/stat : 36218 (cp-sat-runner) S 36210 36218 36134 0 -1 4194304 8790 0 0 0 2526 3 0 0 20 0 3 0 42502850 165036032 5058 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
/proc/36218/statm: 40292 5058 2176 2102 0 7211 0
[pid=36218/tid=36221] ppid=36210 vsize=161168 memory=-8183434691370521798 CPUtime=12.54 cores=0,2
/proc/36218/task/36221/stat : 36221 (cp-sat-runner) R 36210 36218 36134 0 -1 4194368 3833 0 0 0 1254 0 0 0 20 0 3 0 42502856 165036032 5058 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
[pid=36218/tid=36222] ppid=36210 vsize=161168 memory=17672 CPUtime=12.67 cores=0,2
/proc/36218/task/36222/stat : 36222 (cp-sat-runner) R 36210 36218 36134 0 -1 4194368 3510 0 0 0 1266 1 0 0 20 0 3 0 42502856 165036032 5058 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
Current children cumulated CPU time: 25.29 s
Current children cumulated vsize: 161168 KiB
Current children cumulated memory: 20232 KiB

[startup+19.2002 s]
/proc/loadavg: 2.19 0.56 0.25 9/260 36313
/proc/meminfo: memFree=129585200/131382116 swapFree=33010684/33010684
[pid=36218] ppid=36210 vsize=161168 memory=20232 CPUtime=38 cores=0,2
/proc/36218/stat : 36218 (cp-sat-runner) S 36210 36218 36134 0 -1 4194304 8800 0 0 0 3797 3 0 0 20 0 3 0 42502850 165036032 5058 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
/proc/36218/statm: 40292 5058 2176 2102 0 7211 0
[pid=36218/tid=36221] ppid=36210 vsize=161168 memory=20232 CPUtime=18.88 cores=0,2
/proc/36218/task/36221/stat : 36221 (cp-sat-runner) R 36210 36218 36134 0 -1 4194368 3834 0 0 0 1888 0 0 0 20 0 3 0 42502856 165036032 5058 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
[pid=36218/tid=36222] ppid=36210 vsize=161168 memory=18056 CPUtime=19.04 cores=0,2
/proc/36218/task/36222/stat : 36222 (cp-sat-runner) R 36210 36218 36134 0 -1 4194368 3518 0 0 0 1903 1 0 0 20 0 3 0 42502856 165036032 5058 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
Current children cumulated CPU time: 38 s
Current children cumulated vsize: 161168 KiB
Current children cumulated memory: 20232 KiB

[startup+20.8002 s]
/proc/loadavg: 2.19 0.56 0.25 9/260 36313
/proc/meminfo: memFree=129585224/131382116 swapFree=33010684/33010684
[pid=36218] ppid=36210 vsize=161168 memory=20232 CPUtime=41.19 cores=0,2
/proc/36218/stat : 36218 (cp-sat-runner) S 36210 36218 36134 0 -1 4194304 8825 0 0 0 4116 3 0 0 20 0 3 0 42502850 165036032 5058 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
/proc/36218/statm: 40292 5058 2176 2102 0 7211 0
[pid=36218/tid=36221] ppid=36210 vsize=161168 memory=20232 CPUtime=20.47 cores=0,2
/proc/36218/task/36221/stat : 36221 (cp-sat-runner) R 36210 36218 36134 0 -1 4194368 3834 0 0 0 2047 0 0 0 20 0 3 0 42502856 165036032 5058 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
[pid=36218/tid=36222] ppid=36210 vsize=161168 memory=245635481903 CPUtime=20.64 cores=0,2
/proc/36218/task/36222/stat : 36222 (cp-sat-runner) R 36210 36218 36134 0 -1 4194368 3543 0 0 0 2063 1 0 0 20 0 3 0 42502856 165036032 5058 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
Current children cumulated CPU time: 41.19 s
Current children cumulated vsize: 161168 KiB
Current children cumulated memory: 20232 KiB

[startup+21.6001 s]
/proc/loadavg: 2.19 0.56 0.25 9/260 36313
/proc/meminfo: memFree=129585256/131382116 swapFree=33010684/33010684
[pid=36218] ppid=36210 vsize=161168 memory=20232 CPUtime=42.78 cores=0,2
/proc/36218/stat : 36218 (cp-sat-runner) S 36210 36218 36134 0 -1 4194304 8828 0 0 0 4275 3 0 0 20 0 3 0 42502850 165036032 5058 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
/proc/36218/statm: 40292 5058 2176 2102 0 7211 0
[pid=36218/tid=36221] ppid=36210 vsize=161168 memory=-8183434691370521798 CPUtime=21.26 cores=0,2
/proc/36218/task/36221/stat : 36221 (cp-sat-runner) R 36210 36218 36134 0 -1 4194368 3837 0 0 0 2126 0 0 0 20 0 3 0 42502856 165036032 5058 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
[pid=36218/tid=36222] ppid=36210 vsize=161168 memory=11008 CPUtime=21.43 cores=0,2
/proc/36218/task/36222/stat : 36222 (cp-sat-runner) R 36210 36218 36134 0 -1 4194368 3543 0 0 0 2142 1 0 0 20 0 3 0 42502856 165036032 5058 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
Current children cumulated CPU time: 42.78 s
Current children cumulated vsize: 161168 KiB
Current children cumulated memory: 20232 KiB

[startup+22.0001 s]*
/proc/loadavg: 2.65 0.68 0.29 9/260 36313
/proc/meminfo: memFree=129585256/131382116 swapFree=33010684/33010684
[pid=36218] ppid=36210 vsize=161168 memory=20232 CPUtime=43.58 cores=0,2
/proc/36218/stat : 36218 (cp-sat-runner) S 36210 36218 36134 0 -1 4194304 8871 0 0 0 4355 3 0 0 20 0 3 0 42502850 165036032 5058 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
/proc/36218/statm: 40292 5058 2176 2102 0 7211 0
[pid=36218/tid=36221] ppid=36210 vsize=161168 memory=-8183433596137084103 CPUtime=21.66 cores=0,2
/proc/36218/task/36221/stat : 36221 (cp-sat-runner) R 36210 36218 36134 0 -1 4194368 3848 0 0 0 2166 0 0 0 20 0 3 0 42502856 165036032 5058 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
[pid=36218/tid=36222] ppid=36210 vsize=161168 memory=51592 CPUtime=21.84 cores=0,2
/proc/36218/task/36222/stat : 36222 (cp-sat-runner) R 36210 36218 36134 0 -1 4194368 3543 0 0 0 2183 1 0 0 20 0 3 0 42502856 165036032 5058 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
Current children cumulated CPU time: 43.58 s
Current children cumulated vsize: 161168 KiB
Current children cumulated memory: 20232 KiB

[startup+22.2002 s]
/proc/loadavg: 2.65 0.68 0.29 9/260 36313
/proc/meminfo: memFree=129585256/131382116 swapFree=33010684/33010684
[pid=36218] ppid=36210 vsize=161168 memory=20232 CPUtime=43.97 cores=0,2
/proc/36218/stat : 36218 (cp-sat-runner) S 36210 36218 36134 0 -1 4194304 8873 0 0 0 4394 3 0 0 20 0 3 0 42502850 165036032 5058 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
/proc/36218/statm: 40292 5058 2176 2102 0 7211 0
[pid=36218/tid=36221] ppid=36210 vsize=161168 memory=6055652894588535087 CPUtime=21.86 cores=0,2
/proc/36218/task/36221/stat : 36221 (cp-sat-runner) R 36210 36218 36134 0 -1 4194368 3849 0 0 0 2186 0 0 0 20 0 3 0 42502856 165036032 5058 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
[pid=36218/tid=36222] ppid=36210 vsize=161168 memory=6197008299939070707 CPUtime=22.03 cores=0,2
/proc/36218/task/36222/stat : 36222 (cp-sat-runner) R 36210 36218 36134 0 -1 4194368 3543 0 0 0 2202 1 0 0 20 0 3 0 42502856 165036032 5058 18446744073709551615 4198400 12805993 140721289424496 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 30302208 140721289431320 140721289431525 140721289431525 140721289437127 0
Current children cumulated CPU time: 43.97 s
Current children cumulated vsize: 161168 KiB
Current children cumulated memory: 20232 KiB

Child status: 10

Real time (s): 22.2932
CPU time (s): 44.1606
CPU user time (s): 44.1238
CPU system time (s): 0.036773
CPU usage (%): 198.09
Max. virtual memory (cumulated for all children) (KiB): 161168
Max. memory (cumulated for all children) (KiB): 20232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.1238
system time used= 0.036773
maximum resident set size= 20360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9243
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= 471
involuntary context switches= 1078


# summary of solver processes directly reported to runsolver:
#   pid: 36218
#   total CPU time (s): 44.1606
#   total CPU user time (s): 44.1238
#   total CPU system time (s): 0.036773

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.080282 second user time and 0.149188 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-30 09:23:54
IDJOB=4498236
IDBENCH=148580
IDSOLVER=3320
FILE ID=nodeC010/4498236-1751268233
RUNJOBID= nodeC010-1751268232-36151
SLURM_JOB_ID= 9594177
Free space on /tmp= 432668 MiB

SOLVER NAME= OR-Tools CP-SAT 9.14
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mds/normalized-mds_100_10_1.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-4498236-1751268233/watcher-4498236-1751268233 -o /tmp/evaluation-result-4498236-1751268233/solver-4498236-1751268233 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751268232-36151 --watchdog 3760  cp-sat-runner --params num_workers:2,log_search_progress:false,max_time_in_seconds:3600,random_seed:1488826855 --competition_mode --input HOME/instance-4498236-1751268233.opb

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

MD5SUM BENCH= 6ddedb73bef771d6a1c994e2b60000f2
RANDOM SEED=1488826855

nodeC010 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.658
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.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	: 0xb00001f
cpu MHz		: 1197.105
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.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	: 0xb00001f
cpu MHz		: 1197.154
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.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	: 0xb00001f
cpu MHz		: 1197.103
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.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	: 0xb00001f
cpu MHz		: 1197.298
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.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	: 0xb00001f
cpu MHz		: 1197.096
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.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	: 0xb00001f
cpu MHz		: 1197.193
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.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	: 0xb00001f
cpu MHz		: 1197.138
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129689048 kB
MemAvailable:   129997432 kB
Buffers:            3280 kB
Cached:          1117540 kB
SwapCached:            0 kB
Active:           356556 kB
Inactive:         825044 kB
Active(anon):      78740 kB
Inactive(anon):        0 kB
Active(file):     277816 kB
Inactive(file):   825044 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             50644 kB
Writeback:             0 kB
AnonPages:         63904 kB
Mapped:           103656 kB
Shmem:             17960 kB
KReclaimable:      90300 kB
Slab:             172340 kB
SReclaimable:      90300 kB
SUnreclaim:        82040 kB
KernelStack:        3920 kB
PageTables:         2892 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     332604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149320 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432644 MiB
End job on nodeC010 at 2025-06-30 09:24:17