Trace number 4527079

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 1435.73 731.28

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x10split.cnf-plain.pb.metafix.opb
MD5SUM94095cb0fcbd0770a6e3256d9b1a67b8
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 benchmark0.630711
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables101
Total number of constraints402
Number of constraints which are clauses402
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (47503 MiB free)
  memory of node 1: 64465 MiB (53160 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527079-1752234701/watcher-4527079-1752234701 -o /tmp/evaluation-result-4527079-1752234701/solver-4527079-1752234701 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1752232205-108306 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527079-1752234701.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=109031, runsolver pid=109028

[startup+0.10007 s]*
/proc/loadavg: 5.89 6.18 6.33 6/267 109032
/proc/meminfo: memFree=103079276/131249988 swapFree=33010416/33010684
[pid=109031] ppid=109028 vsize=39904 memory=5632 CPUtime=0.1 cores=4,6
/proc/109031/stat : 109031 (LSIPExact) R 109028 109031 108288 0 -1 4194304 341 0 0 0 10 0 0 0 20 0 1 0 139148638 40861696 1408 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
/proc/109031/statm: 9976 1408 1216 6655 0 211 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5632 KiB

[startup+0.205982 s]*
/proc/loadavg: 5.89 6.18 6.33 6/267 109032
/proc/meminfo: memFree=103079276/131249988 swapFree=33010416/33010684
[pid=109031] ppid=109028 vsize=39904 memory=5632 CPUtime=0.2 cores=4,6
/proc/109031/stat : 109031 (LSIPExact) R 109028 109031 108288 0 -1 4194304 341 0 0 0 20 0 0 0 20 0 1 0 139148638 40861696 1408 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
/proc/109031/statm: 9976 1408 1216 6655 0 211 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5632 KiB

[startup+0.305818 s]*
/proc/loadavg: 5.89 6.18 6.33 6/267 109032
/proc/meminfo: memFree=103079276/131249988 swapFree=33010416/33010684
[pid=109031] ppid=109028 vsize=39904 memory=5632 CPUtime=0.3 cores=4,6
/proc/109031/stat : 109031 (LSIPExact) R 109028 109031 108288 0 -1 4194304 341 0 0 0 30 0 0 0 20 0 1 0 139148638 40861696 1408 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
/proc/109031/statm: 9976 1408 1216 6655 0 211 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5632 KiB

[startup+0.700187 s]
/proc/loadavg: 5.89 6.18 6.33 6/267 109032
/proc/meminfo: memFree=103079276/131249988 swapFree=33010416/33010684
[pid=109031] ppid=109028 vsize=39904 memory=5632 CPUtime=0.69 cores=4,6
/proc/109031/stat : 109031 (LSIPExact) R 109028 109031 108288 0 -1 4194304 341 0 0 0 69 0 0 0 20 0 1 0 139148638 40861696 1408 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
/proc/109031/statm: 9976 1408 1216 6655 0 211 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5632 KiB

[startup+1.50018 s]
/proc/loadavg: 5.89 6.18 6.33 6/267 109032
/proc/meminfo: memFree=103071212/131249988 swapFree=33010416/33010684
[pid=109031] ppid=109028 vsize=39904 memory=5632 CPUtime=1.48 cores=4,6
/proc/109031/stat : 109031 (LSIPExact) R 109028 109031 108288 0 -1 4194304 341 0 0 0 148 0 0 0 20 0 1 0 139148638 40861696 1408 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
/proc/109031/statm: 9976 1408 1216 6655 0 211 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5632 KiB

[startup+3.10572 s]
/proc/loadavg: 5.81 6.16 6.33 6/267 109032
/proc/meminfo: memFree=103071564/131249988 swapFree=33010416/33010684
[pid=109031] ppid=109028 vsize=39904 memory=5632 CPUtime=3.08 cores=4,6
/proc/109031/stat : 109031 (LSIPExact) R 109028 109031 108288 0 -1 4194304 341 0 0 0 308 0 0 0 20 0 1 0 139148638 40861696 1408 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
/proc/109031/statm: 9976 1408 1216 6655 0 211 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5632 KiB

[startup+6.30019 s]
/proc/loadavg: 5.81 6.16 6.33 6/267 109032
/proc/meminfo: memFree=103071816/131249988 swapFree=33010416/33010684
[pid=109031] ppid=109028 vsize=39904 memory=5632 CPUtime=6.27 cores=4,6
/proc/109031/stat : 109031 (LSIPExact) R 109028 109031 108288 0 -1 4194304 341 0 0 0 627 0 0 0 20 0 1 0 139148638 40861696 1408 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
/proc/109031/statm: 9976 1408 1216 6655 0 211 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5632 KiB

[startup+12.7002 s]
/proc/loadavg: 5.77 6.14 6.32 7/268 109033
/proc/meminfo: memFree=103068792/131249988 swapFree=33010416/33010684
[pid=109031] ppid=109028 vsize=119376 memory=23136 CPUtime=15.29 cores=4,6
/proc/109031/stat : 109031 (LSIPExact) R 109028 109031 108288 0 -1 4194304 2157 0 0 0 1529 0 0 0 20 0 2 0 139148638 122241024 5784 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
/proc/109031/statm: 29844 5784 3488 6655 0 4081 0
[pid=109031/tid=109033] ppid=109028 vsize=119376 memory=23136 CPUtime=2.65 cores=4,6
/proc/109031/task/109033/stat : 109033 (LSIPExact) R 109028 109031 108288 0 -1 4194368 413 0 0 0 265 0 0 0 20 0 2 0 139149638 122241024 5784 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
Current children cumulated CPU time: 15.29 s
Current children cumulated vsize: 119376 KiB
Current children cumulated memory: 23136 KiB

[startup+25.5002 s]
/proc/loadavg: 5.80 6.13 6.31 7/268 109033
/proc/meminfo: memFree=103061484/131249988 swapFree=33010416/33010684
[pid=109031] ppid=109028 vsize=119376 memory=23264 CPUtime=40.7 cores=4,6
/proc/109031/stat : 109031 (LSIPExact) R 109028 109031 108288 0 -1 4194304 4039 0 0 0 4070 0 0 0 20 0 2 0 139148638 122241024 5816 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
/proc/109031/statm: 29844 5816 3488 6655 0 4123 0
[pid=109031/tid=109033] ppid=109028 vsize=119376 memory=14344 CPUtime=15.31 cores=4,6
/proc/109031/task/109033/stat : 109033 (LSIPExact) R 109028 109031 108288 0 -1 4194368 1068 0 0 0 1531 0 0 0 20 0 2 0 139149638 122241024 5816 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
Current children cumulated CPU time: 40.7 s
Current children cumulated vsize: 119376 KiB
Current children cumulated memory: 23264 KiB

[startup+51.1058 s]
/proc/loadavg: 5.94 6.14 6.31 7/267 109034
/proc/meminfo: memFree=102994872/131249988 swapFree=33010416/33010684
[pid=109031] ppid=109028 vsize=120832 memory=28512 CPUtime=90.97 cores=4,6
/proc/109031/stat : 109031 (LSIPExact) R 109028 109031 108288 0 -1 4194304 6152 0 0 0 9096 1 0 0 20 0 2 0 139148638 123731968 7128 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
/proc/109031/statm: 30208 7128 3520 6655 0 5574 0
[pid=109031/tid=109033] ppid=109028 vsize=120832 memory=28512 CPUtime=40.21 cores=4,6
/proc/109031/task/109033/stat : 109033 (LSIPExact) R 109028 109031 108288 0 -1 4194368 2261 0 0 0 4021 0 0 0 20 0 2 0 139149638 123731968 7128 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
Current children cumulated CPU time: 90.97 s
Current children cumulated vsize: 120832 KiB
Current children cumulated memory: 28512 KiB

[startup+102.3 s]
/proc/loadavg: 6.03 6.13 6.29 7/268 109039
/proc/meminfo: memFree=102994004/131249988 swapFree=33010416/33010684
[pid=109031] ppid=109028 vsize=120832 memory=28512 CPUtime=192.56 cores=4,6
/proc/109031/stat : 109031 (LSIPExact) R 109028 109031 108288 0 -1 4194304 8353 0 0 0 19253 3 0 0 20 0 2 0 139148638 123731968 7128 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
/proc/109031/statm: 30208 7128 3520 6655 0 5574 0
[pid=109031/tid=109033] ppid=109028 vsize=120832 memory=28512 CPUtime=90.81 cores=4,6
/proc/109031/task/109033/stat : 109033 (LSIPExact) R 109028 109031 108288 0 -1 4194368 3336 0 0 0 9081 0 0 0 20 0 2 0 139149638 123731968 7128 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
Current children cumulated CPU time: 192.56 s
Current children cumulated vsize: 120832 KiB
Current children cumulated memory: 28512 KiB

[startup+162.3 s]
/proc/loadavg: 6.10 6.13 6.28 7/268 109045
/proc/meminfo: memFree=102985980/131249988 swapFree=33010416/33010684
[pid=109031] ppid=109028 vsize=120832 memory=28512 CPUtime=311.71 cores=4,6
/proc/109031/stat : 109031 (LSIPExact) R 109028 109031 108288 0 -1 4194304 10562 0 0 0 31167 4 0 0 20 0 2 0 139148638 123731968 7128 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
/proc/109031/statm: 30208 7128 3520 6655 0 5574 0
[pid=109031/tid=109033] ppid=109028 vsize=120832 memory=28512 CPUtime=150.18 cores=4,6
/proc/109031/task/109033/stat : 109033 (LSIPExact) R 109028 109031 108288 0 -1 4194368 4377 0 0 0 15017 1 0 0 20 0 2 0 139149638 123731968 7128 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
Current children cumulated CPU time: 311.71 s
Current children cumulated vsize: 120832 KiB
Current children cumulated memory: 28512 KiB

[startup+222.3 s]
/proc/loadavg: 6.13 6.14 6.27 7/267 109047
/proc/meminfo: memFree=102938156/131249988 swapFree=33010416/33010684
[pid=109031] ppid=109028 vsize=120832 memory=28512 CPUtime=430.79 cores=4,6
/proc/109031/stat : 109031 (LSIPExact) R 109028 109031 108288 0 -1 4194304 10880 0 0 0 43074 5 0 0 20 0 2 0 139148638 123731968 7128 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
/proc/109031/statm: 30208 7128 3520 6655 0 5574 0
[pid=109031/tid=109033] ppid=109028 vsize=120832 memory=28512 CPUtime=209.5 cores=4,6
/proc/109031/task/109033/stat : 109033 (LSIPExact) R 109028 109031 108288 0 -1 4194368 4535 0 0 0 20949 1 0 0 20 0 2 0 139149638 123731968 7128 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
Current children cumulated CPU time: 430.79 s
Current children cumulated vsize: 120832 KiB
Current children cumulated memory: 28512 KiB

[startup+282.3 s]
/proc/loadavg: 6.10 6.12 6.26 7/266 109094
/proc/meminfo: memFree=104009672/131249988 swapFree=33010416/33010684
[pid=109031] ppid=109028 vsize=120832 memory=28512 CPUtime=549.81 cores=4,6
/proc/109031/stat : 109031 (LSIPExact) R 109028 109031 108288 0 -1 4194304 13538 0 0 0 54971 10 0 0 20 0 2 0 139148638 123731968 7128 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
/proc/109031/statm: 30208 7128 3520 6655 0 5574 0
[pid=109031/tid=109033] ppid=109028 vsize=120832 memory=28512 CPUtime=268.79 cores=4,6
/proc/109031/task/109033/stat : 109033 (LSIPExact) R 109028 109031 108288 0 -1 4194368 5910 0 0 0 26877 2 0 0 20 0 2 0 139149638 123731968 7128 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
Current children cumulated CPU time: 549.81 s
Current children cumulated vsize: 120832 KiB
Current children cumulated memory: 28512 KiB

[startup+342.3 s]
/proc/loadavg: 6.73 6.29 6.31 8/267 109097
/proc/meminfo: memFree=103975020/131249988 swapFree=33010416/33010684
[pid=109031] ppid=109028 vsize=120832 memory=28640 CPUtime=668.93 cores=4,6
/proc/109031/stat : 109031 (LSIPExact) R 109028 109031 108288 0 -1 4194304 13732 0 0 0 66883 10 0 0 20 0 2 0 139148638 123731968 7160 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
/proc/109031/statm: 30208 7160 3520 6655 0 5574 0
[pid=109031/tid=109033] ppid=109028 vsize=120832 memory=28512 CPUtime=328.13 cores=4,6
/proc/109031/task/109033/stat : 109033 (LSIPExact) R 109028 109031 108288 0 -1 4194368 5996 0 0 0 32811 2 0 0 20 0 2 0 139149638 123731968 7160 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
Current children cumulated CPU time: 668.93 s
Current children cumulated vsize: 120832 KiB
Current children cumulated memory: 28640 KiB


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

Current children cumulated vsize: 120832 KiB
Current children cumulated memory: 28896 KiB

[startup+462.3 s]
/proc/loadavg: 7.10 6.62 6.43 8/266 109101
/proc/meminfo: memFree=103958168/131249988 swapFree=33010416/33010684
[pid=109031] ppid=109028 vsize=120976 memory=29152 CPUtime=907.11 cores=4,6
/proc/109031/stat : 109031 (LSIPExact) R 109028 109031 108288 0 -1 4194304 15533 0 0 0 90700 11 0 0 20 0 2 0 139148638 123879424 7288 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
/proc/109031/statm: 30244 7288 3520 6655 0 5610 0
[pid=109031/tid=109033] ppid=109028 vsize=120976 memory=28896 CPUtime=446.78 cores=4,6
/proc/109031/task/109033/stat : 109033 (LSIPExact) R 109028 109031 108288 0 -1 4194368 7003 0 0 0 44676 2 0 0 20 0 2 0 139149638 123879424 7288 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
Current children cumulated CPU time: 907.11 s
Current children cumulated vsize: 120976 KiB
Current children cumulated memory: 29152 KiB

[startup+522.3 s]
/proc/loadavg: 7.14 6.72 6.48 8/266 109103
/proc/meminfo: memFree=103943176/131249988 swapFree=33010416/33010684
[pid=109031] ppid=109028 vsize=121440 memory=29792 CPUtime=1026.2 cores=4,6
/proc/109031/stat : 109031 (LSIPExact) R 109028 109031 108288 0 -1 4194304 17845 0 0 0 102609 11 0 0 20 0 2 0 139148638 124354560 7448 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
/proc/109031/statm: 30360 7448 3520 6655 0 5726 0
[pid=109031/tid=109033] ppid=109028 vsize=121440 memory=20088 CPUtime=506.11 cores=4,6
/proc/109031/task/109033/stat : 109033 (LSIPExact) R 109028 109031 108288 0 -1 4194368 8318 0 0 0 50608 3 0 0 20 0 2 0 139149638 124354560 7448 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
Current children cumulated CPU time: 1026.2 s
Current children cumulated vsize: 121440 KiB
Current children cumulated memory: 29792 KiB

[startup+582.3 s]
/proc/loadavg: 7.11 6.79 6.52 8/267 109117
/proc/meminfo: memFree=103945788/131249988 swapFree=33010416/33010684
[pid=109031] ppid=109028 vsize=121720 memory=30048 CPUtime=1145.29 cores=4,6
/proc/109031/stat : 109031 (LSIPExact) R 109028 109031 108288 0 -1 4194304 18154 0 0 0 114518 11 0 0 20 0 2 0 139148638 124641280 7512 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
/proc/109031/statm: 30430 7512 3520 6655 0 5796 0
[pid=109031/tid=109033] ppid=109028 vsize=121720 memory=29920 CPUtime=565.44 cores=4,6
/proc/109031/task/109033/stat : 109033 (LSIPExact) R 109028 109031 108288 0 -1 4194368 8449 0 0 0 56541 3 0 0 20 0 2 0 139149638 124641280 7512 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
Current children cumulated CPU time: 1145.29 s
Current children cumulated vsize: 121720 KiB
Current children cumulated memory: 30048 KiB

[startup+642.3 s]
/proc/loadavg: 7.16 6.86 6.56 8/267 109118
/proc/meminfo: memFree=103943288/131249988 swapFree=33010416/33010684
[pid=109031] ppid=109028 vsize=122008 memory=30432 CPUtime=1264.35 cores=4,6
/proc/109031/stat : 109031 (LSIPExact) R 109028 109031 108288 0 -1 4194304 18307 0 0 0 126423 12 0 0 20 0 2 0 139148638 124936192 7608 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
/proc/109031/statm: 30502 7608 3520 6655 0 5868 0
[pid=109031/tid=109033] ppid=109028 vsize=122008 memory=30432 CPUtime=624.75 cores=4,6
/proc/109031/task/109033/stat : 109033 (LSIPExact) R 109028 109031 108288 0 -1 4194368 8521 0 0 0 62472 3 0 0 20 0 2 0 139149638 124936192 7608 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
Current children cumulated CPU time: 1264.35 s
Current children cumulated vsize: 122008 KiB
Current children cumulated memory: 30432 KiB

[startup+702.3 s]
/proc/loadavg: 7.12 6.90 6.60 8/267 109122
/proc/meminfo: memFree=103941056/131249988 swapFree=33010416/33010684
[pid=109031] ppid=109028 vsize=122436 memory=30816 CPUtime=1383.39 cores=4,6
/proc/109031/stat : 109031 (LSIPExact) R 109028 109031 108288 0 -1 4194304 18510 0 0 0 138327 12 0 0 20 0 2 0 139148638 125374464 7704 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
/proc/109031/statm: 30609 7704 3520 6655 0 5975 0
[pid=109031/tid=109033] ppid=109028 vsize=122436 memory=30688 CPUtime=684.05 cores=4,6
/proc/109031/task/109033/stat : 109033 (LSIPExact) R 109028 109031 108288 0 -1 4194368 8599 0 0 0 68402 3 0 0 20 0 2 0 139149638 125374464 7704 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
Current children cumulated CPU time: 1383.39 s
Current children cumulated vsize: 122436 KiB
Current children cumulated memory: 30816 KiB

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

# cumulated CPU time of all completed processes:  user=1435.48 s, system=0.250307 s

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

[startup+716.8 s]
/proc/loadavg: 7.09 6.91 6.61 8/267 109123
/proc/meminfo: memFree=103941136/131249988 swapFree=33010416/33010684
[pid=109031] ppid=109028 vsize=122436 memory=30944 CPUtime=1412.18 cores=4,6
/proc/109031/stat : 109031 (LSIPExact) R 109028 109031 108288 0 -1 4194304 18548 0 0 0 141206 12 0 0 20 0 2 0 139148638 125374464 7736 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
/proc/109031/statm: 30609 7736 3520 6655 0 5975 0
[pid=109031/tid=109033] ppid=109028 vsize=122436 memory=30816 CPUtime=698.4 cores=4,6
/proc/109031/task/109033/stat : 109033 (LSIPExact) R 109028 109031 108288 0 -1 4194368 8621 0 0 0 69837 3 0 0 20 0 2 0 139149638 125374464 7736 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
Current children cumulated CPU time: 1412.18 s
Current children cumulated vsize: 122436 KiB
Current children cumulated memory: 30944 KiB

[startup+723.2 s]
/proc/loadavg: 7.08 6.91 6.61 8/267 109123
/proc/meminfo: memFree=103941388/131249988 swapFree=33010416/33010684
[pid=109031] ppid=109028 vsize=122436 memory=30944 CPUtime=1424.9 cores=4,6
/proc/109031/stat : 109031 (LSIPExact) R 109028 109031 108288 0 -1 4194304 18553 0 0 0 142478 12 0 0 20 0 2 0 139148638 125374464 7736 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
/proc/109031/statm: 30609 7736 3520 6655 0 5975 0
[pid=109031/tid=109033] ppid=109028 vsize=122436 memory=30944 CPUtime=704.73 cores=4,6
/proc/109031/task/109033/stat : 109033 (LSIPExact) R 109028 109031 108288 0 -1 4194368 8626 0 0 0 70470 3 0 0 20 0 2 0 139149638 125374464 7736 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
Current children cumulated CPU time: 1424.9 s
Current children cumulated vsize: 122436 KiB
Current children cumulated memory: 30944 KiB

[startup+726.4 s]
/proc/loadavg: 7.08 6.91 6.61 8/267 109123
/proc/meminfo: memFree=103941388/131249988 swapFree=33010416/33010684
[pid=109031] ppid=109028 vsize=122436 memory=29132 CPUtime=1430.48 cores=4,6
/proc/109031/stat : 109031 (LSIPExact) S 109028 109031 108288 0 -1 4194304 18791 0 0 0 143036 12 0 0 20 0 1 0 139148638 125374464 7283 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
/proc/109031/statm: 30609 7283 3552 6655 0 5975 0
Current children cumulated CPU time: 1430.48 s
Current children cumulated vsize: 122436 KiB
Current children cumulated memory: 29132 KiB

[startup+729.6 s]
/proc/loadavg: 7.07 6.91 6.61 6/267 109124
/proc/meminfo: memFree=104053520/131249988 swapFree=33010416/33010684
[pid=109031] ppid=109028 vsize=122436 memory=29132 CPUtime=1430.48 cores=4,6
/proc/109031/stat : 109031 (LSIPExact) S 109028 109031 108288 0 -1 4194304 18791 0 0 0 143036 12 0 0 20 0 1 0 139148638 125374464 7283 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
/proc/109031/statm: 30609 7283 3552 6655 0 5975 0
[pid=109124] ppid=109031 vsize=31568 memory=12700 CPUtime=3.55 cores=4,6
/proc/109124/stat : 109124 (Exact) R 109031 109124 109124 0 -1 4194304 2836 0 0 0 347 8 0 0 20 0 1 0 139221239 32325632 3175 18446744073709551615 4198400 8335837 140734886516832 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 34975744 140734886525113 140734886525467 140734886525467 140734886531023 0
/proc/109124/statm: 7892 3175 1120 1011 0 6659 0
Current children cumulated CPU time: 1434.03 s
Current children cumulated vsize: 154004 KiB
Current children cumulated memory: 41832 KiB

[startup+730.4 s]
/proc/loadavg: 7.07 6.91 6.61 6/267 109124
/proc/meminfo: memFree=104053520/131249988 swapFree=33010416/33010684
[pid=109031] ppid=109028 vsize=122436 memory=29132 CPUtime=1430.48 cores=4,6
/proc/109031/stat : 109031 (LSIPExact) S 109028 109031 108288 0 -1 4194304 18791 0 0 0 143036 12 0 0 20 0 1 0 139148638 125374464 7283 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
/proc/109031/statm: 30609 7283 3552 6655 0 5975 0
[pid=109124] ppid=109031 vsize=32360 memory=13264 CPUtime=4.35 cores=4,6
/proc/109124/stat : 109124 (Exact) R 109031 109124 109124 0 -1 4194304 3083 0 0 0 425 10 0 0 20 0 1 0 139221239 33136640 3316 18446744073709551615 4198400 8335837 140734886516832 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 34975744 140734886525113 140734886525467 140734886525467 140734886531023 0
/proc/109124/statm: 8090 3316 1120 1011 0 6857 0
Current children cumulated CPU time: 1434.83 s
Current children cumulated vsize: 154796 KiB
Current children cumulated memory: 42396 KiB

[startup+730.8 s]
/proc/loadavg: 7.07 6.91 6.61 6/267 109124
/proc/meminfo: memFree=104053520/131249988 swapFree=33010416/33010684
[pid=109031] ppid=109028 vsize=122436 memory=29132 CPUtime=1430.48 cores=4,6
/proc/109031/stat : 109031 (LSIPExact) S 109028 109031 108288 0 -1 4194304 18791 0 0 0 143036 12 0 0 20 0 1 0 139148638 125374464 7283 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
/proc/109031/statm: 30609 7283 3552 6655 0 5975 0
[pid=109124] ppid=109031 vsize=32808 memory=13756 CPUtime=4.75 cores=4,6
/proc/109124/stat : 109124 (Exact) R 109031 109124 109124 0 -1 4194304 3326 0 0 0 464 11 0 0 20 0 1 0 139221239 33595392 3439 18446744073709551615 4198400 8335837 140734886516832 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 34975744 140734886525113 140734886525467 140734886525467 140734886531023 0
/proc/109124/statm: 8202 3439 1120 1011 0 6969 0
Current children cumulated CPU time: 1435.23 s
Current children cumulated vsize: 155244 KiB
Current children cumulated memory: 42888 KiB

[startup+731.2 s]
/proc/loadavg: 7.07 6.91 6.61 6/267 109124
/proc/meminfo: memFree=104051256/131249988 swapFree=33010416/33010684
[pid=109031] ppid=109028 vsize=122436 memory=29132 CPUtime=1430.48 cores=4,6
/proc/109031/stat : 109031 (LSIPExact) S 109028 109031 108288 0 -1 4194304 18791 0 0 0 143036 12 0 0 20 0 1 0 139148638 125374464 7283 18446744073709551615 94633613094912 94633640352081 140721354020752 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94633648854152 94633649285760 94633650343936 140721354025304 140721354025480 140721354025480 140721354031084 0
/proc/109031/statm: 30609 7283 3552 6655 0 5975 0
[pid=109124] ppid=109031 vsize=33068 memory=16096 CPUtime=5.15 cores=4,6
/proc/109124/stat : 109124 (Exact) R 109031 109124 109124 0 -1 4194304 3400 0 0 0 503 12 0 0 20 0 1 0 139221239 33861632 4024 18446744073709551615 4198400 8335837 140734886516832 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 34975744 140734886525113 140734886525467 140734886525467 140734886531023 0
/proc/109124/statm: 8267 4024 1120 1011 0 7034 0
Current children cumulated CPU time: 1435.63 s
Current children cumulated vsize: 155504 KiB
Current children cumulated memory: 45228 KiB

Child status: 0

Real time (s): 731.28
CPU time (s): 1435.73
CPU user time (s): 1435.48
CPU system time (s): 0.250307
CPU usage (%): 196.331
Max. virtual memory (cumulated for all children) (KiB): 155504
Max. memory (cumulated for all children) (KiB): 45228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1435.48
system time used= 0.250307
maximum resident set size= 31072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22266
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= 311
involuntary context switches= 14902


# summary of solver processes directly reported to runsolver:
#   pid: 109031
#   total CPU time (s): 1435.73
#   total CPU user time (s): 1435.48
#   total CPU system time (s): 0.250307

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.53022 second user time and 3.57067 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-07-11 13:51:41
IDJOB=4527079
IDBENCH=160350
IDSOLVER=3384
FILE ID=nodeC031/4527079-1752234701
RUNJOBID= nodeC031-1752232205-108306
SLURM_JOB_ID= 9682542
Free space on /tmp= 430760 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x10split.cnf-plain.pb.metafix.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527079-1752234701/watcher-4527079-1752234701 -o /tmp/evaluation-result-4527079-1752234701/solver-4527079-1752234701 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1752232205-108306 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527079-1752234701.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 94095cb0fcbd0770a6e3256d9b1a67b8
RANDOM SEED=261742251

nodeC031 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.896
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.78
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.895
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.78
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		: 3599.684
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.78
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		: 3514.499
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.78
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.78
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.892
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.78
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.885
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.78
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		: 3598.959
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        103079276 kB
MemAvailable:   125655092 kB
Buffers:            2128 kB
Cached:         23257212 kB
SwapCached:           12 kB
Active:          4432840 kB
Inactive:       22846784 kB
Active(anon):    4027868 kB
Inactive(anon):    10468 kB
Active(file):     404972 kB
Inactive(file): 22836316 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44660 kB
Writeback:             4 kB
AnonPages:       4022360 kB
Mapped:           151232 kB
Shmem:             18052 kB
KReclaimable:     347536 kB
Slab:             444128 kB
SReclaimable:     347536 kB
SUnreclaim:        96592 kB
KernelStack:        4304 kB
PageTables:        11472 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    4657176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1974272 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 430716 MiB
End job on nodeC031 at 2025-07-11 14:03:52