Trace number 4503584

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OR-Tools CP-SAT 9.14? (TO) 3600.26 1826.67

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-147.opb
MD5SUM68b1290c926351b4227086ab823cce81
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables42127
Total number of constraints974306
Number of constraints which are clauses875463
Number of constraints which are cardinality constraints (but not clauses)3062
Number of constraints which are nor clauses,nor cardinality constraints95781
Minimum length of a constraint2
Maximum length of a constraint627
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 628
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.17/1826.60	s UNKNOWN

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4503584-1751141502/watcher-4503584-1751141502 -o /tmp/evaluation-result-4503584-1751141502/solver-4503584-1751141502 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751133631-11337 --watchdog 3760 cp-sat-runner --params num_workers:2,log_search_progress:false,max_time_in_seconds:3600,random_seed:708189693 --competition_mode --input HOME/instance-4503584-1751141502.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Current StackSize limit: 8192 KiB

solver pid=19259, runsolver pid=19256

[startup+0.100063 s]*
/proc/loadavg: 7.79 7.97 8.04 8/269 19260
/proc/meminfo: memFree=125636064/131249992 swapFree=33010684/33010684
[pid=19259] ppid=19256 vsize=49776 memory=43248 CPUtime=0.09 cores=5,7
/proc/19259/stat : 19259 (cp-sat-runner) R 19256 19259 11319 0 -1 4194304 10365 0 0 0 8 1 0 0 20 0 1 0 29828996 50970624 10812 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
/proc/19259/statm: 12444 10812 1088 2102 0 9984 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 49776 KiB
Current children cumulated memory: 43248 KiB

[startup+0.205854 s]*
/proc/loadavg: 7.79 7.97 8.04 8/269 19260
/proc/meminfo: memFree=125596248/131249992 swapFree=33010684/33010684
[pid=19259] ppid=19256 vsize=91428 memory=84812 CPUtime=0.19 cores=5,7
/proc/19259/stat : 19259 (cp-sat-runner) R 19256 19259 11319 0 -1 4194304 19730 0 0 0 16 3 0 0 20 0 1 0 29828996 93622272 21203 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
/proc/19259/statm: 22857 21203 1088 2102 0 20397 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 91428 KiB
Current children cumulated memory: 84812 KiB

[startup+0.30577 s]*
/proc/loadavg: 7.79 7.97 8.04 8/269 19260
/proc/meminfo: memFree=125539668/131249992 swapFree=33010684/33010684
[pid=19259] ppid=19256 vsize=135940 memory=121112 CPUtime=0.3 cores=5,7
/proc/19259/stat : 19259 (cp-sat-runner) R 19256 19259 11319 0 -1 4194304 28310 0 0 0 25 5 0 0 20 0 1 0 29828996 139202560 30278 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
/proc/19259/statm: 33985 30278 1088 2102 0 31525 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 135940 KiB
Current children cumulated memory: 121112 KiB

[startup+0.700178 s]
/proc/loadavg: 7.79 7.97 8.04 8/269 19260
/proc/meminfo: memFree=125426132/131249992 swapFree=33010684/33010684
[pid=19259] ppid=19256 vsize=288976 memory=270224 CPUtime=0.68 cores=5,7
/proc/19259/stat : 19259 (cp-sat-runner) R 19256 19259 11319 0 -1 4194304 60988 0 0 0 57 11 0 0 20 0 1 0 29828996 295911424 67556 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
/proc/19259/statm: 72277 67556 1088 2102 0 69817 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 288976 KiB
Current children cumulated memory: 270224 KiB

[startup+1.50017 s]
/proc/loadavg: 7.79 7.97 8.04 9/269 19260
/proc/meminfo: memFree=125250012/131249992 swapFree=33010684/33010684
[pid=19259] ppid=19256 vsize=589300 memory=583468 CPUtime=1.48 cores=5,7
/proc/19259/stat : 19259 (cp-sat-runner) R 19256 19259 11319 0 -1 4194304 146071 0 0 0 123 25 0 0 20 0 1 0 29828996 603443200 145867 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
/proc/19259/statm: 147325 145867 1344 2102 0 144865 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 589300 KiB
Current children cumulated memory: 583468 KiB

[startup+3.10564 s]
/proc/loadavg: 7.79 7.97 8.04 9/269 19260
/proc/meminfo: memFree=124966980/131249992 swapFree=33010684/33010684
[pid=19259] ppid=19256 vsize=745172 memory=718944 CPUtime=3.08 cores=5,7
/proc/19259/stat : 19259 (cp-sat-runner) R 19256 19259 11319 0 -1 4194304 163962 0 0 0 279 29 0 0 20 0 1 0 29828996 763056128 179736 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
/proc/19259/statm: 186293 179736 1504 2102 0 183833 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 745172 KiB
Current children cumulated memory: 718944 KiB

[startup+6.30017 s]
/proc/loadavg: 7.73 7.96 8.04 9/269 19260
/proc/meminfo: memFree=124346564/131249992 swapFree=33010684/33010684
[pid=19259] ppid=19256 vsize=904116 memory=876436 CPUtime=6.26 cores=5,7
/proc/19259/stat : 19259 (cp-sat-runner) R 19256 19259 11319 0 -1 4194304 199835 0 0 0 586 40 0 0 20 0 1 0 29828996 925814784 219109 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
/proc/19259/statm: 226029 219109 1728 2102 0 223569 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 904116 KiB
Current children cumulated memory: 876436 KiB

[startup+12.7002 s]
/proc/loadavg: 7.67 7.94 8.03 9/269 19261
/proc/meminfo: memFree=124336556/131249992 swapFree=33010684/33010684
[pid=19259] ppid=19256 vsize=1282792 memory=1255448 CPUtime=12.65 cores=5,7
/proc/19259/stat : 19259 (cp-sat-runner) R 19256 19259 11319 0 -1 4194304 268131 0 0 0 1208 57 0 0 20 0 1 0 29828996 1313579008 313862 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
/proc/19259/statm: 320698 313862 1856 2102 0 318238 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1282792 KiB
Current children cumulated memory: 1255448 KiB

[startup+25.5002 s]
/proc/loadavg: 7.60 7.91 8.02 10/271 19263
/proc/meminfo: memFree=122079428/131249992 swapFree=33010684/33010684
[pid=19259] ppid=19256 vsize=4140204 memory=3203788 CPUtime=28.8 cores=5,7
/proc/19259/stat : 19259 (cp-sat-runner) S 19256 19259 11319 0 -1 4194304 493609 0 0 0 2743 137 0 0 20 0 3 0 29828996 4239568896 800947 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
/proc/19259/statm: 1035051 800947 2144 2102 0 1006818 0
[pid=19259/tid=19262] ppid=19256 vsize=4140204 memory=14692 CPUtime=3.43 cores=5,7
/proc/19259/task/19262/stat : 19262 (cp-sat-runner) R 19256 19259 11319 0 -1 4194368 88367 0 0 0 310 33 0 0 20 0 3 0 29831196 4239568896 800947 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
[pid=19259/tid=19263] ppid=19256 vsize=4140204 memory=1498240 CPUtime=3.43 cores=5,7
/proc/19259/task/19263/stat : 19263 (cp-sat-runner) R 19256 19259 11319 0 -1 4194368 81631 0 0 0 320 23 0 0 20 0 3 0 29831196 4239568896 800947 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
Current children cumulated CPU time: 28.8 s
Current children cumulated vsize: 4140204 KiB
Current children cumulated memory: 3203788 KiB

[startup+51.1059 s]
/proc/loadavg: 7.74 7.92 8.02 10/271 19263
/proc/meminfo: memFree=122589976/131249992 swapFree=33010684/33010684
[pid=19259] ppid=19256 vsize=3284760 memory=3079384 CPUtime=79.56 cores=5,7
/proc/19259/stat : 19259 (cp-sat-runner) S 19256 19259 11319 0 -1 4194304 688370 0 0 0 7786 170 0 0 20 0 3 0 29828996 3363594240 769846 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
/proc/19259/statm: 821190 769846 2144 2102 0 794016 0
[pid=19259/tid=19262] ppid=19256 vsize=3284760 memory=3079256 CPUtime=28.71 cores=5,7
/proc/19259/task/19262/stat : 19262 (cp-sat-runner) R 19256 19259 11319 0 -1 4194368 177826 0 0 0 2832 39 0 0 20 0 3 0 29831196 3363594240 769846 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
[pid=19259/tid=19263] ppid=19256 vsize=3284760 memory=17408 CPUtime=28.92 cores=5,7
/proc/19259/task/19263/stat : 19263 (cp-sat-runner) R 19256 19259 11319 0 -1 4194368 186812 0 0 0 2841 51 0 0 20 0 3 0 29831196 3363594240 769846 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
Current children cumulated CPU time: 79.56 s
Current children cumulated vsize: 3284760 KiB
Current children cumulated memory: 3079384 KiB

[startup+102.3 s]
/proc/loadavg: 7.93 7.95 8.02 10/271 19265
/proc/meminfo: memFree=122280228/131249992 swapFree=33010684/33010684
[pid=19259] ppid=19256 vsize=3878656 memory=3439964 CPUtime=181.06 cores=5,7
/proc/19259/stat : 19259 (cp-sat-runner) S 19256 19259 11319 0 -1 4194304 992136 0 0 0 17874 232 0 0 20 0 3 0 29828996 3971743744 859991 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
/proc/19259/statm: 969664 859991 2144 2102 0 956618 0
[pid=19259/tid=19262] ppid=19256 vsize=3878656 memory=3129912 CPUtime=79.25 cores=5,7
/proc/19259/task/19262/stat : 19262 (cp-sat-runner) R 19256 19259 11319 0 -1 4194368 219419 0 0 0 7882 43 0 0 20 0 3 0 29831196 3971743744 859991 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
[pid=19259/tid=19263] ppid=19256 vsize=3878656 memory=3130168 CPUtime=79.86 cores=5,7
/proc/19259/task/19263/stat : 19263 (cp-sat-runner) R 19256 19259 11319 0 -1 4194368 448905 0 0 0 7877 109 0 0 20 0 3 0 29831196 3971743744 859991 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
Current children cumulated CPU time: 181.06 s
Current children cumulated vsize: 3878656 KiB
Current children cumulated memory: 3439964 KiB

[startup+162.3 s]
/proc/loadavg: 8.11 8.00 8.03 10/271 19267
/proc/meminfo: memFree=121966400/131249992 swapFree=33010684/33010684
[pid=19259] ppid=19256 vsize=3878656 memory=3440848 CPUtime=300.05 cores=5,7
/proc/19259/stat : 19259 (cp-sat-runner) S 19256 19259 11319 0 -1 4194304 1228809 0 0 0 29704 301 0 0 20 0 3 0 29828996 3971743744 860212 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
/proc/19259/statm: 969664 860212 2144 2102 0 956867 0
[pid=19259/tid=19262] ppid=19256 vsize=3878656 memory=3137964 CPUtime=138.5 cores=5,7
/proc/19259/task/19262/stat : 19262 (cp-sat-runner) R 19256 19259 11319 0 -1 4194368 278805 0 0 0 13801 49 0 0 20 0 3 0 29831196 3971743744 860212 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
[pid=19259/tid=19263] ppid=19256 vsize=3878656 memory=3137964 CPUtime=139.58 cores=5,7
/proc/19259/task/19263/stat : 19263 (cp-sat-runner) R 19256 19259 11319 0 -1 4194368 626135 0 0 0 13787 171 0 0 20 0 3 0 29831196 3971743744 860212 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
Current children cumulated CPU time: 300.05 s
Current children cumulated vsize: 3878656 KiB
Current children cumulated memory: 3440848 KiB

[startup+222.3 s]
/proc/loadavg: 8.17 8.03 8.04 10/271 19269
/proc/meminfo: memFree=121428680/131249992 swapFree=33010684/33010684
[pid=19259] ppid=19256 vsize=3832656 memory=3419312 CPUtime=419.01 cores=5,7
/proc/19259/stat : 19259 (cp-sat-runner) S 19256 19259 11319 0 -1 4194304 1269113 0 0 0 41543 358 0 0 20 0 3 0 29828996 3924639744 854828 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
/proc/19259/statm: 958164 854828 2144 2102 0 945372 0
[pid=19259/tid=19262] ppid=19256 vsize=3832656 memory=3403636 CPUtime=197.74 cores=5,7
/proc/19259/task/19262/stat : 19262 (cp-sat-runner) R 19256 19259 11319 0 -1 4194368 295315 0 0 0 19722 52 0 0 20 0 3 0 29831196 3924639744 854828 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
[pid=19259/tid=19263] ppid=19256 vsize=3832656 memory=3140024 CPUtime=199.28 cores=5,7
/proc/19259/task/19263/stat : 19263 (cp-sat-runner) R 19256 19259 11319 0 -1 4194368 649882 0 0 0 19704 224 0 0 20 0 3 0 29831196 3924639744 854828 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
Current children cumulated CPU time: 419.01 s
Current children cumulated vsize: 3832656 KiB
Current children cumulated memory: 3419312 KiB

[startup+282.3 s]
/proc/loadavg: 8.14 8.04 8.04 10/272 19276
/proc/meminfo: memFree=121985060/131249992 swapFree=33010684/33010684
[pid=19259] ppid=19256 vsize=3833664 memory=3355068 CPUtime=537.97 cores=5,7
/proc/19259/stat : 19259 (cp-sat-runner) S 19256 19259 11319 0 -1 4194304 1417198 0 0 0 53385 412 0 0 20 0 3 0 29828996 3925671936 838767 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
/proc/19259/statm: 958416 838767 2144 2102 0 945646 0
[pid=19259/tid=19262] ppid=19256 vsize=3833664 memory=3654124 CPUtime=256.99 cores=5,7
/proc/19259/task/19262/stat : 19262 (cp-sat-runner) R 19256 19259 11319 0 -1 4194368 316000 0 0 0 25644 55 0 0 20 0 3 0 29831196 3925671936 838767 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
[pid=19259/tid=19263] ppid=19256 vsize=3833664 memory=3215876 CPUtime=258.99 cores=5,7
/proc/19259/task/19263/stat : 19263 (cp-sat-runner) R 19256 19259 11319 0 -1 4194368 777205 0 0 0 25623 276 0 0 20 0 3 0 29831196 3925671936 838767 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
Current children cumulated CPU time: 537.97 s
Current children cumulated vsize: 3833664 KiB
Current children cumulated memory: 3355068 KiB

[startup+342.3 s]
/proc/loadavg: 8.10 8.05 8.04 10/272 19280

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

Current children cumulated memory: 3886068 KiB

[startup+1302.3 s]
/proc/loadavg: 8.37 8.26 8.14 9/271 19370
/proc/meminfo: memFree=121000924/131249992 swapFree=33010684/33010684
[pid=19259] ppid=19256 vsize=4234524 memory=3881264 CPUtime=2560.49 cores=5,7
/proc/19259/stat : 19259 (cp-sat-runner) S 19256 19259 11319 0 -1 4194304 3392631 0 0 0 254716 1333 0 0 20 0 3 0 29828996 4336152576 970316 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
/proc/19259/statm: 1058631 970316 2176 2102 0 1045910 0
[pid=19259/tid=19262] ppid=19256 vsize=4234524 memory=3884020 CPUtime=1263.98 cores=5,7
/proc/19259/task/19262/stat : 19262 (cp-sat-runner) R 19256 19259 11319 0 -1 4194368 686345 0 0 0 126296 102 0 0 20 0 3 0 29831196 4336152576 970316 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
[pid=19259/tid=19263] ppid=19256 vsize=4234524 memory=14692 CPUtime=1273.73 cores=5,7
/proc/19259/task/19263/stat : 19263 (cp-sat-runner) R 19256 19259 11319 0 -1 4194368 2341170 0 0 0 126237 1136 0 0 20 0 3 0 29831196 4336152576 970316 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
Current children cumulated CPU time: 2560.49 s
Current children cumulated vsize: 4234524 KiB
Current children cumulated memory: 3881264 KiB

[startup+1362.3 s]
/proc/loadavg: 8.24 8.25 8.14 9/271 19371
/proc/meminfo: memFree=121478752/131249992 swapFree=33010684/33010684
[pid=19259] ppid=19256 vsize=4235180 memory=3992980 CPUtime=2679.47 cores=5,7
/proc/19259/stat : 19259 (cp-sat-runner) S 19256 19259 11319 0 -1 4194304 3488856 0 0 0 266565 1382 0 0 20 0 3 0 29828996 4336824320 998245 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
/proc/19259/statm: 1058795 998245 2176 2102 0 1046074 0
[pid=19259/tid=19262] ppid=19256 vsize=4235180 memory=3567100 CPUtime=1323.23 cores=5,7
/proc/19259/task/19262/stat : 19262 (cp-sat-runner) R 19256 19259 11319 0 -1 4194368 693515 0 0 0 132220 103 0 0 20 0 3 0 29831196 4336824320 998245 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
[pid=19259/tid=19263] ppid=19256 vsize=4235180 memory=3822996 CPUtime=1333.44 cores=5,7
/proc/19259/task/19263/stat : 19263 (cp-sat-runner) R 19256 19259 11319 0 -1 4194368 2430194 0 0 0 132161 1183 0 0 20 0 3 0 29831196 4336824320 998245 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
Current children cumulated CPU time: 2679.47 s
Current children cumulated vsize: 4235180 KiB
Current children cumulated memory: 3992980 KiB

[startup+1422.3 s]
/proc/loadavg: 8.18 8.23 8.14 9/271 19373
/proc/meminfo: memFree=121309064/131249992 swapFree=33010684/33010684
[pid=19259] ppid=19256 vsize=4235180 memory=3999124 CPUtime=2798.44 cores=5,7
/proc/19259/stat : 19259 (cp-sat-runner) S 19256 19259 11319 0 -1 4194304 3601161 0 0 0 278409 1435 0 0 20 0 3 0 29828996 4336824320 999781 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
/proc/19259/statm: 1058795 999781 2176 2102 0 1046074 0
[pid=19259/tid=19262] ppid=19256 vsize=4235180 memory=3567100 CPUtime=1382.47 cores=5,7
/proc/19259/task/19262/stat : 19262 (cp-sat-runner) R 19256 19259 11319 0 -1 4194368 707556 0 0 0 138142 105 0 0 20 0 3 0 29831196 4336824320 999781 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
[pid=19259/tid=19263] ppid=19256 vsize=4235180 memory=14692 CPUtime=1393.15 cores=5,7
/proc/19259/task/19263/stat : 19263 (cp-sat-runner) R 19256 19259 11319 0 -1 4194368 2528401 0 0 0 138082 1233 0 0 20 0 3 0 29831196 4336824320 999781 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
Current children cumulated CPU time: 2798.44 s
Current children cumulated vsize: 4235180 KiB
Current children cumulated memory: 3999124 KiB

[startup+1482.3 s]
/proc/loadavg: 7.84 8.12 8.11 9/270 19421
/proc/meminfo: memFree=118855868/131249992 swapFree=33010684/33010684
[pid=19259] ppid=19256 vsize=4235180 memory=4066716 CPUtime=2917.43 cores=5,7
/proc/19259/stat : 19259 (cp-sat-runner) S 19256 19259 11319 0 -1 4194304 3704422 0 0 0 290259 1484 0 0 20 0 3 0 29828996 4336824320 1016679 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
/proc/19259/statm: 1058795 1016679 2176 2102 0 1046074 0
[pid=19259/tid=19262] ppid=19256 vsize=4235180 memory=3575644 CPUtime=1441.74 cores=5,7
/proc/19259/task/19262/stat : 19262 (cp-sat-runner) R 19256 19259 11319 0 -1 4194368 720897 0 0 0 144068 106 0 0 20 0 3 0 29831196 4336824320 1016679 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
[pid=19259/tid=19263] ppid=19256 vsize=4235180 memory=3684720 CPUtime=1452.86 cores=5,7
/proc/19259/task/19263/stat : 19263 (cp-sat-runner) R 19256 19259 11319 0 -1 4194368 2618267 0 0 0 144005 1281 0 0 20 0 3 0 29831196 4336824320 1016679 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
Current children cumulated CPU time: 2917.43 s
Current children cumulated vsize: 4235180 KiB
Current children cumulated memory: 4066716 KiB

[startup+1542.3 s]
/proc/loadavg: 8.04 8.13 8.11 9/272 19429
/proc/meminfo: memFree=119157776/131249992 swapFree=33010684/33010684
[pid=19259] ppid=19256 vsize=3725896 memory=3575652 CPUtime=3036.41 cores=5,7
/proc/19259/stat : 19259 (cp-sat-runner) S 19256 19259 11319 0 -1 4194304 3805289 0 0 0 302108 1533 0 0 20 0 3 0 29828996 3815317504 893913 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
/proc/19259/statm: 931474 893913 2176 2102 0 918753 0
[pid=19259/tid=19262] ppid=19256 vsize=3725896 memory=3783024 CPUtime=1500.99 cores=5,7
/proc/19259/task/19262/stat : 19262 (cp-sat-runner) R 19256 19259 11319 0 -1 4194368 752440 0 0 0 149990 109 0 0 20 0 3 0 29831196 3815317504 893913 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
[pid=19259/tid=19263] ppid=19256 vsize=3725896 memory=-4050210904893342866 CPUtime=1512.57 cores=5,7
/proc/19259/task/19263/stat : 19263 (cp-sat-runner) R 19256 19259 11319 0 -1 4194368 2687545 0 0 0 149931 1326 0 0 20 0 3 0 29831196 3815317504 893913 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
Current children cumulated CPU time: 3036.41 s
Current children cumulated vsize: 3725896 KiB
Current children cumulated memory: 3575652 KiB

[startup+1602.3 s]
/proc/loadavg: 8.06 8.12 8.10 9/272 19433
/proc/meminfo: memFree=118824756/131249992 swapFree=33010684/33010684
[pid=19259] ppid=19256 vsize=3725896 memory=3575652 CPUtime=3155.38 cores=5,7
/proc/19259/stat : 19259 (cp-sat-runner) S 19256 19259 11319 0 -1 4194304 3848471 0 0 0 313957 1581 0 0 20 0 3 0 29828996 3815317504 893913 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
/proc/19259/statm: 931474 893913 2176 2102 0 918753 0
[pid=19259/tid=19262] ppid=19256 vsize=3725896 memory=3783024 CPUtime=1560.23 cores=5,7
/proc/19259/task/19262/stat : 19262 (cp-sat-runner) R 19256 19259 11319 0 -1 4194368 781289 0 0 0 155910 113 0 0 20 0 3 0 29831196 3815317504 893913 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
[pid=19259/tid=19263] ppid=19256 vsize=3725896 memory=10752 CPUtime=1572.28 cores=5,7
/proc/19259/task/19263/stat : 19263 (cp-sat-runner) R 19256 19259 11319 0 -1 4194368 2701861 0 0 0 155858 1370 0 0 20 0 3 0 29831196 3815317504 893913 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
Current children cumulated CPU time: 3155.38 s
Current children cumulated vsize: 3725896 KiB
Current children cumulated memory: 3575652 KiB

[startup+1662.3 s]
/proc/loadavg: 8.13 8.12 8.10 9/272 19435
/proc/meminfo: memFree=119661688/131249992 swapFree=33010684/33010684
[pid=19259] ppid=19256 vsize=3725896 memory=3575652 CPUtime=3274.36 cores=5,7
/proc/19259/stat : 19259 (cp-sat-runner) S 19256 19259 11319 0 -1 4194304 4001503 0 0 0 325803 1633 0 0 20 0 3 0 29828996 3815317504 893913 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
/proc/19259/statm: 931474 893913 2176 2102 0 918753 0
[pid=19259/tid=19262] ppid=19256 vsize=3725896 memory=3783024 CPUtime=1619.47 cores=5,7
/proc/19259/task/19262/stat : 19262 (cp-sat-runner) R 19256 19259 11319 0 -1 4194368 806660 0 0 0 161832 115 0 0 20 0 3 0 29831196 3815317504 893913 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
[pid=19259/tid=19263] ppid=19256 vsize=3725896 memory=3684720 CPUtime=1631.99 cores=5,7
/proc/19259/task/19263/stat : 19263 (cp-sat-runner) R 19256 19259 11319 0 -1 4194368 2829456 0 0 0 161780 1419 0 0 20 0 3 0 29831196 3815317504 893913 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
Current children cumulated CPU time: 3274.36 s
Current children cumulated vsize: 3725896 KiB
Current children cumulated memory: 3575652 KiB

[startup+1722.3 s]
/proc/loadavg: 8.10 8.11 8.10 9/272 19437
/proc/meminfo: memFree=119594740/131249992 swapFree=33010684/33010684
[pid=19259] ppid=19256 vsize=3725896 memory=3575652 CPUtime=3393.35 cores=5,7
/proc/19259/stat : 19259 (cp-sat-runner) S 19256 19259 11319 0 -1 4194304 4103515 0 0 0 337651 1684 0 0 20 0 3 0 29828996 3815317504 893913 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
/proc/19259/statm: 931474 893913 2176 2102 0 918753 0
[pid=19259/tid=19262] ppid=19256 vsize=3725896 memory=3783024 CPUtime=1678.73 cores=5,7
/proc/19259/task/19262/stat : 19262 (cp-sat-runner) R 19256 19259 11319 0 -1 4194368 825605 0 0 0 167756 117 0 0 20 0 3 0 29831196 3815317504 893913 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
[pid=19259/tid=19263] ppid=19256 vsize=3725896 memory=3684720 CPUtime=1691.72 cores=5,7
/proc/19259/task/19263/stat : 19263 (cp-sat-runner) R 19256 19259 11319 0 -1 4194368 2912479 0 0 0 167704 1468 0 0 20 0 3 0 29831196 3815317504 893913 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
Current children cumulated CPU time: 3393.35 s
Current children cumulated vsize: 3725896 KiB
Current children cumulated memory: 3575652 KiB

[startup+1782.3 s]
/proc/loadavg: 7.44 7.95 8.04 7/269 19530
/proc/meminfo: memFree=117203264/131249992 swapFree=33010684/33010684
[pid=19259] ppid=19256 vsize=3738484 memory=3561636 CPUtime=3512.35 cores=5,7
/proc/19259/stat : 19259 (cp-sat-runner) S 19256 19259 11319 0 -1 4194304 4236422 0 0 0 349497 1738 0 0 20 0 3 0 29828996 3828207616 890409 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
/proc/19259/statm: 934621 890409 2176 2102 0 921900 0
[pid=19259/tid=19262] ppid=19256 vsize=3738484 memory=4052700 CPUtime=1737.99 cores=5,7
/proc/19259/task/19262/stat : 19262 (cp-sat-runner) R 19256 19259 11319 0 -1 4194368 877097 0 0 0 173677 122 0 0 20 0 3 0 29831196 3828207616 890409 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
[pid=19259/tid=19263] ppid=19256 vsize=3738484 memory=3876572 CPUtime=1751.44 cores=5,7
/proc/19259/task/19263/stat : 19263 (cp-sat-runner) R 19256 19259 11319 0 -1 4194368 2993838 0 0 0 173627 1517 0 0 20 0 3 0 29831196 3828207616 890409 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
Current children cumulated CPU time: 3512.35 s
Current children cumulated vsize: 3738484 KiB
Current children cumulated memory: 3561636 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1826.6 s]
/proc/loadavg: 7.46 7.86 8.01 8/271 19533
/proc/meminfo: memFree=113520832/131249992 swapFree=33010684/33010684
[pid=19259] ppid=19256 vsize=3738484 memory=3561636 CPUtime=3600.17 cores=5,7
/proc/19259/stat : 19259 (cp-sat-runner) S 19256 19259 11319 0 -1 4194304 4343310 0 0 0 358241 1776 0 0 20 0 3 0 29828996 3828207616 890409 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
/proc/19259/statm: 934621 890409 2176 2102 0 921900 0
[pid=19259/tid=19262] ppid=19256 vsize=3738484 memory=17408 CPUtime=1781.74 cores=5,7
/proc/19259/task/19262/stat : 19262 (cp-sat-runner) R 19256 19259 11319 0 -1 4194368 893868 0 0 0 178051 123 0 0 20 0 3 0 29831196 3828207616 890409 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
[pid=19259/tid=19263] ppid=19256 vsize=3738484 memory=10752 CPUtime=1795.5 cores=5,7
/proc/19259/task/19263/stat : 19263 (cp-sat-runner) R 19256 19259 11319 0 -1 4194368 3083922 0 0 0 177997 1553 0 0 20 0 3 0 29831196 3828207616 890409 18446744073709551615 4198400 12805993 140729768493936 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 14146912 14333620 42184704 140729768499481 140729768499685 140729768499685 140729768505287 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 3738484 KiB
Current children cumulated memory: 3561636 KiB

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

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

# cumulated CPU time of all completed processes:  user=3582.42 s, system=17.8364 s

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

Child status: 0

Real time (s): 1826.67
CPU time (s): 3600.26
CPU user time (s): 3582.42
CPU system time (s): 17.8364
CPU usage (%): 197.094
Max. virtual memory (cumulated for all children) (KiB): 4300724
Max. memory (cumulated for all children) (KiB): 4072860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3582.42
system time used= 17.8364
maximum resident set size= 4072860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4343320
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= 31326
involuntary context switches= 126021


# summary of solver processes directly reported to runsolver:
#   pid: 19259
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3582.42
#   total CPU system time (s): 17.8364

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.86006 second user time and 8.84732 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-06-28 22:11:42
IDJOB=4503584
IDBENCH=155524
IDSOLVER=3320
FILE ID=nodeC025/4503584-1751141502
RUNJOBID= nodeC025-1751133631-11337
SLURM_JOB_ID= 9587425
Free space on /tmp= 432924 MiB

SOLVER NAME= OR-Tools CP-SAT 9.14
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-147.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-4503584-1751141502/watcher-4503584-1751141502 -o /tmp/evaluation-result-4503584-1751141502/solver-4503584-1751141502 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751133631-11337 --watchdog 3760  cp-sat-runner --params num_workers:2,log_search_progress:false,max_time_in_seconds:3600,random_seed:708189693 --competition_mode --input HOME/instance-4503584-1751141502.opb

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

MD5SUM BENCH= 68b1290c926351b4227086ab823cce81
RANDOM SEED=708189693

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        125685172 kB
MemAvailable:   125378676 kB
Buffers:            3280 kB
Cached:           504728 kB
SwapCached:            0 kB
Active:          4518768 kB
Inactive:         297688 kB
Active(anon):    4326532 kB
Inactive(anon):        0 kB
Active(file):     192236 kB
Inactive(file):   297688 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             55644 kB
Writeback:             4 kB
AnonPages:       4311012 kB
Mapped:           128756 kB
Shmem:             18084 kB
KReclaimable:      85640 kB
Slab:             168216 kB
SReclaimable:      85640 kB
SUnreclaim:        82576 kB
KernelStack:        4336 kB
PageTables:        11604 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4955892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1329152 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432640 MiB
End job on nodeC025 at 2025-06-28 22:42:09