Trace number 4542207

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
LSIPExact S1UNSAT 1775.26 1164.51

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height38_pigeons37_holes36.opb
MD5SUM883a1a775d6309f3a96fbb0c62b71064
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark366.876
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1040520
Total number of constraints61390
Number of constraints which are clauses31085
Number of constraints which are cardinality constraints (but not clauses)27302
Number of constraints which are nor clauses,nor cardinality constraints3003
Minimum length of a constraint36
Maximum length of a constraint41
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 44
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1339.78/728.03	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1339.78/728.03	c numVar: 1040520
1339.78/728.03	c numCon: 61390
1339.78/728.03	c numEqual: 0
1339.78/728.03	c intSize: 6
1339.78/728.03	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1339.78/728.03	c ------------------- Paras list -------------------
1339.78/728.03	c Name                	 Type      	 Now       	 Default   	 Comment
1339.78/728.03	c timeout             	 double    	 3600.000000	 3600      	 
1339.78/728.03	c mip_time            	 double    	 0.200000  	 0.5       	 
1339.78/728.03	c ls_time             	 double    	 10.000000 	 10        	 
1339.78/728.03	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1339.78/728.03	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1339.78/728.03	c random_seed         	 int       	 0         	 0         	 
1339.78/728.03	c sample_size         	 int       	 50        	 50        	 
1339.78/728.03	c sub_score           	 int       	 1         	 1         	 
1339.78/728.03	c tabu_base           	 int       	 3         	 3         	 
1339.78/728.03	c tabu_variation      	 int       	 1         	 1         	 
1339.78/728.03	c sub_div             	 int       	 4         	 4         	 
1339.78/728.03	c nbcore              	 int       	 2         	 1         	 
1339.78/728.03	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1339.78/728.03	c print_sol           	 int       	 1         	 1         	 
1339.78/728.03	c tmpdir              	 string		 .         	 "."       	 
1339.78/728.03	c home                	 string		 HOME	 "."       	 
1339.78/728.03	c benchname           	 string		 HOME/instance-4542207-1753214583.opb	 ""        	 
1339.78/728.03	c --------------------------------------------------
1339.78/728.03	c Local Search solver
1339.78/728.03	c MIP solver
1339.78/728.03	c use Exact solver
1339.81/1164.01	c Exact infeasible
1775.14/1164.42	s UNSATISFIABLE
1775.14/1164.42	c Total time: 1164

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542207-1753214583/watcher-4542207-1753214583 -o /tmp/evaluation-result-4542207-1753214583/solver-4542207-1753214583 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1753211081-176018 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4542207-1753214583.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=176491, runsolver pid=176488

[startup+0.100062 s]*
/proc/loadavg: 4.98 4.75 4.39 5/269 176492
/proc/meminfo: memFree=121529012/131249996 swapFree=33010416/33010684
[pid=176491] ppid=176488 vsize=87052 memory=44160 CPUtime=0.08 cores=4,6
/proc/176491/stat : 176491 (LSIPExact) R 176488 176491 176007 0 -1 4194304 10070 0 0 0 7 1 0 0 20 0 1 0 237136106 89141248 11040 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
/proc/176491/statm: 21763 11040 1120 6655 0 11998 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 87052 KiB
Current children cumulated memory: 44160 KiB

[startup+0.205608 s]*
/proc/loadavg: 4.98 4.75 4.39 5/269 176492
/proc/meminfo: memFree=121330400/131249996 swapFree=33010416/33010684
[pid=176491] ppid=176488 vsize=283860 memory=249112 CPUtime=0.19 cores=4,6
/proc/176491/stat : 176491 (LSIPExact) R 176488 176491 176007 0 -1 4194304 21986 0 0 0 13 6 0 0 20 0 1 0 237136106 290672640 62278 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
/proc/176491/statm: 70965 62278 1120 6655 0 61200 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 283860 KiB
Current children cumulated memory: 249112 KiB

[startup+0.30555 s]*
/proc/loadavg: 4.98 4.75 4.39 5/269 176492
/proc/meminfo: memFree=121249760/131249996 swapFree=33010416/33010684
[pid=176491] ppid=176488 vsize=364776 memory=330136 CPUtime=0.29 cores=4,6
/proc/176491/stat : 176491 (LSIPExact) R 176488 176491 176007 0 -1 4194304 42213 0 0 0 19 10 0 0 20 0 1 0 237136106 373530624 82502 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
/proc/176491/statm: 91194 82534 1120 6655 0 81429 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 364776 KiB
Current children cumulated memory: 330136 KiB

[startup+0.700173 s]
/proc/loadavg: 4.98 4.75 4.39 5/269 176492
/proc/meminfo: memFree=121084256/131249996 swapFree=33010416/33010684
[pid=176491] ppid=176488 vsize=641652 memory=604020 CPUtime=0.68 cores=4,6
/proc/176491/stat : 176491 (LSIPExact) R 176488 176491 176007 0 -1 4194304 105080 0 0 0 49 19 0 0 20 0 1 0 237136106 657051648 151005 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
/proc/176491/statm: 160413 151005 1120 6655 0 150648 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 641652 KiB
Current children cumulated memory: 604020 KiB

[startup+1.50018 s]
/proc/loadavg: 4.98 4.75 4.39 5/269 176492
/proc/meminfo: memFree=120890696/131249996 swapFree=33010416/33010684
[pid=176491] ppid=176488 vsize=719076 memory=683996 CPUtime=1.48 cores=4,6
/proc/176491/stat : 176491 (LSIPExact) R 176488 176491 176007 0 -1 4194304 123529 0 0 0 126 22 0 0 20 0 1 0 237136106 736333824 170999 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
/proc/176491/statm: 179769 170999 1120 6655 0 170004 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 719076 KiB
Current children cumulated memory: 683996 KiB

[startup+3.1056 s]
/proc/loadavg: 4.98 4.75 4.39 5/269 176492
/proc/meminfo: memFree=120891452/131249996 swapFree=33010416/33010684
[pid=176491] ppid=176488 vsize=719076 memory=683996 CPUtime=3.08 cores=4,6
/proc/176491/stat : 176491 (LSIPExact) R 176488 176491 176007 0 -1 4194304 123617 0 0 0 286 22 0 0 20 0 1 0 237136106 736333824 170999 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
/proc/176491/statm: 179769 170999 1120 6655 0 170004 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 719076 KiB
Current children cumulated memory: 683996 KiB

[startup+6.30016 s]
/proc/loadavg: 4.90 4.74 4.39 5/269 176492
/proc/meminfo: memFree=120891820/131249996 swapFree=33010416/33010684
[pid=176491] ppid=176488 vsize=719076 memory=683996 CPUtime=6.26 cores=4,6
/proc/176491/stat : 176491 (LSIPExact) R 176488 176491 176007 0 -1 4194304 123745 0 0 0 604 22 0 0 20 0 1 0 237136106 736333824 170999 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
/proc/176491/statm: 179769 170999 1120 6655 0 170004 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 719076 KiB
Current children cumulated memory: 683996 KiB

[startup+12.7002 s]
/proc/loadavg: 4.83 4.72 4.39 5/270 176493
/proc/meminfo: memFree=120203940/131249996 swapFree=33010416/33010684
[pid=176491] ppid=176488 vsize=1484072 memory=1330328 CPUtime=12.65 cores=4,6
/proc/176491/stat : 176491 (LSIPExact) R 176488 176491 176007 0 -1 4194304 190906 0 0 0 1221 44 0 0 20 0 2 0 237136106 1519689728 332582 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
/proc/176491/statm: 371018 332582 2848 6655 0 344901 0
[pid=176491/tid=176493] ppid=176488 vsize=1484072 memory=1315772 CPUtime=0 cores=4,6
/proc/176491/task/176493/stat : 176493 (LSIPExact) S 176488 176491 176007 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237137185 1519689728 332582 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1484072 KiB
Current children cumulated memory: 1330328 KiB

[startup+25.5002 s]
/proc/loadavg: 4.71 4.70 4.38 5/270 176493
/proc/meminfo: memFree=119438548/131249996 swapFree=33010416/33010684
[pid=176491] ppid=176488 vsize=2538728 memory=2132760 CPUtime=25.42 cores=4,6
/proc/176491/stat : 176491 (LSIPExact) R 176488 176491 176007 0 -1 4194304 292282 0 0 0 2461 81 0 0 20 0 2 0 237136106 2599657472 533190 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
/proc/176491/statm: 634682 533190 2912 6655 0 608565 0
[pid=176491/tid=176493] ppid=176488 vsize=2538728 memory=2130328 CPUtime=0 cores=4,6
/proc/176491/task/176493/stat : 176493 (LSIPExact) S 176488 176491 176007 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237137185 2599657472 533190 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2538728 KiB
Current children cumulated memory: 2132760 KiB

[startup+51.1056 s]
/proc/loadavg: 4.47 4.65 4.37 5/269 176493
/proc/meminfo: memFree=119411268/131249996 swapFree=33010416/33010684
[pid=176491] ppid=176488 vsize=2558660 memory=2154884 CPUtime=50.97 cores=4,6
/proc/176491/stat : 176491 (LSIPExact) R 176488 176491 176007 0 -1 4194304 304709 0 0 0 5014 83 0 0 20 0 2 0 237136106 2620067840 538721 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
/proc/176491/statm: 639665 538721 2912 6655 0 613548 0
[pid=176491/tid=176493] ppid=176488 vsize=2558660 memory=2136600 CPUtime=0 cores=4,6
/proc/176491/task/176493/stat : 176493 (LSIPExact) S 176488 176491 176007 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237137185 2620067840 538721 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 2558660 KiB
Current children cumulated memory: 2154884 KiB

[startup+102.3 s]
/proc/loadavg: 4.24 4.56 4.36 5/268 176495
/proc/meminfo: memFree=119336480/131249996 swapFree=33010416/33010684
[pid=176491] ppid=176488 vsize=2579648 memory=2184488 CPUtime=102.04 cores=4,6
/proc/176491/stat : 176491 (LSIPExact) R 176488 176491 176007 0 -1 4194304 329239 0 0 0 10118 86 0 0 20 0 2 0 237136106 2641559552 546122 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
/proc/176491/statm: 644912 546122 2912 6655 0 618795 0
[pid=176491/tid=176493] ppid=176488 vsize=2579648 memory=2174596 CPUtime=0 cores=4,6
/proc/176491/task/176493/stat : 176493 (LSIPExact) S 176488 176491 176007 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237137185 2641559552 546122 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 2579648 KiB
Current children cumulated memory: 2184488 KiB

[startup+162.3 s]
/proc/loadavg: 4.72 4.64 4.40 6/268 176498
/proc/meminfo: memFree=117308592/131249996 swapFree=33010416/33010684
[pid=176491] ppid=176488 vsize=4871900 memory=4214524 CPUtime=215.94 cores=4,6
/proc/176491/stat : 176491 (LSIPExact) R 176488 176491 176007 0 -1 4194304 613550 0 0 0 21419 175 0 0 20 0 2 0 237136106 4988825600 1053631 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
/proc/176491/statm: 1217975 1053631 3392 6655 0 1195136 0
[pid=176491/tid=176493] ppid=176488 vsize=4871900 memory=4178952 CPUtime=58.96 cores=4,6
/proc/176491/task/176493/stat : 176493 (LSIPExact) R 176488 176491 176007 0 -1 4194368 111002 0 0 0 5867 29 0 0 20 0 2 0 237137185 4988825600 1053631 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
Current children cumulated CPU time: 215.94 s
Current children cumulated vsize: 4871900 KiB
Current children cumulated memory: 4214524 KiB

[startup+222.3 s]
/proc/loadavg: 4.94 4.72 4.44 6/268 176500
/proc/meminfo: memFree=116758948/131249996 swapFree=33010416/33010684
[pid=176491] ppid=176488 vsize=5373988 memory=4772940 CPUtime=335.11 cores=4,6
/proc/176491/stat : 176491 (LSIPExact) R 176488 176491 176007 0 -1 4194304 748347 0 0 0 33281 230 0 0 20 0 2 0 237136106 5502963712 1193235 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
/proc/176491/statm: 1343497 1193235 3424 6655 0 1320658 0
[pid=176491/tid=176493] ppid=176488 vsize=5373988 memory=14384 CPUtime=118.77 cores=4,6
/proc/176491/task/176493/stat : 176493 (LSIPExact) R 176488 176491 176007 0 -1 4194368 123489 0 0 0 11846 31 0 0 20 0 2 0 237137185 5502963712 1193235 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
Current children cumulated CPU time: 335.11 s
Current children cumulated vsize: 5373988 KiB
Current children cumulated memory: 4772940 KiB

[startup+282.3 s]
/proc/loadavg: 5.09 4.81 4.49 6/268 176502
/proc/meminfo: memFree=116819780/131249996 swapFree=33010416/33010684
[pid=176491] ppid=176488 vsize=5293788 memory=4671048 CPUtime=454.35 cores=4,6
/proc/176491/stat : 176491 (LSIPExact) R 176488 176491 176007 0 -1 4194304 840854 0 0 0 45180 255 0 0 20 0 2 0 237136106 5420838912 1167762 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
/proc/176491/statm: 1323447 1167762 3424 6655 0 1300608 0
[pid=176491/tid=176493] ppid=176488 vsize=5293788 memory=14384 CPUtime=178.59 cores=4,6
/proc/176491/task/176493/stat : 176493 (LSIPExact) R 176488 176491 176007 0 -1 4194368 153875 0 0 0 17826 33 0 0 20 0 2 0 237137185 5420838912 1167762 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
Current children cumulated CPU time: 454.35 s
Current children cumulated vsize: 5293788 KiB
Current children cumulated memory: 4671048 KiB

[startup+342.3 s]
/proc/loadavg: 5.09 4.86 4.53 6/267 176507
/proc/meminfo: memFree=116989260/131249996 swapFree=33010416/33010684
[pid=176491] ppid=176488 vsize=5077648 memory=4514572 CPUtime=573.56 cores=4,6
/proc/176491/stat : 176491 (LSIPExact) R 176488 176491 176007 0 -1 4194304 910213 0 0 0 57090 266 0 0 20 0 2 0 237136106 5199511552 1128643 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
/proc/176491/statm: 1269412 1128643 3424 6655 0 1246573 0
[pid=176491/tid=176493] ppid=176488 vsize=5077648 memory=28160 CPUtime=238.4 cores=4,6
/proc/176491/task/176493/stat : 176493 (LSIPExact) R 176488 176491 176007 0 -1 4194368 182455 0 0 0 23805 35 0 0 20 0 2 0 237137185 5199511552 1128643 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
Current children cumulated CPU time: 573.56 s
Current children cumulated vsize: 5077648 KiB
Current children cumulated memory: 4514572 KiB


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

/proc/176527/statm: 1535224 1364459 1088 1011 0 1533991 0
Current children cumulated CPU time: 1553.55 s
Current children cumulated vsize: 10755728 KiB
Current children cumulated memory: 9665104 KiB

[startup+1002.3 s]
/proc/loadavg: 4.27 4.54 4.60 5/267 176542
/proc/meminfo: memFree=93809016/131249996 swapFree=33010416/33010684
[pid=176491] ppid=176488 vsize=4614832 memory=4207268 CPUtime=1339.81 cores=4,6
/proc/176491/stat : 176491 (LSIPExact) S 176488 176491 176007 0 -1 4194304 1466842 0 0 0 133564 417 0 0 20 0 1 0 237136106 4725587968 1051817 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
/proc/176491/statm: 1153708 1051817 3456 6655 0 1132174 0
[pid=176527] ppid=176491 vsize=6151084 memory=5498920 CPUtime=273.6 cores=4,6
/proc/176527/stat : 176527 (Exact) R 176491 176527 176527 0 -1 4194304 771748 0 0 0 27147 213 0 0 20 0 1 0 237208909 6298710016 1374730 18446744073709551615 4198400 8335837 140728074416656 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 30482432 140728074422457 140728074422811 140728074422811 140728074428367 0
/proc/176527/statm: 1537771 1374730 1088 1011 0 1536538 0
Current children cumulated CPU time: 1613.41 s
Current children cumulated vsize: 10765916 KiB
Current children cumulated memory: 9706188 KiB

[startup+1062.3 s]
/proc/loadavg: 4.19 4.47 4.57 5/267 176544
/proc/meminfo: memFree=93758740/131249996 swapFree=33010416/33010684
[pid=176491] ppid=176488 vsize=4614832 memory=4207268 CPUtime=1339.81 cores=4,6
/proc/176491/stat : 176491 (LSIPExact) S 176488 176491 176007 0 -1 4194304 1466842 0 0 0 133564 417 0 0 20 0 1 0 237136106 4725587968 1051817 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
/proc/176491/statm: 1153708 1051817 3456 6655 0 1132174 0
[pid=176527] ppid=176491 vsize=6180048 memory=5570892 CPUtime=333.46 cores=4,6
/proc/176527/stat : 176527 (Exact) R 176491 176527 176527 0 -1 4194304 774590 0 0 0 33129 217 0 0 20 0 1 0 237208909 6328369152 1392723 18446744073709551615 4198400 8335837 140728074416656 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 30482432 140728074422457 140728074422811 140728074422811 140728074428367 0
/proc/176527/statm: 1545012 1392723 1088 1011 0 1543779 0
Current children cumulated CPU time: 1673.27 s
Current children cumulated vsize: 10794880 KiB
Current children cumulated memory: 9778160 KiB

[startup+1122.3 s]
/proc/loadavg: 4.33 4.47 4.57 5/267 176546
/proc/meminfo: memFree=93656108/131249996 swapFree=33010416/33010684
[pid=176491] ppid=176488 vsize=4614832 memory=4207268 CPUtime=1339.81 cores=4,6
/proc/176491/stat : 176491 (LSIPExact) S 176488 176491 176007 0 -1 4194304 1466842 0 0 0 133564 417 0 0 20 0 1 0 237136106 4725587968 1051817 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
/proc/176491/statm: 1153708 1051817 3456 6655 0 1132174 0
[pid=176527] ppid=176491 vsize=6217580 memory=5653392 CPUtime=393.33 cores=4,6
/proc/176527/stat : 176527 (Exact) R 176491 176527 176527 0 -1 4194304 777681 0 0 0 39111 222 0 0 20 0 1 0 237208909 6366801920 1413348 18446744073709551615 4198400 8335837 140728074416656 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 30482432 140728074422457 140728074422811 140728074422811 140728074428367 0
/proc/176527/statm: 1554395 1413348 1088 1011 0 1553162 0
Current children cumulated CPU time: 1733.14 s
Current children cumulated vsize: 10832412 KiB
Current children cumulated memory: 9860660 KiB

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

# cumulated CPU time of all completed processes:  user=1768.6 s, system=6.66431 s

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

[startup+1126.4 s]
/proc/loadavg: 4.30 4.47 4.56 5/267 176546
/proc/meminfo: memFree=93636008/131249996 swapFree=33010416/33010684
[pid=176491] ppid=176488 vsize=4614832 memory=4207268 CPUtime=1339.81 cores=4,6
/proc/176491/stat : 176491 (LSIPExact) S 176488 176491 176007 0 -1 4194304 1466842 0 0 0 133564 417 0 0 20 0 1 0 237136106 4725587968 1051817 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
/proc/176491/statm: 1153708 1051817 3456 6655 0 1132174 0
[pid=176527] ppid=176491 vsize=6230412 memory=5672456 CPUtime=397.41 cores=4,6
/proc/176527/stat : 176527 (Exact) R 176491 176527 176527 0 -1 4194304 778972 0 0 0 39519 222 0 0 20 0 1 0 237208909 6379941888 1418114 18446744073709551615 4198400 8335837 140728074416656 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 30482432 140728074422457 140728074422811 140728074422811 140728074428367 0
/proc/176527/statm: 1557603 1418114 1088 1011 0 1556370 0
Current children cumulated CPU time: 1737.22 s
Current children cumulated vsize: 10845244 KiB
Current children cumulated memory: 9879724 KiB

[startup+1139.2 s]
/proc/loadavg: 4.31 4.46 4.56 5/267 176546
/proc/meminfo: memFree=93622596/131249996 swapFree=33010416/33010684
[pid=176491] ppid=176488 vsize=4614832 memory=4207268 CPUtime=1339.81 cores=4,6
/proc/176491/stat : 176491 (LSIPExact) S 176488 176491 176007 0 -1 4194304 1466842 0 0 0 133564 417 0 0 20 0 1 0 237136106 4725587968 1051817 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
/proc/176491/statm: 1153708 1051817 3456 6655 0 1132174 0
[pid=176527] ppid=176491 vsize=6230544 memory=5678704 CPUtime=410.18 cores=4,6
/proc/176527/stat : 176527 (Exact) R 176491 176527 176527 0 -1 4194304 779097 0 0 0 40796 222 0 0 20 0 1 0 237208909 6380077056 1419676 18446744073709551615 4198400 8335837 140728074416656 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 30482432 140728074422457 140728074422811 140728074422811 140728074428367 0
/proc/176527/statm: 1557636 1419676 1088 1011 0 1556403 0
Current children cumulated CPU time: 1749.99 s
Current children cumulated vsize: 10845376 KiB
Current children cumulated memory: 9885972 KiB

[startup+1152 s]*
/proc/loadavg: 4.26 4.44 4.55 5/267 176547
/proc/meminfo: memFree=93594160/131249996 swapFree=33010416/33010684
[pid=176491] ppid=176488 vsize=4614832 memory=4207268 CPUtime=1339.81 cores=4,6
/proc/176491/stat : 176491 (LSIPExact) S 176488 176491 176007 0 -1 4194304 1466842 0 0 0 133564 417 0 0 20 0 1 0 237136106 4725587968 1051817 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
/proc/176491/statm: 1153708 1051817 3456 6655 0 1132174 0
[pid=176527] ppid=176491 vsize=6253172 memory=5711600 CPUtime=422.96 cores=4,6
/proc/176527/stat : 176527 (Exact) R 176491 176527 176527 0 -1 4194304 781915 0 0 0 42072 224 0 0 20 0 1 0 237208909 6403248128 1427900 18446744073709551615 4198400 8335837 140728074416656 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 30482432 140728074422457 140728074422811 140728074422811 140728074428367 0
/proc/176527/statm: 1563293 1427900 1088 1011 0 1562060 0
Current children cumulated CPU time: 1762.77 s
Current children cumulated vsize: 10868004 KiB
Current children cumulated memory: 9918868 KiB

[startup+1158.4 s]
/proc/loadavg: 4.24 4.44 4.55 5/267 176547
/proc/meminfo: memFree=93594160/131249996 swapFree=33010416/33010684
[pid=176491] ppid=176488 vsize=4614832 memory=4207268 CPUtime=1339.81 cores=4,6
/proc/176491/stat : 176491 (LSIPExact) S 176488 176491 176007 0 -1 4194304 1466842 0 0 0 133564 417 0 0 20 0 1 0 237136106 4725587968 1051817 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
/proc/176491/statm: 1153708 1051817 3456 6655 0 1132174 0
[pid=176527] ppid=176491 vsize=6253172 memory=5711600 CPUtime=429.34 cores=4,6
/proc/176527/stat : 176527 (Exact) R 176491 176527 176527 0 -1 4194304 781945 0 0 0 42710 224 0 0 20 0 1 0 237208909 6403248128 1427900 18446744073709551615 4198400 8335837 140728074416656 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 30482432 140728074422457 140728074422811 140728074422811 140728074428367 0
/proc/176527/statm: 1563293 1427900 1088 1011 0 1562060 0
Current children cumulated CPU time: 1769.15 s
Current children cumulated vsize: 10868004 KiB
Current children cumulated memory: 9918868 KiB

[startup+1161.6 s]
/proc/loadavg: 4.22 4.43 4.54 5/267 176547
/proc/meminfo: memFree=93590064/131249996 swapFree=33010416/33010684
[pid=176491] ppid=176488 vsize=4614832 memory=4207268 CPUtime=1339.81 cores=4,6
/proc/176491/stat : 176491 (LSIPExact) S 176488 176491 176007 0 -1 4194304 1466842 0 0 0 133564 417 0 0 20 0 1 0 237136106 4725587968 1051817 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
/proc/176491/statm: 1153708 1051817 3456 6655 0 1132174 0
[pid=176527] ppid=176491 vsize=6253172 memory=5715696 CPUtime=432.53 cores=4,6
/proc/176527/stat : 176527 (Exact) R 176491 176527 176527 0 -1 4194304 782000 0 0 0 43029 224 0 0 20 0 1 0 237208909 6403248128 1428924 18446744073709551615 4198400 8335837 140728074416656 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 30482432 140728074422457 140728074422811 140728074422811 140728074428367 0
/proc/176527/statm: 1563293 1428924 1088 1011 0 1562060 0
Current children cumulated CPU time: 1772.34 s
Current children cumulated vsize: 10868004 KiB
Current children cumulated memory: 9922964 KiB

[startup+1163.2 s]
/proc/loadavg: 4.22 4.43 4.54 5/267 176547
/proc/meminfo: memFree=95399084/131249996 swapFree=33010416/33010684
[pid=176491] ppid=176488 vsize=4614832 memory=4207268 CPUtime=1339.81 cores=4,6
/proc/176491/stat : 176491 (LSIPExact) S 176488 176491 176007 0 -1 4194304 1466842 0 0 0 133564 417 0 0 20 0 1 0 237136106 4725587968 1051817 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
/proc/176491/statm: 1153708 1051817 3456 6655 0 1132174 0
[pid=176527] ppid=176491 vsize=3977164 memory=3887940 CPUtime=434.13 cores=4,6
/proc/176527/stat : 176527 (Exact) R 176491 176527 176527 0 -1 4194304 783137 0 0 0 43188 225 0 0 20 0 1 0 237208909 4072615936 971985 18446744073709551615 4198400 8335837 140728074416656 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 30482432 140728074422457 140728074422811 140728074422811 140728074428367 0
/proc/176527/statm: 994291 971985 1120 1011 0 993058 0
Current children cumulated CPU time: 1773.94 s
Current children cumulated vsize: 8591996 KiB
Current children cumulated memory: 8095208 KiB

[startup+1164 s]*
/proc/loadavg: 4.20 4.42 4.54 5/267 176547
/proc/meminfo: memFree=98492996/131249996 swapFree=33010416/33010684
[pid=176491] ppid=176488 vsize=4614832 memory=4207268 CPUtime=1339.81 cores=4,6
/proc/176491/stat : 176491 (LSIPExact) S 176488 176491 176007 0 -1 4194304 1466842 0 0 0 133564 417 0 0 20 0 1 0 237136106 4725587968 1051817 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
/proc/176491/statm: 1153708 1051817 3456 6655 0 1132174 0
Current children cumulated CPU time: 1339.81 s
Current children cumulated vsize: 4614832 KiB
Current children cumulated memory: 4207268 KiB

[startup+1164.4 s]
/proc/loadavg: 4.20 4.42 4.54 5/267 176547
/proc/meminfo: memFree=98492996/131249996 swapFree=33010416/33010684
[pid=176491] ppid=176488 vsize=4476636 memory=4069068 CPUtime=1775.14 cores=4,6
/proc/176491/stat : 176491 (LSIPExact) R 176488 176491 176007 0 -1 4194304 1573289 783307 0 0 133598 422 43258 236 20 0 1 0 237136106 4584075264 1017267 18446744073709551615 94307715710976 94307742968145 140731251670736 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94307751470216 94307751901824 94307762524160 140731251677528 140731251677704 140731251677704 140731251683308 0
/proc/176491/statm: 1119159 1017267 3456 6655 0 1097625 0
Current children cumulated CPU time: 1775.14 s
Current children cumulated vsize: 4476636 KiB
Current children cumulated memory: 4069068 KiB

[startup+1164.5 s]*
/proc/loadavg: 4.20 4.42 4.54 5/266 176547
/proc/meminfo: memFree=103212356/131249996 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 1164.51
CPU time (s): 1775.26
CPU user time (s): 1768.6
CPU system time (s): 6.66431
CPU usage (%): 152.447
Max. virtual memory (cumulated for all children) (KiB): 11608416
Max. memory (cumulated for all children) (KiB): 10252268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1768.6
system time used= 6.66431
maximum resident set size= 8169372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2368100
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= 317
involuntary context switches= 9035


# summary of solver processes directly reported to runsolver:
#   pid: 176491
#   total CPU time (s): 1775.26
#   total CPU user time (s): 1768.6
#   total CPU system time (s): 6.66431

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.47381 second user time and 5.01943 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-07-22 22:03:03
IDJOB=4542207
IDBENCH=163905
IDSOLVER=3384
FILE ID=nodeC022/4542207-1753214583
RUNJOBID= nodeC022-1753211081-176018
SLURM_JOB_ID= 9687788
Free space on /tmp= 432580 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height38_pigeons37_holes36.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542207-1753214583/watcher-4542207-1753214583 -o /tmp/evaluation-result-4542207-1753214583/solver-4542207-1753214583 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1753211081-176018 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4542207-1753214583.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 883a1a775d6309f3a96fbb0c62b71064
RANDOM SEED=1996757420

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        121569080 kB
MemAvailable:   122977396 kB
Buffers:            2128 kB
Cached:          2158464 kB
SwapCached:           32 kB
Active:          7860016 kB
Inactive:        1016708 kB
Active(anon):    6740228 kB
Inactive(anon):     2124 kB
Active(file):    1119788 kB
Inactive(file):  1014584 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             69292 kB
Writeback:             4 kB
AnonPages:       6715496 kB
Mapped:           152396 kB
Shmem:             26220 kB
KReclaimable:     225968 kB
Slab:             322584 kB
SReclaimable:     225968 kB
SUnreclaim:        96616 kB
KernelStack:        4352 kB
PageTables:        16632 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    8211952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4370432 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432540 MiB
End job on nodeC022 at 2025-07-22 22:22:28