Trace number 4545333

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.21 1819.82

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-SolitairePattern-dec2-3-3-1.opb
MD5SUMecd2a3a27adff12226215cdbd4072e2c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark212.659
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100222
Total number of constraints145826
Number of constraints which are clauses32332
Number of constraints which are cardinality constraints (but not clauses)106
Number of constraints which are nor clauses,nor cardinality constraints113388
Minimum length of a constraint1
Maximum length of a constraint2712
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 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 2977
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.18/1819.80	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: 63794 MiB (61378 MiB free)
  memory of node 1: 64507 MiB (63346 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4545333-1753206579/watcher-4545333-1753206579 -o /tmp/evaluation-result-4545333-1753206579/solver-4545333-1753206579 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1753198970-147008 --watchdog 3760 cp-sat-runner --params num_workers:2,log_search_progress:false,max_time_in_seconds:3600,random_seed:890281681 --competition_mode --input HOME/instance-4545333-1753206579.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100072 s]*
/proc/loadavg: 8.08 8.13 8.09 8/256 149373
/proc/meminfo: memFree=127703880/131382120 swapFree=33010416/33010684
[pid=149372] ppid=149369 vsize=26260 memory=19444 CPUtime=0.1 cores=1,3
/proc/149372/stat : 149372 (cp-sat-runner) R 149369 149372 146988 0 -1 4194304 4196 0 0 0 9 1 0 0 20 0 1 0 236337309 26890240 4861 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
/proc/149372/statm: 6565 4861 1088 2102 0 4105 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 26260 KiB
Current children cumulated memory: 19444 KiB

[startup+0.212448 s]*
/proc/loadavg: 8.08 8.13 8.09 8/256 149373
/proc/meminfo: memFree=127690208/131382120 swapFree=33010416/33010684
[pid=149372] ppid=149369 vsize=41956 memory=33868 CPUtime=0.21 cores=1,3
/proc/149372/stat : 149372 (cp-sat-runner) R 149369 149372 146988 0 -1 4194304 7546 0 0 0 19 2 0 0 20 0 1 0 236337309 42962944 8467 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
/proc/149372/statm: 10489 8467 1088 2102 0 8029 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 41956 KiB
Current children cumulated memory: 33868 KiB

[startup+0.312203 s]*
/proc/loadavg: 8.08 8.13 8.09 8/256 149373
/proc/meminfo: memFree=127667904/131382120 swapFree=33010416/33010684
[pid=149372] ppid=149369 vsize=52912 memory=45260 CPUtime=0.32 cores=1,3
/proc/149372/stat : 149372 (cp-sat-runner) R 149369 149372 146988 0 -1 4194304 10372 0 0 0 29 3 0 0 20 0 1 0 236337309 54181888 11283 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
/proc/149372/statm: 13228 11315 1088 2102 0 10768 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 52912 KiB
Current children cumulated memory: 45260 KiB

[startup+0.700343 s]
/proc/loadavg: 8.08 8.13 8.09 8/256 149373
/proc/meminfo: memFree=127599548/131382120 swapFree=33010416/33010684
[pid=149372] ppid=149369 vsize=117712 memory=111252 CPUtime=0.69 cores=1,3
/proc/149372/stat : 149372 (cp-sat-runner) R 149369 149372 146988 0 -1 4194304 28371 0 0 0 62 7 0 0 20 0 1 0 236337309 120537088 27813 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
/proc/149372/statm: 29428 27813 1344 2102 0 26968 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 117712 KiB
Current children cumulated memory: 111252 KiB

[startup+1.5003 s]
/proc/loadavg: 8.08 8.13 8.09 8/256 149373
/proc/meminfo: memFree=127539128/131382120 swapFree=33010416/33010684
[pid=149372] ppid=149369 vsize=202764 memory=189820 CPUtime=1.48 cores=1,3
/proc/149372/stat : 149372 (cp-sat-runner) R 149369 149372 146988 0 -1 4194304 43774 0 0 0 138 10 0 0 20 0 1 0 236337309 207630336 47455 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
/proc/149372/statm: 50691 47455 1504 2102 0 48231 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 202764 KiB
Current children cumulated memory: 189820 KiB

[startup+3.11298 s]
/proc/loadavg: 8.08 8.13 8.09 8/256 149373
/proc/meminfo: memFree=127410100/131382120 swapFree=33010416/33010684
[pid=149372] ppid=149369 vsize=309624 memory=296768 CPUtime=3.09 cores=1,3
/proc/149372/stat : 149372 (cp-sat-runner) R 149369 149372 146988 0 -1 4194304 74559 0 0 0 292 17 0 0 20 0 1 0 236337309 317054976 74192 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
/proc/149372/statm: 77406 74192 1824 2102 0 74946 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 309624 KiB
Current children cumulated memory: 296768 KiB

[startup+6.3003 s]
/proc/loadavg: 7.99 8.11 8.08 8/256 149373
/proc/meminfo: memFree=127361884/131382120 swapFree=33010416/33010684
[pid=149372] ppid=149369 vsize=332348 memory=319636 CPUtime=6.27 cores=1,3
/proc/149372/stat : 149372 (cp-sat-runner) R 149369 149372 146988 0 -1 4194304 78143 0 0 0 609 18 0 0 20 0 1 0 236337309 340324352 79909 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
/proc/149372/statm: 83087 79909 1952 2102 0 80627 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 332348 KiB
Current children cumulated memory: 319636 KiB

[startup+12.7003 s]
/proc/loadavg: 7.91 8.09 8.08 8/256 149374
/proc/meminfo: memFree=127292960/131382120 swapFree=33010416/33010684
[pid=149372] ppid=149369 vsize=448492 memory=431288 CPUtime=12.65 cores=1,3
/proc/149372/stat : 149372 (cp-sat-runner) R 149369 149372 146988 0 -1 4194304 87045 0 0 0 1243 22 0 0 20 0 1 0 236337309 459255808 107822 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
/proc/149372/statm: 112123 107822 1952 2102 0 109663 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 448492 KiB
Current children cumulated memory: 431288 KiB

[startup+25.5002 s]
/proc/loadavg: 7.93 8.08 8.08 9/258 149376
/proc/meminfo: memFree=126753736/131382120 swapFree=33010416/33010684
[pid=149372] ppid=149369 vsize=1103640 memory=967864 CPUtime=36.69 cores=1,3
/proc/149372/stat : 149372 (cp-sat-runner) S 149369 149372 146988 0 -1 4194304 210538 0 0 0 3618 51 0 0 20 0 3 0 236337309 1130127360 241966 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
/proc/149372/statm: 275910 241966 2176 2102 0 257725 0
[pid=149372/tid=149375] ppid=149369 vsize=1103640 memory=940344 CPUtime=11.31 cores=1,3
/proc/149372/task/149375/stat : 149375 (cp-sat-runner) R 149369 149372 146988 0 -1 4194368 72874 0 0 0 1116 15 0 0 20 0 3 0 236338711 1130127360 241966 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
[pid=149372/tid=149376] ppid=149369 vsize=1103640 memory=-6952562498683769443 CPUtime=11.33 cores=1,3
/proc/149372/task/149376/stat : 149376 (cp-sat-runner) R 149369 149372 146988 0 -1 4194368 39943 0 0 0 1122 11 0 0 20 0 3 0 236338711 1130127360 241966 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
Current children cumulated CPU time: 36.69 s
Current children cumulated vsize: 1103640 KiB
Current children cumulated memory: 967864 KiB

[startup+51.1054 s]
/proc/loadavg: 8.03 8.09 8.08 9/258 149376
/proc/meminfo: memFree=126699628/131382120 swapFree=33010416/33010684
[pid=149372] ppid=149369 vsize=1103640 memory=999864 CPUtime=87.5 cores=1,3
/proc/149372/stat : 149372 (cp-sat-runner) S 149369 149372 146988 0 -1 4194304 312024 0 0 0 8689 61 0 0 20 0 3 0 236337309 1130127360 249966 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
/proc/149372/statm: 275910 249966 2176 2102 0 265571 0
[pid=149372/tid=149375] ppid=149369 vsize=1103640 memory=999864 CPUtime=36.63 cores=1,3
/proc/149372/task/149375/stat : 149375 (cp-sat-runner) R 149369 149372 146988 0 -1 4194368 119442 0 0 0 3644 19 0 0 20 0 3 0 236338711 1130127360 249966 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
[pid=149372/tid=149376] ppid=149369 vsize=1103640 memory=999864 CPUtime=36.41 cores=1,3
/proc/149372/task/149376/stat : 149376 (cp-sat-runner) R 149369 149372 146988 0 -1 4194368 79869 0 0 0 3625 16 0 0 20 0 3 0 236338711 1130127360 249966 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
Current children cumulated CPU time: 87.5 s
Current children cumulated vsize: 1103640 KiB
Current children cumulated memory: 999864 KiB

[startup+102.3 s]
/proc/loadavg: 8.06 8.09 8.08 9/258 149378
/proc/meminfo: memFree=126629744/131382120 swapFree=33010416/33010684
[pid=149372] ppid=149369 vsize=1169176 memory=1019320 CPUtime=189.14 cores=1,3
/proc/149372/stat : 149372 (cp-sat-runner) S 149369 149372 146988 0 -1 4194304 385884 0 0 0 18842 72 0 0 20 0 3 0 236337309 1197236224 254830 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
/proc/149372/statm: 292294 254830 2176 2102 0 270502 0
[pid=149372/tid=149375] ppid=149369 vsize=1169176 memory=999608 CPUtime=87.27 cores=1,3
/proc/149372/task/149375/stat : 149375 (cp-sat-runner) R 149369 149372 146988 0 -1 4194368 133226 0 0 0 8707 20 0 0 20 0 3 0 236338711 1197236224 254830 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
[pid=149372/tid=149376] ppid=149369 vsize=1169176 memory=1019192 CPUtime=87.39 cores=1,3
/proc/149372/task/149376/stat : 149376 (cp-sat-runner) R 149369 149372 146988 0 -1 4194368 139882 0 0 0 8714 25 0 0 20 0 3 0 236338711 1197236224 254830 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
Current children cumulated CPU time: 189.14 s
Current children cumulated vsize: 1169176 KiB
Current children cumulated memory: 1019320 KiB

[startup+162.3 s]
/proc/loadavg: 8.06 8.09 8.08 9/258 149380
/proc/meminfo: memFree=126604952/131382120 swapFree=33010416/33010684
[pid=149372] ppid=149369 vsize=1169176 memory=1040696 CPUtime=308.26 cores=1,3
/proc/149372/stat : 149372 (cp-sat-runner) S 149369 149372 146988 0 -1 4194304 440520 0 0 0 30746 80 0 0 20 0 3 0 236337309 1197236224 260174 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
/proc/149372/statm: 292294 260174 2176 2102 0 275885 0
[pid=149372/tid=149375] ppid=149369 vsize=1169176 memory=999608 CPUtime=146.64 cores=1,3
/proc/149372/task/149375/stat : 149375 (cp-sat-runner) R 149369 149372 146988 0 -1 4194368 153224 0 0 0 14642 22 0 0 20 0 3 0 236338711 1197236224 260174 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
[pid=149372/tid=149376] ppid=149369 vsize=1169176 memory=1032760 CPUtime=147.13 cores=1,3
/proc/149372/task/149376/stat : 149376 (cp-sat-runner) R 149369 149372 146988 0 -1 4194368 174448 0 0 0 14682 31 0 0 20 0 3 0 236338711 1197236224 260174 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
Current children cumulated CPU time: 308.26 s
Current children cumulated vsize: 1169176 KiB
Current children cumulated memory: 1040696 KiB

[startup+222.3 s]
/proc/loadavg: 8.13 8.10 8.09 9/258 149382
/proc/meminfo: memFree=126455040/131382120 swapFree=33010416/33010684
[pid=149372] ppid=149369 vsize=1314040 memory=1171100 CPUtime=427.38 cores=1,3
/proc/149372/stat : 149372 (cp-sat-runner) S 149369 149372 146988 0 -1 4194304 510589 0 0 0 42644 94 0 0 20 0 3 0 236337309 1345576960 292775 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
/proc/149372/statm: 328510 292775 2176 2102 0 321621 0
[pid=149372/tid=149375] ppid=149369 vsize=1314040 memory=1040824 CPUtime=206 cores=1,3
/proc/149372/task/149375/stat : 149375 (cp-sat-runner) R 149369 149372 146988 0 -1 4194368 182516 0 0 0 20575 25 0 0 20 0 3 0 236338711 1345576960 292775 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
[pid=149372/tid=149376] ppid=149369 vsize=1314040 memory=14304 CPUtime=206.88 cores=1,3
/proc/149372/task/149376/stat : 149376 (cp-sat-runner) R 149369 149372 146988 0 -1 4194368 215165 0 0 0 20647 41 0 0 20 0 3 0 236338711 1345576960 292775 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
Current children cumulated CPU time: 427.38 s
Current children cumulated vsize: 1314040 KiB
Current children cumulated memory: 1171100 KiB

[startup+282.3 s]
/proc/loadavg: 8.10 8.09 8.09 9/258 149384
/proc/meminfo: memFree=126424024/131382120 swapFree=33010416/33010684
[pid=149372] ppid=149369 vsize=1298444 memory=1215940 CPUtime=546.51 cores=1,3
/proc/149372/stat : 149372 (cp-sat-runner) S 149369 149372 146988 0 -1 4194304 536186 0 0 0 54521 130 0 0 20 0 3 0 236337309 1329606656 303985 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
/proc/149372/statm: 324611 303985 2176 2102 0 319011 0
[pid=149372/tid=149375] ppid=149369 vsize=1298444 memory=46592 CPUtime=265.34 cores=1,3
/proc/149372/task/149375/stat : 149375 (cp-sat-runner) R 149369 149372 146988 0 -1 4194368 196202 0 0 0 26507 27 0 0 20 0 3 0 236338711 1329606656 303985 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
[pid=149372/tid=149376] ppid=149369 vsize=1298444 memory=1152208 CPUtime=266.65 cores=1,3
/proc/149372/task/149376/stat : 149376 (cp-sat-runner) R 149369 149372 146988 0 -1 4194368 227072 0 0 0 26590 75 0 0 20 0 3 0 236338711 1329606656 303985 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
Current children cumulated CPU time: 546.51 s
Current children cumulated vsize: 1298444 KiB
Current children cumulated memory: 1215940 KiB

[startup+342.3 s]
/proc/loadavg: 8.12 8.09 8.09 9/257 149386

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

Current children cumulated memory: 1387696 KiB

[startup+1302.3 s]
/proc/loadavg: 8.10 8.10 8.09 9/257 149537
/proc/meminfo: memFree=126243840/131382120 swapFree=33010416/33010684
[pid=149372] ppid=149369 vsize=1496856 memory=1387700 CPUtime=2572.31 cores=1,3
/proc/149372/stat : 149372 (cp-sat-runner) S 149369 149372 146988 0 -1 4194304 1589942 0 0 0 256793 438 0 0 20 0 3 0 236337309 1532780544 346925 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
/proc/149372/statm: 374214 346925 2176 2102 0 359717 0
[pid=149372/tid=149375] ppid=149369 vsize=1496856 memory=1387700 CPUtime=1275.97 cores=1,3
/proc/149372/task/149375/stat : 149375 (cp-sat-runner) R 149369 149372 146988 0 -1 4194368 367141 0 0 0 127539 58 0 0 20 0 3 0 236338711 1532780544 346925 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
[pid=149372/tid=149376] ppid=149369 vsize=1496856 memory=1387700 CPUtime=1271.94 cores=1,3
/proc/149372/task/149376/stat : 149376 (cp-sat-runner) R 149369 149372 146988 0 -1 4194368 1078832 0 0 0 126854 340 0 0 20 0 3 0 236338711 1532780544 346925 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
Current children cumulated CPU time: 2572.31 s
Current children cumulated vsize: 1496856 KiB
Current children cumulated memory: 1387700 KiB

[startup+1362.3 s]
/proc/loadavg: 8.09 8.09 8.09 9/258 149540
/proc/meminfo: memFree=126236612/131382120 swapFree=33010416/33010684
[pid=149372] ppid=149369 vsize=1496856 memory=1391176 CPUtime=2691.47 cores=1,3
/proc/149372/stat : 149372 (cp-sat-runner) S 149369 149372 146988 0 -1 4194304 1628649 0 0 0 268698 449 0 0 20 0 3 0 236337309 1532780544 347794 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
/proc/149372/statm: 374214 347794 2176 2102 0 360095 0
[pid=149372/tid=149375] ppid=149369 vsize=1496856 memory=1387700 CPUtime=1335.34 cores=1,3
/proc/149372/task/149375/stat : 149375 (cp-sat-runner) R 149369 149372 146988 0 -1 4194368 374945 0 0 0 133475 59 0 0 20 0 3 0 236338711 1532780544 347794 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
[pid=149372/tid=149376] ppid=149369 vsize=1496856 memory=1391176 CPUtime=1331.23 cores=1,3
/proc/149372/task/149376/stat : 149376 (cp-sat-runner) R 149369 149372 146988 0 -1 4194368 1109730 0 0 0 132773 350 0 0 20 0 3 0 236338711 1532780544 347794 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
Current children cumulated CPU time: 2691.47 s
Current children cumulated vsize: 1496856 KiB
Current children cumulated memory: 1391176 KiB

[startup+1422.3 s]
/proc/loadavg: 7.42 7.93 8.03 7/250 149573
/proc/meminfo: memFree=126294384/131382120 swapFree=33010416/33010684
[pid=149372] ppid=149369 vsize=1496856 memory=1391400 CPUtime=2810.58 cores=1,3
/proc/149372/stat : 149372 (cp-sat-runner) S 149369 149372 146988 0 -1 4194304 1654763 0 0 0 280592 466 0 0 20 0 3 0 236337309 1532780544 347850 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
/proc/149372/statm: 374214 347850 2176 2102 0 360095 0
[pid=149372/tid=149375] ppid=149369 vsize=1496856 memory=1387700 CPUtime=1394.92 cores=1,3
/proc/149372/task/149375/stat : 149375 (cp-sat-runner) R 149369 149372 146988 0 -1 4194368 378095 0 0 0 139429 63 0 0 20 0 3 0 236338711 1532780544 347850 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
[pid=149372/tid=149376] ppid=149369 vsize=1496856 memory=1413052 CPUtime=1390.46 cores=1,3
/proc/149372/task/149376/stat : 149376 (cp-sat-runner) R 149369 149372 146988 0 -1 4194368 1132680 0 0 0 138684 362 0 0 20 0 3 0 236338711 1532780544 347850 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
Current children cumulated CPU time: 2810.58 s
Current children cumulated vsize: 1496856 KiB
Current children cumulated memory: 1391400 KiB

[startup+1482.3 s]
/proc/loadavg: 6.26 7.52 7.89 3/234 149637
/proc/meminfo: memFree=127591316/131382120 swapFree=33010416/33010684
[pid=149372] ppid=149369 vsize=1586212 memory=1426484 CPUtime=2929.71 cores=1,3
/proc/149372/stat : 149372 (cp-sat-runner) S 149369 149372 146988 0 -1 4194304 1688359 0 0 0 292490 481 0 0 20 0 3 0 236337309 1624281088 356621 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
/proc/149372/statm: 396553 356621 2176 2102 0 382434 0
[pid=149372/tid=149375] ppid=149369 vsize=1586212 memory=1391400 CPUtime=1454.71 cores=1,3
/proc/149372/task/149375/stat : 149375 (cp-sat-runner) R 149369 149372 146988 0 -1 4194368 406967 0 0 0 145403 68 0 0 20 0 3 0 236338711 1624281088 356621 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
[pid=149372/tid=149376] ppid=149369 vsize=1586212 memory=14304 CPUtime=1449.8 cores=1,3
/proc/149372/task/149376/stat : 149376 (cp-sat-runner) R 149369 149372 146988 0 -1 4194368 1137378 0 0 0 144608 372 0 0 20 0 3 0 236338711 1624281088 356621 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
Current children cumulated CPU time: 2929.71 s
Current children cumulated vsize: 1586212 KiB
Current children cumulated memory: 1426484 KiB

[startup+1542.3 s]
/proc/loadavg: 3.69 6.55 7.53 3/234 149639
/proc/meminfo: memFree=127599940/131382120 swapFree=33010416/33010684
[pid=149372] ppid=149369 vsize=1496856 memory=1404200 CPUtime=3048.87 cores=1,3
/proc/149372/stat : 149372 (cp-sat-runner) S 149369 149372 146988 0 -1 4194304 1690965 0 0 0 304397 490 0 0 20 0 3 0 236337309 1532780544 351050 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
/proc/149372/statm: 374214 351050 2176 2102 0 360095 0
[pid=149372/tid=149375] ppid=149369 vsize=1496856 memory=1404200 CPUtime=1514.5 cores=1,3
/proc/149372/task/149375/stat : 149375 (cp-sat-runner) R 149369 149372 146988 0 -1 4194368 407925 0 0 0 151382 68 0 0 20 0 3 0 236338711 1532780544 351050 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
[pid=149372/tid=149376] ppid=149369 vsize=1496856 memory=1404200 CPUtime=1509.14 cores=1,3
/proc/149372/task/149376/stat : 149376 (cp-sat-runner) R 149369 149372 146988 0 -1 4194368 1139013 0 0 0 150534 380 0 0 20 0 3 0 236338711 1532780544 351050 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
Current children cumulated CPU time: 3048.87 s
Current children cumulated vsize: 1496856 KiB
Current children cumulated memory: 1404200 KiB

[startup+1602.3 s]
/proc/loadavg: 2.65 5.73 7.18 3/234 149641
/proc/meminfo: memFree=127604064/131382120 swapFree=33010416/33010684
[pid=149372] ppid=149369 vsize=1496856 memory=1411244 CPUtime=3168.06 cores=1,3
/proc/149372/stat : 149372 (cp-sat-runner) S 149369 149372 146988 0 -1 4194304 1701611 0 0 0 316303 503 0 0 20 0 3 0 236337309 1532780544 352811 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
/proc/149372/statm: 374214 352811 2176 2102 0 360095 0
[pid=149372/tid=149375] ppid=149369 vsize=1496856 memory=5760 CPUtime=1574.31 cores=1,3
/proc/149372/task/149375/stat : 149375 (cp-sat-runner) R 149369 149372 146988 0 -1 4194368 413874 0 0 0 157362 69 0 0 20 0 3 0 236338711 1532780544 352811 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
[pid=149372/tid=149376] ppid=149369 vsize=1496856 memory=5760 CPUtime=1568.51 cores=1,3
/proc/149372/task/149376/stat : 149376 (cp-sat-runner) R 149369 149372 146988 0 -1 4194368 1143687 0 0 0 156460 391 0 0 20 0 3 0 236338711 1532780544 352811 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
Current children cumulated CPU time: 3168.06 s
Current children cumulated vsize: 1496856 KiB
Current children cumulated memory: 1411244 KiB

[startup+1662.3 s]
/proc/loadavg: 2.29 5.06 6.86 3/234 149643
/proc/meminfo: memFree=127587036/131382120 swapFree=33010416/33010684
[pid=149372] ppid=149369 vsize=1496856 memory=1413032 CPUtime=3287.24 cores=1,3
/proc/149372/stat : 149372 (cp-sat-runner) S 149369 149372 146988 0 -1 4194304 1707540 0 0 0 328210 514 0 0 20 0 3 0 236337309 1532780544 353258 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
/proc/149372/statm: 374214 353258 2176 2102 0 360095 0
[pid=149372/tid=149375] ppid=149369 vsize=1496856 memory=1413032 CPUtime=1634.12 cores=1,3
/proc/149372/task/149375/stat : 149375 (cp-sat-runner) R 149369 149372 146988 0 -1 4194368 414684 0 0 0 163343 69 0 0 20 0 3 0 236338711 1532780544 353258 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
[pid=149372/tid=149376] ppid=149369 vsize=1496856 memory=6912 CPUtime=1627.87 cores=1,3
/proc/149372/task/149376/stat : 149376 (cp-sat-runner) R 149369 149372 146988 0 -1 4194368 1148786 0 0 0 162386 401 0 0 20 0 3 0 236338711 1532780544 353258 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
Current children cumulated CPU time: 3287.24 s
Current children cumulated vsize: 1496856 KiB
Current children cumulated memory: 1413032 KiB

[startup+1722.3 s]
/proc/loadavg: 2.22 4.54 6.56 3/235 149653
/proc/meminfo: memFree=127594372/131382120 swapFree=33010416/33010684
[pid=149372] ppid=149369 vsize=1496856 memory=1414312 CPUtime=3406.46 cores=1,3
/proc/149372/stat : 149372 (cp-sat-runner) S 149369 149372 146988 0 -1 4194304 1716560 0 0 0 340121 525 0 0 20 0 3 0 236337309 1532780544 353578 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
/proc/149372/statm: 374214 353578 2176 2102 0 360429 0
[pid=149372/tid=149375] ppid=149369 vsize=1496856 memory=1413036 CPUtime=1693.94 cores=1,3
/proc/149372/task/149375/stat : 149375 (cp-sat-runner) R 149369 149372 146988 0 -1 4194368 415390 0 0 0 169325 69 0 0 20 0 3 0 236338711 1532780544 353578 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
[pid=149372/tid=149376] ppid=149369 vsize=1496856 memory=1413036 CPUtime=1686.51 cores=1,3
/proc/149372/task/149376/stat : 149376 (cp-sat-runner) R 149369 149372 146988 0 -1 4194368 1157035 0 0 0 168239 412 0 0 20 0 3 0 236338711 1532780544 353578 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
Current children cumulated CPU time: 3406.46 s
Current children cumulated vsize: 1496856 KiB
Current children cumulated memory: 1414312 KiB

[startup+1782.3 s]
/proc/loadavg: 2.14 4.09 6.28 3/235 149655
/proc/meminfo: memFree=127589488/131382120 swapFree=33010416/33010684
[pid=149372] ppid=149369 vsize=1496856 memory=1414312 CPUtime=3525.67 cores=1,3
/proc/149372/stat : 149372 (cp-sat-runner) S 149369 149372 146988 0 -1 4194304 1719785 0 0 0 352029 538 0 0 20 0 3 0 236337309 1532780544 353578 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
/proc/149372/statm: 374214 353578 2176 2102 0 360429 0
[pid=149372/tid=149375] ppid=149369 vsize=1496856 memory=1503656 CPUtime=1753.77 cores=1,3
/proc/149372/task/149375/stat : 149375 (cp-sat-runner) R 149369 149372 146988 0 -1 4194368 415684 0 0 0 175308 69 0 0 20 0 3 0 236338711 1532780544 353578 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
[pid=149372/tid=149376] ppid=149369 vsize=1496856 memory=14304 CPUtime=1745.83 cores=1,3
/proc/149372/task/149376/stat : 149376 (cp-sat-runner) R 149369 149372 146988 0 -1 4194368 1159946 0 0 0 174160 423 0 0 20 0 3 0 236338711 1532780544 353578 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
Current children cumulated CPU time: 3525.67 s
Current children cumulated vsize: 1496856 KiB
Current children cumulated memory: 1414312 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1819.8 s]
/proc/loadavg: 2.08 3.85 6.12 3/235 149656
/proc/meminfo: memFree=127601504/131382120 swapFree=33010416/33010684
[pid=149372] ppid=149369 vsize=1496856 memory=1418284 CPUtime=3600.18 cores=1,3
/proc/149372/stat : 149372 (cp-sat-runner) S 149369 149372 146988 0 -1 4194304 1726162 0 0 0 359475 543 0 0 20 0 3 0 236337309 1532780544 354571 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
/proc/149372/statm: 374214 354571 2176 2102 0 361433 0
[pid=149372/tid=149375] ppid=149369 vsize=1496856 memory=-6952562498683769443 CPUtime=1791.16 cores=1,3
/proc/149372/task/149375/stat : 149375 (cp-sat-runner) R 149369 149372 146988 0 -1 4194368 416729 0 0 0 179047 69 0 0 20 0 3 0 236338711 1532780544 354571 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
[pid=149372/tid=149376] ppid=149369 vsize=1496856 memory=12416 CPUtime=1782.91 cores=1,3
/proc/149372/task/149376/stat : 149376 (cp-sat-runner) R 149369 149372 146988 0 -1 4194368 1165258 0 0 0 177863 428 0 0 20 0 3 0 236338711 1532780544 354571 18446744073709551615 4198400 12805993 140729816406448 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 18317312 140729816410391 140729816410595 140729816410595 140729816416199 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 1496856 KiB
Current children cumulated memory: 1418284 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.76 s, system=5.44976 s

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

Child status: 0

Real time (s): 1819.82
CPU time (s): 3600.21
CPU user time (s): 3594.76
CPU system time (s): 5.44976
CPU usage (%): 197.833
Max. virtual memory (cumulated for all children) (KiB): 1613688
Max. memory (cumulated for all children) (KiB): 1512996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.76
system time used= 5.44976
maximum resident set size= 1512996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1726170
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= 21727
involuntary context switches= 111264


# summary of solver processes directly reported to runsolver:
#   pid: 149372
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3594.76
#   total CPU system time (s): 5.44976

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.98182 second user time and 8.59837 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-22 19:49:39
IDJOB=4545333
IDBENCH=180847
IDSOLVER=3320
FILE ID=nodeC006/4545333-1753206579
RUNJOBID= nodeC006-1753198970-147008
SLURM_JOB_ID= 9687739
Free space on /tmp= 432732 MiB

SOLVER NAME= OR-Tools CP-SAT 9.14
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-SolitairePattern-dec2-3-3-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-4545333-1753206579/watcher-4545333-1753206579 -o /tmp/evaluation-result-4545333-1753206579/solver-4545333-1753206579 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1753198970-147008 --watchdog 3760  cp-sat-runner --params num_workers:2,log_search_progress:false,max_time_in_seconds:3600,random_seed:890281681 --competition_mode --input HOME/instance-4545333-1753206579.opb

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

MD5SUM BENCH= ecd2a3a27adff12226215cdbd4072e2c
RANDOM SEED=890281681

nodeC006 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		: 3591.382
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.32
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.554
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.32
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		: 3591.430
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.32
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.127
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.32
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		: 3591.425
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.32
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		: 3591.426
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.32
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		: 3591.445
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.32
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		: 3591.426
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        127719060 kB
MemAvailable:   128456884 kB
Buffers:            2128 kB
Cached:          1415388 kB
SwapCached:           12 kB
Active:          2414584 kB
Inactive:         437844 kB
Active(anon):    1450260 kB
Inactive(anon):    10792 kB
Active(file):     964324 kB
Inactive(file):   427052 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             19792 kB
Writeback:             4 kB
AnonPages:       1436756 kB
Mapped:           134808 kB
Shmem:             26140 kB
KReclaimable:     371764 kB
Slab:             465864 kB
SReclaimable:     371764 kB
SUnreclaim:        94100 kB
KernelStack:        4128 kB
PageTables:         5932 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    1944168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149576 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    501760 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432764 MiB
End job on nodeC006 at 2025-07-22 20:19:59