Trace number 4527848

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
pb_picat 2025-07-11SAT 810.017 812.359

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww2.opb
MD5SUMf9ddfe14fcbe08e4d315c2b284f6e91e
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 benchmark0.065349
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables70
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint70
Maximum length of a constraint70
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 89716839
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 865734046
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c solving HOME/instance-4527848-1752239323.opb (Picat 3.9b11, 7/10/2025)
809.95/812.35	s SATISFIABLE
809.95/812.35	v ~x45 ~x7 ~x58 ~x20 ~x33 ~x46 ~x8 ~x59 x21 ~x34 
809.95/812.35	v ~x47 ~x9 ~x60 x22 ~x35 ~x48 ~x10 ~x61 ~x23 ~x36 
809.95/812.35	v ~x49 ~x11 ~x62 ~x24 ~x37 ~x50 ~x12 ~x63 x25 ~x38 
809.95/812.35	v ~x51 ~x13 ~x64 ~x26 ~x39 x1 ~x52 x14 ~x65 ~x27 
809.95/812.35	v ~x40 x2 ~x53 ~x15 ~x66 ~x28 ~x41 ~x3 ~x54 x16 
809.95/812.35	v ~x67 ~x29 ~x42 ~x4 ~x55 x17 ~x68 ~x30 ~x43 ~x5 
809.95/812.35	v ~x56 ~x18 ~x69 ~x31 ~x44 ~x6 ~x57 ~x19 ~x70 ~x32 

Verifier Data

OK	0

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 (62486 MiB free)
  memory of node 1: 64507 MiB (62708 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527848-1752239323/watcher-4527848-1752239323 -o /tmp/evaluation-result-4527848-1752239323/solver-4527848-1752239323 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1752238731-113184 --watchdog 3760 pb_picat HOME/instance-4527848-1752239323.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100101 s]*
/proc/loadavg: 4.20 3.88 3.82 5/252 114224
/proc/meminfo: memFree=128193328/131382112 swapFree=33009904/33010684
[pid=114223] ppid=114220 vsize=2029432 memory=20880 CPUtime=0.09 cores=5,7
/proc/114223/stat : 114223 (pb_picat) R 114220 114223 111409 0 -1 4194304 1195 0 0 0 9 0 0 0 20 0 1 0 139611242 2078138368 5220 18446744073709551615 94131202240512 94131203642093 140735666146000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94131203913520 94131205787760 94131233619968 140735666153884 140735666153960 140735666153960 140735666159564 0
/proc/114223/statm: 507358 5220 1696 343 0 504422 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2029432 KiB
Current children cumulated memory: 20880 KiB

[startup+0.212362 s]*
/proc/loadavg: 4.20 3.88 3.82 5/252 114224
/proc/meminfo: memFree=128189232/131382112 swapFree=33009904/33010684
[pid=114223] ppid=114220 vsize=2029400 memory=21008 CPUtime=0.21 cores=5,7
/proc/114223/stat : 114223 (pb_picat) R 114220 114223 111409 0 -1 4194304 1241 0 0 0 21 0 0 0 20 0 1 0 139611242 2078105600 5252 18446744073709551615 94131202240512 94131203642093 140735666146000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94131203913520 94131205787760 94131233619968 140735666153884 140735666153960 140735666153960 140735666159564 0
/proc/114223/statm: 507350 5252 1696 343 0 504414 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2029400 KiB
Current children cumulated memory: 21008 KiB

[startup+0.312442 s]*
/proc/loadavg: 4.20 3.88 3.82 5/252 114224
/proc/meminfo: memFree=128181040/131382112 swapFree=33009904/33010684
[pid=114223] ppid=114220 vsize=2029400 memory=21136 CPUtime=0.3 cores=5,7
/proc/114223/stat : 114223 (pb_picat) R 114220 114223 111409 0 -1 4194304 1264 0 0 0 30 0 0 0 20 0 1 0 139611242 2078105600 5284 18446744073709551615 94131202240512 94131203642093 140735666146000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94131203913520 94131205787760 94131233619968 140735666153884 140735666153960 140735666153960 140735666159564 0
/proc/114223/statm: 507350 5284 1696 343 0 504414 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2029400 KiB
Current children cumulated memory: 21136 KiB

[startup+0.700242 s]
/proc/loadavg: 4.20 3.88 3.82 5/252 114224
/proc/meminfo: memFree=128243804/131382112 swapFree=33009904/33010684
[pid=114223] ppid=114220 vsize=2029956 memory=21392 CPUtime=0.68 cores=5,7
/proc/114223/stat : 114223 (pb_picat) R 114220 114223 111409 0 -1 4194304 1354 0 0 0 68 0 0 0 20 0 1 0 139611242 2078674944 5348 18446744073709551615 94131202240512 94131203642093 140735666146000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94131203913520 94131205787760 94131233619968 140735666153884 140735666153960 140735666153960 140735666159564 0
/proc/114223/statm: 507489 5348 1696 343 0 504553 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2029956 KiB
Current children cumulated memory: 21392 KiB

[startup+1.50027 s]
/proc/loadavg: 4.20 3.88 3.82 5/252 114224
/proc/meminfo: memFree=128235612/131382112 swapFree=33009904/33010684
[pid=114223] ppid=114220 vsize=2029956 memory=21916 CPUtime=1.48 cores=5,7
/proc/114223/stat : 114223 (pb_picat) R 114220 114223 111409 0 -1 4194304 2209 0 0 0 147 1 0 0 20 0 1 0 139611242 2078674944 5479 18446744073709551615 94131202240512 94131203642093 140735666146000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94131203913520 94131205787760 94131233619968 140735666153884 140735666153960 140735666153960 140735666159564 0
/proc/114223/statm: 507489 5479 1696 343 0 504553 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2029956 KiB
Current children cumulated memory: 21916 KiB

[startup+3.11251 s]
/proc/loadavg: 4.18 3.88 3.83 5/252 114224
/proc/meminfo: memFree=128193608/131382112 swapFree=33009904/33010684
[pid=114223] ppid=114220 vsize=2031180 memory=22440 CPUtime=3.09 cores=5,7
/proc/114223/stat : 114223 (pb_picat) R 114220 114223 111409 0 -1 4194304 4449 0 0 0 308 1 0 0 20 0 1 0 139611242 2079928320 5610 18446744073709551615 94131202240512 94131203642093 140735666146000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94131203913520 94131205787760 94131233619968 140735666153884 140735666153960 140735666153960 140735666159564 0
/proc/114223/statm: 507795 5610 1696 343 0 504859 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2031180 KiB
Current children cumulated memory: 22440 KiB

[startup+6.30027 s]
/proc/loadavg: 4.18 3.88 3.83 5/252 114224
/proc/meminfo: memFree=128239916/131382112 swapFree=33009904/33010684
[pid=114223] ppid=114220 vsize=2034452 memory=24848 CPUtime=6.27 cores=5,7
/proc/114223/stat : 114223 (pb_picat) R 114220 114223 111409 0 -1 4194304 10344 0 0 0 625 2 0 0 20 0 1 0 139611242 2083278848 6212 18446744073709551615 94131202240512 94131203642093 140735666146000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94131203913520 94131205787760 94131233619968 140735666153884 140735666153960 140735666153960 140735666159564 0
/proc/114223/statm: 508613 6212 1696 343 0 505677 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2034452 KiB
Current children cumulated memory: 24848 KiB

[startup+12.7003 s]
/proc/loadavg: 4.16 3.89 3.83 5/252 114224
/proc/meminfo: memFree=128147848/131382112 swapFree=33009904/33010684
[pid=114223] ppid=114220 vsize=2036652 memory=26248 CPUtime=12.65 cores=5,7
/proc/114223/stat : 114223 (pb_picat) R 114220 114223 111409 0 -1 4194304 20675 0 0 0 1262 3 0 0 20 0 1 0 139611242 2085531648 6562 18446744073709551615 94131202240512 94131203642093 140735666146000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94131203913520 94131205787760 94131233619968 140735666153884 140735666153960 140735666153960 140735666159564 0
/proc/114223/statm: 509163 6562 1696 343 0 506227 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2036652 KiB
Current children cumulated memory: 26248 KiB

[startup+25.5003 s]
/proc/loadavg: 4.13 3.89 3.83 5/252 114225
/proc/meminfo: memFree=128228468/131382112 swapFree=33009904/33010684
[pid=114223] ppid=114220 vsize=2035428 memory=25484 CPUtime=25.42 cores=5,7
/proc/114223/stat : 114223 (pb_picat) R 114220 114223 111409 0 -1 4194304 47240 0 0 0 2533 9 0 0 20 0 1 0 139611242 2084278272 6371 18446744073709551615 94131202240512 94131203642093 140735666146000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94131203913520 94131205787760 94131233619968 140735666153884 140735666153960 140735666153960 140735666159564 0
/proc/114223/statm: 508857 6371 1696 343 0 505921 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2035428 KiB
Current children cumulated memory: 25484 KiB

[startup+51.1129 s]
/proc/loadavg: 4.16 3.92 3.84 5/250 114225
/proc/meminfo: memFree=128220672/131382112 swapFree=33009904/33010684
[pid=114223] ppid=114220 vsize=2041904 memory=31664 CPUtime=50.96 cores=5,7
/proc/114223/stat : 114223 (pb_picat) R 114220 114223 111409 0 -1 4194304 89984 0 0 0 5078 18 0 0 20 0 1 0 139611242 2090909696 7916 18446744073709551615 94131202240512 94131203642093 140735666146000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94131203913520 94131205787760 94131233619968 140735666153884 140735666153960 140735666153960 140735666159564 0
/proc/114223/statm: 510476 7916 1696 343 0 507540 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 2041904 KiB
Current children cumulated memory: 31664 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 3.95 3.86 5/250 114227
/proc/meminfo: memFree=128081440/131382112 swapFree=33009904/33010684
[pid=114223] ppid=114220 vsize=2041904 memory=31632 CPUtime=102 cores=5,7
/proc/114223/stat : 114223 (pb_picat) R 114220 114223 111409 0 -1 4194304 165530 0 0 0 10164 36 0 0 20 0 1 0 139611242 2090909696 7908 18446744073709551615 94131202240512 94131203642093 140735666146000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94131203913520 94131205787760 94131233619968 140735666153884 140735666153960 140735666153960 140735666159564 0
/proc/114223/statm: 510476 7908 1696 343 0 507540 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 2041904 KiB
Current children cumulated memory: 31632 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 3.97 3.87 5/249 114229
/proc/meminfo: memFree=128204640/131382112 swapFree=33009904/33010684
[pid=114223] ppid=114220 vsize=2038180 memory=28776 CPUtime=161.83 cores=5,7
/proc/114223/stat : 114223 (pb_picat) R 114220 114223 111409 0 -1 4194304 227623 0 0 0 16133 50 0 0 20 0 1 0 139611242 2087096320 7194 18446744073709551615 94131202240512 94131203642093 140735666146000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94131203913520 94131205787760 94131233619968 140735666153884 140735666153960 140735666153960 140735666159564 0
/proc/114223/statm: 509545 7194 1696 343 0 506609 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 2038180 KiB
Current children cumulated memory: 28776 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.00 3.89 5/249 114231
/proc/meminfo: memFree=128164192/131382112 swapFree=33009904/33010684
[pid=114223] ppid=114220 vsize=2046372 memory=34436 CPUtime=221.66 cores=5,7
/proc/114223/stat : 114223 (pb_picat) R 114220 114223 111409 0 -1 4194304 301011 0 0 0 22101 65 0 0 20 0 1 0 139611242 2095484928 8609 18446744073709551615 94131202240512 94131203642093 140735666146000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94131203913520 94131205787760 94131233619968 140735666153884 140735666153960 140735666153960 140735666159564 0
/proc/114223/statm: 511593 8609 1696 343 0 508657 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 2046372 KiB
Current children cumulated memory: 34436 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.01 3.91 5/249 114233
/proc/meminfo: memFree=128176348/131382112 swapFree=33009904/33010684
[pid=114223] ppid=114220 vsize=2055420 memory=38660 CPUtime=281.49 cores=5,7
/proc/114223/stat : 114223 (pb_picat) R 114220 114223 111409 0 -1 4194304 361020 0 0 0 28068 81 0 0 20 0 1 0 139611242 2104750080 9665 18446744073709551615 94131202240512 94131203642093 140735666146000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94131203913520 94131205787760 94131233619968 140735666153884 140735666153960 140735666153960 140735666159564 0
/proc/114223/statm: 513855 9665 1696 343 0 510919 0
Current children cumulated CPU time: 281.49 s
Current children cumulated vsize: 2055420 KiB
Current children cumulated memory: 38660 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 4.03 3.92 5/249 114235
/proc/meminfo: memFree=128171052/131382112 swapFree=33009904/33010684
[pid=114223] ppid=114220 vsize=2047228 memory=34276 CPUtime=341.32 cores=5,7
/proc/114223/stat : 114223 (pb_picat) R 114220 114223 111409 0 -1 4194304 406963 0 0 0 34037 95 0 0 20 0 1 0 139611242 2096361472 8569 18446744073709551615 94131202240512 94131203642093 140735666146000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94131203913520 94131205787760 94131233619968 140735666153884 140735666153960 140735666153960 140735666159564 0
/proc/114223/statm: 511807 8569 1696 343 0 508871 0
Current children cumulated CPU time: 341.32 s
Current children cumulated vsize: 2047228 KiB
Current children cumulated memory: 34276 KiB

[startup+402.3 s]
/proc/loadavg: 4.20 4.07 3.94 5/249 114237
/proc/meminfo: memFree=128127884/131382112 swapFree=33009904/33010684
[pid=114223] ppid=114220 vsize=2055420 memory=41396 CPUtime=401.14 cores=5,7
/proc/114223/stat : 114223 (pb_picat) R 114220 114223 111409 0 -1 4194304 445356 0 0 0 40007 107 0 0 20 0 1 0 139611242 2104750080 10349 18446744073709551615 94131202240512 94131203642093 140735666146000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94131203913520 94131205787760 94131233619968 140735666153884 140735666153960 140735666153960 140735666159564 0
/proc/114223/statm: 513855 10349 1696 343 0 510919 0
Current children cumulated CPU time: 401.14 s
Current children cumulated vsize: 2055420 KiB
Current children cumulated memory: 41396 KiB

[startup+462.3 s]
/proc/loadavg: 4.66 4.24 4.01 5/250 114244
/proc/meminfo: memFree=128137452/131382112 swapFree=33009904/33010684
[pid=114223] ppid=114220 vsize=2055420 memory=40448 CPUtime=460.97 cores=5,7
/proc/114223/stat : 114223 (pb_picat) R 114220 114223 111409 0 -1 4194304 476467 0 0 0 45981 116 0 0 20 0 1 0 139611242 2104750080 10112 18446744073709551615 94131202240512 94131203642093 140735666146000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94131203913520 94131205787760 94131233619968 140735666153884 140735666153960 140735666153960 140735666159564 0
/proc/114223/statm: 513855 10112 1696 343 0 510919 0
Current children cumulated CPU time: 460.97 s
Current children cumulated vsize: 2055420 KiB
Current children cumulated memory: 40448 KiB

[startup+522.3 s]
/proc/loadavg: 4.35 4.22 4.02 5/251 114249
/proc/meminfo: memFree=128147700/131382112 swapFree=33009904/33010684
[pid=114223] ppid=114220 vsize=2056776 memory=44796 CPUtime=520.8 cores=5,7
/proc/114223/stat : 114223 (pb_picat) R 114220 114223 111409 0 -1 4194304 509054 0 0 0 51955 125 0 0 20 0 1 0 139611242 2106138624 11199 18446744073709551615 94131202240512 94131203642093 140735666146000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94131203913520 94131205787760 94131233619968 140735666153884 140735666153960 140735666153960 140735666159564 0
/proc/114223/statm: 514194 11199 1696 343 0 511258 0
Current children cumulated CPU time: 520.8 s
Current children cumulated vsize: 2056776 KiB
Current children cumulated memory: 44796 KiB

[startup+582.3 s]
/proc/loadavg: 4.18 4.19 4.02 5/251 114251
/proc/meminfo: memFree=128189324/131382112 swapFree=33009904/33010684
[pid=114223] ppid=114220 vsize=2056776 memory=46924 CPUtime=580.62 cores=5,7
/proc/114223/stat : 114223 (pb_picat) R 114220 114223 111409 0 -1 4194304 530914 0 0 0 57930 132 0 0 20 0 1 0 139611242 2106138624 11731 18446744073709551615 94131202240512 94131203642093 140735666146000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94131203913520 94131205787760 94131233619968 140735666153884 140735666153960 140735666153960 140735666159564 0
/proc/114223/statm: 514194 11731 1696 343 0 511258 0
Current children cumulated CPU time: 580.62 s
Current children cumulated vsize: 2056776 KiB
Current children cumulated memory: 46924 KiB

[startup+642.3 s]
/proc/loadavg: 4.11 4.17 4.02 5/251 114253
/proc/meminfo: memFree=128205488/131382112 swapFree=33009904/33010684
[pid=114223] ppid=114220 vsize=2057540 memory=47624 CPUtime=640.44 cores=5,7
/proc/114223/stat : 114223 (pb_picat) R 114220 114223 111409 0 -1 4194304 550732 0 0 0 63906 138 0 0 20 0 1 0 139611242 2106920960 11906 18446744073709551615 94131202240512 94131203642093 140735666146000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94131203913520 94131205787760 94131233619968 140735666153884 140735666153960 140735666153960 140735666159564 0
/proc/114223/statm: 514385 11906 1696 343 0 511449 0
Current children cumulated CPU time: 640.44 s
Current children cumulated vsize: 2057540 KiB
Current children cumulated memory: 47624 KiB

[startup+702.3 s]
/proc/loadavg: 4.16 4.17 4.02 5/251 114255
/proc/meminfo: memFree=128186632/131382112 swapFree=33009904/33010684
[pid=114223] ppid=114220 vsize=2066256 memory=48148 CPUtime=700.27 cores=5,7
/proc/114223/stat : 114223 (pb_picat) R 114220 114223 111409 0 -1 4194304 577016 0 0 0 69881 146 0 0 20 0 1 0 139611242 2115846144 12037 18446744073709551615 94131202240512 94131203642093 140735666146000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94131203913520 94131205787760 94131233619968 140735666153884 140735666153960 140735666153960 140735666159564 0
/proc/114223/statm: 516564 12037 1696 343 0 513628 0
Current children cumulated CPU time: 700.27 s
Current children cumulated vsize: 2066256 KiB
Current children cumulated memory: 48148 KiB

[startup+762.3 s]
/proc/loadavg: 4.11 4.15 4.02 5/250 114257
/proc/meminfo: memFree=128167804/131382112 swapFree=33009904/33010684
[pid=114223] ppid=114220 vsize=2058064 memory=48148 CPUtime=760.1 cores=5,7
/proc/114223/stat : 114223 (pb_picat) R 114220 114223 111409 0 -1 4194304 594076 0 0 0 75858 152 0 0 20 0 1 0 139611242 2107457536 12037 18446744073709551615 94131202240512 94131203642093 140735666146000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94131203913520 94131205787760 94131233619968 140735666153884 140735666153960 140735666153960 140735666159564 0
/proc/114223/statm: 514516 12037 1696 343 0 511580 0
Current children cumulated CPU time: 760.1 s
Current children cumulated vsize: 2058064 KiB
Current children cumulated memory: 48148 KiB

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

# cumulated CPU time of all completed processes:  user=808.429 s, system=1.58794 s

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

[startup+768 s]*
/proc/loadavg: 4.10 4.15 4.02 5/250 114257
/proc/meminfo: memFree=128131156/131382112 swapFree=33009904/33010684
[pid=114223] ppid=114220 vsize=2066256 memory=50324 CPUtime=765.79 cores=5,7
/proc/114223/stat : 114223 (pb_picat) R 114220 114223 111409 0 -1 4194304 596360 0 0 0 76427 152 0 0 20 0 1 0 139611242 2115846144 12581 18446744073709551615 94131202240512 94131203642093 140735666146000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94131203913520 94131205787760 94131233619968 140735666153884 140735666153960 140735666153960 140735666159564 0
/proc/114223/statm: 516564 12581 1696 343 0 513628 0
Current children cumulated CPU time: 765.79 s
Current children cumulated vsize: 2066256 KiB
Current children cumulated memory: 50324 KiB

[startup+793.6 s]
/proc/loadavg: 4.13 4.15 4.02 5/250 114258
/proc/meminfo: memFree=128132044/131382112 swapFree=33009904/33010684
[pid=114223] ppid=114220 vsize=2058548 memory=47044 CPUtime=791.3 cores=5,7
/proc/114223/stat : 114223 (pb_picat) R 114220 114223 111409 0 -1 4194304 607630 0 0 0 78975 155 0 0 20 0 1 0 139611242 2107953152 11761 18446744073709551615 94131202240512 94131203642093 140735666146000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94131203913520 94131205787760 94131233619968 140735666153884 140735666153960 140735666153960 140735666159564 0
/proc/114223/statm: 514637 11761 1696 343 0 511701 0
Current children cumulated CPU time: 791.3 s
Current children cumulated vsize: 2058548 KiB
Current children cumulated memory: 47044 KiB

[startup+800 s]*
/proc/loadavg: 4.12 4.15 4.02 5/250 114258
/proc/meminfo: memFree=128141100/131382112 swapFree=33009904/33010684
[pid=114223] ppid=114220 vsize=2058548 memory=49912 CPUtime=797.7 cores=5,7
/proc/114223/stat : 114223 (pb_picat) R 114220 114223 111409 0 -1 4194304 609023 0 0 0 79614 156 0 0 20 0 1 0 139611242 2107953152 12478 18446744073709551615 94131202240512 94131203642093 140735666146000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94131203913520 94131205787760 94131233619968 140735666153884 140735666153960 140735666153960 140735666159564 0
/proc/114223/statm: 514637 12478 1696 343 0 511701 0
Current children cumulated CPU time: 797.7 s
Current children cumulated vsize: 2058548 KiB
Current children cumulated memory: 49912 KiB

[startup+806.4 s]
/proc/loadavg: 4.11 4.14 4.02 5/250 114258
/proc/meminfo: memFree=128142788/131382112 swapFree=33009904/33010684
[pid=114223] ppid=114220 vsize=2046260 memory=37772 CPUtime=804.07 cores=5,7
/proc/114223/stat : 114223 (pb_picat) R 114220 114223 111409 0 -1 4194304 612549 0 0 0 80250 157 0 0 20 0 1 0 139611242 2095370240 9443 18446744073709551615 94131202240512 94131203642093 140735666146000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94131203913520 94131205787760 94131233619968 140735666153884 140735666153960 140735666153960 140735666159564 0
/proc/114223/statm: 511565 9443 1696 343 0 508629 0
Current children cumulated CPU time: 804.07 s
Current children cumulated vsize: 2046260 KiB
Current children cumulated memory: 37772 KiB

[startup+809.6 s]
/proc/loadavg: 4.10 4.14 4.02 5/250 114258
/proc/meminfo: memFree=128126800/131382112 swapFree=33009904/33010684
[pid=114223] ppid=114220 vsize=2058548 memory=46712 CPUtime=807.25 cores=5,7
/proc/114223/stat : 114223 (pb_picat) R 114220 114223 111409 0 -1 4194304 613255 0 0 0 80568 157 0 0 20 0 1 0 139611242 2107953152 11678 18446744073709551615 94131202240512 94131203642093 140735666146000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94131203913520 94131205787760 94131233619968 140735666153884 140735666153960 140735666153960 140735666159564 0
/proc/114223/statm: 514637 11678 1696 343 0 511701 0
Current children cumulated CPU time: 807.25 s
Current children cumulated vsize: 2058548 KiB
Current children cumulated memory: 46712 KiB

[startup+811.2 s]
/proc/loadavg: 4.10 4.14 4.02 5/250 114258
/proc/meminfo: memFree=128195984/131382112 swapFree=33009904/33010684
[pid=114223] ppid=114220 vsize=2058548 memory=49528 CPUtime=808.85 cores=5,7
/proc/114223/stat : 114223 (pb_picat) R 114220 114223 111409 0 -1 4194304 613967 0 0 0 80727 158 0 0 20 0 1 0 139611242 2107953152 12382 18446744073709551615 94131202240512 94131203642093 140735666146000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94131203913520 94131205787760 94131233619968 140735666153884 140735666153960 140735666153960 140735666159564 0
/proc/114223/statm: 514637 12382 1696 343 0 511701 0
Current children cumulated CPU time: 808.85 s
Current children cumulated vsize: 2058548 KiB
Current children cumulated memory: 49528 KiB

[startup+812 s]*
/proc/loadavg: 4.09 4.14 4.02 5/250 114258
/proc/meminfo: memFree=128171724/131382112 swapFree=33009904/33010684
[pid=114223] ppid=114220 vsize=2083124 memory=52216 CPUtime=809.66 cores=5,7
/proc/114223/stat : 114223 (pb_picat) R 114220 114223 111409 0 -1 4194304 614634 0 0 0 80808 158 0 0 20 0 1 0 139611242 2133118976 13054 18446744073709551615 94131202240512 94131203642093 140735666146000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94131203913520 94131205787760 94131233619968 140735666153884 140735666153960 140735666153960 140735666159564 0
/proc/114223/statm: 520781 13054 1696 343 0 517845 0
Current children cumulated CPU time: 809.66 s
Current children cumulated vsize: 2083124 KiB
Current children cumulated memory: 52216 KiB

[startup+812.2 s]
/proc/loadavg: 4.09 4.14 4.02 5/250 114258
/proc/meminfo: memFree=128171724/131382112 swapFree=33009904/33010684
[pid=114223] ppid=114220 vsize=2083124 memory=52472 CPUtime=809.85 cores=5,7
/proc/114223/stat : 114223 (pb_picat) R 114220 114223 111409 0 -1 4194304 614699 0 0 0 80827 158 0 0 20 0 1 0 139611242 2133118976 13118 18446744073709551615 94131202240512 94131203642093 140735666146000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94131203913520 94131205787760 94131233619968 140735666153884 140735666153960 140735666153960 140735666159564 0
/proc/114223/statm: 520781 13118 1696 343 0 517845 0
Current children cumulated CPU time: 809.85 s
Current children cumulated vsize: 2083124 KiB
Current children cumulated memory: 52472 KiB

[startup+812.3 s]
/proc/loadavg: 4.09 4.14 4.02 5/250 114258
/proc/meminfo: memFree=128171724/131382112 swapFree=33009904/33010684
[pid=114223] ppid=114220 vsize=2083124 memory=52600 CPUtime=809.95 cores=5,7
/proc/114223/stat : 114223 (pb_picat) R 114220 114223 111409 0 -1 4194304 614735 0 0 0 80837 158 0 0 20 0 1 0 139611242 2133118976 13150 18446744073709551615 94131202240512 94131203642093 140735666146000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94131203913520 94131205787760 94131233619968 140735666153884 140735666153960 140735666153960 140735666159564 0
/proc/114223/statm: 520781 13150 1696 343 0 517845 0
Current children cumulated CPU time: 809.95 s
Current children cumulated vsize: 2083124 KiB
Current children cumulated memory: 52600 KiB

Child status: 0

Real time (s): 812.359
CPU time (s): 810.017
CPU user time (s): 808.429
CPU system time (s): 1.58794
CPU usage (%): 99.7117
Max. virtual memory (cumulated for all children) (KiB): 2083124
Max. memory (cumulated for all children) (KiB): 57592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 808.429
system time used= 1.58794
maximum resident set size= 57592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 614765
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= 67
involuntary context switches= 1038


# summary of solver processes directly reported to runsolver:
#   pid: 114223
#   total CPU time (s): 810.017
#   total CPU user time (s): 808.429
#   total CPU system time (s): 1.58794

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.85503 second user time and 7.71507 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-11 15:08:44
IDJOB=4527848
IDBENCH=148100
IDSOLVER=3385
FILE ID=nodeC001/4527848-1752239323
RUNJOBID= nodeC001-1752238731-113184
SLURM_JOB_ID= 9682512
Free space on /tmp= 432496 MiB

SOLVER NAME= pb_picat 2025-07-11
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-cuww2.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527848-1752239323/watcher-4527848-1752239323 -o /tmp/evaluation-result-4527848-1752239323/solver-4527848-1752239323 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1752238731-113184 --watchdog 3760  pb_picat HOME/instance-4527848-1752239323.opb

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

MD5SUM BENCH= f9ddfe14fcbe08e4d315c2b284f6e91e
RANDOM SEED=1081372220

nodeC001 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		: 3661.257
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.49
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		: 3660.750
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        128204040 kB
MemAvailable:   129722280 kB
Buffers:            1668 kB
Cached:          2300172 kB
SwapCached:          128 kB
Active:           513788 kB
Inactive:        2050508 kB
Active(anon):     252400 kB
Inactive(anon):    27836 kB
Active(file):     261388 kB
Inactive(file):  2022672 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7420 kB
Writeback:             0 kB
AnonPages:        264636 kB
Mapped:           115440 kB
Shmem:             17776 kB
KReclaimable:     147232 kB
Slab:             235588 kB
SReclaimable:     147232 kB
SUnreclaim:        88356 kB
KernelStack:        4080 kB
PageTables:         3608 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    6647016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149432 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432492 MiB
End job on nodeC001 at 2025-07-11 15:22:16